summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-04 16:10:32 +0100
committertroido <troido@protonmail.com>2020-03-04 16:10:32 +0100
commitf8364fb636a8e9276939ae8523966b038388e4ff (patch)
tree8edd2f48cda4f2d605cec6df3ca4ec3a974de009 /content
parent21919636f95a1214b7ed1a3e4aa6527f45b9d073 (diff)
added loot/harvest
Diffstat (limited to 'content')
-rw-r--r--content/encyclopediae/default_encyclopedia.json13
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"
}
}