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

Method handler

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

Source from the content-addressed store, hash-verified

22006
22007 @staticmethod
22008 def handler(fit, ship, context, projectionRange, **kwargs):
22009 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
22010 'kineticDamage', ship.getModifiedItemAttr('shipBonusGB2'),
22011 skill='Gallente Battleship', **kwargs)
22012
22013
22014class Effect5812(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected