Skip to content

Commit

Permalink
Add debug mana mutation to magiclysm (#55473)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Feb 21, 2022
1 parent f5cd415 commit b981ab3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/mods/Magiclysm/mutations/debug_mutations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "mutation",
"id": "DEBUG_MANA",
"name": { "str": "Debug Mana" },
"points": 99,
"valid": false,
"description": "To cast bug killing spells.",
"debug": true,
"enchantments": [
{
"condition": "ALWAYS",
"values": [ { "value": "MAX_MANA", "add": 500000 }, { "value": "REGEN_MANA", "multiply": 1000 } ]
}
]
}
]

0 comments on commit b981ab3

Please sign in to comment.