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

Method handler

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

Source from the content-addressed store, hash-verified

31377
31378 @staticmethod
31379 def handler(fit, src, context, projectionRange, **kwargs):
31380 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive',
31381 src.getModifiedItemAttr('maxGangModules'), **kwargs)
31382 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline',
31383 src.getModifiedItemAttr('maxGangModules'), **kwargs)
31384
31385
31386class Effect6769(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected