effect · add_divisional_commander_xp
Definition
- Supported scope:(none)
- Supported target:
none
Description
add divisional commander xp to unit: add_divisional_commander_xp = 10
add_divisional_commander_xpnoneadd divisional commander xp to unit: add_divisional_commander_xp = 10
Hands-on notes are AI-generated and checked against the vanilla command vocabulary — treat them as a starting point, not authoritative reference. The definition above is the game's own documentation.
add_divisional_commander_xp is commonly used in custom event or decision systems to grant divisional commanders additional experience points through specific actions (such as completing training missions or winning campaigns), thereby accelerating their progression to higher ranks. It can also be utilized in beginner tutorial mods to provide players with commander experience rewards at game start, lowering the difficulty threshold.
# Award experience to divisional commander upon decision completion
country_event = {
id = my_mod.1
option = {
name = my_mod.1.a
add_divisional_commander_xp = 25
}
}
As there are currently no other effects or triggers listed under the same scope in the whitelist, no cross-reference entries conforming to specifications can be provided. It is recommended to combine this effect with country-level event trigger logic during actual implementation to ensure it is invoked within the correct execution block.