ThreatSourceLibaray/ThreatSource/data/jammers/smoke_grenades/surround.toml

19 lines
901 B
TOML

# 周边烟幕弹 配置
Type = "SmokeGrenade" # 干扰器类型
[Name]
Zh = "周边烟幕弹"
En = "Surround Smoke Grenade"
[SmokeGrenadeConfig]
SmokeType = "Wall" # 烟幕类型 (例如: "Cloud", "Wall")
IsObscuring = false # 是否遮蔽型 (可见光)
RadiationTemperature = 293.15 # 辐射温度 (开尔文)
Concentration = 0.2 # 浓度 (克/立方米)
Duration = 60.0 # 持续时间 (秒)
WallWidth = 50.0 # 烟幕墙宽度 (米, 当SmokeType为Wall时有效)
WallHeight = 10.0 # 烟幕墙高度 (米, 当SmokeType为Wall时有效)
CloudDiameter = 0.0 # 烟幕云直径 (米, 当SmokeType为Cloud时有效)
Thickness = 5.0 # 烟幕厚度 (米)
FormationDelay = 2.0 #形成延迟时间 (秒)
ExpansionRate = 5.0 # 扩展速率 (米/秒)