Hello,
I've setup the plugin like that:
0 to 30 min => no protection
30 min to 1h => 100% protection
1h to 24h => 100% protection
24h to 48h => 50% protection
after 48h => 0% protection
The problem is, after 1h the protection is not working.
here my config:
{
"AbsoluteTimeScale": {},
"DamageScale": {
"1": 0,
"24": 0.5,
"48": 1
},
"Activities": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"AfkMinutes": 5,
"ClanFirstOffline": false,
"ClanShare": false,
"CooldownMinutes": 30,
"InterimDamage": 0.0,
"MinMembers": 1,
"MinutesSinceLastAttackToProtect": 10,
"PlaySound": false,
"Prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"wall.external",
"gates.external",
"box",
"locker"
],
"ProtectBaseWhenAway": false,
"ServerTimeOffset": 0,
"ShowMessage": true,
"SoundFile": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"DamageScaleKeys": [
1,
24,
48
]
}
Can i get some help please?

