Skip to content

Commit

Permalink
Merge pull request #55496 from ElfLeaderMike/adds-cancel-flags-to-bad…
Browse files Browse the repository at this point in the history
…-and-strong-knees-mutations

Make strong knees cancel out bad knees
  • Loading branch information
Rivet-the-Zombie authored Feb 19, 2022
2 parents 7fa132e + dd48322 commit 6149a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@
"points": -1,
"description": "Whether due to injury or age, your knees aren't particularly strong or flexible. Moving over rough terrain will slow you down more than normal.",
"starting_trait": true,
"cancels": [ "STRONGKNEES" ],
"valid": false,
"movecost_obstacle_modifier": 1.25
},
Expand All @@ -1001,6 +1002,7 @@
"points": 1,
"description": "Your knees are strong and capable of angles that you couldn't imagine previously. Moving over rough terrain will slow you down less than normal.",
"category": [ "BATRACHIAN" ],
"cancels": [ "BADKNEES" ],
"valid": false,
"movecost_obstacle_modifier": 0.9
},
Expand Down

0 comments on commit 6149a27

Please sign in to comment.