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.
122 lines
2.6 KiB
C++
122 lines
2.6 KiB
C++
class Category_601 {
|
|
class ItemWaterbottleUnfilled {
|
|
type = "trade_items";
|
|
buy[] = {3,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class ItemPlasticWaterbottleUnfilled {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class ItemSodaCoke {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class ItemSodaPepsi {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class ItemSodaMdew {
|
|
type = "trade_items";
|
|
buy[] = {6,"ItemGoldBar"};
|
|
sell[] = {3,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaMtngreen {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaR4z0r {
|
|
type = "trade_items";
|
|
buy[] = {6,"ItemGoldBar"};
|
|
sell[] = {3,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaClays {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaSmasht {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaDrwaste {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaFranka {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaLemonade {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaLirik {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaLvg {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaMzly {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaPeppsy {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaRabbit {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaSacrite {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaRocketFuel {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaGrapeDrink {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSherbet {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar"};
|
|
sell[] = {1,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaRbull {
|
|
type = "trade_items";
|
|
buy[] = {6,"ItemGoldBar"};
|
|
sell[] = {3,"ItemGoldBar"};
|
|
};
|
|
class ItemSodaOrangeSherbet {
|
|
type = "trade_items";
|
|
buy[] = {6,"ItemGoldBar"};
|
|
sell[] = {3,"ItemGoldBar"};
|
|
};
|
|
};
|
|
|
|
class Category_691 {
|
|
duplicate = 601;
|
|
};
|