diff options
Diffstat (limited to 'data/items.yml')
-rw-r--r-- | data/items.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml index 255bd1c..169a862 100644 --- a/data/items.yml +++ b/data/items.yml @@ -1016,3 +1016,26 @@ balgoloth_skull: whatnot: tags: - "material" +balgoloth_plate: + name: "balgoloth plate" + description: "Horrific armor made from a balgoloth skull." + whatnot: + equip_slots: + - "torso" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 15 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 + - type: "stat_change" + gid: "speed" + modifier: -1 + - type: "stat_change" + gid: "power" + modifier: 2 |