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

Method handler

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

Source from the content-addressed store, hash-verified

39133
39134 @staticmethod
39135 def handler(fit, src, context, projectionRange, **kwargs):
39136 fit.modules.filteredItemBoost(
39137 lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'falloff',
39138 src.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs)
39139
39140
39141class Effect11417(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected