Files
pyfa/eos/effects/minmatarshipewtargetpaintermf2.py
2015-12-07 20:10:44 -05:00

10 lines
337 B
Python

# minmatarShipEwTargetPainterMF2
#
# Used by:
# Ship: Hyena
# Ship: Vigil
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter",
"signatureRadiusBonus", ship.getModifiedItemAttr("shipBonusMF2"), skill="Minmatar Frigate")