mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add new AN2 skins to trader
This commit is contained in:
@@ -19,7 +19,17 @@ class Category_517 {
|
|||||||
buy[] = {4,"ItemGoldBar10oz"};
|
buy[] = {4,"ItemGoldBar10oz"};
|
||||||
sell[] = {2,"ItemGoldBar10oz"};
|
sell[] = {2,"ItemGoldBar10oz"};
|
||||||
};
|
};
|
||||||
class AN2_DZ {
|
class AN2_DZ { //Green
|
||||||
|
type = "trade_any_vehicle";
|
||||||
|
buy[] = {4,"ItemGoldBar10oz"};
|
||||||
|
sell[] = {2,"ItemGoldBar10oz"};
|
||||||
|
};
|
||||||
|
class AN2_2_DZ { //Red and white
|
||||||
|
type = "trade_any_vehicle";
|
||||||
|
buy[] = {4,"ItemGoldBar10oz"};
|
||||||
|
sell[] = {2,"ItemGoldBar10oz"};
|
||||||
|
};
|
||||||
|
class An2_2_TK_CIV_EP1_DZ { //Green and white
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {4,"ItemGoldBar10oz"};
|
buy[] = {4,"ItemGoldBar10oz"};
|
||||||
sell[] = {2,"ItemGoldBar10oz"};
|
sell[] = {2,"ItemGoldBar10oz"};
|
||||||
|
|||||||
Reference in New Issue
Block a user