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

Method handler

eos/effects.py:27972–27981  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

27970
27971 @staticmethod
27972 def handler(fit, src, context, projectionRange, **kwargs):
27973 if src.getModifiedItemAttr('shipBonusForceAuxiliaryC1') is None:
27974 return # See GH Issue 1321
27975
27976 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Capacitor Emission Systems'),
27977 'powerTransferAmount', src.getModifiedItemAttr('shipBonusForceAuxiliaryC1'),
27978 skill='Caldari Carrier', **kwargs)
27979 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Shield Emission Systems'),
27980 'shieldBonus', src.getModifiedItemAttr('shipBonusForceAuxiliaryC1'),
27981 skill='Caldari Carrier', **kwargs)
27982
27983
27984class Effect6546(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected