Updated Categories

This commit is contained in:
Florian Kinder
2014-02-04 15:00:44 +01:00
parent 96bf638f28
commit f372af8547
84 changed files with 3554 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
class FriendlyLightMachineGunAmmo {
tid = 481;
class 100Rnd_762x51_M240 {
type = "trade_items";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class 200Rnd_556x45_M249 {
type = "trade_items";
buy[] = {4,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class 100Rnd_762x54_PK {
type = "trade_items";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
};