diff options
| author | troido <troido@protonmail.com> | 2020-04-17 11:36:58 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-17 11:36:58 +0200 |
| commit | 334fc118b0eaf14c4d68129050c4837cb64cebae (patch) | |
| tree | 66d5f12aa2842cea39ddf5af3ef3d9230c256c45 /content | |
| parent | 13e9ab2c859b9a6a1935acbb93d34a7f10b7e122 (diff) | |
drop loot a step after dying
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 5f127cd..204b104 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -101,7 +101,7 @@ "arguments": [["health", "int", 100]], "components": [ ["Health", {"health": ["arg", "health"], "maxhealth": 100}], - ["Loot", {"spread": false, "loot": ["list", [{"type": "stone"}]]}] + ["Loot", {"loot": ["list", [{"type": "stone"}]]}] ], "sprite": "builtwall", "height": 2, @@ -140,7 +140,7 @@ ["Fighter", {"damage": 2, "cooldown": 6}], ["Movable", {"cooldown": 3}], ["Faction", {"faction": "evil"}], - ["Loot", {"spread": true, "loot": ["list", [ + ["Loot", {"loot": ["list", [ ["list", [{"type": "radishseed"}, 1.0]] ]]}] ] @@ -158,7 +158,7 @@ ["Fighter", {"damage": 5, "cooldown": 8}], ["Movable", {"cooldown": 4}], ["Faction", {"faction": "evil"}], - ["Loot", {"spread": true, "loot": ["list", [ + ["Loot", {"loot": ["list", [ ["list", [{"type": "sword"}, 0.05]], ["list", [{"type": "club"}, 0.1]], ["list", [{"type": "radish"}, 0.25]] @@ -178,7 +178,7 @@ ["Fighter", {"damage": 15, "cooldown": 10}], ["Movable", {"cooldown": 5}], ["Faction", {"faction": "evil"}], - ["Loot", {"spread": true, "loot": ["list", [ + ["Loot", {"loot": ["list", [ ["list", [{"type": "stone"}, 1.0]], ["list", [{"type": "stone"}, 0.3]], ["list", [{"type": "pebble"}, 0.5]], @@ -231,7 +231,7 @@ "height": 0.5, "components": [ ["Interactable", {"action": ["interaction", ["trigger", "die"]]}], - ["Loot", {"spread": true, "loot": ["list", [ + ["Loot", {"loot": ["list", [ ["list", [{"type": "radishseed"}, 0.92]], ["list", [{"type": "radishseed"}, 0.20]], ["list", [{"type": "radish"}, 0.8]], @@ -407,7 +407,7 @@ "height": 1.0, "components": [ ["Interactable", {"action": ["interaction", ["trigger", "die"]]}], - ["Loot", {"spread": true, "loot": ["list", [ + ["Loot", {"loot": ["list", [ ["list", [{"type": "carrotseed"}, 1.0]], ["list", [{"type": "carrot"}, 1.0]] ]]}] @@ -420,7 +420,7 @@ "components": [ ["Interactable", {"action": ["interaction", ["mine", "mining"]]}], ["Minable", {"total": 20, "trigger": "loot"}], - ["Loot", {"spread": true, "loot": ["list", [ + ["Loot", {"loot": ["list", [ ["list", [{"type": "stone"}, 1.0]] ]]}] ] |
