mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -41,7 +41,7 @@ export default class GPetAttribute extends GAttributeBase{
|
||||
if(!baseAttribute[attr.sign] || !grow[attr.sign]) return;
|
||||
|
||||
//计算 累加 ((base * value) * level)
|
||||
this.attributes[attr.id] += (baseAttribute[attr.sign] * grow[attr.sign]) * level;
|
||||
this.attributes[attr.id] = (baseAttribute[attr.sign] * grow[attr.sign]) * level;
|
||||
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user