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/route3.json | |
parent | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff) |
item drops!
Diffstat (limited to 'db/areas/route3.json')
-rw-r--r-- | db/areas/route3.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/areas/route3.json b/db/areas/route3.json index 947206e..26f023d 100644 --- a/db/areas/route3.json +++ b/db/areas/route3.json @@ -18,6 +18,17 @@ } ], + "items": [ + { + "slug": "potion", + "dropRatio": 1 + }, + { + "slug": "tuxeball", + "dropRatio": 1 + } + ], + "connections": { "leather-town": { "conditions": [] |