Sounds system are working here, but, it seems like
"equipSound" isn't working in-game? - In weapon_types.json all the "equipSound" doesn't working there.
Also attackSound is working in game but I tried to add for scimitar another attacksound for "lunge" it wont let me for ex:
Any ideas?Code:"SCIMITAR": {
"config": 9,
"maxDistance": 1,
"attackTicks": 4,
"attackAnimation": 390,
"defendAnimation": 388,
"equipSound": 2242,
"attackSound": 2500,
"attackSets": [
{
"child": 3,
"type": "ACCURATE",
"style": "SLASH"
},
{
"child": 7,
"type": "AGGRESSIVE",
"style": "SLASH"
},
{
"child": 11,
"type": "CONTROLLED",
"style": "STAB",
"attackSound": 2501
"attackAnimation": 386
},
{
"child": 15,
"type": "DEFENSIVE",
"style": "SLASH"
}
],
