mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 22:22:57 +03:00
Add back short M249, update mag strings
This commit is contained in:
@@ -112,7 +112,8 @@ weaponsUS[] =
|
||||
{Loot_WEAPON, 5, M249_m145_EP1_DZE},
|
||||
{Loot_WEAPON, 3, m240_scoped_EP1_DZE},
|
||||
{Loot_WEAPON, 3, M240_DZ},
|
||||
{Loot_WEAPON, 5, M249_DZ}
|
||||
{Loot_WEAPON, 5, M249_DZ},
|
||||
{Loot_WEAPON, 5, M249_EP1_DZ},
|
||||
};
|
||||
|
||||
weaponsEU[] =
|
||||
|
||||
@@ -15,6 +15,7 @@ class 30Rnd_545x39_AKSD : 30Rnd_545x39_AK
|
||||
{
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak74sd_ca.paa";
|
||||
displayName = $STR_DZ_MAG_30RND_545x39_AKSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_AK74SD_DESC;
|
||||
cartridgeName = "545x39_SD";
|
||||
|
||||
class ItemActions
|
||||
|
||||
@@ -109,6 +109,7 @@ 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;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_MK17SD_DESC;
|
||||
|
||||
cartridgeName = "762x51_SD";
|
||||
|
||||
|
||||
@@ -638,6 +638,7 @@ class Category_18 {
|
||||
class L110A1_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
|
||||
class L110A1_CCO_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {7,"ItemGoldBar"};};
|
||||
class L110A1_Holo_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {7,"ItemGoldBar"};};
|
||||
class M249_EP1_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar"};};
|
||||
class M249_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar"};};
|
||||
class M249_CCO_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {8,"ItemGoldBar"};};
|
||||
class M249_Holo_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar10oz"};sell[] = {8,"ItemGoldBar"};};
|
||||
|
||||
Reference in New Issue
Block a user