Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rabbit mutation to Mr_Lapin #6051

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions data/json/npcs/holdouts/Mr_Lapin.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@
[ "GOODHEARING", 100 ],
[ "DEFT", 100 ],
[ "ANIMALEMPATH2", 100 ],
[ "LIGHTFUR", 100 ],
[ "HOOVES", 100 ]
[ "RABBIT_NOSE", 100 ],
[ "RABBIT_FUR", 100 ],
[ "TAIL_RABBIT", 100 ],
[ "RABBIT_EARS", 100 ],
[ "THRESH_RABBIT", 100 ]
]
},
{
Expand Down Expand Up @@ -81,7 +84,7 @@
"type": "talk_topic",
"id": "TALK_WARRENER_MUTATION",
"dynamic_line": {
"u_has_any_trait": [ "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ],
"u_has_any_trait": [ "RABBIT_EARS", "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ],
"yes": "Same way you got yours, I bet.",
"no": "CRISPR? Radiation? Something in the water? Maybe it was bunnies."
},
Expand All @@ -94,7 +97,7 @@
"type": "talk_topic",
"id": "TALK_WARRENER_MUTATION_INSULT",
"dynamic_line": {
"u_has_any_trait": [ "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ],
"u_has_any_trait": [ "RABBIT_EARS", "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ],
"yes": "I'm very sorry to tell you this, but you should look in a mirror.",
"no": "Insulting people who could help you is unlikely to aid survival."
},
Expand Down
Loading