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

Method handler

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

Source from the content-addressed store, hash-verified

38713
38714 @staticmethod
38715 def handler(fit, ship, context, projectionRange, **kwargs):
38716 fit.modules.filteredItemBoost(
38717 lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition',
38718 ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente3'), skill='Gallente Destroyer', **kwargs)
38719
38720
38721class Effect11391(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected