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

Method handler

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

Source from the content-addressed store, hash-verified

43628
43629 @staticmethod
43630 def handler(fit, ship, context, projectionRange, **kwargs):
43631 for damageType in ('em', 'explosive', 'kinetic', 'thermal'):
43632 fit.modules.filteredChargeBoost(
43633 lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), f'{damageType}Damage',
43634 ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs)
43635
43636
43637class Effect12894(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected