自己在超级模块下添加了 独立物品 子弹结果报错,不知道错在哪。。。哪位大佬指点迷津啊~~~
[ERROR] D:\Game\SPT-AKI 2.2.0\user\mods\tkf-SuperMod\extend\NewTrader/../../db/items/Super995.json – Detected faulty json, please fix your json file using VSCodium
独立物品代码如下:
{
“tpl”: “59e690b686f7746c9f75e848”,
“items”:{
“_id”: “tkf_Super995”,
“_name”: “Super_995”,
“_props”: {
“Name”: “Super_556x45_M995”,
“ShortName”: “Super_556x45_M995”,
“Description”: “Super_556x45_M995”,
“CreditsPrice”: 345,
“InitialSpeed”: 1013,
“SpeedRetardation”: 0.000023,
“Damage”: 99,
“ArmorDamage”: 95,
“FuzeArmTimeSec”: 0,
“ExplosionStrength”: 0,
“ExplosionType”: “”,
“FragmentationChance”: 0.32,
“FragmentsCount”: 0,
“HasGrenaderComponent”: false,
“MinExplosionDistance”: 0,
“MaxExplosionDistance”: 0,
“RicochetChance”: 0.36,
“ArmorDistanceDistanceDamage”: {
“x”: 0,
“y”: 0,
“z”: 0
},
“Contusion”: {
“x”: 0,
“y”: 0,
“z”: 0
},
},
},
“Buffs”:{
},
“handbook”:{
“Id”: “tkf_EEEE86f7747ee7350995”,
“ParentId”: “5b5f7a0886f77409407a998d”,
“Price”: 99
},
“assort”:[
]
}
“ArmorDistanceDistanceDamage”: {
“x”: 0,
“y”: 0,
“z”: 0
},
“Contusion”: {
“x”: 0,
“y”: 0,
“z”: 0
}
}
},
应该是这样的
你多了两个逗号啊
大佬牛逼啊