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

Method handler

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

Source from the content-addressed store, hash-verified

21420
21421 @staticmethod
21422 def handler(fit, ship, context, projectionRange, **kwargs):
21423 fit.modules.filteredChargeBoost(
21424 lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'maxVelocity',
21425 ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs)
21426
21427
21428class Effect5647(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected