8 lines
315 B
Python
Executable File
8 lines
315 B
Python
Executable File
# Used by:
|
|
# Ship: Revenant
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
for type in ("shieldCapacity", "armorHP", "hp"):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Fighters"),
|
|
type, ship.getModifiedItemAttr("shipBonusPirateFaction"))
|