Skip to content

Commit

Permalink
Fix JSON syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wapcaplet committed May 6, 2020
1 parent 762d1ae commit f28322f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/MAGIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ You can assign a spell as a special attack for a monster.
"type": "enchantment",
"id": "ENCH_INVISIBILITY",
"condition": "ALWAYS",
"ench_effects": [ { "effect": "invisibility", "intensity": 1 } ]
"ench_effects": [ { "effect": "invisibility", "intensity": 1 } ],
"has": "WIELD",
"hit_you_effect": [ { "id": "AEA_FIREBALL" } ],
"hit_me_effect": [ { "id": "AEA_HEAL" } ],
"values": [ { "value": "STRENGTH", "multiply": 1.1, "add": -5 } ],
"intermittent_activation": {
"effects": [
"effects": [
{
"frequency": "1 hour",
"spell_effects": [
Expand Down

0 comments on commit f28322f

Please sign in to comment.