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

Method handler

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

Source from the content-addressed store, hash-verified

39496
39497 @staticmethod
39498 def handler(fit, ship, context, projectionRange, **kwargs):
39499 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
39500 fit.modules.filteredChargeBoost(
39501 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage',
39502 ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs)
39503
39504
39505class Effect11514(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected