(fit, ship, context, projectionRange, **kwargs)
| 39756 | |
| 39757 | @staticmethod |
| 39758 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39759 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 39760 | fit.modules.filteredItemBoost( |
| 39761 | lambda module: module.item.requiresSkill('Disruptive Lance Operation'), f'{dmgType}Damage', |
| 39762 | ship.getModifiedItemAttr('shipBonusAdvancedDreadnought1'), skill='Lancer Dreadnoughts', **kwargs) |
| 39763 | |
| 39764 | |
| 39765 | class Effect11700(BaseEffect): |
nothing calls this directly
no test coverage detected