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

Method handler

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

Source from the content-addressed store, hash-verified

40088
40089 @staticmethod
40090 def handler(fit, ship, context, projectionRange, **kwargs):
40091 fit.modules.filteredItemBoost(
40092 lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
40093 'speed', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs)
40094
40095
40096class Effect11767(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected