diff options
| author | troido <troido@protonmail.com> | 2020-04-03 11:51:21 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-03 11:51:21 +0200 |
| commit | 4f256d606793e4c6f2627f4a10e71cc219ea8b67 (patch) | |
| tree | 47d63db8fdbf7f399c332d2ea9c1f025e6311d02 /content | |
| parent | 0702ea943b801176649fee860715fed0f5348c8d (diff) | |
also replace lootlist parameter with list
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 7 |
1 files changed, 6 insertions, 1 deletions
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"] }, |
