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

Method handler

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

Source from the content-addressed store, hash-verified

40224
40225 @staticmethod
40226 def handler(fit, ship, context, projectionRange, **kwargs):
40227 fit.modules.filteredChargeBoost(
40228 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'thermalDamage',
40229 ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
40230
40231
40232class Effect11944(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected