mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:霞落星殿冰伤加成
This commit is contained in:
parent
2792a184b6
commit
e307554fba
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const weapon_ability = (equipment, base_detail, bonus_detail) => {
|
|||
bonus_detail['CriticalDamageBase'] = CriticalDamageBase + weapon_effect[equipment.id]['Param']['CriticalDamageBase'][equipment.star - 1];
|
||||
|
||||
let IceDmgAdd = _.get(bonus_detail, 'Ice_DmgAdd', 0);
|
||||
bonus_detail['Ice_DmgAdd'] = IceDmgAdd + weapon_effect[equipment.id]['Param']['IceDmgAdd'][equipment.star - 1];
|
||||
bonus_detail['Ice_DmgAdd'] = IceDmgAdd + weapon_effect[equipment.id]['Param']['IceDmgAdd'][equipment.star - 1] * 2;
|
||||
break;
|
||||
}
|
||||
case 14119:{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue