pokeplatinum/res/pokemon/croconaw/data.json
h2o-DS 0cba5ddceb
Some checks failed
build / build (push) Has been cancelled
Generate pms.narc (#502)
* Generate pms

Added offspring field to species data files
Added pms.narc to datagen_species

* Document Comments

Added pms.narc to header comments

* Remove Hardcode

* Optimization
2025-05-07 20:46:30 -07:00

192 lines
5.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.

{
"base_stats": {
"hp": 65,
"attack": 80,
"defense": 80,
"speed": 58,
"special_attack": 59,
"special_defense": 63
},
"types": [ "TYPE_WATER", "TYPE_WATER" ],
"catch_rate": 45,
"base_exp_reward": 143,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [ "EGG_GROUP_MONSTER", "EGG_GROUP_WATER_1" ],
"abilities": [ "ABILITY_TORRENT", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": true,
"learnset": {
"by_level": [
[ 1, "MOVE_SCRATCH" ],
[ 1, "MOVE_LEER" ],
[ 1, "MOVE_WATER_GUN" ],
[ 6, "MOVE_WATER_GUN" ],
[ 8, "MOVE_RAGE" ],
[ 13, "MOVE_BITE" ],
[ 15, "MOVE_SCARY_FACE" ],
[ 21, "MOVE_ICE_FANG" ],
[ 24, "MOVE_FLAIL" ],
[ 30, "MOVE_CRUNCH" ],
[ 33, "MOVE_SLASH" ],
[ 39, "MOVE_SCREECH" ],
[ 42, "MOVE_THRASH" ],
[ 48, "MOVE_AQUA_TAIL" ],
[ 51, "MOVE_SUPERPOWER" ],
[ 57, "MOVE_HYDRO_PUMP" ]
],
"by_tm": [
"TM01",
"TM03",
"TM05",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM23",
"TM27",
"TM28",
"TM31",
"TM32",
"TM39",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM56",
"TM58",
"TM65",
"TM75",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM01",
"HM03",
"HM04",
"HM06",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_SUPERPOWER",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_ANCIENT_POWER",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_LEVEL",
30,
"SPECIES_FERALIGATR"
]
],
"offspring": "SPECIES_TOTODILE",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 11,
"weight": 250,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 278,
"trainer_scale_m": 256,
"pokemon_scale_m": 278,
"trainer_pos_f": 8,
"pokemon_pos_f": 13,
"trainer_pos_m": 9,
"pokemon_pos_m": 13,
"en": {
"name": "CROCONAW",
"category": "Big Jaw Pokémon",
"entry_text": [
"Once it bites down, it wont let go\n",
"until it loses its fangs. New fangs\n",
"quickly grow into place."
]
},
"fr": {
"name": "CROCRODIL",
"category": "Pokémon Mâchoire",
"entry_text": [
"Quand il mord, il ne lâche pas prise\n",
"avant que ses crocs se brisent.\n",
"Ils repoussent par la suite."
]
},
"de": {
"name": "TYRACROC",
"category": "Großmaul",
"entry_text": [
"Hat es einmal zugebissen, lässt es\n",
"erst los, wenn es seine Zähne\n",
"verliert, die schnell nachwachsen."
]
},
"it": {
"name": "CROCONAW",
"category": "Pokémon Mascellone",
"entry_text": [
"Quando azzanna il nemico, non molla\n",
"la presa finché non gli cadono le\n",
"zanne, che però ricrescono subito."
]
},
"es": {
"name": "CROCONAW",
"category": "Pokémon Fauces",
"entry_text": [
"Cuando muerde algo, no lo suelta\n",
"hasta que pierde sus colmillos.\n",
"Estos se regeneran rápidamente."
]
},
"jp": {
"name": "アリゲイツ",
"category": "おおあごポケモン",
"entry_text": [
"いちど かみつくと キバが\n",
"ぬけるまで ぜったいに はなさない。\n",
"ぬけた キバは すぐに はえてくる。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NORTH_EAST",
"catching_points": 80,
"rarity": 10,
"unused": 771
}
}