理念修改

本页面所适用的版本可能已经过时,最后更新于1.5
自由之民讨论 | 贡献2022年5月31日 (二) 20:14的版本 (2020年8月23日 (日) 02:03‎ DC123456789)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)


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. 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"
}