This commit is contained in:
icomrade
2017-09-14 18:24:22 -04:00
19 changed files with 1964 additions and 1079 deletions

View File

@@ -1,37 +1,52 @@
class Category_577 { class Category_577 {
class 100Rnd_762x51_M240 { class 100Rnd_762x51_M240 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 30Rnd_556x45_StanagSD { class 200Rnd_762x51_M240 {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {1,"ItemGoldBar"};
}; };
class 20Rnd_762x51_B_SCAR { class 30Rnd_556x45_StanagSD {
type = "trade_items"; type = "trade_items";
buy[] = {6,"ItemGoldBar"}; buy[] = {4,"ItemSilverBar10oz"};
sell[] = {3,"ItemGoldBar"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class 20Rnd_762x51_SB_SCAR { class 20Rnd_762x51_B_SCAR {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemGoldBar"}; buy[] = {6,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"}; sell[] = {3,"ItemGoldBar"};
}; };
class 20Rnd_762x51_FNFAL { class 20Rnd_762x51_SB_SCAR {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar10oz"}; buy[] = {1,"ItemGoldBar"};
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {5,"ItemSilverBar10oz"};
}; };
class 20Rnd_762x51_DMR { class 20Rnd_762x51_FNFAL {
type = "trade_items"; type = "trade_items";
buy[] = {8,"ItemGoldBar"}; buy[] = {4,"ItemSilverBar10oz"};
sell[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class 5Rnd_86x70_L115A1 { class 20Rnd_762x51_DMR {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemGoldBar"}; buy[] = {8,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
}; class 5Rnd_86x70_L115A1 {
type = "trade_items";
buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class 10Rnd_127x99_M107 {
type = "trade_items";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class 3rnd_Anzio_20x102mm {
type = "trade_items";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
};

View File

@@ -1,32 +1,37 @@
class Category_569 { class Category_569 {
class LandRover_MG_TK_EP1_DZE { class LandRover_MG_TK_EP1_DZE {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {6,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar10oz"};
sell[] = {3,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
class LandRover_Special_CZ_EP1_DZE { class LandRover_Special_CZ_EP1_DZE {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {1,"ItemBriefcase100oz"}; buy[] = {1,"ItemBriefcase100oz"};
sell[] = {5,"ItemGoldBar10oz"}; sell[] = {5,"ItemGoldBar10oz"};
}; };
class UAZ_MG_TK_EP1_DZE { class UAZ_MG_TK_EP1_DZE {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {6,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar10oz"};
sell[] = {3,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
class GAZ_Vodnik_DZE { class BTR40_MG_TK_INS_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {2,"ItemBriefcase100oz"}; buy[] = {1,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"}; sell[] = {5,"ItemGoldBar10oz"};
}; };
class HMMWV_M998A2_SOV_DES_EP1_DZE { class GAZ_Vodnik_DZE {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {1,"ItemBriefcase100oz"}; buy[] = {2,"ItemBriefcase100oz"};
sell[] = {5,"ItemGoldBar10oz"}; sell[] = {1,"ItemBriefcase100oz"};
}; };
class HMMWV_M1151_M2_CZ_DES_EP1_DZE { class HMMWV_M998A2_SOV_DES_EP1_DZE {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {4,"ItemBriefcase100oz"}; buy[] = {1,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"}; sell[] = {5,"ItemGoldBar10oz"};
}; };
}; class HMMWV_M1151_M2_CZ_DES_EP1_DZE {
type = "trade_any_vehicle";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"};
};
};

View File

@@ -1,57 +1,97 @@
class Category_627 { class Category_627 {
class G36_C_SD_camo { //Holo SD desert camo class G36_C_SD_camo { //Holo SD desert camo
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class M4A1_AIM_SD_camo { //CCO SD green camo class M4A1_AIM_SD_camo { //CCO SD green camo
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class FNFAL_DZ { class FNFAL_ANPVS4_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class FN_FAL_ANPVS4_DZE { class FN_FAL_ANPVS4_DZE { // The DZE version has togglable night vision
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class SCAR_H_LNG_Sniper { class SCAR_H_LNG_Sniper {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar10oz"};
sell[] = {3,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
class SCAR_H_LNG_Sniper_SD { class SCAR_H_LNG_Sniper_SD {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class M110_NVG_EP1 { class M110_NVG_EP1 {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {7,"ItemGoldBar10oz"}; buy[] = {7,"ItemGoldBar10oz"};
sell[] = {4,"ItemGoldBar10oz"}; sell[] = {4,"ItemGoldBar10oz"};
}; };
class DMR_DZ { class DMR_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar10oz"};
sell[] = {3,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
class BAF_LRR_scoped { class DMR_Gh_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
class M240_DZ { class BAF_LRR_scoped { // Tan Lapua Variant
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
class Mk48_DZ { class BAF_LRR_scoped_W { //Green Lapua Variant
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar10oz"};
}; };
}; class m107_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar10oz"};
};
class Anzio_20_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar10oz"};
};
class M240_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class M240_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M240_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class Mk48_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
class Mk48_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class Mk48_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
};

View File

@@ -1,146 +1,686 @@
class Category_485 { class Category_485 {
class G36C_DZ { class G36C_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar"}; buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class G36C_camo { //Iron sight desert camo class G36C_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class G36A_Camo_DZ { class G36C_Holo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class G36K_Camo_DZ { class G36C_ACOG_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class M16A2_DZ { class G36C_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class M16A4_DZ { class G36C_CCO_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"}; sell[] = {8,"ItemGoldBar"};
}; };
class M4A1_DZ { class G36C_Holo_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"}; sell[] = {8,"ItemGoldBar"};
}; };
class M4A1_HWS_GL_camo { //GL Holo Green Camo class G36C_ACOG_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class M4A1_HWS_GL_SD_Camo { class G36C_camo { //Iron sight desert camo
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {3,"ItemGoldBar"};
}; };
class M4A3_CCO_EP1 { //CCO FL Desert Camo class G36A_Camo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {6,"ItemGoldBar"};
sell[] = {5,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class SCAR_L_CQC { class G36K_Camo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {7,"ItemGoldBar"}; buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class SCAR_L_CQC_CCO_SD { class G36K_Camo_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"}; sell[] = {7,"ItemGoldBar"};
}; };
class SCAR_L_CQC_Holo { class M16A2_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class SCAR_L_CQC_EGLM_Holo { class M16A2_GL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class SCAR_L_STD_EGLM_RCO { class M16A4_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {4,"ItemGoldBar"};
sell[] = {7,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class SCAR_L_STD_HOLO { class M16A4_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class SCAR_L_STD_Mk4CQT { class M16A4_Holo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class L85_Holo_DZ { class M16A4_ACOG_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class BAF_L85A2_RIS_SUSAT { class M16A4_GL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class BAF_L85A2_RIS_ACOG { class M16A4_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class SA58_DZ { class M16A4_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class Sa58V_CCO_EP1 { class M16A4_CCO_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class Sa58V_RCO_EP1 { class M16A4_Holo_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class AKS74U_DZ { class M16A4_ACOG_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {7,"ItemGoldBar"};
}; };
class AKM_DZ { class M16A4_GL_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class AK74_DZ { class M16A4_CCO_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class FNFAL_DZ { class M16A4_Holo_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class FN_FAL_ANPVS4_DZE { class M16A4_ACOG_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {8,"ItemGoldBar"};
}; };
}; class M16A4_GL_MFL_DZ {
type = "trade_weapons";
class Category_615 { buy[] = {-1,"ItemGoldBar"}; // Sell only
duplicate = 485; sell[] = {6,"ItemGoldBar"};
}; };
class M16A4_GL_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M16A4_GL_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M16A4_GL_ACOG_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M16A4_GL_CCO_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M16A4_GL_Holo_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M16A4_GL_ACOG_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class M16A4_GL_CCO_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M16A4_GL_Holo_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M16A4_GL_ACOG_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_DZ {
type = "trade_weapons";
buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class M4A1_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class M4A1_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class M4A1_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M4A1_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class M4A1_CCO_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class M4A1_CCO_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_CCO_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_CCO_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class M4A1_CCO_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class M4A1_Holo_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class M4A1_Holo_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_Holo_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_Holo_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class M4A1_Holo_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_ACOG_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_ACOG_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M4A1_ACOG_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_ACOG_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_ACOG_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {11,"ItemGoldBar"};
};
class M4A1_ACOG_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class M4A1_GL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class M4A1_GL_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class M4A1_GL_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_GL_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_GL_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class M4A1_GL_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_GL_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_GL_CCO_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M4A1_GL_CCO_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_GL_CCO_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_GL_CCO_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {11,"ItemGoldBar"};
};
class M4A1_GL_CCO_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class M4A1_GL_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class M4A1_GL_Holo_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M4A1_GL_Holo_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_GL_Holo_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_GL_Holo_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {11,"ItemGoldBar"};
};
class M4A1_GL_Holo_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class M4A1_GL_ACOG_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class M4A1_GL_ACOG_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class M4A1_GL_ACOG_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A1_GL_ACOG_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class M4A1_GL_ACOG_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {13,"ItemGoldBar"};
};
class M4A1_GL_ACOG_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {14,"ItemGoldBar"};
};
class M4A1_HWS_GL_camo { //GL Holo Green Camo
type = "trade_weapons";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class M4A1_HWS_GL_SD_Camo {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
class M4A3_CCO_EP1 { //CCO FL Desert Camo
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class SCAR_L_CQC {
type = "trade_weapons";
buy[] = {7,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"};
};
class SCAR_L_CQC_CCO_SD {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {8,"ItemGoldBar"};
};
class SCAR_L_CQC_Holo {
type = "trade_weapons";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class SCAR_L_CQC_EGLM_Holo {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class SCAR_L_STD_EGLM_RCO {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {7,"ItemGoldBar"};
};
class SCAR_L_STD_HOLO {
type = "trade_weapons";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class SCAR_L_STD_Mk4CQT {
type = "trade_weapons";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class L85_Holo_DZ {
type = "trade_weapons";
buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"};
};
class BAF_L85A2_RIS_SUSAT {
type = "trade_weapons";
buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"};
};
class BAF_L85A2_RIS_ACOG {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class SA58_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class SA58_RIS_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class SA58_RIS_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class SA58_RIS_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class SA58_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class SA58_CCO_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class SA58_CCO_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SA58_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class SA58_Holo_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class SA58_Holo_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SA58_ACOG_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SA58_ACOG_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class SA58_ACOG_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class Sa58V_CCO_EP1 { // This rifle should be removed because it is redundant
type = "trade_weapons";
buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class Sa58V_RCO_EP1 { // This rifle should be removed because it is redundant
type = "trade_weapons";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class AKS74U_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class AKS74U_Kobra_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class AKS74U_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class AKS74U_Kobra_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class AKM_DZ {
type = "trade_weapons";
buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"};
};
class AKM_Kobra_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class AKM_PSO1_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class AK74_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class AK74_Kobra_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class AK74_PSO1_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class AK74_GL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class AK74_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class AK74_Kobra_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class AK74_PSO1_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class AK74_GL_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class AK74_GL_Kobra_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class AK74_GL_PSO1_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class AK74_GL_Kobra_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
class AK74_GL_PSO1_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"};
};
class FNFAL_DZ {
type = "trade_weapons";
buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"};
};
class FNFAL_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class FNFAL_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
};
class Category_615 {
duplicate = 485;
};

View File

@@ -1,61 +1,66 @@
class Category_538 { class Category_538 {
class DZ_Czech_Vest_Pouch { class DZ_Czech_Vest_Pouch {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {4,"ItemSilverBar"}; buy[] = {4,"ItemSilverBar"};
sell[] = {2,"ItemSilverBar"}; sell[] = {2,"ItemSilverBar"};
}; };
class DZ_Patrol_Pack_EP1 { class DZ_Patrol_Pack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {8,"ItemSilverBar"}; buy[] = {8,"ItemSilverBar"};
sell[] = {4,"ItemSilverBar"}; sell[] = {4,"ItemSilverBar"};
}; };
class DZ_Assault_Pack_EP1 { class DZ_Assault_Pack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {1,"ItemSilverBar10oz"}; buy[] = {1,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar"}; sell[] = {5,"ItemSilverBar"};
}; };
class DZ_TerminalPack_EP1 { class DZ_TerminalPack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class DZ_ALICE_Pack_EP1 { class DZ_ALICE_Pack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {6,"ItemSilverBar10oz"}; buy[] = {6,"ItemSilverBar10oz"};
sell[] = {3,"ItemSilverBar10oz"}; sell[] = {3,"ItemSilverBar10oz"};
}; };
class DZ_TK_Assault_Pack_EP1 { class DZ_TK_Assault_Pack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {8,"ItemSilverBar10oz"}; buy[] = {8,"ItemSilverBar10oz"};
sell[] = {4,"ItemSilverBar10oz"}; sell[] = {4,"ItemSilverBar10oz"};
}; };
class DZ_CompactPack_EP1 { class DZ_CompactPack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"}; sell[] = {5,"ItemSilverBar10oz"};
}; };
class DZ_British_ACU { class DZ_British_ACU {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {4,"ItemGoldBar"}; buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class DZ_GunBag_EP1 { class DZ_GunBag_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {6,"ItemGoldBar"}; buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class DZ_CivilBackpack_EP1 { class DZ_CivilBackpack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {8,"ItemGoldBar"}; buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class DZ_Backpack_EP1 { class DZ_Backpack_EP1 {
type = "trade_backpacks"; type = "trade_backpacks";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
}; class DZ_LargeGunBag_EP1 {
type = "trade_backpacks";
class Category_688 { buy[] = {-1,"ItemGoldBar"}; // Sell only
duplicate = 538; sell[] = {6,"ItemGoldBar"};
}; };
};
class Category_688 {
duplicate = 538;
};

View File

@@ -1,61 +1,116 @@
class Category_486 { class Category_486 {
class BAF_L86A2_ACOG { class BAF_L86A2_ACOG {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class L110A1_DZ { class L110A1_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class M249_DZ { class L110A1_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {6,"ItemGoldBar"}; sell[] = {7,"ItemGoldBar"};
}; };
class M249_m145_EP1_DZE { class L110A1_Holo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {9,"ItemGoldBar"}; sell[] = {7,"ItemGoldBar"};
}; };
class M240_DZ { class M249_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class Mk48_DZ { class M249_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {8,"ItemGoldBar"};
}; };
class RPK_DZ { class M249_Holo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {8,"ItemGoldBar"};
}; };
class RPK74_DZ { class M240_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class UK59_DZ { class M240_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {7,"ItemGoldBar"};
}; };
class PKM_DZ { class M240_Holo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"}; sell[] = {7,"ItemGoldBar"};
}; };
class Pecheneg_DZ { class Mk48_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
}; class Mk48_CCO_DZ {
type = "trade_weapons";
class Category_616 { buy[] = {-1,"ItemGoldBar"}; // Sell only
duplicate = 486; sell[] = {12,"ItemGoldBar"};
}; };
class Mk48_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class RPK_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
class RPK_Kobra_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {12,"ItemGoldBar"};
};
class RPK_PSO1_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {14,"ItemGoldBar"};
};
class RPK74_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class RPK74_Kobra_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class RPK74_PSO1_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {9,"ItemGoldBar"};
};
class UK59_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
class PKM_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"};
};
class Pecheneg_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
};
class Category_616 {
duplicate = 486;
};

View File

@@ -1,41 +1,46 @@
class Category_622 { class Category_622 {
class 100Rnd_556x45_M249 { class 100Rnd_556x45_M249 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 200Rnd_556x45_M249 { class 200Rnd_556x45_M249 {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemGoldBar"}; buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class 100Rnd_762x51_M240 { class 100Rnd_762x51_M240 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 50Rnd_762x54_UK59 { class 200Rnd_762x51_M240 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 75Rnd_545x39_RPK { class 50Rnd_762x54_UK59 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 75Rnd_762x39_RPK { class 75Rnd_545x39_RPK {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 100Rnd_762x54_PK { class 75Rnd_762x39_RPK {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
}; class 100Rnd_762x54_PK {
type = "trade_items";
class Category_481 { buy[] = {2,"ItemGoldBar"};
duplicate = 622; sell[] = {1,"ItemGoldBar"};
}; };
};
class Category_481 {
duplicate = 622;
};

View File

@@ -1,118 +1,123 @@
class Category_541 { class Category_541 {
class ItemAntibiotic { class ItemAntibiotic {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class ItemBandage { class ItemBandage {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class ItemAntibacterialWipe { class ItemAntibacterialWipe {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
// bloodBagONEG is automatically swapped with ItemBloodbag if dayz_classicBloodBagSystem = true; Other typed bags and bloodTester are ignored. // bloodBagONEG is automatically swapped with ItemBloodbag if dayz_classicBloodBagSystem = true; Other typed bags and bloodTester are ignored.
class bloodBagONEG { class bloodBagONEG {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar"}; buy[] = {4,"ItemSilverBar"};
sell[] = {2,"ItemSilverBar"}; sell[] = {2,"ItemSilverBar"};
}; };
class bloodBagANEG { class bloodBagANEG {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodBagAPOS { class bloodBagAPOS {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodBagBNEG { class bloodBagBNEG {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodBagBPOS { class bloodBagBPOS {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodBagABNEG { class bloodBagABNEG {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodBagABPOS { class bloodBagABPOS {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodBagOPOS { class bloodBagOPOS {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class bloodTester { class bloodTester {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class transfusionKit { class transfusionKit {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class emptyBloodBag { class emptyBloodBag {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class ItemEpinephrine { class ItemEpinephrine {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class ItemHeatPack { class ItemHeatPack {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class ItemMorphine { class ItemMorphine {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class ItemPainkiller { class ItemPainkiller {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class equip_string { class equip_string {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class equip_gauze { class equip_gauze {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class equip_gauzepackaged { class equip_gauzepackaged {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class equip_rag { class equip_rag {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class equip_herb_box { class equip_herb_box {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class ItemKiloHemp {
type = "trade_items";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"};
};
}; };

View File

@@ -1,46 +1,51 @@
class Category_491 { class Category_491 {
class LandRover_CZ_EP1 { class LandRover_CZ_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class LandRover_TK_CIV_EP1 { class LandRover_TK_CIV_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class HMMWV_M1035_DES_EP1 { class HMMWV_M1035_DES_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz"}; buy[] = {4,"ItemGoldBar10oz"};
sell[] = {2,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};
}; };
class HMMWV_Ambulance { class HMMWV_Ambulance {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz"}; buy[] = {4,"ItemGoldBar10oz"};
sell[] = {2,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};
}; };
class HMMWV_Ambulance_CZ_DES_EP1 { class HMMWV_Ambulance_CZ_DES_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz"}; buy[] = {4,"ItemGoldBar10oz"};
sell[] = {2,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};
}; };
class HMMWV_DES_EP1 { class HMMWV_DES_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz"}; buy[] = {4,"ItemGoldBar10oz"};
sell[] = {2,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};
}; };
class HMMWV_DZ { class HMMWV_DZ {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz"}; buy[] = {4,"ItemGoldBar10oz"};
sell[] = {2,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};
}; };
class GAZ_Vodnik_MedEvac { class BTR40_TK_INS_EP1 {
type = "trade_any_vehicle"; type = "trade_any_vehicle";
buy[] = {1,"ItemBriefcase100oz"}; buy[] = {4,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar10oz"}; sell[] = {2,"ItemGoldBar10oz"};
}; };
}; class GAZ_Vodnik_MedEvac {
type = "trade_any_vehicle";
class Category_599 { buy[] = {1,"ItemBriefcase100oz"};
duplicate = 491; sell[] = {5,"ItemGoldBar10oz"};
}; };
};
class Category_599 {
duplicate = 491;
};

View File

@@ -1,46 +1,46 @@
class Category_625 { class Category_625 {
class 15Rnd_9x19_M9 { class 15Rnd_9x19_M9 {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar10oz"}; buy[] = {1,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar"}; sell[] = {5,"ItemSilverBar"};
}; };
class 15Rnd_9x19_M9SD { class 15Rnd_9x19_M9SD {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 17Rnd_9x19_glock17 { class 17Rnd_9x19_glock17 {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar10oz"}; buy[] = {1,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar"}; sell[] = {5,"ItemSilverBar"};
}; };
class 17Rnd_9x19_glock17SD { class 17Rnd_9x19_glock17SD {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 6Rnd_45ACP { class 6Rnd_45ACP {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 7Rnd_45ACP_1911 { class 7Rnd_45ACP_1911 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 8Rnd_9x18_Makarov { class 8Rnd_9x18_Makarov {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 8Rnd_9x18_MakarovSD { class 8Rnd_9x18_MakarovSD {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
}; };
class Category_484 { class Category_484 {
duplicate = 625; duplicate = 625;
}; };

View File

@@ -1,36 +1,71 @@
class Category_489 { class Category_489 {
class M9_DZ { class M9_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"}; sell[] = {5,"ItemSilverBar10oz"};
}; };
class G17_DZ { class M9_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {5,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {2,"ItemGoldBar"};
}; };
class Makarov_DZ { class G17_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {5,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class Revolver_DZ { class G17_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemGoldBar"};
}; };
class revolver_gold_EP1 { class G17_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {3,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class M1911_DZ { class G17_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {2,"ItemGoldBar"};
}; };
}; class G17_SD_FL_DZ {
type = "trade_weapons";
class Category_617 { buy[] = {-1,"ItemGoldBar"}; // Sell only
duplicate = 489; sell[] = {3,"ItemGoldBar"};
}; };
class G17_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class Makarov_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class Makarov_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"};
};
class Revolver_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class revolver_gold_EP1 {
type = "trade_weapons";
buy[] = {3,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class M1911_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
};
class Category_617 {
duplicate = 489;
};

View File

@@ -1,46 +1,161 @@
class Category_574 { class Category_574 {
class Crossbow_DZ { class Crossbow_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemSilverBar10oz"}; buy[] = {1,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar"}; sell[] = {5,"ItemSilverBar"};
}; };
class RedRyder { class Crossbow_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemSilverBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class MR43_DZ { class Crossbow_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemSilverBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class Winchester1866_DZ { class Crossbow_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {2,"ItemGoldBar"};
}; };
class M1014_DZ { class Crossbow_Scope_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {3,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class Remington870_DZ { class Crossbow_CCO_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class LeeEnfield_DZ { class Crossbow_Scope_FL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {4,"ItemGoldBar"};
}; };
class Mosin_DZ { class Crossbow_CCO_MFL_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemSilverBar10oz"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {4,"ItemGoldBar"};
}; };
}; class Crossbow_Scope_MFL_DZ {
type = "trade_weapons";
class Category_620 { buy[] = {-1,"ItemGoldBar"}; // Sell only
duplicate = 574; sell[] = {5,"ItemGoldBar"};
}; };
class RedRyder {
type = "trade_weapons";
buy[] = {1,"ItemSilverBar10oz"};
sell[] = {5,"ItemSilverBar"};
};
class MR43_DZ {
type = "trade_weapons";
buy[] = {1,"ItemSilverBar10oz"};
sell[] = {8,"ItemSilverBar"};
};
class Winchester1866_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class M1014_DZ {
type = "trade_weapons";
buy[] = {3,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class M1014_CCO_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class M1014_Holo_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class Remington870_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class Remington870_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"};
};
class Remington870_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class LeeEnfield_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class Mosin_DZ {
type = "trade_weapons";
buy[] = {4,"ItemSilverBar10oz"};
sell[] = {2,"ItemSilverBar10oz"};
};
class Mosin_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {1,"ItemGoldBar"};
};
class Mosin_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"};
};
class Mosin_Belt_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {2,"ItemGoldBar"};
};
class Mosin_Belt_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {3,"ItemGoldBar"};
};
class Mosin_Belt_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class Mosin_PU_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"};
};
class Mosin_PU_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {5,"ItemGoldBar"};
};
class Mosin_PU_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class Mosin_PU_Belt_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
class Mosin_PU_Belt_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class Mosin_PU_Belt_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {8,"ItemGoldBar"};
};
};
class Category_620 {
duplicate = 574;
};

View File

@@ -1,61 +1,61 @@
class Category_623 { class Category_623 {
class 1Rnd_Bolt_Tranquilizer { class 1Rnd_Bolt_Tranquilizer {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 1Rnd_Bolt_Explosive { class 1Rnd_Bolt_Explosive {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar"}; buy[] = {4,"ItemSilverBar"};
sell[] = {2,"ItemSilverBar"}; sell[] = {2,"ItemSilverBar"};
}; };
class 12Rnd_Quiver_Wood { class 12Rnd_Quiver_Wood {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar"}; buy[] = {4,"ItemSilverBar"};
sell[] = {2,"ItemSilverBar"}; sell[] = {2,"ItemSilverBar"};
}; };
class 350Rnd_BB_Magazine { class 350Rnd_BB_Magazine {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 2Rnd_12Gauge_Buck { class 2Rnd_12Gauge_Buck {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 2Rnd_12Gauge_Slug { class 2Rnd_12Gauge_Slug {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemSilverBar"}; buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 8Rnd_12Gauge_Slug { class 8Rnd_12Gauge_Slug {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar"}; buy[] = {4,"ItemSilverBar"};
sell[] = {4,"ItemSilverBar"}; sell[] = {4,"ItemSilverBar"};
}; };
class 8Rnd_12Gauge_Buck { class 8Rnd_12Gauge_Buck {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar"}; buy[] = {4,"ItemSilverBar"};
sell[] = {4,"ItemSilverBar"}; sell[] = {4,"ItemSilverBar"};
}; };
class 15Rnd_W1866_Slug { class 15Rnd_W1866_Slug {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 10Rnd_303British { class 10Rnd_303British {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class 5Rnd_762x54_Mosin { class 5Rnd_762x54_Mosin {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
}; };
class Category_573 { class Category_573 {
duplicate = 623; duplicate = 623;
}; };

View File

@@ -1,46 +1,86 @@
class Category_487 { class Category_487 {
class M4SPR { class M4SPR {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class M14_DZ { class M14_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class CZ550_DZ { class M14_Gh_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {1,"ItemGoldBar"}; sell[] = {11,"ItemGoldBar"};
}; };
class M24_DZ { class M14_CCO_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {6,"ItemGoldBar"}; sell[] = {12,"ItemGoldBar"};
}; };
class M24_des_EP1 { // desert camo class M14_Holo_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {6,"ItemGoldBar"}; sell[] = {12,"ItemGoldBar"};
}; };
class M40A3_DZ { class M14_CCO_Gh_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {6,"ItemGoldBar"}; sell[] = {13,"ItemGoldBar"};
}; };
class SVD_DZ { class M14_Holo_Gh_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {6,"ItemGoldBar"}; sell[] = {13,"ItemGoldBar"};
}; };
class SVD_des_EP1 { // desert camo class CZ550_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
}; class M24_DZ {
type = "trade_weapons";
class Category_619 { buy[] = {1,"ItemGoldBar10oz"};
duplicate = 487; sell[] = {6,"ItemGoldBar"};
}; };
class M24_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class M24_des_EP1 { // desert camo
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class M40A3_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class M40A3_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SVD_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
class SVD_Gh_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
sell[] = {7,"ItemGoldBar"};
};
class SVD_des_EP1 { // desert camo
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"};
};
};
class Category_619 {
duplicate = 487;
};

View File

@@ -1,26 +1,26 @@
class Category_624 { class Category_624 {
class 5Rnd_17HMR { class 5Rnd_17HMR {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"}; sell[] = {5,"ItemSilverBar10oz"};
}; };
class 5Rnd_762x51_M24 { class 5Rnd_762x51_M24 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 20Rnd_762x51_DMR { class 20Rnd_762x51_DMR {
type = "trade_items"; type = "trade_items";
buy[] = {8,"ItemGoldBar"}; buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class 10Rnd_762x54_SVD { class 10Rnd_762x54_SVD {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
}; };
class Category_482 { class Category_482 {
duplicate = 624; duplicate = 624;
}; };

View File

@@ -1,41 +1,41 @@
class Category_626 { class Category_626 {
class 20Rnd_B_765x17_Ball { class 20Rnd_B_765x17_Ball {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 30Rnd_9x19_UZI { class 30Rnd_9x19_UZI {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 30Rnd_9x19_UZI_SD { class 30Rnd_9x19_UZI_SD {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 30Rnd_9x19_MP5 { class 30Rnd_9x19_MP5 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 30Rnd_9x19_MP5SD { class 30Rnd_9x19_MP5SD {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar10oz"}; buy[] = {4,"ItemSilverBar10oz"};
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class 64Rnd_9x19_Bizon { class 64Rnd_9x19_Bizon {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
class 64Rnd_9x19_SD_Bizon { class 64Rnd_9x19_SD_Bizon {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemSilverBar10oz"};
}; };
}; };
class Category_483 { class Category_483 {
duplicate = 626; duplicate = 626;
}; };

View File

@@ -1,31 +1,41 @@
class Category_488 { class Category_488 {
class Sa61_EP1 { class Sa61_EP1 {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"}; sell[] = {5,"ItemSilverBar10oz"};
}; };
class PDW_DZ { class PDW_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar"}; buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class UZI_SD_EP1 { class UZI_SD_EP1 {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class MP5_DZ { class MP5_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class Bizon_DZ { class MP5_SD_DZ {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {4,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
}; class Bizon_DZ {
type = "trade_weapons";
class Category_618 { buy[] = {8,"ItemGoldBar"};
duplicate = 488; sell[] = {4,"ItemGoldBar"};
}; };
class Bizon_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {6,"ItemGoldBar"};
};
};
class Category_618 {
duplicate = 488;
};

View File

@@ -1,62 +1,67 @@
class Category_527 { class Category_527 {
class 8Rnd_B_Saiga12_74Slug { class 8Rnd_B_Saiga12_74Slug {
type = "trade_items"; type = "trade_items";
buy[] = {5,"ItemSilverBar"}; buy[] = {5,"ItemSilverBar"};
sell[] = {3,"ItemSilverBar"}; sell[] = {3,"ItemSilverBar"};
}; };
class 8Rnd_B_Saiga12_Pellets { class 8Rnd_B_Saiga12_Pellets {
type = "trade_items"; type = "trade_items";
buy[] = {5,"ItemSilverBar"}; buy[] = {5,"ItemSilverBar"};
sell[] = {3,"ItemSilverBar"}; sell[] = {3,"ItemSilverBar"};
}; };
class 20Rnd_B_AA12_Pellets { class 20Rnd_B_AA12_Pellets {
type = "trade_items"; type = "trade_items";
buy[] = {8,"ItemSilverBar"}; buy[] = {8,"ItemSilverBar"};
sell[] = {5,"ItemSilverBar"}; sell[] = {5,"ItemSilverBar"};
}; };
class 20Rnd_B_AA12_74Slug { class 20Rnd_B_AA12_74Slug {
type = "trade_items"; type = "trade_items";
buy[] = {8,"ItemSilverBar"}; buy[] = {8,"ItemSilverBar"};
sell[] = {5,"ItemSilverBar"}; sell[] = {5,"ItemSilverBar"};
}; };
class 30Rnd_556x45_Stanag { class 30Rnd_556x45_Stanag {
type = "trade_items"; type = "trade_items";
buy[] = {5,"ItemSilverBar"}; buy[] = {5,"ItemSilverBar"};
sell[] = {3,"ItemSilverBar"}; sell[] = {3,"ItemSilverBar"};
}; };
class 30Rnd_556x45_StanagSD { class 30Rnd_556x45_StanagSD {
type = "trade_items"; type = "trade_items";
buy[] = {4,"ItemSilverBar10oz"}; buy[] = {4,"ItemSilverBar10oz"};
sell[] = {2,"ItemSilverBar10oz"}; sell[] = {2,"ItemSilverBar10oz"};
}; };
class 20Rnd_762x51_B_SCAR { class 20Rnd_762x51_B_SCAR {
type = "trade_items"; type = "trade_items";
buy[] = {6,"ItemGoldBar"}; buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class 20Rnd_762x51_SB_SCAR { class 20Rnd_762x51_SB_SCAR {
type = "trade_items"; type = "trade_items";
buy[] = {1,"ItemGoldBar"}; buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"}; sell[] = {5,"ItemSilverBar10oz"};
}; };
class 100Rnd_556x45_BetaCMag { class 100Rnd_556x45_BetaCMag {
type = "trade_items"; type = "trade_items";
buy[] = {6,"ItemSilverBar10oz"}; buy[] = {6,"ItemSilverBar10oz"};
sell[] = {3,"ItemSilverBar10oz"}; sell[] = {3,"ItemSilverBar10oz"};
}; };
class 100Rnd_762x51_M240 { class 200Rnd_556x45_M249 {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemGoldBar"}; buy[] = {4,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class 20Rnd_9x39_SP5_VSS { class 100Rnd_762x51_M240 {
type = "trade_items"; type = "trade_items";
buy[] = {3,"ItemGoldBar"}; buy[] = {2,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar"};
}; };
class 5Rnd_127x108_KSVK { class 20Rnd_9x39_SP5_VSS {
type = "trade_items"; type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"}; buy[] = {3,"ItemGoldBar"};
sell[] = {1,"ItemSilverBar10oz"}; sell[] = {1,"ItemGoldBar"};
}; };
}; class 5Rnd_127x108_KSVK {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
};

View File

@@ -1,87 +1,92 @@
class Category_526 { class Category_526 {
class MeleeBaseBallBat { class MeleeBaseBallBat {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemSilverBar"}; buy[] = {2,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"}; sell[] = {1,"ItemSilverBar"};
}; };
class Saiga12K { class Saiga12K {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {5,"ItemGoldBar"}; buy[] = {5,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class AA12_PMC { class AA12_PMC {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {8,"ItemGoldBar"};
sell[] = {5,"ItemGoldBar"}; sell[] = {5,"ItemGoldBar"};
}; };
class m8_compact { class m8_compact {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {4,"ItemGoldBar"}; buy[] = {4,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class m8_sharpshooter { class m8_sharpshooter {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {6,"ItemGoldBar"}; buy[] = {6,"ItemGoldBar"};
sell[] = {3,"ItemGoldBar"}; sell[] = {3,"ItemGoldBar"};
}; };
class m8_holo_sd { class m8_holo_sd {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {8,"ItemGoldBar"}; buy[] = {8,"ItemGoldBar"};
sell[] = {4,"ItemGoldBar"}; sell[] = {4,"ItemGoldBar"};
}; };
class m8_carbine { class m8_carbine {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {5,"ItemGoldBar"}; buy[] = {5,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"}; sell[] = {2,"ItemGoldBar"};
}; };
class M8_SAW { class M8_SAW {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class SCAR_H_CQC_CCO { class SCAR_H_CQC_CCO {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class SCAR_H_CQC_CCO_SD { class SCAR_H_CQC_CCO_SD {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class SCAR_H_STD_EGLM_Spect { class SCAR_H_STD_EGLM_Spect {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class MG36 { class MG36 {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class MG36_camo { class MG36_camo {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz"}; buy[] = {1,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class M60A4_EP1_DZE { class M249_m145_EP1_DZE {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {9,"ItemGoldBar"};
}; };
class m240_scoped_EP1_DZE { class M60A4_EP1_DZE {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {6,"ItemGoldBar"}; sell[] = {1,"ItemGoldBar10oz"};
}; };
class VSS_vintorez { class m240_scoped_EP1_DZE {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {3,"ItemGoldBar10oz"}; buy[] = {2,"ItemGoldBar10oz"};
sell[] = {4,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
class KSVK_DZE { class VSS_vintorez {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {3,"ItemGoldBar10oz"}; buy[] = {3,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"}; sell[] = {4,"ItemGoldBar"};
}; };
}; class KSVK_DZE {
type = "trade_weapons";
buy[] = {3,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
};