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

86 lines
2.0 KiB
JSON

{
"base_stats": {
"hp": 10,
"attack": 10,
"defense": 10,
"speed": 10,
"special_attack": 10,
"special_defense": 10
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 3,
"base_exp_reward": 255,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"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_NONE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_EGG",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_SPLASH" ]
],
"by_tm": [ ]
},
"evolutions": [ ],
"offspring": "SPECIES_BAD_EGG",
"pokedex_data": {
"height": 0,
"weight": 0,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 0,
"pokemon_scale_f": 0,
"trainer_scale_m": 0,
"pokemon_scale_m": 0,
"trainer_pos_f": 0,
"pokemon_pos_f": 0,
"trainer_pos_m": 0,
"pokemon_pos_m": 0,
"en": {
"name": "Bad Egg",
"category": "",
"entry_text": [ ]
},
"fr": {
"name": "",
"category": "",
"entry_text": [ ]
},
"de": {
"name": "",
"category": "",
"entry_text": [ ]
},
"it": {
"name": "",
"category": "",
"entry_text": [ ]
},
"es": {
"name": "",
"category": "",
"entry_text": [ ]
},
"jp": {
"name": "",
"category": "",
"entry_text": [ ]
}
}
}