{
"_ActivityRadius": 40.0, // Add this line here
"_DefaultDecay": { // Rename from "DefaultDecay" to "_DefaultDecay"
"DamageRate_InsidePrivilege": 0.05,
"DamageRate_OutsidePrivilege": 0.2,
"DecayRate": 3600.0,
"IsEnabled": true
},
"_DetectionRange": 0.25,
"_MonitorActivity": true, // Add this line here
"BuildingDecay": {
"assets/prefabs/building core/floor.frame/floor.frame.prefab": {
"Metal": {
"DamageRate_InsidePrivilege": 0.05,
"DamageRate_OutsidePrivilege": 0.2,
"DecayRate": 3600.0,
"IsEnabled": true
},
"Stone": {
.....