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

Method handler

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

Source from the content-addressed store, hash-verified

32303
32304 @staticmethod
32305 def handler(fit, src, context, projectionRange, **kwargs):
32306 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), 'explosionDelay',
32307 src.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs)
32308 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), 'explosionDelay',
32309 src.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs)
32310
32311
32312class Effect6883(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected