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

23 lines
493 B
C++

class NeutralExplosives {
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};
};
};