-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Both of these locations contain a ton of Pokemon. And while they're modeled in locations.csv they're not in location_areas.csv, location_area_encounter_rates.csv, encounter_slots.csv, or anything else related to encounters.
Mirage spots are fairly straight forward, add them to location areas and add their encounters to the relevant csvs.
Friend Safari needs a bit more thought. The way it works is each type for a Pokemon (like poison, fire, etc) can have a "safari" and you get 1 safari per person on your 3ds friend list. And their friend code gives a specific type of safari.
After that in the safari the zone is populated by 3 pokemon of that type.
I would suggest we make a location-area for each of the types based on the 680,6,friend-safari. So it would be appended as friend-safari-fire, for example.
In location_areas it would look like:
1204,680,0,fire.
Encounter method is just walking.
I'd be willing to model these myself of course, but it's a bit of a backlog for me now. Once the current location PRs are done for Hordes and Events, I'll be doing one for Colo and XD locations first.