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

Method handler

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

Source from the content-addressed store, hash-verified

35873
35874 @staticmethod
35875 def handler(fit, implant, context, projectionRange, **kwargs):
35876 for attr in ('maxRange', 'falloff'):
35877 fit.drones.filteredItemBoost(
35878 lambda drone: drone.item.requiresSkill('Drones'),
35879 attr, implant.getModifiedItemAttr('hydraDroneRangeBonus'), **kwargs)
35880
35881
35882class Effect8025(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected