Advertisement
Guest User

mbag.txt

a guest
May 18th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. module MBAG{
  2.  
  3. item DayPack
  4. {
  5. WeightReduction = 83,
  6. Weight = 0.5,
  7. Type = Container,
  8. Capacity = 27,
  9. DisplayName = DayPack,
  10. Icon = Backpack,
  11. CanBeEquipped = Back,
  12. }
  13. item Bugoutbag
  14. {
  15. WeightReduction = 85,
  16. Weight = 0.5,
  17. Type = Container,
  18. Capacity = 30,
  19. DisplayName = Bugout Bag,
  20. Icon = Backpack,
  21. CanBeEquipped = Back,
  22. }
  23.  
  24. item Rucksack
  25. {
  26. WeightReduction = 90,
  27. Weight = 0.5,
  28. Type = Container,
  29. Capacity = 35,
  30. DisplayName = Rucksack,
  31. Icon = Duffelbag,
  32. CanBeEquipped = Back,
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement