1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-03 18:27:13 +08:00

refactor: 调整游戏配置和资源

更新多个游戏组件的配置参数和资源引用:
1. 修改武器树的攻击速率和调试标记
2. 调整伤害标签的生成偏移量
3. 更新波次数据和初始波次设置
4. 替换Kernyr角色的贴图并调整碰撞体大小
5. 修改阳毅导弹的显示名称
This commit is contained in:
2026-03-28 10:40:59 +08:00
parent 0a3dbd64ef
commit cedb79faf3
5 changed files with 12 additions and 9 deletions
+2 -1
View File
@@ -16,7 +16,7 @@ store = {
"atk": 20,
"count": 1.0,
"max": 3.0,
"rate": 1.0
"rate": 0.25
}
storeType = {
"atk": 1,
@@ -35,6 +35,7 @@ descriptionTemplate = "进行[b]格挡[/b],化解飞来的子弹。
乾坤剑造成的伤害+$atk点。
格挡时机越精确,成功率越高。"
cooldown = 250.0
debugRebuild = true
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("3_nwamk")