1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-12 14:47:13 +08:00

feat(武器): 调整多个武器的能量消耗和属性数值

- 降低LGBT武器的能量需求从50到25,并添加沙滩球信息
- 为Meowmere武器添加1.0能量需求并调整伤害数值
- 降低VectorStar武器的能量需求从10到5并移除调试标记
- 调整ChainGun武器的攻击力和分裂间隔,能量需求从1改为2
This commit is contained in:
2025-09-30 17:53:29 +08:00
parent a6ab15618c
commit bc3368f25f
4 changed files with 12 additions and 10 deletions
+4 -5
View File
@@ -10,9 +10,9 @@ avatarTexture = ExtResource("2_ghn43")
displayName = "链式机枪"
costBeachball = 400
store = {
"atk": 7,
"atk": 10,
"count": 1,
"split": 20
"split": 30
}
storeType = {
"atk": 1,
@@ -20,9 +20,8 @@ storeType = {
"split": 1
}
descriptionTemplate = "以$split单位的间隔发射$count个[b]微型水晶[/b],可造成$atk点伤害。"
needEnergy = 1.0
needEnergy = 2.0
cooldown = 50.0
debugRebuild = true
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ghn43")
@@ -37,4 +36,4 @@ text = "400"
displayName = "链式机枪"
[node name="description" parent="container" index="2"]
text = "[center]以[color=cyan]20[/color]→[color=yellow]0[/color]单位的间隔发射[color=cyan]1[/color]→[color=yellow]1[/color]个[b]微型水晶[/b],可造成[color=cyan]7[/color]→[color=yellow]9[/color]点伤害。[/center]"
text = "[center]以[color=cyan]30[/color]→[color=yellow]28[/color]单位的间隔发射[color=cyan]1[/color]→[color=yellow]1[/color]个[b]微型水晶[/b],可造成[color=cyan]10[/color]→[color=yellow]12[/color]点伤害。[/center]"