Files
pokeplatinum/res/items/data/tm41.json
2026-05-12 20:12:15 -07:00

31 lines
772 B
JSON

{
"name": "TM41",
"plural": "TM41s",
"article": "a",
"description": [
"The user torments and enrages the\n",
"foe, making it incapable of using the\n",
"same move twice in a row."
],
"icon": {
"sprite": "tm_NCGR",
"palette": "tm_dark_NCLR"
},
"gbaID": "GBA_ITEM_TM41",
"price": 1500,
"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_TORMENT"
}