MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:10434–10437  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

10432
10433 @staticmethod
10434 def handler(fit, ship, context, projectionRange, **kwargs):
10435 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter',
10436 'signatureRadiusBonus', ship.getModifiedItemAttr('eliteBonusViolators1'),
10437 skill='Marauders', **kwargs)
10438
10439
10440class Effect3447(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected