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

Method handler

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

Source from the content-addressed store, hash-verified

39722
39723 @staticmethod
39724 def handler(fit, src, context, projectionRange, **kwargs):
39725 fit.modules.filteredItemBoost(
39726 lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'trackingSpeed',
39727 src.getModifiedItemAttr('shipBonusDreadnoughtC1'), skill='Caldari Dreadnought', **kwargs)
39728
39729
39730class Effect11697(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected