穿刺和易伤为100% 暴击和风怒为概率

This commit is contained in:
2025-07-01 17:15:08 +08:00
parent 9b5c2f8fc8
commit bdb0ca5bb1
7 changed files with 170 additions and 47 deletions

View File

@@ -86,7 +86,7 @@ export const EquipInfo: { [key: number]: EquipData } = {
],
buff: [
{ type: BuffAttr.ATK, value: 80, target: EquipAttrTarget.HERO },
{ type: BuffAttr.ATK_COUNT, value: 30, target: EquipAttrTarget.HERO },
{ type: BuffAttr.WFUNY, value: 30, target: EquipAttrTarget.HERO },
],
},
@@ -103,7 +103,7 @@ export const EquipInfo: { [key: number]: EquipData } = {
],
buff: [
{ type: BuffAttr.ATK_CD, value: 30, target: EquipAttrTarget.HERO },
{ type: BuffAttr.ATK_COUNT, value: 30, target: EquipAttrTarget.HERO },
{ type: BuffAttr.WFUNY, value: 30, target: EquipAttrTarget.HERO },
],
},
2003: {uuid: 2003,name: "新手剑3",type: EquipType.WEAPON,quality: Quality.WHITE,info:"攻击次数增加1次",
@@ -118,7 +118,7 @@ export const EquipInfo: { [key: number]: EquipData } = {
{special_attr:EquipSpecialAttr.ATK_ADD_MASTER_HP,special_attr_value:3},
],
buff: [
{ type: BuffAttr.ATK_COUNT, value: 1, target: EquipAttrTarget.HERO },
{ type: BuffAttr.WFUNY, value: 1, target: EquipAttrTarget.HERO },
{ type: BuffAttr.HP, value: 30, target: EquipAttrTarget.HERO },
],
},