Skip to content

Commit

Permalink
fix the weakpoint syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Feb 26, 2024
1 parent 612307e commit 8691f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/monsters/zed_misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@
{ "name": "the eye", "armor_mult": { "physical": 0 }, "coverage": 1 },
{ "name": "the leg", "armor_mult": { "physical": 0.75 }, "coverage": 3 }
],
"weakpoint_sets": [ " " ],
"weakpoint_sets": [ ],
"special_attacks": [
{ "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 12 } ] },
{ "type": "leap", "cooldown": 5, "max_range": 3 },
Expand Down Expand Up @@ -945,7 +945,7 @@
{ "name": "the inside of the mouth", "armor_mult": { "physical": 0.5 }, "coverage": 3 },
{ "name": "the eye", "armor_mult": { "physical": 0 }, "coverage": 1 }
],
"weakpoint_sets": [ " " ],
"weakpoint_sets": [ ],
"bleed_rate": 0,
"vision_day": 25,
"vision_night": 5,
Expand Down

0 comments on commit 8691f5d

Please sign in to comment.