1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-26 05:22:29 +08:00

feat: 调整敌人掉落数量和波次配置

- 修改猫头鹰、狐狸和酷可mc的掉落数量范围
- 调整普通波次中猫、狗和猫头鹰的出现频率
- 减少刷新棒球数量的增加范围
This commit is contained in:
2026-01-17 11:46:01 +08:00
parent 1c1b011eb4
commit 1913f5d844
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ height = 126.0
script = ExtResource("2_hjlm2")
displayName = "猫头鹰"
drops = Array[int]([0, 1, 3])
dropCounts = Array[Vector2]([Vector2(2, 4), Vector2(2, 4), Vector2(1, 3)])
dropCounts = Array[Vector2]([Vector2(3, 6), Vector2(2, 4), Vector2(1, 3)])
hurtAudioRate = 0.05
[node name="texture" parent="." index="3"]