diff --git a/_maps/map_files/stonehamlet/stonehamlet.dmm b/_maps/map_files/stonehamlet/stonehamlet.dmm index 865b6c49c7..7e71753f8d 100644 --- a/_maps/map_files/stonehamlet/stonehamlet.dmm +++ b/_maps/map_files/stonehamlet/stonehamlet.dmm @@ -2452,6 +2452,9 @@ /obj/structure/bars/pipe{ dir = 1 }, +/obj/machinery/light/rogue/wallfire/candle/l{ + pixel_y = 28 + }, /turf/open/floor/rogue/tile/bath, /area/rogue/indoors/town/bath/redhouse) "cyt" = ( @@ -5608,7 +5611,7 @@ "fvn" = ( /obj/structure/mineral_door/bars{ locked = 1; - lockid = "lord" + lockid = "manor" }, /obj/effect/decal/shadow_floor{ dir = 1 @@ -5767,6 +5770,7 @@ /obj/effect/decal/shadow_floor{ dir = 1 }, +/obj/machinery/light/rogue/wallfire/candle, /turf/open/floor/rogue/ruinedwood/chevron, /area/rogue/indoors/town/bath/redhouse) "fGl" = ( @@ -6794,9 +6798,12 @@ "gHu" = ( /obj/structure/table/wood/plain_alt, /obj/item/rogueweapon/shovel{ - pixel_x = 6; + pixel_x = 11; pixel_y = 1 }, +/obj/item/rogueweapon/axe/iron{ + pixel_x = -12 + }, /turf/open/floor/rogue/cobblerock_alt, /area/rogue/indoors/town) "gHE" = ( @@ -7348,6 +7355,7 @@ /obj/item/reagent_containers/food/snacks/produce/jacksberry/poison, /obj/item/reagent_containers/glass/bottle/rogue/poison, /obj/structure/closet/crate/chest/neu_fancy, +/obj/item/paper/nitemaiden_certificate, /turf/open/floor/carpet/royalblack, /area/rogue/indoors/town/bath/redhouse) "hsL" = ( @@ -7788,10 +7796,6 @@ /area/rogue/indoors/town/manor{ first_time_text = "STONEHILL CASTLE" }) -"hOu" = ( -/obj/machinery/light/rogue/wallfire/candle/weak/l, -/turf/open/floor/rogue/tile/bath, -/area/rogue/indoors/town/bath/redhouse) "hOx" = ( /obj/effect/decal/shadow_floor{ dir = 8 @@ -7879,6 +7883,7 @@ /obj/effect/decal/shadow_floor{ dir = 6 }, +/obj/machinery/light/rogue/wallfire/candle/l, /turf/open/floor/rogue/blocks/stonered/tiny, /area/rogue/indoors/town/bath/redhouse) "hQV" = ( @@ -8072,6 +8077,7 @@ /obj/item/clothing/suit/roguetown/shirt/tunic/random, /obj/item/clothing/suit/roguetown/shirt/tunic/random, /obj/item/clothing/suit/roguetown/shirt/dress/gen/sexy, +/obj/item/paper/nitemaiden_certificate, /turf/open/floor/rogue/wood/saiga, /area/rogue/under/town/basement) "icG" = ( @@ -12760,6 +12766,7 @@ /area/rogue/outdoors/rtfield/plague_district) "mNM" = ( /obj/structure/mineral_door/wood{ + lockid = "manor"; name = "servants quarters" }, /turf/open/floor/rogue/cobble, @@ -12808,7 +12815,6 @@ /obj/item/reagent_containers/food/snacks/produce/dry_westleach, /obj/item/reagent_containers/food/snacks/produce/dry_westleach, /obj/item/reagent_containers/food/snacks/produce/dry_westleach, -/obj/machinery/light/rogue/wallfire/candle/weak/r, /turf/open/floor/rogue/ruinedwood/chevron, /area/rogue/indoors/town/bath/redhouse) "mPQ" = ( @@ -15597,7 +15603,6 @@ /turf/open/floor/rogue/ruinedwood/spiral, /area/rogue/indoors/town/church) "pov" = ( -/obj/machinery/light/rogue/wallfire/candle/weak, /obj/effect/decal/shadow_floor{ dir = 1 }, @@ -20594,6 +20599,7 @@ /obj/structure/closet/crate/drawer/random{ pixel_y = 7 }, +/obj/item/paper/nitemaiden_certificate, /turf/open/floor/rogue/woodturned/saiga, /area/rogue/under/town/basement) "uoh" = ( @@ -22040,6 +22046,10 @@ /obj/structure/table/wood/large/corner_blue{ dir = 10 }, +/obj/item/candle/yellow/lit/infinite{ + pixel_x = 17; + pixel_y = 11 + }, /turf/open/floor/rogue/herringbone, /area/rogue/indoors/town/bath/redhouse) "vCr" = ( @@ -23162,6 +23172,9 @@ /obj/item/reagent_containers/powder/ozium, /obj/item/reagent_containers/powder/spice, /obj/effect/decal/shadow_floor, +/obj/machinery/light/rogue/wallfire/candle{ + pixel_y = -30 + }, /turf/open/floor/rogue/ruinedwood/chevron, /area/rogue/indoors/town/bath/redhouse) "wLo" = ( @@ -65805,7 +65818,7 @@ tsI kuA sFL dDV -hOu +sFL cya tcZ fIp diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm index c41b0b99f5..eec8f31007 100644 --- a/code/__DEFINES/mobs.dm +++ b/code/__DEFINES/mobs.dm @@ -391,15 +391,16 @@ //skin tones defines //DWARF SKIN TONES -#define SKIN_COLOR_PLATINUM "ffe0d1" -#define SKIN_COLOR_AURUM "fcccb3" -#define SKIN_COLOR_QUICKSILVER "edc6b3" -#define SKIN_COLOR_BRASS "e2b9a3" -#define SKIN_COLOR_IRON "d9a284" -#define SKIN_COLOR_MALACHITE "c69b83" -#define SKIN_COLOR_OBSIDIAN "3b2e27" -#define SKIN_COLOR_BRIMSTONE "271f1a" -#define SKIN_COLOR_CERARGYRITE "74708b" +#define SKIN_COLOR_ARGENT "f9d5c3" +#define SKIN_COLOR_AURUM "fcdab3" +#define SKIN_COLOR_MERCUR "edc6b3" +#define SKIN_COLOR_BRASS "dfb798" +#define SKIN_COLOR_FERRO "d9a284" +#define SKIN_COLOR_PHOSPHORITE "967e70" +#define SKIN_COLOR_OBSIDIAN "59403b" +#define SKIN_COLOR_PYRITE "54545d" +#define SKIN_COLOR_QUARTZ "8b7e70" +#define SKIN_COLOR_GRENZDWARF "ffe0d1" //DARK ELF SKIN TONES #define SKIN_COLOR_MAGGOT "9796a9" @@ -421,17 +422,16 @@ #define SKIN_COLOR_SAND_ELF "5d4c41" //HUMEN SKIN TONES -#define SKIN_COLOR_ICECAP "fff0e9" -#define SKIN_COLOR_ARCTIC "ffe0d1" -#define SKIN_COLOR_TUNDRA "fcccb3" -#define SKIN_COLOR_CONTINENTAL "edc6b3" -#define SKIN_COLOR_TEMPERATE "e2b9a3" -#define SKIN_COLOR_COASTAL "d9a284" -#define SKIN_COLOR_SUBTROPICAL "c9a893" -#define SKIN_COLOR_TROPICALDRY "ba9882" -#define SKIN_COLOR_TROPICALWET "ac8369" -#define SKIN_COLOR_DESERT "9c6f52" -#define SKIN_COLOR_CRIMSONLANDS "4e3729" +#define SKIN_COLOR_GRENZELHOFT "ffe0d1" +#define SKIN_COLOR_LOWLANDER "fcccb3" +#define SKIN_COLOR_MAINLANDER "edc6b3" +#define SKIN_COLOR_HEARTFELT "e2b9a3" +#define SKIN_COLOR_VALORIAN "d9a284" +#define SKIN_COLOR_STEPPE "c9a893" +#define SKIN_COLOR_ISLANDER "ba9882" +#define SKIN_COLOR_SOUTHLANDER "ac8369" +#define SKIN_COLOR_ZYBANTU "9c6f52" +#define SKIN_COLOR_CRIMSONLANDS "684e3d" //AASIMAR SKIN TONES #define SKIN_COLOR_PLANETAR "ffd859" diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 88982a697c..02ef06bcc0 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -387,7 +387,7 @@ var/message = speech_args[SPEECH_MESSAGE] if(message[1] != "*") message = " [message]" - var/list/french_words = strings("french_replacement.json", "french") + var/list/french_words = strings("darkelf_replacement.json", "darkelf") for(var/key in french_words) var/value = french_words[key] diff --git a/code/modules/clothing/rogueclothes/hats.dm b/code/modules/clothing/rogueclothes/hats.dm index b9c9196b17..acc8984e4c 100644 --- a/code/modules/clothing/rogueclothes/hats.dm +++ b/code/modules/clothing/rogueclothes/hats.dm @@ -77,6 +77,9 @@ /obj/item/clothing/head/roguetown/headband/red color = CLOTHING_BLOOD_RED +/obj/item/clothing/head/roguetown/headband/blue + color = CLOTHING_MAGE_BLUE + /obj/item/clothing/head/roguetown/softcap name = "soft cap" desc = "A white cap worn by most manual laborers to protect from sunburn." diff --git a/code/modules/jobs/job_types/roguetown/other/merc_classes/grenzelhoft.dm b/code/modules/jobs/job_types/roguetown/other/merc_classes/grenzelhoft.dm index 7e96bafe08..6cd935be29 100644 --- a/code/modules/jobs/job_types/roguetown/other/merc_classes/grenzelhoft.dm +++ b/code/modules/jobs/job_types/roguetown/other/merc_classes/grenzelhoft.dm @@ -34,6 +34,11 @@ H.underwear_color = CLOTHING_SOOT_BLACK H.update_body() + if(H.dna.species.id == "dwarf") + H.skin_tone = SKIN_COLOR_GRENZDWARF + if(H.dna.species.id == "human") + H.skin_tone = SKIN_COLOR_GRENZELHOFT + beltr = /obj/item/storage/belt/rogue/pouch/coins/poor neck = /obj/item/clothing/neck/roguetown/chaincoif/iron pants = /obj/item/clothing/under/roguetown/grenzelpants diff --git a/code/modules/jobs/job_types/roguetown/other/merc_classes/underdweller.dm b/code/modules/jobs/job_types/roguetown/other/merc_classes/underdweller.dm index a8027f38bf..58504b60a7 100644 --- a/code/modules/jobs/job_types/roguetown/other/merc_classes/underdweller.dm +++ b/code/modules/jobs/job_types/roguetown/other/merc_classes/underdweller.dm @@ -45,7 +45,7 @@ H.mind.adjust_skillrank(/datum/skill/combat/axesmaces, 3, TRUE) H.mind.adjust_skillrank(/datum/skill/combat/shields, 2, TRUE) head = /obj/item/clothing/head/roguetown/helmet/leather/minershelm - beltl = /obj/item/rogueweapon/pick/paxe // Dorfs get a pick as their primary weapon and axes/maces to use it + beltl = /obj/item/rogueweapon/pick/paxe/neu // Dorfs get a pick as their primary weapon and axes/maces to use it backr = /obj/item/rogueweapon/shield/wood else // No miner's helm for Delves as they haven nitevision now. H.mind.adjust_skillrank(/datum/skill/combat/swords, 3, TRUE) diff --git a/code/modules/jobs/job_types/roguetown/peasants/stevedore.dm b/code/modules/jobs/job_types/roguetown/peasants/stevedore.dm index c98fe5af8e..91a6076171 100644 --- a/code/modules/jobs/job_types/roguetown/peasants/stevedore.dm +++ b/code/modules/jobs/job_types/roguetown/peasants/stevedore.dm @@ -34,7 +34,7 @@ H.mind.adjust_skillrank(/datum/skill/misc/climbing, 3, TRUE) H.mind.adjust_skillrank(/datum/skill/misc/athletics, 3, TRUE) - head = /obj/item/clothing/head/roguetown/headband/red + head = /obj/item/clothing/head/roguetown/headband/blue neck = /obj/item/roguekey/shop armor = /obj/item/clothing/suit/roguetown/armor/leather/jacket/sea shirt = /obj/item/clothing/suit/roguetown/shirt/undershirt/sailor/red diff --git a/code/modules/jobs/job_types/roguetown/serfs/blacksmith.dm b/code/modules/jobs/job_types/roguetown/serfs/blacksmith.dm index cab9928032..cff397cc54 100644 --- a/code/modules/jobs/job_types/roguetown/serfs/blacksmith.dm +++ b/code/modules/jobs/job_types/roguetown/serfs/blacksmith.dm @@ -150,7 +150,13 @@ total_positions = 2 spawn_positions = 2 - allowed_races = ALL_PLAYER_RACES_BY_NAME + allowed_races = list( + "Humen", + "Elf", + "Half-Elf", + "Dwarf", + "Aasimar" + ) tutorial = "You can smith armor and weapons alike with ease, but do not forget your apprentices. If nothing else, they can be used for errands or thrown out if bumbling fools. The masons next door are also part of the Makers Guild." diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/dwarfm.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/dwarfm.dm index fb7e9b0c3d..e1dd5cbaea 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/dwarfm.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/dwarfm.dm @@ -13,19 +13,12 @@ name = "Dwarf" id = "dwarf" desc = "Dwarf
\ - A proud and robust race of stunted folk, \ - the dwarves are known for their pride in martial strength \ - and their tenacity towards their ancient customs. \ - A Dwarf, much like the rock that they carve their fortress out of \ - is stubborn and ancient, much like their Patron founder the Saint Malum \ - during the time of the weeping god. They, like stone: also rarely change \ - and are stubborn to a fault. \ - A Dwarf tends to his ancestorial heritage for posterity and guidance on \ - the various challenges their people will face. Even if, in some irony: this behaviour \ - leads the race towards technological innovation as they continue \ - to improve their craft through powerful mechanization and forging. \ - While also impeding their civilizational growth beyond Grimorias mountain ranges due to \ - constant infighting regarding 'true' doctrines, traditions, customs. \ + A stubborn and curious-minded race of stunted folk, \ + the dwarves are known for inventing many mechanical contraptions. \ + Tradition and customs such as respect for Malum are pillars of their society, \ + but is often also the cause of endless bickering and infighting over minute details. \ + The metal clans originate from old fortresses and have developed distinct accents. \ + The stone clans live in smaller groups, often underground, commonly employed as miners by other peoples, \ Dwarves are hearty, stout and prone to severe mood swings, but are not known for their speed or eyesight..." skin_tone_wording = "Ore Attunement" @@ -87,15 +80,15 @@ /datum/species/dwarf/mountain/get_skin_list() return sortList(list( - "Platinum" = SKIN_COLOR_PLATINUM, + "Argent" = SKIN_COLOR_ARGENT, "Aurum" = SKIN_COLOR_AURUM, - "Quicksilver" = SKIN_COLOR_QUICKSILVER, + "Mercur" = SKIN_COLOR_MERCUR, "Brass" = SKIN_COLOR_BRASS, - "Iron" = SKIN_COLOR_IRON, - "Malachite" = SKIN_COLOR_MALACHITE, + "Ferro" = SKIN_COLOR_FERRO, + "Phosphorite" = SKIN_COLOR_PHOSPHORITE, "Obsidian" = SKIN_COLOR_OBSIDIAN, - "Brimstone" = SKIN_COLOR_BRIMSTONE, - "Cerargyrite" = SKIN_COLOR_CERARGYRITE, + "Pyrite" = SKIN_COLOR_PYRITE, + "Quartz" = SKIN_COLOR_QUARTZ, )) /datum/species/dwarf/mountain/get_hairc_list() @@ -105,10 +98,10 @@ "black - rogue" = "2b201b", "black - midnight" = "1d1b2b", - "blond - pale" = "9d8d6e", - "blond - dirty" = "88754f", - "blond - drywheat" = "d5ba7b", - "blond - strawberry" = "c69b71", + "gray - faint" = "958a75", + "gray - dusty" = "706755", + "gray - pebbles" = "656158", + "gray - granite" = "57514c", "brown - mud" = "362e25", "brown - oats" = "7a4e1e", @@ -149,6 +142,21 @@ /datum/species/dwarf/mountain/random_surname() return " [pick(world.file2list("strings/rt/names/dwarf/dwarmlast.txt"))]" +/datum/species/dwarf/mountain/get_accent(mob/living/carbon/human/H) + switch(H.skin_tone) + if(SKIN_COLOR_ARGENT) + return strings("dwarf_replacement.json", "dwarf") + if(SKIN_COLOR_AURUM) + return strings("dwarf_replacement.json", "dwarf") + if(SKIN_COLOR_MERCUR) + return strings("dwarf_replacement.json", "dwarf") + if(SKIN_COLOR_BRASS) + return strings("dwarf_replacement.json", "dwarf") + if(SKIN_COLOR_FERRO) + return strings("dwarf_replacement.json", "dwarf") + if(SKIN_COLOR_GRENZDWARF) + return strings("grenzelhoft_replacement.json", "grenzelhoft") + return null /*------------------\ diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfd.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfd.dm index cae2c5d08b..4447a3d192 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfd.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfd.dm @@ -134,5 +134,5 @@ /datum/species/elf/dark/random_surname() return " [pick(world.file2list("strings/rt/names/elf/elfsnf.txt"))]" -/datum/species/elf/dark/get_accent_list() - return strings("french_replacement.json", "french") +/datum/species/elf/dark/get_accent(mob/living/carbon/human/H) + return strings("darkelf_replacement.json", "darkelf") diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfs.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfs.dm index bdbcf084f3..7da5b4b07a 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfs.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfs.dm @@ -151,5 +151,5 @@ /datum/species/elf/snow/random_surname() return " [pick(world.file2list("strings/rt/names/elf/elfwlast.txt"))]" -//datum/species/elf/snow/get_accent_list() +//datum/species/elf/snow/get_accent(mob/living/carbon/human/H) // return strings("russian_replacement.json", "russian") diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/human/humen.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/human/humen.dm index 64f4e73a60..2e180be6f6 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/human/humen.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/human/humen.dm @@ -68,16 +68,15 @@ /datum/species/human/northern/get_skin_list() return sortList(list( - "Ice Cap" = SKIN_COLOR_ICECAP, - "Arctic" = SKIN_COLOR_ARCTIC, - "Tundra" = SKIN_COLOR_TUNDRA, - "Continental" = SKIN_COLOR_CONTINENTAL, - "Temperate" = SKIN_COLOR_TEMPERATE, - "Coastal" = SKIN_COLOR_COASTAL, - "Subtropical" = SKIN_COLOR_SUBTROPICAL, - "Tropical Dry" = SKIN_COLOR_TROPICALDRY, - "Tropical Wet" = SKIN_COLOR_TROPICALWET, - "Desert" = SKIN_COLOR_DESERT, + "Grenzelhoft" = SKIN_COLOR_GRENZELHOFT, + "Lowlander" = SKIN_COLOR_LOWLANDER, + "Mainlander" = SKIN_COLOR_MAINLANDER, + "Steppe" = SKIN_COLOR_STEPPE, + "Valorian" = SKIN_COLOR_VALORIAN, + "Heartfelt" = SKIN_COLOR_HEARTFELT, + "Islander" = SKIN_COLOR_ISLANDER, + "Southlander" = SKIN_COLOR_SOUTHLANDER, + "Zybantu" = SKIN_COLOR_ZYBANTU, "Crimson Lands" = SKIN_COLOR_CRIMSONLANDS, )) @@ -129,3 +128,11 @@ /datum/species/human/northern/random_surname() return " [pick(world.file2list("strings/rt/names/human/humnorlast.txt"))]" + +/datum/species/human/northern/get_accent(mob/living/carbon/human/H) + switch(H.skin_tone) + if(SKIN_COLOR_GRENZELHOFT) + return strings("grenzelhoft_replacement.json", "grenzelhoft") + if(SKIN_COLOR_HEARTFELT) + return strings("steppe_replacement.json", "steppe") + return null diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/other/aasimar.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/other/aasimar.dm index 1eae258964..fa4c9b1e69 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/other/aasimar.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/other/aasimar.dm @@ -173,6 +173,7 @@ /datum/species/aasimar/random_surname() return - -/datum/species/aasimar/get_accent_list() +/* +/datum/species/aasimar/get_accent(mob/living/carbon/human/H) return strings("proper_replacement.json", "proper") +*/ diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/other/tiefling.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/other/tiefling.dm index 96f38d228f..6c2081b02a 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/other/tiefling.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/other/tiefling.dm @@ -168,5 +168,5 @@ /datum/species/tieberian/random_surname() return " [pick(world.file2list("strings/rt/names/other/tieflast.txt"))]" -/datum/species/tieberian/get_accent_list() - return strings("spanish_replacement.json", "spanish") +/datum/species/tieberian/get_accent(mob/living/carbon/human/H) + return strings("tiefling_replacement.json", "tiefling") diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/roguetown_species.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/roguetown_species.dm index 00f18a8f15..e5f704b7ec 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/roguetown_species.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/roguetown_species.dm @@ -1,7 +1,7 @@ /datum/species var/amtfail = 0 -/datum/species/proc/get_accent_list() +/datum/species/proc/get_accent(mob/living/carbon/human) return /datum/species/proc/handle_speech(datum/source, list/speech_args) @@ -41,7 +41,7 @@ message = replacetextEx(message, " [capitalize(key)]", " [capitalize(value)]") message = replacetextEx(message, " [key]", " [value]") - var/list/species_accent = get_accent_list() + var/list/species_accent = get_accent(source) if(species_accent) if(message[1] != "*") message = " [message]" diff --git a/code/modules/paperwork/papers/scrap.dm b/code/modules/paperwork/papers/scrap.dm index a419ffc00f..ec8321168a 100644 --- a/code/modules/paperwork/papers/scrap.dm +++ b/code/modules/paperwork/papers/scrap.dm @@ -21,6 +21,19 @@ name = "note about steel deliveries" info = "Makers! The northern dwarves delivery of steele is much delayed this yil. Make do or go get it from them, the Guild cannot do more to solve this." +/obj/item/paper/feldsher_certificate + name = "feldsher health certificate" + info = "This member of the nitemaidens guild hath passed the feldshers monthly inspection as mandated by the law, and is not a bearer of maladies to infect our towne. I so swear on this date. (signed by the town feldsher, the date is a few weeks ago)" + icon_state = "certificate" + +/obj/item/paper/feldsher_certificate/expired + info = "This member of the nitemaidens guild hath passed the feldshers monthly inspection as mandated by the law, and is not a bearer of maladies to infect our towne. I so swear on this date. (signed by the town feldsher, the date is a smudge)" + +/obj/item/paper/nitemaiden_certificate/Initialize() + ..() + var/type = pick(typesof(/obj/item/paper/feldsher_certificate)) + new type(loc) + return INITIALIZE_HINT_QDEL /obj/item/paper/heartfelt/random/Initialize() ..() diff --git a/icons/roguetown/clothing/onmob/helpers/sleeves_shirts.dmi b/icons/roguetown/clothing/onmob/helpers/sleeves_shirts.dmi index f5fb781c90..5fe48dca4a 100644 Binary files a/icons/roguetown/clothing/onmob/helpers/sleeves_shirts.dmi and b/icons/roguetown/clothing/onmob/helpers/sleeves_shirts.dmi differ diff --git a/icons/roguetown/clothing/onmob/shirts.dmi b/icons/roguetown/clothing/onmob/shirts.dmi index afff5f7a39..63698dd53d 100644 Binary files a/icons/roguetown/clothing/onmob/shirts.dmi and b/icons/roguetown/clothing/onmob/shirts.dmi differ diff --git a/icons/roguetown/items/misc.dmi b/icons/roguetown/items/misc.dmi index bf1f10686f..e9b17d66d5 100644 Binary files a/icons/roguetown/items/misc.dmi and b/icons/roguetown/items/misc.dmi differ diff --git a/sound/music/credits.ogg b/sound/music/credits.ogg index 2245ec68a5..bc86d94774 100644 Binary files a/sound/music/credits.ogg and b/sound/music/credits.ogg differ diff --git a/sound/music/credits_previous.ogg b/sound/music/credits_previous.ogg new file mode 100644 index 0000000000..2245ec68a5 Binary files /dev/null and b/sound/music/credits_previous.ogg differ diff --git a/sound/music/title.ogg b/sound/music/title.ogg index 5e53472438..f07e260765 100644 Binary files a/sound/music/title.ogg and b/sound/music/title.ogg differ diff --git a/sound/music/title_previous.ogg b/sound/music/title_previous.ogg new file mode 100644 index 0000000000..5e53472438 Binary files /dev/null and b/sound/music/title_previous.ogg differ diff --git a/strings/french_replacement.json b/strings/darkelf_replacement.json similarity index 67% rename from strings/french_replacement.json rename to strings/darkelf_replacement.json index 99f4fba1d0..b8478850ee 100644 --- a/strings/french_replacement.json +++ b/strings/darkelf_replacement.json @@ -1,6 +1,6 @@ { - "french": { + "darkelf": { "shi": "shee", "thi": "zee", "them ": "zem ", @@ -19,28 +19,28 @@ "Mother" : "Mozer", "Father" : "Fazer", " yes ": " yis ", - " and ": " et ", + " and ": " et ", "the ": "l' ", "I ": "j' ", "I'm ": "j' ", "bye": [ "adieu", "au revoir" - ], + ], "cake": "gateau", - "captain": "capitaine", - "dad": "papa", + "captain": "capitaine", + "dad": "papa", "hello": [ - "'allo", + "'allo", "bonjour", "salut" - ], - "mom ": "mama ", + ], + "mom ": "mama ", "shit": "merde", - "spaghetti": "macaroni", - "thanks": "merci", - "thank you": "merci", + "spaghetti": "macaroni", + "thanks": "merci", + "thank you": "merci", "wine": "vine" } - -} \ No newline at end of file + +} diff --git a/strings/dwarf_replacement.json b/strings/dwarf_replacement.json index 2049c5ab26..235e82df52 100644 --- a/strings/dwarf_replacement.json +++ b/strings/dwarf_replacement.json @@ -1,1461 +1,178 @@ { "dwarf": { - "ability": "abeelitie", - "about": "aboot", - "above": "abuin", - "abroad": "abraid", - "absorb": "drack", - "absorbing": "drackin'", - "absorbs": "dracks", - "accuse": "delate", - "accused": "delated", - "across": "athwart", - "act": "ect", - "acts": "ects", - "add": "eik", - "added": "eikit", - "adds": "eiks", - "admit": "admeet", - "admits": "admeets", - "afraid": "feart", - "africa": "afrikey", - "after": "efter", - "against": "agin", - "alarm": "alairm", - "ale": "yill", - "all": "a'", - "allow": "allou", - "almost": "naur", - "along": "yont", - "aloof": "abeich", - "aloud": "lood out", - "also": "an a'", - "always": "aye", - "amazed": "dumfoundert", - "america": "amerikie", - "amidst": "'midst", - "among": [ - "'mang", - "amang" - ], - "amount": [ - "amoont", - "feck" - ], - "and": "an'", - "animal": "beist", - "animals": "beists", - "ankle": "cuit", - "ankles": "cuits", - "announce": "annoonce", - "announces": "annoonces", - "another": "anither", - "answered": "answert", - "ant": "eemock", - "ants": "eemocks", - "anxiety": "anxeeitie", - "any": "ony", - "anybody": "aebodie", - "apprentice": "prentice", + + "amidst": "'midst", + "animal": "beast", + "animals": "beasts", + + "apprentice": "prentice", "apprentices": "prentices", - "are": "ar", - "aren't": "arena", - "arm": "airm", - "arrange": "dispone", - "arranged": "dispon'd", - "arranges": "dispones", - "arrest": "lift", - "arrested": "liftit", - "arrests": "lifts", - "arse": "erse", - "arses": "erses", - "artificial": "artifeicial", - "ash": "ase", - "ashes": "ase", - "aside": "ascient", - "ask": "aks", - "asked": "akst", - "asks": "aks", - "ass": "erse", - "asses": "erses", - "asshole": "hurdie", - "ate": "ett", - "aunt": "auntie", - "author": "owthor", - "awaken": "awauken", - "awakens": "awaukens", - "away": "awa", - "awful": "awfu", - "awfully": "awfy", - "awkward": "thrawart", - "awry": [ - "aglae", - "ajee" - ], - "axe": "aix", - "axle": "aixle", - "back": "hint", - "bacon": "ham", - "bad": "ill", - "bags": "begs", - "bake": "bak", - "baked": "bakken", - "bakes": "baks", - "bald": "beld", - "ball": "baw", - "balls": "baws", - "bar": "baur", - "barber's": "baurber's", - "barber": "baurber", - "barbers": "baurbers", - "bastard": "bas", - "bat": "flichtermoose", - "baton": "rung", - "batons": "rungs", - "bats": "flichtermooses", - "beach": "foreland", - "beard": "bairds", + + "asses": "arses", + "asshole": "arse-well", + + "beard": "baird", "beards": "bairds", + "beautiful": "bonnie", - "because": "kis", - "become": "set", - "becomes": "sets", - "bed": "scratcher", - "beds": "scratchers", - "bee's": "skep-bee's", - "bee": "skep-bee", - "bees": "skep-bees", - "beetle": "clock", - "beetles": "clocks", - "before": "afore", - "began": "begoud", - "being": "bein", - "belong": "belang", - "belonged": "belangit", - "belongs": "belangs", - "below": "ablo", - "beneath": "inunner", - "bent": "bowlt", - "besides": "forby", - "between": "atween", - "beware": "bewaur", - "bilberry": "blaeberry", - "bind": "thirl", - "binds": "thirls", - "bird": "burd", - "birds": "burdies", - "biscuit": "bannock", - "biscuits": "bannocks", - "bitch": "bick", - "bitches": "bicks", - "bitching": "bickerin'", - "bitter": "wersh", - "blackbird": "bleckie", - "blackbirds": "bleckies", - "blame": "wyse", - "blamed": "wysed", - "blames": "wyses", - "blast": "tout", - "blind": "blinnd", - "blood": "bluid", - "bloody": "bluidy", - "blue": "blae", - "boil": "bile", - "boils": "biles", - "bold": "bauld", - "bolder": "baulder", - "boldest": "bauldest", - "boldly": "baudly", - "bolt": "bowt", - "bone": "bane", - "bones": "banes", - "bony": "bainie", - "book": "beuk", - "books": "beuks", - "boot": "buit", - "borrow": "borrae", - "borrowed": "borraed", - "borrowing": "borrain'", - "borrows": "borraes", - "both": "baith", - "bother": "fash", - "box": [ - "boax", - "kist" - ], - "boy": "laddie", - "boys": "laddies", - "brawl": "brulyie", - "breath": "braith", - "brew": "broo", - "broad": "braid", - "broke": "bruck", - "broken": "brustit", - "brood": "bairntime", - "broom": "besom", - "brooms": "besoms", - "broth": "brose", - "brother's": "brither's", - "brother": "brither", - "brothers": "brithers", - "brown": "broon", - "bucket": "backit", - "buckets": "backits", - "build": "big", - "built": "biggit", - "bump": "bumfle", - "buried": "yirdit", - "burnt": "brunt", - "bury": "birrie", - "busy": "bizzie", - "butcher": "flesher", - "butt": "dowp", - "buttocks": "dowp", - "button": "gornal", - "buttons": "gornals", - "butts": "bahookies", - "by": "bi", - "call": "ca'", - "called": "caad", - "calls": "ca'", - "came": "cam", + + "bitch": "elf", + "bitches": "elfin", + "bitching": "elfing", + + "boy": "lad", + "boys": "lads", + + "brother's": "brudder's", + "brother": "brudder", + "brothers": "brudders", + + "butt": "boggie", + "buttocks": "boggies", + "butts": "boggies", + "can't": "cannae", - "cap": "kaip", - "caps": "kaips", - "captain's": "chief's", - "captain": "chief", - "car": "caur", - "card": "kerd", - "cards": "kerds", - "careful": "canny", + "careless": "feckless", - "carpenter": "jyner", - "carpenters": "jyners", - "carpet": "cairpet", - "carried": "cairiet", - "carries": "cairies", - "carry": "cairie", - "cart": "cairt", + "cash": "clink", - "cat's": "cheetie's", - "cat": "cheetie", - "catch": "kep", - "catched": "keppit", - "cats": "cheeties", - "caught": "keppit", - "cause": "gar", - "caused": "gart", - "certainly": "fairly", - "chance": "chaunce", - "chances": "chaunces", - "change": "chynge", - "changed": "chynged", - "changeling": "chyngelin'", - "chatter": "blether", - "cheer": "chear", - "cheerful": "chearfu'", - "cheerless": "chearless", - "cheers": "chears", - "cheery": "cheary", - "chest": "kist", - "chests": "kist", - "chick": "pout", - "chicks": "pouts", - "child": "bairn", - "chilly": "snell", - "chimney": "chimley", - "chimneys": "chimleys", - "choose": "chuise", - "chooses": "chuises", - "chosen": "chuist", - "christmas": "Yule", - "chunk": "dod", - "chunks": "dods", - "church": "kirk", - "cigarette": "baccie", - "cigarettes": "baccies", - "city": "ceity", - "clean": "clane", - "cloth": "cloot", - "clothes": "claes", - "cold": "cauld", - "comb": "kaim", - "commotion": "stramash", - "concerning": "anent", - "consider": "see", - "conspicuous": "kenspeckle", - "cool": "cuil", - "corner": "neuk", - "correctly": "swash", - "cosy": "codgie", - "cottage": "but and ben", - "cough": "hoast", + "could": "coud", "couldn't": "coudnae", "couldnt": "coudnae", - "country": "kintra", - "cow": "coo", - "crate": "kist", - "crates": "kists", - "creak": "jarg", - "creaked": "jarg'd", - "creaking": "jargin'", - "creaks": "jargs", - "creature": "cretter", - "creatures": "cretters", - "cries": "girns", + "critter": "cretter", "critters": "cretters", - "crooked": "cruikit", - "crow": "corbie", - "crowbar": "louder", - "crowbars": "louders", - "crowd": "byke", - "cruel": "fell", - "crush": "brousle", - "crusher": "brousler", - "cry": "greet", - "crying": "greetin", - "cuff": "shackle", + + "cuff": "shackle", "cuffed": "shackled", "cuffing": "shackling", - "cuffs": "shangies", - "cup": "tassie", - "cut": "sned", - "cute": "gainin", - "cuts": "sneds", - "cutters": "sheers", - "daft": "dunderheided", - "damage": "skaith", - "dare": "daur", - "dared": "durst", - "daren't": "daurnae", - "darent": "daurnae", - "dares": "daurs", - "dark": "daurk", - "darken": "daurken", - "dawn": "cockcrow", - "dead": "deid", - "deaf": "deif", - "deafen": "deave", - "death": "dead", - "deaths": "deads", - "delightful": "lichtsome", - "delve": "del", - "deny": "forsay", - "depressed": "dumpie", - "describe": "descrive", - "devil": "de'il", + "cuffs": "shackles", + "didn't": "didnae", "didnt": "didnae", - "die": "dee", - "died": "dee'd", - "dies": "dees", - "difficult": "difeecult", - "dig": "howk", - "directed": "airtit", - "directions": "airts", - "dirty": "clarty", - "discover": "diskiver", - "discovered": "diskiver'd", - "discovers": "diskivers", - "disgust": [ - "sconner", - "scunner" - ], - "disgusting": "scunnersome", - "dishonest": "unhonest", - "dive": "dyve", - "dives": "dyves", - "diving": "dyvin'", - "do": "dae", - "does": "dis", - "dog": [ - "dug", - "tyke" - ], - "dogs": "tykes", + "don't": "dinnae", "done": "duin", - "dont": "dinnae", - "doom": "deim", - "doomed": "deim'd", - "door": "dorr", - "doors": "dorrs", - "doubt": "dout", - "doubted": "doutit", - "doubting": "doutin'", - "doubts": "douts", - "dough": "daugh", - "dove": "doo", - "down": "doun", - "downfall": "dounfaa", - "downtrodden": "dounhauden", - "drain": "stank", - "dread": "dreid", - "dream": "draim", - "dreams": "draims", - "drew": "draw", - "drink": "beb", - "drinks": "bebs", - "drip": "dreep", - "drive": "caw", - "drone": "bum", - "drones": "bums", - "drop": "drap", - "drown": "droun", - "drowned": "drount", - "drowning": "drounin'", - "drowns": "drouns", - "drug": "drog", - "drugs": "drogs", - "drunk": "drunken", - "drunkard": "sot", - "dry": "freuch", - "duck": "dook", - "ducked": "douked", - "dusk": "gloaming", - "dust": "stoor", - "dusty": "stourie", - "dwell": "wone", - "dying": "diein'", - "each": "ilk", - "eagle": [ - "aigle", - "earn" - ], - "eagles": "earns", - "ear": "lug", - "early": "earlie", - "earth": "yird", - "east": "aist", - "eastern": "eastlin", - "easternmost": "eastmaist", - "eastmost": "eastmaist", - "eastward": "aistart", - "eat": "aet", - "eaten": "etten", - "eats": "aets", - "eden": "aidin", - "edinburgh": "auld reekie", - "eight": "eighct", - "eighteen": "aughten", - "else": "ense", - "empty": [ - "empie", - "toom" - ], - "end": "en", - "endure": "thole", - "engine's": "ingine's", - "engine": "ingine", - "engineer's": "ingineer's", - "engineer": "ingineer", - "engineers'": "ingineers'", - "engineers": "ingineers", - "engines": "ingines", - "english": "soothron", - "enough's": "eneuch's", - "enough": "eneuch", - "equal": "match", - "escaped": "gat awa", - "eternal": "ayebidin", + "even": "e'en", - "evening": "e'en", - "ever": "iver", - "every": "ilka", - "everything": "iveriehott", - "everywhere": "aa wey", - "ewe": "yowe", - "example": "ensaumple", - "extraordinarily": "unco", - "extremely": "unco", - "eye": "ee", - "eyebrow": "e'ebrie", - "eyebrows": "e'ebries", - "eyes": "een", - "fall": "fa'", - "fallen": "fa'n", - "falling": "faain", - "falls": "fa's", - "false": "fause", - "family": "faimly", - "far": "faur", + "fart": "pump", - "farther": "faurer", "farts": "pumps", "father": "faither", - "fault": [ - "blame", - "faut" - ], - "faults": "fauts", - "feeble": "doweless", - "feed": "beet", - "fellow": "chiel", - "fetch": "fuish", - "fetched": "fuishen", - "fetches": "fuishes", - "few": "puckle", - "fight": "fecht", - "fill": "ful", - "filled": "fult", - "find": "fin", - "fine": "braw", - "finely": "brawlie", - "fish": "fush", - "flake": "flichan", - "flakes": "flichans", - "flap": "flaff", - "flapped": "flaff'd", - "flapping": "flaffin", - "flaps": "flaffs", - "flea": "flaich", - "fleas": "flaich", - "flood": "speat", - "flour": "floor", - "flown": "flewn", - "flutter": "flitter", - "fluttered": "flittered", - "fluttering": "flittering", - "flutters": "flitter", - "fly": "flee", - "foam": "faem", - "folk": "fowk", - "food": "fuid", - "foot": "fuit", - "for": "fur", - "forget": "forgit", - "forgets": "forgits", - "forgive": "forgie", - "forgives": "forgies", - "forgot": "forgat", - "forsake": "forhou", - "forward": "forrit", - "fought": "feuchen", - "foul": "fyle", - "found": "funnd", - "four": "fower", - "fox": "tod", + "friend": "pal", - "friends": "mukkers", - "from": "fae", - "front": "foreside", - "frown": "glunch", - "frowned": "glunch'd", - "full": "stowed oot", - "fumble": "ficher", - "fumbled": "ficher'd", - "fumbles": "fichers", - "further": "farder", - "furthest": "benmaist", - "fussy": "fykie", - "gate": "yett", - "get": "git", - "gets": "gits", - "ghost": "ghaist", - "ghostdrone": "ghaistbum", - "ghostdrones": "ghaistbums", - "ghosts": "ghaists", - "gibberish": "blethers", + "friends": "pallies", + "girl": "lassie", "girls": "lassies ", - "give": "gie", - "given": "gied", - "gives": "gies", - "glare": "glower", - "glared": "glower'd", - "glove": "gluive", - "gloves": "gluives", - "glow": "glowe", - "glows": "glowes", - "go": "gae", - "goat": "gait", - "goats": "gaits", - "goes": "gaes", - "going": "gaein", - "gone": "gaen", - "good": [ - "braw", - "guid" - ], + + "good": "guid", "goodbye": "fare ye weel", - "gosh": "jings", - "got": "gat", "grandmother": "aulddame", - "great": [ - "braw", - "stoatin" - ], - "grin": "gandge", - "grip": "yoke", - "groin": "lisk", - "grow": "growe", - "grown": "growed", - "grows": "growes", - "guard": "waird", - "guess": "jalouse", - "guest": "caa'er", - "guests": "caa'ers", - "had": "haed", - "hadn't": "haednae", - "hadnt": "haednae", - "haggling": "priggin", - "half": "hauf", - "halfwit": "haiverel", - "halfwits": "haiverel", - "hall": "haa", - "halt": "stoppit", - "hammer": "haimer", - "hammers": "haimers", - "hand": "haun", - "handcuff": "haundshackle", - "handcuffed": "haundshackled", - "handcuffing": "haundshackling", - "handcuffs": "shangies", - "handle": "haunnle", - "hands": "hauns", - "hang": "hing", - "happy": "blythe", - "hard": "haurd", - "hardly": "haurdlie", - "harm": "skaith", - "harvest": "hairst", - "harvests": "hairsts", - "have": "hae", - "haven't": "hinna", - "havent": "hinna", - "head": "heid", - "healthy": "brosie", - "heard": "haurd", - "heart": "hert", - "hearty": "herty", - "hedgehog": "hurchin", - "hedgehogs": "hurchins", + "hello": "hullo", - "helmet": "helm", - "helmets": "helms", - "help": "hulp", - "helped": "helpit", - "hen": "chuck", - "hens": "chucks", - "hid": "dern'd", - "hidden": "dern'd", - "hide": "dern", - "hides": "derns", - "high": "hie", - "highest": "hiest", - "highland": "hielan'", - "highlands": "hielands", - "hit": "clout", - "hits": "clouts", - "hoarse": "hersh", - "holy": "halie", - "home": "hame", - "honey": "hinnie", - "hope": "houpe", - "hopes": "houpes", "horrible": "gruesome", - "hot": "het", - "house": "hoose", - "how": "howfur", - "howl": "yowl", - "howled": "yowled", - "howling": "yowling", - "howls": "yowls", - "hungry": "hungert", + "husband": "guidman", "husbands": "guidmen", "idea": "conceit", "ideas": "conceits", - "idiot": "eejit", - "idiots": "eejits", - "ill": "unweel", + "idiot": "klopper-hed", + "idiots": "klopper-heds", + "im": "a'm", "i'm": "a'm", - "import": "inbring", - "incantation": "cantrip", - "incantations": "cantrips", - "industrious": "eydent", - "infinite": "mairchless", - "inject": "jag", - "injected": "jagit", - "injection": "jag", - "injections": "jag", - "insect": "beastie", - "insects": "beasties", - "inside": "inby", - "into": "intae", - "ireland": "airlan", - "island": "islan", - "islands": "islans", - "isn't": "isna", - "isnt": "isna", - "issue": "aishan", - "it's": "hit's", - "it": "hit", - "its": "hits", - "jar": "jaur", - "jars": "jaurs", - "jig's": "jeeg's", - "jig": "jeeg", - "jigs": "jeegs", - "join": "jine", - "jolly": "waulie", - "judge": "juidge", - "judged": "juidgit", - "judges": "juidges", - "jump": "loup", - "jumped": "lowpen", - "jumping": "loupin", - "jumpsuit's": "carsakie's", - "jumpsuit": "carsackie", - "jumpsuits": "carsakies", - "just": "jist", - "kept": "keepit", - "killed": "kilt", - "kind": "kin", - "kindly": "kin'ly", - "kitchen": "keetchin", - "know": "ken", - "known": "kent", - "knows": "ken", - "laid": "leen", - "lake": "loch", - "lakes": "lochs", - "land": "lan", - "large": "muckle", - "last": "lest", - "lasted": "lestit", - "lasts": "lests", - "lawyer": "lawer", - "lawyers": "lawers", - "lay": "lee", - "lazy": "thowless", - "leap": "loup", - "leaping": "loupin", - "leapt": "lowpen", - "learn": "lairn", - "learned": "lairnt", - "learns": "lairns", - "leave": "lea'", - "lend": "len", - "length": "lenth", - "lengths": "lenths", - "let": "lat", - "letter": "screive", - "liar": "leear", - "liars": "leears", - "lie": "lee", - "lifted": "liftit", - "light": "licht", - "lightning": "fire-flaucht", - "like": "lik", - "liked": "likit", - "limp": "hirple", - "liquor": "spunkie", - "list": "leet", - "little": "wee", - "live": "bide", - "lived": "bade", - "lively": "birkie", - "lives": "bides", - "load": "lade", - "loaded": "laden", - "loading": "laden'", - "loads": "lades", - "lobster": "lapster", - "lobsters": "lapsters", - "long": "lang", - "look": "leuk", - "looked": "leukit", - "looks": "leuks", - "lore": "lear", - "lose": "tyne", - "loses": "tynes", - "lost": "tint", - "lot": "wheen", - "loud": "lood", - "louse": "cootie", - "love": "loo", - "loved": "loo'd", - "loves": "loos", - "loving": "looin", - "low": "wee", - "lowest": "blomaist", - "lump": "dod", - "made": "makkit", - "magic": "glammerie", - "make": "mak", - "man": "jimmy", - "manure": "aidle", - "many": "mony", - "married": "merrit", - "may": "can", - "maybe": "mibbie", - "meat": "flesh", - "merchant's": "packman's", - "merchant": "packman", - "merchants'": "packmens'", - "merchants": "packmen", - "mess": "fankle", - "mice": "myce", - "might": "micht", - "mightn't": "michtna", - "mightnt": "michtna", - "milk": "mulk", - "min": "min'", - "mine": "mines", - "mire": "glaur", - "mischeivous": "ill-trickit", - "miss": "tyne", - "misses": "tynes", - "missing": "amissin", - "mistake": "mistak", - "mistaken": "mistaen", - "mixture": "mixtur", - "mole": "mowdiewarp", - "moles": "mowdiewarps", - "money": "clink", - "monkey": "puggie", - "monkeys": "puggies", - "monkies": "puggies", - "moor": "muir", - "more": "mair", - "moron": "baw juggler", - "morons": "dunderheids", - "most": "maist", - "moth": "blinnd-bat", - "mother": "maw", - "moths": "blinnd-bats", - "mountain": "ben", - "mountains": "bens", - "mouse": "moose", - "moustache": "mouser", - "moustaches": "mousers", - "mouth": "gob", - "move": "flit", - "moved": "flittit", - "moves": "flits", - "much": "muckle", - "muddled": "doited", - "music": "muisic", - "must": "maun", - "mustache": "mouser", - "mustaches": "mousers", - "mustn't": "maunna", - "mustnt": "maunna", - "my": "ma", - "myself": "masel", - "naked": "nakit", - "nanotrasen": "nanotraisen", - "natural": "naitral", - "nature": "naitur", - "near": "naur", - "nearer": "naurer", - "nearest": "naurmaist", - "needed": "needit", - "needn't": "needna", - "neednt": "needna", - "neither": "nane", - "nestle": "coorie", + + "into": "intae", + + "moron": "klopper-hed", + "morons": "klopper-heds", + "money": "clinkers", + + "mother": "mudder", + + "my": "me", + "myself": "meself", "never": "ne'er", - "news": "bizz", - "next": "neist", "nice": "crakin", - "night": "nicht", - "nights": "nichts", - "nit": "cootie", - "no": "nae", - "none": "nane", - "nonsense": [ - "haivers", - "havers", - "pish" - ], - "north": "nor", - "northern": "norlins", - "northernmost": "normaist", - "northmost": "normasit", - "not": "no", - "nothing": "hee haw", - "now": "nou", - "number": "hantle", - "numbers": "hantles", - "oak": "aik", - "oat": "aits", - "oats": "aits", - "obliged": "behauden", + + "nonsense": "pish-woggle", + + "notable": "notable", + "not": "nae", + "nothing": "nae thing", + + "yes i": "aye i", + "yes t": "aye t", + "yes h": "aye h", + "yes p": "aye p", + "no t": "nae t", + "no c": "nae c", + "no h": "nae h", + "of": "o'", "off": "aff", - "officer": "boaby", - "officers": "boabies", - "often": "aften", - "oh": "och", - "oil": "ile", - "old": "auld", - "once": "yinst", - "one": "ane", - "onion": "ingan", - "onions": "ingans", - "opened": "opent", - "opposite": "forgain", - "oppressed": "dounhauden", - "other": "ither", - "our": "oor", - "ourselves": "oorsels", - "out": "oot", - "outside": "ootside", - "oven": "uin", - "ovens": "uins", - "over": "oot ower", - "owe": "awe", - "owes": "awes", - "owl": "howlet", - "owls": "howlets", - "own": "ain", - "owned": "awned", - "owns": "awns", - "painting": "pentin", + "pale": "peely-wally", - "pants": "trews", - "parcel": "paircel", - "parched": "drouchtit", - "park": "pairk", - "part": "pairt", - "parted": "pairted", - "partial": "pairtial", - "parts": "pairts", - "path": "pad", - "pebble": [ - "chuckie", - "chuckie-stane" - ], + + "pebble": "chuckie-stane", "pebbles": "chuckie-stanes", - "pee": "strone", - "peed": "stroned", - "pees": "strones", - "people": "fowk", - "person": "chiel", - "pet": "daut", - "pets": "dauts", - "petted": "dautit", - "petting": "dautin'", - "phantom": "bogle", - "phone": "phane", - "phones": "phanes", - "picture": "pictur", - "pictures": "picturs", - "pierce": "thirl", - "pigeon": "doo", + + "pee": "pish", + "peed": "pished", + "pees": "pishes", + + "people": "folk", + "piss": "pish", "pissed": "pished", "pisses": "pishes", - "place": "stell", - "placed": "stellt", - "places": "airts", - "play": "daff", - "played": "dafft", - "plays": "daffs", - "pocket": "pooch", - "pockets": "pooches", - "point": "pynt", - "pointed": "pynted", - "points": "pynt", - "poison": "pushion", - "poisoned": "pushionit", - "poisoning": "pushionin'", - "poisons": "pushions", - "poke": "powk", - "poked": "powkit", - "pokes": "powks", - "poking": "powkin'", - "police": "polis", - "poo": "keech", - "pool": "puil", - "poor": "pair", - "position": "poseetion", - "potato": "tattie", - "potatoes": "tatties", - "powder": "pouther", - "power": "pouer", - "present": "praisent", - "pretty": "bonny", - "prick": "jag", - "pricked": "jagit", - "pricks": "jags", - "probably": "likelie", - "proof": "prief", - "properly": "swash", - "proud": "prood", - "prove": "pruve", - "proved": "pruved", - "proves": "pruves", - "pub": "inns", - "puddle": "dub", - "pull": "pu'", - "pulled": "pu'd", - "pulls": "pu's", - "punch": "batter", - "punches": "batters", - "push": "pouss", - "pushed": "poussit", - "pushes": "pouss'", - "pushing": "poussin'", - "put": "pat", - "puts": "pits", - "quiet": "weesht", - "quit": "quitten", - "quite": "fair", - "rain": "smirr", - "ran": "run", - "raspberry": "rasp", - "rat": "rottan", - "rather": "raither", - "raven": "raen", - "real": "rael", - "reaper": "shearer", - "reason": "raison", - "reasons": "raisons", - "red": "rid", - "remember": "mind", - "replied": "reponed", - "reply": "repone", - "resident": "indwaller", - "residents": "indwallers", - "resign": "demit", - "retch": "boak", - "retches": "boaks", - "ridge": "rig", - "ridges": "rigs", - "right": "richt", - "roar": "rair", - "roared": "rair't", - "roars": "rairs", - "rob": "rab", - "room": "chaummer", - "root": "ruit", - "rope": "raip", - "rubber": "cahoutchie", - "ruffle": "tousle", - "run": "rin", - "rural": "landwart", - "rush": "breeshle", - "rust": "roust", - "sad": "dowie", - "said": "sayed", - "scare": "scaur", - "scariest": "skeeriest", - "scary": "scaury", - "school": "schuil", - "scientific": "scienteefic", - "scissors": "sheers", - "scold": "scaud", - "scone": "bannock", - "scorch": "birsle", - "scowl": "scoul", - "scowls": "scouls", - "scratch": "scart", - "scream": "skriegh", - "screaming": "skrieghin'", - "screams": "skreighs", - "seal": "cowan", - "seals": "cowans", - "sec": "polis", - "second": "saicont", - "security": "polis", - "seem": "kythe", - "seemed": "kythed", - "seems": "kythes", - "separate": "twyne", - "servant": "skivvy", - "seven": "sieven", - "shake": "shak", - "shaken": "shakit", - "shakes": "shaks", - "shall": "sall", - "shell": "sheel", - "shelter": "bield", - "sherrif": "shirra", - "shivering": "ourie", - "shoes": "shoon", - "shook": [ - "shakit", - "sheuk" - ], - "shop": "shap", - "shopping": "messages", - "shops": "shaps", + + "shit": "shite", + "should": "shoud", "shouldn't": "shoudna", "shouldnt": "shoudna", - "shovel": "shool", - "shovels": "shools", - "shrunken": "cruppen", - "shy": "blate", - "sicken": "scunner", - "sickening": "scunnersome", - "sigh": "sech", - "sighs": "soughs", - "silver": "sillar", - "singed": "singet", - "skip": "fimmer", - "skips": "fimmers", - "slap": "clout", - "slaps": "clouts", - "slept": "sleepit", - "slid": "slidden", - "slip": "slup", - "slippery": "slidie", - "slips": "slups", - "slope": "brae", - "sly": "slee", - "smack": "skelp", - "smacks": "skelps", + "small": "wee", - "smart": "snap", - "smile": "smirk", - "smiles": "smous", - "smoke": "reek", - "smoked": "reekit", - "smokes": "reeks", - "smoking": "reekin'", - "sneeze": "sneesh", - "snow": "snaw", - "snowflake": "pyle", - "so": "sae", - "soap": "saip", - "sold": "selt", - "some": "som", - "someone": "a bodie", - "sometimes": "whyles", - "somewhat": "fair", - "song": "sang", - "songs": "sangs", - "soothe": "dill", - "sore": "sair", - "sound": "soond", - "sounded": "soonded", - "sounds": "soonds", - "soup": "broo", - "south": "sooth", - "southern": "soothron", - "southernmost": "soothmaist", - "southmost": "soothmaist", - "spacemas": "Yule", - "sparkle": "glint", - "sparkled": "glintit", - "sparkles": "glints", - "sparkling": "begesserant", - "spat": "sputten", - "speak": "spaek", - "speaks": "spaeks", - "spelled": "spellt", - "spider": "speeder", - "spin": "birl", - "spine": "rig", - "spines": "rigs", - "spinning": "birlin'", - "spins": "birls", - "spit": "speet", - "spoil": "blaud", - "spoils": "blauds", - "spoke": "spak", - "spoon": "spuin", - "squeal": "squyle", - "squint": "skelly", - "stagger": "stoiter", - "staggered": "stoiter'd", - "staggers": "stoiters", - "stand": "staun", - "star": "starn", - "stare": "gove", - "stared": "glourt", - "stares": "goves", - "stars": "starns", - "start": "stert", - "started": "stertit", - "starts": "sterts", - "stay": "bide", - "stays": "bides", - "stead": "steid", - "stench": "bowf", - "stiff": "stechie", - "still": "yet", - "stink": "bowf", - "stinks": "bowfs", - "stir": "steer", - "stirs": "steers", - "stole": "stealt", - "stolen": "stown", - "stomach": "wame", - "stone": "stane", - "stones": "stanes", - "stopped": "stoppit", - "stout": "stoot", - "stream": "burn", - "stretch": "streek", - "stretched": "streekit", - "stretches": "streeks", - "striped": "strippit", - "stroll": "daunder", - "struck": "strak", - "stuck": "stickit", - "stuff": "stech", - "stumble": "doiter", - "stumbled": "stoited", - "stumbles": "doiters", - "stunned": "donnert", - "stupid": "glaikit", - "such": "sic", - "sunset": "sindoun", - "suppose": "daursay", - "sure": "shuir", - "surely": "shuirlie", - "swallow": "swallae", - "swallowed": "swallae'd", - "swallows": "swallaes", - "swarm": "byke", + + "stare": "eyeball", + "stared": "eyeballed", + "stares": "eyeballs", + + "stupid": "klopper", + "swear": "sweir", "sweared": "sweired", "swearing": "sweiring", "swears": "sweirs", - "swell": "swall", - "swelled": "swall'd", - "table": "boord", - "tables": "boords", - "tadpole": "poweheid", - "take": "tak", - "taken": "taen", - "takes": "taks", - "talk": "tauk", - "tangled": "tousled", - "taste": "pree", - "tasted": "pree'd", - "tasteless": "warsh", - "tastes": "prees", - "tavern": "inns", - "terrible": "tairible", - "than": "nor", - "thank": "thenk", - "that": "thon", - "the": "th'", - "their": "thair", - "theirs": "thairs", - "them": "thaim", - "themselves": "thairsels", - "then": "than", - "there's": "thonder's", - "there": "thonder", - "they": "thay", - "thirst": "drouth", - "thirsts": "drouths", - "thirsty": "drouthy", - "those": "they", - "thought": "thocht", - "thousand": "thoosan", - "thousands": "thoosans", - "thousandth": "thoosant", - "thrashed": "thruishen", - "thrilled": "thirl'd", - "throat": "thrapple", - "through": "throu'", + "thundering": "dunderin", - "tidy": "doss", - "tingle": "fissle", - "tiny": [ - "tottie", - "toty" - ], - "to": "tae", - "tobacco": "baccie", - "today": "th'day", - "together": "thegither", - "toilet": "cludgie", - "toilets": "cludgies", - "token": "taiken", - "told": "tellt", "tomorrow": "th' morra", - "tonight": "thenicht", - "too": "tae", - "took": "teuk", - "top": "tap", - "tore": "tuir", - "tortoise": "tortie", - "tough": "teugh", - "town": "toon", - "trader's": "dealer's", - "trader": "dealer", - "traders'": "dealers'", - "traders": "dealers", - "translated": "owerset", - "treason": "traison", - "trick": "brogue", - "tried": "ettelt", - "tries": "ettles", - "trigger": "tricker", - "triggered": "tricker'd", - "triggering": "trickerin'", - "triggers": "trickers", - "trouble": "trauchle", - "trousers": "breeks", - "trurth": "trowth", - "try": "huv a go", - "tumble": "cowp", - "turf": "divot", - "turfs": "divots", - "turn": "birl", - "turned": "birlt", - "turning": "birlin'", - "turnip": "neep", - "turnips": "neeps", - "turns": "birls", - "twist": "swirl", - "twisted": "swirlie", - "twists": "skewls", - "two": "twa", - "unbolt": "unsnib", - "uncertain": "unsicker", - "under": "unner", - "understand": "unnerstaund", - "understands": "unnerstaunds", + "unhurt": "unskaithed", "uninvited": "unbidden", "unknown": "unkent", - "unlucky": "wanchancie", + "until": "till", - "us": "hus", - "usage": "uisage", - "use": "uise", - "used": "uised", - "useless": "uissless", - "uses": "uises", - "valley": "glen", - "valleys": "glens", - "value": "feck", + "vegetables": "greens", - "venture": "anter", - "very": "verra", - "vessel": "veshel", - "vessels": "veshel", - "vision": "veesion", - "visions": "veesion", - "visit": "veesit", - "visitor": "caa'er", - "visitors": "caa'ers", - "vomit": "boak", - "vomits": "boaks", - "wages": "wauges", - "walk": "traivel", - "walked": "traivelt", - "walks": "traivels", - "wall": "dike", - "walls": "dikes", - "wand": "wannd", - "wander": "daunder", - "wandered": "daundert", - "wanders": "daunders", - "want": "waant", - "wanted": "wantit", - "warm": "beek", - "was": "wis", - "washed": "washt", - "wasn't": "wisna", - "wasnt": "wisna", - "watched": "watcht", - "water": "watter", - "way": "gate", - "ways": "gates", - "weak": "fushionless", - "website": "wasteid", - "weep": "greet", - "welcome": "walcome", - "well": "weel", - "went": "gaed", - "were": "war", - "weren't": "warna", - "werent": "warna", - "west": "wast", - "westernmost": "wastmaist", - "westmost": "wastmaist", - "westward": "wastart", - "wet": "drookit", - "what": "whit", - "whatever": "whitsomiver", - "whatsoever": "whitsaeiver", - "where's": "whaur's", - "where": "whaur", - "whiskey": "usquebaugh", - "whistle": "wheiple", - "whistles": "wheiples", - "who": "wha", - "whole": "hail", - "whom": "wham", - "whose": "whase", - "wife": "guidwife", - "will": "wull", - "win": "wun", - "wind": "wynd", - "window": "winnock", - "windows": "winnocks", - "wing": "weeng", - "wings": "weengs", - "wipe": "dight", - "wipes": "dights", - "wire-cutters": "weir-sheers", - "wire": "weir", - "wirecutters": "weirsheers", - "wisdom": "gumption", - "wish": "wiss", - "wished": "wisst", - "wishes": "wisses", - "witch's": "carlin's", - "witch": "carlin", - "witches": "carlins", - "with": "wi", - "within": "aithin", - "without": "athoot", - "witless": "doitert", + + "wife": "guidwife", "wives": "guidwifes", - "wizard's": "warlock's", - "wizard": "warlock", - "wizards": "warlocks", - "woman": "hen", - "women": "kimmers", - "won't": "winna", - "won": "wun", - "wonder": "wonner", - "wont": "winna", - "wood": "wid", - "wool": "woo'", - "word": "wird", - "words": "wirds", - "work": "wark", - "worked": "wrocht", - "world": "warld", - "worried": "wirried", - "worries": "wirries", - "worry": "wirrie", - "worst": "wast", - "worth": "wirth", - "would": "wad", - "wouldn't": "wadna", - "wouldnt": "wadna", - "wrench": "wranch", - "wrenches": "wranches", - "writ": "wrate", - "write": "screive", - "writes": "scrieves", - "wrong": "wrang", - "wrote": "wrat", - "yes": "aye", - "you": "ye", + + "woman": "lass", + "women": "lasses", + + "yesteryear": "yesteryil", + "yesterday": "yesterdae", + "you": "ye", "your": "yer", "yeah": "aye", - "yourself": "yersel", - "yourselves": "yersels", - "youth": "weans", - "zero": "hee-haw" + + "youth": "young'un" + } -} \ No newline at end of file +} diff --git a/strings/grenzelhoft_replacement.json b/strings/grenzelhoft_replacement.json new file mode 100644 index 0000000000..38ecdb2a0a --- /dev/null +++ b/strings/grenzelhoft_replacement.json @@ -0,0 +1,79 @@ +{ + + "grenzelhoft": { + "good bye": [ + "auf wiedersehen", + "tschüss" + ], + "goodbye":"auf wiedersehen", + "bye":"tschüss", + + "asshole":"schweinhund", + "idiot":"dummkopf", + "fuck": "scheiße", + "shit": "scheiße", + + "cat": "katze", + "dog": "hund", + + "dad": "papa", + "father": "papa", + "family": "familie", + "friend": "freund", + "mom": "mutti", + + "fire": "feuer", + + "good": "gut", + + "hey": "hallo", + "hi": "hallo", + "hello": [ + "hallo", + "guten tag" + ], + + "love": "liebe", + "my ": "mein ", + + "no ": "nein ", + + "small": "klein", + + "thanks": "danke", + "thank you": "danke", + "that ": "das ", + + "ugly": "hässlich", + "very": "sehr", + "with": "mit", + + "w": "v", + "sun": "sonne", + + "spear": "speer", + "sword": "schwert", + "helmet": "helm", + "house": "haus", + "lance": "lanze", + + "day": "tag", + "yesterday": "yestertag", + "yes": "ja", + "yeah": "ja ja", + "young": "junge", + + "captain": "kapitän", + "soldier": "soldat", + "kingdom": "reich", + "king": "könig", + "princess": "prinzess", + "prince": "prinz", + "dragon": "drachen", + "witch": "vitch", + "necromancer": "nekromant", + "demon": "dämon", + "vampire": "vampir", + "goblin": "kobold" + } +} diff --git a/strings/steppe_replacement.json b/strings/steppe_replacement.json new file mode 100644 index 0000000000..af158b4a64 --- /dev/null +++ b/strings/steppe_replacement.json @@ -0,0 +1,15 @@ +{ + "steppe": { + "yes i": "ya i", + "yes t": "ya t", + "yes h": "ya h", + "yes p": "ya p", + "no t": "nai t", + "no c": "nai c", + "no h": "nai h", + "th": "t", + "sh": "zh", + "hello": "saim bainoo", + "goodbye": "bayarlaa" + } +} diff --git a/strings/tiefling_replacement.json b/strings/tiefling_replacement.json new file mode 100644 index 0000000000..138eac286c --- /dev/null +++ b/strings/tiefling_replacement.json @@ -0,0 +1,18 @@ +{ + + "tiefling": { + "thi": "thee", + "s": "ss", + "r": "rr", + "fish": "feesh", + "ish": "eesh", + "is": "es", + "in": "en" + +} + +} + + + +