mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-27 15:07:50 +00:00
Updated score value for helicopters
This commit is contained in:
@@ -68,8 +68,8 @@ do
|
|||||||
if objectDesc.attributes["Planes"] then return math.floor(25 * groundMultiplier) end
|
if objectDesc.attributes["Planes"] then return math.floor(25 * groundMultiplier) end
|
||||||
|
|
||||||
-- Rotary wing
|
-- Rotary wing
|
||||||
if objectDesc.attributes["Attack helicopters"] then return math.floor(30 * groundMultiplier) end
|
if objectDesc.attributes["Attack helicopters"] then return math.floor(25 * groundMultiplier) end
|
||||||
if objectDesc.attributes["Helicopters"] then return math.floor(25 * groundMultiplier) end
|
if objectDesc.attributes["Helicopters"] then return math.floor(15 * groundMultiplier) end
|
||||||
|
|
||||||
-- Default air
|
-- Default air
|
||||||
if objectDesc.attributes["Air"] then return math.floor(20 * groundMultiplier) end
|
if objectDesc.attributes["Air"] then return math.floor(20 * groundMultiplier) end
|
||||||
|
|||||||
Reference in New Issue
Block a user