
//==============================================================================
//======================= CLASSIC MODE AMMO GOES HERE!! ========================
//==============================================================================


ACTOR ClassicGoldWandAmmo : Ammo 
{
	Inventory.PickupMessage "$TXT_AMMOGOLDWAND1"
	Inventory.Amount 10
	Inventory.MaxAmount 100
	Ammo.BackpackAmount 20
	Ammo.BackpackMaxAmount 200
	Inventory.PickupSound "ARTIUP"
	Inventory.Icon "INAMGLD"
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMG1 A 1 Bright A_SpawnItemEx("GoldWandAmmoFlare",0,0,26)
			Loop
	}
}

ACTOR ClassicGoldWandHefty : ClassicGoldWandAmmo
{
	Inventory.PickupMessage "$TXT_AMMOGOLDWAND2"
	Inventory.Amount 50
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMG2 AAAABBBBCCCC 1 Bright A_SpawnItemEx("GoldWandAmmoFlare2",0,0,26)
			Loop
	}
}

ACTOR ClassicCrossbowAmmo : Ammo
{
	Inventory.PickupMessage "$TXT_AMMOCROSSBOW1"
	Inventory.Amount 5
	Inventory.MaxAmount 50
	Ammo.BackpackMaxAmount 100
	Ammo.BackpackAmount 10
	Inventory.PickupSound "ARTIUP"
	Inventory.Icon "INAMBOW"
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMC1 A 1 Bright A_SpawnItemEx("CrossbowAmmoFlare",0,0,22)
			Loop
	}
}

ACTOR ClassicCrossbowHefty : ClassicCrossbowAmmo
{
	Inventory.PickupMessage "$TXT_AMMOCROSSBOW2"
	Inventory.Amount 12
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMC2 AAAAABBBBBCCCCC 1 Bright A_SpawnItemEx("CrossbowAmmoFlare2",0,0,20)
			Loop
	}
}

ACTOR ClassicBlasterAmmo : Ammo
{
	Inventory.PickupMessage "$TXT_AMMOBLASTER1"
	Inventory.Amount 20
	Inventory.MaxAmount 200
	Ammo.BackpackMaxAmount 400
	Ammo.BackpackAmount 40
	Inventory.PickupSound "ARTIUP"
	Inventory.Icon "INAMBST"
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMB1 AAAABBBBCCCC 1 Bright A_SpawnItemEx("BlasterAmmoFlare",0,0,26)
			Loop
	}
}

ACTOR ClassicBlasterHefty : ClassicBlasterAmmo
{
	Inventory.PickupMessage "$TXT_AMMOBLASTER2"
	Inventory.Amount 50
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMB2 AAAABBBBCCCC 1 Bright A_SpawnItemEx("BlasterAmmoFlare2",0,0,26)
			Loop
	}
}

ACTOR ClassicSkullRodAmmo : Ammo
{
	Inventory.PickupMessage "$TXT_AMMOSKULLROD1"
	Inventory.Amount 10
	Inventory.MaxAmount 125
	Ammo.BackpackMaxAmount 250
	Ammo.BackpackAmount 40
	Inventory.PickupSound "ARTIUP"
	Inventory.Icon "INAMRAM"
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMS1 AAAAABBBBB 1 Bright A_SpawnItemEx("HellRuneFlare",0,0,26)
			Loop
	}
}

ACTOR ClassicSkullRodHefty : ClassicSkullRodAmmo
{
	Inventory.PickupMessage "$TXT_AMMOSKULLROD2"
	Inventory.Amount 30
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMS2 AAAAABBBBB 1 Bright A_SpawnItemEx("HellRuneFlare2",0,0,26)
			Loop
	}
}

ACTOR ClassicPhoenixRodAmmo : Ammo
{
	Inventory.PickupMessage "$TXT_AMMOPHOENIXROD1"
	Inventory.Amount 5
	Inventory.MaxAmount 50
	Ammo.BackpackMaxAmount 100
	Ammo.BackpackAmount 10
	Inventory.PickupSound "ARTIUP"
	Inventory.Icon "INAMPNX"
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMP1 AAAABBBBCCCC 1 Bright A_SpawnItemEx("HellRuneFlare",0,0,26)
			Loop
	}
}

ACTOR ClassicPhoenixRodHefty : ClassicPhoenixRodAmmo
{
	Inventory.PickupMessage "$TXT_AMMOPHOENIXROD2"
	Inventory.Amount 50
	Inventory.RestrictedTo "Corvette"
	+FLOATBOB
	+FLOORHUGGER
	+FORCEXYBILLBOARD
	
	States
	{
		Spawn:
			AMP2 AAAABBBBCCCC 1 Bright A_SpawnItemEx("HellRuneFlare2",0,0,26)
			Loop
	}
}

ACTOR ClassicMaceAmmo : Ammo
{
	Inventory.PickupMessage "$TXT_AMMOMACE1"
	Inventory.Amount 20
	Inventory.MaxAmount 150
	Ammo.BackpackMaxAmount 300
	Ammo.BackpackAmount 40
	Inventory.PickupSound "ARTIUP"
	Inventory.Icon "INAMLOB"
	Inventory.RestrictedTo "Corvette"
	
	States
	{
		Spawn:
			AMM1 A 1 Bright A_SpawnItemEx("HellRuneFlare2",0,0,8)
			Loop
	}
}

ACTOR ClassicMaceHefty : ClassicMaceAmmo
{
	Inventory.PickupMessage "$TXT_AMMOMACE2"
	Inventory.Amount 100
	Inventory.RestrictedTo "Corvette"
	
	States
	{
		Spawn:
			AMM2 A 1 Bright A_SpawnItemEx("HellRuneFlare2",0,0,11)
			Loop
	}
}