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

Method handler

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

Source from the content-addressed store, hash-verified

41991
41992 @staticmethod
41993 def handler(fit, src, context, projectionRange, **kwargs):
41994 fit.modules.filteredItemBoost(
41995 lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus',
41996 src.getModifiedItemAttr('OreMiningFrigateExecutiveShieldBoosterShipBonus'),
41997 skill='Mining Frigate', **kwargs)
41998
41999
42000class Effect12565(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected