Files
Juicepyter/clean-text-to-keywords/json_template_example.json
2026-03-19 18:16:20 +01:00

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
}
}