Skip to content

Commit

Permalink
Update mutations.json (#37883)
Browse files Browse the repository at this point in the history
Change good and bad memory traits have changed to match the new skill rust system
  • Loading branch information
wingbrother authored Feb 13, 2020
1 parent 3201703 commit 561af57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"points": 3,
"description": "You have an exceptional memory, and find it easy to remember things. Your skills will erode slightly slower than usual, and you can remember more terrain.",
"map_memory_capacity_multiplier": 2,
"skill_rust_multiplier": 0.66,
"skill_rust_multiplier": 1.33,
"starting_trait": true,
"valid": false,
"cancels": [ "FORGETFUL" ]
Expand Down Expand Up @@ -1050,7 +1050,7 @@
"description": "You have a hard time remembering things. Your skills will erode slightly faster than usual, and you can remember less terrain.",
"social_modifiers": { "lie": -5 },
"map_memory_capacity_multiplier": 0.5,
"skill_rust_multiplier": 1.33,
"skill_rust_multiplier": 0.66,
"starting_trait": true,
"category": [ "BEAST", "MEDICAL", "CHIMERA", "MOUSE", "INSECT" ],
"cancels": [ "GOODMEMORY" ]
Expand Down

0 comments on commit 561af57

Please sign in to comment.