diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-14 20:44:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 20:44:12 +1000 |
commit | 3ce0823caedf05c154decf42409a3596c4045fa6 (patch) | |
tree | 33dad5835fd446bf75aa0244df375f9bd872dae9 | |
parent | 90f9309b413f50491685bf8125ece3e6484daec2 (diff) | |
download | SkyHanni-REPO-3ce0823caedf05c154decf42409a3596c4045fa6.tar.gz SkyHanni-REPO-3ce0823caedf05c154decf42409a3596c4045fa6.tar.bz2 SkyHanni-REPO-3ce0823caedf05c154decf42409a3596c4045fa6.zip |
Add more hoppity data (#146)
* add more hoppity data
* make int not string
-rw-r--r-- | constants/HoppityEggLocations.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/constants/HoppityEggLocations.json b/constants/HoppityEggLocations.json index cf9c454..02892b6 100644 --- a/constants/HoppityEggLocations.json +++ b/constants/HoppityEggLocations.json @@ -178,5 +178,27 @@ "510:93:470", "494:106:556" ] - } + }, + "rabbitSlots": { + "29": 1, + "30": 2, + "31": 3, + "32": 4, + "33": 5 + }, + "otherUpgradeSlots": [ + 28, + 34, + 38, + 39, + 41, + 42 + ], + "noPickblockSlots": [ + 39 + ], + "barnIndex": 34, + "infoIndex": 13, + "milestoneIndex": 53, + "maxRabbits": 395 } |