mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add missing SD indicator on magazine icons
Also switch to a new icon for the fn fal magazines which has a model now.
This commit is contained in:
@@ -14,7 +14,7 @@ class 15Rnd_10x22_p99_sd: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_15RND_P99SD_NAME;
|
||||
picture = "\C1987_P99\equip\mag.paa";
|
||||
picture = "dayz_epoch_c\icons\magazines\mag_sd.paa";
|
||||
model = "\C1987_P99\mag.p3d";
|
||||
type = 16;
|
||||
ammo = "B_10x22_SD";
|
||||
|
||||
@@ -2,7 +2,7 @@ class 40Rnd_46x30_mp7: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_40RND_MP7_NAME;
|
||||
picture = "\C1987_Mp7\equip\gui_mp7_40_mag.paa";
|
||||
picture = "\dayz_epoch_c\icons\magazines\gui_mp7_40_mag.paa";
|
||||
model = "\C1987_Mp7\mp7_40_mag.p3d";
|
||||
ammo = "B_46x30_Ball";
|
||||
count = 40;
|
||||
@@ -18,7 +18,7 @@ class 40Rnd_46x30_sd_mp7: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_40RND_MP7SD_NAME;
|
||||
picture = "\C1987_Mp7\equip\gui_mp7_40_mag.paa";
|
||||
picture = "\dayz_epoch_c\icons\magazines\gui_mp7_40sd_mag.paa";
|
||||
model = "\C1987_Mp7\mp7_40_mag.p3d";
|
||||
ammo = "B_46x30_SD_Ball";
|
||||
count = 40;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
class 20Rnd_762x51_FNFAL : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\fnFal_mag.p3d";
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_fnFal_ca.paa";
|
||||
displayName = $STR_DZ_MAG_20RND_762X51_FNFAL_NAME;
|
||||
|
||||
cartridgeName = "762x51";
|
||||
@@ -75,6 +76,7 @@ class 200Rnd_762x51_M240 : 100Rnd_762x51_M240 {
|
||||
class 20Rnd_762x51_B_SCAR : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\mk17_mag.p3d";
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_mk17_ca.paa";
|
||||
displayName = $STR_DZ_MAG_20Rnd_762x51_B_SCAR_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_MK17_DESC;
|
||||
|
||||
@@ -89,6 +91,7 @@ class 20Rnd_762x51_B_SCAR : CA_Magazine
|
||||
class 20Rnd_762x51_SB_SCAR : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\mk17_mag.p3d";
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_mk17sd_ca.paa";
|
||||
displayName = $STR_DZ_MAG_20Rnd_762x51_SB_SCAR_NAME;
|
||||
|
||||
cartridgeName = "762x51_SD";
|
||||
|
||||
@@ -16,7 +16,7 @@ class 30Rnd_9x19_UZI : CA_Magazine
|
||||
class 30Rnd_9x19_MP5 : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_30RND_9X19_MP5_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_MP5_DESC;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_MP5_DESC;
|
||||
|
||||
cartridgeName = "9x19";
|
||||
|
||||
@@ -30,6 +30,7 @@ class 30Rnd_9x19_UZI_SD : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\pdw_mag.p3d";
|
||||
displayName = $STR_DZ_MAG_30RND_9X19_UZISD_NAME;
|
||||
picture = "\dayz_epoch_c\icons\magazines\m_uzisd_ca.paa";
|
||||
|
||||
cartridgeName = "9x19_SD";
|
||||
|
||||
@@ -205,6 +206,7 @@ class 18Rnd_9x19_Phantom : 15Rnd_9x19_M9
|
||||
{
|
||||
descriptionShort = $STR_DZ_MAG_18RND_CZ75_DESC;
|
||||
displayName = $STR_DZ_MAG_18Rnd_9x19_CZ75_NAME;
|
||||
picture = "\dayz_epoch_c\icons\magazines\picture_phantom_mag_ca.paa";
|
||||
count = 18;
|
||||
initSpeed = 400;
|
||||
cartridgeName = "9x19";
|
||||
@@ -219,7 +221,8 @@ class 18Rnd_9x19_Phantom : 15Rnd_9x19_M9
|
||||
class 18Rnd_9x19_PhantomSD : 15Rnd_9x19_M9SD
|
||||
{
|
||||
descriptionShort = $STR_DZ_MAG_18RND_CZ75_SD_DESC;
|
||||
displayName = $STR_DZ_MAG_18Rnd_9x19_SD_CZ75_NAME;
|
||||
displayName = $STR_DZ_MAG_18Rnd_9x19_SD_CZ75_NAME;
|
||||
picture = "\dayz_epoch_c\icons\magazines\picture_phantomsd_mag_ca.paa";
|
||||
count = 18;
|
||||
cartridgeName = "9x19_SD";
|
||||
initSpeed = 320;
|
||||
|
||||
Reference in New Issue
Block a user