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

Method handler

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

Source from the content-addressed store, hash-verified

31609
31610 @staticmethod
31611 def handler(fit, src, context, projectionRange, **kwargs):
31612 lvl = src.level
31613 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'),
31614 'reloadTime',
31615 src.getModifiedItemAttr('reloadTimeBonus') * lvl, **kwargs)
31616
31617
31618class Effect6783(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected