Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSaddestGoomba committed Mar 16, 2024
1 parent c244af3 commit eb7ee8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions data/json/monster_special_attacks/spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"description": "Cast after a burned frog monster leaps; causes self harm and creates a smoke cloud.",
"flags": [ "LOUD", "RANDOM_DAMAGE", "NO_PROJECTILE", "NO_EXPLOSION_SFX" ],
"base_casting_time": 0,
"message": "",
"message": "",
"min_damage": 10,
"max_damage": 15,
"damage_type": "cut",
Expand All @@ -147,7 +147,7 @@
"description": "Cast after a burned frog monster leaps; causes self harm and creates a smoke plume.",
"flags": [ "LOUD", "RANDOM_DAMAGE", "NO_PROJECTILE", "NO_EXPLOSION_SFX" ],
"base_casting_time": 0,
"message": "",
"message": "",
"min_damage": 5,
"max_damage": 10,
"damage_type": "cut",
Expand Down
30 changes: 15 additions & 15 deletions data/json/monsters/zed_misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,11 @@
},
{
"id": "dusty_frog_leap",
"type": "spell",
"spell_data": { "id": "dusty_frog_leap"},
"allow_no_target": true,
"condition": { "u_has_effect": "fragile_frog" },
"monster_message": "The %s crumbles!"
"type": "spell",
"spell_data": { "id": "dusty_frog_leap" },
"allow_no_target": true,
"condition": { "u_has_effect": "fragile_frog" },
"monster_message": "The %s crumbles!"
},
{ "id": "scratch", "cooldown": 10 },
{ "id": "bite_grab", "cooldown": 10 },
Expand Down Expand Up @@ -577,11 +577,11 @@
},
{
"id": "fragile_frog_leap",
"type": "spell",
"spell_data": { "id": "fragile_frog_leap"},
"allow_no_target": true,
"condition": { "u_has_effect": "fragile_frog" },
"monster_message": "The %s crumbles!"
"type": "spell",
"spell_data": { "id": "fragile_frog_leap" },
"allow_no_target": true,
"condition": { "u_has_effect": "fragile_frog" },
"monster_message": "The %s crumbles!"
}
],
"death_function": { "effect": { "id": "death_smokeburst", "hit_self": true } },
Expand Down Expand Up @@ -618,11 +618,11 @@
},
{
"id": "fragile_frog_leap",
"type": "spell",
"spell_data": { "id": "fragile_frog_leap"},
"allow_no_target": true,
"condition": { "u_has_effect": "fragile_frog" },
"monster_message": "The %s crumbles!"
"type": "spell",
"spell_data": { "id": "fragile_frog_leap" },
"allow_no_target": true,
"condition": { "u_has_effect": "fragile_frog" },
"monster_message": "The %s crumbles!"
}
],
"death_function": { "effect": { "id": "death_smokeburst", "hit_self": true } },
Expand Down

0 comments on commit eb7ee8a

Please sign in to comment.