EMXArms/emxarms/guns/data/emx_kronosex_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

98 lines
2 KiB
JSON

{
"ammo": "emxarms:402x31",
"rpm": 350,
"bullet": {
"life": 0.7,
"bullet_amount": 1,
"damage": 30,
"tracer_count_interval": 0,
"extra_damage": {
"armor_ignore": 0.3,
"head_shot_multiplier": 1.65,
"damage_adjust": [
{"distance": 0.5, "damage": 36},
{"distance": 14.5, "damage": 30},
{"distance": 29.5, "damage": 24},
{"distance": 49.5, "damage": 18},
{"distance": "infinite", "damage": 9}
]
},
"speed": 170,
"gravity": 0.0245,
"knockback": 0,
"friction": 0.012,
"ignite": false,
"pierce": 2
},
"ammo_amount": 10,
"extended_mag_ammo_amount": [
12,
16,
20
],
"bolt": "closed_bolt",
"reload": {
"type": "magazine",
"feed": {
"empty": 1.67,
"tactical": 1.2
},
"cooldown": {
"empty": 2,
"tactical": 1.64
}
},
"draw_time": 0.35,
"put_away_time": 0.33,
"aim_time": 0.2,
"sprint_time": 0.2,
"fire_mode": [
"semi",
"burst"
],
"burst_data": {
"continuous_shoot": false,
"count": 2,
"bpm": 460,
"min_interval": 0.8
},
"allow_attachment_types": [
"scope",
"grip",
"muzzle",
"extended_mag"
],
"melee": {
"distance": 1,
"cooldown": 0.6,
"default": {
"animation_type": "melee_push",
"distance": 2,
"range_angle": 30,
"damage": 3.2,
"knockback": 0.5,
"prep": 0.1
}
},
"recoil": {
"pitch": [
{"time": 0, "value": [0.95, 0.95]},
{"time": 0.4, "value": [0.95, 0.95]},
{"time": 0.65, "value": [-0.225, -0.225]},
{"time": 0.85, "value": [0.125, 0.125]},
{"time": 1.1, "value": [0, 0]},
{"time": 1.2, "value": [0, 0]}
],
"yaw": [
{"time": 0, "value": [-0.3, 0.3]},
{"time": 0.5, "value": [0, 0]}
]
},
"inaccuracy": {
"stand": 4.25,
"move": 5,
"sneak": 3.5,
"lie": 2.5,
"aim": 0.1
}
}