理念修改:修订间差异

本页面所适用的版本可能已经过时,最后更新于1.5
(2020年8月23日 (日) 02:03‎ DC123456789)
 
无编辑摘要
 
第2行: 第2行:
{{Expand}}
{{Expand}}


== Idea Modding==
== 理念修改==
Idea modding can be done be editing the "00_ideas.txt" file and is fairly straight-forward. Any country modifiers can be used in the ideas.
理念修改可以通过"00_ideas.txt" 文件来实现,这个过程相当简单直接。任何'''国家修正'''都可以用于这些理念中
The idea tiers are the default way to unlock/lock ideas located in "00_tech_tiers.txt", but any country triggers can work for this. They are grouped by the four basic stats, any deviation from this categorization system is not recommended.
The idea tiers are the default way to unlock/lock ideas located in "00_tech_tiers.txt", but any country triggers can work for this. They are grouped by the four basic stats, any deviation from this categorization system is not recommended.
<pre>
<pre>

2024年3月23日 (六) 13:48的最新版本


理念修改

理念修改可以通过"00_ideas.txt"文件来实现,这个过程相当简单直接。任何国家修正都可以用于这些理念中 The idea tiers are the default way to unlock/lock ideas located in "00_tech_tiers.txt", but any country triggers can work for this. They are grouped by the four basic stats, any deviation from this categorization system is not recommended.

idea_martial_ethos = {
	trigger = {
		military_tech >= idea_tier_1
	}
	land_morale_modifier = 0.10
	group = military_ideas
	soundeffect = "event:/SFX/UI/Actions/sfx_ui_action_select_idea_military"
}