diff options
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 1430a8d..f918bd7 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -153,6 +153,20 @@ ["blue cape", ["cape", "bluedye"], ["bluecape"]] ]]}] ] + }, + "densegrass": { + "sprite": "densegrass", + "height": 0.5, + "components": [ + ["Interactable", {"typ": "mine", "arg": "gathering"}], + ["Minable", {"total": 1, "trigger": "die"}], + ["Loot", {"loot": [ + [{"$template": "radishseed"}, 0.3], + [{"$template": "carrotseed"}, 0.1], + [{"$template": "cottonseed"}, 0.04] + ]}], + ["Requirements", {"required_flags": ["Floor", "Soil"], "blocking_flags": ["Occupied", "Blocking"]}] + ] } }, "items": { |
