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

Method handler

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

Source from the content-addressed store, hash-verified

38340
38341 @staticmethod
38342 def handler(fit, src, context, projectionRange, **kwargs):
38343 fit.modules.filteredItemBoost(
38344 lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'trackingSpeed',
38345 src.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs)
38346
38347
38348class Effect11060(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected