Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions release-notes/0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## Downloads

Manifest URL: https://asacolips-artifacts.s3.amazonaws.com/grimwild/0.5.0/system.json

## Compatible Foundry versions

![Foundry v13.351](https://img.shields.io/badge/Foundry-v13.351-green)

## Slow XP
- Added new **Slow XP** system setting. When enabled, XP thresholds are doubled.
- Each XP checkbox will require one click to halfway fill, and a second click to fully fill.

## Token Initiative
- Added new **Token Actions** system setting to support the Token Initiative variant rule.
- If this setting is enabled, the action counter in the combat sidebar will instead represent the two actions each character has each round. Resetting the actor's action count or advancing to the next round will reset this back up to 2.
- Added tokenActions field to actors that can be used to track remaining actions each round. This can be added as a resource to the actor's token, displaying it as a progress bar on the actor.

<img width="640" alt="image" src="https://github.com/user-attachments/assets/f40f7029-1f9b-4da5-a624-f9d299ee4a35" />

## Crucibles
- Extended the RollTable class to add support for Crucibles. This can be enabled by switching a roll table's sheet to the Grimwild Crucible sheet. However, this can lead to potential data issues with that table (crucibles need _exactly_ 36 entries), so the better way is to use the new **Create Crucible** button on the roll table sidebar to create new crucibles.
- Added a custom `@CRUCIBLE[uuid]{Label}` enricher that uses the same format as content links that are dragged and dropped into a rich text area. This enricher will display the crucible along with a button to roll it. The easiest way to use it is to drag a crucible roll table from the sidebar or compendium into a rich text area (like a description or journal entry) and then replace `@UUID` with `@CRUCIBLE`.
- Added several crucibles as both roll tables and journal entries that collect related crucibles using the new enricher:
- GM Crucibles
- Spellcraft Crucibles
- Herbalism Crucibles
- Updated talents that refer to the above crucibles to link to journal entries that display them along with buttons to roll them. You'll need to reimport the talents onto your characters to use them!

<img width="640" alt="image" src="https://github.com/user-attachments/assets/489ad9d9-b748-48c8-bf20-7681c220f4a7" />

<img width="640" alt="image" src="https://github.com/user-attachments/assets/6ecbcf0c-c2d7-4c0e-ba76-9dc1c0db922b" />

## Miscellaneous
- Also updated combat tracker to work with the harm pools house rule if that setting is enabled.

## Changelog

https://github.com/asacolips-projects/grimwild/compare/0.4.0...0.5.0

## Contributors

@asacolips
2 changes: 1 addition & 1 deletion src/system.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: grimwild
title: Grimwild
description: The Grimwild system for FoundryVTT!
version: '0.4.0'
version: '0.5.0'
compatibility:
minimum: '13'
verified: '13.351'
Expand Down
Loading