Skip to content

Commit

Permalink
simple fix v10
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryBeaver committed Dec 19, 2023
1 parent 1bc8915 commit 0b6c7f1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Beaver's Potions",
"description": "A Content Module",
"id": "beavers-potions",
"version": "1.0.10",
"version": "1.0.11",
"authors": [
{
"name": "angryBeaver",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beavers-potions",
"title": "Beaver's Potions",
"version": "1.0.10",
"version": "1.0.11",
"description": "Potions",
"devDir": "C:\\Users\\Riess\\AppData\\Local\\FoundryVTT\\Data\\modules",
"main": "src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion packs/ingredients.db
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Any Potion","type":"loot","img":"modules/beavers-crafting/icons/anyOf.png","system":{"description":{"value":"","chat":"","unidentified":""},"source":"AnyOf","quantity":1,"weight":0,"price":0,"attunement":0,"equipped":false,"rarity":"common","identified":true},"effects":[],"flags":{"beavers-crafting":{"anyOf":{"macro":"return item.type === \"consumable\" && item.system.consumableType === \"potion\""}},"core":{"sourceId":"Item.iluiCHKksYVhsxwk"}},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.291","createdTime":1672243688333,"modifiedTime":1672388786244,"lastModifiedBy":"r8M7z5xqyZDxng8W"},"_id":"iluiCHKksYVhsxwk","folder":null,"sort":0,"ownership":{"default":0,"r8M7z5xqyZDxng8W":3}}
{"name":"Any Potion","type":"loot","img":"modules/beavers-crafting/icons/anyOf.png","system":{"description":{"value":"","chat":"","unidentified":""},"source":"AnyOf","quantity":1,"weight":0,"price":0,"attunement":0,"equipped":false,"rarity":"common","identified":true},"effects":[],"flags":{"beavers-crafting":{"subtype":"AnyOf","anyOf":{"macro":"return item.type === \"consumable\" && item.system.consumableType === \"potion\""}},"core":{"sourceId":"Item.iluiCHKksYVhsxwk"}},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.291","createdTime":1672243688333,"modifiedTime":1672388786244,"lastModifiedBy":"r8M7z5xqyZDxng8W"},"_id":"iluiCHKksYVhsxwk","folder":null,"sort":0,"ownership":{"default":0,"r8M7z5xqyZDxng8W":3}}
Loading

0 comments on commit 0b6c7f1

Please sign in to comment.