mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +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.
117 lines
2.7 KiB
C++
117 lines
2.7 KiB
C++
class Category_486 {
|
|
class BAF_L86A2_ACOG {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {5,"ItemGoldBar"};
|
|
};
|
|
class L110A1_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {5,"ItemGoldBar"};
|
|
};
|
|
class L110A1_CCO_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
|
sell[] = {7,"ItemGoldBar"};
|
|
};
|
|
class L110A1_Holo_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
|
sell[] = {7,"ItemGoldBar"};
|
|
};
|
|
class M249_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {6,"ItemGoldBar"};
|
|
};
|
|
class M249_CCO_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
|
sell[] = {8,"ItemGoldBar"};
|
|
};
|
|
class M249_Holo_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {-1,"ItemGoldBar10oz"}; // Sell only
|
|
sell[] = {8,"ItemGoldBar"};
|
|
};
|
|
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"};
|
|
};
|
|
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;
|
|
};
|