This commit is contained in:
2025-08-04 13:20:43 +02:00
parent 9b981ead9b
commit a9611643d6
6 changed files with 42 additions and 22 deletions

View File

@@ -28,24 +28,28 @@
"current": 0
},
"moves": {
"move 1": {
"category": 0,
"type": 0,
"move1": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
},
"move 2": {
"category": 0,
"type": 0,
"move2": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
},
"move 3": {
"category": 0,
"type": 0,
"move3": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
},
"move 4": {
"category": 0,
"type": 0,
"move4": {
"name": "",
"category": "Physical",
"type": "Normal",
"description": ""
}
}