Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Currently, the following games are supported:
* Factorio
* Minecraft
* Subnautica
* Slay the Spire
* Risk of Rain 2
* The Legend of Zelda: Ocarina of Time
* Timespinner
Expand Down
3 changes: 0 additions & 3 deletions docs/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@
# Secret of Evermore
/worlds/soe/ @black-sliver

# Slay the Spire
/worlds/spire/ @KonoTyran

# Stardew Valley
/worlds/stardew_valley/ @agilbert1412

Expand Down
2 changes: 0 additions & 2 deletions docs/network diagram/network diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ flowchart LR
%% Java Based Games
subgraph Java
JM[Mod with Archipelago.MultiClient.Java]
STS[Slay the Spire]
JM <-- Mod the Spire --> STS
subgraph Minecraft
MCS[Minecraft Forge Server]
JMC[Any Java Minecraft Clients]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"Ocarina of Time",
"Overcooked! 2",
"Raft",
"Slay the Spire",
"Sudoku",
"Super Mario 64",
"VVVVVV",
Expand Down
4 changes: 2 additions & 2 deletions worlds/generic/docs/advanced_settings_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ one file, removing the need to manage separate files if one chooses to do so.
As a precautionary measure, before submitting a multi-game yaml like this one in a synchronous/sync multiworld, please
confirm that the other players in the multi are OK with what you are submitting, and please be fairly reasonable about
the submission. (i.e. Multiple long games (SMZ3, OoT, HK, etc.) for a game intended to be <2 hrs is not likely considered
reasonable, but submitting a ChecksFinder alongside another game OR submitting multiple Slay the Spire runs is likely
reasonable, but submitting a ChecksFinder alongside another game is likely
OK)

To configure your file to generate multiple worlds, use 3 dashes `---` on an empty line to separate the ending of one
Expand Down Expand Up @@ -335,7 +335,7 @@ Minecraft:

---

description: Example of generating multiple worlds. World 3 of 3
description: Example of generating multiple worlds. World 2 of 2
name: ExampleFinder
game: ChecksFinder

Expand Down
21 changes: 6 additions & 15 deletions worlds/generic/docs/plando_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,7 @@ A list of all available items and locations can be found in the [website's datap
- Spirit Temple Silver Gauntlets Chest
world: false

# example block 3 - Slay the Spire
- items:
Boss Relic: 3
locations:
- Boss Relic 1
- Boss Relic 2
- Boss Relic 3

# example block 4 - Factorio
# example block 3 - Factorio
- items:
progressive-electric-energy-distribution: 2
electric-energy-accumulators: 1
Expand All @@ -125,7 +117,7 @@ A list of all available items and locations can be found in the [website's datap
percentage: 80
force: true

# example block 5 - Secret of Evermore
# example block 4 - Secret of Evermore
- items:
Levitate: 1
Revealer: 1
Expand All @@ -136,7 +128,7 @@ A list of all available items and locations can be found in the [website's datap
world: true
count: 2

# example block 6 - A Link to the Past
# example block 5 - A Link to the Past
- items:
Progressive Sword: 4
world:
Expand All @@ -150,12 +142,11 @@ A list of all available items and locations can be found in the [website's datap
player's Starter Chest 1 and removes the chosen item from the item pool.
2. This block will always trigger and will place the player's swords, bow, magic meter, strength upgrades, and hookshots
in their own dungeon major item chests.
3. This block will always trigger and will lock boss relics on the bosses.
4. This block has an 80% chance of occurring, and when it does, it will place all but 1 of the items randomly among the
3. This block has an 80% chance of occurring, and when it does, it will place all but 1 of the items randomly among the
four locations chosen here.
5. This block will always trigger and will attempt to place a random 2 of Levitate, Revealer and Energize into
4. This block will always trigger and will attempt to place a random 2 of Levitate, Revealer and Energize into
other players' Master Sword Pedestals or Boss Relic 1 locations.
6. This block will always trigger and will attempt to place a random number, between 1 and 4, of progressive swords
5. This block will always trigger and will attempt to place a random number, between 1 and 4, of progressive swords
into any locations within the game slots named BobsSlaytheSpire and BobsRogueLegacy.


Expand Down
39 changes: 0 additions & 39 deletions worlds/spire/Items.py

This file was deleted.

35 changes: 0 additions & 35 deletions worlds/spire/Locations.py

This file was deleted.

74 changes: 0 additions & 74 deletions worlds/spire/Options.py

This file was deleted.

11 changes: 0 additions & 11 deletions worlds/spire/Regions.py

This file was deleted.

74 changes: 0 additions & 74 deletions worlds/spire/Rules.py

This file was deleted.

Loading
Loading