Had an issue with the latest version of this plugin where guns aren't getting random skins, only the default skin is ever on any gun any NPC drops on death.
Config is as follows:
Config is as follows:
{
"Guns": {
"Gun condition": {
"Min": 5,
"Max": 95
},
"Attachment count": {
"Min": 0,
"Max": 2
},
"Attachment list": ["weapon.mod.8x.scope", "weapon.mod.flashlight", "weapon.mod.holosight", "weapon.mod.lasersight", "weapon.mod.muzzleboost", "weapon.mod.muzzlebrake", "weapon.mod.silencer", "weapon.mod.simplesight", "weapon.mod.small.scope"],
"Assign random skin": true,
"Drop chance": 1.0
},
"Ammo": {
"Amount to drop": {
"Min": 10,
"Max": 55
},
"Drop chance": 0.8
},
"Meds": {
"Amount to drop": {
"Min": 1,
"Max": 3
},
"Drop chance": 0.4
},
"Put weapon into corpse": false,
"Remove default loot from corpse": false,
"Drop spawned items near corpse (otherwise just delete them)": true
}