mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,58 @@
|
||||
class FriendlyBackpacks {
|
||||
tid = 538;
|
||||
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};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user