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

Method handler

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

Source from the content-addressed store, hash-verified

39739
39740 @staticmethod
39741 def handler(fit, src, context, projectionRange, **kwargs):
39742 fit.modules.filteredItemBoost(
39743 lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'maxRange',
39744 src.getModifiedItemAttr('shipBonusDreadnoughtC2'), skill='Caldari Dreadnought', **kwargs)
39745
39746
39747class Effect11698(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected