summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-09 21:03:22 -0400
committerDavid Gay <david@davidgay.org>2021-06-09 21:03:22 -0400
commit42f064f34490f41a32ad4428af850a3d2035673f (patch)
tree9c022f336255f998e8736d0ad5a20d50ac7fb9dd /data
parent8706abf4fb1dc0de779befebe613606fafcf8498 (diff)
New item dropped by balgoloth: balgoloth claw
Diffstat (limited to 'data')
-rw-r--r--data/items.yml19
-rw-r--r--data/monsters.yml3
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