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

Method handler

eos/effects.py:33276–33284  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

33274
33275 @staticmethod
33276 def handler(fit, src, context, projectionRange, **kwargs):
33277 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Torpedoes'), 'thermalDamage',
33278 src.getModifiedItemAttr('shipBonusTitanG1'), skill='Gallente Titan', **kwargs)
33279 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Torpedoes'), 'kineticDamage',
33280 src.getModifiedItemAttr('shipBonusTitanG1'), skill='Gallente Titan', **kwargs)
33281 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Cruise Missiles'), 'thermalDamage',
33282 src.getModifiedItemAttr('shipBonusTitanG1'), skill='Gallente Titan', **kwargs)
33283 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Cruise Missiles'), 'kineticDamage',
33284 src.getModifiedItemAttr('shipBonusTitanG1'), skill='Gallente Titan', **kwargs)
33285
33286
33287

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected