Ideas modding

本页面所适用的版本可能已经过时,最后更新于1.5
Pokewiz讨论 | 贡献2020年9月8日 (二) 01:15的版本 (merge from offical wiki)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)


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