forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Ork subtype of hulk mutation with funny speech modifiers (tgstat…
…ion#84883) ## About The Pull Request Adds a subtype of hulk mutation created by mixing it with clumsy. Makes the owner's skin olive green and forces a funny speech impediment on them. Essentially revival of tgstation#69473 with some more lines ![изображение](https://github.com/tgstation/tgstation/assets/44720187/2f41dbee-5c54-4f80-bef5-fd8549afbbef) ## Why It's Good For The Game WARBOYZ NEEDA MOAR DAKKA funny flavor subtype for hulks which makes them sound even more brain damaged ## Changelog :cl: add: A new ork mutation which can be acquired by mixing hulk and clumsy. /:cl:
- Loading branch information
Showing
3 changed files
with
136 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
{ | ||
"ork": { | ||
"gun": "blasta", | ||
"ammo": "dakka", | ||
"bullets": "dakka", | ||
"rockets": "bigger dakka", | ||
"grenade": "bomb", | ||
"rifle": "shoota", | ||
"pistol": "short boomstick", | ||
"shotgun": "boomstick", | ||
"launcher": "bomb throwa", | ||
"sword": "harder choppa", | ||
"knife": "choppa", | ||
"spear": "long choppa", | ||
"disk": "disky", | ||
"nuke disk": "disky", | ||
"captain": "warboss", | ||
"security": "warboyz", | ||
"cap ": "boss ", | ||
" cap": " boss", | ||
"science": "smarty thinking", | ||
"scientist": "brain boy", | ||
"engineer": "mekkanik", | ||
"engineering": "tinkerin'", | ||
"technician": "mekboy", | ||
"botanist": "green feeda", | ||
"botany": "green feed", | ||
"felinid": "talking kitty", | ||
"robotics": "kanna maka", | ||
"roboticist": "kanna boy", | ||
"cat": "kitty", | ||
"moth": "bug", | ||
"mothperson": "bugga", | ||
"plasmaman": "fire skellyton", | ||
"plasmamen": "fire skellytons", | ||
"skeleton": "skellyton", | ||
"lizard": "tailswingah", | ||
"lizardperson": "tailswingah", | ||
"ethereal": "zappy boy", | ||
"car": "trukk", | ||
"power": "lektricity", | ||
"cable": "zap rope", | ||
"human": "humie", | ||
"fly": "buzz", | ||
"flyperson": "buzzah", | ||
"run": "charge", | ||
"fight": "crump", | ||
"revolution": "dust up", | ||
"nuke": "bomb", | ||
"ai ": "talky box ", | ||
"artificial intelligence": "talky box", | ||
"shuttle": "winged trukk", | ||
"miner": "rockkrusha", | ||
"mining": "rock krushing", | ||
"maintenance": "tunnel", | ||
"maint": "tunnel", | ||
"singularity": "space hole", | ||
"supermatter": "angry rock", | ||
"war ": "WAAAGH! ", | ||
"hos ": "nob ", | ||
"the ": "da ", | ||
".": "!", | ||
"one ": "wun ", | ||
"fast": "fastah", | ||
"faster": "fastah", | ||
"exosuit": "killa kan", | ||
"mech": "killa kan", | ||
"mecha": "killa kan", | ||
"rocket": "rokkit", | ||
"flame": "burna", | ||
"doctor": "dok", | ||
"medic": "doka", | ||
"medical": "healy", | ||
"cmo": "mad dok", | ||
"ce": "big mek", | ||
"thing": "fing", | ||
"want to": "wanna", | ||
"need to": "needa", | ||
"got to": "gotta", | ||
" my": " me", | ||
"my ": "me ", | ||
" you": " ya", | ||
"you ": "ya ", | ||
"you've": "yoos", | ||
"you have": "yoos", | ||
" in a ": " ina ", | ||
"more": "moar", | ||
"teeth": "teef", | ||
"ing ": "in' ", | ||
"proper": "proppa", | ||
"something": "sumfing", | ||
"i am ": "I iz ", | ||
"i'm ": "I'ze ", | ||
"we're ": "we'ze ", | ||
"you're ": "you'ze ", | ||
"here": "'ere", | ||
"this ": "dis ", | ||
"that ": "dat ", | ||
"them ": "dem ", | ||
"those ": "dose ", | ||
"your ": "ya ", | ||
"says": "sez", | ||
"with": "wiv", | ||
"what": "wot", | ||
"who": "oo", | ||
"who's": "oo'z", | ||
"whose": "oo'z", | ||
"strong": "'ard", | ||
"tough": "'ard", | ||
"hard": "'ard", | ||
"robust": "well 'ard", | ||
"what's that": "wuzzat", | ||
"wizard": "weirdah", | ||
"heretic": "weirdah" | ||
} | ||
} |