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

Method handler

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

Source from the content-addressed store, hash-verified

30294
30295 @staticmethod
30296 def handler(fit, src, context, projectionRange, **kwargs):
30297 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline',
30298 src.getModifiedItemAttr('shipBonusRole3'), **kwargs)
30299 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive',
30300 src.getModifiedItemAttr('shipBonusRole3'), **kwargs)
30301
30302
30303class Effect6682(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected