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

Method handler

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

Source from the content-addressed store, hash-verified

36626
36627 @staticmethod
36628 def handler(fit, source, context, projectionRange, **kwargs):
36629 fit.modules.filteredItemBoost(
36630 lambda mod: 'heatDamage' in mod.itemModifiedAttributes,
36631 'heatDamage', source.getModifiedItemAttr('thermodynamicsHeatDamage'), **kwargs)
36632
36633
36634class Effect8103(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected