I am playing around with the various leaders.sct files. In some of the mods I have seen, there are promotion events that may promote a general from 1* to 2* status. For example, this comes from Runyon's Leader mod v1.09
SelectFaction = $USA
StartEvent = evt_nam_USA_63PromotionsA|1|1|NULL|NULL|NULL|NULL
Conditions
MinDate = 1863/04/01
MaxDate = 1863/12/31
SelUnqSubUnit = William F. Smith
EvalSubUnitSel = NULL
Actions
AltercuSubUnit = Model $ldr_USA_Smith2
EndEvent
My interpretation is that this event will trigger sometime between April 1 and December 1, 1863. If there is a random chance it could happen each turn, what determines the probability? Or is it a certainty that it will trigger, but simply a question of which turn between April and December '63?
I would appreciate comments from anybody who has more experience with modding the leaders.sct files.
Thanks.