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

Method handler

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

Source from the content-addressed store, hash-verified

7504
7505 @staticmethod
7506 def handler(fit, ship, context, projectionRange, **kwargs):
7507 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy',
7508 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'),
7509 skill='Heavy Assault Cruisers', **kwargs)
7510
7511
7512class Effect2648(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected