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

Method handler

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

Source from the content-addressed store, hash-verified

38201
38202 @staticmethod
38203 def handler(fit, ship, context, projectionRange, **kwargs):
38204 fit.modules.filteredItemBoost(
38205 lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition',
38206 ship.getModifiedItemAttr('subsystemBonusMassAddition'), **kwargs)
38207
38208
38209class Effect8477(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected