Adjusts Whitespaces in the Plando Doc to be able to be copied directly (#3902)

* Update plando_en.md

* Also adjusts plando_connections indentation

* ughh
This commit is contained in:
palex00 2024-09-27 01:30:23 +02:00 committed by GitHub
parent 177c0fef52
commit 05439012dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 93 additions and 93 deletions

View File

@ -22,9 +22,9 @@ enabled (opt-in).
* You can add the necessary plando modules for your settings to the `requires` section of your YAML. Doing so will throw an error if the options that you need to generate properly are not enabled to ensure you will get the results you desire. Only enter in the plando modules that you are using here but it should look like: * You can add the necessary plando modules for your settings to the `requires` section of your YAML. Doing so will throw an error if the options that you need to generate properly are not enabled to ensure you will get the results you desire. Only enter in the plando modules that you are using here but it should look like:
```yaml ```yaml
requires: requires:
version: current.version.number version: current.version.number
plando: bosses, items, texts, connections plando: bosses, items, texts, connections
``` ```
## Item Plando ## Item Plando
@ -74,77 +74,77 @@ A list of all available items and locations can be found in the [website's datap
### Examples ### Examples
```yaml ```yaml
plando_items: plando_items:
# example block 1 - Timespinner # example block 1 - Timespinner
- item: - item:
Empire Orb: 1 Empire Orb: 1
Radiant Orb: 1 Radiant Orb: 1
location: Starter Chest 1 location: Starter Chest 1
from_pool: true from_pool: true
world: true world: true
percentage: 50 percentage: 50
# example block 2 - Ocarina of Time # example block 2 - Ocarina of Time
- items: - items:
Kokiri Sword: 1 Kokiri Sword: 1
Biggoron Sword: 1 Biggoron Sword: 1
Bow: 1 Bow: 1
Magic Meter: 1 Magic Meter: 1
Progressive Strength Upgrade: 3 Progressive Strength Upgrade: 3
Progressive Hookshot: 2 Progressive Hookshot: 2
locations: locations:
- Deku Tree Slingshot Chest - Deku Tree Slingshot Chest
- Dodongos Cavern Bomb Bag Chest - Dodongos Cavern Bomb Bag Chest
- Jabu Jabus Belly Boomerang Chest - Jabu Jabus Belly Boomerang Chest
- Bottom of the Well Lens of Truth Chest - Bottom of the Well Lens of Truth Chest
- Forest Temple Bow Chest - Forest Temple Bow Chest
- Fire Temple Megaton Hammer Chest - Fire Temple Megaton Hammer Chest
- Water Temple Longshot Chest - Water Temple Longshot Chest
- Shadow Temple Hover Boots Chest - Shadow Temple Hover Boots Chest
- Spirit Temple Silver Gauntlets Chest - Spirit Temple Silver Gauntlets Chest
world: false world: false
# example block 3 - Slay the Spire # example block 3 - Slay the Spire
- items: - items:
Boss Relic: 3 Boss Relic: 3
locations: locations:
- Boss Relic 1 - Boss Relic 1
- Boss Relic 2 - Boss Relic 2
- Boss Relic 3 - Boss Relic 3
# example block 4 - Factorio # example block 4 - Factorio
- items: - items:
progressive-electric-energy-distribution: 2 progressive-electric-energy-distribution: 2
electric-energy-accumulators: 1 electric-energy-accumulators: 1
progressive-turret: 2 progressive-turret: 2
locations: locations:
- military - military
- gun-turret - gun-turret
- logistic-science-pack - logistic-science-pack
- steel-processing - steel-processing
percentage: 80 percentage: 80
force: true force: true
# example block 5 - Secret of Evermore # example block 5 - Secret of Evermore
- items: - items:
Levitate: 1 Levitate: 1
Revealer: 1 Revealer: 1
Energize: 1 Energize: 1
locations: locations:
- Master Sword Pedestal - Master Sword Pedestal
- Boss Relic 1 - Boss Relic 1
world: true world: true
count: 2 count: 2
# example block 6 - A Link to the Past # example block 6 - A Link to the Past
- items: - items:
Progressive Sword: 4 Progressive Sword: 4
world: world:
- BobsSlaytheSpire - BobsSlaytheSpire
- BobsRogueLegacy - BobsRogueLegacy
count: count:
min: 1 min: 1
max: 4 max: 4
``` ```
1. This block has a 50% chance to occur, and if it does, it will place either the Empire Orb or Radiant Orb on another 1. This block has a 50% chance to occur, and if it does, it will place either the Empire Orb or Radiant Orb on another
player's Starter Chest 1 and removes the chosen item from the item pool. player's Starter Chest 1 and removes the chosen item from the item pool.
@ -221,25 +221,25 @@ its [plando guide](/tutorial/A%20Link%20to%20the%20Past/plando/en#connections).
### Examples ### Examples
```yaml ```yaml
plando_connections: plando_connections:
# example block 1 - A Link to the Past # example block 1 - A Link to the Past
- entrance: Cave Shop (Lake Hylia) - entrance: Cave Shop (Lake Hylia)
exit: Cave 45 exit: Cave 45
direction: entrance direction: entrance
- entrance: Cave 45 - entrance: Cave 45
exit: Cave Shop (Lake Hylia) exit: Cave Shop (Lake Hylia)
direction: entrance direction: entrance
- entrance: Agahnims Tower - entrance: Agahnims Tower
exit: Old Man Cave Exit (West) exit: Old Man Cave Exit (West)
direction: exit direction: exit
# example block 2 - Minecraft # example block 2 - Minecraft
- entrance: Overworld Structure 1 - entrance: Overworld Structure 1
exit: Nether Fortress exit: Nether Fortress
direction: both direction: both
- entrance: Overworld Structure 2 - entrance: Overworld Structure 2
exit: Village exit: Village
direction: both direction: both
``` ```
1. These connections are decoupled, so going into the Lake Hylia Cave Shop will take you to the inside of Cave 45, and 1. These connections are decoupled, so going into the Lake Hylia Cave Shop will take you to the inside of Cave 45, and