Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/HeroAmmunition.hpp
Florian Kinder 0f5667eb88 removed tid
2014-02-04 16:19:28 +01:00

28 lines
655 B
C++

class HeroAmmunition {
class 30Rnd_556x45_StanagSD {
type = "trade_items";
buy[] = {4,"ItemSilverBar10oz",1};
sell[] = {2,"ItemSilverBar10oz",1};
};
class 5Rnd_86x70_L115A1 {
type = "trade_items";
buy[] = {4,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class 100Rnd_762x51_M240 {
type = "trade_items";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class 20Rnd_762x51_FNFAL {
type = "trade_items";
buy[] = {4,"ItemSilverBar10oz",1};
sell[] = {2,"ItemSilverBar10oz",1};
};
class 20Rnd_762x51_SB_SCAR {
type = "trade_items";
buy[] = {1,"ItemGoldBar",1};
sell[] = {5,"ItemSilverBar10oz",1};
};
};