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 - プロヴィンスの支配者

Scope: country
Syntax: controller = { effects… }

プロヴィンスを占領している国に対してスコープを設定する。 Changes the current scope from the current province to the country that controls it.

owner - プロヴィンスの所有者

Scope: country
Syntax: owner = { effects… }

プロヴィンスを所有している国に対してスコープを設定する。 Changes the current scope from the current province to the country that owns it.

(所有者の厭戦感情が15以上、かつ占領者の厭戦感情が5未満のとき)
owner = {
	war_exhaustion = 15
}
controller = { 
	NOT = { war_exhaustion = 5 }
}

[country tag]

Scope:country
Syntax:[TAG] = { effects… }

TAGで指定した国に対してスコープを設定する。 Changes the current scope to a specific country, chosen by its tag.

Napoleon’s Ambition:

FROM

Scope:country
Syntax:FROM = { effects… }

イベントを起こした国に対してスコープを設定する。 Changes the current scope to the country that triggered the current event.

revolution_target

Scope:country
Syntax:revolution_target = { effects… }

Changes the current scope to a country that has been chosen as a revolution target..

local_enemy

Scope:country
Syntax:local_enemy = { effects… }

Changes the current scope from the current province to an enemy country with troops in it.

any_neighbor_country

Scope:country
Syntax:any_neighbor_country = { effects… }

隣接している国に対してスコープを設定する。 Changes the current scope to any available neighboring countries.

overlord

Scope:country
Syntax:overlord = { effects… }

属国にしている国に対してスコープを設定する? 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.

In Nomine 3.0:

any_known_country

Scope:country?
Syntax:any_known_country = { effects… }

発見している国に対してスコープを設定する?

crusade_target

Scope:country
Syntax:crusade_target = { effects… }

十字軍の対象に対してスコープを設定する? Changes the current scope to the country currently targeted by a crusade.

any_elector

Scope:country
Syntax:any_elector = { effects… }

神聖ローマ帝国の選挙人に対してスコープを設定する? Changes the current scope to any elector in the HRE.

In Nomine 3.1:

rival_countries

Scope:country
Syntax:rival_countries = { effects… }

ライバルの国に対してスコープを設定する。 Changes the current scope to any rival country.

threat_countries

Scope:country
Syntax:threat_countries = { effects… }

脅威を感じている国に対してスコープを設定する。 Changes the current scope to any country that is currently perceived as a threat.

PROVINCE SCOPE

EU3 1.3:

capital_scope

Scope:province
Syntax:capital_scope = { effects… }

首都に対してスコープを設定する。 Changes the current scope from the current country to its capital.

random_owned

Scope:province
Syntax:random_owned = { effects… }

所有しているプロヴィンスのどれか一つに対してスコープを設定する。 Changes the current scope from the current country to any owned province.

any_neighbor_province

Scope:province
Syntax:any_neighbor_province = { effects… }

隣接しているプロヴィンスに対してスコープを設定する。 Changes the current scope to any neighboring province.

[province ID]

Scope:province
Syntax:[ID] = { effects… }

指定されたIDのプロヴィンスに対してスコープを設定する。 Changes the current scope to a specific province, chosen by its ID number.

Napoleon’s Ambition:

any_owned

Scope:province
Syntax:any_owned = { effects… }

Changes the current scope from the current country to any owned provinces, and affects them all.

random_center_of_trade

Scope:province
Syntax:random_center_of_trade = { effects… }

COTのあるプロヴィンスのどれか一つに対してスコープを設定する? Changes the current scope from the current country to any province with a COT (only the ones that you own or any of them?).

heretic

Scope:province
Syntax:heretic = { effects… }

国教と異なる宗教を信仰しているプロヴィンスに対してスコープを設定する。 Changes the current scope to a province with a religion different from the state religion.

random_empty_neighbor_province

Scope:province
Syntax:random_empty_neighbor_province = { effects… }

隣接する植民可能なプロヴィンスのどれか一つに対してスコープを設定する。 バグ(?)で海、湖、荒地がスコープになることもある? Changes the current scope to any empty neighboring province. 'empty' might include ocean/sea/lake/wasteland provinces (bug).

In Nomine 3.0:

[region name]

Scope:province
Syntax:[region name] = { effects… }

指定されたリージョン(region)のプロヴィンスに対してスコープを設定する。 Needs to be tested to make sure, but I guess it changes the scope to a province in the specified region.

any_owned_province

Scope:province
Syntax:any_owned_province = { triggers… }

所有しているプロヴィンスに対してスコープを設定する。 Changes the current scope from the current country to any owned provinces, and checks them all.

any_core

Scope:province
Syntax:any_core = { triggers… }

所有者以外で、このプロヴィンスが中核州の国に対してスコープを設定する。(領地を持っていない国を含む)

コメント



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