(fit, ship, context, projectionRange, **kwargs)
| 42863 | |
| 42864 | @staticmethod |
| 42865 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42866 | fit.modules.filteredChargeBoost( |
| 42867 | lambda mod: mod.charge.requiresSkill('Rockets') or mod.charge.requiresSkill('Light Missiles'), |
| 42868 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCD3'), skill='Caldari Destroyer', **kwargs) |
| 42869 | |
| 42870 | |
| 42871 | class Effect12817(BaseEffect): |
nothing calls this directly
no test coverage detected