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

Method handler

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

Source from the content-addressed store, hash-verified

39037
39038 @staticmethod
39039 def handler(fit, ship, context, projectionRange, **kwargs):
39040 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
39041 fit.modules.filteredChargeBoost(
39042 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage',
39043 ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs)
39044
39045
39046class Effect11412(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected