tiger_lib::ck3::tables

Module modifs

Source

Constantsยง

  • MODIF_TABLE ๐Ÿ”’
    LAST UPDATED CK3 VERSION 1.14.0.2 See modifiers.log from the game data dumps. A modif 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ยง

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.