Advertisement
Guest User

T1 Gun

a guest
Feb 15th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "id": "mat_T1_pistol",
  3. "copy-from": "pistol_base",
  4. "type": "GUN",
  5. "name": "T1 pistol (9mm)",
  6. "description": "The T1 pistol is designed as a throwaway pistol. You can reload it manually but this isn't recommended as it's not designed for it. The build is reliable and compact. This model uses 9mm cartridges.",
  7. "flags": [ "RELOAD_ONE", "NEVER_JAMS" ],
  8. "weight": 395,
  9. "volume": 1.2,
  10. "price": 29000,
  11. "to_hit": -2,
  12. "bashing": 5,
  13. "material": [ "plastic", "matter" ],
  14. "symbol": "(",
  15. "color": "dark_gray",
  16. "ammo": "9mm",
  17. "ranged_damage": 0,
  18. "dispersion": 420,
  19. "durability": 2,
  20. "clip_size": 15
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement