1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-24 20:42:30 +08:00

fix(游戏平衡): 调整武器和掉落物品的数值平衡

- 修改链式机枪的攻击力从10降至3,能量消耗从0.3提升至1.0
- 增加物品掉落数量上限系数从2改为3
- 将公鸡角色的武器从VectorStar替换为ChainGun
This commit is contained in:
2026-01-17 12:16:30 +08:00
parent 1913f5d844
commit d3ac495ddb
3 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_e5pl8"]
[ext_resource type="Script" uid="uid://cthtupc6dtbav" path="res://scripts/Contents/Characters/Rooster.gd" id="2_oqdqd"]
[ext_resource type="PackedScene" uid="uid://bb1uh8k7gkhr7" path="res://components/Weapons/VectorStar.tscn" id="3_s7kxe"]
[ext_resource type="PackedScene" uid="uid://dlaks67h2osms" path="res://components/Weapons/ChainGun.tscn" id="3_s7kxe"]
[ext_resource type="AudioStream" uid="uid://cdrevrq7n6yqa" path="res://resources/sounds/effect/Boing.mp3" id="4_66s6c"]
[ext_resource type="AudioStream" uid="uid://benyec5bqni0b" path="res://resources/sounds/effect/Chomp.wav" id="4_k0yme"]
[ext_resource type="AudioStream" uid="uid://dmxh3bpk8vyy5" path="res://resources/sounds/effect/Coin.mp3" id="5_xnbhq"]
@@ -54,7 +54,7 @@ metadata/_edit_vertical_guides_ = [71.0]
[node name="weaponStore" parent="." index="1"]
process_mode = 4
[node name="VectorStar" parent="weaponStore" index="0" instance=ExtResource("3_s7kxe")]
[node name="ChainGun" parent="weaponStore" index="0" instance=ExtResource("3_s7kxe")]
[node name="sprint" parent="sounds" index="0"]
stream = ExtResource("4_66s6c")