Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/HeroAmmunition.hpp
2014-02-04 15:00:44 +01:00

29 lines
667 B
C++

class HeroAmmunition {
tid = 478;
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};
};
};