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

Method handler

eos/effects.py:26727–26730  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

26725
26726 @staticmethod
26727 def handler(fit, src, context, projectionRange, **kwargs):
26728 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Area Denial Module',
26729 'empFieldRange', src.getModifiedItemAttr('structureRigPDRangeBonus'),
26730 stackingPenalties=True, **kwargs)
26731
26732
26733class Effect6413(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected