mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-09 18:19:46 +00:00
Update card data to game version 4.3.0
This commit is contained in:
parent
460e59e3fb
commit
267e205af4
12 changed files with 40663 additions and 19448 deletions
data
.gitignore
set1-en_us/en_us/data
set2-en_us/en_us/data
set3-en_us/en_us/data
set4-en_us/en_us/data
set5-en_us/en_us/data
set6-en_us/en_us/data
set6cde-en_us/en_us/data
set7-en_us
2
data/.gitignore
vendored
Normal file
2
data/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
**/img.cards
|
||||||
|
**/*.png
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1
data/set7-en_us/COPYRIGHT
Normal file
1
data/set7-en_us/COPYRIGHT
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Copyright Riot Games, Inc. 2019
|
40
data/set7-en_us/README.md
Normal file
40
data/set7-en_us/README.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
{...}
|
||||||
|
]
|
3714
data/set7-en_us/en_us/data/set7-en_us.json
Normal file
3714
data/set7-en_us/en_us/data/set7-en_us.json
Normal file
File diff suppressed because it is too large
Load diff
5
data/set7-en_us/metadata.json
Normal file
5
data/set7-en_us/metadata.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"locales": [
|
||||||
|
"en_us"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue