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

Method handler

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

Source from the content-addressed store, hash-verified

15759
15760 @staticmethod
15761 def handler(fit, ship, context, projectionRange, **kwargs):
15762 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam',
15763 'maxTractorVelocity', ship.getModifiedItemAttr('shipBonusOreIndustrial2'),
15764 skill='ORE Hauler', **kwargs)
15765
15766
15767class Effect4670(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected