36 lines
493 B
JSON
36 lines
493 B
JSON
{
|
|
"category": "Pokemon",
|
|
"name": "",
|
|
"rarity": "",
|
|
"hp": "",
|
|
"types": [""],
|
|
"evolveFrom": "",
|
|
"description": "",
|
|
"stage": "",
|
|
"attacks": [
|
|
{
|
|
"cost": [""],
|
|
"name": "",
|
|
"effect": ""
|
|
},
|
|
{
|
|
"cost": [""],
|
|
"name": "",
|
|
"effect": "",
|
|
"damage": 0
|
|
}
|
|
],
|
|
"weaknesses": [
|
|
{
|
|
"type": "",
|
|
"value": ""
|
|
}
|
|
],
|
|
"retreat": 0,
|
|
"regulationMark": "",
|
|
"legal": {
|
|
"standard": true,
|
|
"expanded": true
|
|
}
|
|
}
|