Skip to content

Commit

Permalink
Rabbit Mutation Category (#48548)
Browse files Browse the repository at this point in the history
* Rabbit Mutagen pull request

Added rabbit serum and mutagen.

* Rabbits are here

Added new rabbit mutations, included rabbit in fitting existing traits, and created the new category, along with threshold.

* Added rabbit to a few traits that were missing

* Rabbit mutagen recipes

Because of course I forgot this detail.

* Minor change to mutagen items

* Fixes and linting

A file was in the wrong folder, fixed that. And also changed a few more traits.

* Rabbit ears visibility

They are pretty large, changed the value 8 (same as rodent ears) to 9.

* Linting again

Hopefully it will be the appropriate format this time.

* Update data/json/mutations/mutations.json

Co-authored-by: casswedson <58050969+casswedson@users.noreply.github.com>

* Update data/json/mutations/mutation_category.json

Co-authored-by: casswedson <58050969+casswedson@users.noreply.github.com>

* Added "RABBIT" to the Whiskers mutation

The change in description was to fit both feline and the rabbit category, as suggested by souricelle.

* Added little paws mutation

These will make burrow possible without claws, and help satisfy the uniqueness of the mutation line.

* Linting

Never forget to lint the json files.

* Fixing my first "pull from master" madness

I don't know how to explain this.

* Trying to fix rabbit category problems

* More fixes

Here is hoping this time.

* Apply suggestions from code review

Co-authored-by: casswedson <58050969+casswedson@users.noreply.github.com>
Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 9, 2021
1 parent dee56c0 commit 8b8fe72
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 35 deletions.
16 changes: 16 additions & 0 deletions data/json/items/comestibles/mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,22 @@
"name": { "str": "mouse mutagen" },
"use_action": { "type": "mutagen", "mutation_category": "MOUSE" }
},
{
"id": "iv_mutagen_rabbit",
"copy-from": "iv_mutagen_flavor",
"type": "COMESTIBLE",
"name": { "str": "rabbit serum" },
"description": "An orange colored serum. You need a syringe to inject it… if you really want to?",
"use_action": { "type": "mutagen_iv", "mutation_category": "RABBIT" }
},
{
"id": "mutagen_rabbit",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
"name": { "str": "rabbit mutagen" },
"description": "A white, clear colored mutagen. You can drink it… if you really want to?",
"use_action": { "type": "mutagen", "mutation_category": "RABBIT" }
},
{
"id": "purifier",
"copy-from": "mutagen_flavor",
Expand Down
9 changes: 9 additions & 0 deletions data/json/mutations/mutation_category.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,14 @@
"mutagen_message": "You feel a desire to curl up in a nice, warm pile of… shredded paper.",
"iv_message": "You feel… small. But comfortable.",
"memorial_message": "Found the cheese."
},
{
"type": "mutation_category",
"id": "RABBIT",
"name": "Rabbit",
"threshold_mut": "THRESH_RABBIT",
"mutagen_message": "Walking is overrated. It's time to start hopping.",
"iv_message": "You are craving beta carotene.",
"memorial_message": "Acquired a taste for carrots."
}
]
Loading

0 comments on commit 8b8fe72

Please sign in to comment.