From 4f256d606793e4c6f2627f4a10e71cc219ea8b67 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 3 Apr 2020 11:51:21 +0200 Subject: also replace lootlist parameter with list --- content/encyclopediae/default_encyclopedia.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index b3dc5d0..e8a8379 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -184,7 +184,12 @@ "components": [ ["Interactable", {"action": ["interaction", "harvest"]}], "Mortal", - ["Loot", {"loot": ["lootlist", [["radishseed", 0.92], ["radishseed", 0.20], ["radishes", 0.8], ["radishes", 0.4]]]}] + ["Loot", {"loot": ["list", [ + ["list", [{"type": "radishseed"}, 0.92]], + ["list", [{"type": "radishseed"}, 0.20]], + ["list", [{"type": "radishses"}, 0.8]], + ["list", [{"type": "radishses"}, 0.4]] + ]]}] ], "flags": ["Occupied"] }, -- cgit