EMXArms/emxarms/guns/data/emx_jumper_data.json
Seaswimmer 5cef237d91
All checks were successful
Actions / Autotagger (push) Successful in 12s
Actions / Build Gunpack (push) Successful in 27s
Version bump to 0.2.4-5
Guns added:
- DBS-16 Jumper
  - Reskin and model modification of the DBS-16 Charon, that does no damage but has a 5 radius explosion on every pellet (with 6 pellets per shot).
2024-07-23 22:41:01 -04:00

98 lines
1.9 KiB
JSON

{
"ammo": "emxarms:x16sg",
"rpm": 200,
"bullet": {
"life": 0.8,
"bullet_amount": 6,
"damage": 0,
"tracer_count_interval": 0,
"speed": 120,
"gravity": 0.0245,
"knockback": 5,
"friction": 0.012,
"ignite": false,
"pierce": 0,
"explosion": {
"damage": 0,
"radius": 4,
"knockback": true
}
},
"ammo_amount": 2,
"bolt": "open_bolt",
"reload": {
"type": "magazine",
"feed": {
"empty": 1,
"tactical": 0.7
},
"cooldown": {
"empty": 2.3,
"tactical": 1.6
}
},
"draw_time": 0.27,
"put_away_time": 0.203,
"aim_time": 0.1,
"sprint_time": 0.075,
"fire_mode": [
"semi",
"burst"
],
"burst_data": {
"continuous_shoot": false,
"count": 2,
"bpm": 5000,
"min_interval": 0.5
},
"melee": {
"distance": 1,
"cooldown": 0.6,
"default": {
"animation_type": "melee_push",
"distance": 2,
"range_angle": 30,
"damage": 2.0,
"knockback": 0.5,
"prep": 0.1
}
},
"allow_attachment_types": [
"scope",
"stock",
"grip"
],
"exclusive_attachments": {
"tacz:oem_stock_tactical": {
"weight": 2.0,
"ads_addend": 0.04,
"inaccuracy_addend": -0.125,
"recoil_modifier": {
"pitch": -0.3,
"yaw": -0.2
}
}
},
"recoil": {
"pitch": [
{"time": 0, "value": [3.5, 3.5]},
{"time": 0.3, "value": [3.5, 3.5]},
{"time": 0.5, "value": [-1.15, -1.15]},
{"time": 0.65, "value": [0, 0]},
{"time": 0.7, "value": [0, 0]}
],
"yaw": [
{"time": 0, "value": [-1.5, -1.5]},
{"time": 0.3, "value": [-1.5, -1.5]},
{"time": 0.5, "value": [0.2, 0.2]},
{"time": 0.7, "value": [0, 0]}
]
},
"inaccuracy": {
"stand": 3.75,
"move": 4.5,
"sneak": 3.5,
"lie": 2.5,
"aim": 2.5
}
}