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

Method handler

eos/effects.py:26134–26140  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

26132
26133 @staticmethod
26134 def handler(fit, src, context, projectionRange, **kwargs):
26135 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), 'emDamage',
26136 src.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs)
26137 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), 'thermalDamage',
26138 src.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs)
26139 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), 'kineticDamage',
26140 src.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs)
26141
26142
26143class Effect6361(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected