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

NFA - Change unit template counter #355

Open
ferbthe2gadgetguy opened this issue Nov 30, 2024 · 0 comments
Open

NFA - Change unit template counter #355

ferbthe2gadgetguy opened this issue Nov 30, 2024 · 0 comments
Labels
Suggestion - Specific For specific and actionable changes

Comments

@ferbthe2gadgetguy
Copy link

Quick questions
HOI4 version: 1.15.1
Kalterkrieg version: 1.15

Describe the specific change you would like:
Simply change the GFX of the Régiment étranger division from National France from a generic Special Forces Emblem to the La grenade à sept flammes, or rather, template counter no. 88

Explain the reasoning behind this actionable change:
It's quite literally the Foreign French Legion's emblem since the 1930s so not only is it fitting, it's part of their identity.

Additional context or comments:

So easy even I wrote it (I literally just changed the number 37 to 88).

division_template = {
	name = "Régiment étranger"			
	division_names_group = NFA_INF_03
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }

		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
	}
	support = {
		divhq_company = { x = 0 y = 0 }
		mot_recon = { x = 0 y = 1 }
		engineer = { x = 0 y = 2 }
		signal_company = { x = 0 y = 3 }
		logistics_company = { x = 0 y = 4 }
		field_hospital = { x = 1 y = 0 }
	}
	priority = 2
	template_counter = 88
}
@ferbthe2gadgetguy ferbthe2gadgetguy added the Suggestion - Specific For specific and actionable changes label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion - Specific For specific and actionable changes
Projects
None yet
Development

No branches or pull requests

1 participant