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

Method handler

eos/effects.py:35858–35861  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35856
35857 @staticmethod
35858 def handler(fit, implant, context, projectionRange, **kwargs):
35859 fit.drones.filteredItemBoost(
35860 lambda drone: drone.item.requiresSkill('Drones'),
35861 'trackingSpeed', implant.getModifiedItemAttr('hydraDroneTrackingBonus'), **kwargs)
35862
35863
35864class Effect8024(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected