#Defensive armies can't transport of the planet
#Garrison armies are created by pops
#maintenance is directly scripted here. 0.25 translates to 0.25 monthly cost (excluding other upkeep modifiers)

dragonborn_army = {
	damage = 5.0
	health = 4.0
	morale = 2.0
	time = 360
	maintenance = 1.2
	icon_frame = 8
	
	cost = {
		minerals = 600
		energy = 300
	}
	
	potential = {
		from = {
			has_trait = trait_dragonborn
		}
	}
}

dragonblood_army = {
	damage = 2.0
	health = 3.0
	morale = 1.5
	time = 270
	maintenance = 0.9
	icon_frame = 8
	
	cost = {
		minerals = 400
		energy = 200
	}
	
	potential = {
		from = {
			has_trait = trait_dragon_blood
		}
	}
}
