BuildingPos Done and Separated/Sorted

This commit is contained in:
icomrade
2016-02-25 11:43:55 -05:00
parent a118851ca8
commit 71d045875b
22 changed files with 1894 additions and 154 deletions

View File

@@ -88,11 +88,27 @@ class Item1Matchbox : ItemMatchbox
matches = 1;
};
};
class ItemMatchbox_DZE: ItemCore
class ItemMatchbox_DZE: ItemMatchbox
{
scope = 2;
displayName = $STR_EQUIP_NAME_3;
model = "\dayz_equip\models\matchbox_gear.p3d";
picture = "\dayz_equip\textures\equip_matchbox_ca.paa";
descriptionShort = $STR_EQUIP_DESC_3;
//displayName = $STR_EQUIP_NAME_3;
//model = "\dayz_equip\models\matchbox_gear.p3d";
//picture = "\dayz_equip\textures\equip_matchbox_ca.paa";
//descriptionShort = $STR_EQUIP_DESC_3;
class Ignators
{
chance = 1;
matches = -1;
qtyRemaining = "ItemMatchbox_DZE"; //Use new matchbox system but don't reduce quantity
};
class ItemActions
{
class Use
{
text = $STR_ACTIONS_LIGHTFIRE;
script = "spawn player_makeFire;";
use[] = {"PartWoodPile"};
};
};
};