effect · transfer_units_fraction
Definition
- Supported scope:
COUNTRY - Supported target:
THIS,ROOT,PREV,FROM,OWNER,CONTROLLER,OCCUPIED,CAPITAL
Description
Transfer units (air, army, navy) to another country.
Also transfer the stockiled equipment (you can set it to zero if it is undesired) as well as unit leaders.
For 'keep triggers', the scope is :
THIS = Character
FROM = Target country
Example:
transfer_units_fraction = { target = ROOT # the recipient size = 0.4 # [0,1] Default value for the ratio below if they are not specified stockpile_ratio = 0.3 # [0,1] Overrides size modifier for the stockpiled equipment and fuel army_ratio = 0.1 # [0,1] Overrides size modifier for army navy_ratio = 0.2 # [0,1] Overrides size modifier for navy air_ratio = 0.4 # [0,1] Overrides size modifier for air keep_unit_leaders = { # specify IDs of unit leaders that remain with the original country 700 701 } keep_unit_leaders_trigger = { # Trigger for unit leaders to remain with the original country # THIS is the unit leader being evaluated" # ROOT is the recipient" # FROM is the sender" # PREV is unset" [... triggers ...] } }