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

Method handler

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

Source from the content-addressed store, hash-verified

6515
6516 @staticmethod
6517 def handler(fit, ship, context, projectionRange, **kwargs):
6518 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
6519 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusCommandShips1'),
6520 skill='Command Ships', **kwargs)
6521
6522
6523class Effect2156(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected