(fit, src, context, projectionRange, **kwargs)
| 39865 | |
| 39866 | @staticmethod |
| 39867 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39868 | fit.modules.filteredChargeBoost( |
| 39869 | lambda mod: ( |
| 39870 | mod.charge.requiresSkill('XL Torpedoes') |
| 39871 | or mod.charge.requiresSkill('XL Cruise Missiles') |
| 39872 | or mod.charge.requiresSkill('Torpedoes')), |
| 39873 | 'aoeCloudSize', src.getModifiedItemAttr('shipBonusDreadnoughtA2'), |
| 39874 | skill='Amarr Dreadnought', **kwargs) |
| 39875 | |
| 39876 | |
| 39877 | class Effect11707(BaseEffect): |
nothing calls this directly
no test coverage detected