EMXArms/emxarms/guns/display/emx_apollo_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

52 lines
1.4 KiB
JSON

{
"model": "emxarms:gun/emx_apollo_geo",
"texture": "emxarms:gun/uv/emx_apollo",
"hud": "emxarms:gun/hud/emx_artemis",
"slot": "emxarms:gun/slot/emx_apollo",
"animation": "emxarms:emx_artemis",
"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_explosive",
"scale": 2.125
},
"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_artemis/emx_artemis_shoot",
"shoot_3p": "emxarms:emx_artemis/emx_artemis_shoot_3p",
"silence": "emxarms:emx_artemis/emx_artemis_shoot",
"silence_3p": "emxarms:emx_artemis/emx_artemis_shoot_3p",
"dry_fire": "emxarms:emx_dw",
"fire_select": "emxarms:emx_mode",
"head_hit": "tacz:head_hit",
"flesh_hit": "tacz:flesh_hit",
"kill": "emxarms:emx_hit1"
},
// 枪械模型上的文本显示
"offhand_show": {
"pos": [1, 19, 4],
"rotate": [0, 0, 50],
"scale": [0.5, 0.5, 0.5]
},
"hotbar_show": {
"0": {
"pos": [-4, 24, 3],
"rotate": [-90, -5, -90],
"scale": [0.5, 0.5, 0.5]
}
}
}