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

169 lines
4.6 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": 35,
"defense": 45,
"speed": 35,
"special_attack": 62,
"special_defense": 53
},
"types": [ "TYPE_GRASS", "TYPE_GRASS" ],
"catch_rate": 190,
"base_exp_reward": 68,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_MIRACLE_SEED"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_FAIRY", "EGG_GROUP_GRASS" ],
"abilities": [ "ABILITY_CHLOROPHYLL", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PINK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_TACKLE" ],
[ 7, "MOVE_GROWTH" ],
[ 10, "MOVE_LEECH_SEED" ],
[ 13, "MOVE_HELPING_HAND" ],
[ 19, "MOVE_MAGICAL_LEAF" ],
[ 22, "MOVE_SUNNY_DAY" ],
[ 28, "MOVE_WORRY_SEED" ],
[ 31, "MOVE_TAKE_DOWN" ],
[ 37, "MOVE_SOLAR_BEAM" ],
[ 40, "MOVE_LUCKY_CHANT" ]
],
"by_tm": [
"TM06",
"TM09",
"TM10",
"TM11",
"TM17",
"TM19",
"TM20",
"TM21",
"TM22",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM53",
"TM58",
"TM70",
"TM75",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SYNTHESIS",
"MOVE_SEED_BOMB"
]
},
"evolutions": [
[
"EVO_LEVEL",
25,
"SPECIES_CHERRIM"
]
],
"offspring": "SPECIES_CHERUBI",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 4,
"weight": 33,
"body_shape": "SHAPE_MULTI_BODY",
"trainer_scale_f": 272,
"pokemon_scale_f": 377,
"trainer_scale_m": 256,
"pokemon_scale_m": 377,
"trainer_pos_f": 8,
"pokemon_pos_f": 25,
"trainer_pos_m": 9,
"pokemon_pos_m": 25,
"en": {
"name": "CHERUBI",
"category": "Cherry Pokémon",
"entry_text": [
"The small ball is not only filled with\n",
"nutrients, it is also tasty. STARLY\n",
"try to peck it off."
]
},
"fr": {
"name": "CERIBOU",
"category": "Pokémon Cerise",
"entry_text": [
"La petite boule renferme les\n",
"délicieux nutriments sucrés\n",
"dont il a besoin pour évoluer."
]
},
"de": {
"name": "KIKUGI",
"category": "Kirsche",
"entry_text": [
"Das kleine Bällchen enthält alles,\n",
"was es für die Entwicklung\n",
"braucht. Es ist süß und lecker."
]
},
"it": {
"name": "CHERUBI",
"category": "Pokémon Ciliegia",
"entry_text": [
"La pallina contiene i nutrimenti\n",
"necessari per levoluzione. Dicono\n",
"che sia molto dolce e deliziosa."
]
},
"es": {
"name": "CHERUBI",
"category": "Pokémon Cereza",
"entry_text": [
"La pequeña esfera, dulce y\n",
"sabrosa, contiene los nutrientes\n",
"necesarios para evolucionar."
]
},
"jp": {
"name": "チェリンボ",
"category": "さくらんぼポケモン",
"entry_text": [
"しんかに ひつような えいようぶんが\n",
"ちいさい たまに ためられている。\n",
"とても あまくて おいしい らしい。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 80,
"rarity": 10,
"unused": 4364
}
}