Skip to content

Commit

Permalink
2.0.3 (#55)
Browse files Browse the repository at this point in the history
fix(documentation): updated links in README

chore(templates): updated alienrpg, blade-runner, fallout, starfinder, the walking dead, vaesen  templates by Michael Card (Emo Cthulhu)

feat(templates): added templates for coriolis "yzecoriolis" by Michael Card (Emo Cthulhu)
  • Loading branch information
EddieDover authored Feb 18, 2024
1 parent b2be4e7 commit de61090
Show file tree
Hide file tree
Showing 37 changed files with 3,750 additions and 36 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Foundry Hub Endorsements](https://img.shields.io/endpoint?logoColor=white&url=https%3A%2F%2Fwww.foundryvtt-hub.com%2Fwp-json%2Fhubapi%2Fv1%2Fpackage%2Ftheater-of-the-mind%2Fshield%2Fendorsements)](https://www.foundryvtt-hub.com/package/theater-of-the-mind/)
[![Foundry Hub Comments](https://img.shields.io/endpoint?logoColor=white&url=https%3A%2F%2Fwww.foundryvtt-hub.com%2Fwp-json%2Fhubapi%2Fv1%2Fpackage%2Ftheater-of-the-mind%2Fshield%2Fcomments)](https://www.foundryvtt-hub.com/package/theater-of-the-mind/)

This module provides a GM with a table of characters, online only, or all, configurable in settings, in order to quickly see important stats, traits, abilites, etc. of all characters. Originally 5e only, it is now system agnostic and you can create easy to make .json templates for your system. It supports native Foundry and The Forge. Complete instructions for creating templates and placing them in the right folder on Foundry and Forge are included in the [TEMPLATE_README.md](https://github.com/EddieDover/Theater-of-the-mind/TEMPLATE_README.md) file.
This module provides a GM with a table of characters, online only, or all, configurable in settings, in order to quickly see important stats, traits, abilites, etc. of all characters. Originally 5e only, it is now system agnostic and you can create easy to make .json templates for your system. It supports native Foundry and The Forge. Complete instructions for creating templates and placing them in the right folder on Foundry and Forge are included in the [TEMPLATE_README.md](TEMPLATE_README.md) file.

The original intent of this module was to provide a 'party view' feature that I found missing when I first started using [FoundryVTT](https://www.foundryvtt.com) instead of [Fantasy Grounds](https://www.fantasygrounds.com). It will be updated with features that I personally want or need, or are requested of me by some poor soul. Several templates for various systems have been created, and more are already in the works with even more planned.

Expand All @@ -13,11 +13,11 @@ If you create a template, please submit it via email, Discord or GitHub as a Pul
## Features
- Adds a 'Party Sheet' similar to that provided by Fantasy Grounds. Just click the Party Sheet icon on the Tokens Controls sub-menu.

- The Party Sheet can be configured via the options to either display only currently connected players, or all non-npc characters. When using the all-characters display, there is a separate dialog to allow hiding of any characters the DM doesn't need to worry about. See the [TEMPLATE_README.md](https://github.com/EddieDover/Theater-of-the-mind/TEMPLATE_README.md) file for instructions on how to create a json file for your own system.
- The Party Sheet can be configured via the options to either display only currently connected players, or all non-npc characters. When using the all-characters display, there is a separate dialog to allow hiding of any characters the DM doesn't need to worry about. See the [TEMPLATE_README.md](TEMPLATE_README.md) file for instructions on how to create a json file for your own system.

- Clicking a character portrait will open their sheet.

- The Party Sheet is no longer bound to simply the built-in dnd5e system. Additional systems can be supported by writing a JSON file following the guidelines in [TEMPLATE_README.md](https://github.com/EddieDover/Theater-of-the-mind/TEMPLATE_README.md) and placing it in either:
- The Party Sheet is no longer bound to simply the built-in dnd5e system. Additional systems can be supported by writing a JSON file following the guidelines in [TEMPLATE_README.md](TEMPLATE_README.md) and placing it in either:

- Native Foundry: your <FOUNDRY_VTT/Data/totm/> folder.
- The Forge: the folder named <totm> at the top level of your assets library (created by the module).
Expand All @@ -28,19 +28,19 @@ If you create a template, please submit it via email, Discord or GitHub as a Pul

### Template Examples

For a comprehensive list of the pre-made templates provided by this module and screenshots of each, please see **[TEMPLATE_LIST.md](https://github.com/EddieDover/Theater-of-the-mind/TEMPLATE_LIST.md)** or examine the contents of the [example_templates](https://github.com/EddieDover/Theater-of-the-Mind/example_templates) folder.
For a comprehensive list of the pre-made templates provided by this module and screenshots of each, please see **[TEMPLATE_LIST.md](TEMPLATE_LIST.md)** or examine the contents of the [example_templates](https://github.com/EddieDover/Theater-of-the-Mind/tree/main/example_templates) folder.

### Making your own system template

Please see the [TEMPLATE_README.md](https://github.com/EddieDover/Theater-of-the-Mind/TEMPLATE_README.md) for information on how to create your own template.
Please see the [TEMPLATE_README.md]TEMPLATE_README.md) for information on how to create your own template.

### Template Installation

If using native **Foundry**, place the templates you wish to use in the <FOUNDRY_VTT/Data/totm/> folder.

If using **The Forge**, this module will create a folder at the top level of your Assets Library named `totm`. Place your templates in this folder.

If using The Forge, install the module on your local Foundry installation to have access to the [example_templates](https://github.com/EddieDover/Theater-of-the-Mind/example_templates) folder, and to upload any you would like to use to your Assets Library in the <totm> folder at the top level. Or, if you haven't installed Foundry and only used the license key on The Forge, use the GitHub link above. In this case, you will have to download the file to your computer, then upload it to The Forge. If you create a template, please submit it via email, Discord or GitHub, and we will include it in future updates with full credit.
If using The Forge, install the module on your local Foundry installation to have access to the [example_templates](https://github.com/EddieDover/Theater-of-the-Mind/tree/main/example_templates) folder, and to upload any you would like to use to your Assets Library in the <totm> folder at the top level. Or, if you haven't installed Foundry and only used the license key on The Forge, use the GitHub link above. In this case, you will have to download the file to your computer, then upload it to The Forge. If you create a template, please submit it via email, Discord or GitHub, and we will include it in future updates with full credit.

# Support

Expand Down
98 changes: 96 additions & 2 deletions TEMPLATE_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ Please unfold any entry to see a screenshot.
![](./example_templates/alienrpg/alienrpg.jpg)

<summary>
alienrpg.json - Michael Card (Emo Cthulhu)<br/>_Note: any changes needed for Building Better Worlds will be available in next update._</summary>
alienrpg.json - Michael Card (Emo Cthulhu)</summary>
</details>

<details>

![](./example_templates/alienrpg/alienrpg-no-name.jpg)

<summary>
alienrpg-no-name.json - Michael Card (Emo Cthulhu)</summary>
</details>

## Blade Runner RPG "blade-runner"
Expand All @@ -40,10 +48,48 @@ alienrpg.json - Michael Card (Emo Cthulhu)<br/>_Note: any changes needed for Bui

<details>

![](./example_templates/blade-runner/blade-runner-basic-no-name.jpg)

<summary>blade-runner-basic-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/blade-runner/blade-runner-expanded.jpg)

<summary>blade-runner-expanded.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/blade-runner/blade-runner-expanded-no-name.jpg)

<summary>blade-runner-expanded-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

## Coriolis "yzecoriolis"

<details>

![](./example_templates/coriolis/coriolis.jpg)

<summary>coriolis.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/coriolis/coriolis-no-name.jpg)

<summary>coriolis-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/coriolis/coriolis-compact.jpg)

<summary>coriolis-compact.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/coriolis/coriolis-compact-no-name.jpg)

<summary>coriolis-compact-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

## Dragonbane "dragonbane"

<details>
Expand All @@ -64,7 +110,25 @@ alienrpg.json - Michael Card (Emo Cthulhu)<br/>_Note: any changes needed for Bui

![](./example_templates/fallout/fallout.jpg)

<summary>fallout.json - Michael Card (Emo Cthulhu)</summary></details>
<summary>fallout.json - Michael Card (Emo Cthulhu)</br>Notes: fallout.json and fallout-trimmed.json do not have Movement Speeds. This is because the versions with movement speeds require you to configure the actor templates in the fallout system files to include a key called "unofficialspeed". They won't show anything on basic vanilla Fallout. The trimmed templates were requested by a GM currently running a massive Fallout campaign, so I've included them as it seems likely many GMs will not need all the info in the base versions.</summary></details>

<details>

![](./example_templates/fallout/fallout-move.jpg)

<summary>fallout-move.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/fallout/fallout-trimmed.jpg)

<summary>fallout-trimmed.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/fallout/fallout-trimmed-move.jpg)

<summary>fallout-trimmed-move.json - Michael Card (Emo Cthulhu)</summary></details>

## Starfinder "sfrpg"

Expand All @@ -74,6 +138,12 @@ alienrpg.json - Michael Card (Emo Cthulhu)<br/>_Note: any changes needed for Bui

<summary>starfinder.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/starfinder/starfinder-statuses.jpg)

<summary>starfinder-statuses.json - Michael Card (Emo Cthulhu)</summary></details>

## Savage Worlds "swade"

<details>
Expand All @@ -92,20 +162,44 @@ alienrpg.json - Michael Card (Emo Cthulhu)<br/>_Note: any changes needed for Bui

<details>

![](./example_templates/thewalkingdead/twdu-anchors-no-name.jpg)

<summary>twdu-anchors-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/thewalkingdead/twdu-no-anchors.jpg)

<summary>twdu-no-anchors.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/thewalkingdead/twdu-no-anchors-no-name.jpg)

<summary>twdu-no-anchors-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/thewalkingdead/twdu-two-rows.jpg)

<summary>twdu-two-rows.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/thewalkingdead/twdu-two-rows-no-name.jpg)

<summary>twdu-two-rows-no-name.json - Michael Card (Emo Cthulhu)</summary></details>

## Vaesen "vaesen"

<details>

![](./example_templates/vaesen/vaesen.jpg)

<summary>vaesen.json - Michael Card (Emo Cthulhu)</summary></details>

<details>

![](./example_templates/vaesen/vaesen-no-name.jpg)

<summary>vaesen-no-name.json - Michael Card (Emo Cthulhu)</summary></details>
Binary file added example_templates/alienrpg/alienrpg-no-name.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit de61090

Please sign in to comment.