summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--data/items.yml19
-rw-r--r--data/monsters.yml3
3 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb412ef..0915b8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- Accuracy 25 -> 23
- Power 40 -> 30
- Claw length 1' -> 2'
+ - Now has a 1/5 chance to drop a balgoloth claw that is balanced enough to be used as a weapon.
+
+### Items
+- New item: balgoloth claw. Requires beastslay 15 and has a damage base of 1-6 bash damage and 1-6 pierce damage.
### Fixed
- Leviathans that had item drops with a less than 100% chance could fail to check all their items due to the awarding
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