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

Method handler

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

Source from the content-addressed store, hash-verified

41485
41486 @staticmethod
41487 def handler(fit, ship, context, projectionRange, **kwargs):
41488 fit.modules.filteredItemBoost(
41489 lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition',
41490 ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs)
41491
41492
41493class Effect12276(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected