Hello, while I'm happy with the mod, I would like to request the addition of a .9 in the settings.lua file as repairing the last 25% the slow way still takes a lot of time.
While I have added it manually for my own game, I can imagine others might be interested in this setting as well (and it would be nice to have it as an official addition).
{
type = "double-setting",
name = "aspr-health-ratio",
description = "aspr-health-ratio",
setting_type = "runtime-global",
default_value = 0.5,
allowed_values = {0.25, 0.33, 0.5, 0.66, 0.75, .9},
order = "2"
},