MOD作成

現在翻訳中です。 原文はhttp://www.paradoxian.org/eu3wiki/Full_List_of_Scopesですが、忠実な日本語訳を目指していません。 順次こちらも手を付けていきたいです。

COUNTRY SCOPE

EU3 1.3:

ally - 同盟国

Scope: country
Syntax: ally = { effects… }

スコープを同盟国にする。 Changes the current scope to any allied country.

(すべての同盟国が君主制のときは)
ally = {
	government = monarchy
}

any_country - あらゆる国

Scope: country
Syntax: any_country = { effects… }

スコープを全ての国にする。 Changes the current scope to any available countries.

(全国家を絶対君主制にする。いまいち実用性に欠ける例)
effect = {
	any_country = {
		government = absolute_monarchy
	}
}

random_country - ランダム国

Scope: country
Syntax: random_country = { effects… }

スコープをランダムで選んだ国にする。 Changes the current scope to any available country.

(隣接国の中から1つの国を選び、その国との関係を25上げる。どのタイミングでランダム値が再計算されるのか不明)
effect = {
	random_country = {
		limit = { neighbour = THIS }
		relation = { who = THIS value = 25 }
	}
}

emperor - 神聖ローマ皇帝

Scope: country
Syntax: emperor = { effects… }

スコープを神聖ローマ皇帝がいる国にする。 Changes the current scope to the emperor.

(神聖ローマ皇帝がいる国を絶対君主制にする)
effect = {
	emperor = {
		government = absolute_monarchy
	}
}

controller Changes the current scope from the current province to the country that controls it. Scope:country Syntax:controller = { effects… }

owner Changes the current scope from the current province to the country that owns it. Scope:country Syntax:owner = { effects… }

<nowiki>[country tag]</nowiki> Changes the current scope to a specific country, chosen by its tag. Scope:country Syntax:<nowiki>[TAG] = { effects… }</nowiki>

Napoleon’s Ambition:

FROM Changes the current scope to the country that triggered the current event. Scope:country Syntax:FROM = { effects… }

revolution_target Changes the current scope to a country that has been chosen as a revolution target.. Scope:country Syntax:revolution_target = { effects… }

local_enemy Changes the current scope from the current province to an enemy country with troops in it. Scope:country Syntax:local_enemy = { effects… }

any_neighbor_country Changes the current scope to any available neighboring countries. Scope:country Syntax:any_neighbor_country = { effects… }

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. Scope:country Syntax:overlord = { effects… }

In Nomine 3.0:

crusade_target Changes the current scope to the country currently targeted by a crusade. Scope:country Syntax:crusade_target = { effects… }

any_elector Changes the current scope to any elector in the HRE. Scope:country Syntax:any_elector = { effects… }

In Nomine 3.1:

rival_countries Changes the current scope to any rival country. Scope:country Syntax:rival_countries = { effects… }

threat_countries Changes the current scope to any country that is currently perceived as a threat. Scope:country Syntax:threat_countries = { effects… }

===PROVINCE SCOPE===

EU3 1.3:

capital_scope Changes the current scope from the current country to its capital. Scope:province Syntax:capital_scope = { effects… }

random_owned Changes the current scope from the current country to any owned province. Scope:province Syntax:random_owned = { effects… }

any_neighbor_province Changes the current scope to any neighboring province. Scope:province Syntax:any_neighbor_province = { effects… }

<nowiki>[province ID]</nowiki> Changes the current scope to a specific province, chosen by its ID number. Scope:province Syntax:<nowiki>[ID] = { effects… }</nowiki>

Napoleon’s Ambition:

any_owned Changes the current scope from the current country to any owned provinces, and affects them all. Scope:province Syntax:any_owned = { effects… }

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?). Scope:province Syntax:random_center_of_trade = { effects… }

heretic Changes the current scope to a province with a religion different from the state religion. Scope:province Syntax:heretic = { effects… }

random_empty_neighbor_province Changes the current scope to any empty neighboring province. 'empty' might include ocean/sea/lake/wasteland provinces (bug). Scope:province Syntax:random_empty_neighbor_province = { effects… }

In Nomine 3.0:

<nowiki>[region name]</nowiki> Needs to be tested to make sure, but I guess it changes the scope to a province in the specified region. Scope:province Syntax:<nowiki>[region name] = { effects… }</nowiki>

any_owned_province Changes the current scope from the current country to any owned provinces, and checks them all. Scope:province Syntax:any_owned_province = { triggers… }

コメント



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS