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

Method handler

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

Source from the content-addressed store, hash-verified

15742
15743 @staticmethod
15744 def handler(fit, ship, context, projectionRange, **kwargs):
15745 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam',
15746 'duration', ship.getModifiedItemAttr('shipBonusOreIndustrial1'),
15747 skill='ORE Hauler', **kwargs)
15748
15749
15750class Effect4669(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected