modernkilla82

Untitled

Nov 17th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. class HuntingJacketBase: Clothing
  2. {
  3. displayName = "Hunting Jacket";
  4. descriptionShort = "Hunting Jacket";
  5. model = "\DZ\characters\tops\Hunting_jacket_G.p3d";
  6. ContinuousActions[] = {190};
  7. inventorySlot = "Body";
  8. itemInfo[] = {"Clothing","Body"};
  9. rotationFlags = 12;
  10. weight = 600;
  11. itemSize[] = {4,3};
  12. itemsCargoSize[] = {6,3};
  13. quickBarBonus = 2;
  14. heatIsolation = 0.2;
  15. absorbency = 0.2;
  16. repairableWithKits[] = {5,2};
  17. repairCosts[] = {30.0,25.0};
  18. hiddenSelections[] = {"injury_body","injury_hand_l","injury_hand_r","injury_hands","camoGround","camoMale","camoFemale"};
  19. class DamageArmor
  20. {
  21. bleed = 0.3;
  22. };
  23. class DamageSystem
  24. {
  25. class GlobalHealth
  26. {
  27. class Health
  28. {
  29. hitpoints = 100;
  30. healthLabels[] = {1.0,0.7,0.5,0.3,0.0};
  31. healthLevels[] = {{1.0,{"DZ\characters\tops\Data\Hunting_jacket.rvmat","DZ\characters\tops\Data\Hunting_jacket_G.rvmat"}},{0.5,{"DZ\characters\tops\Data\Hunting_jacket_damage.rvmat","DZ\characters\tops\Data\Hunting_jacket_G_damage.rvmat"}},{0.0,{"DZ\characters\tops\Data\Hunting_jacket_destruct.rvmat","DZ\characters\tops\Data\Hunting_jacket_G_destruct.rvmat"}}};
  32. };
  33. };
  34. class GlobalArmor
  35. {
  36. class Projectile
  37. {
  38. Health = 0.9;
  39. Blood = 0.9;
  40. Shock = 0.9;
  41. };
  42. class Melee
  43. {
  44. Health = 0.9;
  45. Blood = 0.9;
  46. Shock = 0.9;
  47. };
  48. class Infected
  49. {
  50. Health = 0.9;
  51. Blood = 0.9;
  52. Shock = 0.9;
  53. };
  54. };
  55. };
  56. class ClothingTypes
  57. {
  58. male = "\DZ\characters\tops\Hunting_jacket_m.p3d";
  59. female = "\DZ\characters\tops\Hunting_jacket_F.p3d";
  60. };
  61. };
  62. class HuntingJacket_Santa: HuntingJacketBase
  63. {
  64. scope = 2;
  65. descriptionShort = "Hunting Jacket";
  66. visibilityModifier = 0.8;
  67. hiddenSelectionsTextures[] = {"Hunting\hunting_jacket_Santa_co.paa","Hunting\hunting_jacket_Santa_co.paa","Hunting\hunting_jacket_Santa_co.paa"};
  68. };
Advertisement
Add Comment
Please, Sign In to add comment