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

Add canal constructions #659

Open
Idhrendur opened this issue Nov 16, 2024 · 0 comments
Open

Add canal constructions #659

Idhrendur opened this issue Nov 16, 2024 · 0 comments

Comments

@Idhrendur
Copy link
Member

This block has been added to common/on_actions/00_on_actions.txt, and needs to be replicated:

	on_startup = {
		effect = {
			# Add Canals
			IF = {
				limit = {
					has_dlc = "Gotterdammerung" 
				}
				58 = {
					add_building_construction = {
						type = canal_kiel
						level = 1
						instant_build = yes
						province =  6389
					}
				}
				685 = {
					add_building_construction = {
						type = canal_panama
						level = 1
						instant_build = yes
						province =  7617
					}
				}
			}
		}
	}
@Idhrendur Idhrendur added this to the Gotterdammerung milestone Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant