• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Abominus

French Maid
81 Badges
Sep 18, 2003
994
41
www.abominus.de.vu
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Sword of the Stars
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Europa Universalis III Complete
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris: Nemesis
  • Darkest Hour
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III Collection
  • Heir to the Throne
Problem with super_heavy_armor-brigade

I wrote a new tech for AEIOU, but I got a problem:

Code:
  	command = { type = activate_unit_type which = super_heavy_armor } #Spezialbrigade
	command = { type = scrap_model which = super_heavy_armor value = 0 }
 	command = { type = new_model which = super_heavy_armor value = 4 }
	command = { type = night_move which = super_heavy_armor value = 33 }
	command = { type = night_attack which = super_heavy_armor value = 33 }
	command = { type = night_defense which = super_heavy_armor value = 33 }

	command = { type = desert_attack which = super_heavy_armor value = 20 }
	command = { type = desert_defense which = super_heavy_armor value = -10 }

	command = { type = mountain_attack which = super_heavy_armor value = 20 }
	command = { type = mountain_defense which = super_heavy_armor value = -10 }

	command = { type = hill_attack which = super_heavy_armor value = 20 }
	command = { type = hill_defense which = super_heavy_armor value = -10 }

	command = { type = forest_attack which = super_heavy_armor value = 20 }
	command = { type = forest_defense which = super_heavy_armor value = -10 }

	command = { type = swamp_attack which = super_heavy_armor value = 20 }
	command = { type = swamp_defense which = super_heavy_armor value = -10 }

	command = { type = urban_attack which = super_heavy_armor value = 20 }
	command = { type = urban_defense which = super_heavy_armor value = -10 }

	command = { type = desert_move which = super_heavy_armor value = 10 }
	command = { type = mountain_move which = super_heavy_armor value = 10 }
	command = { type = hill_move which = super_heavy_armor value = 10 }
	command = { type = forest_move which = super_heavy_armor value = 10 }
	command = { type = swamp_move which = super_heavy_armor value = 10 }
	command = { type = urban_move which = super_heavy_armor value = 10 }
	command = { type = max_organization which = land value = 10 }

When I open HoI II and look at the tech, it shows that:

kuk116.jpg


Argh! Has anyone an idea, which number I had to use for the super_heavy_armor brigade? Infantry is 0, Militia is 11 and so on, but what should I use for the super_heavy_armor?

If I look at the vehicle ass. line there is also the super_heavy_armor, and it shows with "spezial", not with "gar". GRRRR....
 
Last edited: