1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-02 00:02:13 +08:00

refactor(武器系统): 移除武器能量消耗并调整数值显示

- 从多个武器脚本中移除needEnergy变量
- 更新武器描述中的数值变化显示
- 删除不再使用的Arrow7武器相关文件
- 为部分武器添加costBeachball属性
This commit is contained in:
2025-09-20 17:36:00 +08:00
parent 2aafafefe3
commit 8b5813fb95
9 changed files with 5 additions and 54 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ avatarTexture = ExtResource("2_qe8gb")
displayName = "湮灭激光"
quality = 2
typeTopic = 1
costBeachball = 300
store = {
"atk": 40,
"time": 0.1
@@ -38,4 +39,4 @@ quality = 2
typeTopic = 1
[node name="description" parent="container" index="2"]
text = "[center]每[color=cyan]0.10[/color]秒造成[color=cyan]40[/color]点伤害。[/center]"
text = "[center]每[color=cyan]0.10[/color]→[color=yellow]0.10[/color]秒造成[color=cyan]40[/color]→[color=yellow]45[/color]点伤害。[/center]"