EMXArms/emxarms/attachments/display/sight_emx_demo2_display.json
Seaswimmer 88c2f1a3bb
add 1.7 files
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
2024-07-22 14:54:19 -04:00

24 lines
No EOL
984 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"slot": "emxarms:attachment/slot/sight_emx_demo2",
// 配件的默认模型,不可为空
"model": "emxarms:attachment/sight_emx_demo2_geo",
// 配件默认模型使用的材质,不可为空
"texture": "emxarms:attachment/uv/emx_demo2",
// 只有 瞄具 配件需要设置这个属性,表示瞄具的放大倍率。
// 玩家可以在数组设置的几个倍率之间切换
"zoom": [
1.2
],
// 如果配件是瞄具且为筒状放大瞄具此选项应为true
"scope": false,
// 如果配件是瞄具且为红点或全息瞄具此选项应为true
"sight": true,
// 只有 瞄具 配件需要设置这个属性表示开镜后枪身和瞄具渲染的fov。
// 默认情况下mc 渲染手部模型的 fov 为 70。
"fov": 70.0,
// 音效,只在装卸配件时自己能听到
"sounds": {
"install": "tacz:attachments/scope_general_e",
"uninstall": "tacz:attachments/scope_general_e"
}
}