1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-10 13:47:12 +08:00

fix(武器平衡): 调整道教石像和无为之剑的数值

降低道教石像的攻击加成和rate2加成
提高道教石像的基础攻击力
为无为之剑添加rate2属性并实现伤害计算
更新相关描述文本
This commit is contained in:
2026-05-08 16:31:11 +08:00
parent 32a0f43bfa
commit 2563dc8c81
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ func shoot():
):
if bullet is InfinitySwordBullet:
bullet.baseDamage = baseDamage
bullet.rate2 = rate2
func beReady():
canMove = false
EffectController.create(ComponentManager.getEffect("Danger"), findAnchor("Spawn")).shot()