Page 1 of 1

Unit Level

Posted: Sat Aug 09, 2014 3:47 pm
by erikthejohn
Hello!
Noticed that Austria has unit level 1 and Germany has level 2 on theire infantry. When do the Level of Units changes to 2 for austria (if it ever do)?

Great game btw!

/Erik

Re: Unit Level

Posted: Sat Aug 09, 2014 4:16 pm
by Historion
Unit Level depends on researched tech and Unit upgrades. "Industrial Warfare" is the first tech Austria should focus research on. "Industrial Warfare" will then be available in less than 10 turns. Upgrading a unit for 2 PP makes it Level II.
Late game Infantry has Level XIII while Garrison has Level IV and Cavalry Level III.

see file "technology.lua"

Code: Select all

data.newTechnologies =
{
  industrial_warfare =
  {
		stats =
		{
			basedefense = 4,
			--ammunition = -1,
		},
		unitTypes = {"infantry", "garrison", "cavalry"},
		cost = 2,       --Upgrade cost
		time = 100,   --time points to complete tech
		level = true,  -- increase unit level yes/no
  },