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

Method handler

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

Source from the content-addressed store, hash-verified

40382
40383 @staticmethod
40384 def handler(fit, src, context, projectionRange, **kwargs):
40385 fit.modules.filteredItemBoost(
40386 lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'falloff',
40387 src.getModifiedItemAttr('eliteBonusHeavyGunship2'), skill='Heavy Assault Cruisers', **kwargs)
40388
40389
40390class Effect11995(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected