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

Method handler

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

Source from the content-addressed store, hash-verified

12253
12254 @staticmethod
12255 def handler(fit, src, context, projectionRange, **kwargs):
12256 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'),
12257 'armorDamageAmount', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive'),
12258 skill='Minmatar Defensive Systems', **kwargs)
12259 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'),
12260 'shieldBonus', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive'),
12261 skill='Minmatar Defensive Systems', **kwargs)
12262
12263
12264class Effect3964(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected