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

201 lines
5.3 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": 70,
"attack": 90,
"defense": 90,
"speed": 125,
"special_attack": 135,
"special_defense": 90
},
"types": [ "TYPE_DARK", "TYPE_DARK" ],
"catch_rate": 3,
"base_exp_reward": 210,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 1,
"special_attack": 2,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 120,
"base_friendship": 0,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_BAD_DREAMS", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLACK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_OMINOUS_WIND" ],
[ 1, "MOVE_DISABLE" ],
[ 11, "MOVE_QUICK_ATTACK" ],
[ 20, "MOVE_HYPNOSIS" ],
[ 29, "MOVE_FAINT_ATTACK" ],
[ 38, "MOVE_NIGHTMARE" ],
[ 47, "MOVE_DOUBLE_TEAM" ],
[ 57, "MOVE_HAZE" ],
[ 66, "MOVE_DARK_VOID" ],
[ 75, "MOVE_NASTY_PLOT" ],
[ 84, "MOVE_DREAM_EATER" ],
[ 93, "MOVE_DARK_PULSE" ]
],
"by_tm": [
"TM01",
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM29",
"TM30",
"TM31",
"TM32",
"TM34",
"TM36",
"TM39",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM46",
"TM49",
"TM52",
"TM56",
"TM57",
"TM58",
"TM60",
"TM61",
"TM63",
"TM65",
"TM66",
"TM68",
"TM70",
"TM73",
"TM75",
"TM77",
"TM79",
"TM80",
"TM81",
"TM82",
"TM83",
"TM84",
"TM85",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06",
"HM08"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_LAST_RESORT",
"MOVE_TRICK",
"MOVE_KNOCK_OFF",
"MOVE_SUCKER_PUNCH",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_DARKRAI",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 15,
"weight": 505,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 222,
"trainer_scale_m": 256,
"pokemon_scale_m": 222,
"trainer_pos_f": 8,
"pokemon_pos_f": 4,
"trainer_pos_m": 9,
"pokemon_pos_m": 4,
"en": {
"name": "DARKRAI",
"category": "Pitch-Black Pokémon",
"entry_text": [
"To protect itself, it afflicts those\n",
"around it with nightmares. However,\n",
"it means no harm."
]
},
"fr": {
"name": "DARKRAI",
"category": "Pokémon Noirtotal",
"entry_text": [
"Il a la capacité de bercer les gens\n",
"pour les faire rêver. Il se montre\n",
"durant les nuits de nouvelle lune."
]
},
"de": {
"name": "DARKRAI",
"category": "Dunkelnacht",
"entry_text": [
"Es kann andere in Schlaf ver-\n",
"setzen und ihnen Träume geben.\n",
"Es ist nur bei Neumond aktiv."
]
},
"it": {
"name": "DARKRAI",
"category": "Pokémon Neropesto",
"entry_text": [
"Ha labilità di far addormentare la\n",
"gente e farla sognare. È attivo\n",
"nelle notti di luna nuova. "
]
},
"es": {
"name": "DARKRAI",
"category": "Pokémon Oscuridad",
"entry_text": [
"Puede adormecer a la gente\n",
"y hacerle soñar. Está activo\n",
"en las noches de luna nueva."
]
},
"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": 100,
"rarity": 1,
"unused": 3600
}
}