Advanced Spaceship Repair

by heyqule

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

Utilities
10 days ago
2.0
279
Combat
Owner:
heyqule
Source:
https://github.com/heyqule/advanced_s...
Homepage:
N/A
License:
GNU LGPLv3
Created:
12 days ago
Latest Version:
1.0.2 (10 days ago)
Factorio version:
2.0
Downloaded by:
279 users

Advanced Spaceship Repair

This mod enhance repairing entities capability on space platform for war effort.

  • The spaceship is able to repairs 24 entities using 24 repair packs every 3 seconds. (Configurable, 6 - 48)
  • 1 durability = 1 HP. 1 normal repair pack = 300 HP. It always consumes 1 pack for each repair.
  • modded / quality repair pack with over 1500 durability is capped at 1500. Extra durability is consumed as waste. (Epic is 1200, Legendary is 1800)
  • It queue damaged entity with 50% health or lower. (Configurable, 25% - 75%)
  • It stops repairing when health is over 90% to reduce waste. The remaining repairs slowly by base game repairing mechanic.

Acceptable Entities for Batch Repair

    {filter="turret", mode = "or"},
    {filter="crafting-machine", mode = "or"},
    {filter="transport-belt-connectable", mode = "or"},
    {filter = "type", type = "unit", mode="or"},
    {filter = "type", type = "inserter", mode="or"},
    {filter = "type", type = "asteroid-collector", mode="or"},