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

Method handler

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

Source from the content-addressed store, hash-verified

40912
40913 @staticmethod
40914 def handler(fit, ship, context, projectionRange, **kwargs):
40915 fit.modules.filteredItemBoost(
40916 lambda mod: mod.item.group.name == 'Micro Jump Drive',
40917 'cpu', ship.getModifiedItemAttr('flagCruiserFittingBonusPropMods'), **kwargs)
40918 fit.modules.filteredItemBoost(
40919 lambda mod: mod.item.group.name == 'Micro Jump Drive',
40920 'power', ship.getModifiedItemAttr('flagCruiserFittingBonusPropMods'), **kwargs)
40921
40922
40923class Effect12181(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected