memenai.hpp 536 B

123456789101112131415161718192021222324
  1. class ItemInfo: ItemInfo
  2. {
  3. mass = 30;
  4. uniformmodel = "\501st_helmets\AB\AB_helmet_p1.p3d";//"SWOP_clones\helmet\CloneHelmetPilot.p3d";
  5. modelSides[] = {6};
  6. hiddenSelections[] = {
  7. "camo1",
  8. "mat"
  9. };
  10. material = -1;
  11. explosionShielding = 200.2;
  12. minimalHit = 550.01;
  13. passThrough = 0.001;
  14. armor=100000;
  15. class HitpointsProtectionInfo
  16. {
  17. class Head
  18. {
  19. hitpointName = "HitHead";
  20. armor = 10000;
  21. passThrough = 0.6;
  22. };
  23. };
  24. };