diff --git a/data/mods/Magiclysm/mutations/debug_mutations.json b/data/mods/Magiclysm/mutations/debug_mutations.json new file mode 100644 index 0000000000000..2adc19cbe21c7 --- /dev/null +++ b/data/mods/Magiclysm/mutations/debug_mutations.json @@ -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 } ] + } + ] + } +]