This plugin allows you to customize the health of loot barrels that spawn on roadsides and in monuments. When the plugin is loaded, all existing loot barrels will automatically update their health to match the values specified in the config.
Configuration
JSON:
{
"Version": "1.0.0",
"Barrel Groups": [
{
"Health": 50.0,
"Prefabs": [
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-2.prefab",
"assets/bundled/prefabs/radtown/loot_barrel_1.prefab"
]
},
{
"Health": 35.0,
"Prefabs": [
"assets/bundled/prefabs/autospawn/resource/loot/loot-barrel-1.prefab",
"assets/bundled/prefabs/radtown/loot_barrel_2.prefab"
]
},
{
"Health": 50.0,
"Prefabs": [
"assets/bundled/prefabs/radtown/oil_barrel.prefab"
]
}
]
}