diff options
| author | troido <troido@protonmail.com> | 2020-10-03 15:20:52 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-10-03 15:20:52 +0200 |
| commit | fa5ddaa570473ece02e0a3bfb35702211d21ce12 (patch) | |
| tree | 501498c9db9d7d2c985f86272b3405c98301556f /content/encyclopediae/default_encyclopedia.json | |
| parent | 5af83beb6f10023cef7eba192a0b190518fe967b (diff) | |
added dense grass; home is now part of monsterAI component
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": { |
