diff options
| author | troido <troido@protonmail.com> | 2020-03-04 16:10:32 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-04 16:10:32 +0100 |
| commit | f8364fb636a8e9276939ae8523966b038388e4ff (patch) | |
| tree | 8edd2f48cda4f2d605cec6df3ca4ec3a974de009 /content | |
| parent | 21919636f95a1214b7ed1a3e4aa6527f45b9d073 (diff) | |
added loot/harvest
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 13 |
1 files changed, 12 insertions, 1 deletions
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" } } |
