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

Method handler

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

Source from the content-addressed store, hash-verified

33167
33168 @staticmethod
33169 def handler(fit, src, context, projectionRange, **kwargs):
33170 for attr in ('overloadSelfDurationBonus', 'overloadShieldBonus'):
33171 fit.modules.filteredItemBoost(
33172 lambda mod: mod.item.requiresSkill('Shield Emission Systems'), attr,
33173 src.getModifiedItemAttr('subsystemBonusCaldariOffensive3'), skill='Caldari Offensive Systems', **kwargs)
33174
33175
33176class Effect6961(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected