增加银狼的评分规则

This commit is contained in:
Kokomi 2023-06-10 09:25:44 +08:00
parent c2437d2c17
commit b5346feeff
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const HomoData = {
}
tmp.attrIds.push([s.affixId, s.cnt, s.step || 0].join(','))
})
ret[ds.Type] = tmp
ret[ds.type] = tmp
})
return ret
}

View File

@ -3,6 +3,7 @@
* 如character/${name}/artis.js下有角色自定义规则优先使用自定义
*/
export const usefulAttr = {
银狼: { hp: 0, atk: 75, def: 0, speed: 100, cpct: 100, cdmg: 100, stance: 0, heal: 0, recharge: 75, effPct: 100, effDef: 0, dmg: 100 },
景元: { hp: 0, atk: 75, def: 0, speed: 100, cpct: 100, cdmg: 100, stance: 0, heal: 0, recharge: 50, effPct: 0, effDef: 0, dmg: 100 },
希儿: { hp: 0, atk: 75, def: 0, speed: 100, cpct: 100, cdmg: 100, stance: 0, heal: 0, recharge: 50, effPct: 0, effDef: 0, dmg: 100 },
布洛妮娅: { hp: 0, atk: 75, def: 0, speed: 100, cpct: 75, cdmg: 100, stance: 0, heal: 0, recharge: 100, effPct: 0, effDef: 0, dmg: 100 },