Seaswimmer
a8b8b94298
**This update BREAKS all existing guns!** Renamed all of the guns in the pack to match their english localization files
10 lines
307 B
JSON
10 lines
307 B
JSON
{
|
|
// 枪械的显示名称,支持本地化
|
|
"name": "emxarms.gun.emx_artemis.name",
|
|
// 枪械效果文件
|
|
"display": "emxarms:emx_artemis_display",
|
|
// 枪械参数文件
|
|
"data": "emxarms:emx_artemis_data",
|
|
// 枪械种类,用于创造标签栏归类。
|
|
"type": "sniper"
|
|
}
|