From f8364fb636a8e9276939ae8523966b038388e4ff Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 4 Mar 2020 16:10:32 +0100 Subject: added loot/harvest --- content/encyclopediae/default_encyclopedia.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index c1b8c1e..56a0998 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -185,7 +185,18 @@ "height": 0.5, "components": [ ["Interactable", {"action": ["string", "harvest"]}], - "Mortal" + "Mortal", + ["Loot", {"loot": ["lootlist", [["radishseed", 0.92], ["radishseed", 0.20], ["radishes", 0.8], ["radishes", 0.4]]]}] ] + }, + "radishseed": { + "sprite": "seed", + "height": 0.2, + "name": "radishseed" + }, + "radishes": { + "sprite": "food", + "height": 0.3, + "name": "radishes" } } -- cgit