Skip to content

Commit

Permalink
Update resources to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daviscook477 committed Apr 20, 2018
1 parent b94a759 commit b9d50fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,12 @@ To open the *Custom Climb Menu* click on the icon with the brown staircase. This

On the *Modifier Select Screen* you can chose your modifiers for the run. First select a character using the Ironclad or Silent button. This will make the embark button available. The **Applied Mods** list shows what mods will be applied for your custom climb. The **Mods List** shows you all the possible mods that you can apply to your custom climb. Notice that under both lists there are left and right arrows. This is because there are more mods than can be displayed at once so you need to use the arrows to navigate to all the possible mods.

![Seed Select Screen](github_resources/seed_select.png)

On the *Seed Select Panel* you can chose your seed for the run. Simply type in the seed you want to use and hit confirm and the seed will be set for your run.

![Balanced Random Screen](github_resources/balanced_random.png)

If you like the way that the daily climb randomizes the modifiers try using the *Balance* button to bring up the *Balanced Random Panel*. This panel lets you make a run with random modifiers and ensures that 25% of the modifiers (rounded down) are positive (with a minimum of 1 positive modifier). This way you can do as many challenge runs just like the daily climbs as you want!

![Chaotic Random Screen](github_resources/chaotic_random.png)

If you want a bigger challenge, use the *Chaos* button to bring up the *Chaotic Random Panel*. This panel lets you make a run with completely random modifiers and no guarantees about the number of positive modifiers.

![In Game](github_resources/custom_climb_in_game.png)

Once in game the custom climb will act like a daily climb. All of the mods are applied **and** you will not be able to save and quit without losing your progress.

## Known Bugs ##
1. When using the Balanced, Chaos, and Seed buttons trying to click on accept and cancel doesn't work. The workaround is to use enter and escape instead.
1. Some modifiers will not work properly with Custom Characters. This issue **will not** be fixed right now so there's no need to make issues about it.

## Installation ##
1. If you have `ModTheSpire` already installed you can skip to step 5. Otherwise continue with step 2:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>customclimb</groupId>
<artifactId>CustomClimb</artifactId>
<version>0.1.0</version>
<version>0.3.2</version>

<name>Custom Climb</name>
<description>Custom Climb mode for Slay the Spire.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Custom Climb",
"author_list": ["test447"],
"description": "Adds a new Custom Climb mode into the game like the Daily Mode but where you get to chose your options.",
"version": "v0.3.1",
"version": "v0.3.2",
"mts_version": "2.6.0",
"dependencies": ["basemod"]
}

0 comments on commit b9d50fa

Please sign in to comment.