mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-09 21:27:13 +08:00
feat(武器): 调整HXD武器的属性和攻击逻辑
- 将子弹的生命周期从5000ms缩短至2500ms - 提升攻击力加成系数从1.5调整为2 - 增加子弹数量加成从2调整为3 - 修改攻击循环使用count而非atk值
This commit is contained in:
@@ -41,7 +41,7 @@ script = ExtResource("2_4lnkm")
|
||||
displayName = "茴香豆"
|
||||
penerate = 1.0
|
||||
penerateDamageReduction = 0.04
|
||||
lifeTime = 5000.0
|
||||
lifeTime = 2500.0
|
||||
|
||||
[node name="texture" parent="." index="0"]
|
||||
scale = Vector2(0.2, 0.2)
|
||||
|
||||
Reference in New Issue
Block a user