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

Method handler

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

Source from the content-addressed store, hash-verified

32114
32115 @staticmethod
32116 def handler(fit, src, context, projectionRange, **kwargs):
32117 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'),
32118 'explosionDelay', src.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs)
32119 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'),
32120 'explosionDelay', src.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs)
32121
32122
32123class Effect6867(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected