tiger-lib 1.19.0

Library used by the tools ck3-tiger, vic3-tiger, and imperator-tiger. This library holds the bulk of the code for them. It can be built either for ck3-tiger with the feature ck3, or for vic3-tiger with the feature vic3, or for imperator-tiger with the feature imperator, but not both at the same time.
Documentation
// pub mod setup_main;
pub mod ai_plan_goals;
pub mod ambitions;
pub mod areas;
pub mod buildings;
pub mod character_interactions;
pub mod combat_tactics;
pub mod culture;
pub mod death_reason;
pub mod decisions;
pub mod deity;
pub mod deity_categories;
pub mod diplomatic_stances;
pub mod economic_policies;
pub mod event_pictures;
pub mod event_themes;
pub mod goods;
pub mod governments;
pub mod governor_policies;
pub mod graphical_culture_types;
pub mod great_work;
pub mod heritages;
pub mod ideas;
pub mod inventions;
pub mod laws;
pub mod legion_distinctions;
pub mod levy_templates;
pub mod loyalty;
pub mod military_traditions;
pub mod missions;
pub mod modifiers;
pub mod offices;
pub mod opinions;
pub mod party_agendas;
pub mod party_types;
pub mod pop_types;
pub mod prices;
pub mod province_ranks;
pub mod provinces;
pub mod regions;
pub mod religions;
pub mod setup_characters;
pub mod setup_provinces;
pub mod subject_types;
pub mod tech_tables;
pub mod terrains;
pub mod traits;
pub mod unit_abilities;
pub mod units;
pub mod war_goals;