Get a bonus to doctrine mastery gain for a certain duration.
You can use flexible filters to have this effect apply to all tracks that match the specified
folder, grand doctrine, subdoctrine or specific track. If a certain filter is not present, it will be counted as a pass.
For example, you can add mastery to all active tracks in all folders by not specifying any filters at all.
### Examples
```
GER = {
add_mastery_bonus = {
bonus = 0.1 # Bonus factor, e.g. 0.1 = +10%
days = 90 # Number of days to apply the daily mastery gain for
name = [loc] # Loc key - will be used in descriptions to show the source of the mastery gain
# FILTERS:
folder = land # Optional - will filter by tracks in the specified folder
grand_doctrine = mobile_warfare # Optional - will filter by tracks in folders with the specified grand doctrine
sub_doctrine = mobile_infantry # Optional - will filter by tracks with the specified subdoctrine
track = infantry # Optional - will filter by tracks of the specified type
index = 1 # Optional - will filter by the track index within the folder (0-indexed).
}
}
```
实战 · 配合 · 坑
实战内容由 AI 生成,并已对照 vanilla 命令词表校验 —— 请当作起点而非权威依据。上方的定义节才是游戏自带文档原文。