Advertisement
Guest User

Untitled

a guest
Apr 29th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.30 KB | None | 0 0
  1. [
  2.   {
  3.     "name": "wpn_pump_action_shotgun",
  4.     "animation": 0,
  5.     "stats": {
  6.       "damage": 0,
  7.       "fire_type": 0,
  8.       "fire_rate": 0,
  9.       "can_hurst_player": 0,
  10.       "can_pass_through_enemies": 0,
  11.       "can_cause_explosions": 0
  12.     },
  13.     "ammunition": {
  14.       "ammo_per_shot": 0,
  15.       "animation": 10,
  16.       "object": "",
  17.       "casings": 0
  18.     },
  19.     "projectile": {
  20.       "projectile_speed": 0,
  21.       "projectile_angle_min": 0,
  22.       "projectile_angle_max": 0,
  23.       "projectile_spread_amount": 0,
  24.       "projectile_burst_amount": 0,
  25.       "projectile_burst_delay": 0,
  26.       "projectile_current_burst_amount": 0
  27.     }
  28.   },
  29.   {
  30.     "name": "wpn_json_test",
  31.     "animation": 0,
  32.     "stats": {
  33.       "damage": 12,
  34.       "fire_type": "single",
  35.       "fire_rate": 0,
  36.       "can_hurst_player": 0,
  37.       "can_pass_through_enemies": 0,
  38.       "can_cause_explosions": 0
  39.     },
  40.     "ammunition": {
  41.       "ammo_per_shot": 0,
  42.       "animation": 10,
  43.       "object": "",
  44.       "casings": 0
  45.     },
  46.     "projectile": {
  47.       "projectile_speed": 0,
  48.       "projectile_angle_min": 0,
  49.       "projectile_angle_max": 0,
  50.       "projectile_spread_amount": 0,
  51.       "projectile_burst_amount": 0,
  52.       "projectile_burst_delay": 0,
  53.       "projectile_current_burst_amount": 0
  54.     }
  55.   }
  56. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement