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

Method handler

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

Source from the content-addressed store, hash-verified

42880
42881 @staticmethod
42882 def handler(fit, src, context, projectionRange, **kwargs):
42883 fit.modules.filteredItemBoost(
42884 lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), 'speed',
42885 src.getModifiedItemAttr('shipBonusMD3'), skill='Minmatar Destroyer', **kwargs)
42886
42887
42888class Effect12818(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected