Skip to content

Commit

Permalink
refactor: bump version to 0.9.4 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Oct 4, 2024
1 parent 3284022 commit 4f6764e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ Just the images side-by-side: https://github.com/Darxo/Hardened/wiki/Perk-change

### Other

- All fleeing characters now have +1 Action Point
- All player characters now have +1 Action Point during AutoRetreat
- **Wait** now debuffs the actual Initiative until the start of that brothers next turn
- **Swamp** tiles no longer reduce Melee Skill by 25%. Instead they now reduce Initiative by 25%
- Encumbrance no longer lowers the fatigue recovery. It now only adds 1 fatigue per tile travelled per encumbrance level.
Expand Down
9 changes: 9 additions & 0 deletions mod_hardened/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,18 @@ This submod is a collection of changes to Reforged that I suggested internally t
- Fix weapons that lost hitchance bonus for some of their skills. Goedendag Cudgel is now almost alwasy the best choice
- Maybe remove the replacement of Brawny, Colossus and Fortified Mindon NPCs. Hardened has stepped away from these perks and mods might introduce new secondary effects on them?
- Make it so ranged troop AI is less likely to be dumb (leave perfectly fine positions)
- Opportunist: pick up actual ammuition: Next attack costs no fatigue and no ammo (can fire even if no ammo in weapon). Every tile you move reduces cost of next throwing attack by 1
- Fix dog release sound being mono right ear when placed right side
- Remove fourth similar sounding lute sfx
- include my more indirect numeral mod

# Changes:

0.9.4
- Fleeing characters now have +1 Action Point
- All player characters now have +1 Action Point during AutoRetreat
- Fix encourage skill not working correctly

0.9.3
- Completely rework and simplify **Inspiring Presence**. At the start of each round it causes adjacent allies of your faction to gain +3 Action Points for this turn, if they are adjacent to an enemy and have less resolve than you. The effect doesn't stack on the same target, otherwise it has no restrictions
- **Encourage** can no longer make someone **confident** and it no longer requires the user to have a higher morale than the target per tile distance
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.9.3",
Version = "0.9.4",
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 4f6764e

Please sign in to comment.