mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
63 lines
1.5 KiB
C++
63 lines
1.5 KiB
C++
class NeutralWholesale {
|
|
class bulk_15Rnd_9x19_M9SD {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class bulk_17Rnd_9x19_glock17 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class bulk_30Rnd_556x45_StanagSD {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class bulk_30Rnd_9x19_MP5SD {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class bulk_ItemSandbag {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {2,"ItemGoldBar10oz",1};
|
|
};
|
|
class bulk_ItemTankTrap {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemGoldBar",1};
|
|
sell[] = {1,"ItemGoldBar",1};
|
|
};
|
|
class bulk_ItemWire {
|
|
type = "trade_items";
|
|
buy[] = {3,"ItemSilverBar10oz",1};
|
|
sell[] = {3,"ItemSilverBar10oz",1};
|
|
};
|
|
class bulk_PartGeneric {
|
|
type = "trade_items";
|
|
buy[] = {6,"ItemSilverBar10oz",1};
|
|
sell[] = {6,"ItemSilverBar10oz",1};
|
|
};
|
|
class CinderBlocks {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class PartPlywoodPack {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar10oz",1};
|
|
sell[] = {1,"ItemSilverBar10oz",1};
|
|
};
|
|
class MortarBucket {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class PartPlankPack {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemSilverBar10oz",1};
|
|
sell[] = {5,"ItemSilverBar",1};
|
|
};
|
|
};
|