Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

War conversion #91

Open
IohannesIohannium opened this issue Jun 11, 2022 · 1 comment
Open

War conversion #91

IohannesIohannium opened this issue Jun 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@IohannesIohannium
Copy link
Contributor

Output in /common/history/diplomatic_plays/99_converter.txt
Each entry should have the following syntax:

DIPLOMATIC_PLAYS = {
	c:[Attacker tag] = {
		create_diplomatic_play = {
			name = [localized string]
		
			target_state = s:[STATE_NAME].region_state:[ABC]
			
			war = yes
			
			type = [casus belli]
			
			add_war_goal = {
				holder = c:[Defender tag]
				type = [war_goal]
				target_state = s:[STATE_NAME].region_state:[ABC]
			}			
		}	
	}
}

Casus belli is mapped through war_goal_map.txt configurable.

[war_goal] is mapped through defense_war_goal_map.txt

No idea yet how to use target_state or how to trigger co-belligerants

@gawquon
Copy link
Member

gawquon commented Dec 9, 2022

Include a fronter option to toggle if wars are converted or not, even in a good conversion this can get messy. Also makes less sense for people time skipping their games from 1821->1836.

@Zemurin Zemurin added the enhancement New feature or request label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants