mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
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.
67 lines
1.5 KiB
C++
67 lines
1.5 KiB
C++
class Category_538 {
|
|
class DZ_Czech_Vest_Pouch {
|
|
type = "trade_backpacks";
|
|
buy[] = {4,"ItemSilverBar"};
|
|
sell[] = {2,"ItemSilverBar"};
|
|
};
|
|
class DZ_Patrol_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {8,"ItemSilverBar"};
|
|
sell[] = {4,"ItemSilverBar"};
|
|
};
|
|
class DZ_Assault_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {1,"ItemSilverBar10oz"};
|
|
sell[] = {5,"ItemSilverBar"};
|
|
};
|
|
class DZ_TerminalPack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {2,"ItemSilverBar10oz"};
|
|
sell[] = {1,"ItemSilverBar10oz"};
|
|
};
|
|
class DZ_ALICE_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {6,"ItemSilverBar10oz"};
|
|
sell[] = {3,"ItemSilverBar10oz"};
|
|
};
|
|
class DZ_TK_Assault_Pack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {8,"ItemSilverBar10oz"};
|
|
sell[] = {4,"ItemSilverBar10oz"};
|
|
};
|
|
class DZ_CompactPack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {1,"ItemGoldBar"};
|
|
sell[] = {5,"ItemSilverBar10oz"};
|
|
};
|
|
class DZ_British_ACU {
|
|
type = "trade_backpacks";
|
|
buy[] = {4,"ItemGoldBar"};
|
|
sell[] = {2,"ItemGoldBar"};
|
|
};
|
|
class DZ_GunBag_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {6,"ItemGoldBar"};
|
|
sell[] = {3,"ItemGoldBar"};
|
|
};
|
|
class DZ_CivilBackpack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {8,"ItemGoldBar"};
|
|
sell[] = {4,"ItemGoldBar"};
|
|
};
|
|
class DZ_Backpack_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {5,"ItemGoldBar"};
|
|
};
|
|
class DZ_LargeGunBag_EP1 {
|
|
type = "trade_backpacks";
|
|
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
|
sell[] = {6,"ItemGoldBar"};
|
|
};
|
|
};
|
|
|
|
class Category_688 {
|
|
duplicate = 538;
|
|
};
|