(fit, src, context, projectionRange, **kwargs)
| 27628 | |
| 27629 | @staticmethod |
| 27630 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27631 | for attrName in ('emDamage', 'thermalDamage', 'kineticDamage', 'explosiveDamage'): |
| 27632 | fit.modules.filteredChargeBoost(lambda mod: (mod.charge.requiresSkill('XL Torpedoes') or |
| 27633 | mod.charge.requiresSkill('XL Cruise Missiles') or |
| 27634 | mod.charge.requiresSkill('Torpedoes')), attrName, |
| 27635 | src.getModifiedItemAttr('shipBonusDreadnoughtC1'), |
| 27636 | skill='Caldari Dreadnought', **kwargs) |
| 27637 | |
| 27638 | |
| 27639 | class Effect6505(BaseEffect): |
nothing calls this directly
no test coverage detected