Escape from Funcraft: Beta 2 configs, mods, etc.

This commit is contained in:
BergaBruh
2026-07-23 16:35:06 +05:00
commit b218433c3c
27575 changed files with 24025424 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.grip_bipod.name",
"tooltip": "lradd.attachment.grip_bipod.tooltip",
"display": "lradd:grip_bipod_display",
"data": "lradd:grip_bipod_data",
"type": "grip"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.grip_cqr_g2.name",
"tooltip": "lradd.attachment.grip_cqr_g2.tooltip",
"display": "lradd:grip_cqr_g2_display",
"data": "lradd:grip_cqr_g2_data",
"type": "grip"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.grip_minivert.name",
"tooltip": "lradd.attachment.grip_minivert.tooltip",
"display": "lradd:grip_minivert_display",
"data": "lradd:grip_minivert_data",
"type": "grip"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.grip_vg1.name",
"tooltip": "lradd.attachment.grip_vg1.tooltip",
"display": "lradd:grip_vg1_display",
"data": "lradd:grip_vg1_data",
"type": "grip"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.laser_hs507c.name",
"tooltip": "lradd.attachment.laser_hs507c.tooltip",
"display": "lradd:laser_hs507c_display",
"data": "lradd:laser_hs507c_data",
"type": "laser"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.muzzle_191em.name",
"tooltip": "lradd.attachment.muzzle_191em.tooltip",
"display": "lradd:muzzle_191em_display",
"data": "lradd:muzzle_191em_data",
"type": "muzzle"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.muzzle_mk47.name",
"tooltip": "lradd.attachment.muzzle_mk47.tooltip",
"display": "lradd:muzzle_mk47_display",
"data": "lradd:muzzle_mk47_data",
"type": "muzzle"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.muzzle_s_c784.name",
"tooltip": "lradd.attachment.muzzle_s_c784.tooltip",
"display": "lradd:muzzle_s_c784_display",
"data": "lradd:muzzle_s_c784_data",
"type": "muzzle"
}
@@ -0,0 +1,12 @@
{
// 配件的的显示名称和工具提示,支持本地化
"name": "lradd.attachment.nsic_sight.name",
"tooltip": "lradd.attachment.nsic_sight.tooltip",
// 配件的客户端数据
"display": "lradd:nsic_sight_display",
// 配件的属性
"data": "lradd:nsic_sight_data",
// 配件的类型。scope、grip、muzzle、stock、laser、extended_mag
// 枪械配件槽位能从中选择可以安装的类型
"type": "scope"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.scope_holosun.name",
"tooltip": "lradd.attachment.scope_holosun.tooltip",
"display": "lradd:scope_holosun_display",
"data": "lradd:scope_holosun_data",
"type": "scope"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.scope_re.name",
"tooltip": "lradd.attachment.scope_re.tooltip",
"display": "lradd:scope_re_display",
"data": "lradd:scope_re_data",
"type": "scope"
}
@@ -0,0 +1,7 @@
{
"name": "lradd.attachment.scope_strikefire2.name",
"tooltip": "lradd.attachment.scope_strikefire2.tooltip",
"display": "lradd:scope_strikefire2_display",
"data": "lradd:scope_strikefire2_data",
"type": "scope"
}
@@ -0,0 +1,12 @@
{
// 配件的的显示名称和工具提示,支持本地化
"name": "lradd.attachment.sight_holosun_reddot.name",
"tooltip": "lradd.attachment.sight_holosun_reddot.tooltip",
// 配件的客户端数据
"display": "lradd:sight_holosun_reddot_display",
// 配件的属性
"data": "lradd:sight_holosun_reddot_data",
// 配件的类型。scope、grip、muzzle、stock、laser、extended_mag
// 枪械配件槽位能从中选择可以安装的类型
"type": "scope"
}
@@ -0,0 +1,12 @@
{
// 配件的的显示名称和工具提示,支持本地化
"name": "lradd.attachment.sight_romeo1.name",
"tooltip": "lradd.attachment.sight_romeo1.tooltip",
// 配件的客户端数据
"display": "lradd:sight_romeo1_display",
// 配件的属性
"data": "lradd:sight_romeo1_data",
// 配件的类型。scope、grip、muzzle、stock、laser、extended_mag
// 枪械配件槽位能从中选择可以安装的类型
"type": "scope"
}