Full List of Scopes

From Europa Universalis 3 Wiki
Revision as of 18:22, 30 March 2015 by Meneth (talk | contribs) (→‎See also: Fixing forum links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article is accurate for the latest versions of EU3, Napoleon’s Ambition, In Nomine and Heir to the Throne 4.1b.
Please help update this page to include information on the DW expansion.

Several commands can change scope. Whenever the scope is changed, every effect from then on will refer to the new country or province. Some effects accept a THIS as an argument, which refers to the country or province that received the event.

Country Scope

Version Name Description Syntax
EU3.gif ally Changes the current scope to any allied country. ally = { effects… }
EU3.gif any_country Changes the current scope to any available countries. any_country = { effects… }
EU3.gif random_country Changes the current scope to any available country. random_country = { effects… }
EU3.gif emperor Changes the current scope to the Holy Roman Emperor. emperor = { effects… }
EU3.gif controller Changes the current scope from the current province to the country that controls it. controller = { effects… }
EU3.gif owner Changes the current scope from the current province to the country that owns it. owner = { effects… }
EU3.gif [country tag] Changes the current scope to a specific country, chosen by its tag. [TAG] = { effects… }
NA.gif FROM Changes the current scope to the country that triggered the current event. FROM = { effects… }
NA.gif revolution_target Changes the current scope to a country that has been chosen as a revolution target. revolution_target = { effects… }
NA.gif local_enemy Changes the current scope from the current province to an enemy country with troops in it. local_enemy = { effects… }
NA.gif any_neighbor_country Changes the current scope to any available neighboring countries. any_neighbor_country = { effects… }
NA.gif overlord Changes the current scope either to the senior partner in a PU with the current country or to its overlord if it’s a vassal. overlord = { effects… }
IN.gif any_known_country
IN.gif crusade_target Changes the current scope to the country currently targeted by a crusade. crusade_target = { effects… }
IN.gif any_elector Changes the current scope to any elector in the HRE.
IN.gif rival_countries Changes the current scope to any rival country. rival_countries = { effects… }
IN.gif threat_countries Changes the current scope to any country that is currently perceived as a threat. threat_countries = { effects… }
HTTT.png any_sphere True if any country in the SoI evaluates true any_sphere = { triggers...}
HTTT.png random_sphere Performs the effects for a random country in the SoI random_sphere = { effects...}
HTTT.png league_leader Changes the scope to the country's trade league leader. league_leader = ( effects...)
HTTT.png hre_majority
HTTT.png any_core Change the scope from a province to any countries that have a core on it. any_core = { effects }

Province Scope

Version Name Description Syntax
EU3.gif capital_scope Changes the current scope from the current country to its capital. capital_scope = { effects… }
EU3.gif random_owned Changes the current scope from the current country to any owned province random_owned = { effects… }
EU3.gif any_neighbor_province Changes the current scope to any neighboring province. any_neighbor_province = { effects… }
EU3.gif random_neighbor_province
EU3.gif [province ID] Changes the current scope to a specific province, chosen by its ID number. :[ID] = { effects… }
NA.gif any_owned Changes the current scope from the current country to any owned provinces, and affects them all. any_owned = { effects… }
NA.gif random_center_of_trade Changes the current scope from the current country to any province with a COT (only the ones that you own or any of them?). random_center_of_trade = { effects… }
NA.gif heretic Changes the current scope to a province with a religion different from the state religion. heretic = { effects… }
NA.gif random_empty_neighbor_province Changes the current scope to any empty neighboring province. random_empty_neighbor_province = { effects… }
IN.gif [region name] Needs to be tested to make sure, but I guess it changes the scope to a province in the specified region. [region name] = { effects… }
IN.gif any_owned_province Changes the current scope from the current country to any owned provinces, and checks them all. any_owned_province = { triggers… }
IN.gif any_center_of_trade
HTTT.png any_province Changes the current scope from the current country to any owned provinces, and checks them all. any_province = { effects... }
HTTT.png any_core Change the scope from a country to all of its core provinces (owned and unowned). any_core = { effects }

See also