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

Method handler

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

Source from the content-addressed store, hash-verified

35838
35839 @staticmethod
35840 def handler(fit, implant, context, projectionRange, **kwargs):
35841 for attr in ('hydraDroneTrackingBonus', 'hydraDroneRangeBonus', 'hydraMissileFlightTimeBonus', 'hydraMissileExplosionVelocityBonus'):
35842 fit.appliedImplants.filteredItemMultiply(
35843 lambda implant: implant.item.requiresSkill('Cybernetics'),
35844 attr, implant.getModifiedItemAttr('implantSetHydra'), **kwargs)
35845
35846
35847class Effect8023(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected