Skip to content

Commit

Permalink
Merge pull request CleverRaven#61278 from Dan1ss1mo/Alpha
Browse files Browse the repository at this point in the history
Make alpha a bit smarter and nimbler
  • Loading branch information
Rivet-the-Zombie authored Sep 29, 2022
2 parents 1e89b69 + 29fc415 commit 5ecdd98
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 }
},
{
Expand Down Expand Up @@ -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",
Expand All @@ -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 }
},
Expand All @@ -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 }
},
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5ecdd98

Please sign in to comment.