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

Method handler

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

Source from the content-addressed store, hash-verified

31653
31654 @staticmethod
31655 def handler(fit, src, context, projectionRange, **kwargs):
31656 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff4Value',
31657 src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs)
31658 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff1Value',
31659 src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs)
31660 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff2Value',
31661 src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs)
31662 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff3Value',
31663 src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs)
31664 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'buffDuration',
31665 src.getModifiedItemAttr('shipBonusICS3'), skill='Industrial Command Ships', **kwargs)
31666
31667
31668class Effect6789(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected