mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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.
42 lines
869 B
C++
42 lines
869 B
C++
class Category_488 {
|
|
class Sa61_EP1 {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar"};
|
|
sell[] = {5,"ItemSilverBar10oz"};
|
|
};
|
|
class PDW_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {4,"ItemGoldBar"};
|
|
sell[] = {2,"ItemGoldBar"};
|
|
};
|
|
class UZI_SD_EP1 {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {5,"ItemGoldBar"};
|
|
};
|
|
class MP5_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar"};
|
|
sell[] = {2,"ItemSilverBar10oz"};
|
|
};
|
|
class MP5_SD_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
|
sell[] = {22,"ItemSilverBar10oz"};
|
|
};
|
|
class Bizon_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {8,"ItemGoldBar"};
|
|
sell[] = {4,"ItemGoldBar"};
|
|
};
|
|
class Bizon_SD_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
|
sell[] = {6,"ItemGoldBar"};
|
|
};
|
|
};
|
|
|
|
class Category_618 {
|
|
duplicate = 488;
|
|
};
|