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

Method handler

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

Source from the content-addressed store, hash-verified

15410
15411 @staticmethod
15412 def handler(fit, ship, context, projectionRange, **kwargs):
15413 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer',
15414 'falloffBonus', ship.getModifiedItemAttr('eliteBonusLogistics2'),
15415 skill='Logistics Cruisers', **kwargs)
15416
15417
15418class Effect4579(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected