1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(战斗系统): 添加内伤机制和爆炸类型子弹

为子弹系统添加新的爆炸类型(MotionType.EXPLOSION)
实现内伤机制,包括内伤子弹和相关逻辑
修改多个子弹场景以使用爆炸类型
调整格挡系统,增加内伤效果
更新武器描述和角色配置
This commit is contained in:
2026-05-09 19:43:44 +08:00
parent a6448813b8
commit 8b14e36031
16 changed files with 138 additions and 57 deletions
+7 -3
View File
@@ -28,7 +28,9 @@ descriptionTemplate = "消耗[color=yellow]3[/color]层气力,挥出[b]无为
每失去[color=yellow]1[/color]点生命值,伤害+$rate1
无量反击可化解路径上的一切伤害,
每化解[color=yellow]1[/color]点伤害,基础伤害*$rate2。"
每化解[color=yellow]1[/color]点伤害
斩击的伤害*$rate2
敌人产生[color=yellow]1[/color]点内伤。"
sources = Array[String](["Nine Sols"])
tease = "天机不可泄露"
needEnergy = 40.0
@@ -55,13 +57,15 @@ typeTopic = 1
text = "Nine Sols"
[node name="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
text = "[center]消耗[color=yellow]3[/color]层气力,挥出[b]无为之剑[/b],
text = "消耗[color=yellow]3[/color]层气力,挥出[b]无为之剑[/b],
蓄力一段时间后,发动[b]无量反击[/b],
造成[color=cyan]20[/color]点基础伤害。
每失去[color=yellow]1[/color]点生命值,伤害+[color=cyan]5.0%[/color]
无量反击可化解路径上的一切伤害,
每化解[color=yellow]1[/color]点伤害,基础伤害*[color=cyan]105.0%[/color]。[/center]"
每化解[color=yellow]1[/color]点伤害
斩击的伤害*[color=cyan]105.0%[/color]
敌人产生[color=yellow]1[/color]点内伤。"
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
visible = true
-1
View File
@@ -68,7 +68,6 @@ descriptionTemplate = "进行[b]格挡[/b],化解敌人的攻击。
sources = Array[String](["Nine Sols", "Terraria"])
tease = "卸劲反伤"
cooldown = 250.0
debugRebuild = true
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
texture = ExtResource("3_nwamk")