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

Method handler

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

Source from the content-addressed store, hash-verified

39309
39310 @staticmethod
39311 def handler(fit, ship, context, projectionRange, **kwargs):
39312 fit.modules.filteredChargeBoost(
39313 lambda mod: mod.charge.requiresSkill('Cruise Missiles'), 'aoeVelocity',
39314 ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs)
39315
39316
39317class Effect11429(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected