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

Method handler

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

Source from the content-addressed store, hash-verified

33297
33298 @staticmethod
33299 def handler(fit, src, context, projectionRange, **kwargs):
33300 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Torpedoes'), 'emDamage',
33301 src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Titan', **kwargs)
33302 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Torpedoes'), 'explosiveDamage',
33303 src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Titan', **kwargs)
33304 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Cruise Missiles'), 'emDamage',
33305 src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Titan', **kwargs)
33306 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('XL Cruise Missiles'), 'explosiveDamage',
33307 src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Titan', **kwargs)
33308
33309
33310class Effect6983(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected