Advertisement
Guest User

Goes in Ranged.JSON

a guest
Sep 15th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.65 KB | None | 0 0
  1. {
  2.     "id": "over & under",
  3.     "type": "GUN",
  4.     "symbol": "(",
  5.     "color": "red",
  6.     "name": "over and under",
  7.     "description": "A home-made shotgun. Unlike a side by side shotgun this one has the barrels on top of each other. This allows for mounting of a scope, and other attachments. ",
  8.     "price": 200,
  9.     "material": ["iron", "wood"],
  10.     "skill": "shotgun",
  11.     "ammo": "shot",
  12.     "weight": 2267,
  13.     "volume": 12,
  14.     "bashing": 14,
  15.     "cutting": 0,
  16.     "to_hit": 3,
  17.     "ranged_damage": 2,
  18.     "range": 0,
  19.     "dispersion": 37,
  20.     "recoil": 20,
  21.     "durability": 6,
  22.     "burst": 0,
  23.     "clip_size": 2,
  24.     "reload": 75
  25.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement