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

Method handler

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

Source from the content-addressed store, hash-verified

41674
41675 @staticmethod
41676 def handler(fit, src, context, projectionRange, **kwargs):
41677 fit.modules.filteredItemBoost(
41678 lambda mod: mod.item.requiresSkill('Mining'), 'maxRange',
41679 src.getModifiedItemAttr('shipBonusOreDestroyer2'), skill='Mining Destroyer', **kwargs)
41680
41681
41682class Effect12331(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected