EMXArms/emxarms/attachments/data/grip_emx_assert_data.json

11 lines
300 B
JSON
Raw Normal View History

{
// 配件重量,单位 kg。影响持枪者的移速
"weight": 0.05,
// 对枪械后坐力的影响。
"recoil_modifier": {
// 竖直方向偏转削减的大小,范围-1~0
"pitch": -0.1,
// 水平方向偏转削减程度的大小,范围-1~0
"yaw": -0.2
}
}