• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(315494)

Corporal
1 Badges
May 14, 2011
30
0
  • Darkest Hour
I wondering am i right?

NOT = { land_percentage = { country = SOV value = 0.5 } }

so, this trigger will be fullfil, when soviet army will have double strange army then event's Tag army?

and whats mean that trigger...

NOT = { land_percentage = { country = SOV value = 2.0 } }

Is it mean trigger will be fullfil, when soviet army will have double weak army then event's Tag army?

Im realy completly lost :(
 
land_percentage = { country = SOV value = 0.5 }
Is true if receving TAG has at least half the land forces of SOV. => true if land forces (TAG) >= [land forces (SOV) * 0.5 ]

This means that:
NOT = { land_percentage = { country = SOV value = 0.5 } }
is true when receiving TAG has less than half the land forces than SOV. => true if if land forces (TAG) < [land forces (SOV) * 0.5 ]