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

Method handler

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

Source from the content-addressed store, hash-verified

11269
11270 @staticmethod
11271 def handler(fit, module, context, projectionRange, **kwargs):
11272 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'),
11273 'maxRange', module.getModifiedItemAttr('maxRangeBonus'),
11274 stackingPenalties=True, **kwargs)
11275
11276
11277class Effect3656(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected