mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix: 调整角色掉落物品数量范围
修改小鸡、酷可mc和熊谷凌角色的掉落物品数量范围,平衡游戏难度
This commit is contained in:
@@ -144,7 +144,7 @@ alpha_curve = SubResource("CurveTexture_8q862")
|
||||
script = ExtResource("2_kh2af")
|
||||
displayName = "熊谷凌"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(50, 100), Vector2(70, 140), Vector2(4, 10)])
|
||||
dropCounts = Array[Vector2]([Vector2(50, 100), Vector2(70, 140), Vector2(2, 4)])
|
||||
metadata/_edit_vertical_guides_ = [-50.0]
|
||||
|
||||
[node name="attack0" parent="sounds" index="5"]
|
||||
|
||||
@@ -38,7 +38,7 @@ script = ExtResource("2_r6bub")
|
||||
isBoss = true
|
||||
displayName = "小鸡"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50), Vector2(1, 3)])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50), Vector2(1, 2)])
|
||||
appleCount = Vector2i(2, 4)
|
||||
|
||||
[node name="hurt" parent="sounds" index="3"]
|
||||
|
||||
@@ -30,7 +30,7 @@ size = Vector2(150, 150)
|
||||
script = ExtResource("2_s2dg5")
|
||||
displayName = "酷可mc"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(20, 40), Vector2(25, 100), Vector2(2, 3)])
|
||||
dropCounts = Array[Vector2]([Vector2(20, 40), Vector2(25, 100), Vector2(1, 3)])
|
||||
metadata/_edit_vertical_guides_ = [76.0]
|
||||
|
||||
[node name="collect" parent="sounds" index="4"]
|
||||
|
||||
Reference in New Issue
Block a user