(fit, src, context, projectionRange, **kwargs)
| 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 | |
| 33310 | class Effect6983(BaseEffect): |
nothing calls this directly
no test coverage detected