Fix some errors

This commit is contained in:
ebaydayz
2016-03-31 14:45:13 -04:00
parent 6de88c7b07
commit 3f6cd7de42
33 changed files with 185 additions and 167 deletions

View File

@@ -8,6 +8,8 @@ CrashSiteType[] =
{Loot_NONE, 1, CrashSite_UN, CrashSiteUN} //United Nations Mi-8
};
/* Russian */
CrashSiteRU[] =

View File

@@ -16,11 +16,11 @@ pistols[] = {
{Loot_WEAPON, 0.1, revolver_gold_EP1}
};
shotgunsingleshot[] = {
{Loot_WEAPON, 2, Winchester1866},
{Loot_WEAPON, 2, Winchester1866_DZ},
{Loot_WEAPON, 1.7, LeeEnfield},
{Loot_WEAPON, 1.7, MR43},
{Loot_WEAPON, 1, Saiga12K},
{Loot_WEAPON, 1, Remington870_lamp},
{Loot_WEAPON, 1, Remington870_DZ},
{Loot_WEAPON, 1, Crossbow_DZ},
//{Loot_WEAPON, 1, RedRyder},
{Loot_WEAPON, 1, M1014}
@@ -105,10 +105,10 @@ machineguns[] = {
{Loot_WEAPON, 1, m240_scoped_EP1_DZE},
{Loot_WEAPON, 0.8, M240_DZ},
{Loot_WEAPON, 0.8, M249_EP1_DZ},
{Loot_WEAPON, 0.5, Mk_48_DZ}
{Loot_WEAPON, 0.5, Mk_48}
};
militaryshotguns[] = {
{Loot_WEAPON, 2, Saiga12K},
{Loot_WEAPON, 2, Remington870_lamp},
{Loot_WEAPON, 2, Remington870_FL_DZ},
{Loot_WEAPON, 2, M1014}
};

View File

@@ -1,5 +1,5 @@
// DayZ tents are defined in \dayz_equip\configs\Storage.hpp
class TentStorage;
class TentStorageDomed: TentStorage {
displayName = "Digital Camo Tent";
vehicleClass = "Survival";

View File

@@ -1,4 +1,4 @@
class ItemSledge: ItemCore
class ItemSledge: ItemCore // Epoch class
{
scope = public;
@@ -31,6 +31,16 @@ class ItemSledge: ItemCore
};
};
class ItemSledgeHammer : ItemCore
{
scope = public;
model = "z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.p3d";
picture = "\z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.paa";
displayName = $STR_EQUIP_NAME_SledgeHammer;
descriptionShort = $STR_EQUIP_DESC_SledgeHammer;
};
class ItemSledgeHammerBroken : ItemCore
{
scope = public;