Module modifs

Module modifs 

Source

Constantsยง

MODIF_REMOVED_TABLE ๐Ÿ”’
MODIF_TABLE ๐Ÿ”’
LAST UPDATED CK3 VERSION 1.15.0 See modifiers.log from the game data dumps. A modif is my name for the things that modifiers modify.
SPECIAL_MODIF_LOC_TABLE ๐Ÿ”’
LAST UPDATED CK3 VERSION 1.15.0 Special cases for static modifs defined in modifiers/modifiers_l_english.yml

Staticsยง

MODIF_MAP ๐Ÿ”’
MODIF_REMOVED_MAP ๐Ÿ”’
SPECIAL_MODIF_LOC_MAP ๐Ÿ”’

Functionsยง

lookup_modif
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 ๐Ÿ”’
modif_loc
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.