Add UH60M_MEV #1743

Added to traders in #1743
This commit is contained in:
ebaydayz
2016-08-18 13:01:08 -04:00
parent 0475e0fcb2
commit 5d372d3351
2 changed files with 27 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class Category_519 {
buy[] = {8,"ItemGoldBar10oz"};
sell[] = {4,"ItemGoldBar10oz"};
};
class UH60M_MEV_EP1 {
class UH60M_MEV_EP1_DZ {
type = "trade_any_vehicle";
buy[] = {1,"ItemBriefcase100oz"};
sell[] = {6,"ItemGoldBar10oz"};

View File

@@ -550,3 +550,29 @@ class UH60M_EP1_DZE: UH60M_US_base_EP1 {
};
};
};
// Unarmed medevac
class UH60M_MEV_EP1;
class UH60M_MEV_EP1_DZ : UH60M_MEV_EP1 {
scope = public;
crew = "";
typicalCargo[] = {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 10;
transportMaxMagazines = 100;
transportMaxBackpacks = 5;
side = 1;
faction = "USMC";
accuracy = 0.5;
irScanRangeMin = 500;
irScanRangeMax = 2000;
irScanToEyeFactor = 2;
lockDetectionSystem = "8 + 4";
incommingMisslieDetectionSystem = 0;
fuelCapacity = 2000;
class TransportMagazines{};
class TransportWeapons{};
};