1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00
patched-porobot/data/core-en_us/README.md
2023-03-24 12:44:04 +01:00

940 B

metadata.json { "locales": ["{string}", ...], "clientHash": "{string}" "gameplayDataHash": "{string}", "timestamp": "{YYYYMMDDhhmm}", "patchlineRef": "{string}" }

cards.json [ { "id": "{cardCode}", "idComponents": { "set": "setNumber", "region": { "id": "{shortRegionCode}", "name": "{regionName}" } } "name": "{name}", "type": "{type}", "subType": "{subType}", "superType": "{superType}", "description": "{description}", "keywords": [], "associatedCards": [{cardCode}, ...] "health": "{health}", "attack": "{attack}", "cost": "{cost}", "assets": { "gameAbsolutePath": "http://{cdn}/{bundleName}/set1/en_us/img/card/game/{cardCode}.png" }

},
{...}

]