From 6081513de53913fa4f6310c3dcae5076765c9f13 Mon Sep 17 00:00:00 2001 From: UCPr <2032385471@qq.com> Date: Fri, 28 Mar 2025 13:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=87=AF=E6=92=92=E8=AF=84?= =?UTF-8?q?=E5=88=86=E6=9D=83=E9=87=8D=EF=BC=9Bfix=EF=BC=9A=E6=97=A0?= =?UTF-8?q?=E8=AF=84=E5=88=86=E6=95=B0=E6=8D=AE=E6=97=B6=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/avatar.js | 2 +- resources/map/EquipScore.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/model/avatar.js b/model/avatar.js index 8eb41fa..816f818 100644 --- a/model/avatar.js +++ b/model/avatar.js @@ -436,7 +436,7 @@ export class ZZZAvatarInfo { /** 面板属性label效果 */ get_label(propID) { - const base = this.scoreWeight[propID]; + const base = this.scoreWeight?.[propID]; if (!base) return ''; return base === 1 ? 'yellow' : base >= 0.75 ? 'blue' : diff --git a/resources/map/EquipScore.json b/resources/map/EquipScore.json index 5219cfa..951c8d5 100644 --- a/resources/map/EquipScore.json +++ b/resources/map/EquipScore.json @@ -71,6 +71,20 @@ "异常掌控": 0, "物理属性伤害提高": 1 }, + "凯撒": { + "生命值百分比": 0, + "攻击力百分比": 0.75, + "防御力百分比": 0, + "冲击力": 1, + "暴击率": 1, + "暴击伤害": 1, + "穿透率": 0.75, + "穿透值": 0.25, + "能量回复": 0.5, + "异常精通": 0, + "异常掌控": 0, + "物理属性伤害提高": 1 + }, "比利": { "生命值百分比": 0, "攻击力百分比": 0.75,