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

30 lines
785 B
JSON

{
"name": "DeepSeaTooth",
"plural": "DeepSeaTeeth",
"article": "a",
"description": [
"An item to be held by CLAMPERL.\n",
"A fang that gleams a sharp silver, it\n",
"raises the Sp. Atk stat."
],
"icon": {
"sprite": "deepseatooth_NCGR",
"palette": "deepseatooth_NCLR"
},
"gbaID": "GBA_ITEM_DEEP_SEA_TOOTH",
"price": 200,
"effectParam": 0,
"holdEffect": "HOLD_EFFECT_CLAMPERL_SPATK",
"pluckEffect": "PLUCK_EFFECT_NONE",
"flingEffect": "FLING_EFFECT_NONE",
"flingPower": 90,
"naturalGiftPower": 0,
"naturalGiftType": null,
"preventToss": false,
"canRegister": false,
"fieldPocket": "POCKET_ITEMS",
"battlePocket": "BATTLE_POCKET_MASK_NONE",
"fieldUseFunc": "ITEM_USE_FUNC_NONE",
"battleUseFunc": 0,
"itemUseParams": null
}