mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add mutant heart as magazine version too, fix typo
This commit is contained in:
@@ -306,7 +306,7 @@ class ItemWeaponPartsRifle : CA_Magazine
|
|||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemWeaponPartsSniperRilfe : CA_Magazine
|
class ItemWeaponPartsSniperRifle : CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
|
|||||||
@@ -147,3 +147,13 @@ class ItemZombieskin: CA_Magazine
|
|||||||
picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa";
|
||||||
descriptionShort = $STR_EPOCH_ZOMBIEPARTS_SKIN_DESC;
|
descriptionShort = $STR_EPOCH_ZOMBIEPARTS_SKIN_DESC;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class ItemMutantHeartMag: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
displayName = $STR_MUTANT_HEART;
|
||||||
|
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
||||||
|
descriptionShort = $STR_MUTANT_HEART_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||||
|
};
|
||||||
@@ -4,4 +4,5 @@ class ItemMutantHeart: ItemCore
|
|||||||
displayName = $STR_MUTANT_HEART;
|
displayName = $STR_MUTANT_HEART;
|
||||||
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
||||||
descriptionShort = $STR_MUTANT_HEART_DESC;
|
descriptionShort = $STR_MUTANT_HEART_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||||
};
|
};
|
||||||
@@ -157,7 +157,7 @@ class ItemWeaponPartsRifle
|
|||||||
{
|
{
|
||||||
weight = 7;
|
weight = 7;
|
||||||
};
|
};
|
||||||
class ItemWeaponPartsSniperRilfe
|
class ItemWeaponPartsSniperRifle
|
||||||
{
|
{
|
||||||
weight = 7.5;
|
weight = 7.5;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -72,3 +72,8 @@ class ItemZombieskin
|
|||||||
{
|
{
|
||||||
weight = 3;
|
weight = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class ItemMutantHeartMag
|
||||||
|
{
|
||||||
|
weight = 4;
|
||||||
|
};
|
||||||
@@ -534,3 +534,7 @@ class WrenchBroken_DZE
|
|||||||
{
|
{
|
||||||
weight = 1.7;
|
weight = 1.7;
|
||||||
};
|
};
|
||||||
|
class ItemMutantHeart
|
||||||
|
{
|
||||||
|
weight = 4;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user