Skip to content

Commit

Permalink
🔖 Bump to 2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Houdou committed Jan 5, 2022
1 parent 1a991dc commit 8ba8ce6
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 26 deletions.
89 changes: 89 additions & 0 deletions scripts/i18n/diff/operators.json
Original file line number Diff line number Diff line change
Expand Up @@ -14035,6 +14035,14 @@
],
"appellation": "Amiya"
},
"zh_TW": {
"enabled": true,
"skills": [
"影霄·奔夜",
"影霄·絕影"
],
"alias": []
},
"code": "promoted amiya",
"code_name": "Amiya"
},
Expand Down Expand Up @@ -14205,6 +14213,23 @@
"code": null,
"code_name": "Honeyberry"
},
"char_4025_aprot2": {
"zh_CN": {
"enabled": true,
"name": "暮落",
"skills": [
"速战速决",
"燃命狂欢"
],
"alias": [
"mu la",
"mula"
],
"appellation": "Shalem"
},
"code": null,
"code_name": "Shalem"
},
"char_431_ashlok": {
"zh_CN": {
"enabled": true,
Expand Down Expand Up @@ -14578,5 +14603,69 @@
},
"code": null,
"code_name": "blizzard"
},
"trap_051_vultres": {
"zh_CN": {
"enabled": true,
"name": "无主的财富",
"skills": [
"诱人珍宝"
],
"alias": [
"wu zhu de cai fu",
"wuzhudecaifu"
],
"appellation": "Unowned Treasure"
},
"code": null,
"code_name": "Unowned Treasure"
},
"trap_052_slowfd": {
"zh_CN": {
"enabled": true,
"name": "失修舞台雾机",
"skills": [
"高压喷射"
],
"alias": [
"shi xiu wu tai wu ji",
"shixiuwutaiwuji"
],
"appellation": "Broken Fog Machine"
},
"code": null,
"code_name": "Broken Fog Machine"
},
"trap_053_airbomb": {
"zh_CN": {
"enabled": true,
"name": "便携气罐",
"skills": [
"砰!"
],
"alias": [
"bian xie qi guan",
"bianxieqiguan"
],
"appellation": "Gas Tank P."
},
"code": null,
"code_name": "Gas Tank P."
},
"trap_054_dancdol": {
"zh_CN": {
"enabled": true,
"name": "“报幕助手”",
"skills": [
"剧目宣告"
],
"alias": [
"“ bao mu zhu shou ”",
"“baomuzhushou”"
],
"appellation": "“Host's Assistant”"
},
"code": null,
"code_name": "“Host's Assistant”"
}
}
2 changes: 1 addition & 1 deletion src/config/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"storage": "2.12.4"
"storage": "2.12.5"
}
46 changes: 21 additions & 25 deletions src/routes/info/auto_announcements.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
[
{
"server": [
"zh_TW"
],
"date": "2022-01-06",
"type": "new_operators",
"new_operators": [
"char_1001_amiya2"
]
},
{
"server": [
"zh_CN"
],
"date": "2022-01-06",
"type": "new_operators",
"new_operators": [
"char_4025_aprot2",
"char_512_aprot"
]
},
{
"server": [
"en_US",
Expand Down Expand Up @@ -107,30 +128,5 @@
"char_003_kalts",
"char_475_akafyu"
]
},
{
"server": [
"zh_CN"
],
"date": "2021-10-15",
"type": "new_operators",
"new_operators": [
"char_430_fartth",
"char_431_ashlok"
]
},
{
"server": [
"en_US",
"ja_JP",
"ko_KR"
],
"date": "2021-10-03",
"type": "new_operators",
"new_operators": [
"char_472_pasngr",
"char_304_zebra",
"char_363_toddi"
]
}
]

0 comments on commit 8ba8ce6

Please sign in to comment.