mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-16 05:39:58 +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,56 @@
|
||||
class Category_608 {
|
||||
class MMT_Civ {
|
||||
type = "trade_any_bicycle";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class Old_bike_TK_INS_EP1 {
|
||||
type = "trade_any_bicycle";
|
||||
buy[] = {4,"ItemSilverBar"};
|
||||
sell[] = {2,"ItemSilverBar"};
|
||||
};
|
||||
class TT650_Civ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class TT650_Ins {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class TT650_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ATV_CZ_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class ATV_US_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class M1030_US_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class Old_moto_TK_Civ_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar"};
|
||||
sell[] = {1,"ItemGoldBar"};
|
||||
};
|
||||
class tractor {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz"};
|
||||
sell[] = {1,"ItemGoldBar10oz"};
|
||||
};
|
||||
};
|
||||
|
||||
class Category_536 {
|
||||
duplicate = 608;
|
||||
};
|
||||
Reference in New Issue
Block a user