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

Method handler

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

Source from the content-addressed store, hash-verified

22369
22370 @staticmethod
22371 def handler(fit, ship, context, projectionRange, **kwargs):
22372 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
22373 'kineticDamage', ship.getModifiedItemAttr('shipBonusCB'),
22374 skill='Caldari Battleship', **kwargs)
22375
22376
22377class Effect5864(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected