EMXArms/emxarms/guns/display/emx_kronosex_display.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.6 KiB
JSON

{
"model": "emxarms:gun/emx_kronosex_geo",
"texture": "emxarms:gun/uv/emx_kronosex",
"lod": {
"model": "emxarms:gun/lod/emx_kronosex_lod",
"texture": "emxarms:gun/uv/emx_kronosex"
},
"hud": "emxarms:gun/hud/emx_kronosex",
"slot": "emxarms:gun/slot/emx_kronosex",
"animation": "emxarms:emx_kronosex",
"use_default_animation": "pistol",
"transform": {
"scale": {
"thirdperson": [0.6, 0.6, 0.6],
"ground": [0.6, 0.6, 0.6],
"fixed": [1.2, 1.2, 1.2]
}
},
"shell": {
"initial_velocity": [8.0, 5.0, -0.5],
"random_velocity": [2.5, 1.5, 0.25],
"acceleration": [0.0, -20, 0.0],
"angular_velocity": [-720, -720, 90],
"living_time": 1.0
},
"muzzle_flash": {
"texture": "emxarms:flash/emx_muzzle_flash",
"scale": 0.8
},
"sounds": {
"reload_empty": "emxarms:emx_kronos/deagle_reload_empty",
"reload_tactical": "emxarms:emx_kronos/deagle_reload_tactical",
"inspect": "emxarms:emx_kronos/deagle_inspect",
"inspect_empty": "emxarms:emx_kronos/deagle_inspect_empty",
"draw": "emxarms:emx_kronos/deagle_draw",
"shoot": "emxarms:emx_kronos/emx_kronos_shoot",
"shoot_3p": "emxarms:emx_kronos/emx_kronos_shoot_3p",
"silence": "emxarms:emx_kronos/deagle_silence",
"silence_3p": "emxarms:emx_kronos/deagle_silence_3p",
"dry_fire": "emxarms:emx_dw",
"fire_select": "emxarms:emx_mode",
"kill": "emxarms:emx_hit1"
},
"text_show": {
"ammo_count_text_show_pos": {
"scale": 0.4,
"align": "center",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "%ammo_count%"
},
"ammo_count_text_show_pos2": {
"scale": 0.35,
"align": "right",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "%player_name%"
},
"ammo_count_text_show_pos4": {
"scale": 0.35,
"align": "right",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "Enjoy hunting!"
},
"ammo_count_text_show_pos3": {
"scale": 0.15,
"align": "center",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "-Ammo-"
},
"ammo_out_show_pos2": {
"scale": 0.15,
"align": "center",
"shadow": false,
"color": "#ffc64b",
"light": 15,
"text": "-OutAmmo-"
}
},
"offhand_show": {
"pos": [4, 13, -2],
"rotate": [-90, -35, 90],
"scale": [0.5, 0.5, 0.5]
},
"hotbar_show": {
"0": {
"pos": [-5, 13, -2],
"rotate": [-90, -35, 90],
"scale": [0.5, 0.5, 0.5]
}
}
}