# The tank file for N.A.T.O.W
# See natow.sourceforge.net for details

tank
	name		"Light tank (jungle)"
	comment		"A lightweight, but fast tank"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_jungle_texture.model"
	#model		"models/tanks/small_tank.model"
	#texture_model	"models/tanks/small_jungle_texture.model"
	mass		3000.0
	speed		56.0
	accel		11.0
	health		100.0
	water_resist	15.0
	water_damage	0.1
	texture		"images/textures/tank1.rgb"
	scales		"0.95 0.95 0.95"
end

tank
	name		"Light tank (ice)"
	comment		"A lightweight, but fast tank"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_ice_texture.model"
	#model		"models/tanks/small_tank.model"
	#texture_model	"models/tanks/small_ice_texture.model"
	mass		3000.0
	speed		56.0
	accel		11.0
	health		100.0
	water_resist	15.0
	water_damage	0.1
	texture		"images/textures/tank1.rgb"
	scales		"0.95 0.95 0.95"
end

tank
	name		"Light tank (sand)"
	comment		"A lightweight, but fast tank"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_sand_texture.model"
	#model		"models/tanks/small_tank.model"
	#texture_model	"models/tanks/small_sand_texture.model"
	mass		3000.0
	speed		56.0
	accel		11.0
	health		100.0
	water_resist	15.0
	water_damage	0.1
	texture		"images/textures/tank1.rgb"
	scales		"0.95 0.95 0.95"
end

tank
	name		"Medium tank (jungle)"
	comment		"An all-round tank"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_jungle_texture.model"
	mass		5000.0
	speed		30.0
	accel		5.0
	health		200.0
	water_resist	25.0
	water_damage	0.5
	texture		"images/textures/tank2.rgb"
	scales		"1. 1. 1."
end

tank
	name		"Medium tank (ice)"
	comment		"An all-round tank"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_ice_texture.model"
	mass		5000.0
	speed		30.0
	accel		5.0
	health		200.0
	water_resist	25.0
	water_damage	0.5
	texture		"images/textures/tank2.rgb"
	scales		"1. 1. 1."
end

tank
	name		"Medium tank (sand)"
	comment		"An all-round tank"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_sand_texture.model"
	mass		5000.0
	speed		30.0
	accel		5.0
	health		200.0
	water_resist	25.0
	water_damage	0.5
	texture		"images/textures/tank2.rgb"
	scales		"1. 1. 1."
end

tank
	name		"Gun Platform (jungle)"
	comment		"A strong, motionless gun platform"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_jungle_texture.model"
	#model		"models/tanks/platform.model"
	#texture_model	"models/tanks/platform_jungle_texture.model"
	mass		10000.0
	speed		10.0
	accel		2.0
	health		350.0
	water_resist	35.0
	water_damage	1.0
	texture		"images/textures/tank3.rgb"
	scales		"1.05 1.05 1.05"
end

tank
	name		"Gun Platform (ice)"
	comment		"A strong, motionless gun platform"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_ice_texture.model"
	#model		"models/tanks/platform.model"
	#texture_model	"models/tanks/platform_ice_texture.model"
	mass		10000.0
	speed		10.0
	accel		2.0
	health		350.0
	water_resist	35.0
	water_damage	1.0
	texture		"images/textures/tank3.rgb"
	scales		"1.05 1.05 1.05"
end

tank
	name		"Gun Platform (sand)"
	comment		"A strong, motionless gun platform"
	model		"models/tanks/medium_tank.model"
	texture_model	"models/tanks/medium_sand_texture.model"
	#model		"models/tanks/platform.model"
	#texture_model	"models/tanks/platform_sand_texture.model"
	mass		10000.0
	speed		10.0
	accel		2.0
	health		350.0
	water_resist	35.0
	water_damage	1.0
	texture		"images/textures/tank3.rgb"
	scales		"1.05 1.05 1.05"
end
