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

Method handler

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

Source from the content-addressed store, hash-verified

10797
10798 @staticmethod
10799 def handler(fit, container, context, projectionRange, **kwargs):
10800 level = container.level if 'skill' in context else 1
10801 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Cynosural Field Generator',
10802 'consumptionQuantity',
10803 container.getModifiedItemAttr('consumptionQuantityBonusPercentage') * level, **kwargs)
10804
10805
10806class Effect3532(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected