mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-26 21:42:29 +08:00
feat(武器系统): 重构链式机枪并添加新武器
- 修改链式机枪的子弹生成逻辑,使用新的锚点系统 - 调整武器属性包括伤害值、冷却时间和能量消耗 - 为公鸡角色添加蘑菇镐和核弹两种新武器 - 优化公鸡角色的攻击输入检测逻辑
This commit is contained in:
@@ -9,10 +9,9 @@ script = ExtResource("2_ponmu")
|
||||
avatarTexture = ExtResource("2_ghn43")
|
||||
displayName = "链式机枪"
|
||||
costBeachball = 400
|
||||
store = {
|
||||
"atk": 2
|
||||
}
|
||||
cooldown = 50.0
|
||||
needEnergy = 1.0
|
||||
cooldown = 66.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_ghn43")
|
||||
@@ -27,4 +26,4 @@ text = "400"
|
||||
displayName = "链式机枪"
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]造成[color=cyan]2[/color]→[color=yellow]3[/color]点伤害。[/center]"
|
||||
text = "[center]造成[color=cyan]10[/color]→[color=yellow]7[/color]点伤害。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user