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

Method handler

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

Source from the content-addressed store, hash-verified

39201
39202 @staticmethod
39203 def handler(fit, ship, context, projectionRange, **kwargs):
39204 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
39205 fit.modules.filteredChargeBoost(
39206 lambda mod: mod.charge.requiresSkill('Torpedoes'), f'{dmgType}Damage',
39207 ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs)
39208
39209
39210class Effect11422(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected