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

Method handler

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

Source from the content-addressed store, hash-verified

21500
21501 @staticmethod
21502 def handler(fit, ship, context, projectionRange, **kwargs):
21503 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'),
21504 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusInterceptor2'),
21505 skill='Interceptors', **kwargs)
21506
21507
21508class Effect5695(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected