Skip to content

Commit

Permalink
Make skill rust related mutations display as mixed effect (#76076)
Browse files Browse the repository at this point in the history
* Make skill rust mutations display as mixed effect

* Update data/json/mutations/mutations.json

Co-authored-by: Fris0uman <[email protected]>

* Update data/json/mutations/mutations.json

---------

Co-authored-by: Maleclypse <[email protected]>
Co-authored-by: Fris0uman <[email protected]>
  • Loading branch information
3 people authored Sep 1, 2024
1 parent 3b69d6f commit 2d41010
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1033,9 +1033,10 @@
"type": "mutation",
"id": "GOODMEMORY",
"name": { "str": "Good Memory" },
"points": 3,
"description": "You have an exceptional memory, and find it easy to remember things. Your skills will erode slightly slower than usual.",
"points": 0,
"description": "You have an exceptional memory, and find it easy to remember things. However, you don't benefit as much as other people from dropping a subject for a while and will thus end up learning slower.",
"types": [ "MEMORY" ],
"mixed_effect": true,
"enchantments": [ { "values": [ { "value": "SKILL_RUST_RESIST", "multiply": -0.34 } ] } ],
"starting_trait": true,
"valid": false,
Expand Down Expand Up @@ -1846,11 +1847,12 @@
"type": "mutation",
"id": "FORGETFUL",
"name": { "str": "Forgetful" },
"points": -3,
"points": 0,
"vitamin_cost": 160,
"description": "You have a hard time remembering things. Your skills will erode slightly faster than usual.",
"description": "You have a hard time remembering things. Your skills will erode slightly faster than usual, and you have trouble keeping your story straight when lying.",
"types": [ "MEMORY" ],
"social_modifiers": { "lie": -5 },
"mixed_effect": true,
"enchantments": [ { "values": [ { "value": "SKILL_RUST_RESIST", "multiply": 0.33 } ] } ],
"starting_trait": true,
"category": [ "BEAST", "MEDICAL", "CHIMERA", "MOUSE", "INSECT", "RABBIT" ]
Expand Down

0 comments on commit 2d41010

Please sign in to comment.