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

Method handler

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

Source from the content-addressed store, hash-verified

24128
24129 @staticmethod
24130 def handler(fit, ship, context, projectionRange, **kwargs):
24131 for damageType in ('em', 'explosive', 'kinetic', 'thermal'):
24132 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'),
24133 '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusMC2'),
24134 skill='Minmatar Cruiser', **kwargs)
24135
24136
24137class Effect6098(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected