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

Method handler

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

Source from the content-addressed store, hash-verified

41067
41068 @staticmethod
41069 def handler(fit, ship, context, projectionRange, **kwargs):
41070 for damageType in ('em', 'explosive', 'kinetic', 'thermal'):
41071 fit.modules.filteredChargeBoost(
41072 lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), f'{damageType}Damage',
41073 ship.getModifiedItemAttr('shipBonusRole2'), **kwargs)
41074
41075
41076class Effect12192(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected