diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yml | 19 | ||||
-rw-r--r-- | data/monsters.yml | 3 |
2 files changed, 22 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 diff --git a/data/monsters.yml b/data/monsters.yml index 8990432..26a6f90 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -306,6 +306,9 @@ balgoloth: chance: 1 gid: "balgoloth_skull" - type: "item" + chance: 0.2 + gid: "balgoloth_claw" + - type: "item" chance: 1 gid: "vestige" min_quantity: 250 |