mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-10 05:45:55 -05:00
Named a bunch of variables Created make_pokedex_enc_platinum tool Added pokedex categories to encounter json files Changed wildEncountersArchiveID to decimal
215 lines
4.6 KiB
JSON
215 lines
4.6 KiB
JSON
{
|
|
"land_rate": 30,
|
|
"land_encounters": [
|
|
{
|
|
"level": 48,
|
|
"species": "SPECIES_ROSELIA"
|
|
},
|
|
{
|
|
"level": 49,
|
|
"species": "SPECIES_ROSELIA"
|
|
},
|
|
{
|
|
"level": 50,
|
|
"species": "SPECIES_LEDIAN"
|
|
},
|
|
{
|
|
"level": 50,
|
|
"species": "SPECIES_LEDIAN"
|
|
},
|
|
{
|
|
"level": 49,
|
|
"species": "SPECIES_VOLBEAT"
|
|
},
|
|
{
|
|
"level": 49,
|
|
"species": "SPECIES_ILLUMISE"
|
|
},
|
|
{
|
|
"level": 47,
|
|
"species": "SPECIES_PIDGEY"
|
|
},
|
|
{
|
|
"level": 50,
|
|
"species": "SPECIES_ROSELIA"
|
|
},
|
|
{
|
|
"level": 48,
|
|
"species": "SPECIES_BEAUTIFLY"
|
|
},
|
|
{
|
|
"level": 48,
|
|
"species": "SPECIES_DUSTOX"
|
|
},
|
|
{
|
|
"level": 48,
|
|
"species": "SPECIES_BEAUTIFLY"
|
|
},
|
|
{
|
|
"level": 48,
|
|
"species": "SPECIES_DUSTOX"
|
|
}
|
|
],
|
|
"swarms": [
|
|
"SPECIES_PINSIR",
|
|
"SPECIES_PINSIR"
|
|
],
|
|
"morning": [
|
|
"SPECIES_PIDGEY",
|
|
"SPECIES_PIDGEY"
|
|
],
|
|
"night": [
|
|
"SPECIES_ARIADOS",
|
|
"SPECIES_ARIADOS"
|
|
],
|
|
"radar": [
|
|
"SPECIES_VENOMOTH",
|
|
"SPECIES_VENOMOTH",
|
|
"SPECIES_VENONAT",
|
|
"SPECIES_VENONAT"
|
|
],
|
|
"rate_form0": 100,
|
|
"rate_form1": 100,
|
|
"rate_form2": 0,
|
|
"rate_form3": 0,
|
|
"rate_form4": 0,
|
|
"unown_table": 0,
|
|
"ruby": [
|
|
"SPECIES_NUZLEAF",
|
|
"SPECIES_NUZLEAF"
|
|
],
|
|
"sapphire": [
|
|
"SPECIES_LOMBRE",
|
|
"SPECIES_LOMBRE"
|
|
],
|
|
"emerald": [
|
|
"SPECIES_PINECO",
|
|
"SPECIES_PINECO"
|
|
],
|
|
"firered": [
|
|
"SPECIES_BEAUTIFLY",
|
|
"SPECIES_DUSTOX"
|
|
],
|
|
"leafgreen": [
|
|
"SPECIES_BEAUTIFLY",
|
|
"SPECIES_DUSTOX"
|
|
],
|
|
"surf_rate": 10,
|
|
"surf_encounters": [
|
|
{
|
|
"level_max": 45,
|
|
"level_min": 35,
|
|
"species": "SPECIES_SURSKIT"
|
|
},
|
|
{
|
|
"level_max": 45,
|
|
"level_min": 35,
|
|
"species": "SPECIES_SURSKIT"
|
|
},
|
|
{
|
|
"level_max": 45,
|
|
"level_min": 35,
|
|
"species": "SPECIES_SURSKIT"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 35,
|
|
"species": "SPECIES_MASQUERAIN"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 35,
|
|
"species": "SPECIES_MASQUERAIN"
|
|
}
|
|
],
|
|
"old_rod_rate": 25,
|
|
"old_rod_encounters": [
|
|
{
|
|
"level_max": 6,
|
|
"level_min": 4,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 7,
|
|
"level_min": 3,
|
|
"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_GOLDEEN"
|
|
},
|
|
{
|
|
"level_max": 25,
|
|
"level_min": 10,
|
|
"species": "SPECIES_MAGIKARP"
|
|
},
|
|
{
|
|
"level_max": 25,
|
|
"level_min": 10,
|
|
"species": "SPECIES_GOLDEEN"
|
|
},
|
|
{
|
|
"level_max": 25,
|
|
"level_min": 10,
|
|
"species": "SPECIES_GOLDEEN"
|
|
}
|
|
],
|
|
"super_rod_rate": 75,
|
|
"super_rod_encounters": [
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 30,
|
|
"species": "SPECIES_GYARADOS"
|
|
},
|
|
{
|
|
"level_max": 40,
|
|
"level_min": 30,
|
|
"species": "SPECIES_SEAKING"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 40,
|
|
"species": "SPECIES_GYARADOS"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 40,
|
|
"species": "SPECIES_SEAKING"
|
|
},
|
|
{
|
|
"level_max": 55,
|
|
"level_min": 40,
|
|
"species": "SPECIES_SEAKING"
|
|
}
|
|
],
|
|
"special_encounters": [],
|
|
"specialnatdex_encounters": [],
|
|
"map_category": {
|
|
"map_type": "field",
|
|
"map_number": 42
|
|
}
|
|
} |