mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-11 22:27:12 +08:00
fix(武器): 调整茴香豆武器参数和逻辑
修改茴香豆武器的散射角度从20°降低到4° 将反弹伤害减免从20%降低到4% 调整反弹次数不计入概率从20%改为25% 添加count属性并关联soulLevel 移除随机纹理影响反弹次数的逻辑 更新武器描述文本以匹配新参数
This commit is contained in:
@@ -40,7 +40,7 @@ size = Vector2(32, 20)
|
||||
script = ExtResource("2_4lnkm")
|
||||
displayName = "茴香豆"
|
||||
penerate = 1.0
|
||||
penerateDamageReduction = 0.2
|
||||
penerateDamageReduction = 0.04
|
||||
lifeTime = 5000.0
|
||||
|
||||
[node name="texture" parent="." index="0"]
|
||||
|
||||
Reference in New Issue
Block a user