diff options
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 37 |
1 files changed, 37 insertions, 0 deletions
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", { |
