(fit, ship, context, projectionRange, **kwargs)
| 19921 | |
| 19922 | @staticmethod |
| 19923 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19924 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 19925 | 'aoeCloudSize', ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 19926 | |
| 19927 | |
| 19928 | class Effect5397(BaseEffect): |
nothing calls this directly
no test coverage detected