use numbered lists in meta blueprints section

develop
Myk Taylor 2020-11-05 16:11:27 -08:00 committed by myk002
parent 647093f5c8
commit 93c8de9b23
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 13 additions and 13 deletions

@ -897,13 +897,13 @@ Meta blueprints
Meta blueprints are blueprints that script a series of other blueprints. Many Meta blueprints are blueprints that script a series of other blueprints. Many
blueprint packages follow this pattern: blueprint packages follow this pattern:
- Apply dig blueprint to designate dig areas 1. Apply dig blueprint to designate dig areas
- Wait for miners to dig #. Wait for miners to dig
- **Apply build buildprint** to designate buildings #. **Apply build buildprint** to designate buildings
- **Apply place buildprint** to designate stockpiles #. **Apply place buildprint** to designate stockpiles
- **Apply query blueprint** to configure stockpiles #. **Apply query blueprint** to configure stockpiles
- Wait for buildings to get built #. Wait for buildings to get built
- Apply a different query blueprint to configure rooms #. Apply a different query blueprint to configure rooms
Those three "apply"s in the middle might as well get done in one command instead Those three "apply"s in the middle might as well get done in one command instead
of three. A meta blueprint can encode that sequence. A meta blueprint refers to of three. A meta blueprint can encode that sequence. A meta blueprint refers to
@ -947,12 +947,12 @@ blueprints into one:
Now your sequence is shortened to: Now your sequence is shortened to:
- Apply dig blueprint to designate dig areas 1. Apply dig blueprint to designate dig areas
- Wait for miners to dig #. Wait for miners to dig
- **Apply meta buildprint** to build buildings and designate/configure #. **Apply meta buildprint** to build buildings and designate/configure
stockpiles stockpiles
- Wait for buildings to get built #. Wait for buildings to get built
- Apply the final query blueprint to configure the room #. Apply the final query blueprint to configure the room
You can use meta blueprints to lay out your fortress at a larger scale as well. You can use meta blueprints to lay out your fortress at a larger scale as well.
The ``#<`` and ``#>`` notation is valid in meta blueprints, so you can, for The ``#<`` and ``#>`` notation is valid in meta blueprints, so you can, for