Files
DayZ-Epoch/Server Files/Archive/CfgServerTrader/Category/FriendlyLightMachineGun.hpp
A Man 6699d8d746 Move no longer used maps to archive.
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.
2019-11-09 14:49:40 +01:00

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;
};