Skip to content

Releases: crash1115/5e-training

Version 0.4.7

08 Oct 01:36
7591482
Compare
Choose a tag to compare

Added the CrashTrainingTabReady hook, which fires when the downtime tab is ready. Example usage:

Hooks.on(`CrashTrainingTabReady`, (app, html, data) => {
  console.log("Crash's 5e Downtime Tracking | Downtime tab ready!");
});

Version 0.4.6

07 Oct 21:25
949221c
Compare
Choose a tag to compare

Improvements:

  • Changed the way activity data is updated behind the scenes so things don't explode for no good reason. Special thanks to Ethck#6879 for slogging through it with me.
  • Added Chinese localization thanks to hmqgg#5775

Fixes:

  • Fixed a bug where the names of the rolls were displaying as ??? in the audit log. This doesn't fix any activities that have been logged as ??? already, but will prevent them from saving that way going forward.

Version 0.4.5

29 Sep 22:29
64de048
Compare
Choose a tag to compare

Compatibility patch for 0.7.1+

Modifies the way flags are updated to prevent data loss when using Foundry core versions higher than 0.7.0

Version 0.4.4

06 Sep 00:15
c40fe4c
Compare
Choose a tag to compare

Improvements:

  • Added the ability to select tools in addition to skills and ability checks. Tools are limited to those the actor has in their inventory. This means they're not available on NPC sheets.
  • Updated module settings and activity creation dialogs to reflect new naming conventions.
  • Patched up a few more compatibility issues with Ethck's Downtime Tracking mod.

Changes:

  • "Ability" progression mode is now called "Ability/Skill/Tool Check" mode.
  • "DC" progression mode is now called "Check with DC".
  • Together, these modes are referred to as "Check-Based" progression modes, since they both utilize checks. You'll see them referred to this way in the module settings.

Version 0.4.3

05 Sep 17:25
1a0d0e0
Compare
Choose a tag to compare

Adds compatibility with Ethck's Downtime Tracking module https://github.com/Ethck/Ethck-s-Downtime-Tracking

Version 0.4.2

27 Jul 13:41
e93f1b9
Compare
Choose a tag to compare

Improvements:

  • Added an option to toggle the display of the downtime tab on NPC sheets independently.

Removed:

  • The downtime tab no longer shows up on vehicle actor sheets.

Version 0.4.1

26 Jul 17:14
d59ac7d
Compare
Choose a tag to compare
Merge pull request #19 from crash1115/dev

v0.4.1

Version 0.4.0

19 Jul 00:07
ad612ac
Compare
Choose a tag to compare

New Features:

  • New DC progression system. This progression mode prompts the player to make a skill or ability check against a set DC. If the roll is successful, the progression score increases by one. If the roll fails, no progress is gained. Currently, this uses the core 5e roll system and prompts for advantage/disadvantage, and modifiers.

Improvements:

  • You can now select either abilities or skills when doing the Ability Check progression system.

Version 0.3.3

18 Jul 16:05
25b2458
Compare
Choose a tag to compare
v0.3.3 (#15)

* v0.3.2 ko.json

Korean translation by KLO ( Discord : KLO#1490)

* Update Korean translations and 0.7.0 compatability

Co-authored-by: drdwing <[email protected]>

Version 0.3.2

12 Jul 16:02
1cb8e3e
Compare
Choose a tag to compare
Merge pull request #13 from crash1115/dev

v0.3.2