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

Method handler

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

Source from the content-addressed store, hash-verified

38573
38574 @staticmethod
38575 def handler(fit, src, context, projectionRange, **kwargs):
38576 fit.modules.filteredItemBoost(
38577 lambda mod: mod.item.requiresSkill('Capital Shield Operation'), 'shieldBonus',
38578 src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs)
38579 fit.modules.filteredItemBoost(
38580 lambda mod: mod.item.requiresSkill('Capital Repair Systems'), 'armorDamageAmount',
38581 src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs)
38582
38583
38584class Effect11374(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected