Skip to content

Commit

Permalink
Update debug_mutations.json (#60031)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Aug 9, 2022
1 parent 4cfdd0b commit 416457f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions data/mods/Magiclysm/mutations/debug_mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,20 @@
"damage_type": "pure"
},
{
"type": "enchantment",
"type": "mutation",
"id": "LIBRARY_DEFENDER",
"condition": "ALWAYS",
"values": [ { "value": "PERCEPTION", "add": 5 } ],
"hit_me_effect": [ { "id": "librarian_blinding", "hit_self": false } ]
"name": { "str": "library defender" },
"points": 99,
"valid": false,
"player_display": false,
"description": "To cast bug killing spells.",
"debug": false,
"enchantments": [
{
"condition": "ALWAYS",
"values": [ { "value": "PERCEPTION", "add": 5 } ],
"hit_me_effect": [ { "id": "librarian_blinding", "hit_self": false } ]
}
]
}
]

0 comments on commit 416457f

Please sign in to comment.