12 lines
351 B
Python
12 lines
351 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")
|