;Prices will work in any monitary value; they'll just show with the US Dollar symbol ($)
;This is just for store intergration
;Anything without 'display' set will show as the db name in browser

[Ammo]
DataBlock = ChaingunAmmo;
Price = 50;
SellPrice = 30;
Count = 30;
Display = "Chaingun Bullets";

[Ammo]
DataBlock = DiscAmmo;
Price = 50;
SellPrice = 30;
Count = 30;
Display = "Explosive Discs";

[Ammo]
DataBlock = GrenadeLauncherAmmo;
Price = 50;
SellPrice = 30;
Count = 30;
Display = "Grenades";

[Ammo]
DataBlock = MissileLauncherAmmo;
Price = 50;
SellPrice = 30;
Count = 30;
Display = "Missile Pods";

[Ammo]
DataBlock = MortarAmmo;
Price = 50;
SellPrice = 30;
Count = 30;
Display = "Mortar Shells";

[Ammo]
DataBlock = PlasmaAmmo;
Price = 50;
SellPrice = 30;
Count = 30;
Display = "Plasmatoids";