50% damage after first hour, 100% after 48 hoursSolved
Hello. I want to set the following in options. From the first hour to 48 hours, the damage is 50% less than normal. but after these 48 it is normal.
"damageScale": {
    "1": 0.5,
    "48": 1
}
thanks !! :)
Locked automatically