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

Method handler

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

Source from the content-addressed store, hash-verified

21791
21792 @staticmethod
21793 def handler(fit, container, context, projectionRange, **kwargs):
21794 level = container.level if 'skill' in context else 1
21795 fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone',
21796 'structureDamageAmount', container.getModifiedItemAttr('damageHP') * level, **kwargs)
21797
21798
21799class Effect5778(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected