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

Method handler

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

Source from the content-addressed store, hash-verified

38289
38290 @staticmethod
38291 def handler(fit, ship, context, projectionRange, **kwargs):
38292 fit.modules.filteredChargeBoost(
38293 lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'aoeVelocity',
38294 ship.getModifiedItemAttr('shipBonusMBC1'), skill='Minmatar Battlecruiser', **kwargs)
38295
38296
38297class Effect11056(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected