first commit

This commit is contained in:
2026-03-19 18:16:20 +01:00
commit 584b2e07b4
34 changed files with 4381 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"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
}
}