mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-21 09:50:51 -05:00
22 lines
439 B
JSON
22 lines
439 B
JSON
{
|
|
"name": "Nasty Plot",
|
|
"class": "CLASS_STATUS",
|
|
"type": "TYPE_DARK",
|
|
"power": 0,
|
|
"accuracy": 0,
|
|
"pp": 20,
|
|
"effect": {
|
|
"type": "BATTLE_EFFECT_SP_ATK_UP_2",
|
|
"chance": 0
|
|
},
|
|
"range": "RANGE_USER",
|
|
"priority": 0,
|
|
"flags": [
|
|
"MOVE_FLAG_CAN_SNATCH",
|
|
"MOVE_FLAG_HIDES_HP_GAUGES"
|
|
],
|
|
"contest": {
|
|
"effect": 11,
|
|
"type": "CONTEST_TYPE_BEAUTY"
|
|
}
|
|
} |