diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-02 22:55:55 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-02 22:55:55 +0200 |
commit | 32b19aa9504ce24fe0e98a5c9e2fa2be9612fa88 (patch) | |
tree | e0e9be8a056ba498f2998fcc85495e6641d34af6 /db/areas/route7.json | |
parent | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff) |
item drops!
Diffstat (limited to 'db/areas/route7.json')
-rw-r--r-- | db/areas/route7.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/db/areas/route7.json b/db/areas/route7.json index bb94676..0e78aeb 100644 --- a/db/areas/route7.json +++ b/db/areas/route7.json @@ -26,7 +26,16 @@ } ], - "environment_slug": "forest", + "items": [ + { + "slug": "super_potion", + "dropRatio": 1 + }, + { + "slug": "tuxeball", + "dropRatio": 1 + } + ], "connections": { "side-route-a": { |