mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
1246cac695
## About The Pull Request This adds the neutral quirk "Muridae Traits" which is a tongue based speech quirk. In addition to changing the mob's say_mod, this also has speech_args to encourage our mice to embrace their punny nature. When giving an item to another mob, there will also be another pun as well as a mood_event. Additionally, it also gives the mob_holder FACTION_RATS, which makes mice in maintenance not afraid of the mob. Finally, this makes a minor change to the rat infusion by commenting out eye_color_left and eye_color_right, so that the mob sprite is unaffected. ## Why It's Good For The Game <img width="343" height="367" alt="image" src="https://github.com/user-attachments/assets/a766e636-01c9-45a8-aec0-97872755507a" /> <br> <img width="1010" height="722" alt="Untitled" src="https://github.com/user-attachments/assets/f83a9316-04ed-41dd-8c01-ad3369709110" /> ## Proof Of Testing <img width="430" height="168" alt="image" src="https://github.com/user-attachments/assets/cf2b8b48-0eeb-4975-bf03-8ac43fbb572c" /> <br> [Food Showcase](https://www.youtube.com/watch?v=RNQZ-Rj5JnQ) ## Changelog 🆑 add: Added neutral quirk: Muridae Traits /🆑 --------- Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"mouse": {
|
|
"better": "cheddar",
|
|
"Better": "Cheddar",
|
|
"good": "gouda",
|
|
"Good": "Gouda",
|
|
"please": "cheese",
|
|
"Please": "Cheese",
|
|
"permission": "parmession",
|
|
"Permission": "Parmession",
|
|
"nice": "mice",
|
|
"Nice": "Mice",
|
|
"great": "grate",
|
|
"Great": "Grate",
|
|
"easy": "cheesy",
|
|
"monster": "munster",
|
|
"Monster": "Munster",
|
|
"speak": "squeak",
|
|
"Speak": "Squeak",
|
|
"apologies": "apolo-cheese",
|
|
"Apologies": "Apolo-cheese",
|
|
"sorry": "apolo-cheese",
|
|
"Sorry": "Apolo-cheese",
|
|
"vice": "mice",
|
|
"blue": "bleu",
|
|
"Blue": "Bleu",
|
|
"gotta": "gouda",
|
|
"Gotta": "Gouda",
|
|
"got to": "gouda",
|
|
"Got to": "gouda",
|
|
"pos": "paws",
|
|
"Pos": "Paws",
|
|
"case": "queso",
|
|
"curb": "curd",
|
|
"Curb": "Curd",
|
|
"ease": "cheese",
|
|
"Ease": "Cheese",
|
|
"disagree": "disabrie",
|
|
"Disagree": "Disabrie",
|
|
"be": "brie",
|
|
"Be": "Brie",
|
|
"wish": "swiss",
|
|
"Wish": "Swiss",
|
|
"sis": "swiss",
|
|
"Sis": "Swiss",
|
|
"not your": "nacho",
|
|
"Not your": "Nacho",
|
|
"shed a": "cheddar",
|
|
"house": "mouse",
|
|
"House": "Mouse",
|
|
"seek": "squeak",
|
|
"Seek": "Squeak"
|
|
}
|
|
}
|