Advertisement
Guest User

Untitled

a guest
Aug 28th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. {
  2. "type": "TOOL_ARMOR",
  3. "copy-from": "mbelt_leather",
  4. "id": "mbelt_weaponry",
  5. "name": { "str": "Belt of Weaponry", "str_pl": "Belts of Weaponry" },
  6. "description": "A wide girdle that fits around your waist, you can sheath or holster any weapon into it in the blink of an eye, and it seemingly stores them somewhere else.",
  7. "coverage": 10,
  8. "encumbrance": 3,
  9. "max_encumbrance": 3,
  10. "pocket_data": [
  11. { "holster": true, "moves": 5, "max_contains_volume": "4 L", "max_contains_weight": "5 kg", "max_item_length": "300 cm", "weight_multiplier": 0.0 },
  12. {
  13. "holster": true,
  14. "moves": 5,
  15. "max_contains_volume": "4 L",
  16. "max_contains_weight": "5 kg",
  17. "max_item_length": "300 cm",
  18. "weight_multiplier": 0.0
  19. },
  20. {
  21. "holster": true,
  22. "moves": 5,
  23. "max_contains_volume": "4 L",
  24. "max_contains_weight": "5 kg",
  25. "max_item_length": "300 cm",
  26. "weight_multiplier": 0.0
  27. },
  28. {
  29. "holster": true,
  30. "moves": 5,
  31. "max_contains_volume": "4 L",
  32. "max_contains_weight": "5 kg",
  33. "max_item_length": "300 cm",
  34. "weight_multiplier": 0.0
  35. }
  36. ],
  37. "use_action": { "type": "holster", "holster_prompt": "Stick what into your belt", "holster_msg": "You tuck your %s into your %s" }
  38. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement