mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Added: Backpack upgrade items for admins to use
- Added 3 new Backpack upgrade items for admins to use. These can be used in a script to upgrade the normal backpacks to their upgraded variants with more slots. - Added strings for the 3 new backpack upgrade items. - Fixed an small spelling error with the gunpowder descriptions.
This commit is contained in:
@@ -465,4 +465,37 @@ class equip_rail_screws : CA_Magazine
|
||||
descriptionShort = $STR_ITEM_DESC_equip_rail_screws;
|
||||
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemBackpackUpgrade_1 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_ItemBackpackUpgrade_1;
|
||||
descriptionShort = $STR_ITEM_DESC_ItemBackpackUpgrade_1;
|
||||
model = "\ca\weapons\mag_univ.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBackpackUpgrade.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemBackpackUpgrade_2 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_ItemBackpackUpgrade_2;
|
||||
descriptionShort = $STR_ITEM_DESC_ItemBackpackUpgrade_2;
|
||||
model = "\ca\weapons\mag_univ.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBackpackUpgrade.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemBackpackUpgrade_3 : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_ItemBackpackUpgrade_3;
|
||||
descriptionShort = $STR_ITEM_DESC_ItemBackpackUpgrade_3;
|
||||
model = "\ca\weapons\mag_univ.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBackpackUpgrade.paa";
|
||||
type = 256;
|
||||
};
|
||||
@@ -34715,7 +34715,7 @@
|
||||
<German>Schießpulver (Klein)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GUN_POWDER_SMALL_DESC">
|
||||
<English>A small can with gun powder. Used for crafting ammunation.</English>
|
||||
<English>A small can with gun powder. Used for crafting ammunition.</English>
|
||||
<German>Eine kleine Dose mit Schießpulver, welche für die Herstellung von Munition genutzt werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GUN_POWDER">
|
||||
@@ -34723,7 +34723,7 @@
|
||||
<German>Schießpulver</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GUN_POWDER_DESC">
|
||||
<English>A can with gun powder. Used for crafting ammunation.</English>
|
||||
<English>A can with gun powder. Used for crafting ammunition.</English>
|
||||
<German>Eine Dose mit Schießpulver, welche für die Herstellung von Munition genutzt werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GUN_POWDER_BIG">
|
||||
@@ -34731,8 +34731,32 @@
|
||||
<German>Schießpulver (Groß)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_GUN_POWDER_BIG_DESC">
|
||||
<English>A big can with gun powder. Used for crafting ammunation.</English>
|
||||
<English>A big can with gun powder. Used for crafting ammunition.</English>
|
||||
<German>Eine große Dose mit Schießpulver, welche für die Herstellung von Munition genutzt werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_ITEM_NAME_ItemBackpackUpgrade_1">
|
||||
<English>Backpack Upgrade (small)</English>
|
||||
<German>Rucksackerweiterung (klein)</German>
|
||||
</Key>
|
||||
<Key ID="STR_ITEM_DESC_ItemBackpackUpgrade_1">
|
||||
<English>A bag that is used to increase the volume of a backpack.</English>
|
||||
<German>Eine Tasche, die dazu verwendet wird, das Volumen eines Rucksacks zu vergrössern.</German>
|
||||
</Key>
|
||||
<Key ID="STR_ITEM_NAME_ItemBackpackUpgrade_2">
|
||||
<English>Backpack Upgrade (medium)</English>
|
||||
<German>Rucksackerweiterung (mittel)</German>
|
||||
</Key>
|
||||
<Key ID="STR_ITEM_DESC_ItemBackpackUpgrade_2">
|
||||
<English>A bag that is used to increase the volume of a backpack.</English>
|
||||
<German>Eine Tasche, die dazu verwendet wird, das Volumen eines Rucksacks zu vergrössern.</German>
|
||||
</Key>
|
||||
<Key ID="STR_ITEM_NAME_ItemBackpackUpgrade_3">
|
||||
<English>Backpack Upgrade (large)</English>
|
||||
<German>Rucksackerweiterung (gross)</German>
|
||||
</Key>
|
||||
<Key ID="STR_ITEM_DESC_ItemBackpackUpgrade_3">
|
||||
<English>A bag that is used to increase the volume of a backpack.</English>
|
||||
<German>Eine Tasche, die dazu verwendet wird, das Volumen eines Rucksacks zu vergrössern.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_SLUGS_IN_A_CAN">
|
||||
<English>Slugs in a can</English>
|
||||
|
||||
Reference in New Issue
Block a user