So i want everything else in the server to be multiplied by 5, except for a few items. The problem is, it seems that the "all" modifier overrides the others, any way to do this other than specifying all items?
config:
{
"Lists": {
"Input Blacklist": [
],
"Output Blacklist": [
],
"Recycle Output Multipliers": {
"*": 5,
"ammo.handmade.shell": 0.5,
"ammo.pistol": 0.5,
"ammo.pistol.fire": 0.5,
"ammo.pistol.hv": 0.5,
"ammo.rifle": 0.5,
"ammo.rifle.explosive": 0.5,
"ammo.rifle.incendiary": 0.5,
"ammo.rifle.hv": 0.5,
"ammo.rocket.basic": 0.5,
"ammo.rocket.fire": 0.5,
"ammo.rocket.hv": 0.5,
"ammo.rocket.sam": 0.5,
"ammo.shotgun": 0.5,
"ammo.shotgun.fire": 0.5,
"ammo.shotgun.slug": 0.5
}
},
"Settings": {
"Max Items Per Recycle": 100,
"Recycle Time": 5.0
}
}