(fit, ship, context, projectionRange, **kwargs)
| 36586 | |
| 36587 | @staticmethod |
| 36588 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36589 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 36590 | fit.drones.filteredItemBoost( |
| 36591 | lambda drone: drone.item.requiresSkill('Drones'), |
| 36592 | f'{dmgType}Damage', ship.getModifiedItemAttr('roleBonus'), **kwargs) |
| 36593 | |
| 36594 | |
| 36595 | class Effect8102(BaseEffect): |
nothing calls this directly
no test coverage detected