Skip to content

Commit

Permalink
Update thunderstore metadata for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanaellio committed Oct 23, 2021
1 parent 67eff77 commit 0ce9000
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions ThunderstorePackage/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
# Hyper Jump

Jump higher and leap further.

To install the mod, copy the Mods folder inside the zip into your Boneworks directory.

Hyper jumps and leaps are best used in exterior environments (unless you like fracturing your skull on the ceiling or smashing your face against a wall).
Hyper jumps and leaps are best used in exterior environments (unless you like fracturing your skull on the ceiling or
smashing your face against a wall).

Hyper leaps only apply when walking/running, and will propel you towards where you are looking.

Hyper jumps/leaps can be charged so that the jump power scales with how long the jump button was pressed for. If disabled, all jumps will be performed at max power.

Use Bonemenu to configure the strength of the hyper jumps and leaps, or disable them altogether.
Use Bonemenu to configure the following :

| Property | Description | Default Value |
|------------------------------|-------------------------------------------------------------------------|---------------|
| Upward Jump Multiplier | How high the hyper jumps will go | 16 |
| Forward Leap Multiplier | How far the hyper leaps will go | 3 |
| Enable Jump Charging | Enables scaling jump power with charge time | true |
| Jump Charging Time (seconds) | How many seconds to hold the jump button until you reach max jump power | 1.5 |
| Enable Hyper Jump | Enables or disables the hyper jumps/leaps entirely | true |

## Changelogs

#### v1.1.0:

- Add jump charging
- Improve hyper jump physics

#### v1.0.0:

- Initial version
2 changes: 1 addition & 1 deletion ThunderstorePackage/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HyperJump",
"version_number": "1.0.0",
"version_number": "1.1.0",
"description": "Jump higher and leap further",
"website_url": "https://github.com/Evanaellio/HyperJump",
"dependencies": ["gnonme-ModThatIsNotMod-0.2.4"]
Expand Down

0 comments on commit 0ce9000

Please sign in to comment.