mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add Nightstalker EVR storms
Includes manual on/off for APSI and localized strings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user