ファイルの内容説明

ファーストネーム(dynasties.txt

ファミリーネームcharacter_names

シナリオファイル(characters.inc
例:1066_scenario_characters.inc
シナリオ開始時のキャラクタの情報。

character = {

	id = { type = 10 id = 98 }←人物ID
	name = "Edgar"←人物の名前、一代限りの名前が使用できる
	gender = male"←性別
	dynasty = { type = 12 id =100072 }←姓名ファイルのIDから姓を指定
	country = ENGL  ←人物が所属している宮廷/土地
	religion = catholic←人物が信仰している宗教。君主の場合は国教になる
	culture = Saxon ←人物が保有する文化
	birthdate = { year = 944 month = january day = 1 }生まれた日
	deathdate = { year = 975 month = january day = 1 }死亡予定日
	dna = "38304760410973"←遺伝子情報、主に顔の構成に使用
	attributes = {(各種能力
		martial = 2
		diplomacy = 10
		intrigue = 10
		stewardship = 8
		health = 7
		fertility = 5
	}
	traits = {(人物の身体/精神的特長
		kinslayer = yes
		heretic = yes
		illness = yes

シナリオ開始時の領土状況(scenario_provinces.inc
例:1066_scenario_provinces.inc

province = {

	id = 1 
	culture = norwegian ←その土地の文化
	religion = catholic ←その土地の宗教
	privileges = { 
		peasants = 1 
		burghers = 1 
		clergy = 1 
		nobles = 1 
	}
	loyalty = { 
		peasants = 1 
		burghers = 1 
		clergy = 1 
		nobles = 1 
	}
	improvements = {
		hill_fort = yes 
	}
	advances = {
		hill_fort = yes 
		chained_leather = yes
		handaxe = yes
		longspear = yes
	}

}


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