9 lines
315 B
Python
9 lines
315 B
Python
# shipBonusRemoteArmorRepairCapNeedAF
|
|
#
|
|
# Used by:
|
|
# Ship: Deacon
|
|
# Ship: Inquisitor
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"), "capacitorNeed", src.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")
|