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

Method handler

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

Source from the content-addressed store, hash-verified

6441
6442 @staticmethod
6443 def handler(fit, ship, context, projectionRange, **kwargs):
6444 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Shield Booster', 'maxRange',
6445 ship.getModifiedItemAttr('maxRangeBonus'), **kwargs)
6446 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Shield Booster', 'maxRange',
6447 ship.getModifiedItemAttr('maxRangeBonus'), **kwargs)
6448
6449
6450class Effect2135(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected