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

24 lines
505 B
C++

class NeutralExplosives {
tid = 529;
class HandGrenade_west {
type = "trade_items";
buy[] = {4,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class PipeBomb {
type = "trade_items";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class 1Rnd_HE_M203 {
type = "trade_items";
buy[] = {4,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class HandGrenade_east {
type = "trade_items";
buy[] = {4,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
};