Skip to content

Commit

Permalink
refactor: bump version to 0.5.1 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Sep 9, 2024
1 parent 1b97e30 commit ff9e7ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,12 @@ This submod is a collection of changes to Reforged that I suggested internally t

### Enemies

- All Goblins have -5 Melee Skill and -5 Melee Defense
- Add new **Goblin** racial effect that grants 50% increased defenses from equipped shield and allows them to use **Shieldwall** with any shield
- **Scoundrels** will no longer spawn with **Wooden Shields**. Instead they can now spawn with **Old Wooden Shields**
- **Vandals** will no longer spawn with **Kite Shields**. Instead they can now spawn with **Old Wooden Shields**
- **Raider** will no longer spawn with **Kite Shields**. Instead they can now spawn with **Worn Kite/Heater Shields**
- **Highwaymen** can now also spawn with **Worn Kite/Heater Shields**
- **Brigand Leader**, **Brigand Raider** and **Noble Footmen** no longer have **Shield Expert**
- **Zombies** no longer have **Double Grip** but gain +5 Melee Skill.
- **Zombies** and **Skeletons** grant 20% more experience
Expand Down
9 changes: 9 additions & 0 deletions mod_hardened/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ This submod is a collection of changes to Reforged that I suggested internally t

# Changes:

0.5.1
- Reduce Meele Skill and Melee Defense of all Goblins by 5
- **Scoundrels** will no longer spawn with **Wooden Shields**. Instead they can now spawn with **Old Wooden Shields**
- **Vandal** will no longer spawn with **Kite Shields**. Instead they can now spawn with **Old Wooden Shields**
- **Raider** will no longer spawn with **Kite Shields**. Instead they can now spawn with **Worn Kite/Heater Shields**
- **Highwaymen** can now also spawn with **Worn Kite/Heater Shields**
- Simplify **Shield Sergeant** perk description slightly
- Fix mod not loading under Reforged 0.6.3

0.5.0
- All reforged changes to Condition, Melee Defense, Ranged Defense and Weight of vanilla shields have been reverted.
- Additionally the following balance changes have been made compared to the vanilla stats:
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.5.0",
Version = "0.5.1",
GitHubURL = "https://github.com/Darxo/Hardened",
Temp = {}, // Used to globally store variables between function calls to implement more advanced, albeit hacky behavior
}
Expand Down

0 comments on commit ff9e7ee

Please sign in to comment.