summaryrefslogtreecommitdiff
path: root/data/items.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-06 17:15:07 -0400
committerDavid Gay <david@davidgay.org>2021-06-06 17:15:07 -0400
commit4cdcb3cc1be192f2262fbcc6226ea0cf09d6b27e (patch)
tree3be3715227312f44065e7ef03b6e415b096231eb /data/items.yml
parent392619a6ca8b882550e94a165e361a9386252544 (diff)
Tweak/add resistances and damage to monsters and items
Diffstat (limited to 'data/items.yml')
-rw-r--r--data/items.yml18
1 files changed, 12 insertions, 6 deletions
diff --git a/data/items.yml b/data/items.yml
index 7a567c1..dcfe80a 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -209,12 +209,12 @@ iron_chainmail:
equip_effects:
- type: "stat_change"
gid: "slash_resistance"
- modifier: 2
+ modifier: 1
- type: "stat_change"
gid: "pierce_resistance"
- modifier: 2
+ modifier: 1
- type: "stat_change"
- gid: "bash_resistance"
+ gid: "physical_resistance"
modifier: 1
- type: "stat_change"
gid: "energy_resistance"
@@ -236,6 +236,9 @@ iron_platemail:
- type: "stat_change"
gid: "energy_resistance"
modifier: 1
+ - type: "stat_change"
+ gid: "speed"
+ modifier: -1
arcanite_dagger:
name: "arcanite dagger"
description: "A dagger made of arcanite."
@@ -377,12 +380,12 @@ arcanite_chainmail:
equip_effects:
- type: "stat_change"
gid: "slash_resistance"
- modifier: 3
+ modifier: 1
- type: "stat_change"
gid: "pierce_resistance"
- modifier: 3
+ modifier: 1
- type: "stat_change"
- gid: "bash_resistance"
+ gid: "physical_resistance"
modifier: 2
- type: "stat_change"
gid: "energy_resistance"
@@ -404,6 +407,9 @@ arcanite_platemail:
- type: "stat_change"
gid: "energy_resistance"
modifier: 2
+ - type: "stat_change"
+ gid: "speed"
+ modifier: -1
mending_salve:
name: "mending salve"
description: "A healing mixture capable of closing wounds."