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

Method handler

eos/effects.py:4147–4151  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

4145
4146 @staticmethod
4147 def handler(fit, container, context, projectionRange, **kwargs):
4148 penalized = 'implant' not in context
4149 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'),
4150 'armorDamageAmount', container.getModifiedItemAttr('repairBonus'),
4151 stackingPenalties=penalized, **kwargs)
4152
4153
4154class Effect1318(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected