mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(Weapons/Volcano): 将冷却时间从6000ms调整为5000ms
调整火山武器的冷却时间以平衡游戏体验
This commit is contained in:
@@ -24,7 +24,7 @@ storeType = {
|
||||
"rotate": 3
|
||||
}
|
||||
descriptionTemplate = "召唤$count支[b]火山[/b],以$rotate的速度旋转,接触时造成$atk点伤害,在$life秒后停止。"
|
||||
cooldown = 6000.0
|
||||
cooldown = 5000.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
|
||||
Reference in New Issue
Block a user