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

Method handler

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

Source from the content-addressed store, hash-verified

40020
40021 @staticmethod
40022 def handler(fit, ship, context, projectionRange, **kwargs):
40023 fit.modules.filteredChargeBoost(
40024 lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'thermalDamage',
40025 ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs)
40026
40027
40028class Effect11752(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected