mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Updated score value for helicopters
This commit is contained in:
parent
1905b4061a
commit
211cb15015
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user