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

Method handler

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

Source from the content-addressed store, hash-verified

22886
22887 @staticmethod
22888 def handler(fit, beacon, context, projectionRange, **kwargs):
22889 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'),
22890 'thermalDamage', beacon.getModifiedItemAttr('smartbombDamageMultiplier'),
22891 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22892
22893
22894class Effect5919(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected