From 5cf8cc94bdf84341589fab4d1b941aa104de9a42 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 22 Sep 2020 16:31:26 +0200 Subject: added capes! --- content/encyclopediae/default_encyclopedia.json | 32 ++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'content/encyclopediae/default_encyclopedia.json') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 1317d85..bd1ae9c 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -145,9 +145,11 @@ "slot": "hand", "stats": {"strength": 3} }]}, - "armour": {"action": ["equip", { - "slot": "body", - "stats": {"defence": 3} + "armour": { + "sprite": "armour", + "action": ["equip", { + "slot": "body", + "stats": {"defence": 3} }]}, "pickaxe": { "sprite": "sword", @@ -155,6 +157,30 @@ "slot": "hand", "stats": {"mining": 5} }] + }, + "redcape": { + "sprite": "armour", + "action": ["equip", { + "slot": "back", + "stats": {}, + "sprite": "redplayer" + }] + }, + "greencape": { + "sprite": "armour", + "action": ["equip", { + "slot": "back", + "stats": {}, + "sprite": "greenplayer" + }] + }, + "bluecape": { + "sprite": "armour", + "action": ["equip", { + "slot": "back", + "stats": {}, + "sprite": "blueplayer" + }] } } } -- cgit