pokeplatinum/res/pokemon/corphish/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

190 lines
5.1 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": 43,
"attack": 80,
"defense": 65,
"speed": 35,
"special_attack": 50,
"special_defense": 35
},
"types": [ "TYPE_WATER", "TYPE_WATER" ],
"catch_rate": 205,
"base_exp_reward": 111,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FLUCTUATING",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_WATER_3" ],
"abilities": [ "ABILITY_HYPER_CUTTER", "ABILITY_SHELL_ARMOR" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_RED",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_BUBBLE" ],
[ 7, "MOVE_HARDEN" ],
[ 10, "MOVE_VICE_GRIP" ],
[ 13, "MOVE_LEER" ],
[ 20, "MOVE_BUBBLE_BEAM" ],
[ 23, "MOVE_PROTECT" ],
[ 26, "MOVE_KNOCK_OFF" ],
[ 32, "MOVE_TAUNT" ],
[ 35, "MOVE_NIGHT_SLASH" ],
[ 38, "MOVE_CRABHAMMER" ],
[ 44, "MOVE_SWORDS_DANCE" ],
[ 47, "MOVE_CRUNCH" ],
[ 53, "MOVE_GUILLOTINE" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM12",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM27",
"TM28",
"TM31",
"TM32",
"TM36",
"TM39",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM54",
"TM56",
"TM58",
"TM66",
"TM75",
"TM78",
"TM80",
"TM81",
"TM82",
"TM83",
"TM87",
"TM90",
"HM01",
"HM03",
"HM04",
"HM06",
"HM07"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_SUPERPOWER",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_ENDEAVOR",
"MOVE_ANCIENT_POWER",
"MOVE_IRON_DEFENSE",
"MOVE_KNOCK_OFF"
]
},
"evolutions": [
[
"EVO_LEVEL",
30,
"SPECIES_CRAWDAUNT"
]
],
"offspring": "SPECIES_CORPHISH",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 6,
"weight": 115,
"body_shape": "SHAPE_INSECTOID",
"trainer_scale_f": 272,
"pokemon_scale_f": 367,
"trainer_scale_m": 256,
"pokemon_scale_m": 367,
"trainer_pos_f": 8,
"pokemon_pos_f": 23,
"trainer_pos_m": 9,
"pokemon_pos_m": 23,
"en": {
"name": "CORPHISH",
"category": "Ruffian Pokémon",
"entry_text": [
"Its hardy vitality enables it to\n",
"adapt to any environment. Its\n",
"pincers will never release prey."
]
},
"fr": {
"name": "ECRAPINCE",
"category": "Pokémon Brute",
"entry_text": [
"Sa nature robuste lui permet de\n",
"vivre sur nimporte quel terrain. \n",
"Ses pinces ne lâchent jamais prise."
]
},
"de": {
"name": "KREBSCORPS",
"category": "Grobian",
"entry_text": [
"Ein robustes PKMN, das sich jeder\n",
"Umgebung anpassen kann. Seine\n",
"Zangen geben keine Beute frei."
]
},
"it": {
"name": "CORPHISH",
"category": "Pokémon Birbone",
"entry_text": [
"La sua grande vitalità gli permette\n",
"di adattarsi ad ogni habitat. Le sue\n",
"chele non rilasciano mai la preda."
]
},
"es": {
"name": "CORPHISH",
"category": "Pokémon Rufián",
"entry_text": [
"Su organismo le permite adaptarse\n",
"a cualquier entorno. Sus pinzas\n",
"nunca sueltan a su presa."
]
},
"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": 50,
"rarity": 30,
"unused": 771
}
}