Add glass floor

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-05 09:51:37 +01:00
parent f9593f3fdf
commit 7c03612081
6 changed files with 86 additions and 21 deletions

View File

@@ -1,3 +1,25 @@
class glass_floor_kit: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_GLASSFLOOR;
descriptionShort = $STR_EPOCH_GLASSFLOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "GlassFloor_DZ";
};
};
};
class metal_floor_kit: CA_Magazine
{
scope = 2;