1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-07 20:27:13 +08:00

feat(武器): 调整核弹武器属性和角色配置

增加核弹的基础攻击力和范围,降低能量消耗但增加冷却时间
更新公鸡角色的武器配置,将核弹作为默认武器
This commit is contained in:
2025-09-30 17:01:44 +08:00
parent 0ab1309271
commit e912a58969
3 changed files with 14 additions and 10 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
extends Weapon
func update(to: int, origin: Dictionary, _entity: EntityBase):
origin["atk"] += 25 * to * soulLevel
origin["radius"] += 20 * to * soulLevel
origin["atk"] += 50 * to * soulLevel
origin["radius"] += 15 * to * soulLevel
return origin
func attack(entity: EntityBase):
var weaponPos = entity.findWeaponAnchor("normal")