mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
class HeroTrucksArmed {
|
||||
tid = 479;
|
||||
class ArmoredSUV_PMC_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemBriefcase100oz",1};
|
||||
sell[] = {1,"ItemBriefcase100oz",1};
|
||||
};
|
||||
class Pickup_PK_TK_GUE_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
class Offroad_DSHKM_Gue_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class Pickup_PK_GUE_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class Pickup_PK_INS_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user