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

Method handler

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

Source from the content-addressed store, hash-verified

6097
6098 @staticmethod
6099 def handler(fit, container, context, projectionRange, **kwargs):
6100 level = container.level if 'skill' in context else 1
6101 penalized = False if 'skill' in context or 'implant' in context else True
6102 fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone',
6103 'armorDamageAmount', container.getModifiedItemAttr('damageHP') * level,
6104 stackingPenalties=penalized, **kwargs)
6105
6106
6107class Effect2029(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected