effect · add_breakthrough_progress
Definition
- Supported scope:
COUNTRY - Supported target:
none
Description
Add breakthrough progress to one specialization or all for a country scope.
The value can either be an absolute value or a script constant.
#### Example
Adding 3 breakthrough points to land specialization:
add_breakthrough_progress = { specialization = specialization_land value = 3 }
Adding -1 breakthrough points to all specializations:
add_breakthrough_progress = { specialization = all value = -1 }
Adding the value of the script constant `sp_breakthrough_progress.medium` to all specializations:
add_breakthrough_progress = { specialization = all value = sp_breakthrough_progress.medium }