1
1
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:
2026-02-02 16:29:56 +08:00
parent a20bc187be
commit 22133141bf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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):