(fit, ship, context, projectionRange, **kwargs)
| 19905 | |
| 19906 | @staticmethod |
| 19907 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19908 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 19909 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 19910 | |
| 19911 | |
| 19912 | class Effect5388(BaseEffect): |
nothing calls this directly
no test coverage detected