mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add namalsk tools to epoch thx @SumrakDZN
This commit is contained in:
@@ -30,6 +30,7 @@ Included Custom Addons
|
||||
* USEC CH53 by Rocket - http://dayz.com
|
||||
* Anzio 20mm Rifle by WillRobinson - http://www.armaholic.com/page.php?id=30175
|
||||
* RedRyder BB Gun by WillRobinson - https://github.com/arma2WillRobinson/Red-Ryder
|
||||
* Namalsk Addons by SumrakDZN - https://github.com/SumrakDZN/DayZNamalsk
|
||||
|
||||
--------------------------
|
||||
Included Custom Islands
|
||||
|
||||
@@ -280,6 +280,15 @@ class CfgWeapons
|
||||
#include "Tools\Radio.hpp"
|
||||
#include "Tools\ItemKeyKit.hpp"
|
||||
|
||||
#include "Tools\APSI.hpp"
|
||||
#include "Tools\Pilotmask.hpp"
|
||||
#include "Tools\Gasmask1.hpp"
|
||||
#include "Tools\Gasmask2.hpp"
|
||||
#include "Tools\GPSBroken.hpp"
|
||||
#include "Tools\NVGBroken.hpp"
|
||||
#include "Tools\RadioBroken.hpp"
|
||||
#include "Tools\Solder.hpp"
|
||||
|
||||
#include "Item\ItemKeys.hpp"
|
||||
#include "Item\Documents.hpp"
|
||||
|
||||
|
||||
6
SQF/dayz_code/Configs/CfgWeapons/Tools/APSI.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Tools/APSI.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class ItemAPSI_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_APSI;
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemAPSI.paa";
|
||||
descriptionShort = $STR_EQUIP_APSI_DESC;
|
||||
};
|
||||
7
SQF/dayz_code/Configs/CfgWeapons/Tools/GPSBroken.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/GPSBroken.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemGPSBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_GPS;
|
||||
model = "z\addons\dayz_communityassets\models\gps.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemGPSBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_GPS_DESC;
|
||||
};
|
||||
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Gasmask1.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Gasmask1.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class ItemGasmask1_DZE : ItemCore {
|
||||
scope = public;
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemGasmask1.paa";
|
||||
displayName = $STR_EQUIP_GAS_MASK1;
|
||||
descriptionShort = $STR_EQUIP_GAS_MASK1_DESC;
|
||||
};
|
||||
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Gasmask2.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Gasmask2.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class ItemGasmask2_DZE : ItemCore {
|
||||
scope = public;
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2.paa";
|
||||
displayName = $STR_EQUIP_GAS_MASK2;
|
||||
descriptionShort = $STR_EQUIP_GAS_MASK2_DESC;
|
||||
};
|
||||
7
SQF/dayz_code/Configs/CfgWeapons/Tools/NVGBroken.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/NVGBroken.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemNVGBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_NV;
|
||||
model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemNVGBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_NV_DESC;
|
||||
};
|
||||
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Pilotmask.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Pilotmask.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class ItemPilotmask_DZE : ItemCore {
|
||||
scope = public;
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemPilotmask.paa";
|
||||
displayName = $STR_EQUIP_PILOT_MASK;
|
||||
descriptionShort = $STR_EQUIP_PILOT_MASK_DESC;
|
||||
};
|
||||
@@ -1,5 +1,6 @@
|
||||
class ItemRadio : ItemCore
|
||||
{
|
||||
model = "\nst\ns_dayz\items\radio\radio_dzn.p3d";
|
||||
class ItemActions
|
||||
{
|
||||
class Groups
|
||||
|
||||
7
SQF/dayz_code/Configs/CfgWeapons/Tools/RadioBroken.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/RadioBroken.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemRadioBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_RADIO;
|
||||
model = "\nst\ns_dayz\items\radio\radio_dzn.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemRadioBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_RADIO_DESC;
|
||||
};
|
||||
7
SQF/dayz_code/Configs/CfgWeapons/Tools/Solder.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/Solder.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemSolder_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_SOLDER;
|
||||
model = "\nst\ns_dayz\items\solder\solder_dzn.p3d";
|
||||
picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa";
|
||||
descriptionShort = $STR_EQUIP_SOLDER_DESC;
|
||||
};
|
||||
@@ -85,6 +85,7 @@ class CfgAddons
|
||||
"usec_ch53",
|
||||
"redryder",
|
||||
"Anzio_20",
|
||||
"nst",
|
||||
"dayz_epoch_b",
|
||||
"dayz_epoch_c",
|
||||
"CfgVehicles"
|
||||
|
||||
@@ -18571,7 +18571,70 @@
|
||||
<Key ID="STR_EPOCH_CRAFT_MEDIUM_STASH">
|
||||
<English>Craft Medium Stash</English>
|
||||
<German>Mittlere Lagergrube herstellen</German>
|
||||
</Key>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_SOLDER">
|
||||
<English>Portable Solder</English>
|
||||
<German>Tragbarer Lötkolben</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_SOLDER_DESC">
|
||||
<English>Soldering tool used for repairing broken equipment and items.</English>
|
||||
<German>Ein tragbarer Lötkolben, um beschädigte Gegenstände und Ausrüstung zu reparieren.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_BROKEN_RADIO">
|
||||
<English>Broken Radio</English>
|
||||
<German>Beschädigtes Funkgerät</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_BROKEN_RADIO_DESC">
|
||||
<English>A damaged radio that probably can be repaired.</English>
|
||||
<German>Ein beschädigtes Funkgerät, das möglicherweise repariert werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_BROKEN_NV">
|
||||
<English>Broken Night Vision Goggles</English>
|
||||
<German>Beschädigtes Nachtsichtgerät</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_BROKEN_NV_DESC">
|
||||
<English>Damaged night vision goggles that probably can be repaired.</English>
|
||||
<German>Ein beschädigtes Nachtsichtgerät, das möglicherweise repariert werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_BROKEN_GPS">
|
||||
<English>Broken GPS</English>
|
||||
<German>Beschädigtes GPS</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_BROKEN_GPS_DESC">
|
||||
<English>Damaged GPS that probably can be repaired.</English>
|
||||
<German>Ein beschädigtes GPS, das möglicherweise repariert werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_PILOT_MASK">
|
||||
<English>Pilot Mask</English>
|
||||
<German>Pilotenmaske</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_PILOT_MASK_DESC">
|
||||
<English>A wearable pilot mask.</English>
|
||||
<German>Eine tragbare Pilotenmaske.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_GAS_MASK1">
|
||||
<English>Gas Mask 4A1</English>
|
||||
<German>Gasmaske 4A1</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_GAS_MASK1_DESC">
|
||||
<English>Gas Mask 4A1 used by civilians.</English>
|
||||
<German>Gasmaske 4A1 für die Zivilbevölkerung.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_GAS_MASK2">
|
||||
<English>Gas Mask S10 NBC</English>
|
||||
<German>Gasmaske S10 NBC</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_GAS_MASK2_DESC">
|
||||
<English>Gas Mask S10 NBC used by the military.</English>
|
||||
<German>Gasmaske S10 NBC für das Militär.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_APSI">
|
||||
<English>APSI</English>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_APSI_DESC">
|
||||
<English>APSI (Anti PSI) device, which full purpose is yet unknown.</English>
|
||||
<German>APSI (Anti PSI) Emitter, dessen vollständige Funktion noch unbekannt ist.</German>
|
||||
</Key>
|
||||
<!--Namalsk compatibility-->
|
||||
<Key ID="STR_EQUIP_NAME_43">
|
||||
<English>Winter Ghillie Suit</English>
|
||||
|
||||
Reference in New Issue
Block a user