mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-13 12:37:49 -05:00
30 lines
788 B
JSON
30 lines
788 B
JSON
{
|
|
"name": "Repeat Ball",
|
|
"plural": "Repeat Balls",
|
|
"article": "a",
|
|
"description": [
|
|
"A somewhat different Poké Ball that\n",
|
|
"works especially well on Pokémon\n",
|
|
"species that were previously caught."
|
|
],
|
|
"icon": {
|
|
"sprite": "repeat_ball_NCGR",
|
|
"palette": "repeat_ball_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_REPEAT_BALL",
|
|
"price": 1000,
|
|
"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
|
|
} |