1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-25 04:52:29 +08:00

fix(武器平衡): 调整草方块菌落的攻击力和冷却时间

将草方块菌落的攻击加成从3倍降低到1倍,基础伤害从200降低到100,冷却时间从2000ms缩短到1000ms。同时将公鸡角色的武器配置从氧气发生器替换为紫水晶。
This commit is contained in:
2026-01-28 17:31:52 +08:00
parent 3698127345
commit df661d38e5
3 changed files with 8 additions and 9 deletions
+3 -3
View File
@@ -11,11 +11,11 @@ displayName = "草方块菌落"
typeTopic = 4
costBeachball = 10
store = {
"atk": 200
"atk": 100
}
descriptionTemplate = "分泌一堵[b]肽聚墙[/b],可抵挡$atk点伤害,敌人更有可能瞄准你。"
needEnergy = 35.0
cooldown = 2000.0
cooldown = 1000.0
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_kh4xg")
@@ -31,4 +31,4 @@ displayName = "草方块菌落"
typeTopic = 4
[node name="description" parent="container" index="2"]
text = "[center]分泌一堵[b]肽聚墙[/b],可抵挡[color=cyan]10[/color]点伤害,敌人更有可能瞄准你。[/center]"
text = "[center]分泌一堵[b]肽聚墙[/b],可抵挡[color=cyan]200[/color]点伤害,敌人更有可能瞄准你。[/center]"