mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-26 21:42:29 +08:00
feat(武器): 调整武器属性和描述
修改武器升级消耗参数,更新LGBT和VectorStar武器的显示名称和描述文本,优化物品掉落数量计算逻辑
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
[node name="VectorStar" instance=ExtResource("1_tmgup")]
|
||||
script = ExtResource("2_1dfg4")
|
||||
avatarTexture = ExtResource("3_wfty8")
|
||||
displayName = "星辰核心"
|
||||
displayName = "矢量核心"
|
||||
quality = 2
|
||||
store = {
|
||||
"atk": 7,
|
||||
@@ -21,19 +21,20 @@ storeType = {
|
||||
"maxcount": 1.0,
|
||||
"mincount": 1.0
|
||||
}
|
||||
descriptionTemplate = "发射$mincount~$maxcount个[b]无主[/b]的矢量星,在$forwardtime秒后向目标冲刺并造成$atk点伤害。"
|
||||
descriptionTemplate = "发射$mincount~$maxcount个[b]无主的飞星[/b],在$forwardtime秒后向目标冲刺并造成$atk点伤害。"
|
||||
needEnergy = 25.0
|
||||
cooldown = 500.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("3_wfty8")
|
||||
|
||||
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
|
||||
text = "10.0"
|
||||
text = "25.0"
|
||||
|
||||
[node name="name" parent="container/info" index="2"]
|
||||
displayName = "星辰核心"
|
||||
displayName = "矢量核心"
|
||||
quality = 2
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]发射[color=cyan]5[/color]~[color=cyan]10[/color]个[b]无主[/b]的矢量星,在[color=cyan]0.75[/color]秒后向目标冲刺并造成[color=cyan]7[/color]点伤害。[/center]"
|
||||
text = "[center]发射[color=cyan]5[/color]~[color=cyan]10[/color]个[b]无主的飞星[/b],在[color=cyan]0.75[/color]秒后向目标冲刺并造成[color=cyan]7[/color]点伤害。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user