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.
28 lines
666 B
C++
28 lines
666 B
C++
class Category_534 {
|
|
class Pickup_PK_TK_GUE_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar"};
|
|
sell[] = {4,"ItemGoldBar"};
|
|
};
|
|
class Pickup_PK_GUE_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {5,"ItemGoldBar"};
|
|
};
|
|
class Pickup_PK_INS_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemGoldBar10oz"};
|
|
sell[] = {5,"ItemGoldBar"};
|
|
};
|
|
class Offroad_DSHKM_Gue_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz"};
|
|
sell[] = {1,"ItemGoldBar10oz"};
|
|
};
|
|
class ArmoredSUV_PMC_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemBriefcase100oz"};
|
|
sell[] = {1,"ItemBriefcase100oz"};
|
|
};
|
|
};
|