Files
pyfa/eos/effects/minmatarshipewtargetpaintermf2.py

10 lines
389 B
Python

# minmatarShipEwTargetPainterMF2
#
# Used by:
# Variations of ship: Vigil (2 of 2)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter",
"signatureRadiusBonus", ship.getModifiedItemAttr("shipBonusMF2") * level)