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

Method handler

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

Source from the content-addressed store, hash-verified

31305
31306 @staticmethod
31307 def handler(fit, src, context, projectionRange, **kwargs):
31308 lvl = src.level
31309 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Drone Specialization'), 'miningAmount',
31310 src.getModifiedItemAttr('miningAmountBonus') * lvl, **kwargs)
31311 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Drone Specialization'), 'maxVelocity',
31312 src.getModifiedItemAttr('maxVelocityBonus') * lvl, **kwargs)
31313
31314
31315class Effect6763(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected