mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
Some checks failed
build / build (push) Has been cancelled
* 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
174 lines
4.8 KiB
JSON
174 lines
4.8 KiB
JSON
{
|
||
"base_stats": {
|
||
"hp": 74,
|
||
"attack": 100,
|
||
"defense": 72,
|
||
"speed": 46,
|
||
"special_attack": 90,
|
||
"special_defense": 72
|
||
},
|
||
"types": [ "TYPE_GRASS", "TYPE_GRASS" ],
|
||
"catch_rate": 200,
|
||
"base_exp_reward": 164,
|
||
"ev_yields": {
|
||
"hp": 0,
|
||
"attack": 2,
|
||
"defense": 0,
|
||
"speed": 0,
|
||
"special_attack": 0,
|
||
"special_defense": 0
|
||
},
|
||
"held_items": {
|
||
"common": "ITEM_NONE",
|
||
"rare": "ITEM_NONE"
|
||
},
|
||
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
||
"hatch_cycles": 25,
|
||
"base_friendship": 70,
|
||
"exp_rate": "EXP_RATE_SLOW",
|
||
"egg_groups": [ "EGG_GROUP_GRASS", "EGG_GROUP_GRASS" ],
|
||
"abilities": [ "ABILITY_LEVITATE", "ABILITY_NONE" ],
|
||
"safari_flee_rate": 60,
|
||
"body_color": "MON_COLOR_GREEN",
|
||
"flip_sprite": false,
|
||
"learnset": {
|
||
"by_level": [
|
||
[ 1, "MOVE_BIND" ],
|
||
[ 1, "MOVE_GROWTH" ],
|
||
[ 7, "MOVE_BITE" ],
|
||
[ 11, "MOVE_VINE_WHIP" ],
|
||
[ 17, "MOVE_SWEET_SCENT" ],
|
||
[ 21, "MOVE_INGRAIN" ],
|
||
[ 27, "MOVE_FAINT_ATTACK" ],
|
||
[ 31, "MOVE_STOCKPILE" ],
|
||
[ 31, "MOVE_SPIT_UP" ],
|
||
[ 31, "MOVE_SWALLOW" ],
|
||
[ 37, "MOVE_CRUNCH" ],
|
||
[ 41, "MOVE_WRING_OUT" ],
|
||
[ 47, "MOVE_POWER_WHIP" ]
|
||
],
|
||
"by_tm": [
|
||
"TM06",
|
||
"TM09",
|
||
"TM10",
|
||
"TM11",
|
||
"TM15",
|
||
"TM17",
|
||
"TM19",
|
||
"TM21",
|
||
"TM22",
|
||
"TM27",
|
||
"TM32",
|
||
"TM36",
|
||
"TM42",
|
||
"TM43",
|
||
"TM44",
|
||
"TM45",
|
||
"TM46",
|
||
"TM53",
|
||
"TM56",
|
||
"TM58",
|
||
"TM66",
|
||
"TM68",
|
||
"TM70",
|
||
"TM75",
|
||
"TM78",
|
||
"TM82",
|
||
"TM83",
|
||
"TM86",
|
||
"TM87",
|
||
"TM90",
|
||
"HM01"
|
||
],
|
||
"by_tutor": [
|
||
"MOVE_MUD_SLAP",
|
||
"MOVE_FURY_CUTTER",
|
||
"MOVE_GASTRO_ACID",
|
||
"MOVE_SNORE",
|
||
"MOVE_SYNTHESIS",
|
||
"MOVE_SEED_BOMB",
|
||
"MOVE_KNOCK_OFF"
|
||
]
|
||
},
|
||
"evolutions": [ ],
|
||
"offspring": "SPECIES_CARNIVINE",
|
||
"footprint": {
|
||
"has": false,
|
||
"size": "FOOTPRINT_LARGE"
|
||
},
|
||
"pokedex_data": {
|
||
"height": 14,
|
||
"weight": 270,
|
||
"body_shape": "SHAPE_TENTACLES",
|
||
"trainer_scale_f": 272,
|
||
"pokemon_scale_f": 232,
|
||
"trainer_scale_m": 256,
|
||
"pokemon_scale_m": 232,
|
||
"trainer_pos_f": 8,
|
||
"pokemon_pos_f": 65533,
|
||
"trainer_pos_m": 9,
|
||
"pokemon_pos_m": 65533,
|
||
"en": {
|
||
"name": "CARNIVINE",
|
||
"category": "Bug Catcher Pokémon",
|
||
"entry_text": [
|
||
"It binds itself to trees in marshes.\n",
|
||
"It attracts prey with its sweet-\n",
|
||
"smelling drool and gulps them down."
|
||
]
|
||
},
|
||
"fr": {
|
||
"name": "VORTENTE",
|
||
"category": "Pokémon Chopinsecte",
|
||
"entry_text": [
|
||
"Il attire sa proie avec sa salive\n",
|
||
"odorante avant de la croquer. Il\n",
|
||
"lui faut une journée pour l’avaler."
|
||
]
|
||
},
|
||
"de": {
|
||
"name": "VENUFLIBIS",
|
||
"category": "Käfertot",
|
||
"entry_text": [
|
||
"Sein süßlich riechender Speichel\n",
|
||
"zieht Beute an, die es frisst. Es\n",
|
||
"braucht einen Tag, sie zu fressen."
|
||
]
|
||
},
|
||
"it": {
|
||
"name": "CARNIVINE",
|
||
"category": "Pokémon Insettivoro",
|
||
"entry_text": [
|
||
"Attira le prede con il dolce aroma\n",
|
||
"della saliva e poi le ingoia. Impiega\n",
|
||
"un giorno per mangiare una preda."
|
||
]
|
||
},
|
||
"es": {
|
||
"name": "CARNIVINE",
|
||
"category": "Pokémon Caza Bichos",
|
||
"entry_text": [
|
||
"Atrae a sus presas con saliva de\n",
|
||
"olor dulce y las mastica. Tarda\n",
|
||
"todo un día en comérselas."
|
||
]
|
||
},
|
||
"jp": {
|
||
"name": "マスキッパ",
|
||
"category": "むしとりポケモン",
|
||
"entry_text": [
|
||
"あまい においの だえきで えものを\n",
|
||
"おびきよせ おおあごで がぶり。\n",
|
||
"1にち かけて えものを たべる。"
|
||
]
|
||
}
|
||
},
|
||
"catching_show": {
|
||
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
|
||
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
|
||
"catching_points": 70,
|
||
"rarity": 20,
|
||
"unused": 3329
|
||
}
|
||
}
|