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

ConvertSocClass

From AGEWiki

Jump to: navigation, search

ConvertSocClass

Syntax  

ConvertSocClass = <SourceSocClass>;<DestSocClass>;<PercConverted>;[;ALL]

Description

Convert a social class in a region or in all owned National Regions to another type. The conversion % is PercConverted.

Example  

ConvertSocClass = $Soc_Serviles;$Soc_Peasants;75;ALL

75% of the serviles in owned national regions will become peasants.


 

Parameters

<SourceSocClass>

One of $Soc_Serviles, $Soc_Peasants, $Soc_Workers, $Soc_MiddleClass, $Soc_UpperClass, $Soc_Aristocrats. Rule Social Mode must be advanced.

<DestSocClass>

One of $Soc_Serviles, $Soc_Peasants, $Soc_Workers, $Soc_MiddleClass, $Soc_UpperClass, $Soc_Aristocrats. Rule Social Mode must be advanced.

<PercConverted>

A value between 1 and 100.

ALL

Affects all owned national regions. If not specified, then the currently selected region, even if unowned, is used (Use EvalRgnOwned if necessary)

Forums