mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-21 18:00:56 -05:00
21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"name": "Refresh",
|
|
"class": "CLASS_STATUS",
|
|
"type": "TYPE_NORMAL",
|
|
"power": 0,
|
|
"accuracy": 0,
|
|
"pp": 20,
|
|
"effect": {
|
|
"type": "BATTLE_EFFECT_HEAL_STATUS",
|
|
"chance": 0
|
|
},
|
|
"range": "RANGE_USER",
|
|
"priority": 0,
|
|
"flags": [
|
|
"MOVE_FLAG_CAN_SNATCH"
|
|
],
|
|
"contest": {
|
|
"effect": 8,
|
|
"type": "CONTEST_TYPE_BEAUTY"
|
|
}
|
|
} |