// -2 = VERYPOOR
// -1 = POOR
// 0 = LOW
// 1 = MEDIUM
// 2 = HIGH
// 3 = EXCELLENT
// 4 = SUPREME
// 5 = GODLIKE
// 6 = PERFECT

// Generics ----------------------------------------------------------------------
{
	name = "Mark"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "VenomGun"
	color = "97 E9 00"
	gender = "male"
	class = "Random"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = ""
}
// Nazis ----------------------------------------------------------------------
{
	name = "Adler"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "STG44"
	color = "9C 82 82"
	gender = "male"
	class = "Waffen-SS"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = "bots/chatfiles/Nazi.txt"
}

{
	name = "Hans"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "G43"
	color = "9C 82 82"
	gender = "male"
	class = "Waffen-SS"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = "bots/chatfiles/Nazi.txt"
}
// Germans ----------------------------------------------------------------------
{
	name = "Albert"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "Kar98"
	color = "5A 97 74"
	gender = "male"
	class = "German"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = ""
}

{
	name = "Arnold"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "MP40"
	color = "9C 82 82"
	gender = "male"
	class = "German"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = ""
}
// Americans ----------------------------------------------------------------------
{
	name = "James"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "Garand"
	color = "C9 A7 6A"
	gender = "male"
	class = "American"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = ""
}

{
	name = "William"
	accuracy = 2
	intellect = 1
	evade = 2
	anticipation = 1
	reactiontime = 1
	perception = 1
	favoriteweapon = "Thompson"
	color = "C9 A7 6A"
	gender = "male"
	class = "American"
	railcolor = red
	chatfrequency = 75
	revealed = true
	script = "humanbot"
	chatlump = ""
}