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

Method handler

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

Source from the content-addressed store, hash-verified

42180
42181 @staticmethod
42182 def handler(fit, ship, context, projectionRange, **kwargs):
42183 fit.modules.filteredItemBoost(
42184 lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition',
42185 ship.getModifiedItemAttr('shipBonusGB3'), skill='Gallente Battleship', **kwargs)
42186
42187
42188class Effect12591(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected