EMXArms/emxarms/guns/data/emx_boomstick_data.json
Seaswimmer a8b8b94298
All checks were successful
Actions / Autotagger (push) Successful in 9s
Actions / Build Gunpack (push) Successful in 22s
Version bump to 0.2.4-2
**This update BREAKS all existing guns!**

Renamed all of the guns in the pack to match their english localization files
2024-07-23 19:29:37 -04:00

104 lines
2.2 KiB
JSON

{
"ammo": "emxarms:x16sg",
"rpm": 300,
"bullet": {
"life": 0.3,
"bullet_amount": 16,
"damage": 24,
"tracer_count_interval": 0,
"extra_damage": {
"armor_ignore": 0.1,
"head_shot_multiplier": 1.33,
"damage_adjust": [
{"distance": 5.5, "damage": 35},
{"distance": 7.5, "damage": 24},
{"distance": 12, "damage": 18},
{"distance": 22, "damage": 12},
{"distance": "infinite", "damage": 12}
]
},
"speed": 120,
"gravity": 0.0245,
"knockback": 0.875,
"friction": 0.012,
"ignite": false,
"pierce": 2
},
"ammo_amount": 2,
"bolt": "open_bolt",
"reload": {
"type": "magazine",
"feed": {
"empty": 1.83,
"tactical": 1.23
},
"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": 600,
"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": 4.625,
"move": 4.75,
"sneak": 4.25,
"lie": 3.75,
"aim": 2.95
}
}