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
22 changes: 22 additions & 0 deletions release-notes/0.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Downloads

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

## Compatible Foundry versions

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

## Changes
- Refactored harm handling in chat to better support the optional harm pools homebrew rule.
- Updated harm buttons in chat to not disable them on click. This allows multiple harm to be applied to a single character, or applying the harm from a single roll to multiple characters (such as on an assist).
- Added wild surge compendiums for the sorcerer and updated relevant talents.
- Update spark to always appear on chat messages for action rolls.
- Added text on chat messages with disasters to indicate that spark is granted from them.

## Changelog

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

## 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.5.0'
version: '0.5.1'
compatibility:
minimum: '13'
verified: '13.351'
Expand Down