You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@
6
6
7
7
- All testing efforts were done in v13's Dark mode. The sheet was never designed with v13's theming in mind and it turned out to be pretty difficult to attempt to add it this late in the game. Light mode will _probably_ work fine but don't be surprised if there are small visual issues here and there.
8
8
9
+
### Known Issue
10
+
11
+
- Rerolling an individual rerolls all combatants.
12
+
- If two groups ends up with the same initiative value, all combatants will display with decimals. This is a janky workaround to prevent groups with identical initiatives from ending up mixed in the tracker. Doing it the "right" way proved more trouble than it was worth.
13
+
9
14
### Changes
10
15
11
16
- Added container items.
@@ -21,6 +26,7 @@
21
26
- Combined Arts + Spells + Foci and Abilities into a single Abilities compendium.
22
27
- Combined Adventuring Gear + Weapons + Armor into a single Gear compendium.
23
28
- Fixed various errors and inconsistencies. If you spot any I missed, please report them.
29
+
- Added SRD content, including Deluxe and Atlas classes. Shoutout to pandaniel and Zi-SH on the Discord for their help doing data entry on this one.
24
30
- Added icons to most gear items.
25
31
- A few bits of adventuring gear didn't have anything suitable in Foundry's icon collection.
26
32
- The shields share a single icon, as do two pieces of mail armor, due to limited selection in said collection.
@@ -40,13 +46,16 @@
40
46
- Fixed faction attacks forcing attacks to be against certain asset types.
41
47
- Fixed an error with monster saves.
42
48
- This was caused by an ill-advised "optimization" that had ramifications I didn't foresee. To ensure that all monsters in compendiums are fixed, this is a breaking change. Namely, if you had any characters or monsters that used the "Base Save" in Tweaks to modify their saving throws, you will have to redo the change using the "Universal Save Mod", also located in Tweaks.
49
+
- Clicking a save button on a chat card has been vastly improved.
50
+
- Now opens a dialog asking for a universal modifier and has individual modifier overrides for each selected token.
51
+
- Rolls all saves at once and outputs a single chat card containing the results.
43
52
- Fixed weapon charges not displaying on inventory tab.
44
53
- Possible fix for an Item Piles interaction.
45
54
- Moved party sheet button so it is no longer hidden by Foundry's search button in the actors tab.
46
-
-Initiative updates.
47
-
- Completely reworked initiative, fixing group initiative and a handful of other issues such as reroll and reset. Shoutout to wyrmisis who gave me permission to use their solution from the OSE project!
48
-
- Fixed Alert 1 not providing a group bonus when Alert combatant's initiative is not the highest within the group.
49
-
- Updating the initiative of one member of a group should update the initiative of all members.
55
+
-Completely reworked initiative, fixing group initiative and a handful of other issues such as reroll and reset. Shoutout to wyrmisis who gave me permission to use their solution from the OSE project!
56
+
- Fixed Alert 1 not providing a group bonus when Alert combatant's initiative is not the highest within the group.
57
+
- Updating the initiative of one member of a group should update the initiative of all members.
58
+
- Initiative rolls are now grouped into a single chat card instead of spamming the chat.
0 commit comments