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

Method handler

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

Source from the content-addressed store, hash-verified

20809
20810 @staticmethod
20811 def handler(fit, ship, context, projectionRange, **kwargs):
20812 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
20813 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'),
20814 skill='Heavy Assault Cruisers', **kwargs)
20815
20816
20817class Effect5554(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected