Skip to content

Commit

Permalink
Adds a new trait, Tiny Stomach (#73360)
Browse files Browse the repository at this point in the history
* Adds a new trait, Tiny Stomach

* Update

* Increased stomach cap a bit

* Update data/json/mutations/mutations.json
  • Loading branch information
carlarctg authored May 3, 2024
1 parent 39b63ac commit 262e2b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@
"canceled_mutations": [
"WEAKSTOMACH",
"STRONGSTOMACH",
"TINYSTOMACH",
"CARNIVORE",
"HERBIVORE",
"ANTIJUNK",
Expand Down
11 changes: 11 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,16 @@
}
]
},
{
"type": "mutation",
"id": "TINYSTOMACH",
"name": { "str": "Tiny Stomach" },
"points": -3,
"description": "Either as the result of a lifesaving surgery, or as a congenital defect, your stomach is much smaller than usual. You'll have to eat your food in small servings during the day, rather than one or two large daily meals.",
"starting_trait": true,
"active": false,
"enchantments": [ { "values": [ { "value": "STOMACH_SIZE_MULTIPLIER", "multiply": -0.7 } ] } ]
},
{
"type": "mutation",
"id": "LOVES_BOOKS",
Expand Down Expand Up @@ -7380,6 +7390,7 @@
"prereqs": [ "INT_SLIME" ],
"prereqs2": [ "PER_SLIME_OK" ],
"threshreq": [ "THRESH_SLIME" ],
"cancels": [ "TINYSTOMACH" ],
"category": [ "SLIME" ],
"active": true,
"cost": 347,
Expand Down

0 comments on commit 262e2b6

Please sign in to comment.