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

Method handler

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

Source from the content-addressed store, hash-verified

42043
42044 @staticmethod
42045 def handler(fit, ship, context, projectionRange, **kwargs):
42046 fit.modules.filteredItemBoost(
42047 lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff',
42048 ship.getModifiedItemAttr('shipBonusRole6'), **kwargs)
42049
42050
42051class Effect12568(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected