mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-04 02:37:12 +08:00
feat(武器): 调整链式机枪属性和位置
- 修改链式机枪的伤害范围和攻击力 - 调整子弹纹理位置和缩放比例 - 为武器添加商店属性 - 修复武器移动时的空指针问题 - 更新公鸡角色的初始武器配置
This commit is contained in:
@@ -9,9 +9,11 @@ script = ExtResource("2_ponmu")
|
||||
avatarTexture = ExtResource("2_ghn43")
|
||||
displayName = "链式机枪"
|
||||
costBeachball = 400
|
||||
store = {
|
||||
"atk": 5
|
||||
}
|
||||
needEnergy = 1.0
|
||||
cooldown = 66.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_ghn43")
|
||||
@@ -26,4 +28,4 @@ text = "400"
|
||||
displayName = "链式机枪"
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]造成[color=cyan]10[/color]→[color=yellow]7[/color]点伤害。[/center]"
|
||||
text = "[center]造成[color=cyan]5[/color]→[color=yellow]12[/color]点伤害。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user