(fit, ship, context, projectionRange, **kwargs)
| 42508 | |
| 42509 | @staticmethod |
| 42510 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42511 | fit.modules.filteredChargeBoost( |
| 42512 | lambda mod: mod.charge.requiresSkill('Torpedoes') or mod.charge.requiresSkill('Cruise Missiles'), |
| 42513 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs) |
| 42514 | |
| 42515 | |
| 42516 | class Effect12767(BaseEffect): |
nothing calls this directly
no test coverage detected