summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-06 20:39:58 -0400
committerDavid Gay <david@davidgay.org>2021-06-06 20:39:58 -0400
commit1fb595af078a823157a9a5fc1f6e1a3a505e8c41 (patch)
treeb3e6827c3f66b9c1e93122913f99f601f93a3e16
parent5b63f0b2387669b1d80357802db3b435ca58f5d8 (diff)
Add balogloth plate and its crafting activity
-rw-r--r--CHANGELOG.md1
-rw-r--r--data/activities.yml34
-rw-r--r--data/items.yml23
3 files changed, 58 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39f3624..f46ec7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,6 +70,7 @@ All notable changes to this project will be documented in this file.
- New damage and resistance stats have been added to combat equipment.
- Granite ring now increases physical resistance by 2, since block has been removed.
- New items, both in iron and arcanite forms: cap, sallet, leggings, chainmail, platemail
+- New items: balgoloth skull, balgoloth plate
### Combat
- A natural 20 on an accuracy roll now always results in a (critical) hit. Previously, if a 20 was rolled, it
diff --git a/data/activities.yml b/data/activities.yml
index 66a141d..3a23765 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -1287,6 +1287,40 @@ craft_arcanite_platemail:
xp:
- gid: "otherforge"
value: 255
+craft_balgoloth_plate:
+ name: "Craft Balgoloth Plate"
+ description: "Craft balgoloth plate."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "forge"
+ level: 2
+ - type: "skill"
+ gid: "otherforge"
+ level: 15
+ duration:
+ base: 290
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "otherforge"
+ scale_value: 1
+ - type: "stat"
+ gid: "otherforge_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "balgoloth_skull"
+ quantity: 1
+ - type: "item"
+ gid: "arcanite_ingot"
+ quantity: 4
+ results:
+ - type: "item"
+ gid: "balgoloth_plate"
+ xp:
+ - gid: "otherforge"
+ value: 500
craft_iron_pickaxe:
name: "Craft Iron Pickaxe"
description: "Craft an iron pickaxe."
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