Browse Source

Pretty JSON and Add namecards and costumes (#29)

* Pretty JSON format

* Add costomes and namecards
pull/34/head
M-307 GitHub 3 years ago
parent
commit
086544d145
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9247 additions and 2 deletions
  1. +2116
    -1
      store/characters.json
  2. +52
    -0
      store/costumes.json
  3. +5697
    -1
      store/loc.json
  4. +1382
    -0
      store/namecards.json

+ 2116
- 1
store/characters.json
File diff suppressed because it is too large
View File


+ 52
- 0
store/costumes.json View File

@@ -0,0 +1,52 @@
{
"200301": {
"iconName": "UI_AvatarIcon_QinCostumeSea",
"sideIconName": "UI_AvatarIcon_Side_QinCostumeSea",
"nameTextMapHash": 1504245738
},
"201401": {
"iconName": "UI_AvatarIcon_BarbaraCostumeSummertime",
"sideIconName": "UI_AvatarIcon_Side_BarbaraCostumeSummertime",
"nameTextMapHash": 4121525482
},
"202701": {
"iconName": "UI_AvatarIcon_NingguangCostumeFloral",
"sideIconName": "UI_AvatarIcon_Side_NingguangCostumeFloral",
"nameTextMapHash": 2572106930
},
"204201": {
"iconName": "UI_AvatarIcon_KeqingCostumeFeather",
"sideIconName": "UI_AvatarIcon_Side_KeqingCostumeFeather",
"nameTextMapHash": 1613857666
},
"200302": {
"iconName": "UI_AvatarIcon_QinCostumeWic",
"sideIconName": "UI_AvatarIcon_Side_QinCostumeWic",
"nameTextMapHash": 2691230306
},
"202101": {
"iconName": "UI_AvatarIcon_AmborCostumeWic",
"sideIconName": "UI_AvatarIcon_Side_AmborCostumeWic",
"nameTextMapHash": 4237698530
},
"204101": {
"iconName": "UI_AvatarIcon_MonaCostumeWic",
"sideIconName": "UI_AvatarIcon_Side_MonaCostumeWic",
"nameTextMapHash": 1860400666
},
"204501": {
"iconName": "UI_AvatarIcon_RosariaCostumeWic",
"sideIconName": "UI_AvatarIcon_Side_RosariaCostumeWic",
"nameTextMapHash": 2412226586
},
"201601": {
"iconName": "UI_AvatarIcon_DilucCostumeFlamme",
"sideIconName": "UI_AvatarIcon_Side_DilucCostumeFlamme",
"nameTextMapHash": 1332852170
},
"203101": {
"iconName": "UI_AvatarIcon_FischlCostumeHighness",
"sideIconName": "UI_AvatarIcon_Side_FischlCostumeHighness",
"nameTextMapHash": 3162794298
}
}

+ 5697
- 1
store/loc.json
File diff suppressed because it is too large
View File


+ 1382
- 0
store/namecards.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save