config: 空基火力单元通道从4→8,增强火力覆盖

This commit is contained in:
tian 2026-06-13 11:32:22 +08:00
parent f4be469e72
commit 26a372ffc5
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
"Name": "标准空基火力单元",
"PlatformType": 0,
"GunCount": 1,
"ChannelsPerGun": 4,
"ChannelsPerGun": 8,
"ChannelInterval": 1.0,
"Cooldown": 5.0,
"AmmoChangeTime": 30.0,

View File

@ -67,7 +67,7 @@ namespace CounterDrone.Core
Name = "标准空基火力单元",
PlatformType = 0,
GunCount = 1,
ChannelsPerGun = 4,
ChannelsPerGun = 8,
ChannelInterval = 1.0,
Cooldown = 5.0,
AmmoChangeTime = 30.0,