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

Method handler

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

Source from the content-addressed store, hash-verified

29272
29273 @staticmethod
29274 def handler(fit, src, context, projectionRange, **kwargs):
29275 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline',
29276 src.getModifiedItemAttr('shipBonusRole1'), **kwargs)
29277 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive',
29278 src.getModifiedItemAttr('shipBonusRole1'), **kwargs)
29279
29280
29281class Effect6614(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected