What is "prefabs" in the config?Solved
Hi,

I want to protect homes 100% for a week.
But after 48 hours they disappear.
Is the correct setting correct:

"damageScale": {
    "168": 1
  },
  "interimDamage": 0.0,​

Should we add all the names of construction?
What is "prefabs"?
Is this the list of protected things?

"prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"wall.external",
"gates.external",
"box",
"locker",
"floor.triangle"

Thx,
Prefabs are prefabricated entities that are deployed by the player, as opposed to buildingblocks/constructions.  You can use Prefab Sniffer to obtain prefab asset paths.
In response to Calytic ():
Prefabs are prefabricated entities that are deployed by the player, as opposed to buildingblocks/con...
Is this the list of things protected by this plugin?

Yes.

Also I would suggest..

"damageScale": {
    "1": 0,
    "168": 1
},
In response to Calytic ():
Yes.

Also I would suggest.."damageScale": { "1": 0, "168": 1},
thank you for your answers :) 
Locked automatically