mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 10:04:21 +00:00
40 lines
940 B
Markdown
40 lines
940 B
Markdown
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"
|
|
}
|
|
|
|
},
|
|
{...}
|
|
]
|