Skip to content

Commit 9a9769c

Browse files
committed
updated version and changelog
1 parent 4ab540d commit 9a9769c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Changelog-Beta.txt

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
===================
2+
==== Ver 1.0.0 ====
3+
===================
4+
- Reworked most of the commanders to have 13 columns perks.
5+
- Fixed Guaranteed on XYZ background tooltips for real this time.
6+
- Fixed an error in Duelist Defense causing battles to not load.
7+
18
=====================
29
==== Ver 0.15.0 =====
310
=====================
4-
== MAJOR CHANGES AND DEPENDENCIES ==
11+
== DEPENDENCIES ==
512
- NOT SAVEGAME COMPATIBLE.
613
- Requires MSU 0.6.5. This includes the fix for some AI-specific weapons (e.g. faction banners) not working with some PTR perks.
7-
- MSU is now included in Legends, so if you are using Legends build 20 then delete MSU from your data folder.
14+
- MSU is now included in Legends, so if you are using Legends build 15.0.1.20 then delete MSU from your data folder.
815
- Medium Armor Rework (MAR) is now included in Legends, so delete that from your data folder.
916
- PTR now includes WMS, Duelist Defense, and the Fencer Perk mod (now called Better Fencing). So, delete these from your data folder.
10-
- Moved the Fencer perk to Light Armor t7.
17+
18+
== MAJOR CHANGES ==
19+
- Moved the Fencer perk to Light Armor t7 and removed it from Sword t7.
1120
- Tempo now carries over to the next turn but the carried over bonus only lasts until the first skill used, or waiting the turn.
1221
- Tumble no longer reduces the Action Point cost of fencing Lunge. Still reduces Fatigue Cost.
1322

scripts/!mods_preload/ptr_aa.nut

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gt.Const.PTR <- {};
44
gt.Const.PTR.Version <- 1;
55

66
local modID = "mod_legends_PTR";
7-
::mods_registerMod(modID, gt.Const.PTR.Version, "Perk Trees Rework 0.15.0");
7+
::mods_registerMod(modID, gt.Const.PTR.Version, "Perk Trees Rework 1.0.0");
88

99
::mods_queue(modID, "mod_legends, mod_MSU, mod_betterFencing, mod_WMS, mod_mediumArmorRework, mod_legends_STR, mod_duelistDefense", function()
1010
{

0 commit comments

Comments
 (0)