mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
30 lines
777 B
JSON
30 lines
777 B
JSON
{
|
|
"name": "Master Ball",
|
|
"plural": "Master Balls",
|
|
"article": "a",
|
|
"description": [
|
|
"The best Ball with the ultimate level of\n",
|
|
"performance. It will catch any wild\n",
|
|
"Pokémon without fail."
|
|
],
|
|
"icon": {
|
|
"sprite": "master_ball_NCGR",
|
|
"palette": "master_ball_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_MASTER_BALL",
|
|
"price": 0,
|
|
"effectParam": 0,
|
|
"holdEffect": "HOLD_EFFECT_NONE",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 0,
|
|
"naturalGiftPower": 0,
|
|
"naturalGiftType": null,
|
|
"preventToss": false,
|
|
"canRegister": false,
|
|
"fieldPocket": "POCKET_BALLS",
|
|
"battlePocket": "BATTLE_POCKET_MASK_POKE_BALLS",
|
|
"fieldUseFunc": "ITEM_USE_FUNC_NONE",
|
|
"battleUseFunc": 1,
|
|
"itemUseParams": null
|
|
} |