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

Method handler

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

Source from the content-addressed store, hash-verified

41519
41520 @staticmethod
41521 def handler(fit, ship, context, projectionRange, **kwargs):
41522 fit.modules.filteredItemBoost(
41523 lambda mod: mod.item.group.name == 'Armor Plate', 'armorHPBonusAdd',
41524 ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs)
41525
41526
41527class Effect12279(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected