From 77eed840ceccc58881c06efd4403be86c936b348 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 22 Sep 2020 17:51:23 +0200 Subject: added way to create dyed capes --- content/encyclopediae/default_encyclopedia.json | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'content/encyclopediae/default_encyclopedia.json') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index bd1ae9c..ca12897 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -124,6 +124,32 @@ ]] ]]}] ] + }, + "sewingtable": { + "sprite": "sewingtable", + "height": 1.0, + "components": [ + ["Interactable", {"typ": "exchange", "arg": ["list", [ + "sew ", + ["list", [ + ["list", ["cape", ["list", ["cottoncloth", "cottoncloth", "cottoncloth", "cottonyarn", "cottonyarn"]], ["list", ["cape"]]]] + ]] + ]]}] + ] + }, + "tub": { + "sprite": "tub", + "height": 1.0, + "components": [ + ["Interactable", {"typ": "exchange", "arg": ["list", [ + "dye ", + ["list", [ + ["list", ["red cape", ["list", ["cape", "reddye"]], ["list", ["redcape"]]]], + ["list", ["green cape", ["list", ["cape", "greendye"]], ["list", ["greencape"]]]], + ["list", ["blue cape", ["list", ["cape", "bluedye"]], ["list", ["bluecape"]]]] + ]] + ]]}] + ] } }, "items": { @@ -158,6 +184,17 @@ "stats": {"mining": 5} }] }, + "reddye": {"sprite": "bag"}, + "greendye": {"sprite": "bag"}, + "bluedye": {"sprite": "bag"}, + "cape": { + "sprite": "armour", + "action": ["equip", { + "slot": "back", + "stats": {}, + "sprite": "grayplayer" + }] + }, "redcape": { "sprite": "armour", "action": ["equip", { -- cgit