mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-19 19:14:45 +00:00
45 lines
802 B
INI
Executable file
45 lines
802 B
INI
Executable file
;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"; |