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

Method handler

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

Source from the content-addressed store, hash-verified

29688
29689 @staticmethod
29690 def handler(fit, src, context, projectionRange, **kwargs):
29691 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline',
29692 src.getModifiedItemAttr('shipBonusRole1'), **kwargs)
29693 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive',
29694 src.getModifiedItemAttr('shipBonusRole1'), **kwargs)
29695
29696
29697class Effect6641(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected