「Mod」を編集中

ナビゲーションに移動 検索に移動

警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。ログインまたはアカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。

この編集を取り消せます。 下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。

最新版 編集中の文章
113行目: 113行目:
 
|-
 
|-
 
| meta_data
 
| meta_data
| ゲームバージョンなど、ゲームに関するメタデータが含まれます。メインメニュー画面で使用します。
+
| Contains metadata about the game, such as the game version. Used by the main menu screen.
 
|-
 
|-
 
| ironman_manager
 
| ironman_manager
| 鉄人モードセーブに関係
+
| Related to ironman saving.
 
|-
 
|-
| (様々な変数)
+
| (various variables)
| これらの変数はブロックに属しません。
+
| These variables do not belong in a block.
 
{| class="wikitable"
 
{| class="wikitable"
! 変数
+
! Variable
 
|-
 
|-
 
| date
 
| date
137行目: 137行目:
 
|-
 
|-
 
| variables
 
| variables
| スクリプトフラグを含みます
+
| Contains script flags.
 
|-
 
|-
 
| game_rules
 
| game_rules
| セーブファイルの現状のゲームルールを含みます
+
| Contains the save's current game rules.
 
|-
 
|-
 
| provinces
 
| provinces
| 建築物を含む、プロヴィンスデータを含みます。
+
| Contains province data, including buildings.
 
|-
 
|-
 
| landed_titles
 
| landed_titles
155行目: 155行目:
 
|-
 
|-
 
| landed_titles<br>''(repetition)''
 
| landed_titles<br>''(repetition)''
| ゲームにおける各々の土地称号のためのエントリーを含みます。以下フォーマット:
+
| Contains an entry for each landed title in the game, in the format:
 
<pre>
 
<pre>
 
# Exact formatting in file is different in terms of spaces and lines
 
# Exact formatting in file is different in terms of spaces and lines
177行目: 177行目:
  
 
date=2020.10.27 # yyyy.mm.dd
 
date=2020.10.27 # yyyy.mm.dd
heir={ (character id...) } # オプション。キャラクターIDのリスト
+
heir={ (character id...) } # Optional. List of character ids.
claim={ (character id...) } # オプション
+
claim={ (character id...) } # Optional
history = { (...) } # オプション
+
history = { (...) } # Optional
 
capital=(province id)
 
capital=(province id)
capital_barony=yes # オプション
+
capital_barony=yes # Optional
theocratic_lease=yes # オプション
+
theocratic_lease=yes # Optional
 
history_government="(government id)" # Optional
 
history_government="(government id)" # Optional
laws={ "(law id)"... } # オプション。法律IDのリスト
+
laws={ "(law id)"... } # Optional. List of law ids.
  
 
# Optional (succession_election).
 
# Optional (succession_election).
222行目: 222行目:
 
|-
 
|-
 
| dynasties
 
| dynasties
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* dynasty_house (ends at entry ~6401)
 
* dynasty_house (ends at entry ~6401)
 
* dynasties (ends at entry ~6239)
 
* dynasties (ends at entry ~6239)
* static_dynasties (数値リスト)
+
* static_dynasties (list of numbers)
* static_dynasty_houses (数値リスト)
+
* static_dynasty_houses (list of numbers)
 
|-
 
|-
 
| deleted_characters
 
| deleted_characters
232行目: 232行目:
 
|-
 
|-
 
| living
 
| living
| 生存キャラクターのエントリを含みます。以下フォーマット:
+
| Contains entries of living characters. The following format is used for each character:
 
<pre>
 
<pre>
 
index={
 
index={
257行目: 257行目:
 
alive_data={
 
alive_data={
  
# オプション(変数), フラグを含む
+
# Optional (variables), contains flags
 
variables={
 
variables={
 
data={
 
data={
320行目: 320行目:
 
|-
 
|-
 
| dead_unprunable
 
| dead_unprunable
| キャラクターエントリーを含みます
+
| Contains character entries.
 
|-
 
|-
 
| characters
 
| characters
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* dead_prunable (contains character entries)
 
* dead_prunable (contains character entries)
 
* prune_queue
 
* prune_queue
343行目: 343行目:
 
|-
 
|-
 
| opinions
 
| opinions
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* active_opinions (contains opinion entries)
 
* active_opinions (contains opinion entries)
 
|-
 
|-
 
| relations
 
| relations
| Encompasses hooks, alliances, 以下のサブブロックを含みます
+
| Encompasses hooks, alliances, Contains the following sub-blocks:
 
* active_relations
 
* active_relations
 
|-
 
|-
 
| schemes
 
| schemes
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* active (contains scheme entries)
 
* active (contains scheme entries)
 
|-
 
|-
 
| stories
 
| stories
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* active (contains story entries)
 
* active (contains story entries)
* next=(date) ''(変数)''
+
* next=(date) ''(variable)''
 
|-
 
|-
 
| pending_character_interactions
 
| pending_character_interactions
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* data
 
* data
 
* player
 
* player
 
|-
 
|-
 
| secrets
 
| secrets
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* secrets (contains entries of secrets) ''(repetition)''
 
* secrets (contains entries of secrets) ''(repetition)''
 
* known_secrets
 
* known_secrets
 
|-
 
|-
 
| armies
 
| armies
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* regiments
 
* regiments
 
* army_regiments
 
* army_regiments
376行目: 376行目:
 
|-
 
|-
 
| religion
 
| religion
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* religions
 
* religions
 
* faiths
 
* faiths
383行目: 383行目:
 
|-
 
|-
 
| wars
 
| wars
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* active_wars
 
* active_wars
 
* names
 
* names
 
|-
 
|-
 
| sieges
 
| sieges
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
* sieges ''(複数可)''
+
* sieges ''(repetition)''
 
|-
 
|-
 
| raid
 
| raid
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
* raid ''(複数可)''
+
* raid ''(repetition)''
 
|-
 
|-
 
| succession
 
| succession
402行目: 402行目:
 
|-
 
|-
 
| ai
 
| ai
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* war_coordinator_db
 
* war_coordinator_db
 
* war_plan_db
 
* war_plan_db
408行目: 408行目:
 
|-
 
|-
 
| county_manager
 
| county_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* counties
 
* counties
 
* monthly_increase (list of values)
 
* monthly_increase (list of values)
 
|-
 
|-
 
| fleet_manager
 
| fleet_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* fleets
 
* fleets
 
|-
 
|-
 
| council_task_manager
 
| council_task_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* active
 
* active
 
|-
 
|-
 
| important_action_manager
 
| important_action_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* active
 
* active
 
|-
 
|-
 
| faction_manager
 
| faction_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* factions
 
* factions
 
|-
 
|-
 
| culture_manager
 
| culture_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* cultures
 
* cultures
 
* template_cultures (list of numbers)
 
* template_cultures (list of numbers)
435行目: 435行目:
 
|-
 
|-
 
| mercenary_company_manager
 
| mercenary_company_manager
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* mercenary_companies
 
* mercenary_companies
 
|-
 
|-
 
| holy_orders
 
| holy_orders
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* holy_orders
 
* holy_orders
 
* religion_name
 
* religion_name
445行目: 445行目:
 
|-
 
|-
 
| coat_of_arms
 
| coat_of_arms
| 以下のサブブロックを含みます
+
| Contains the following sub-blocks:
 
* coat_of_arms_manager_name_map
 
* coat_of_arms_manager_name_map
 
* coat_of_arms_manager_database (ends at entry ~17278)
 
* coat_of_arms_manager_database (ends at entry ~17278)
* next_id=(id) ''(変数)''
+
* next_id=(id) ''(variable)''
 
|-
 
|-
 
| (triggered events)
 
| (triggered events)
 
| Each triggered event has its own block, started using triggered_event={
 
| Each triggered event has its own block, started using triggered_event={
 
|-
 
|-
| next_player_event_id=(value) ''(変数)''
+
| next_player_event_id=(value) ''(variable)''
 
|
 
|
 
|-
 
|-
 
| played_character
 
| played_character
| 以下のサブブロックを含みます。
+
| Contains the following sub-blocks:
* name="..." ''(変数)''
+
* name="..." ''(variable)''
* character=(character id) ''(変数)''
+
* character=(character id) ''(variable)''
* player=(value) ''(変数)''
+
* player=(value) ''(variable)''
 
* important_decisions
 
* important_decisions
 
* legacy
 
* legacy
466行目: 466行目:
 
|-
 
|-
 
| currently_played_characters={ (character id...) }
 
| currently_played_characters={ (character id...) }
| キャラクターIDリスト
+
| List of character ids.
  
  

ck3wikiへの投稿はすべて、表示 - 継承 3.0 非移植 (CC BY-SA 3.0) (詳細はCk3wiki:著作権を参照)のもとで公開したと見なされることにご注意ください。 自分が書いたものが他の人に容赦なく編集され、自由に配布されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください。 著作権保護されている作品は、許諾なしに投稿しないでください!

このページを編集するには、下記の確認用の質問に回答してください (詳細):

取り消し 編集の仕方 (新しいウィンドウで開きます)