Official Doc: Dynamic Variables | 官方文档:动态变量
Dynamic variables are read only variables that can be used in effects & triggers that accept variables.
When they are used, the game will compute and return the value of the dynamic variable.
Table of Content
Dynamic variables for scope global
countries
- description: get array of all countries (including non existing
date
- description: get date value that can be comparable to other date values and localized using GetDateString/GetDateStringShortMonth/GetDateStringNoHour/GetDateStringNoHourLong scripted locs
majors
- description: get array of all majors (including non existing
num_days
- description: current total days
province_controllers
- description: get array of all province controllers. Example: province_controllers^4135
states
- description: get array of all states
year
- description: current year
Dynamic variables for scope country
ai_attitude_is_threatened
- description: returns 1 if ai is threatened
ai_attitude_wants_ally
- description: returns 1 if ai wants ally
ai_attitude_wants_antagonize
- description: returns 1 if ai wants antagonize
ai_attitude_wants_ignore
- description: returns 1 if ai wants ignore
ai_attitude_wants_protect
- description: returns 1 if ai wants protect
ai_attitude_wants_weaken
- description: returns 1 if ai wants weaken
air_experience
- description: air experience of a country
air_intel
- description: air intel against a target country. example GER.air_intel@ENG
allies
- description: array of allies (faction members). prefer using faction_members instead
army_experience
- description: army experience of a country
army_intel
- description: army intel against a target country. example GER.army_intel@ENG
army_leaders
- description: all army leaders of a country
autonomy_ratio
- description: autonomy of scope country. -1 if not a subject
capital
- description: capital state of the country
civilian_intel
- description: civilian intel against a target country. example GER.civilian_intel@ENG
command_power
- description: total command power of country
controlled_states
- description: array of controlled states
core_compliance
- description: returns core compliance of target country
core_resistance
- description: returns core resistance of target country
core_states
- description: array of core states
cryptology_defense_level
- description: cryptology defense level of a country
current_party_ideology_group
- description: returns the token for current party ideology group
days_decision_timeout
- description: timeout in days for a specific timed decision, decision type token is defined in target. example: days_decision_timeout@SOV_propaganda_knowledge
days_mission_timeout
- description: timeout in days for a specific timed mission, mission type token is defined in target. example: days_mission_timeout@GER_mefo_bills_mission
decryption_speed
- description: total encryption strength of a country that is needed
encryption_strength
- description: total encryption strength of a country that is needed
enemies
- description: array of enemies at war with
enemies_of_allies
- description: array of enemies of allies
exiles
- description: exile host of this country
faction_leader
- description: faction leader of this country's faction
faction_members
- description: array of faction members
fuel_k
- description: total fuel of country in thousands
highest_party_ideology
- description: ideology of the most popular party. Can exclude the ruling party by using @exclude_ruling_party. Example: highest_party_ideology OR highest_party_ideology@exclude_ruling_party
highest_party_popularity
- description: popularity size of the most popular party [0.00, 1.00]. Can exclude the ruling party by using @exclude_ruling_party. Example: highest_party_popularity OR highest_party_popularity@exclude_ruling_party
host
- description: exile host of this country
legitimacy
- description: legitimacy of scope country. -1 if not an exile
manpower
- description: DEPRECATED, MAY OVERFLOW. total manpower of country
manpower_k
- description: total manpower of country in thousands
max_available_manpower
- description: DEPRECATED, MAY OVERFLOW. total available manpower of country
max_available_manpower_k
- description: total available manpower of country in thousands
max_fuel_k
- description: max fuel of country in thousands
max_manpower
- description: DEPRECATED, MAY OVERFLOW. maximum manpower of country
max_manpower_k
- description: maximum manpower of country in thousands
modifier
- description: a modifier stored in country scope
navy_experience
- description: navy experience of a country
navy_intel
- description: navy intel against a target country. example GER.navy_intel@ENG
navy_leaders
- description: all navy leaders of a country
neighbors
- description: array of neighbors
neighbors_owned
- description: array of neighbors to owned states
num_armies
- description: number of armies
num_armies_in_state
- description: number of armies in state, state is in target. example num_armies_in_state@123
num_armies_with_type
- description: number of armies with dominant type, dominant type is defined in target. example: num_armies_with_type@light_armor
num_battalions
- description: number of battalions
num_battalions_with_type
- description: number of battalions with sub unit type, sub unit type is defined in target. example: num_battalions_with_type@light_armor
num_controlled_states
- description: number of controlled states
num_core_states
- description: number of core states
num_deployed_planes
- description: number of deployed planes
num_deployed_planes_with_type
- description: number of deployed planes with equipment type. example num_deployed_planes_with_type@fighter
num_equipment
- description: number of equipment in country. example num_equipment@infantry_equipment
num_equipment_in_armies
- description: number of equipment in armies of the country, equipment type token is defined in target. example num_equipment_in_armies@infantry_equipment
num_equipment_in_armies_k
- description: number of equipment in armies of the country in thousands, equipment type token is defined in target. example num_equipment_in_armies_k@infantry_equipment
num_orders_groups
- description: number of orders groups
num_owned_controlled_states
- description: number of owned and core states
num_owned_states
- description: number of owned states
num_ships
- description: number of ships
num_ships_with_type
- description: number of ships controlled in country, ship type is defined in target. example num_ships_with_type@carrier. can be a sub unit def type or one of carrier,capital,screen, submarine
num_target_equipment_in_armies
- description: number of equipment required in armies of the country, equipment type token is defined in target. example num_target_equipment_in_armies@infantry_equipment
num_target_equipment_in_armies_k
- description: number of equipment required in armies of the country in thousands, equipment type token is defined in target. example num_target_equipment_in_armies_k@infantry_equipment
occupied_countries
- description: array of occupied countries
operatives
- description: all operatives of a country
opinion
- description: opinion of a country targeted on another one. example GER.opinion@ENG