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

Method handler

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

Source from the content-addressed store, hash-verified

38306
38307 @staticmethod
38308 def handler(fit, ship, context, projectionRange, **kwargs):
38309 fit.modules.filteredChargeBoost(
38310 lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'aoeVelocity',
38311 ship.getModifiedItemAttr('shipBonusMBC1'), skill='Minmatar Battlecruiser', **kwargs)
38312
38313
38314class Effect11057(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected