(fit, ship, context, projectionRange, **kwargs)
| 37966 | |
| 37967 | @staticmethod |
| 37968 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37969 | for layer in ('shieldCapacity', 'armorHP', 'hp'): |
| 37970 | fit.drones.filteredItemBoost( |
| 37971 | lambda drone: drone.item.requiresSkill('Drones'), layer, |
| 37972 | ship.getModifiedItemAttr('industrialCommandBonusDroneHitPoints'), |
| 37973 | skill='Industrial Command Ships', **kwargs) |
| 37974 | |
| 37975 | |
| 37976 | class Effect8313(BaseEffect): |
nothing calls this directly
no test coverage detected