mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-06 19:57:12 +08:00
feat(武器): 增强HXD武器的攻击力和改进描述文本颜色
将HXD武器的攻击力加成从1倍提升至3倍,并优化描述文本中关键数值的颜色标记,提高可读性
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
extends Weapon
|
||||
|
||||
func update(to: int, origin: Dictionary, _entity: EntityBase):
|
||||
origin["atk"] += 1 * to * soulLevel
|
||||
origin["atk"] += 3 * to * soulLevel
|
||||
origin["count"] *= soulLevel
|
||||
return origin
|
||||
func attack(entity: EntityBase):
|
||||
|
||||
Reference in New Issue
Block a user