pokeplatinum/res/pokemon/farfetchd/data.json
h2o-DS e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00

133 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Farfetchd",
"base_stats": {
"hp": 52,
"attack": 65,
"defense": 55,
"speed": 60,
"special_attack": 58,
"special_defense": 62
},
"types": [
"TYPE_NORMAL",
"TYPE_FLYING"
],
"catch_rate": 45,
"base_exp_reward": 94,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_STICK"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_FLYING",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_KEEN_EYE",
"ABILITY_INNER_FOCUS"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM17",
"TM21",
"TM23",
"TM27",
"TM32",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM54",
"TM58",
"TM75",
"TM77",
"TM78",
"TM82",
"TM83",
"TM84",
"TM87",
"TM88",
"TM89",
"TM90",
"HM01",
"HM02",
"HM05"
],
"level_up": {
"1": [
"MOVE_POISON_JAB",
"MOVE_PECK",
"MOVE_SAND_ATTACK",
"MOVE_LEER",
"MOVE_FURY_CUTTER"
],
"7": "MOVE_FURY_ATTACK",
"9": "MOVE_KNOCK_OFF",
"13": "MOVE_AERIAL_ACE",
"19": "MOVE_SLASH",
"21": "MOVE_AIR_CUTTER",
"25": "MOVE_SWORDS_DANCE",
"31": "MOVE_AGILITY",
"33": "MOVE_NIGHT_SLASH",
"37": "MOVE_AIR_SLASH",
"43": "MOVE_FEINT",
"45": "MOVE_FALSE_SWIPE"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_TWISTER",
"MOVE_LAST_RESORT",
"MOVE_HEAT_WAVE",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 8,
"weight": 150,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 314,
"trainer_scale_m": 256,
"pokemon_scale_m": 314,
"trainer_pos_f": 8,
"pokemon_pos_f": 20,
"trainer_pos_m": 9,
"pokemon_pos_m": 20,
"entry_text": "It cant live without the stalk it\nholds. Thats why it defends the\nstalk from attackers with its life.",
"category": "Wild Duck Pokémon"
}
}