mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-09 19:42:54 +08:00
feat(战斗系统): 调整内伤机制和UI
修改子弹碰撞时生成内伤球的数量从1个增加到2个 更新武器描述文本,明确内伤转移机制 调整格挡对不同攻击类型的内伤效果 为武器UI添加升华按钮
This commit is contained in:
@@ -30,7 +30,8 @@ descriptionTemplate = "消耗[color=yellow]3[/color]层气力,挥出[b]无为
|
||||
无量反击可化解路径上的一切伤害,
|
||||
每化解[color=yellow]1[/color]点伤害:
|
||||
斩击的伤害*$rate2,
|
||||
敌人产生[color=yellow]1[/color]点内伤。"
|
||||
敌人产生[color=yellow]1[/color]枚内伤,
|
||||
将自身的[color=yellow]1[/color]枚内伤转移给敌人。"
|
||||
sources = Array[String](["Nine Sols"])
|
||||
tease = "天机不可泄露"
|
||||
needEnergy = 40.0
|
||||
@@ -39,6 +40,9 @@ cooldown = 4000.0
|
||||
[node name="attack" parent="sounds" parent_id_path=PackedInt32Array(1775425991) index="0" unique_id=853583292]
|
||||
stream = ExtResource("4_y3oaj")
|
||||
|
||||
[node name="sublimateBtn" parent="container/wrapper" parent_id_path=PackedInt32Array(673686123) index="3" unique_id=390423731]
|
||||
toggle_mode = true
|
||||
|
||||
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
||||
texture = ExtResource("2_gx1sf")
|
||||
|
||||
@@ -66,6 +70,6 @@ text = "消耗[color=yellow]3[/color]层气力,挥出[b]无为之剑[/b],
|
||||
斩击的伤害*[color=cyan]105.0%[/color],
|
||||
敌人产生[color=yellow]1[/color]点内伤。"
|
||||
|
||||
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
|
||||
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="4" unique_id=689277044]
|
||||
visible = true
|
||||
text = "“天机不可泄露”"
|
||||
|
||||
Reference in New Issue
Block a user