(fit, src, context, projectionRange, **kwargs)
| 26012 | |
| 26013 | @staticmethod |
| 26014 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26015 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'kineticDamage', |
| 26016 | src.getModifiedItemAttr('shipBonusCC3'), skill='Caldari Cruiser', **kwargs) |
| 26017 | |
| 26018 | |
| 26019 | class Effect6352(BaseEffect): |
nothing calls this directly
no test coverage detected