(fit, ship, context, projectionRange, **kwargs)
| 37629 | |
| 37630 | @staticmethod |
| 37631 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37632 | fit.drones.filteredItemBoost( |
| 37633 | lambda drone: drone.item.requiresSkill('Drones'), 'damageMultiplier', |
| 37634 | ship.getModifiedItemAttr('industrialCommandBonusDroneDamage'), |
| 37635 | skill='Industrial Command Ships', **kwargs) |
| 37636 | |
| 37637 | |
| 37638 | class Effect8263(BaseEffect): |
nothing calls this directly
no test coverage detected