Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
EvalFacAttribute
From AGEWiki
EvalFacAttribute | |||
Syntax EvalFacAttribute = FacAttribType ;AttribVal1 [;AttribVal2] [;AttribVal3..] [;NOT] Description Checks if the selected faction has, for the Faction Attribute <FacAttribType> a value of either AttribVal1, or AttribVal2, etc. If NOT is added as a last keyword, then the faction must not be of any of the attribute value specified. Faction Attributes are a set of 12 criteria defining a nation. For example it exists a 'Military' attribute, that defines how the Army of the nation is organized (Feudal, Conscription, Volunteer, etc.). By themselves, these attributes don't do much, but they can have specific Faction Modifiers defined for each of them. The current list to use, as of March 2011, for VGN/PON is: // Faction Attributes $fatTech = 10 $fatTechProgressive = 0 $fatTechStandard = 1 $fatTechBackward = 2 $fatTechAbsent = 3
Example EvalFacAttribute = $fatBureaucracy;$fatBureProfElite;$fatBureOligarchy TRUE if the selected nation has a Bureaucracy attribute of Professional Elite or Oligarchy. EvalFacAttribute = $fatBureaucracy;$fatBureProfElite;$fatBureOligarchy;NOT {{{example2-description}}} |
Parameters
See aliases above of the 10..120 series
See aliases above varying between 0 and 3 |