mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-17 08:50:33 -05:00
Named a bunch of variables Created make_pokedex_enc_platinum tool Added pokedex categories to encounter json files Changed wildEncountersArchiveID to decimal
219 lines
4.7 KiB
JSON
219 lines
4.7 KiB
JSON
{
|
|
"land_rate": 10,
|
|
"land_encounters": [
|
|
{
|
|
"level": 33,
|
|
"species": "SPECIES_BRONZOR"
|
|
},
|
|
{
|
|
"level": 34,
|
|
"species": "SPECIES_GRAVELER"
|
|
},
|
|
{
|
|
"level": 33,
|
|
"species": "SPECIES_MEDITITE"
|
|
},
|
|
{
|
|
"level": 32,
|
|
"species": "SPECIES_CLEFAIRY"
|
|
},
|
|
{
|
|
"level": 35,
|
|
"species": "SPECIES_MACHOKE"
|
|
},
|
|
{
|
|
"level": 35,
|
|
"species": "SPECIES_MEDITITE"
|
|
},
|
|
{
|
|
"level": 32,
|
|
"species": "SPECIES_CHINGLING"
|
|
},
|
|
{
|
|
"level": 33,
|
|
"species": "SPECIES_NOSEPASS"
|
|
},
|
|
{
|
|
"level": 34,
|
|
"species": "SPECIES_GOLBAT"
|
|
},
|
|
{
|
|
"level": 34,
|
|
"species": "SPECIES_CHINGLING"
|
|
},
|
|
{
|
|
"level": 34,
|
|
"species": "SPECIES_GOLBAT"
|
|
},
|
|
{
|
|
"level": 34,
|
|
"species": "SPECIES_CHINGLING"
|
|
}
|
|
],
|
|
"swarms": [
|
|
"SPECIES_BRONZOR",
|
|
"SPECIES_GRAVELER"
|
|
],
|
|
"morning": [
|
|
"SPECIES_MEDITITE",
|
|
"SPECIES_GRAVELER"
|
|
],
|
|
"night": [
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CLEFAIRY"
|
|
],
|
|
"radar": [
|
|
"SPECIES_MACHOKE",
|
|
"SPECIES_MEDITITE",
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CHINGLING"
|
|
],
|
|
"rate_form0": 0,
|
|
"rate_form1": 0,
|
|
"rate_form2": 0,
|
|
"rate_form3": 0,
|
|
"rate_form4": 0,
|
|
"unown_table": 0,
|
|
"ruby": [
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CHINGLING"
|
|
],
|
|
"sapphire": [
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CHINGLING"
|
|
],
|
|
"emerald": [
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CHINGLING"
|
|
],
|
|
"firered": [
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CHINGLING"
|
|
],
|
|
"leafgreen": [
|
|
"SPECIES_GOLBAT",
|
|
"SPECIES_CHINGLING"
|
|
],
|
|
"surf_rate": 10,
|
|
"surf_encounters": [
|
|
{
|
|
"level_max": 30,
|
|
"level_min": 20,
|
|
"species": "SPECIES_ZUBAT"
|
|
},
|
|
{
|
|
"level_max": 30,
|
|
"level_min": 20,
|
|
"species": "SPECIES_ZUBAT"
|
|
},
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 20,
|
|
"species": "SPECIES_GOLBAT"
|
|
},
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 20,
|
|
"species": "SPECIES_GOLBAT"
|
|
},
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 20,
|
|
"species": "SPECIES_GOLBAT"
|
|
}
|
|
],
|
|
"old_rod_rate": 25,
|
|
"old_rod_encounters": [
|
|
{
|
|
"level_max": 6,
|
|
"level_min": 3,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 7,
|
|
"level_min": 4,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 10,
|
|
"level_min": 5,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 10,
|
|
"level_min": 5,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 15,
|
|
"level_min": 5,
|
|
"species": "SPECIES_MAGIKARP"
|
|
}
|
|
],
|
|
"good_rod_rate": 50,
|
|
"good_rod_encounters": [
|
|
{
|
|
"level_max": 20,
|
|
"level_min": 15,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 20,
|
|
"level_min": 15,
|
|
"species": "SPECIES_BARBOACH"
|
|
},
|
|
{
|
|
"level_max": 25,
|
|
"level_min": 10,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 25,
|
|
"level_min": 10,
|
|
"species": "SPECIES_BARBOACH"
|
|
},
|
|
{
|
|
"level_max": 25,
|
|
"level_min": 10,
|
|
"species": "SPECIES_BARBOACH"
|
|
}
|
|
],
|
|
"super_rod_rate": 75,
|
|
"super_rod_encounters": [
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 30,
|
|
"species": "SPECIES_GYARADOS"
|
|
},
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 30,
|
|
"species": "SPECIES_WHISCASH"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 40,
|
|
"species": "SPECIES_GYARADOS"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 40,
|
|
"species": "SPECIES_WHISCASH"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 40,
|
|
"species": "SPECIES_WHISCASH"
|
|
}
|
|
],
|
|
"special_encounters": [
|
|
"SPECIES_FEEBAS"
|
|
],
|
|
"specialnatdex_encounters": [
|
|
"SPECIES_FEEBAS"
|
|
],
|
|
"map_category": {
|
|
"map_type": "dungeon",
|
|
"map_number": 3
|
|
}
|
|
} |