Scopes 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.
Changes the current scope to any available countries.
Scope: country Syntax:any_country = { effects… }
Changes the current scope to any available country.
Scope: country Syntax:random_country = { effects… }
Changes the current scope from the current country to any owned province.
Scope: province Syntax:random_owned = { effects… }
Changes the current scope to any neighbouring province.
Scope: province Syntax:any_neighbor_province = { effects… }
Effects
国庫を増減させます。
Scope: country Syntax:treasury = x ( x = +-1..)
国威を増減させます。
Scope: country Syntax:prestige = x ( x = +-0..1)
インフレを増減させます。
Scope: country Syntax:inflation = x ( x = +-1..)
安定度を増減させます。
Scope: country Syntax:stability = x (x = -3..3)
Increase/decrease the amount of war exhaustion a country has.
Scope: country Syntax:war_exhuastion = x (x = +-1..10)
Increase/decrease the amount of manpower a country has.
Scope: country Syntax:manpower = x (x = +-0..1)
Increase/decrease the country’s army tradition.
Scope: country Syntax:army_tradition = x (x = +-0..1)
Increase/decrease the country’s naval tradition.
Scope: country Syntax:navy_tradition = x (x = +-0..1)
悪評を増減させます。
Scope: country Syntax:badboy = x (x = +- 1..)
指定のプロヴィンスに遷都させます。
Scope: country Syntax:capital = province id
国教、又はプロヴィンスの宗教を変更します。プロヴィンスの場合は「THIS」を指定でき、 その場合は国教と同じ宗教になります。DWでは「heretic」も指定でき同じ宗教グループの 宗教になります。「heathen」は指定できません。
Scope: country/province Syntax:religion = religion type/THIS
Enable a certain religion.
Scope: country Syntax:enable_religion = religion type
指定のプロヴィンスを中核数にします。
Scope: country Syntax:add_core = province id/THIS
Loose an existing core on a province.
Scope: country Syntax:remove_core = province id
国の文化を変更します。
Scope: country Syntax:primary_culture = culture name/THIS
Make a certain culture accepted by the country.
Scope: country Syntax:add_accepted_culture = culture name/THIS
Remove an accepted culture from the country.
Scope: country Syntax:remove_accepted_culture = culture name
Add/remove an elector.
Scope: country Syntax:elector = yes/no
Give the country a new idea.
Scope: country Syntax:add_idea = name of idea
Remove an existing idea from the country.
Scope: country Syntax:remove_idea = name of idea
政治体制を変更します。
Scope: country Syntax:government = government type
国を変更します。イギリス建国等で使われます。
Scope: country Syntax:change_tag = country tag
技術グループを変更します。
Scope: country Syntax:technology_group = latin/eastern/muslim/indian/chinese/
african/new_world
Add a province modifier with certain effects to a province.
Scope: province Syntax:add_province_modifier = name of modifier
Add a country modifier with certain effects to the country.
Scope: country Syntax:add_country_modifier = name of modifier
Set a flag for the country to indicate that certain criteria have been met.
Scope: country Syntax:set_country_flag = name of flag
Remove a country flag.
Scope: country Syntax:clr_country_flag = name of country flag
Set a flag for a province to indicate that certain criteria have been met.
Scope: province Syntax:set_province_flag = name of province flag
Remove a province flag.
Scope: province Syntax:clr_province_flag = name of province flag
Create a revolt of the specified size in a province.
Scope: province Syntax:create_revolt = x (x = 1/2/3)
Create a fleet of pirates of the specified size in a province.
Scope: none Syntax:province id = { create_pirate = number of ships }
Increase/decrease the natives’ ferocity in a province.
Scope: province Syntax:native_ferocity = x (x = +-1..)
Increase/decrease the natives’ hostileness in a province.
Scope: province Syntax:native_hostileness = x (x = +-1..)
Increase/decrease the size of natives in a province.
Scope: province Syntax:native_size = x (x = +-1..)
基本税を増減させます。
Scope: province Syntax:base_tax = x (x = +-1..)
宣教師の人数を増減させます。
Scope: country Syntax:missionaries = x (x = +-1..5)
商人の人数を増減させます。
Scope: country Syntax:merchants = x (x = +-1..5)
入植者の人数を増減させます。
Scope: country Syntax:colonists = x (x = +-1..5)
スパイの人数を増減させます。
Scope: country Syntax:spies = x (x = +-1..5)
官僚の人数を増減させます。
Scope: country Syntax:diplomats = x (x = +-1..5)
プロヴィンスの人口を増減させます。
Scope: province Syntax:citysize = x (x = +-1…)
Allow a province to join/leave the Holy Roman Empire.
Scope: province Syntax:hre = yes/no
Increase/decrease the manpower available in a province.
Scope: province Syntax:change_manpower = x (x = +-1..)
Allow a country to discover a certain province.
Scope: country Syntax:province id = { discover = yes }
プロヴィンスにcotを作成、又は消去します。
Scope: province Syntax:cot = yes/no
建物を建てます。
Scope: province Syntax:add_building = name of building
建物を壊します。
Scope: province Syntax:remove_building = name of building
交易品を変更します。
Scope: province Syntax:trade_goods = type of goods
プロヴィンスの文化を変更します。
Scope: province Syntax:culture = culture type
Give another country a casus belli on the current country.
Scope: country Syntax:random_country = { casus_belli = THIS } Syntax:any_neighbor_country = { casus_belli = THIS }
Give the current country a casus belli on another country.
Scope: country Syntax:random_country = { add_casus_belli = THIS } Syntax:any_neighbor_country = { add_casus_belli = THIS }
Improve/Worsen relations between two countries. If this is used the scope has to be changed first so that the effects applies to both the current country and some other state.
Scope: country Syntax:relation = { who = country tag/THIS value = x }
プロヴィンスを他の国に譲渡します。
Scope: country Syntax:province id = { secede_province = country tag }
指定の国を併合します。
Scope: country Syntax:inherit = country tag
Allow the country to release the specified country and thereby create a new independent nation.
Scope: country Syntax:release = country tag
Remove an advisor from the country’s court.
Scope: country Syntax:remove_advisor = advisor type
指定の国と戦争状態にします。
Scope: country Syntax:war = country tag
Create the most advanced cavalry unit available to the current country.
Scope: province Syntax:cavalry = province number/THIS
Create the most advanced infantry unit available to the current country.
Scope: province Syntax:infantry = province number/THIS
Create the most advanced artillery unit available to the current country.
Scope: province Syntax:artillery = province number/THIS
Create the most advanced big ship available to the current country.
Scope: province Syntax:big_ship = province number/THIS
Create the most advanced light ship available to the current country.
Scope: province Syntax:light_ship = province number/THIS
Create the most advanced transport ship available to the current country.
Scope: province Syntax:transport = province number/THIS
Create the most advanced galley ship available to the current country.
Scope: province Syntax:galley = province number/THIS
Increase/decrease the loan size that is set for the country.
Scope: province Syntax:loan_size = x (x = +-1..)
Change the controller of a province.
Scope: province Syntax:change_controller = country tag
Move the policy slider the specified amount of steps.
Scope: country Syntax:p = x (x = +-1..5) (p = aristocracy_plutocracy/ centralization_decentralization/ innovative_narrowminded/ mercantilism_freetrade/ offensive_defensive/ land_naval/ quality_quantity/ serfdom_freesubjects)
Invest a certain amount of money into the specified technology.
Scope: province Syntax:t = x (x = +-1..) (t = land_tech naval_tech trade_tech production_tech government_tech)
最新の10件を表示しています。 コメントページを参照