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

Method handler

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

Source from the content-addressed store, hash-verified

39825
39826 @staticmethod
39827 def handler(fit, src, context, projectionRange, **kwargs):
39828 fit.modules.filteredItemBoost(
39829 lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'falloff',
39830 src.getModifiedItemAttr('shipBonusDreadnoughtM2'), skill='Minmatar Dreadnought', **kwargs)
39831
39832
39833class Effect11705(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected