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

Method handler

eos/effects.py:31684–31687  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

31682
31683 @staticmethod
31684 def handler(fit, src, context, projectionRange, **kwargs):
31685 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
31686 'damageMultiplier',
31687 src.getModifiedItemAttr('industrialBonusDroneDamage'), **kwargs)
31688
31689
31690class Effect6793(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected