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

166 lines
4.4 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": 35,
"attack": 64,
"defense": 85,
"speed": 32,
"special_attack": 74,
"special_defense": 55
},
"types": [ "TYPE_WATER", "TYPE_WATER" ],
"catch_rate": 255,
"base_exp_reward": 142,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_BIG_PEARL"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_ERRATIC",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_WATER_1" ],
"abilities": [ "ABILITY_SHELL_ARMOR", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_CLAMP" ],
[ 1, "MOVE_WATER_GUN" ],
[ 1, "MOVE_WHIRLPOOL" ],
[ 1, "MOVE_IRON_DEFENSE" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_ICY_WIND",
"MOVE_SNORE",
"MOVE_IRON_DEFENSE"
]
},
"evolutions": [
[
"EVO_TRADE_WITH_HELD_ITEM",
"ITEM_DEEPSEATOOTH",
"SPECIES_HUNTAIL"
],
[
"EVO_TRADE_WITH_HELD_ITEM",
"ITEM_DEEPSEASCALE",
"SPECIES_GOREBYSS"
]
],
"offspring": "SPECIES_CLAMPERL",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 4,
"weight": 525,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 387,
"trainer_scale_m": 256,
"pokemon_scale_m": 387,
"trainer_pos_f": 8,
"pokemon_pos_f": 25,
"trainer_pos_m": 9,
"pokemon_pos_m": 25,
"en": {
"name": "CLAMPERL",
"category": "Bivalve Pokémon",
"entry_text": [
"It makes a single pearl during\n",
"its lifetime. The pearl is said\n",
"to amplify psychic power."
]
},
"fr": {
"name": "COQUIPERL",
"category": "Pokémon Bivalve",
"entry_text": [
"Il ne produit quune perle durant\n",
"son existence. On raconte quelle\n",
"amplifie les pouvoirs psychiques."
]
},
"de": {
"name": "PERLU",
"category": "Muschel",
"entry_text": [
"In seinem Leben erschafft es eine\n",
"einzige Perle. Diese soll Psycho-\n",
"Kräfte verstärken."
]
},
"it": {
"name": "CLAMPERL",
"category": "Pokémon Bivalve",
"entry_text": [
"Crea una sola perla in tutta la\n",
"sua vita. Si dice che questa perla\n",
"amplifichi i poteri psichici."
]
},
"es": {
"name": "CLAMPERL",
"category": "Pokémon Bivalvo",
"entry_text": [
"Durante toda su vida, crea una\n",
"sola perla que, según se dice,\n",
"aumenta los poderes psíquicos."
]
},
"jp": {
"name": "パ-ルル",
"category": "2まいがいポケモン",
"entry_text": [
"いっしょうに 1こだけ つくる\n",
"しんじゅは サイコパワ-を\n",
"ぞうふくする さようが あるという。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_SOUTH_EAST",
"catching_points": 50,
"rarity": 30,
"unused": 771
}
}