diff options
Diffstat (limited to 'data/items.yml')
-rw-r--r-- | data/items.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml index 9b14e3f..e52ae39 100644 --- a/data/items.yml +++ b/data/items.yml @@ -1075,3 +1075,22 @@ mercuria_potion: gid: "mercuria" duration: 600 # 10 minutes message: "You feel elusive." +balgoloth_claw: + name: "balgoloth claw" + description: "A claw from a balgoloth that's balanced enough to use as a weapon. It's two feet long." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 15 + equip_effects: + - type: "damage" + gid: "bash" + min: 1 + max: 6 + - type: "damage" + gid: "pierce" + min: 1 + max: 6 |