mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Rifle flashlight fix, translations
Vanilla development commit:
a850f25e14
- Attachment_FL_Rfl -> Attachment_FL
- Sherbet desc
- Take blood translation
- weapons/mods translation fixes for better strings fitting
This commit is contained in:
@@ -378,7 +378,7 @@ class M16A4_ACOG_DZ : M16A4_DZ
|
||||
class Attachments
|
||||
{
|
||||
Attachment_M203 = M16A4_GL_ACOG_DZ;
|
||||
Attachment_FL_Rfl = M16A4_ACOG_FL_DZ;
|
||||
Attachment_FL = M16A4_ACOG_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -414,7 +414,7 @@ class M16A4_ACOG_FL_DZ : M16A4_FL_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'M16A4_ACOG_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'M16A4_ACOG_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -429,7 +429,7 @@ class M16A4_GL_ACOG_DZ : M16A4_GL_DZ
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL_Rfl = M16A4_GL_ACOG_FL_DZ;
|
||||
Attachment_FL = M16A4_GL_ACOG_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -472,7 +472,7 @@ class M16A4_GL_ACOG_FL_DZ : M16A4_GL_FL_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'M16A4_GL_ACOG_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'M16A4_GL_ACOG_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -788,7 +788,7 @@ class M4A1_ACOG_DZ : M4A1_DZ
|
||||
{
|
||||
Attachment_M203 = M4A1_GL_ACOG_DZ;
|
||||
Attachment_Sup556 = M4A1_ACOG_SD_DZ;
|
||||
Attachment_FL_Rfl = M4A1_ACOG_FL_DZ;
|
||||
Attachment_FL = M4A1_ACOG_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -825,7 +825,7 @@ class M4A1_ACOG_FL_DZ : M4A1_FL_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'M4A1_ACOG_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'M4A1_ACOG_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -841,7 +841,7 @@ class M4A1_ACOG_SD_DZ : M4A1_SD_DZ
|
||||
class Attachments
|
||||
{
|
||||
Attachment_M203 = M4A1_GL_ACOG_SD_DZ;
|
||||
Attachment_FL_Rfl = M4A1_ACOG_SD_FL_DZ;
|
||||
Attachment_FL = M4A1_ACOG_SD_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -887,7 +887,7 @@ class M4A1_ACOG_SD_FL_DZ : M4A1_SD_FL_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'M4A1_ACOG_SD_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'M4A1_ACOG_SD_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -905,7 +905,7 @@ class M4A1_GL_ACOG_DZ : M4A1_GL_DZ
|
||||
class Attachments
|
||||
{
|
||||
Attachment_Sup556 = M4A1_GL_ACOG_SD_DZ;
|
||||
Attachment_FL_Rfl = M4A1_GL_ACOG_FL_DZ;
|
||||
Attachment_FL = M4A1_GL_ACOG_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -951,7 +951,7 @@ class M4A1_GL_ACOG_FL_DZ : M4A1_GL_FL_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'M4A1_GL_ACOG_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'M4A1_GL_ACOG_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -966,7 +966,7 @@ class M4A1_GL_ACOG_SD_DZ : M4A1_GL_SD_DZ
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL_Rfl = M4A1_GL_ACOG_SD_FL_DZ;
|
||||
Attachment_FL = M4A1_GL_ACOG_SD_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -1019,7 +1019,7 @@ class M4A1_GL_ACOG_SD_FL_DZ : M4A1_GL_SD_FL_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'M4A1_GL_ACOG_SD_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'M4A1_GL_ACOG_SD_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ class SA58_RIS_DZ : SA58_DZ
|
||||
Attachment_CCO = SA58_CCO_DZ;
|
||||
Attachment_Holo = SA58_Holo_DZ;
|
||||
Attachment_ACOG = SA58_ACOG_DZ;
|
||||
Attachment_FL_Rfl = SA58_RIS_FL_DZ;
|
||||
Attachment_FL = SA58_RIS_FL_DZ;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -63,7 +63,7 @@ class SA58_RIS_FL_DZ : SA58_RIS_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'SA58_RIS_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'SA58_RIS_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -82,7 +82,7 @@ class SA58_CCO_DZ : SA58_RIS_DZ
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL_Rfl = SA58_CCO_FL_DZ;
|
||||
Attachment_FL = SA58_CCO_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -115,7 +115,7 @@ class SA58_CCO_FL_DZ : SA58_CCO_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'SA58_CCO_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'SA58_CCO_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -128,7 +128,7 @@ class SA58_Holo_DZ : SA58_CCO_DZ
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL_Rfl = SA58_Holo_FL_DZ;
|
||||
Attachment_FL = SA58_Holo_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -161,7 +161,7 @@ class SA58_Holo_FL_DZ : SA58_Holo_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'SA58_Holo_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'SA58_Holo_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -213,7 +213,7 @@ class SA58_ACOG_DZ : SA58_CCO_DZ
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL_Rfl = SA58_ACOG_FL_DZ;
|
||||
Attachment_FL = SA58_ACOG_FL_DZ;
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
@@ -246,7 +246,7 @@ class SA58_ACOG_FL_DZ : SA58_ACOG_DZ
|
||||
class RemoveFlashlight
|
||||
{
|
||||
text = $STR_DZ_ATT_FL_RFL_RMVE;
|
||||
script = "; ['Attachment_FL_Rfl',_id,'SA58_ACOG_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_FL',_id,'SA58_ACOG_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user