9 lines
329 B
Python
9 lines
329 B
Python
# shipBonusRemoteArmorRepairCapNeedAF
|
|
#
|
|
# Used by:
|
|
# Ship: Inquisitor
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Armor Repairer",
|
|
"capacitorNeed", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")
|