Advanced Spaceship Repair

by heyqule

Speed up repairing entities on space platform. Damaged entities repair in a batch, instead of one at a time. Ideal for space battles.

Utilities
a month ago
2.0 - 2.1
1.99K
Combat

g Requesting 90% health trigger addition

a month ago

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"
},
a month ago

ya sure. I'll add to 2.1 build.

a month ago

Thank you \o/

New response