EMXArms/emxarms/guns/display/emx_draftsman_display.json

91 lines
2.5 KiB
JSON

{
"model": "emxarms:gun/emx_draftsman_geo",
"texture": "emxarms:gun/uv/emx_draftsman",
"hud": "emxarms:gun/hud/emx_draftsman",
"slot": "emxarms:gun/slot/emx_draftsman",
"animation": "emxarms:ak47",
"use_default_animation": "rifle",
"third_person_animation": "default",
"transform": {
"scale": {
"thirdperson": [0.6, 0.6, 0.6],
"ground": [0.6, 0.6, 0.6],
"fixed": [1.2, 1.2, 1.2]
}
},
"muzzle_flash": {
"texture": "emxarms:flash/emx_muzzle_flash",
"scale": 0.75
},
"iron_zoom": 1.2,
"shell": {
"initial_velocity": [5, 2, 1],
"random_velocity": [1, 1, 0.25],
"acceleration": [0.0, -10, 0.0],
"angular_velocity": [360, -1200, 90],
"living_time": 1.0
},
"sounds": {
"shoot": "emxarms:emx_draftsman/emx_draftsman_shoot",
"shoot_3p": "emxarms:emx_draftsman/ak47_shoot_3p",
"reload_empty": "emxarms:emx_draftsman/ak47_reload_empty",
"reload_tactical": "emxarms:emx_draftsman/ak47_reload_tactical",
"inspect": "emxarms:emx_draftsman/ak47_inspect",
"inspect_empty": "emxarms:emx_draftsman/ak47_inspect_empty",
"draw": "emxarms:emx_draftsman/ak47_draw",
"put_away": "emxarms:emx_draftsman/ak47_put_away",
"silence": "emxarms:emx_draftsman/ak47_silence",
"silence_3p": "emxarms:emx_draftsman/ak47_silence_3p",
"dry_fire": "tacz:dry_fire",
"fire_select": "tacz:fire_select",
"head_hit": "tacz:head_hit",
"flesh_hit": "tacz:flesh_hit",
"kill": "tacz:kill"
},
"offhand_show": {
"pos": [1, 20, 3.5],
"rotate": [0, 0, 60],
"scale": [0.5, 0.5, 0.5]
},
"hotbar_show": {
"0": {
"pos": [-1, 20, 3],
"rotate": [-180, 0, 120],
"scale": [0.5, 0.5, 0.5]
}
},
"text_show": {
"ammo_count_text_show_pos": {
"scale": 1,
"align": "center",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "%ammo_count%"
},
"ammo_count_text_show_pos2": {
"scale": 0.5,
"align": "right",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "%player_name%"
},
"ammo_count_text_show_pos4": {
"scale": 0.5,
"align": "right",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "-User-"
},
"ammo_count_text_show_pos3": {
"scale": 0.5,
"align": "center",
"shadow": false,
"color": "#53f9af",
"light": 15,
"text": "-Ammo-"
}
}
}