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

Method handler

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

Source from the content-addressed store, hash-verified

40003
40004 @staticmethod
40005 def handler(fit, ship, context, projectionRange, **kwargs):
40006 fit.modules.filteredChargeBoost(
40007 lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'kineticDamage',
40008 ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs)
40009
40010
40011class Effect11751(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected