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

Method handler

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

Source from the content-addressed store, hash-verified

38218
38219 @staticmethod
38220 def handler(fit, container, context, projectionRange, **kwargs):
38221 fit.drones.filteredItemBoost(
38222 lambda drone: drone.item.requiresSkill('Drones'), 'trackingSpeed',
38223 container.getModifiedItemAttr('droneTrackingBonus'), **kwargs)
38224
38225
38226class Effect8478(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected