mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
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.
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
class Category_577 {
|
||||
class 100Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 200Rnd_762x51_M240 {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class 30Rnd_556x45_StanagSD {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_B_SCAR {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemGoldBar"};
|
||||
sell[] = {3,"ItemGoldBar"};
|
||||
};
|
||||
class 20Rnd_762x51_SB_SCAR {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar"};
|
||||
sell[] = {5,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_FNFAL {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar10oz"};
|
||||
sell[] = {2,"ItemSilverBar10oz"};
|
||||
};
|
||||
class 20Rnd_762x51_DMR {
|
||||
type = "trade_items";
|
||||
buy[] = {8,"ItemGoldBar"};
|
||||
sell[] = {4,"ItemGoldBar"};
|
||||
};
|
||||
class 5Rnd_86x70_L115A1 {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
class 10Rnd_127x99_M107 {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {5,"ItemGoldBar"};
|
||||
};
|
||||
class 3rnd_Anzio_20x102mm {
|
||||
type = "trade_items";
|
||||
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||
sell[] = {8,"ItemGoldBar"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user