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

Method handler

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

Source from the content-addressed store, hash-verified

43610
43611 @staticmethod
43612 def handler(fit, ship, context, projectionRange, **kwargs):
43613 for damageType in ('em', 'explosive', 'kinetic', 'thermal'):
43614 fit.modules.filteredChargeBoost(
43615 lambda mod: mod.charge.requiresSkill('Heavy Missiles'), f'{damageType}Damage',
43616 ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs)
43617
43618
43619class Effect12893(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected