(fit, ship, context, projectionRange, **kwargs)
| 19749 | |
| 19750 | @staticmethod |
| 19751 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19752 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 19753 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 19754 | skill='Caldari Battlecruiser', **kwargs) |
| 19755 | |
| 19756 | |
| 19757 | class Effect5379(BaseEffect): |
nothing calls this directly
no test coverage detected