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

Method handler

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

Source from the content-addressed store, hash-verified

32282
32283 @staticmethod
32284 def handler(fit, src, context, projectionRange, **kwargs):
32285 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Cruise', 'speed',
32286 src.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs)
32287 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', 'speed',
32288 src.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs)
32289 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Rapid Heavy', 'speed',
32290 src.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs)
32291
32292
32293class Effect6881(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected