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

Method handler

eos/effects.py:43561–43564  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

43559
43560 @staticmethod
43561 def handler(fit, ship, context, projectionRange, **kwargs):
43562 fit.modules.filteredItemBoost(
43563 lambda mod: mod.item.group.name == 'Projectile Weapon', 'reloadTime',
43564 ship.getModifiedItemAttr('angelCartelProjectileReloadingSpeed'), **kwargs)
43565
43566
43567class Effect12890(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected