Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make skill rust related mutations display as mixed effect #76076

Merged
merged 3 commits into from
Sep 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 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,
"points": 0,
"description": "You have an exceptional memory, and find it easy to remember things. Your skills will erode slightly slower than usual.",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"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
Loading