Skip to content

Commit

Permalink
closes #908
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Nov 10, 2024
1 parent fa937b1 commit 310cf2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [#879] Add new Patron item class
* [#880] Create a new Patron Boon type for Talents
* [#901] Added Russian as a partially complete system language.
* [#908] Add rollable dice to Cure Wounds spell that includes the necessary calculations *(Many thanks to **nschoenwald** for contributing to this issue)*
* [#920] Show tooltips on weapon and armor properties when showing expanded inline view in inventory
* [#937] Support selecting or rolling Patron in character generator
* [#939] Add macro for launching the character generator
Expand All @@ -23,10 +24,7 @@
* [#938] Unecessary line breaks in Farsight talent descriptions

## Chores
* [#911] Replaced compendium art mapping with default Foundry method.

- Settings for compendium art mapping are now found in *Settings > Core > Compendium Art*

* [#911] Replaced compendium art mapping with default Foundry method. *(Settings for compendium art mapping are now found in *Settings > Core > Compendium Art*)*
* [#917] Restructure Item sheet templates to make them a bit more manageable
* [#924] Perform an audit of existing templates to ensure we don't have any raw strings that should be i18n-ified
* [#927] Migration runner accessing globalThis.duplicate which must now be accessed via foundry.utils.duplicate
Expand All @@ -35,6 +33,7 @@

*Many thanks to **AdamsGH** for contributing **Russian** translation data.*


---

# v3.1.3
Expand Down
2 changes: 1 addition & 1 deletion data/packs/spells.db/cure_wounds__N9NvonT0RL6PyiiV.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"class": [
"Compendium.shadowdark.classes.Item.oZWzXx1WRLg286zD"
],
"description": "<p>Your touch restores ebbing life.</p><p>Roll a number of d6s equal to 1 + half your level (rounded down).</p><p>One target you touch regains that many hit points.</p>",
"description": "<p>Your touch restores ebbing life.</p><p>Roll a number of d6s equal to [[/roll (1 + (floor(@level.value/2)))d6]]{1 + half your level (rounded down)}.</p><p>One target you touch regains that many hit points.</p>",
"duration": {
"type": "instant",
"value": -1
Expand Down

0 comments on commit 310cf2a

Please sign in to comment.