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

Method handler

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

Source from the content-addressed store, hash-verified

40122
40123 @staticmethod
40124 def handler(fit, ship, context, projectionRange, **kwargs):
40125 fit.modules.filteredItemBoost(
40126 lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff',
40127 ship.getModifiedItemAttr('shipBonusMD1'), skill='Minmatar Destroyer', **kwargs)
40128
40129
40130class Effect11938(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected