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

Method handler

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

Source from the content-addressed store, hash-verified

21403
21404 @staticmethod
21405 def handler(fit, ship, context, projectionRange, **kwargs):
21406 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'),
21407 'explosiveDamage', ship.getModifiedItemAttr('shipBonusMB'),
21408 skill='Minmatar Battleship', **kwargs)
21409
21410
21411class Effect5644(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected