mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +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.
43 lines
941 B
C++
43 lines
941 B
C++
class Category_542 {
|
|
class HandChemBlue {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class HandChemGreen {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class HandChemRed {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class FlareGreen_M203 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class FlareWhite_M203 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class FlareWhite_GP25 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class FlareGreen_GP25 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
class HandRoadFlare {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar"};
|
|
sell[] = {1,"ItemSilverBar"};
|
|
};
|
|
};
|