moved some configs added new zeds from 177 pt1

This commit is contained in:
[VB]AWOL
2013-08-01 11:46:00 -05:00
parent 12b6b3d943
commit 68ecf1149a
53 changed files with 51553 additions and 51068 deletions

View File

@@ -0,0 +1,42 @@
class Flare : GrenadeLauncher {
class ThrowMuzzle;
class MolotovCocktailMuzzle : ThrowMuzzle {
displayName = "$STR_ACTION_THROW";
magazines[] = {
"TrashJackDaniels",
"ItemSodaEmpty",
"TrashTinCan",
"FoodCanGriffEmpty",
"FoodCanBadguyEmpty",
"FoodCanBoneboyEmpty",
"FoodCanCornEmpty",
"FoodCanCurgonEmpty",
"FoodCanDemonEmpty",
"FoodCanFraggleosEmpty",
"FoodCanHerpyEmpty",
"FoodCanDerpyEmpty",
"FoodCanOrlokEmpty",
"FoodCanPowellEmpty",
"FoodCanTylersEmpty",
"FoodCanUnlabeledEmpty",
"FoodCanRusUnlabeledEmpty",
"FoodCanRusPorkEmpty",
"FoodCanRusPeasEmpty",
"FoodCanRusMilkEmpty",
"FoodCanRusCornEmpty",
"FoodCanRusStewEmpty",
"ItemSodaCokeEmpty",
"ItemSodaPepsiEmpty",
"ItemSodaMdewEmpty",
"ItemSodaMtngreenEmpty",
"ItemSodaR4z0rEmpty",
"ItemSodaClaysEmpty",
"ItemSodaSmashtEmpty",
"ItemSodaDrwasteEmpty",
"ItemSodaLemonadeEmpty",
"ItemSodaLvgEmpty",
"ItemSodaMzlyEmpty",
"ItemSodaRabbitEmpty"
};
};
};

View File

@@ -0,0 +1,31 @@
class MeleeFlashlight : Pistol {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_2TB;
};
};
};
class ItemFlashlight : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_RFROMTB;
};
};
};
class MeleeFlashlightRed : MeleeFlashlight {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_2TB;
};
};
};
class ItemFlashlightRed : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_RFROMTB;
};
};
};

View File

@@ -0,0 +1,3 @@
class ItemCompass: ItemCore {
model="z\addons\dayz_communityassets\models\compass.p3d";
};

View File

@@ -0,0 +1,6 @@
//NotWorking _DZ Remove
class ItemEtool: ItemCore {
scope = 2;
displayName = "Etool";
descriptionShort = $STR_EQUIP_DESC_1;
};

View File

@@ -0,0 +1,24 @@
class ItemFishingPole: ItemCore
{
scope=2;
displayName="Fishing Pole";
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.";
class ItemActions
{
class Toolbelt
{
text="Remove from Toolbelt";
script="spawn player_addToolbelt;";
use[]=
{
"ItemFishingPole"
};
output[]=
{
"MeleeFishingPole"
};
};
};
};

View File

@@ -0,0 +1,7 @@
class ItemKeyKit: ItemCore {
scope = 2;
displayname = "Keymakers kit";
model="\z\addons\dayz_epoch\models\keykit.p3d";
descriptionShort="Kit including the tools required to smelt, mold and shape keys.";
picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
};

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
class ItemMap: ItemCore {
model="z\addons\dayz_communityassets\models\map.p3d";
};

View File

@@ -0,0 +1,11 @@
class ItemMap_Debug: ItemCore {
descriptionshort = "Debug Map - Admin use only";
displayname = "Map";
picture = "\ca\ui\data\gear_picture_map_ca.paa";
scope = 2;
simulation = "ItemMap";
class Library {
libtextdesc = "Debug Map - Admin use only";
};
};

View File

@@ -0,0 +1,8 @@
class ItemShovel: ItemCore
{
scope=2;
displayName="Shovel";
model="\z\addons\dayz_communityassets\models\shovel.p3d";
picture="\z\addons\dayz_communityassets\pictures\equip_shovel_ca.paa";
descriptionShort="Shovel";
};

View File

@@ -0,0 +1,3 @@
class ItemWatch: ItemCore {
model="z\addons\dayz_communityassets\models\watch.p3d";
};