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

Method handler

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

Source from the content-addressed store, hash-verified

14085
14086 @staticmethod
14087 def handler(fit, src, context, projectionRange, **kwargs):
14088 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems') or mod.item.requiresSkill('Remote Armor Repair Systems'),
14089 'capacitorNeed', src.getModifiedItemAttr('subsystemBonusMinmatarOffensive2'),
14090 skill='Minmatar Offensive Systems', **kwargs)
14091
14092
14093class Effect4292(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected