Name British Military box
ShortName NavyBox
TopTexture NavyBoxTop
SideTexture NavyBoxSide
BottomTexture boxBottom
BlockID 179
Recipe I iron B dyePowder.4 R diamond
III
RIR
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 22
//Infantry
SetPage Infantry
AddGun L85 6 iron 8 fiberglass
AddAmmo L85Ammo 6 iron 4 gunpowder
AddGun L98A2 6 iron 8 fiberglass
AddAmmo L85Ammo 6 iron 4 gunpowder
AddGun LSW 7 iron 8 fiberglass
AddAmmo LSWAmmo 8 iron 6 gunpowder

//Aircraft
SetPage Aircraft
AddGun ADEN 10 iron
AddAmmo ADENAmmo 6 iron 8 gunpowder
AddGun AIM9 4 iron 4 gunpowder
AddGun Meteor 6 iron 8 gunpowder
AddGun AGM114 4 iron 4 gunpowder
AddGun Brimstone 4 iron 3 gunpowder
SetPage Aircraft 2
AddGun AS30 6 iron 8 gunpowder
AddGun StormShadow 7 iron 10 gunpowder
AddGun maverick 4 iron 6 gunpowder
AddGun CRV7 8 iron
AddAmmo CRV7Ammo 12 iron 12 gunpowder

//Tanks
SetPage Vehicles
AddGun HESH 4 iron 3 gunpowder
AddAmmo HESH90 3 iron 2 gunpowder
AddAltAmmo HESH76 2 iron 2 gunpowder
AddGun APFSDS 5 iron 2 gunpowder
AddAmmo APDS90 4 iron 2 gunpowder
AddAltAmmo APDS76 3 iron 1 gunpowder
AddGun HESH105 3 iron 3 gunpowder
AddAmmo APDS105 4 iron 3 gunpowder
AddGun 20pdrShell 2 iron 3 gunpowder
AddAmmo 20pdrmk1 3 iron 2 gunpowder
AddAltAmmo 20pdrmk3 4 iron 1 gunpowder
AddAltAmmo HESH165 5 iron 5 gunpowder
AddGun L15 5 iron 4 gunpowder
SetPage Vehicles 2
AddGun RARDEN 3 iron 3 gunpowder

//Navy
SetPage Naval
AddGun mk8mod1 16 iron 2 blockIron
AddAmmo 45inch 8 iron 16 gunpowder
AddGun CIWS 1 cannonBarrel 1 gunBreach 4 iron
AddAmmo CIWSAmmo 6 iron 8 gunpowder
AddGun Aster30 3 iron 5 gunpowder
AddGun Aster15 3 iron 3 gunpowder


