Server/project/assets/configs/health.json

11 lines
151 B
JSON
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"healthMultipliers": {
"death": 0.3,
"blacked": 0.1
},
"save": {
"health": true,
"effects": true
}
2024-03-14 10:19:58 +01:00
}