From a99f16b8db3870ea9baf2499e21fe4b1a89a0366 Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Sat, 30 Sep 2023 09:16:22 +0100 Subject: [PATCH] Icingdeath --- raws/items.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/raws/items.json b/raws/items.json index a535b59..40ac3fa 100644 --- a/raws/items.json +++ b/raws/items.json @@ -185,6 +185,15 @@ "flags": ["EQUIP_MELEE"], "equip": { "flag": "STRENGTH", "damage": "1d8", "to_hit": 0 } }, + { + "id": "artifact_icingdeath", + "name": { "name": "Icingdeath", "plural": "Icingdeath" }, + "renderable": { "glyph": ")", "fg": "#37aecc", "bg": "#000000", "order": 4 }, + "weight": 3, + "value": 300, + "flags": ["EQUIP_MELEE"], + "equip": { "flag": "FINESSE", "damage": "1d8+3;cold", "to_hit": 3 } + }, { "id": "equip_smallshield", "name": { "name": "buckler", "plural": "bucklers" },