Skip to content

Commit

Permalink
refactor: bump version and adjust changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo authored and Darxo committed Oct 7, 2023
1 parent 8d84365 commit d532174
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions mod_hardened/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Write a short summary about what your mod does without going into specific. This

## Additions
- New 'Battle Song' skill while holding a 'Lute' for applying a temporary Resolve buff to nearby allies
- Add face warpaint to all fast bandits

## Balance

Expand All @@ -35,6 +36,7 @@ Write a short summary about what your mod does without going into specific. This
- Thrust now has 0% Hitchance bonus (down from 10%)
- Slash now has 0% Hitchance bonus (down from 5%)
- Armor Penetration is capped at 100%. Any Armor Penetration above 100% has no effect. Reaching 100% Armor Pen still has damage reduction from remaining armor applied.
- Goblin Pikes, Ancient Pikes and Pikes are now also of weapontype Spear

## Quality of Life
- Legendary Armor and Armor with an attachement that you un-equip are now automatically marked as to-be-repaired
Expand All @@ -59,6 +61,11 @@ Write a short summary about what your mod does without going into specific. This

## Changes: ###

0.2.3
- fix burning ground freezing the game (caused by the armor penetration cap from 0.2.2)
- add the weapontype 'Spear' to Goblin Pikes, Ancient Pikes and Pikes
- add face warpaint to all fast bandits

0.2.2
- Thrust now has 0% Hitchance bonus (down from 10%)
- Slash now has 0% Hitchance bonus (down from 5%)
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 = "hardened",
Name = "Hardened",
Version = "0.2.2",
Version = "0.2.3",
GitHubURL = "https://github.com/Darxo/Hardened",
}

Expand Down

0 comments on commit d532174

Please sign in to comment.