mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(Weapons): 调整武器冷却时间配置
将LGBT武器的冷却时间从500ms增加到1000ms以平衡游戏性 为VectorStar武器添加500ms的冷却时间配置
This commit is contained in:
@@ -27,8 +27,7 @@ storeType = {
|
||||
}
|
||||
descriptionTemplate = "每$angle发射1/$count条以$power效率追踪$trace秒的飞星,造成$atk点伤害。"
|
||||
needEnergy = 30.0
|
||||
cooldown = 500.0
|
||||
debugRebuild = true
|
||||
cooldown = 1000.0
|
||||
|
||||
[node name="attack" parent="sounds" index="0"]
|
||||
stream = ExtResource("4_c5xse")
|
||||
|
||||
@@ -23,6 +23,7 @@ storeType = {
|
||||
}
|
||||
descriptionTemplate = "发射$mincount~$maxcount个[b]无主[/b]的矢量星,在$forwardtime秒后向目标冲刺并造成$atk点伤害。"
|
||||
needEnergy = 25.0
|
||||
cooldown = 500.0
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("3_wfty8")
|
||||
|
||||
Reference in New Issue
Block a user