mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 21:20:26 -05:00
31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
||
"name": "TM85",
|
||
"plural": "TM85s",
|
||
"article": "a",
|
||
"description": [
|
||
"An attack that works only on a\n",
|
||
"sleeping foe. It absorbs half the\n",
|
||
"damage caused to heal the user’s HP."
|
||
],
|
||
"icon": {
|
||
"sprite": "tm_NCGR",
|
||
"palette": "tm_psychic_NCLR"
|
||
},
|
||
"gbaID": "GBA_ITEM_NONE",
|
||
"price": 3000,
|
||
"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_TMHMS",
|
||
"battlePocket": "BATTLE_POCKET_MASK_NONE",
|
||
"fieldUseFunc": "ITEM_USE_FUNC_TM_HM",
|
||
"battleUseFunc": 0,
|
||
"itemUseParams": null,
|
||
"teachesMove": "MOVE_DREAM_EATER"
|
||
} |