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:
A Man
2019-11-09 14:49:40 +01:00
parent ae3a4fa2c8
commit 6699d8d746
170 changed files with 4569 additions and 1 deletions

View File

@@ -0,0 +1,71 @@
class Category_489 {
class M9_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar"};
sell[] = {5,"ItemSilverBar10oz"};
};
class M9_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {25,"ItemSilverBar10oz"};
};
class G17_DZ {
type = "trade_weapons";
buy[] = {5,"ItemSilverBar10oz"};
sell[] = {2,"ItemSilverBar10oz"};
};
class G17_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {12,"ItemSilverBar10oz"};
};
class G17_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {22,"ItemSilverBar10oz"};
};
class G17_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {22,"ItemSilverBar10oz"};
};
class G17_SD_FL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {32,"ItemSilverBar10oz"};
};
class G17_SD_MFL_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {42,"ItemSilverBar10oz"};
};
class Makarov_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class Makarov_SD_DZ {
type = "trade_weapons";
buy[] = {-1,"ItemGoldBar"}; // Sell only
sell[] = {21,"ItemSilverBar10oz"};
};
class Revolver_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
class revolver_gold_EP1 {
type = "trade_weapons";
buy[] = {3,"ItemGoldBar"};
sell[] = {2,"ItemGoldBar"};
};
class M1911_DZ {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz"};
sell[] = {1,"ItemSilverBar10oz"};
};
};
class Category_617 {
duplicate = 489;
};