Add Nightstalker EVR storms

Includes manual on/off for APSI and localized strings.
This commit is contained in:
worldwidesorrow
2022-04-21 02:00:25 -05:00
parent f51d4f2867
commit 3bb6b94185
9 changed files with 656 additions and 0 deletions

View File

@@ -4,6 +4,15 @@ class ItemAPSI_DZE : ItemCore
displayName = $STR_EQUIP_APSI;
picture = "\dayz_epoch_c\icons\tools\ItemAPSI.paa";
descriptionShort = $STR_EQUIP_APSI_DESC;
class ItemActions
{
class Power
{
text = $STR_APSI_STATE;
script = "call fnc_apsiState;";
};
};
};
class ItemAPSIBroken_DZE : ItemCore