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

Method handler

eos/effects.py:39844–39853  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39842
39843 @staticmethod
39844 def handler(fit, src, context, projectionRange, **kwargs):
39845 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
39846 fit.modules.filteredChargeBoost(
39847 lambda mod: (
39848 mod.charge.requiresSkill('XL Torpedoes')
39849 or mod.charge.requiresSkill('XL Cruise Missiles')
39850 or mod.charge.requiresSkill('Torpedoes')),
39851 f'{dmgType}Damage',
39852 src.getModifiedItemAttr('shipBonusDreadnoughtA1'),
39853 skill='Amarr Dreadnought', **kwargs)
39854
39855
39856class Effect11706(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected