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

Method handler

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

Source from the content-addressed store, hash-verified

11697
11698 @staticmethod
11699 def handler(fit, src, context, projectionRange, **kwargs):
11700 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff4Value',
11701 src.getModifiedItemAttr('shipBonusICS2'), skill='Industrial Command Ships', **kwargs)
11702 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff1Value',
11703 src.getModifiedItemAttr('shipBonusICS2'), skill='Industrial Command Ships', **kwargs)
11704 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'buffDuration',
11705 src.getModifiedItemAttr('shipBonusICS2'), skill='Industrial Command Ships', **kwargs)
11706 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff3Value',
11707 src.getModifiedItemAttr('shipBonusICS2'), skill='Industrial Command Ships', **kwargs)
11708 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Foreman'), 'warfareBuff2Value',
11709 src.getModifiedItemAttr('shipBonusICS2'), skill='Industrial Command Ships', **kwargs)
11710
11711
11712class Effect3765(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected