Constantsยง
- MODIF_
REMOVED_ ๐TABLE - MODIF_
TABLE ๐LAST UPDATED CK3 VERSION 1.14.0.2 Seemodifiers.log
from the game data dumps. Amodif
is my name for the things that modifiers modify. - LAST UPDATED CK3 VERSION 1.14.0.2 Special cases for static modifs defined in
modifiers/modifiers_l_english.yml
Staticsยง
- MODIF_
MAP ๐ - MODIF_
REMOVED_ ๐MAP
Functionsยง
- Returns Some(kinds) if the token is a valid modif or could be a valid modif if the appropriate item existed. Returns None otherwise.
- modif_
check ๐ - Return the modifier localization. If the modifier is static, i.e. a code defined modifier, it begins with
MOD_
and may have a different body in special cases. If the modifier is dynamic, i.e. generated from script defined items, then its name is returned unchanged.