From 262e2b68304291b02f18c4a5290da02b9ca4fa7e Mon Sep 17 00:00:00 2001 From: carlarctg <53100513+carlarctg@users.noreply.github.com> Date: Fri, 3 May 2024 00:24:05 -0300 Subject: [PATCH] Adds a new trait, Tiny Stomach (#73360) * Adds a new trait, Tiny Stomach * Update * Increased stomach cap a bit * Update data/json/mutations/mutations.json --- data/json/bionics.json | 1 + data/json/mutations/mutations.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/data/json/bionics.json b/data/json/bionics.json index b9af6429eede9..0f63b42c787d8 100644 --- a/data/json/bionics.json +++ b/data/json/bionics.json @@ -759,6 +759,7 @@ "canceled_mutations": [ "WEAKSTOMACH", "STRONGSTOMACH", + "TINYSTOMACH", "CARNIVORE", "HERBIVORE", "ANTIJUNK", diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index febd733beb04b..47597d00eb9fd 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -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", @@ -7380,6 +7390,7 @@ "prereqs": [ "INT_SLIME" ], "prereqs2": [ "PER_SLIME_OK" ], "threshreq": [ "THRESH_SLIME" ], + "cancels": [ "TINYSTOMACH" ], "category": [ "SLIME" ], "active": true, "cost": 347,