mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-12 13:02:53 +08:00
fix(武器): 调整武器能量消耗和属性参数
- 将VectorStar的能量消耗从20调整为25 - 将LGBT的能量消耗从50降低到30,同时提高power属性从0.15到0.2 - 移除两个武器的debugRebuild调试标记
This commit is contained in:
@@ -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