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

Method handler

eos/effects.py:17207–17209  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

17205
17206 @staticmethod
17207 def handler(fit, container, context, projectionRange, **kwargs):
17208 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Mining Drone Operation'),
17209 'miningAmount', container.getModifiedItemAttr('rookieDroneBonus'), **kwargs)
17210
17211
17212class Effect5035(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected