Files
pyfa/eos/effects/effect3439.py
2019-03-16 14:08:20 -04:00

12 lines
366 B
Python

# eliteBonusViolatorsEwTargetPainting1
#
# Used by:
# Ship: Golem
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter",
"signatureRadiusBonus", ship.getModifiedItemAttr("eliteBonusViolators1"),
skill="Marauders")