Description
Performs multiple smart duplication operations in a single batch. This tool allows you to duplicate several different objects simultaneously, each with their own duplication count and options.Parameters
Array of duplication operations to perform. Each operation follows the same schema as smart_duplicate.
Example
Use Cases
- Building multiple level sections simultaneously
- Creating parallel obstacle courses
- Duplicating different object types across multiple levels
- Batch creating game elements with different configurations
- Automating complex level generation workflows
- Creating multiple patterns at once (platforms, obstacles, decorations)
Performance Notes
This tool is optimized for batch operations. Usingmass_duplicate to perform 10 duplication operations is significantly faster than making 10 separate smart_duplicate calls.
Example Use Case: Building Multiple Levels
Create platforms, obstacles, and checkpoints for 3 levels simultaneously:Related Tools
- smart_duplicate - Perform a single smart duplication
- mass_create_objects_with_properties - Create multiple new objects