* CHM Assets
This commit is contained in:
Applevangelist 2023-08-30 16:46:09 +02:00
parent 9a383826e7
commit c5a85456c0

View File

@ -447,8 +447,8 @@ MANTIS.SamDataCH = {
["PGZ-09 CH"] = { Range=4, Blindspot=0, Height=3, Type="Short", Radar="CH_PGZ09" },
["S350-9M100 CH"] = { Range=15, Blindspot=1.5, Height=8, Type="Short", Radar="CH_S350_50P6_9M100" },
["S350-9M96D CH"] = { Range=150, Blindspot=2.5, Height=30, Type="Long", Radar="CH_S350_50P6_9M96D" },
["LAV-AD CHM"] = { Range=8, Blindspot=0.2, Height=4.8, Type="Short", Radar="CH_LAVAD" },
["HQ-22 CHM"] = { Range=170, Blindspot=5, Height=27, Type="Long", Radar="CH_HQ22_LN" },
["LAV-AD CH"] = { Range=8, Blindspot=0.2, Height=4.8, Type="Short", Radar="CH_LAVAD" },
["HQ-22 CH"] = { Range=170, Blindspot=5, Height=27, Type="Long", Radar="CH_HQ22_LN" },
}
-----------------------------------------------------------------------
@ -614,7 +614,7 @@ do
-- TODO Version
-- @field #string version
self.version="0.8.12"
self.version="0.8.12a"
self:I(string.format("***** Starting MANTIS Version %s *****", self.version))
--- FSM Functions ---