mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Localization additions
Adds some more text to localization, Moves sandbags around so they are all next to each other.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsaw_CA.paa";
|
||||
|
||||
displayName = "Chainsaw";
|
||||
displayName = $STR_EPOCH_CHAINSAW;
|
||||
|
||||
cursor = "";
|
||||
cursoraim = "\ca\Weapons\Data\clear_empty";
|
||||
@@ -89,27 +89,27 @@
|
||||
magazines[] = {"CSGAS"};
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "Hermlite Chainsaw";
|
||||
libTextDesc = $STR_EPOCH_DESC_CHAINSAW;
|
||||
};
|
||||
descriptionShort = "Hermlite Chainsaw";
|
||||
descriptionShort = $STR_EPOCH_DESC_CHAINSAW;
|
||||
};
|
||||
class ChainSawB : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_B.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawB_CA.paa";
|
||||
descriptionShort = "Hermlite Chainsaw (Blue)";
|
||||
descriptionShort = $STR_EPOCH_DESC_CHAINSAW_BLUE;
|
||||
};
|
||||
class ChainSawG : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_G.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawG_CA.paa";
|
||||
descriptionShort = "Hermlite Chainsaw (Green)";
|
||||
descriptionShort = $STR_EPOCH_DESC_CHAINSAW_GREEN;
|
||||
};
|
||||
class ChainSawP : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_P.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawP_CA.paa";
|
||||
descriptionShort = "Hermlite Chainsaw (Pink)";
|
||||
descriptionShort = $STR_EPOCH_DESC_CHAINSAW_PINK;
|
||||
};
|
||||
class ChainSawR : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_R.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawR_CA.paa";
|
||||
descriptionShort = "Hermlite Chainsaw (Red)";
|
||||
descriptionShort = $STR_EPOCH_DESC_CHAINSAW_RED;
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ class m107: Rifle
|
||||
distanceZoomMin = 500;
|
||||
opticsZoomMax = 0.0553;
|
||||
distanceZoomMax = 200;
|
||||
displayname = "M107";
|
||||
displayname = $STR_DZ_WPN_M107_NAME;
|
||||
autoFire = 0;
|
||||
begin1[] = {"ca\sounds\weapons\rifles\m107",2.51189,1,1300};
|
||||
soundBegin[] = {"begin1",1};
|
||||
@@ -35,7 +35,7 @@ class m107: Rifle
|
||||
{
|
||||
libTextDesc = "The M107 is a long-range, shoulder fired, semi-automatic sniper rifle, manufactured by Beneli Armi S.P.A. It is highly prized for its manageable recoil.<br/>The M107uses 12.7x99 mm cartridges and its effective range is around 1.800 m.";
|
||||
};
|
||||
descriptionShort = "Anti-materiel sniper rifle <br/>Caliber: 12.7x99 mm";
|
||||
descriptionShort = $STR_DZ_WPN_M107_DESC;
|
||||
model = "\ca\weapons_E\m107\m107";
|
||||
htMin = 1;
|
||||
htMax = 420;
|
||||
|
||||
Reference in New Issue
Block a user