From 569da2b3f3e15b11be8f67ea4f81aaab4dc58049 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 9 Apr 2020 14:30:42 +0200 Subject: properly substitute items --- content/encyclopediae/default_encyclopedia.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'content') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index c1dcc89..0d54304 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -404,6 +404,14 @@ "slot": "hand", "stats": {"strength": 5} }]}, + "eldritch_sword": { + "sprite": "sword", + "name": "eldritch sword", + "action": ["equip", { + "slot": "hand", + "stats": {"strength": 500} + }] + }, "club": {"action": ["equip", { "slot": "hand", "stats": {"strength": 3} -- cgit