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

Method handler

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

Source from the content-addressed store, hash-verified

39237
39238 @staticmethod
39239 def handler(fit, ship, context, projectionRange, **kwargs):
39240 for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
39241 fit.modules.filteredChargeBoost(
39242 lambda mod: mod.charge.requiresSkill('Heavy Missiles'), f'{dmgType}Damage',
39243 ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs)
39244
39245
39246class Effect11424(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected