From 410de5640c76b1501240e39e725350fc58a7e094 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 22 Sep 2020 01:24:19 +0200 Subject: added cotton --- content/encyclopediae/default_encyclopedia.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'content/encyclopediae/default_encyclopedia.json') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index d4f7094..1317d85 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -100,6 +100,30 @@ ["list", [{"type": "stone"}, 1.0]] ]]}] ] + }, + "spinningwheel": { + "sprite": "spinningwheel", + "height": 1.0, + "components": [ + ["Interactable", {"typ": "exchange", "arg": ["list", [ + "spin ", + ["list", [ + ["list", ["cotton yarn", ["list", ["cotton", "cotton"]], ["list", ["cottonyarn"]]]] + ]] + ]]}] + ] + }, + "loom": { + "sprite": "loom", + "height": 1.0, + "components": [ + ["Interactable", {"typ": "exchange", "arg": ["list", [ + "weave ", + ["list", [ + ["list", ["cotton cloth", ["list", ["cottonyarn", "cottonyarn", "cottonyarn", "cottonyarn", "cottonyarn"]], ["list", ["cottoncloth"]]]] + ]] + ]]}] + ] } }, "items": { -- cgit