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

Method handler

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

Source from the content-addressed store, hash-verified

40348
40349 @staticmethod
40350 def handler(fit, ship, context, projectionRange, **kwargs):
40351 fit.modules.filteredItemBoost(
40352 lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition',
40353 ship.getModifiedItemAttr('shipBonusATF3'), **kwargs)
40354
40355
40356class Effect11993(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected