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

Method handler

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

Source from the content-addressed store, hash-verified

42738
42739 @staticmethod
42740 def handler(fit, src, context, projectionRange, **kwargs):
42741 fit.drones.filteredItemBoost(
42742 lambda mod: mod.item.requiresSkill('Mutated Drone Specialization'), 'miningAmount',
42743 src.getModifiedItemAttr('miningAmountBonus') * src.level, **kwargs)
42744
42745
42746class Effect12807(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected