mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
58 lines
1.4 KiB
C++
58 lines
1.4 KiB
C++
class NeutralBackpacks {
|
|
class DZ_Patrol_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {2,"ItemSilverBar",1};
|
|
sell[] = {1,"ItemSilverBar",1};
|
|
};
|
|
class CZ_VestPouch_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {2,"ItemSilverBar",1};
|
|
sell[] = {1,"ItemSilverBar",1};
|
|
};
|
|
class DZ_ALICE_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {1,"ItemGoldBar",1};
|
|
sell[] = {5,"ItemSilverBar10oz",1};
|
|
};
|
|
class DZ_Assault_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {1,"ItemGoldBar",1};
|
|
sell[] = {5,"ItemSilverBar10oz",1};
|
|
};
|
|
class DZ_Backpack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class DZ_British_ACU {
|
|
type = "trade_backpacks";
|
|
buy[] = {4,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class DZ_CivilBackpack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class DZ_Czech_Vest_Puch {
|
|
type = "trade_backpacks";
|
|
buy[] = {2,"ItemSilverBar",1};
|
|
sell[] = {1,"ItemSilverBar",1};
|
|
};
|
|
class DZ_TK_Assault_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {6,"ItemSilverBar10oz",1};
|
|
sell[] = {3,"ItemSilverBar10oz",1};
|
|
};
|
|
class DZ_TerminalPack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {2,"ItemSilverBar10oz",1};
|
|
sell[] = {1,"ItemSilverBar10oz",1};
|
|
};
|
|
class DZ_GunBag_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
};
|