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

Method handler

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

Source from the content-addressed store, hash-verified

29599
29600 @staticmethod
29601 def handler(fit, src, context, projectionRange, **kwargs):
29602 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Torpedoes'), 'kineticDamage',
29603 src.getModifiedItemAttr('shipBonusTitanC1'), skill='Caldari Titan', **kwargs)
29604 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Cruise Missiles'), 'kineticDamage',
29605 src.getModifiedItemAttr('shipBonusTitanC1'), skill='Caldari Titan', **kwargs)
29606
29607
29608class Effect6636(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected