Block damage to turrets?Solved
If I add the following to the DamageControl.json in Oxide\Config will it block all damage to turrets?

"autoturret": {
"arrow": 0.0,
"bite": 0.0,
"bleeding": 0.0,
"blunt": 0.0,
"bullet": 0.0,
"cold": 0.0,
"coldexposure": 0.0,
"decay": 0.0,
"drowned": 0.0,
"electricshock": 0.0,
"explosion": 0.0,
"fall": 0.0,
"generic": 0.0,
"heat": 0.0,
"hunger": 0.0,
"poison": 0.0,
"radiation": 0.0,
"radiationexposure": 0.0,
"slash": 0.0,
"stab": 0.0,
"suicide": 0.0,
"thirst": 0.0
},
you set it in the data file, the config is fixed in the config folder:

Sample new /data/DamageControl.json:{"door.hinged.toptier": 0.666,"door.double.hinged.toptier": 0.666,"door.hinged.metal": 0.75,"door.double.hinged.metal": 0.75,"floor.ladder.hatch": 0.85}
Thank you.  Added the following to my DamageControl.json in the data folder.  They are not taking damage anymore.

{
"autoturret": 0.0,
"flameturret": 0.0,
"samsite": 0.0
}​
Awesome, good work. :)
Locked automatically