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

Method handler

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

Source from the content-addressed store, hash-verified

39326
39327 @staticmethod
39328 def handler(fit, ship, context, projectionRange, **kwargs):
39329 fit.modules.filteredChargeBoost(
39330 lambda mod: mod.charge.requiresSkill('Torpedoes'), 'aoeVelocity',
39331 ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs)
39332
39333
39334class Effect11430(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected