Add more broken tool versions

This commit is contained in:
A Man
2020-04-06 21:54:41 +02:00
parent 49f421c0cb
commit 95de5bb914
23 changed files with 329 additions and 152 deletions

View File

@@ -320,19 +320,13 @@ class CfgWeapons
#include "Tools\Hatchet.hpp"
#include "Tools\Machete.hpp"
#include "Tools\Flashlight.hpp"
#include "Tools\FlashlightRed.hpp"
#include "Tools\Flashlights.hpp"
#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\Masks.hpp"
#include "Tools\Solder.hpp"
#include "Item\ItemKeys.hpp"

View File

@@ -4,3 +4,9 @@ class ItemAPSI_DZE : ItemCore {
picture = "\dayz_epoch_c\icons\tools\ItemAPSI.paa";
descriptionShort = $STR_EQUIP_APSI_DESC;
};
class ItemAPSIBroken_DZE : ItemAPSI_DZE {
displayName = $STR_EQUIP_APSI_BROKEN;
descriptionShort = $STR_EQUIP_APSI_BROKEN_DESC;
picture = "\dayz_epoch_c\icons\tools\ItemAPSI.paa";
};

View File

@@ -10,3 +10,12 @@ class ItemEtool : ItemCore
stashmedium = "StashMedium";
consume = "ItemSandbag";
};
class ItemEtoolBroken : ItemCore
{
scope = public;
model = "\dayz_equip\models\etool.p3d";
picture = "\dayz_equip\textures\equip_etool_ca.paa";
displayName = $STR_EQUIP_NAME_1_BROKEN;
descriptionShort = $STR_EQUIP_DESC_1_BROKEN;
};

View File

@@ -38,3 +38,10 @@ class ItemFishingPole : ItemCore
};
};
};
class ItemFishingPoleBroken : ItemFishingPole
{
displayName = $STR_ITEM_NAME_FISHINGPOLEBROKEN;
descriptionShort = $STR_ITEM_DESC_FISHINGPOLE_BROKEN;
class ItemActions {};
};

View File

@@ -1,55 +0,0 @@
class ItemFlashlight : ItemCore
{
scope = public;
model = "\dayz_equip\models\flashlight.p3d";
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
displayName = $STR_EQUIP_NAME_5;
descriptionShort = $STR_EQUIP_DESC_5;
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_RFROMTB;
script = "spawn player_addToolbelt;";
use[] = {"ItemFlashlight"};
output[] = {"MeleeFlashlight"};
};
};
};
class MeleeFlashlight : Pistol
{
scope = public;
model = "\dayz_equip\models\flashlight.p3d";
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
displayName = $STR_EQUIP_NAME_5;
descriptionShort = $STR_EQUIP_DESC_5;
modelOptics = "-";
magazines[] = {};
class FlashLight
{
color[] = {0.9, 0.9, 0.7, 0.9};
ambient[] = {0.1, 0.1, 0.1, 1};
position = "flash dir";
direction = "flash";
angle = 30;
scale[] = {1, 1, 0.5};
brightness = 0.1;
};
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_2TB;
script = "spawn player_addToolbelt;";
use[] = {"MeleeFlashlight"};
output[] = {"ItemFlashlight"};
};
};
};

View File

@@ -1,48 +0,0 @@
class ItemFlashlightRed : ItemFlashlight
{
model = "\dayz_equip\models\flashlight_mil.p3d";
picture = "\dayz_equip\textures\equip_flashlight_mil_ca.paa";
displayName = $STR_EQUIP_NAME_6;
descriptionShort = $STR_EQUIP_DESC_6;
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_RFROMTB;
script = "spawn player_addToolbelt;";
use[] = {"ItemFlashlightRed"};
output[] = {"MeleeFlashlightRed"};
};
};
};
class MeleeFlashlightRed : MeleeFlashlight
{
model = "\dayz_equip\models\flashlight_mil.p3d";
picture = "\dayz_equip\textures\equip_flashlight_mil_ca.paa";
displayName = $STR_EQUIP_NAME_6;
descriptionShort = $STR_EQUIP_DESC_6;
class FlashLight
{
color[] = {0.9, 0.0, 0.0, 0.9};
ambient[] = {0.1, 0.0, 0.0, 1};
position = "flash dir";
direction = "flash";
angle = 30;
scale[] = {1, 1, 0.5};
brightness = 0.08;
};
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_2TB;
script = "spawn player_addToolbelt;";
use[] = {"MeleeFlashlightRed"};
output[] = {"ItemFlashlightRed"};
};
};
};

View File

@@ -0,0 +1,118 @@
class ItemFlashlight : ItemCore
{
scope = public;
model = "\dayz_equip\models\flashlight.p3d";
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
displayName = $STR_EQUIP_NAME_5;
descriptionShort = $STR_EQUIP_DESC_5;
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_RFROMTB;
script = "spawn player_addToolbelt;";
use[] = {"ItemFlashlight"};
output[] = {"MeleeFlashlight"};
};
};
};
class ItemFlashlightBroken : ItemFlashlight
{
displayName = $STR_EQUIP_NAME_5_BROKEN;
descriptionShort = $STR_EQUIP_DESC_5_BROKEN;
class ItemActions {};
};
class MeleeFlashlight : Pistol
{
scope = public;
model = "\dayz_equip\models\flashlight.p3d";
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
displayName = $STR_EQUIP_NAME_5;
descriptionShort = $STR_EQUIP_DESC_5;
modelOptics = "-";
magazines[] = {};
class FlashLight
{
color[] = {0.9, 0.9, 0.7, 0.9};
ambient[] = {0.1, 0.1, 0.1, 1};
position = "flash dir";
direction = "flash";
angle = 30;
scale[] = {1, 1, 0.5};
brightness = 0.1;
};
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_2TB;
script = "spawn player_addToolbelt;";
use[] = {"MeleeFlashlight"};
output[] = {"ItemFlashlight"};
};
};
};
class ItemFlashlightRed : ItemFlashlight
{
model = "\dayz_equip\models\flashlight_mil.p3d";
picture = "\dayz_equip\textures\equip_flashlight_mil_ca.paa";
displayName = $STR_EQUIP_NAME_6;
descriptionShort = $STR_EQUIP_DESC_6;
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_RFROMTB;
script = "spawn player_addToolbelt;";
use[] = {"ItemFlashlightRed"};
output[] = {"MeleeFlashlightRed"};
};
};
};
class ItemFlashlightRedBroken : ItemFlashlightRed
{
displayName = $STR_EQUIP_NAME_6_BROKEN;
descriptionShort = $STR_EQUIP_DESC_6_BROKEN;
class ItemActions {};
};
class MeleeFlashlightRed : MeleeFlashlight
{
model = "\dayz_equip\models\flashlight_mil.p3d";
picture = "\dayz_equip\textures\equip_flashlight_mil_ca.paa";
displayName = $STR_EQUIP_NAME_6;
descriptionShort = $STR_EQUIP_DESC_6;
class FlashLight
{
color[] = {0.9, 0.0, 0.0, 0.9};
ambient[] = {0.1, 0.0, 0.0, 1};
position = "flash dir";
direction = "flash";
angle = 30;
scale[] = {1, 1, 0.5};
brightness = 0.08;
};
class ItemActions
{
class Toolbelt
{
text = $STR_ACTIONS_2TB;
script = "spawn player_addToolbelt;";
use[] = {"MeleeFlashlightRed"};
output[] = {"ItemFlashlightRed"};
};
};
};

View File

@@ -2,3 +2,11 @@ class ItemGPS : ItemCore
{
model = "z\addons\dayz_communityassets\models\gps.p3d";
};
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;
};

View File

@@ -1,7 +0,0 @@
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;
};

View File

@@ -1,6 +0,0 @@
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;
};

View File

@@ -1,6 +0,0 @@
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;
};

View File

@@ -5,3 +5,8 @@ class ItemKeyKit: ItemCore {
descriptionShort=$STR_EQUIP_KEYKIT_DESC;
picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
};
class ItemKeyKitBroken: ItemKeyKit {
displayname = $STR_EQUIP_KEYKIT_BROKEN;
descriptionShort = $STR_EQUIP_KEYKIT_BROKEN_DESC;
};

View File

@@ -26,3 +26,10 @@ class ItemMachete : ItemCore
};
};
};
class ItemMacheteBroken : ItemMachete
{
displayName = $STR_EQUIP_NAME_MACHETE_BROKEN;
descriptionShort = $STR_EQUIP_DESC_MACHETE_BROKEN;
class ItemActions {};
};

View File

@@ -0,0 +1,35 @@
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;
};
class ItemPilotmaskBroken_DZE : ItemPilotmask_DZE {
displayName = $STR_EQUIP_PILOT_MASK_BROKEN;
descriptionShort = $STR_EQUIP_PILOT_MASK_BROKEN_DESC;
};
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;
};
class ItemGasmask1Broken_DZE : ItemGasmask1_DZE {
displayName = $STR_EQUIP_GAS_MASK1_BROKEN;
descriptionShort = $STR_EQUIP_GAS_MASK1_BROKEN_DESC;
};
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;
};
class ItemGasmask2Broken_DZE : ItemGasmask2_DZE {
displayName = $STR_EQUIP_GAS_MASK2_BROKEN;
descriptionShort = $STR_EQUIP_GAS_MASK2_BROKEN_DESC;
};

View File

@@ -5,3 +5,11 @@ class NVGoggles_DZE: NVGoggles
modelOptics = "";
descriptionShort = "Full Screen Night Vision Goggles";
};
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;
};

View File

@@ -1,7 +0,0 @@
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;
};

View File

@@ -1,6 +0,0 @@
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;
};

View File

@@ -10,3 +10,11 @@ class ItemRadio : ItemCore
};
};
};
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;
};

View File

@@ -1,7 +0,0 @@
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;
};

View File

@@ -35,6 +35,13 @@ class ItemSledge: ItemCore // Epoch class
};
};
class ItemSledgeBroken: ItemSledge // Epoch class
{
displayName = $STR_name_ItemSledgeHammerBroken;
descriptionShort = $STR_desc_ItemSledgeHammerBroken;
class ItemActions {};
};
//Vanilla sledge is using a different model.
//All scripts have been changed to use Epoch ItemSledge, but leave this defined in case admins want to use it for something.
class ItemSledgeHammer : ItemCore

View File

@@ -5,3 +5,8 @@ class ItemSolder_DZE : ItemCore {
picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa";
descriptionShort = $STR_EQUIP_SOLDER_DESC;
};
class ItemSolderBroken_DZE : ItemSolder_DZE {
displayName = $STR_EQUIP_SOLDER_BROKEN;
descriptionShort = $STR_EQUIP_SOLDER_BROKEN_DESC;
};

View File

@@ -13,5 +13,11 @@ class ItemToolbox : ItemCore
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],10,'str_epoch_player_8'] call player_removeNearby;";
};
};
};
class ItemToolboxBroken : ItemToolbox
{
displayName = $STR_EQUIP_NAME_2_BROKEN;
descriptionShort = $STR_EQUIP_DESC_2_BROKEN;
class ItemActions {};
};

View File

@@ -3162,14 +3162,22 @@
<French>Outil de tranchée</French>
<Czech>Polní lopatka</Czech>
</Key>
<Key ID="STR_EQUIP_NAME_1_BROKEN">
<English>Broken Entrenching Tool</English>
<German>Kaputter Klappspaten</German>
</Key>
<Key ID="STR_EQUIP_DESC_1">
<English>Collapsible spade used together with the engineering backpack to create field defences</English>
<English>Collapsible spade used together with the engineering backpack to create field defences.</English>
<German>Ein Klappspaten, welcher beim Verschanzen und für viele Bautätigkeiten benötigt wird.</German>
<Russian>Саперная лопатка используется вместе с инженерным ранцем для создания оборонительных сооружений.</Russian>
<Spanish>Una pala plegable usada para crear defensas en el campo.</Spanish>
<French>Une pelle démontable permettant de construire des éléments de défense.</French>
<Czech>Polní lopatka se používá při stavbě obranných postavení. Pokud jste SpecNaz, umíte s ní zabít.</Czech>
</Key>
<Key ID="STR_EQUIP_DESC_1_BROKEN">
<English>Broken collapsible spade that must be repaired.</English>
<German>Ein kaputter Klappspaten, welcher repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_NAME_1b">
<English>Shovel</English>
<German>Schaufel</German>
@@ -3204,6 +3212,10 @@
<French>Boîte à outils</French>
<Czech>Sada nástrojů</Czech>
</Key>
<Key ID="STR_EQUIP_NAME_2_BROKEN">
<English>Broken Toolbox</English>
<German>Kaputter Werkzeugkasten</German>
</Key>
<Key ID="STR_EQUIP_DESC_2">
<English>Toolbox that can be used for repairing damaged vehicles and equipment.</English>
<German>Eine Kiste mit Werkzeugen, welche zum Reparieren beschädigter Fahrzeuge und Ausrüstung verwendet werden können.</German>
@@ -3212,6 +3224,10 @@
<French>Boîte à outils servant à réparer le matériel et les véhicules.</French>
<Czech>Sada nástrojů se používá pro opravy poškozených vozidel a vybavení.</Czech>
</Key>
<Key ID="STR_EQUIP_DESC_2_BROKEN">
<English>A broken toolbox that must be repaired.</English>
<German>Ein kaputter Werkzeugkasten, welcher repariert werden muss.</German>
</Key>
<Key ID="str_info_limitedbox">
<English>While creating the fire you realise you only have 5 matches left.</English>
<Russian>После розжига огня осталось всего 5 спичек.</Russian>
@@ -3394,6 +3410,10 @@
<French>Lampe torche</French>
<Czech>Baterka</Czech>
</Key>
<Key ID="STR_EQUIP_NAME_5_BROKEN">
<English>Broken Flashlight</English>
<German>Kaputte Taschenlampe</German>
</Key>
<Key ID="STR_EQUIP_DESC_5">
<English>Battery-powered Flashlight&lt;br/&gt;Batteries: 2 x D-size</English>
<German>Batteriebetriebene Taschenlampe, benötigte Batterien: 2x R20/D</German>
@@ -3402,6 +3422,10 @@
<French>Lampe torche à piles.&lt;br/&gt;Piles: 2 x Type D</French>
<Czech>Klasická baterka na baterie&lt;br/&gt;Baterie: 2xD</Czech>
</Key>
<Key ID="STR_EQUIP_DESC_5_BROKEN">
<English>A broken Battery-powered Flashlight that must be repaired.</English>
<German>Eine kaputte batteriebetriebene Taschenlampe, welche repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_NAME_6">
<English>Flashlight (Military)</English>
<German>Militärtaschenlampe</German>
@@ -3410,6 +3434,10 @@
<French>Lampe torche (Mil.)</French>
<Czech>Baterka (Vojenská)</Czech>
</Key>
<Key ID="STR_EQUIP_NAME_6_BROKEN">
<English>Broken Flashlight (Military)</English>
<German>Kaputte Militärtaschenlampe</German>
</Key>
<Key ID="STR_EQUIP_DESC_6">
<English>Military Red-light Battery-powered Flashlight&lt;br/&gt;Batteries: 2 x D-size</English>
<German>Militärische, batteriebetriebene Rotlichtlampe, benötigte Batterien: 2x R20/D</German>
@@ -3418,6 +3446,10 @@
<French>Lampe torche militaire à piles, lumière rouge.&lt;br/&gt;Piles: 2 x Type D</French>
<Czech>Vojenská baterka s červeným světlem na baterie&lt;br/&gt;Baterie: 2xD</Czech>
</Key>
<Key ID="STR_EQUIP_DESC_6_BROKEN">
<English>A broken military Red-light that must be repaired.</English>
<German>Eine kaputte militärische, batteriebetriebene Rotlichtlampe, welche repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_NAME_7">
<English>Bandage</English>
<German>Verbandszeug</German>
@@ -4521,6 +4553,10 @@
<Czech>Mačeta</Czech>
<French>Machette</French>
</Key>
<Key ID="STR_EQUIP_NAME_MACHETE_BROKEN">
<English>Broken Machete</English>
<German>Kaputte Machete</German>
</Key>
<Key ID="STR_EQUIP_DESC_MACHETE">
<English>An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.</English>
<Russian>Сельскохозяйственный инструмент, превращенный в оружие. Не такой универсальный, как топор, но весьма мощный.</Russian>
@@ -4529,6 +4565,10 @@
<French>Un outil agricole qui peut être utilisé comme une arme. La machette est moins versatile que la hache mais plus tranchante.</French>
<German>Ein ursprünglich in der Landwirtschaft verwendetes Werkzeug mit langer Klinge, das auch als Waffe verwendet werden kann. Ungeeignet zum Holzfällen.</German>
</Key>
<Key ID="STR_EQUIP_DESC_MACHETE_BROKEN">
<English>Broken machete that must be reparied.</English>
<German>Eine kaputte Machete, welche repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_NAME_BASEBALLBAT">
<English>Baseball Bat</English>
<Russian>Бейсбольная бита</Russian>
@@ -6355,6 +6395,10 @@
<German>Angel</German>
<Dutch>Vishengel</Dutch>
</Key>
<Key ID="STR_ITEM_NAME_FISHINGPOLEBROKEN">
<English>Broken Fishing Pole</English>
<German>Kaputte Angel</German>
</Key>
<Key ID="STR_ITEM_DESC_FISHINGPOLE">
<English>This carbon fiber rod may be old but she still works like a charm.</English>
<Russian>Эта карбоновая палка хоть и выглядит старой, но работает как надо.</Russian>
@@ -6364,6 +6408,10 @@
<German>Die Carbon-Angelrute mag alt aussehen, funktioniert aber noch tadellos.</German>
<Dutch>Dit carbonnen hengeltje is al oud, maar werkt nog prima!</Dutch>
</Key>
<Key ID="STR_ITEM_DESC_FISHINGPOLE_BROKEN">
<English>A broken fishing pole that must be repaired.</English>
<German>Eine kaputte Angelrute, welche repariert werden muss.</German>
</Key>
<Key ID="STR_ITEM_NAME_CAMONET">
<English>CamoNet</English>
<Russian>Камуфляжная сеть</Russian>
@@ -15272,6 +15320,10 @@
<French>Kit de Reproduction de Clés</French>
<Czech>Sada klíčů</Czech>
</Key>
<Key ID="STR_EQUIP_KEYKIT_BROKEN">
<English>Broken Keymakers kit</English>
<German>Kaputtes Schlüsselmacher Kit</German>
</Key>
<Key ID="STR_EQUIP_KEYKIT_DESC">
<English>Kit including the tools required to smelt, mold and shape keys.</English>
<German>Ein Kit zum Schmelzen und Formen von Schlüsseln.</German>
@@ -15281,6 +15333,10 @@
<French>Ce kit inclut tous les outils nécessaires à fondre, modeler et découper des clés.</French>
<Czech>Sada obsahující nástroje potřebné k vytvoření klíčů.</Czech>
</Key>
<Key ID="STR_EQUIP_KEYKIT_BROKEN_DESC">
<English>A broken kit to make key that must be repaired.</English>
<German>Ein kaputtes Kit zum Schmelzen und Formen von Schlüsseln, welches repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_SLEDGE_DESC">
<English>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</English>
<German>Ein Vorschlaghammer ist ein aus einem Hammerkopf (typischerweise aus geschmiedetem Stahl) und einem Stiel bestehendes Handwerkzeug. Der Vorschlaghammer kann mit höheren Schlagkräften als andere Hämmer genutzt werden.</German>
@@ -23014,10 +23070,18 @@
<English>Portable Solder</English>
<German>Tragbarer Lötkolben</German>
</Key>
<Key ID="STR_EQUIP_SOLDER_BROKEN">
<English>Broken Portable Solder</English>
<German>Kaputter 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_SOLDER_BROKEN_DESC">
<English>Broken soldering tool that must be reparied.</English>
<German>Ein kaputter tragbarer Lötkolben, welcher repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_BROKEN_RADIO">
<English>Broken Radio</English>
<German>Beschädigtes Funkgerät</German>
@@ -23046,33 +23110,65 @@
<English>Pilot Mask</English>
<German>Pilotenmaske</German>
</Key>
<Key ID="STR_EQUIP_PILOT_MASK_BROKEN">
<English>Broken Pilot Mask</English>
<German>Kaputte 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_PILOT_MASK_BROKEN_DESC">
<English>A wearable pilot mask that must be repaired.</English>
<German>Eine tragbare Pilotenmaske, welche repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_GAS_MASK1">
<English>Gas Mask 4A1</English>
<German>Gasmaske 4A1</German>
</Key>
<Key ID="STR_EQUIP_GAS_MASK1_BROKEN">
<English>Broken Gas Mask 4A1</English>
<German>Kaputte 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_MASK1_BROKEN_DESC">
<English>A broken Gas Mask 4A1 that must be repaired.</English>
<German>Eine kaputte Gasmaske 4A1, welche repariert werden muss.</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_BROKEN">
<English>Broken Gas Mask S10 NBC</English>
<German>Kaputte 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_GAS_MASK2_BROKEN_DESC">
<English>A broken Gas Mask S10 NBC that must be repaired.</English>
<German>Eine kaputte Gasmaske S10 NBC, welche repariert werden muss.</German>
</Key>
<Key ID="STR_EQUIP_APSI">
<English>APSI</English>
</Key>
<Key ID="STR_EQUIP_APSI_BROKEN">
<English>Broken APSI</English>
<English>Beschädigtes 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>
<Key ID="STR_EQUIP_APSI_BROKEN_DESC">
<English>Broken APSI (Anti PSI) device, that must be repaired.</English>
<German>Kaputter APSI (Anti PSI) Emitter, welcher repariert werden muss.</German>
</Key>
<Key ID="STR_EPOCH_SNAP_TUTORIAL_DISABLE">
<English>Disabled:</English>
<German>Deaktiviert:</German>