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

Method handler

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

Source from the content-addressed store, hash-verified

14165
14166 @staticmethod
14167 def handler(fit, module, context, projectionRange, **kwargs):
14168 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'),
14169 'maxRange', module.getModifiedItemAttr('subsystemBonusAmarrOffensive3'),
14170 skill='Amarr Offensive Systems', **kwargs)
14171
14172
14173class Effect4331(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected