mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Added ItemARM
This commit is contained in:
@@ -176,10 +176,9 @@ class ItemORP: CA_Magazine {
|
||||
class ItemActions {
|
||||
class Upgrades {
|
||||
text = $STR_EPOCH_PLAYER_UPGRADEV;
|
||||
script = "['ORP'] spawn player_upgradeVehicle;";
|
||||
script = "spawn player_upgradeVehicle;";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
class ItemAVE: CA_Magazine {
|
||||
scope = 2;
|
||||
@@ -194,10 +193,9 @@ class ItemAVE: CA_Magazine {
|
||||
class ItemActions {
|
||||
class Upgrades {
|
||||
text = $STR_EPOCH_PLAYER_UPGRADEV;
|
||||
script = "['AVE'] spawn player_upgradeVehicle;";
|
||||
script = "spawn player_upgradeVehicle;";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
class ItemLRK: CA_Magazine {
|
||||
scope = 2;
|
||||
@@ -212,10 +210,9 @@ class ItemLRK: CA_Magazine {
|
||||
class ItemActions {
|
||||
class Upgrades {
|
||||
text = $STR_EPOCH_PLAYER_UPGRADEV;
|
||||
script = "['LRK'] spawn player_upgradeVehicle;";
|
||||
script = "spawn player_upgradeVehicle;";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
class ItemTNK: CA_Magazine {
|
||||
scope = 2;
|
||||
@@ -230,10 +227,26 @@ class ItemTNK: CA_Magazine {
|
||||
class ItemActions {
|
||||
class Upgrades {
|
||||
text = $STR_EPOCH_PLAYER_UPGRADEV;
|
||||
script = "['TNK'] spawn player_upgradeVehicle;";
|
||||
script = "spawn player_upgradeVehicle;";
|
||||
};
|
||||
};
|
||||
};
|
||||
class ItemARM: CA_Magazine {
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_VEHUP_ARM;
|
||||
model = "\z\addons\dayz_epoch\models\doc_Up4.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_docup4_ca.paa";
|
||||
descriptionShort = $STR_EPOCH_VEHUP_ARM_DESC;
|
||||
weight = 0.1;
|
||||
sfx = "document";
|
||||
class ItemActions {
|
||||
class Upgrades {
|
||||
text = $STR_EPOCH_PLAYER_UPGRADEV;
|
||||
script = "spawn player_upgradeVehicle;";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
// Documents
|
||||
|
||||
@@ -6126,6 +6126,26 @@
|
||||
<French>Guide d'installation du réservoir.</French>
|
||||
<Czech>Návod na instalaci Palivové nádrže.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_VEHUP_ARM">
|
||||
<Original>Weapon upgrade</Original>
|
||||
<English>Weapon upgrade</English>
|
||||
<German>Bewaffnung</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<!-- <Czech></Czech> -->
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_VEHUP_ARM_DESC">
|
||||
<Original>Weapon install guide.</Original>
|
||||
<English>Installation instructions for the vehicle armament.</English>
|
||||
<German>Installationsanleitung für die Fahrzeug-bewaffnung.</German>
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<!-- <Czech></Czech> -->
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_VEHUP_SUCCESS">
|
||||
<Original>Vehicle Upgrade Successful.</Original>
|
||||
<English>Vehicle Upgrade Successful.</English>
|
||||
|
||||
Reference in New Issue
Block a user