Advertisement
Guest User

Untitled

a guest
May 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. class HitpointsProtectionInfo
  2. {
  3. class Chest
  4. {
  5. HitpointName="HitChest";
  6. armor=20;
  7. PassThrough=0.2;
  8. };
  9. class Diaphragm
  10. {
  11. HitpointName="HitDiaphragm";
  12. armor=20;
  13. PassThrough=0.2;
  14. };
  15. class Abdomen
  16. {
  17. hitpointName="HitAbdomen";
  18. armor=20;
  19. passThrough=0.2;
  20. };
  21. class Body
  22. {
  23. hitpointName="HitBody";
  24. passThrough=0.2;
  25. };
  26. };
  27. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement