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

Method handler

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

Source from the content-addressed store, hash-verified

39865
39866 @staticmethod
39867 def handler(fit, src, context, projectionRange, **kwargs):
39868 fit.modules.filteredChargeBoost(
39869 lambda mod: (
39870 mod.charge.requiresSkill('XL Torpedoes')
39871 or mod.charge.requiresSkill('XL Cruise Missiles')
39872 or mod.charge.requiresSkill('Torpedoes')),
39873 'aoeCloudSize', src.getModifiedItemAttr('shipBonusDreadnoughtA2'),
39874 skill='Amarr Dreadnought', **kwargs)
39875
39876
39877class Effect11707(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected