Files
DayZ-Epoch/Server Files/Archive/CfgServerTrader/Category/NeutralWholesale.hpp
A Man 6699d8d746 Move no longer used maps to archive.
All files in the archive will no be updated. Ive added a copy of the current trader files too, so the old traders and trader cities can still be used with the current trader files.

Give me a hint if you think some of the files should be moved back.
2019-11-09 14:49:40 +01:00

81 lines
1.7 KiB
C++

class Category_675 {
class bulk_17Rnd_9x19_glock17 {
type = "trade_items";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class bulk_15Rnd_9x19_M9SD {
type = "trade_items";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class bulk_30Rnd_9x19_MP5SD {
type = "trade_items";
buy[] = {3,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"};
};
class bulk_30Rnd_556x45_StanagSD {
type = "trade_items";
buy[] = {4,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class bulk_ItemSandbag {
type = "trade_items";
buy[] = {3,"ItemGoldBar10oz"};
sell[] = {3,"ItemGoldBar10oz"};
};
class bulk_ItemTankTrap {
type = "trade_items";
buy[] = {2,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class bulk_ItemWire {
type = "trade_items";
buy[] = {5,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar10oz"};
};
class bulk_PartGeneric {
type = "trade_items";
buy[] = {8,"ItemGoldBar"};
sell[] = {8,"ItemGoldBar"};
};
class PartPlywoodPack {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class PartPlankPack {
type = "trade_items";
buy[] = {1,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar"};
};
class CinderBlocks {
type = "trade_items";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class MortarBucket {
type = "trade_items";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class ItemFuelBarrelEmpty {
type = "trade_items";
buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"};
};
class ItemFuelBarrel {
type = "trade_items";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
};
class Category_636 {
duplicate = 675;
};
class Category_555 {
duplicate = 675;
};