diff options
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" } } |
