Skip to content

Commit

Permalink
refactor: bump version to 0.19.1 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Dec 30, 2024
1 parent 09c69d9 commit 80b2f2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mod_hardened/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ This submod is a collection of changes to Reforged that I suggested internally t
- Can be used to adjust scaling so that newly created locations scale slower than ones already there longer?
- Can be used for upgrading, so that locations left along can upgrade into stronger versions?
- Can be used for rumors, where they say: "Recently a new location has appeared there and there"
- revert some 5 AP two handed weapons

## AI
- make it so enemies are less likely to remove the net if it doesnt affect them (e.g. Orcs)
Expand All @@ -128,6 +129,9 @@ This will unbrick your end-of-combat screen, if it doesnt show

# Changes:

0.19.1
- Fix LootAll button after battle not working correctly

0.19.0
- Lindwurms Head and Tail no longer share hitpoints and effects but killing the tail will no longer kill the Head
- Lindwurm Head now has 1000 Hitpoints (down from 1100) and gains **Exude Confidence**
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.19.0",
Version = "0.19.1",
GitHubURL = "https://github.com/Darxo/Hardened",
Temp = {}, // Used to globally store variables between function calls to implement more advanced, albeit hacky behavior
Const = {},
Expand Down

0 comments on commit 80b2f2b

Please sign in to comment.