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

31 lines
765 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "HM05",
"plural": "HM05s",
"article": "an",
"description": [
"Obstacles are moved, reducing the\n",
"foes evasion stat. It can also be\n",
"used to clear deep fog."
],
"icon": {
"sprite": "hm_NCGR",
"palette": "tm_water_NCLR"
},
"gbaID": "GBA_ITEM_HM05",
"price": 0,
"effectParam": 0,
"holdEffect": "HOLD_EFFECT_NONE",
"pluckEffect": "PLUCK_EFFECT_NONE",
"flingEffect": "FLING_EFFECT_NONE",
"flingPower": 0,
"naturalGiftPower": 0,
"naturalGiftType": null,
"preventToss": true,
"canRegister": false,
"fieldPocket": "POCKET_TMHMS",
"battlePocket": "BATTLE_POCKET_MASK_NONE",
"fieldUseFunc": "ITEM_USE_FUNC_TM_HM",
"battleUseFunc": 0,
"itemUseParams": null,
"teachesMove": "MOVE_DEFOG"
}