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

Method handler

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

Source from the content-addressed store, hash-verified

39150
39151 @staticmethod
39152 def handler(fit, ship, context, projectionRange, **kwargs):
39153 fit.modules.filteredItemBoost(
39154 lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition',
39155 ship.getModifiedItemAttr('shipBonusGC3'), skill='Gallente Cruiser', **kwargs)
39156
39157
39158class Effect11419(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected