Config set and mod

This commit is contained in:
minster586
2025-04-19 02:56:28 -04:00
parent 04822e61e3
commit c37c2a2e7c
1865 changed files with 431005 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"model": "tacz:ammo/12g",
"texture": "tacz:ammo/uv/12g",
"slot": "tacz:ammo/slot/12g",
"shell": {
"model": "tacz:shell/12g_shell",
"texture": "tacz:shell/12g_shell"
},
"tracer_color": "#FF3030",
"transform": {
"scale": {
"thirdperson": [
0.6,
0.6,
0.6
],
"ground": [
0.6,
0.6,
0.6
],
"fixed": [
1.2,
1.2,
1.2
]
}
}
}
@@ -0,0 +1,30 @@
{
"model": "tacz:ammo/308",
"texture": "tacz:ammo/uv/308",
"slot": "tacz:ammo/slot/308",
"tracer_color": "#FF9999",
"shell": {
"model": "tacz:shell/308_shell",
"texture": "tacz:shell/308_shell"
},
"transform": {
"scale": {
"thirdperson": [
0.2,
0.2,
0.2
],
"ground": [
0.3,
0.3,
0.3
],
"fixed": [
0.6,
0.6,
0.6
]
}
}
}
@@ -0,0 +1,4 @@
{
"slot": "tacz:ammo/slot/30_06"
}
@@ -0,0 +1,41 @@
{
"model": "tacz:ammo/338",
"texture": "tacz:ammo/uv/338",
"slot": "tacz:ammo/slot/338",
"tracer_color": "#FFAAAA",
"particle": {
// 名称,具体可选粒子可参考 wikihttps://minecraft.fandom.com/zh/wiki/%E7%B2%92%E5%AD%90
"name": "mycelium",
// 生成的区域,默认为 0 0 0
"delta": [
0,
0,
0
],
// 速度,默认为0,必须至少为 0
"speed": 0.0,
// 粒子存在时间,单位 tick,默认为 20 tick
"life_time": 50,
// 粒子数量,当子弹速度过快时,可以增大此数量,能够填满子弹路径的空隙
"count": 25
},
"transform": {
"scale": {
"thirdperson": [
0.5,
0.5,
0.5
],
"ground": [
0.5,
0.5,
0.5
],
"fixed": [
1,
1,
1
]
}
}
}
@@ -0,0 +1,9 @@
{
"slot": "tacz:ammo/slot/357mag",
"shell": {
"model": "tacz:shell/357mag_shell",
"texture": "tacz:shell/357mag_shell"
},
"tracer_color": "#ffe09e"
}
@@ -0,0 +1,30 @@
{
"model": "tacz:ammo_entity/40mm_grenade",
"texture": "tacz:ammo_entity/40mm_grenade",
"slot": "tacz:ammo/slot/40mm",
// 子弹实体
"entity": {
// 模型
"model": "tacz:ammo_entity/40mm_grenade",
// 材质
"texture": "tacz:ammo_entity/40mm_grenade"
},
// 粒子效果,部分参数和原版指令完全一致,具体可参考 wikihttps://minecraft.fandom.com/zh/wiki/%E5%91%BD%E4%BB%A4/particle
// 没有此字段时,不生成粒子
"particle": {
// 名称,具体可选粒子可参考 wikihttps://minecraft.fandom.com/zh/wiki/%E7%B2%92%E5%AD%90
"name": "smoke",
// 生成的区域,默认为 0 0 0
"delta": [
0,
0,
0
],
// 速度,默认为0,必须至少为 0
"speed": 0,
// 粒子存在时间,单位 tick,默认为 20 tick
"life_time": 50,
// 粒子数量,当子弹速度过快时,可以增大此数量,能够填满子弹路径的空隙
"count": 5
}
}
@@ -0,0 +1,30 @@
{
"model": "tacz:ammo/45acp",
"texture": "tacz:ammo/uv/45acp",
"slot": "tacz:ammo/slot/45acp",
"tracer_color": "#ffb373",
"shell": {
"model": "tacz:shell/45acp_shell",
"texture": "tacz:shell/45acp_shell"
},
"transform": {
"scale": {
"thirdperson": [
0.6,
0.6,
0.6
],
"ground": [
0.6,
0.6,
0.6
],
"fixed": [
1.2,
1.2,
1.2
]
}
}
}
@@ -0,0 +1,4 @@
{
"slot": "tacz:ammo/slot/46x30"
}
@@ -0,0 +1,9 @@
{
"slot": "tacz:ammo/slot/50ae",
"shell": {
"model": "tacz:shell/50ae_shell",
"texture": "tacz:shell/50ae_shell"
},
"tracer_color": "#FF9999"
}
@@ -0,0 +1,21 @@
{
"slot": "tacz:ammo/slot/50bmg",
"tracer_color": "#FF4732",
"particle": {
// 名称,具体可选粒子可参考 wikihttps://minecraft.fandom.com/zh/wiki/%E7%B2%92%E5%AD%90
"name": "mycelium",
// 生成的区域,默认为 0 0 0
"delta": [
0,
0,
0
],
// 速度,默认为0,必须至少为 0
"speed": 0.0,
// 粒子存在时间,单位 tick,默认为 20 tick
"life_time": 80,
// 粒子数量,当子弹速度过快时,可以增大此数量,能够填满子弹路径的空隙
"count": 25
}
}
@@ -0,0 +1,8 @@
{
"slot": "tacz:ammo/slot/556x45",
"shell": {
"model": "tacz:shell/556x45_shell",
"texture": "tacz:shell/556x45_shell"
},
"tracer_color": "#FF8888"
}
@@ -0,0 +1,4 @@
{
"slot": "tacz:ammo/slot/58x42"
}
@@ -0,0 +1,4 @@
{
"slot": "tacz:ammo/slot/68x51fury"
}
@@ -0,0 +1,4 @@
{
"slot": "tacz:ammo/slot/762x25"
}
@@ -0,0 +1,48 @@
{
// 调用的模型,在包目录下的 models 文件夹中寻找
"model": "tacz:ammo/762x39",
// 渲染模型使用的材质
"texture": "tacz:ammo/uv/762x39",
// GUI 格子中显示
"slot": "tacz:ammo/slot/762x39",
// 子弹实体
// "entity": {
// // 模型
// "model": "tacz:ammo_entity/rpg_rocket",
// // 材质
// "texture": "tacz:ammo_entity/rpg_rocket"
// },
// 抛壳模型
"shell": {
"model": "tacz:shell/762x39_shell",
"texture": "tacz:shell/762x39_shell"
},
// 曳光弹颜色,没有则为 #FFFFFF
// 严格遵循 RGB 颜色代码
"tracer_color": "#FF9999",
// 调整各个视角下模型的变换参数,可为空
"transform": {
// 暂时只有缩放需要在这里指定,旋转和位移使用模型内定位组。
// 可以为空,若为空,则不缩放模型。
"scale": {
// 第三人称手部
"thirdperson": [
0.75,
0.75,
0.75
],
// 地面实体
"ground": [
0.75,
0.75,
0.75
],
// 展示框
"fixed": [
1.5,
1.5,
1.5
]
}
}
}
@@ -0,0 +1,3 @@
{
"slot": "tacz:ammo/slot/762x54"
}
@@ -0,0 +1,29 @@
{
"model": "tacz:ammo/9mm",
"texture": "tacz:ammo/uv/9mm",
"slot": "tacz:ammo/slot/9mm",
"shell": {
"model": "tacz:shell/9mm_shell",
"texture": "tacz:shell/9mm_shell"
},
"tracer_color": "#FF8888",
"transform": {
"scale": {
"thirdperson": [
0.6,
0.6,
0.6
],
"ground": [
0.6,
0.6,
0.6
],
"fixed": [
1.2,
1.2,
1.2
]
}
}
}
@@ -0,0 +1,30 @@
{
"model": "tacz:ammo_entity/rpg_rocket",
"texture": "tacz:ammo_entity/rpg_rocket",
"slot": "tacz:ammo/slot/rpg_rocket",
// 子弹实体
"entity": {
// 模型
"model": "tacz:ammo_entity/rpg_rocket",
// 材质
"texture": "tacz:ammo_entity/rpg_rocket"
},
// 粒子效果,部分参数和原版指令完全一致,具体可参考 wikihttps://minecraft.fandom.com/zh/wiki/%E5%91%BD%E4%BB%A4/particle
// 没有此字段时,不生成粒子
"particle": {
// 名称,具体可选粒子可参考 wikihttps://minecraft.fandom.com/zh/wiki/%E7%B2%92%E5%AD%90
"name": "campfire_signal_smoke",
// 生成的区域,默认为 0 0 0
"delta": [
0,
0,
0
],
// 速度,默认为0,必须至少为 0
"speed": 0.005,
// 粒子存在时间,单位 tick,默认为 20 tick
"life_time": 100,
// 粒子数量,当子弹速度过快时,可以增大此数量,能够填满子弹路径的空隙
"count": 10
}
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.12g.name",
"display": "tacz:12g_display",
"stack_size": 36
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.308.name",
"display": "tacz:308_display",
"stack_size": 48
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.30_06.name",
"display": "tacz:30_06_display",
"stack_size": 36
}
@@ -0,0 +1,5 @@
{
"name": "tacz.ammo.338.name",
"display": "tacz:338_display",
"stack_size": 30
}
@@ -0,0 +1,5 @@
{
"name": "tacz.ammo.357mag.name",
"display": "tacz:357mag_display",
"stack_size": 48
}
@@ -0,0 +1,5 @@
{
"name": "tacz.ammo.40mm.name",
"display": "tacz:40mm_display",
"stack_size": 6
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.45acp.name",
"display": "tacz:45acp_display",
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.46x30.name",
"display": "tacz:46x30_display",
"stack_size": 60
}
@@ -0,0 +1,5 @@
{
"name": "tacz.ammo.50ae.name",
"display": "tacz:50ae_display",
"stack_size": 48
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.50bmg.name",
"display": "tacz:50bmg_display",
"stack_size": 30
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.556x45.name",
"display": "tacz:556x45_display",
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.58x42.name",
"display": "tacz:58x42_display",
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.68x51fury.name",
"display": "tacz:68x51fury_display",
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.762x25.name",
"display": "tacz:762x25_display",
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.762x39.name",
"display": "tacz:762x39_display",
// 堆叠数量
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.762x54.name",
"display": "tacz:762x54_display",
"stack_size": 60
}
@@ -0,0 +1,6 @@
{
"name": "tacz.ammo.9mm.name",
"display": "tacz:9mm_display",
"stack_size": 60
}
@@ -0,0 +1,5 @@
{
"name": "tacz.ammo.rpg_rocket.name",
"display": "tacz:rpg_rocket_display",
"stack_size": 6
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,21 @@
{
"weight": 0.6,
"ads": {
//
"addend": 0.02
},
"pierce": {
"function": "if (x > 2) then y = x + 2 else y = x end"
},
"armor_ignore": {
"function": "if (x > 0.5) then y = x*1.25 else y = x*1.5 end"
},
"damage": {
"multiplier": 0.9
},
"ammo_speed": {
"multiplier": 1.1
},
//
"extended_mag_level": 1
}
@@ -0,0 +1,19 @@
{
"weight": 0.6,
"explosion": {
"explode": true
},
"armor_ignore": {
"multiplier": 0.5
},
"damage": {
"multiplier": 0.5
},
"pierce": {
"multiplier": 0
},
"rpm": {
"multiplier":0.8
},
"extended_mag_level": 1
}
@@ -0,0 +1,21 @@
{
"weight": 0.6,
"ads": {
//
"addend": 0.02
},
"armor_ignore": {
"multiplier": 0.5
},
"damage": {
"multiplier": 1.2
},
"ammo_speed": {
"multiplier": 0.85
},
"pierce": {
"multiplier": 0
},
//
"extended_mag_level": 1
}
@@ -0,0 +1,21 @@
{
"weight": 0.6,
"ads": {
//
"addend": 0.02
},
"ignite": {
"entity": true
},
"armor_ignore": {
"multiplier": 0.8
},
"damage": {
"multiplier": 1.1
},
"ammo_speed": {
"multiplier": 1.0
},
//
"extended_mag_level": 1
}
@@ -0,0 +1,16 @@
{
"weight": 0.34,
// "ads_addend": 0.05,
"ads": {
"addend": 0.03
// "multiplier": 1.2,
// "function": "if(x>20) then y=5 else y=x*10 end"
},
"melee": {
"distance": 2,
"range_angle": 45,
"damage": 5,
"knockback": 0.4,
"prep": 0.1
}
}
@@ -0,0 +1,138 @@
{
//
"weight": 0.34,
// 使
// "ads_addend": 0.05,
// 使
// "inaccuracy_addend": 0.07,
// 使
"ads": {
//
"addend": 0.03
// 1 +
// "percent": 0.2,
//
// "multiplier": 1.2,
// lua x r data y
// "function": "if (x > 20) then y = r + 5 else y = x * 3 end"
},
// 使
// "inaccuracy": {
//
// "addend": -0.5
// },
// 使
// "aim_inaccuracy": {
// "addend": 0.05
// },
// "effective_range": {
// "addend": 10
// },
//
// "ammo_speed": {
// ...
// },
// 穿
// "pierce": {
// ...
// },
//
// "rpm": {
// ...
// },
// "silence": {
// 50 -10 40
// "distance_addend": -10,
// 使
// "use_silence_sound": true
// },
// 123 data
// "extended_mag_level": 1,
// true
// "ignite": {
// "entity": true,
// "block": true
// },
// "explosion": {
// true false
// "explode": false,
// "radius": {
//
// },
// "damage": {
//
// },
// true退 false
// "knockback": false,
// true false
// "destroy_block": false,
// "delay": {
//
// }
// },
//
// "recoil_modifier": {
// -0.1 1 - 0.1* 90%
// "pitch": -0.1,
// -0.35 1 - 0.35* 65%
// "yaw": -0.35
// },
//
// "recoil": {
//
// "yaw": {
//
// },
//
// "pitch": {
// ...
// }
// },
// "damage": {
// "addend": 1
// },
// 穿
// "armor_ignore":{
// "addend": 0.2,
// "multiplier": 1.5
// },
//
// "head_shot":{
// "addend": 0.2,
// "multiplier": 1.5
// },
// 退
// "knockback": {
// "addend": 0.2,
// "multiplier": 1.5
// },
//
"melee": {
//
"distance": 2,
//
"range_angle": 45,
//
"cooldown": 0,
//
"damage": 6,
// 退
"knockback": 0.4,
//
"prep": 0.1
//
// "effects": [
//
// {
// ID
// "id": "minecraft:poison",
//
// "time": 5,
//
// "amplifier": 1,
//
// "hide_particles": true
// }
// ]
}
}
@@ -0,0 +1,30 @@
{
"weight": 0.4,
"ads": {
//
"addend": 0.04
},
"inaccuracy": {
"multiplier": 0.9
},
"aim_inaccuracy": {
"multiplier": 0.85
},
"recoil": {
"pitch": {
"multiplier": 0.8
},
"yaw": {
"multiplier": 0.8
}
},
"effective_range": {
"addend": 5
},
"silence": {
// 50 -10 40
"distance_addend": -12,
// 使
"use_silence_sound": true
}
}
@@ -0,0 +1,9 @@
{
"weight": 0.4,
"ads": {
//
"addend": 0.02
},
//
"extended_mag_level": 1
}
@@ -0,0 +1,9 @@
{
"weight": 0.6,
"ads": {
//
"addend": 0.03
},
//
"extended_mag_level": 2
}
@@ -0,0 +1,9 @@
{
"weight": 0.8,
"ads": {
//
"addend": 0.05
},
//
"extended_mag_level": 3
}
@@ -0,0 +1,15 @@
{
"weight": 0.2,
"ads": {
//
"multiplier": 0.95
},
"inaccuracy": {
"multiplier": 1.1
},
"recoil": {
"pitch": {
"multiplier": 0.85
}
}
}
@@ -0,0 +1,18 @@
{
"weight": 0.25,
"ads": {
//
"multiplier": 1.02
},
"aim_inaccuracy": {
"multiplier": 0.85
},
"recoil": {
"pitch": {
"multiplier": 0.8
},
"yaw": {
"multiplier": 0.8
}
}
}
@@ -0,0 +1,18 @@
{
"weight": 0.3,
"ads": {
//
"multiplier": 1.03
},
"aim_inaccuracy": {
"multiplier": 0.8
},
"recoil": {
"pitch": {
"multiplier": 0.8
},
"yaw": {
"multiplier": 0.7
}
}
}
@@ -0,0 +1,15 @@
{
"weight": 0.2,
"ads": {
//
"multiplier": 1.01
},
"aim_inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.85
}
}
}
@@ -0,0 +1,9 @@
{
"weight": 0.2,
"ads": {
//
"addend": 0.01
},
//
"extended_mag_level": 1
}
@@ -0,0 +1,9 @@
{
"weight": 0.3,
"ads": {
//
"addend": 0.02
},
//
"extended_mag_level": 2
}
@@ -0,0 +1,9 @@
{
"weight": 0.4,
"ads": {
//
"addend": 0.03
},
//
"extended_mag_level": 3
}
@@ -0,0 +1,20 @@
{
"weight": 0.2,
"ads": {
"addend": 0.02
},
"inaccuracy": {
"multiplier": 1.1
},
"aim_inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.85
},
"yaw": {
"multiplier": 0.8
}
}
}
@@ -0,0 +1,17 @@
{
"weight": 0.2,
"ads": {
"addend": 0.02
},
"inaccuracy": {
"multiplier": 1.1
},
"recoil": {
"pitch": {
"multiplier": 0.8
},
"yaw": {
"multiplier": 0.7
}
}
}
@@ -0,0 +1,20 @@
{
"weight": 0.2,
"ads": {
"addend": 0.02
},
"inaccuracy": {
"multiplier": 1.15
},
"aim_inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.75
},
"yaw": {
"multiplier": 1.2
}
}
}
@@ -0,0 +1,17 @@
{
"weight": 0.5,
"ads": {
"addend": 0.03
},
"inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.66
},
"yaw": {
"multiplier": 1.1
}
}
}
@@ -0,0 +1,17 @@
{
"weight": 0.15,
"ads": {
"addend": 0.01
},
"inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.95
},
"yaw": {
"multiplier": 0.65
}
}
}
@@ -0,0 +1,33 @@
{
"weight": 0.35,
"ads": {
//
"addend": 0.035
},
"inaccuracy": {
"multiplier": 1.15
},
"aim_inaccuracy": {
"multiplier": 0.8
},
"recoil": {
"pitch": {
"multiplier": 0.85
},
"yaw": {
"multiplier": 0.8
}
},
"rpm": {
"multiplier":0.9
},
"effective_range": {
"multiplier": 1.2
},
"silence": {
// 50 -10 40
"distance_addend": -18,
// 使
"use_silence_sound": true
}
}
@@ -0,0 +1,25 @@
{
"weight": 0.15,
"ads": {
//
"addend": 0.01
},
"inaccuracy": {
"multiplier": 0.85
},
"aim_inaccuracy": {
"multiplier": 0.95
},
"head_shot":{
"multiplier": 1.1
},
"effective_range": {
"multiplier": 1.1
},
"silence": {
// 50 -10 40
"distance_addend": -24,
// 使
"use_silence_sound": true
}
}
@@ -0,0 +1,25 @@
{
"weight": 0.25,
"ads": {
//
"addend": 0.02
},
"inaccuracy": {
"multiplier": 1.1
},
"aim_inaccuracy": {
"multiplier": 0.9
},
"effective_range": {
"multiplier": 1.2
},
"rpm": {
"multiplier":0.9
},
"silence": {
// 50 -10 40
"distance_addend": -18,
// 使
"use_silence_sound": true
}
}
@@ -0,0 +1,30 @@
{
"weight": 0.4,
"ads": {
//
"addend": 0.05
},
"inaccuracy": {
"multiplier": 1.15
},
"aim_inaccuracy": {
"multiplier": 0.85
},
"recoil": {
"pitch": {
"multiplier": 0.8
}
},
"effective_range": {
"multiplier": 1.2
},
"head_shot":{
"function": "if (x <= 1.5) then y = x + 0.5 else y = 2 end"
},
"silence": {
// 50 -10 40
"distance_addend": -24,
// 使
"use_silence_sound": true
}
}
@@ -0,0 +1,33 @@
{
"weight": 0.35,
"ads": {
//
"addend": 0.035
},
"inaccuracy": {
"multiplier": 1.15
},
"aim_inaccuracy": {
"multiplier": 0.85
},
"recoil": {
"pitch": {
"multiplier": 0.85
},
"yaw": {
"multiplier": 0.8
}
},
"effective_range": {
"multiplier": 1.2
},
"rpm": {
"multiplier":0.9
},
"silence": {
// 50 -10 40
"distance_addend": -18,
// 使
"use_silence_sound": true
}
}
@@ -0,0 +1,33 @@
{
"weight": 0.5,
"ads": {
//
"addend": 0.05
},
"aim_inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.75
},
"yaw": {
"multiplier": 0.6
}
},
//
"melee": {
//
"distance": 2,
//
"range_angle": 40,
//
"cooldown": 0.4,
//
"damage": 5,
// 退
"knockback": 0.8,
//
"prep": 0.1
}
}
@@ -0,0 +1,33 @@
{
"weight": 0.3,
"ads": {
//
"addend": -0.02
},
"aim_inaccuracy": {
"multiplier": 1.1
},
"recoil": {
"pitch": {
"multiplier": 0.85
},
"yaw": {
"multiplier": 0.8
}
},
//
"melee": {
//
"distance": 2,
//
"range_angle": 40,
//
"cooldown": 0.1,
//
"damage": 3,
// 退
"knockback": 0.4,
//
"prep": 0.1
}
}
@@ -0,0 +1,33 @@
{
"weight": 0.4,
"ads": {
//
"addend": 0.035
},
"inaccuracy": {
"multiplier": 0.9
},
"recoil": {
"pitch": {
"multiplier": 0.8
},
"yaw": {
"multiplier": 0.7
}
},
//
"melee": {
//
"distance": 2,
//
"range_angle": 40,
//
"cooldown": 0.2,
//
"damage": 4,
// 退
"knockback": 0.6,
//
"prep": 0.1
}
}
@@ -0,0 +1,4 @@
{
"weight": 1.2,
"ads_addend": 0.015
}
@@ -0,0 +1,4 @@
{
"weight": 0.1,
"ads_addend": 0.1
}

Some files were not shown because too many files have changed in this diff Show More