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

Method handler

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

Source from the content-addressed store, hash-verified

15672
15673 @staticmethod
15674 def handler(fit, ship, context, projectionRange, **kwargs):
15675 groups = ('Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault', 'Missile Launcher Heavy')
15676 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
15677 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'),
15678 skill='Heavy Assault Cruisers', **kwargs)
15679
15680
15681class Effect4648(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected