module

Downtime Dnd5e

Endorsements
0
Installs
0.5%
Comments
0
Latest version1.3.6
Minimum Core11
Compatible Core11
Last updated1 month ago
Created1 year ago
Authors
Languages English
Español
한국어
Systems Dnd5e
Project source Project URL
Report bugs Bug tracker URL
Read-me Readme URL
Changelog Changelog URL

Downtime Dnd5e

If you want to buy me a coffee alt-text

So this is another downtime project because Crash's Tracking & Training (formerly known as Crash's Downtime Tracking) is no Longer Being Maintained and Ethck's 5e Downtime Tracking is not been updated for a while.

This project was created as a continuation of the crash project Crash's Tracking & Training (formerly known as Crash's Downtime Tracking) but with the code rewritten to follow "standard" development rules like use the module id as prefix for the css rule, the standard folder structure ecc.

I will try to "merge" these two modules with time.

Does your group do a lot of downtime activities? Got a lot of factions? Need a simple quest log or timer? Do you have a hard time keeping track of... well... anything? Then this is the mod for you!

Downtime 5e is a module for the dnd5e system in Foundry VTT that adds a tab to all actor sheets (character and NPC) that lets you add and keep track of just about anything you can keep track of with a number and a progress bar. Finally working on that History proficiency? It's in here. Learning how to use thieves tools? In here. Need to keep track of how much of the town's water supply you've accidentally (I hope) poisoned? Quest progress! Countdown timers! Faction reputation! If you can measure it with a percentage, you can track it with this module.

Installation

It's always easiest to install modules from the in game add-on browser.

To install this module manually:

  1. Inside the Foundry "Configuration and Setup" screen, click "Add-on Modules"
  2. Click "Install Module"
  3. In the "Manifest URL" field, paste the following url: https://raw.githubusercontent.com/p4535992/foundryvtt-downtime-dnd5e/master/src/module.json
  4. Click 'Install' and wait for installation to complete
  5. Don't forget to enable the module in game using the "Manage Module" button

NOTE: Difference between Crash's Tracking & Training (formerly known as Crash's Downtime Tracking)Ethck's 5e Downtime Tracking and Downtime Dnd5e

Ethck's 5e Downtime Tracking is not touched for over 10 months mod focuses more on the implementation of "skill challenge" type downtime activities like the ones you find in xanathar's guide to everything. it lets you construct activities that are made up of multiple rolls, maybe for different skills/abilities/etc that you have to choose between, creating a sort of branching structure with varying dc's for each one. it gives you different outputs depending on how many successes/failures you get and how the activity is configured

Crash's Tracking & Training (formerly known as Crash's Downtime Tracking) is no Longer Being Maintained mod is more of a general progress tracking tool. it's a little bit more flexible/less specifically scoped and the activities you can create are nowhere near as complex as his, but it's more useful for tracking things that take multiple days/weeks to complete and things that are less "one and done".

Downtime Dnd5e This project was created as a continuation of the crash project Crash's Tracking & Training (formerly known as Crash's Downtime Tracking) but with the code rewritten to follow "standard" development rules like use the module id as prefix for the css rule, the standard folder structure ecc.

How To Use

Check out the wiki for instructions, screenshots, sample macros, compatibility info, API documentation, and more!

Note on the execution of the macro: executes Macro command, giving speaker, actor, token, character, and event constants. This is recognized as the macro itself. Pass an event as the first argument. Is the same concept used from Item Macro, but without the item, also the main reference is not the item, but the actor, we used the actor set as character by default or the first owned actor by the user, same concept of Item Piles. The macro is launched under as a asynchronus call so await  command are good.

So when you set up to run a macro with this module these arguments are already "setted":`

  • speaker: The chat message speaker referenced to the actor.
  • actor: The actor reference.
  • token: The token (if present on the current scene), referenced to the actor.
  • character: The character is the actor reference to the one setted to the specific player (cannot be the same of the actor reference).
  • event: The javascript event passed from the module to the macro.
  • args: Additional arguments passed from the module to the macro.

Api

All informations about the api can be found here API

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x