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

Method handler

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

Source from the content-addressed store, hash-verified

29650
29651 @staticmethod
29652 def handler(fit, src, context, projectionRange, **kwargs):
29653 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher XL Cruise', 'speed',
29654 src.getModifiedItemAttr('shipBonusTitanC2'), skill='Caldari Titan', **kwargs)
29655 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher XL Torpedo', 'speed',
29656 src.getModifiedItemAttr('shipBonusTitanC2'), skill='Caldari Titan', **kwargs)
29657
29658
29659class Effect6639(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected