summaryrefslogtreecommitdiff
path: root/content/encyclopediae/default_encyclopedia.json
diff options
context:
space:
mode:
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
-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"
}
}