Files
pyfa/eos/effects/shipbonusremotearmorrepaircapneedgf.py

9 lines
329 B
Python

# shipBonusRemoteArmorRepairCapNeedGF
#
# Used by:
# Ship: Navitas
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Armor Repairer",
"capacitorNeed", ship.getModifiedItemAttr("shipBonusGF"), skill="Gallente Frigate")