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

Method handler

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

Source from the content-addressed store, hash-verified

39808
39809 @staticmethod
39810 def handler(fit, src, context, projectionRange, **kwargs):
39811 fit.modules.filteredItemBoost(
39812 lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount',
39813 src.getModifiedItemAttr('eliteBonusViolators2'), skill='Marauders', **kwargs)
39814
39815
39816class Effect11704(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected