From d29d1bbfcca9d539d88296f3118732cf65b81b0e Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 13:58:27 -0400 Subject: Change `warm_diadem` to increase max HP by 2, not 1 --- data/items.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/items.yml b/data/items.yml index c6bfad2..7d26b95 100644 --- a/data/items.yml +++ b/data/items.yml @@ -192,7 +192,7 @@ warm_diadem: equip_effects: - type: "stat_change" gid: "max_hp" - modifier: 1 + modifier: 2 warped_eyestalk: name: "warped eyestalk" description: "An anomalous stalk from a stalk beast." -- cgit v1.2.3