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

Method handler

eos/effects.py:12219–12222  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

12217
12218 @staticmethod
12219 def handler(fit, module, context, projectionRange, **kwargs):
12220 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'),
12221 'armorDamageAmount', module.getModifiedItemAttr('subsystemBonusAmarrDefensive'),
12222 skill='Amarr Defensive Systems', **kwargs)
12223
12224
12225class Effect3961(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected