1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-11 20:42:55 +08:00

feat(武器): 调整多个武器的数值和显示属性

更新多个武器的伤害值、能量消耗、冷却时间等数值平衡
修复武器描述文本中的错误并统一显示格式
为部分武器添加缺失的tease文本和可见性设置
优化武器配置文件的调试标记和能量显示
This commit is contained in:
2026-05-08 18:54:31 +08:00
parent 1eb05ca758
commit 6f8b2fec90
19 changed files with 111 additions and 73 deletions
+7 -2
View File
@@ -21,13 +21,17 @@ descriptionTemplate = "发射[b]齿轮[/b],在飞行一定距离后回旋。
齿轮的伤害频率与转速成正比。
锋利度:$atk,初始转速:$rotate
齿轮的转速随时间逐渐降低。"
tease = "马后炮令人措手不及"
tease = "马后炮令人措手不及"
needEnergy = 4.0
cooldown = 1000.0
debugRebuild = true
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
texture = ExtResource("2_qs30c")
[node name="energy" parent="container/info/infos/energyInfo" parent_id_path=PackedInt32Array(644675021) index="1" unique_id=1664028115]
text = "4.0"
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
displayName = "齿轮回旋镖"
quality = 3
@@ -39,4 +43,5 @@ text = "[center]发射[b]齿轮[/b],在飞行一定距离后回旋。
齿轮的转速随时间逐渐降低。[/center]"
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
text = "“马后炮最令人措手不及”"
visible = true
text = "“马后炮令人措手不及”"