diff options
author | David Gay <david@davidgay.org> | 2021-06-06 20:39:58 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-06 20:39:58 -0400 |
commit | 1fb595af078a823157a9a5fc1f6e1a3a505e8c41 (patch) | |
tree | b3e6827c3f66b9c1e93122913f99f601f93a3e16 /data | |
parent | 5b63f0b2387669b1d80357802db3b435ca58f5d8 (diff) |
Add balogloth plate and its crafting activity
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 34 | ||||
-rw-r--r-- | data/items.yml | 23 |
2 files changed, 57 insertions, 0 deletions
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 |