Skip to content

Commit

Permalink
[foundryvtt#1401, foundryvtt#1626] Update compendiums to make use of …
Browse files Browse the repository at this point in the history
…spell level restriction
  • Loading branch information
arbron committed Dec 21, 2022
1 parent 1a854c5 commit 29a6400
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packs/classes.db

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion packs/src/classes/bard.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,16 @@
},
"allowDrops": true,
"type": "spell",
"pool": []
"pool": [],
"spell": {
"level": "available",
"ability": "",
"preparation": "",
"uses": {
"max": "",
"per": ""
}
}
},
"value": {},
"title": "Magical Secrets"
Expand Down
4 changes: 4 additions & 0 deletions packs/src/classes/warlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"type": "spell",
"pool": [],
"spell": {
"level": "6",
"ability": "",
"preparation": "atwill",
"uses": {
Expand All @@ -217,6 +218,7 @@
"type": "spell",
"pool": [],
"spell": {
"level": "7",
"ability": "",
"preparation": "atwill",
"uses": {
Expand All @@ -240,6 +242,7 @@
"type": "spell",
"pool": [],
"spell": {
"level": "8",
"ability": "",
"preparation": "atwill",
"uses": {
Expand All @@ -263,6 +266,7 @@
"type": "spell",
"pool": [],
"spell": {
"level": "9",
"ability": "",
"preparation": "atwill",
"uses": {
Expand Down
1 change: 1 addition & 0 deletions packs/src/classes/wizard.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"type": "spell",
"pool": [],
"spell": {
"level": "3",
"ability": "",
"preparation": "atwill",
"uses": {
Expand Down
11 changes: 10 additions & 1 deletion packs/src/subclasses/college-of-lore.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,16 @@
},
"allowDrops": true,
"type": "spell",
"pool": []
"pool": [],
"spell": {
"level": "available",
"ability": "",
"preparation": "",
"uses": {
"max": "",
"per": ""
}
}
},
"value": {},
"title": "Additional Magical Secrets"
Expand Down
Loading

0 comments on commit 29a6400

Please sign in to comment.