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

Method handler

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

Source from the content-addressed store, hash-verified

9724
9725 @staticmethod
9726 def handler(fit, container, context, projectionRange, **kwargs):
9727 level = container.level if 'skill' in context else 1
9728 fit.modules.filteredItemBoost(
9729 lambda mod: 'heatDamage' in mod.item.attributes, 'heatDamage',
9730 container.getModifiedItemAttr('thermodynamicsHeatDamage') * level, **kwargs)
9731
9732
9733class Effect3200(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected