Skip to content

Commit

Permalink
Blazemod update armor
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod committed Sep 15, 2024
1 parent b5aba1f commit a6e6926
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@
"melee_dice": 1,
"melee_dice_sides": 4,
"dodge": 0,
"armor_bash": 0,
"armor_cut": 0,
"revert_to_itype": "gloople",
"special_attacks": [ [ "PARROT", 0 ] ],
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." },
"harvest": "exempt",
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ]
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ],
"armor": { "bash": 0, "cut": 0 }
},
{
"id": "mon_gray",
Expand All @@ -67,13 +66,12 @@
"melee_dice": 1,
"melee_dice_sides": 4,
"dodge": 0,
"armor_bash": 0,
"armor_cut": 0,
"revert_to_itype": "gray",
"special_attacks": [ [ "PARROT", 0 ] ],
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." },
"harvest": "exempt",
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ]
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ],
"armor": { "bash": 0, "cut": 0 }
},
{
"id": "mon_oozle",
Expand All @@ -96,12 +94,11 @@
"melee_dice": 1,
"melee_dice_sides": 4,
"dodge": 0,
"armor_bash": 0,
"armor_cut": 0,
"revert_to_itype": "oozle",
"special_attacks": [ [ "PARROT", 0 ] ],
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." },
"harvest": "exempt",
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ]
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ],
"armor": { "bash": 0, "cut": 0 }
}
]

0 comments on commit a6e6926

Please sign in to comment.