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

Method handler

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

Source from the content-addressed store, hash-verified

13229
13230 @staticmethod
13231 def handler(fit, module, context, projectionRange, **kwargs):
13232 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'),
13233 'damageMultiplier', module.getModifiedItemAttr('subsystemBonusAmarrOffensive'),
13234 skill='Amarr Offensive Systems', **kwargs)
13235
13236
13237class Effect4104(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected