Page MenuHomeFeedback Tracker

[Feature Request] Increase amount of Nails in NailBox from 70 to 72
New, NormalPublic

Description

It helpful to create 2 full wooden wall

https://www.reddit.com/r/dayz/comments/a2gq7b/base_building_guide_infographic_v2/

class NailBox: Box_Base {
  scope = 2;
  displayName = "$STR_CfgVehicles_NailBox0";
  descriptionShort = "$STR_CfgVehicles_NailBox1";
  model = "\dz\gear\consumables\Nails_box.p3d";
  itemSize[] = {
    1,
    1
  };
  weight = 2540;
  absorbency = 0.80000001;
  lootCategory = "Tools";
  lootTag[] = {
    "Civilian",
    "Camping",
    "Work",
    "Farm",
    "Forester"
  };
  class DamageSystem {
    class GlobalHealth {
      class Health {
        hitpoints = 100;
        healthLevels[] = {
          {
            1,
            {
              "DZ\gear\consumables\data\Box_of_Nails.rvmat"
            }
          },
          {
            0.69999999,
            {
              "DZ\gear\consumables\data\Box_of_Nails.rvmat"
            }
          },
          {
            0.5,
            {
              "DZ\gear\consumables\data\Box_of_Nails_damage.rvmat"
            }
          },
          {
            0.30000001,
            {
              "DZ\gear\consumables\data\Box_of_Nails_damage.rvmat"
            }
          },
          {
            0,
            {
              "DZ\gear\consumables\data\Box_of_Nails_destruct.rvmat"
            }
          }
        };
      };
    };
  };
  class Resources {
    class Nail {
      value = 72;
      variable = "quantity";
    };
  };
  class AnimEvents {
    class SoundWeapon {
      class interact {
        soundset = "ammoboxUnpack_SoundSet";
        id = 70;
      };
    };
  };
};

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Feature Request

Event Timeline

PR9INICHEK updated the task description. (Show Details)
PR9INICHEK renamed this task from Increase amount of Nail in NailBox from 70 to 72 to Increase amount of Nails in NailBox from 70 to 72.
PR9INICHEK renamed this task from Increase amount of Nails in NailBox from 70 to 72 to [Feature Request] Increase amount of Nails in NailBox from 70 to 72.Oct 24 2020, 12:35 AM
PR9INICHEK updated the task description. (Show Details)