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

Method handler

eos/effects.py:15710–15713  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

15708
15709 @staticmethod
15710 def handler(fit, ship, context, projectionRange, **kwargs):
15711 affectedGroups = ('Missile Launcher Cruise', 'Missile Launcher Torpedo')
15712 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in affectedGroups,
15713 'speed', ship.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs)
15714
15715
15716class Effect4667(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected