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

Method handler

eos/effects.py:12276–12279  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

12274
12275 @staticmethod
12276 def handler(fit, module, context, projectionRange, **kwargs):
12277 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'),
12278 'shieldBonus', module.getModifiedItemAttr('subsystemBonusCaldariDefensive'),
12279 skill='Caldari Defensive Systems', **kwargs)
12280
12281
12282class Effect3976(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected