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

Method handler

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

Source from the content-addressed store, hash-verified

27833
27834 @staticmethod
27835 def handler(fit, src, context, projectionRange, **kwargs):
27836 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command') or
27837 mod.item.requiresSkill('Information Command'),
27838 'warfareBuff4Value', src.getModifiedItemAttr('shipBonusForceAuxiliaryA4'),
27839 skill='Amarr Carrier', **kwargs)
27840 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command') or
27841 mod.item.requiresSkill('Information Command'),
27842 'warfareBuff3Value', src.getModifiedItemAttr('shipBonusForceAuxiliaryA4'),
27843 skill='Amarr Carrier', **kwargs)
27844 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command') or
27845 mod.item.requiresSkill('Information Command'),
27846 'warfareBuff1Value', src.getModifiedItemAttr('shipBonusForceAuxiliaryA4'),
27847 skill='Amarr Carrier', **kwargs)
27848 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command') or
27849 mod.item.requiresSkill('Information Command'),
27850 'buffDuration', src.getModifiedItemAttr('shipBonusForceAuxiliaryA4'),
27851 skill='Amarr Carrier', **kwargs)
27852 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command') or
27853 mod.item.requiresSkill('Information Command'),
27854 'warfareBuff2Value', src.getModifiedItemAttr('shipBonusForceAuxiliaryA4'),
27855 skill='Amarr Carrier', **kwargs)
27856
27857
27858class Effect6534(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected