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

Method handler

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

Source from the content-addressed store, hash-verified

24090
24091 @staticmethod
24092 def handler(fit, ship, context, projectionRange, **kwargs):
24093 for damageType in ('em', 'explosive', 'kinetic', 'thermal'):
24094 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
24095 '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusMC2'),
24096 skill='Minmatar Cruiser', **kwargs)
24097
24098
24099class Effect6093(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected