SectorPreset
SectorPreset
extends UnlockableContent
| field | type | default | notes |
|---|---|---|---|
| generator | FileMapGenerator | mindustry.maps.generators.FileMapGenerator@5b1ebbe | |
| planet | Planet | serpulo | |
| sector | Sector | serpulo#5 (sectorName) | |
| captureWave | int | 0 | |
| rules | Cons |
winWave = captureWave | |
| difficulty | float | 0.0 | Difficulty, 0-10. |
| startWaveTimeMultiplier | float | 2.0 | |
| addStartingItems | boolean | false | |
| noLighting | boolean | false | |
| isLastSector | boolean | false | If true, this is the last sector in its planetary campaign. |
| requireUnlock | boolean | true | If true, this sector must be unlocked before landing is permitted. |
| showSectorLandInfo | boolean | true | |
| overrideLaunchDefaults | boolean | false | If true, uses this sector's launch fields instead |
| allowLaunchSchematics | boolean | false | Whether to allow users to specify a custom launch schematic for this map. |
| allowLaunchLoadout | boolean | false | Whether to allow users to specify the resources they take to this map. |
| attackAfterWaves | boolean | false | If true, switches to attack mode after waves end. |
| originalPosition | int | 5 | The original position of this sector; used for migration. Internal use for vanilla campaign only! |