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

179 lines
4.9 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": 45,
"attack": 95,
"defense": 50,
"speed": 75,
"special_attack": 40,
"special_defense": 50
},
"types": [ "TYPE_ROCK", "TYPE_BUG" ],
"catch_rate": 45,
"base_exp_reward": 99,
"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_12_5",
"hatch_cycles": 30,
"base_friendship": 70,
"exp_rate": "EXP_RATE_ERRATIC",
"egg_groups": [ "EGG_GROUP_WATER_3", "EGG_GROUP_WATER_3" ],
"abilities": [ "ABILITY_BATTLE_ARMOR", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_GRAY",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_SCRATCH" ],
[ 1, "MOVE_HARDEN" ],
[ 7, "MOVE_MUD_SPORT" ],
[ 13, "MOVE_WATER_GUN" ],
[ 19, "MOVE_METAL_CLAW" ],
[ 25, "MOVE_PROTECT" ],
[ 31, "MOVE_ANCIENT_POWER" ],
[ 37, "MOVE_FURY_CUTTER" ],
[ 43, "MOVE_SLASH" ],
[ 49, "MOVE_ROCK_BLAST" ],
[ 55, "MOVE_CRUSH_CLAW" ],
[ 61, "MOVE_X_SCISSOR" ]
],
"by_tm": [
"TM03",
"TM06",
"TM10",
"TM11",
"TM17",
"TM21",
"TM27",
"TM28",
"TM31",
"TM32",
"TM37",
"TM39",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM54",
"TM58",
"TM69",
"TM75",
"TM76",
"TM78",
"TM80",
"TM81",
"TM82",
"TM83",
"TM87",
"TM90",
"HM01",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER",
"MOVE_IRON_DEFENSE",
"MOVE_KNOCK_OFF"
]
},
"evolutions": [
[
"EVO_LEVEL",
40,
"SPECIES_ARMALDO"
]
],
"offspring": "SPECIES_ANORITH",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 7,
"weight": 125,
"body_shape": "SHAPE_INSECTOID",
"trainer_scale_f": 272,
"pokemon_scale_f": 343,
"trainer_scale_m": 256,
"pokemon_scale_m": 343,
"trainer_pos_f": 8,
"pokemon_pos_f": 3,
"trainer_pos_m": 9,
"pokemon_pos_m": 3,
"en": {
"name": "ANORITH",
"category": "Old Shrimp Pokémon",
"entry_text": [
"A Pokémon ancestor that was\n",
"reanimated from a fossil. It lived\n",
"in the sea and hunted with claws."
]
},
"fr": {
"name": "ANORITH",
"category": "Pokémon Crustage",
"entry_text": [
"Un ancêtre Pokémon réanimé \n",
"à partir dun fossile. Il vivait en\n",
"mer et chassait avec ses pinces."
]
},
"de": {
"name": "ANORITH",
"category": "Krebssenior",
"entry_text": [
"Ein Vorfahre der PKMN, der aus\n",
"einem Fossil neu belebt wurde. Es\n",
"lebte im Meer und jagte mit Klauen."
]
},
"it": {
"name": "ANORITH",
"category": "Pokémon Primaceo",
"entry_text": [
"Un antico Pokémon rigenerato\n",
"da un fossile. Viveva nel mare e\n",
"catturava le prede con gli artigli."
]
},
"es": {
"name": "ANORITH",
"category": "Pokémon Camarón",
"entry_text": [
"Este Pokémon fue recreado a partir\n",
"de restos fósiles. Vivía en el mar y\n",
"cazaba con sus pinzas."
]
},
"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_SOUTH_EAST",
"catching_points": 70,
"rarity": 20,
"unused": 1035
}
}