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

Method handler

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

Source from the content-addressed store, hash-verified

10901
10902 @staticmethod
10903 def handler(fit, ship, context, projectionRange, **kwargs):
10904 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer',
10905 'trackingSpeedBonus', ship.getModifiedItemAttr('eliteBonusLogistics1'),
10906 skill='Logistics Cruisers', **kwargs)
10907
10908
10909class Effect3586(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected