(fit, src, context, projectionRange, **kwargs)
| 26296 | |
| 26297 | @staticmethod |
| 26298 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26299 | fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone', 'structureDamageAmount', |
| 26300 | src.getModifiedItemAttr('droneArmorDamageAmountBonus'), **kwargs) |
| 26301 | |
| 26302 | |
| 26303 | class Effect6377(BaseEffect): |
nothing calls this directly
no test coverage detected