2025年4月7日资源更新
Some checks failed
ci/woodpecker/push/check_format Pipeline failed

This commit is contained in:
fuyn101 2025-04-08 19:54:59 +08:00
parent 492fcd58d5
commit bb4985e6b1
26 changed files with 1270 additions and 348 deletions

@ -1 +1 @@
Subproject commit fe26996c42b813bc0468e53cc5d3b1d832dcf0d8 Subproject commit 1c84b814e08ddea21bd73b70eb374d0e48145298

@ -1 +1 @@
Subproject commit 043396a9a9464e78ba123fc595b3aa6cb2e0ffff Subproject commit af4bd9e65bb844286d0ee0fcdef0fe3826622a3c

@ -1 +1 @@
Subproject commit ac8256a749266d1d6712938dd5e2d4b2c2fd6dd2 Subproject commit f8e06cafd8020bc1c8138b0cdc42b5d889d7b0cb

View file

@ -140,7 +140,7 @@ class Arknights数据处理器:
"profession": 干员数据["profession"], "profession": 干员数据["profession"],
"name": 干员数据["appellation"], "name": 干员数据["appellation"],
} }
干员头像路径 = f"./ArknightsGameResource/avatar/{干员代码}.png" 干员头像路径 = f"./ArknightsResource/avatar/ASSISTANT/{干员代码}.png"
目标路径 = f"./ui/public/avatar/{干员数据['name']}.webp" 目标路径 = f"./ui/public/avatar/{干员数据['name']}.webp"
if os.path.exists(目标路径): if os.path.exists(目标路径):
continue continue
@ -718,7 +718,7 @@ class Arknights数据处理器:
for 技能数, item in enumerate(干员数据["skills"]): for 技能数, item in enumerate(干员数据["skills"]):
技能图标名 = self.战斗技能[item["skillId"]]["iconId"] or item["skillId"] 技能图标名 = self.战斗技能[item["skillId"]]["iconId"] or item["skillId"]
干员技能路径 = ( 干员技能路径 = (
f"./ArknightsGameResource/skill/skill_icon_{技能图标名}.png" f"./ArknightsResource/skills/skill_icon_{技能图标名}.png"
) )
os.makedirs( os.makedirs(
f"./mower/static/avatar_skill/{干员数据['name']}", exist_ok=True f"./mower/static/avatar_skill/{干员数据['name']}", exist_ok=True
@ -726,8 +726,9 @@ class Arknights数据处理器:
目标路径 = ( 目标路径 = (
f"./mower/static/avatar_skill/{干员数据['name']}/{技能数 + 1}.png" f"./mower/static/avatar_skill/{干员数据['name']}/{技能数 + 1}.png"
) )
shutil.copy(干员技能路径, 目标路径) if not os.path.exists(目标路径):
print(目标路径) shutil.copy(干员技能路径, 目标路径)
print(目标路径)
roomType = { roomType = {

View file

@ -264,6 +264,11 @@
"profession": "WARRIOR", "profession": "WARRIOR",
"name": "Quartz" "name": "Quartz"
}, },
"骋风": {
"key": "char_445_wscoot",
"profession": "WARRIOR",
"name": "Windscoot"
},
"暗索": { "暗索": {
"key": "char_236_rope", "key": "char_236_rope",
"profession": "SPECIAL", "profession": "SPECIAL",
@ -1419,6 +1424,11 @@
"profession": "SUPPORT", "profession": "SUPPORT",
"name": "Catherine" "name": "Catherine"
}, },
"阿兰娜": {
"key": "char_4178_alanna",
"profession": "SUPPORT",
"name": "Alanna"
},
"九色鹿": { "九色鹿": {
"key": "char_4019_ncdeer", "key": "char_4019_ncdeer",
"profession": "SUPPORT", "profession": "SUPPORT",
@ -1774,6 +1784,11 @@
"profession": "MEDIC", "profession": "MEDIC",
"name": "Eyjafjalla the Hvít Aska" "name": "Eyjafjalla the Hvít Aska"
}, },
"Mon3tr": {
"key": "char_4179_monstr",
"profession": "MEDIC",
"name": "Mon3tr"
},
"THRM-EX": { "THRM-EX": {
"key": "char_376_therex", "key": "char_376_therex",
"profession": "SPECIAL", "profession": "SPECIAL",

View file

@ -1,4 +1,127 @@
[ [
{
"key": 366,
"name": "骋风",
"span": 2,
"child_skill": [
{
"skill_key": 0,
"skill_level": 0,
"phase_level": "精0 1级",
"skillname": "广交义友",
"buffer": false,
"buffer_des": [],
"des": "进驻会客室时,每个招募位(不包含初始招募位)提升<@cc.vup>5%</>线索搜集速度",
"roomType": "会客室",
"buffCategory": "FUNCTION",
"skillIcon": "bskill_meet_spd_clue",
"buffColor": "#dd653f",
"textColor": "#ffffff"
},
{
"skill_key": 1,
"skill_level": 0,
"phase_level": "精1 1级",
"skillname": "眼观六路",
"buffer": false,
"buffer_des": [],
"des": "进驻会客室时,处于线索交流时更容易获得线索板上尚未拥有的线索",
"roomType": "会客室",
"buffCategory": "FUNCTION",
"skillIcon": "bskill_meet_spd_notOwned_exchange",
"buffColor": "#dd653f",
"textColor": "#ffffff"
}
]
},
{
"key": 365,
"name": "阿兰娜",
"span": 3,
"child_skill": [
{
"skill_key": 0,
"skill_level": 0,
"phase_level": "精0 1级",
"skillname": "机械精通·α",
"buffer": true,
"buffer_des": [
"cc_tag_op"
],
"des": "进驻制造站时,每有<@cc.vup>1</>台<$cc.tag.op><@cc.kw>作业平台</></>进驻发电站,<@cc.kw>贵金属</>类配方的生产力<@cc.vup>+5%</>",
"roomType": "制造站",
"buffCategory": "OUTPUT",
"skillIcon": "bskill_man_token_spd1",
"buffColor": "#ffd800",
"textColor": "#333333"
},
{
"skill_key": 0,
"skill_level": 1,
"phase_level": "精2 1级",
"skillname": "机械精通·β",
"buffer": true,
"buffer_des": [
"cc_tag_op"
],
"des": "进驻制造站时,每有<@cc.vup>1</>台<$cc.tag.op><@cc.kw>作业平台</></>进驻发电站,<@cc.kw>贵金属</>类配方的生产力<@cc.vup>+10%</>",
"roomType": "制造站",
"buffCategory": "OUTPUT",
"skillIcon": "bskill_man_token_spd2",
"buffColor": "#ffd800",
"textColor": "#333333"
},
{
"skill_key": 1,
"skill_level": 0,
"phase_level": "精2 1级",
"skillname": "“搭把手!”",
"buffer": false,
"buffer_des": [],
"des": "进驻制造站时,当与<@cc.kw>温米</>在同一个制造站时,<@cc.kw>贵金属</>类配方的生产力<@cc.vup>+15%</>",
"roomType": "制造站",
"buffCategory": "OUTPUT",
"skillIcon": "bskill_man_spd_double",
"buffColor": "#ffd800",
"textColor": "#333333"
}
]
},
{
"key": 364,
"name": "Mon3tr",
"span": 2,
"child_skill": [
{
"skill_key": 0,
"skill_level": 0,
"phase_level": "精0 1级",
"skillname": "博识生手",
"buffer": false,
"buffer_des": [],
"des": "进驻控制中枢时,控制中枢内所有干员的心情每小时恢复<@cc.vup>+0.05</>",
"roomType": "中枢",
"buffCategory": "FUNCTION",
"skillIcon": "bskill_ctrl_cost",
"buffColor": "#005752",
"textColor": "#ffffff"
},
{
"skill_key": 1,
"skill_level": 0,
"phase_level": "精2 1级",
"skillname": "最高权限",
"buffer": false,
"buffer_des": [],
"des": "进驻控制中枢时,所有制造站生产力<@cc.vup>+2%</>(同种效果取最高)",
"roomType": "中枢",
"buffCategory": "FUNCTION",
"skillIcon": "bskill_ctrl_p_spd",
"buffColor": "#005752",
"textColor": "#ffffff"
}
]
},
{ {
"key": 363, "key": 363,
"name": "水灯心", "name": "水灯心",
@ -4751,7 +4874,7 @@
"skillname": "巡线框架", "skillname": "巡线框架",
"buffer": false, "buffer": false,
"buffer_des": [], "buffer_des": [],
"des": "进驻发电站时,每<@cc.vup>10</>架无人机上限<@cc.vup>+1%</>无人机充能速度", "des": "进驻发电站时,每<@cc.vup>10</>架无人机上限<@cc.vup>+1%</>无人机充能速度(最多<@cc.vup>+25%</>)",
"roomType": "发电站", "roomType": "发电站",
"buffCategory": "OUTPUT", "buffCategory": "OUTPUT",
"skillIcon": "bskill_pow_drone", "skillIcon": "bskill_pow_drone",

View file

@ -692,6 +692,13 @@
"CONSUME", "CONSUME",
60110 60110
], ],
"randomMaterial_11": [
"randomMaterial_11",
"randomMaterial_1",
"罗德岛物资补给VIII",
"CONSUME",
60110
],
"randomMaterial_5d5": [ "randomMaterial_5d5": [
"randomMaterial_5d5", "randomMaterial_5d5",
"randomMaterial_4", "randomMaterial_4",
@ -816,371 +823,371 @@
"MTL_SL_KETONE1", "MTL_SL_KETONE1",
"双酮", "双酮",
"MATERIAL", "MATERIAL",
100053 100056
], ],
"30052": [ "30052": [
"30052", "30052",
"MTL_SL_KETONE2", "MTL_SL_KETONE2",
"酮凝集", "酮凝集",
"MATERIAL", "MATERIAL",
100052 100055
], ],
"30053": [ "30053": [
"30053", "30053",
"MTL_SL_KETONE3", "MTL_SL_KETONE3",
"酮凝集组", "酮凝集组",
"MATERIAL", "MATERIAL",
100051 100054
], ],
"30054": [ "30054": [
"30054", "30054",
"MTL_SL_KETONE4", "MTL_SL_KETONE4",
"酮阵列", "酮阵列",
"MATERIAL", "MATERIAL",
100050 100053
], ],
"30041": [ "30041": [
"30041", "30041",
"MTL_SL_IRON1", "MTL_SL_IRON1",
"异铁碎片", "异铁碎片",
"MATERIAL", "MATERIAL",
100049 100052
], ],
"30042": [ "30042": [
"30042", "30042",
"MTL_SL_IRON2", "MTL_SL_IRON2",
"异铁", "异铁",
"MATERIAL", "MATERIAL",
100048 100051
], ],
"30043": [ "30043": [
"30043", "30043",
"MTL_SL_IRON3", "MTL_SL_IRON3",
"异铁组", "异铁组",
"MATERIAL", "MATERIAL",
100047 100050
], ],
"30044": [ "30044": [
"30044", "30044",
"MTL_SL_IRON4", "MTL_SL_IRON4",
"异铁块", "异铁块",
"MATERIAL", "MATERIAL",
100046 100049
], ],
"30021": [ "30021": [
"30021", "30021",
"MTL_SL_STRG1", "MTL_SL_STRG1",
"代糖", "代糖",
"MATERIAL", "MATERIAL",
100045 100048
], ],
"30022": [ "30022": [
"30022", "30022",
"MTL_SL_STRG2", "MTL_SL_STRG2",
"糖", "糖",
"MATERIAL", "MATERIAL",
100044 100047
], ],
"30023": [ "30023": [
"30023", "30023",
"MTL_SL_STRG3", "MTL_SL_STRG3",
"糖组", "糖组",
"MATERIAL", "MATERIAL",
100043 100046
], ],
"30024": [ "30024": [
"30024", "30024",
"MTL_SL_STRG4", "MTL_SL_STRG4",
"糖聚块", "糖聚块",
"MATERIAL", "MATERIAL",
100042 100045
], ],
"30031": [ "30031": [
"30031", "30031",
"MTL_SL_RUSH1", "MTL_SL_RUSH1",
"酯原料", "酯原料",
"MATERIAL", "MATERIAL",
100041 100044
], ],
"30032": [ "30032": [
"30032", "30032",
"MTL_SL_RUSH2", "MTL_SL_RUSH2",
"聚酸酯", "聚酸酯",
"MATERIAL", "MATERIAL",
100040 100043
], ],
"30033": [ "30033": [
"30033", "30033",
"MTL_SL_RUSH3", "MTL_SL_RUSH3",
"聚酸酯组", "聚酸酯组",
"MATERIAL", "MATERIAL",
100039 100042
], ],
"30034": [ "30034": [
"30034", "30034",
"MTL_SL_RUSH4", "MTL_SL_RUSH4",
"聚酸酯块", "聚酸酯块",
"MATERIAL", "MATERIAL",
100038 100041
], ],
"30061": [ "30061": [
"30061", "30061",
"MTL_SL_BOSS1", "MTL_SL_BOSS1",
"破损装置", "破损装置",
"MATERIAL", "MATERIAL",
100037 100040
], ],
"30062": [ "30062": [
"30062", "30062",
"MTL_SL_BOSS2", "MTL_SL_BOSS2",
"装置", "装置",
"MATERIAL", "MATERIAL",
100036 100039
], ],
"30063": [ "30063": [
"30063", "30063",
"MTL_SL_BOSS3", "MTL_SL_BOSS3",
"全新装置", "全新装置",
"MATERIAL", "MATERIAL",
100035 100038
], ],
"30064": [ "30064": [
"30064", "30064",
"MTL_SL_BOSS4", "MTL_SL_BOSS4",
"改量装置", "改量装置",
"MATERIAL", "MATERIAL",
100034 100037
], ],
"30011": [ "30011": [
"30011", "30011",
"MTL_SL_G1", "MTL_SL_G1",
"源岩", "源岩",
"MATERIAL", "MATERIAL",
100033 100036
], ],
"30012": [ "30012": [
"30012", "30012",
"MTL_SL_G2", "MTL_SL_G2",
"固源岩", "固源岩",
"MATERIAL", "MATERIAL",
100032 100035
], ],
"30013": [ "30013": [
"30013", "30013",
"MTL_SL_G3", "MTL_SL_G3",
"固源岩组", "固源岩组",
"MATERIAL", "MATERIAL",
100031 100034
], ],
"30014": [ "30014": [
"30014", "30014",
"MTL_SL_G4", "MTL_SL_G4",
"提纯源岩", "提纯源岩",
"MATERIAL", "MATERIAL",
100030 100033
], ],
"30103": [ "30103": [
"30103", "30103",
"MTL_SL_RMA7012", "MTL_SL_RMA7012",
"RMA70-12", "RMA70-12",
"MATERIAL", "MATERIAL",
100029 100032
], ],
"30104": [ "30104": [
"30104", "30104",
"MTL_SL_RMA7024", "MTL_SL_RMA7024",
"RMA70-24", "RMA70-24",
"MATERIAL", "MATERIAL",
100028 100031
], ],
"30093": [ "30093": [
"30093", "30093",
"MTL_SL_PG1", "MTL_SL_PG1",
"研磨石", "研磨石",
"MATERIAL", "MATERIAL",
100027 100030
], ],
"30094": [ "30094": [
"30094", "30094",
"MTL_SL_PG2", "MTL_SL_PG2",
"五水研磨石", "五水研磨石",
"MATERIAL", "MATERIAL",
100026 100029
], ],
"30083": [ "30083": [
"30083", "30083",
"MTL_SL_MANGANESE1", "MTL_SL_MANGANESE1",
"轻锰矿", "轻锰矿",
"MATERIAL", "MATERIAL",
100025 100028
], ],
"30084": [ "30084": [
"30084", "30084",
"MTL_SL_MANGANESE2", "MTL_SL_MANGANESE2",
"三水锰矿", "三水锰矿",
"MATERIAL", "MATERIAL",
100024 100027
], ],
"30073": [ "30073": [
"30073", "30073",
"MTL_SL_ALCOHOL1", "MTL_SL_ALCOHOL1",
"扭转醇", "扭转醇",
"MATERIAL", "MATERIAL",
100023 100026
], ],
"30074": [ "30074": [
"30074", "30074",
"MTL_SL_ALCOHOL2", "MTL_SL_ALCOHOL2",
"白马醇", "白马醇",
"MATERIAL", "MATERIAL",
100022 100025
], ],
"31013": [ "31013": [
"31013", "31013",
"MTL_SL_PGEL3", "MTL_SL_PGEL3",
"凝胶", "凝胶",
"MATERIAL", "MATERIAL",
100021 100024
], ],
"31014": [ "31014": [
"31014", "31014",
"MTL_SL_PGEL4", "MTL_SL_PGEL4",
"聚合凝胶", "聚合凝胶",
"MATERIAL", "MATERIAL",
100020 100023
], ],
"31023": [ "31023": [
"31023", "31023",
"MTL_SL_IAM3", "MTL_SL_IAM3",
"炽合金", "炽合金",
"MATERIAL", "MATERIAL",
100019 100022
], ],
"31024": [ "31024": [
"31024", "31024",
"MTL_SL_IAM4", "MTL_SL_IAM4",
"炽合金块", "炽合金块",
"MATERIAL", "MATERIAL",
100018 100021
], ],
"31033": [ "31033": [
"31033", "31033",
"MTL_SL_OC3", "MTL_SL_OC3",
"晶体元件", "晶体元件",
"MATERIAL", "MATERIAL",
100017 100020
], ],
"31034": [ "31034": [
"31034", "31034",
"MTL_SL_OC4", "MTL_SL_OC4",
"晶体电路", "晶体电路",
"MATERIAL", "MATERIAL",
100016 100019
], ],
"31043": [ "31043": [
"31043", "31043",
"MTL_SL_SS", "MTL_SL_SS",
"半自然溶剂", "半自然溶剂",
"MATERIAL", "MATERIAL",
100015 100018
], ],
"31044": [ "31044": [
"31044", "31044",
"MTL_SL_RS", "MTL_SL_RS",
"精炼溶剂", "精炼溶剂",
"MATERIAL", "MATERIAL",
100014 100017
], ],
"31053": [ "31053": [
"31053", "31053",
"MTL_SL_CCF", "MTL_SL_CCF",
"化合切削液", "化合切削液",
"MATERIAL", "MATERIAL",
100013 100016
], ],
"31054": [ "31054": [
"31054", "31054",
"MTL_SL_PLCF", "MTL_SL_PLCF",
"切削原液", "切削原液",
"MATERIAL", "MATERIAL",
100012 100015
], ],
"31063": [ "31063": [
"31063", "31063",
"MTL_SL_ZY", "MTL_SL_ZY",
"转质盐组", "转质盐组",
"MATERIAL", "MATERIAL",
100011 100014
], ],
"31064": [ "31064": [
"31064", "31064",
"MTL_SL_ZYK", "MTL_SL_ZYK",
"转质盐聚块", "转质盐聚块",
"MATERIAL", "MATERIAL",
100010 100013
], ],
"31073": [ "31073": [
"31073", "31073",
"MTL_SL_XW", "MTL_SL_XW",
"褐素纤维", "褐素纤维",
"MATERIAL", "MATERIAL",
100009 100012
], ],
"31074": [ "31074": [
"31074", "31074",
"MTL_SL_XWB", "MTL_SL_XWB",
"固化纤维板", "固化纤维板",
"MATERIAL", "MATERIAL",
100008 100011
], ],
"31083": [ "31083": [
"31083", "31083",
"MTL_SL_HT", "MTL_SL_HT",
"环烃聚质", "环烃聚质",
"MATERIAL", "MATERIAL",
100007 100010
], ],
"31084": [ "31084": [
"31084", "31084",
"MTL_SL_HTT", "MTL_SL_HTT",
"环烃预制体", "环烃预制体",
"MATERIAL", "MATERIAL",
100006 100009
], ],
"30115": [ "30115": [
"30115", "30115",
"MTL_SL_PP", "MTL_SL_PP",
"聚合剂", "聚合剂",
"MATERIAL", "MATERIAL",
100005 100006
], ],
"30125": [ "30125": [
"30125", "30125",
"MTL_SL_BN", "MTL_SL_BN",
"双极纳米片", "双极纳米片",
"MATERIAL", "MATERIAL",
100004 100005
], ],
"30135": [ "30135": [
"30135", "30135",
"MTL_SL_DS", "MTL_SL_DS",
"D32钢", "D32钢",
"MATERIAL", "MATERIAL",
100003 100004
], ],
"30145": [ "30145": [
"30145", "30145",
"MTL_SL_OEU", "MTL_SL_OEU",
"晶体电子单元", "晶体电子单元",
"MATERIAL", "MATERIAL",
100002 100003
], ],
"30155": [ "30155": [
"30155", "30155",
"MTL_SL_SHJ", "MTL_SL_SHJ",
"烧结核凝晶", "烧结核凝晶",
"MATERIAL", "MATERIAL",
100001 100002
], ],
"3105": [ "3105": [
"3105", "3105",

BIN
mower/static/CONSUME.pkl (Stored with Git LFS)

Binary file not shown.

BIN
mower/static/MATERIAL.pkl (Stored with Git LFS)

Binary file not shown.

BIN
mower/static/avatar.pkl (Stored with Git LFS)

Binary file not shown.

BIN
mower/static/avatar_skill/Mon3tr/1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/avatar_skill/Mon3tr/2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/avatar_skill/Mon3tr/3.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/avatar_skill/阿兰娜/1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/avatar_skill/阿兰娜/2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/avatar_skill/骋风/1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/avatar_skill/骋风/2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
mower/static/operator_room.model (Stored with Git LFS)

Binary file not shown.

BIN
mower/static/portrait.pkl (Stored with Git LFS)

Binary file not shown.

BIN
mower/static/recruit_result.pkl (Stored with Git LFS)

Binary file not shown.

BIN
ui/public/avatar/Mon3tr.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ui/public/avatar/阿兰娜.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ui/public/avatar/骋风.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ui/public/depot/罗德岛物资补给VIII.webp (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -598,7 +598,7 @@
"cc_c_skill": { "cc_c_skill": {
"termId": "cc.c.skill", "termId": "cc.c.skill",
"termName": "部分技能", "termName": "部分技能",
"description": "包含以下技能\n左膀右臂、S.W.E.E.P.、零食网络、清理协议、替身、必要责任、护卫、小小的领袖、独善其身、笑靥如春、金盏花诗会、捍卫之道", "description": "包含以下技能\n左膀右臂、S.W.E.E.P.、零食网络、清理协议、替身、必要责任、护卫、小小的领袖、独善其身、笑靥如春、金盏花诗会、捍卫之道、博识生手",
"buffer": [] "buffer": []
}, },
"cc_t_strong2": { "cc_t_strong2": {

File diff suppressed because it is too large Load diff