mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-22 02:10:53 -05:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "Gravity",
|
|
"class": "CLASS_STATUS",
|
|
"type": "TYPE_PSYCHIC",
|
|
"power": 0,
|
|
"accuracy": 0,
|
|
"pp": 5,
|
|
"effect": {
|
|
"type": "BATTLE_EFFECT_GRAVITY",
|
|
"chance": 0
|
|
},
|
|
"range": "RANGE_FIELD",
|
|
"priority": 0,
|
|
"flags": [],
|
|
"contest": {
|
|
"effect": 13,
|
|
"type": "CONTEST_TYPE_CUTE"
|
|
}
|
|
} |