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

Method handler

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

Source from the content-addressed store, hash-verified

7522
7523 @staticmethod
7524 def handler(fit, ship, context, projectionRange, **kwargs):
7525 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy Assault',
7526 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'),
7527 skill='Heavy Assault Cruisers', **kwargs)
7528
7529
7530class Effect2649(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected