Skip to content

Commit

Permalink
refactor: bump version to 0.3.16 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Aug 19, 2024
1 parent 3f4b373 commit b88bb97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions mod_hardened/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ This submod is a collection of changes to Reforged that I suggested internally t

# Changes:

0.3.16
- fix hitchance preview not showing up
- fix dodge description not showing up
- fix goblin wolfrider sometimes freezing the game when they die
- fix stab being falsely discounted from dagger mastery
- fix glitch when enemies throw throwing spears
- fix crash when reloading a crossbow

0.3.15
- **King of all Weapons** has been completely reworked. It's now called **Spear Flurry**. It makes it so all spear attacks cost 0 Fatigue but it reduces the damage dealt by 10% while a spear is equipped.
- **Swift Stabs** has been completely reworked. It's now called **Hit and Run**. It makes it so all dagger attacks can be used at 2 tiles and will move the user one tile closer before the attack. When the attack hits the enemy, the user is moved back to the original tile.
Expand Down
2 changes: 1 addition & 1 deletion scripts/!mods_preload/main_hardened.nut
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
::Hardened <- {
ID = "mod_hardened",
Name = "Hardened",
Version = "0.3.15",
Version = "0.3.16",
GitHubURL = "https://github.com/Darxo/Hardened",
}

Expand Down

0 comments on commit b88bb97

Please sign in to comment.