mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-27 14:02:29 +08:00
fix(武器): 调整武器能量消耗和属性参数
- 将VectorStar的能量消耗从20调整为25 - 将LGBT的能量消耗从50降低到30,同时提高power属性从0.15到0.2 - 移除两个武器的debugRebuild调试标记
This commit is contained in:
@@ -15,7 +15,7 @@ store = {
|
||||
"angle": 30.0,
|
||||
"atk": 20.0,
|
||||
"count": 7.0,
|
||||
"power": 0.15,
|
||||
"power": 0.2,
|
||||
"trace": 2.0
|
||||
}
|
||||
storeType = {
|
||||
@@ -26,9 +26,8 @@ storeType = {
|
||||
"trace": 0.0
|
||||
}
|
||||
descriptionTemplate = "发射$count条,每条间分隔$angle,可追踪$trace秒,效率为$power的带状彩虹,每条造成$atk点伤害。"
|
||||
needEnergy = 50.0
|
||||
needEnergy = 30.0
|
||||
cooldown = 500.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="attack" parent="sounds" index="0"]
|
||||
stream = ExtResource("4_c5xse")
|
||||
|
||||
@@ -22,8 +22,7 @@ storeType = {
|
||||
"mincount": 1.0
|
||||
}
|
||||
descriptionTemplate = "发射$mincount~$maxcount个[b]无主[/b]的矢量星,在$forwardtime秒后向目标冲刺并造成$atk点伤害。"
|
||||
needEnergy = 20.0
|
||||
debugRebuild = true
|
||||
needEnergy = 25.0
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("3_wfty8")
|
||||
|
||||
Reference in New Issue
Block a user