Skip to content

Commit

Permalink
Backporting #48078 [Magiclysm] Add mutations to manatouched
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Aug 14, 2021
1 parent 9f0d802 commit cf1ed0e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/mods/Magiclysm/traits/manatouched.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,35 @@
"category": [ "MANATOUCHED" ],
"prereqs": [ "MANA_MULT3" ],
"mana_multiplier": 2.65
},
{
"type": "mutation",
"id": "WEAKSTOMACH",
"copy-from": "WEAKSTOMACH",
"extend": { "category": [ "MANATOUCHED" ] }
},
{
"type": "mutation",
"id": "BADBACK",
"copy-from": "BADBACK",
"extend": { "category": [ "MANATOUCHED" ] }
},
{
"type": "mutation",
"id": "LIGHTWEIGHT",
"copy-from": "LIGHTWEIGHT",
"extend": { "category": [ "MANATOUCHED" ] }
},
{
"type": "mutation",
"id": "INT_UP_3",
"copy-from": "INT_UP_3",
"extend": { "category": [ "MANATOUCHED" ] }
},
{
"type": "mutation",
"id": "LIGHT_BONES",
"copy-from": "LIGHT_BONES",
"extend": { "category": [ "MANATOUCHED" ] }
}
]

0 comments on commit cf1ed0e

Please sign in to comment.