(fit, ship, context, projectionRange, **kwargs)
| 20282 | |
| 20283 | @staticmethod |
| 20284 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20285 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 20286 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs) |
| 20287 | |
| 20288 | |
| 20289 | class Effect5456(BaseEffect): |
nothing calls this directly
no test coverage detected