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

Method handler

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

Source from the content-addressed store, hash-verified

38502
38503 @staticmethod
38504 def handler(fit, ship, context, projectionRange, **kwargs):
38505 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
38506 fit.modules.filteredChargeBoost(
38507 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage',
38508 ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs)
38509
38510
38511class Effect11072(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected