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

Method handler

eos/effects.py:22852–22855  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

22850
22851 @staticmethod
22852 def handler(fit, beacon, context, projectionRange, **kwargs):
22853 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'),
22854 'explosiveDamage', beacon.getModifiedItemAttr('smartbombDamageMultiplier'),
22855 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22856
22857
22858class Effect5917(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected