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

Method handler

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

Source from the content-addressed store, hash-verified

41136
41137 @staticmethod
41138 def handler(fit, src, context, projectionRange, **kwargs):
41139 fit.modules.filteredItemBoost(
41140 lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus',
41141 src.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs)
41142
41143
41144class Effect12202(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected