Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

ChgOneTurnMod

From AGEWiki

Jump to: navigation, search

ChgOneTurnMod

Syntax  

ChgOneTurnMod = <ModifierID> ; <FactionTags> ; <AreaUID or -1> ; <Amount or -9999 for reset>

Description

CHANGE ONE TURN MODIFIER

 Faction-wide modifiers which are cleared every turn (active during one turn + hosting phase)

 Only Forced March increase is currently supported

 _otmForcedMarch is the Forced March Modifier (Alias *forcedmarchmod*)

Example  

ChgOneTurnMod = *forcedmarchmod*;FRA;-1;25

French forces everywhere on map have a 25% greater chance to Forced March for the next turn.


 

Parameters

<ModifierID>

Parameter to be modified

<FactionTags>,

Valid FactionTag

<AreaUID or -1>

Valid Area alias or -1 for entire map

<Amount or -9999 for reset>

Integer. The amount to change the basic game parameter. -9999 resets to game default value.

Forums