Skip to content

Formatting for script docs changed #8

@indexoquarto

Description

@indexoquarto

In 1.4, the formatting for certain script docs files changed, meaning they will no longer be recognized properly by CWT.
They used to look like

--------------------

any_combat_units - Iterate through all combat units of input scope
any_combat_units = { <count=num/all> / <percent=fixed_point> <triggers> }
Supported Scopes: building, character
Supported Targets: combat_unit

--------------------

contains_capital_of - Checks if scoped state region contains the capital of target tag
contains_capital_of = country scope/tag
Supported Scopes: state_region

But now they use markdown:

## any_combat_units
Iterate through all combat units of input scope  
Supported scopes: building, military formation, front, battle  
any_combat_units = { <count=num/all> / <percent=fixed_point> <triggers> }  
**Supported Scopes**: battle, building, front, hq, military_formation  
**Supported Targets**: new_combat_unit  

## any_country
Iterate through all countries globally  
any_country = { <count=num/all> / <percent=fixed_point> <triggers> }  
**Supported Scopes**: none  
**Supported Targets**: country  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions