superb-warfare/src/main/resources/data/superbwarfare/guns/homemade_shotgun.json
2025-05-07 17:53:01 +08:00

32 lines
No EOL
773 B
JSON

{
"Spread": 4,
"RecoilX": 0.005,
"RecoilY": 0.026,
"Damage": 5,
"Headshot": 1.5,
"Velocity": 15,
"Magazine": 2,
"ProjectileAmount": 12,
"Weight": 1,
"NormalReloadTime": 66,
"EmptyReloadTime": 83,
"BypassesArmor": 0.01,
"SoundRadius": 16,
"RPM": 600,
"AmmoType": "@ShotgunAmmo",
"AvailablePerks": [
"@Ammo",
"superbwarfare:field_doctor",
"superbwarfare:heal_clip",
"superbwarfare:subsistence",
"superbwarfare:powerful_attraction",
"superbwarfare:intelligent_chip",
"superbwarfare:kill_clip",
"superbwarfare:gutshot_straight",
"superbwarfare:monster_hunter",
"superbwarfare:vorpal_weapon",
"!superbwarfare:micro_missile",
"!superbwarfare:longer_wire",
"!superbwarfare:butterfly_bullet"
]
}