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

Method handler

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

Source from the content-addressed store, hash-verified

18104
18105 @staticmethod
18106 def handler(fit, container, context, projectionRange, **kwargs):
18107 level = container.level
18108 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Plate',
18109 'massAddition', container.getModifiedItemAttr('massPenaltyReduction') * level, **kwargs)
18110
18111
18112class Effect5205(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected