(fit, ship, context, projectionRange, **kwargs)
| 20266 | |
| 20267 | @staticmethod |
| 20268 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20269 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 20270 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs) |
| 20271 | |
| 20272 | |
| 20273 | class Effect5445(BaseEffect): |
nothing calls this directly
no test coverage detected