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

Method handler

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

Source from the content-addressed store, hash-verified

41957
41958 @staticmethod
41959 def handler(fit, src, context, projectionRange, **kwargs):
41960 fit.modules.filteredItemBoost(
41961 lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus',
41962 src.getModifiedItemAttr('shipBonusOreDestroyer4'), skill='Mining Destroyer', **kwargs)
41963
41964
41965class Effect12560(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected