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

Method handler

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

Source from the content-addressed store, hash-verified

40054
40055 @staticmethod
40056 def handler(fit, ship, context, projectionRange, **kwargs):
40057 fit.modules.filteredChargeBoost(
40058 lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'thermalDamage',
40059 ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs)
40060
40061
40062class Effect11763(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected