From 62014adb39e960c99954e0342928d50af24d9d0b Mon Sep 17 00:00:00 2001 From: Dan1ss1mo <112878543+Dan1ss1mo@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:38:50 +0300 Subject: [PATCH 1/2] Update mutations.json --- data/json/mutations/mutations.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index e1a6b6730d1d7..cd6aebd656419 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -4965,7 +4965,7 @@ "points": 1, "description": "You are a little nimbler. +1 Dexterity.", "types": [ "DEX" ], - "changes_to": [ "DEX_UP_2", "DEX_ALPHA" ], + "changes_to": [ "DEX_UP_2" ], "category": [ "INSECT", "ALPHA", @@ -4991,8 +4991,8 @@ "description": "You are nimbler. +2 Dexterity.", "types": [ "DEX" ], "prereqs": [ "DEX_UP" ], - "changes_to": [ "DEX_UP_3" ], - "category": [ "LIZARD", "SPIDER", "CHIMERA", "RAPTOR", "MOUSE", "RABBIT", "BIRD", "ELFA", "FELINE", "CEPHALOPOD", "FISH" ], + "changes_to": [ "DEX_UP_3", "DEX_ALPHA" ], + "category": [ "LIZARD", "SPIDER", "CHIMERA", "RAPTOR", "MOUSE", "RABBIT", "BIRD", "ELFA", "FELINE", "CEPHALOPOD", "FISH", "ALPHA" ], "passive_mods": { "dex_mod": 2 } }, { @@ -5027,10 +5027,10 @@ "points": 6, "description": "You're perfectly coordinated.", "types": [ "DEX" ], - "prereqs": [ "DEX_UP" ], + "prereqs": [ "DEX_UP_2" ], "threshreq": [ "THRESH_ALPHA" ], "category": [ "ALPHA" ], - "passive_mods": { "dex_mod": 1 } + "passive_mods": { "dex_mod": 2 } }, { "type": "mutation", @@ -5039,7 +5039,7 @@ "points": 1, "description": "You are a little smarter. +1 Intelligence.", "types": [ "INT" ], - "changes_to": [ "INT_UP_2", "INT_ALPHA", "INT_SLIME" ], + "changes_to": [ "INT_UP_2", "INT_SLIME" ], "category": [ "SLIME", "ALPHA", "ELFA", "CEPHALOPOD" ], "passive_mods": { "int_mod": 1 } }, @@ -5051,8 +5051,8 @@ "description": "You are smarter. +2 Intelligence.", "types": [ "INT" ], "prereqs": [ "INT_UP" ], - "changes_to": [ "INT_UP_3" ], - "category": [ "CEPHALOPOD" ], + "changes_to": [ "INT_UP_3", "INT_ALPHA", ], + "category": [ "CEPHALOPOD", "ALPHA" ], "passive_mods": { "int_mod": 2 } }, { @@ -5091,10 +5091,10 @@ "points": 6, "description": "You understand almost everything about which you think, with minimal effort.", "types": [ "INT" ], - "prereqs": [ "INT_UP" ], + "prereqs": [ "INT_UP_2" ], "threshreq": [ "THRESH_ALPHA" ], "category": [ "ALPHA" ], - "passive_mods": { "int_mod": 1 } + "passive_mods": { "int_mod": 2 } }, { "type": "mutation", From 29fc4151b599d75a18806c3b01752be5df0b0597 Mon Sep 17 00:00:00 2001 From: Dan1ss1mo <112878543+Dan1ss1mo@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:52:27 +0300 Subject: [PATCH 2/2] Update mutations.json --- data/json/mutations/mutations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index cd6aebd656419..7893ef0550a00 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -5051,7 +5051,7 @@ "description": "You are smarter. +2 Intelligence.", "types": [ "INT" ], "prereqs": [ "INT_UP" ], - "changes_to": [ "INT_UP_3", "INT_ALPHA", ], + "changes_to": [ "INT_UP_3", "INT_ALPHA" ], "category": [ "CEPHALOPOD", "ALPHA" ], "passive_mods": { "int_mod": 2 } },