Skip to content

Commit

Permalink
A touch of magic
Browse files Browse the repository at this point in the history
### 0.4.4
* A touch of magic
* Added a new compendium - Spells. It's a work in progress, so nothing to show for it yet.
  • Loading branch information
jackkerouac committed Dec 7, 2022
1 parent 158b0b1 commit e951ae6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.4.4
* A touch of magic
* Added a new compendium - Spells. It's a work in progress, so nothing to show for it yet.

### 0.4.3
* The Sound of Music!
* Added 151 sound effects in different categories
Expand Down
10 changes: 9 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "animated-spell-effects-cartoon",
"title": "Jack Kerouac's Animated Spell Effects: Cartoon",
"description": "Cartoony animated effects for spells for use with various VTT's in the top-down/overhead perspective. All files are in transparent webm format. If you like my work, consider saying thanks on Discord: jackkerouac#0624.",
"version": "0.4.3",
"version": "0.4.4",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "10.291",
"author": "Jack Kerouac",
Expand All @@ -18,6 +18,14 @@
"private": false,
"type": "Macro",
"flags": {}
},
{
"name": "jkSpells",
"label": "JK - Spells",
"path": "packs/jk-cartoon-spells.db",
"private": false,
"type": "Item",
"flags": {}
}
],
"scripts": [],
Expand Down
5 changes: 4 additions & 1 deletion scripts/sequencer-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,10 @@ Hooks.once('ready', () => {
"117": `${PATH}/water/liquid_117_800x800.webm`,
"119": `${PATH}/water/liquid_119_800x800.webm`,
"121": `${PATH}/water/liquid_121_800x800.webm`,
"acid splash": `${PATH}/water/acid_splash_CIRCLE_02.webm`,
"acid splash": {
"01": `${PATH}/water/acid_splash_800x800.webm`,
"02": `${PATH}/water/acid_splash_CIRCLE_02.webm`,
},
"ball": `${PATH}/water/water_ball_CIRCLE_01.webm`,
"create": {
"01": `${PATH}/water/create_water_CIRCLE_01.webm`,
Expand Down
Binary file not shown.

0 comments on commit e951ae6

Please sign in to comment.