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

Method handler

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

Source from the content-addressed store, hash-verified

25995
25996 @staticmethod
25997 def handler(fit, src, context, projectionRange, **kwargs):
25998 fit.modules.filteredChargeBoost(
25999 lambda mod: mod.charge.requiresSkill('Light Missiles') or mod.charge.requiresSkill('Rockets'), 'kineticDamage',
26000 src.getModifiedItemAttr('shipBonus3CF'), skill='Caldari Frigate', **kwargs)
26001
26002
26003class Effect6351(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected