effect · create_faction_from_template
Definition
- Supported scope:
COUNTRY - Supported target:
none
Description
Create a faction from a template allows for optional customization of name, icon and color.
### Examples
TAG = { # Creator's tag create_faction_from_template = faction_template_id }
with custom name, icon and color
Tag = { # Creator's tag
create_faction_from_template = { template = faction_template_id name = FACTION_NAME_LOC_ID icon = GFX_faction_icon color = { 0.5 0.5 0.5 } } }