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

Method handler

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

Source from the content-addressed store, hash-verified

27791
27792 @staticmethod
27793 def handler(fit, src, context, projectionRange, **kwargs):
27794 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Capacitor Emission Systems'),
27795 'powerTransferAmount', src.getModifiedItemAttr('shipBonusForceAuxiliaryA1'),
27796 skill='Amarr Carrier', **kwargs)
27797 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Remote Armor Repair Systems'),
27798 'armorDamageAmount', src.getModifiedItemAttr('shipBonusForceAuxiliaryA1'),
27799 skill='Amarr Carrier', **kwargs)
27800
27801
27802class Effect6527(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected