Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some small fixes for Tome of Heroes #1899

Merged
merged 5 commits into from
Nov 12, 2023
Merged
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
102 changes: 86 additions & 16 deletions collection/Kobold Press; Tome of Heroes.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"status": "ready",
"dateAdded": 1689979881,
"dateLastModified": 1695071994,
"dateLastModified": 1699653955,
"_dateLastModifiedHash": "1e185da900"
},
"variantrule": [
Expand Down Expand Up @@ -26282,7 +26282,12 @@
],
"prerequisite": [
{
"level": 5,
"level": {
"level": 5,
"class": {
"name": "Warlock"
}
},
"patron": "Wyrdweaver"
}
],
Expand All @@ -26299,7 +26304,12 @@
],
"prerequisite": [
{
"level": 3,
"level": {
"level": 3,
"class": {
"name": "Warlock"
}
},
"patron": "Wyrdweaver"
}
],
Expand All @@ -26316,7 +26326,12 @@
],
"prerequisite": [
{
"level": 3
"level": {
"level": 3,
"class": {
"name": "Warlock"
}
}
}
],
"entries": [
Expand All @@ -26332,7 +26347,12 @@
],
"prerequisite": [
{
"level": 7,
"level": {
"level": 7,
"class": {
"name": "Warlock"
}
},
"pact": "Chain",
"patron": "Primordial"
}
Expand All @@ -26350,7 +26370,12 @@
],
"prerequisite": [
{
"level": 15
"level": {
"level": 15,
"class": {
"name": "Warlock"
}
}
}
],
"entries": [
Expand All @@ -26366,7 +26391,12 @@
],
"prerequisite": [
{
"level": 9,
"level": {
"level": 9,
"class": {
"name": "Warlock"
}
},
"patron": "Primordial"
}
],
Expand All @@ -26383,7 +26413,12 @@
],
"prerequisite": [
{
"level": 5,
"level": {
"level": 5,
"class": {
"name": "Warlock"
}
},
"spell": [
"eldritch blast"
],
Expand Down Expand Up @@ -26433,7 +26468,12 @@
],
"prerequisite": [
{
"level": 5,
"level": {
"level": 5,
"class": {
"name": "Warlock"
}
},
"patron": "Primordial"
}
],
Expand All @@ -26450,7 +26490,12 @@
],
"prerequisite": [
{
"level": 12,
"level": {
"level": 12,
"class": {
"name": "Warlock"
}
},
"patron": "Animal Lords"
}
],
Expand All @@ -26467,7 +26512,12 @@
],
"prerequisite": [
{
"level": 15,
"level": {
"level": 15,
"class": {
"name": "Warlock"
}
},
"patron": "Old Wood"
}
],
Expand All @@ -26484,7 +26534,12 @@
],
"prerequisite": [
{
"level": 7,
"level": {
"level": 7,
"class": {
"name": "Warlock"
}
},
"patron": "Hunter in Darkness"
}
],
Expand Down Expand Up @@ -26529,7 +26584,12 @@
],
"prerequisite": [
{
"level": 12,
"level": {
"level": 12,
"class": {
"name": "Warlock"
}
},
"pact": "Blade",
"patron": "Hunter in Darkness"
}
Expand Down Expand Up @@ -26558,7 +26618,12 @@
],
"prerequisite": [
{
"level": 9,
"level": {
"level": 9,
"class": {
"name": "Warlock"
}
},
"patron": "Old Wood"
}
],
Expand All @@ -26575,7 +26640,12 @@
],
"prerequisite": [
{
"level": 9,
"level": {
"level": 9,
"class": {
"name": "Warlock"
}
},
"patron": "Old Wood"
}
],
Expand Down Expand Up @@ -39616,7 +39686,7 @@
}
],
"entries": [
"Choose a creature that you can see within range. The target must succeed on a Wisdom saving throw orhave disadvantage on weapon attack rolls. In addition, when an affected creature rolls damage dice for a successful attack, it must roll the weapon's damage dice twice and use the lower total. At the end of each of its turns, the target can make another Wisdom saving throw. On a success, the spell ends on the target."
"Choose a creature that you can see within range. The target must succeed on a Wisdom saving throw or have disadvantage on weapon attack rolls. In addition, when an affected creature rolls damage dice for a successful attack, it must roll the weapon's damage dice twice and use the lower total. At the end of each of its turns, the target can make another Wisdom saving throw. On a success, the spell ends on the target."
],
"entriesHigherLevel": [
{
Expand Down