mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 04:59:06 -05:00
30 lines
752 B
JSON
30 lines
752 B
JSON
{
|
|
"name": "Max Repel",
|
|
"plural": "Max Repels",
|
|
"article": "a",
|
|
"description": [
|
|
"An item that prevents weak wild\n",
|
|
"Pokémon from appearing for 250 steps\n",
|
|
"after its use."
|
|
],
|
|
"icon": {
|
|
"sprite": "repel_NCGR",
|
|
"palette": "max_repel_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_MAX_REPEL",
|
|
"price": 700,
|
|
"effectParam": 250,
|
|
"holdEffect": "HOLD_EFFECT_NONE",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 30,
|
|
"naturalGiftPower": 0,
|
|
"naturalGiftType": null,
|
|
"preventToss": false,
|
|
"canRegister": false,
|
|
"fieldPocket": "POCKET_ITEMS",
|
|
"battlePocket": "BATTLE_POCKET_MASK_NONE",
|
|
"fieldUseFunc": "ITEM_USE_FUNC_BAG_MESSAGE",
|
|
"battleUseFunc": 0,
|
|
"itemUseParams": {}
|
|
} |