mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-28 06:22:40 +08:00
feat: 调整敌人掉落数量和波次配置
- 修改猫头鹰、狐狸和酷可mc的掉落数量范围 - 调整普通波次中猫、狗和猫头鹰的出现频率 - 减少刷新棒球数量的增加范围
This commit is contained in:
@@ -52,7 +52,7 @@ script = ExtResource("2_r6bub")
|
||||
isBoss = true
|
||||
displayName = "狐狸"
|
||||
drops = Array[int]([0, 1])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50)])
|
||||
dropCounts = Array[Vector2]([Vector2(15, 30), Vector2(20, 40)])
|
||||
appleCount = Vector2i(2, 4)
|
||||
|
||||
[node name="attack1" type="AudioStreamPlayer2D" parent="sounds" index="6"]
|
||||
|
||||
Reference in New Issue
Block a user