mirror of
https://github.com/TheGiddyLimit/homebrew.git
synced 2026-08-02 15:35:51 -04:00
fix(DnDBeyondDrops): add spell classes
This commit is contained in:
@@ -516,6 +516,42 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"classes": {
|
||||
"fromClassList": [
|
||||
{
|
||||
"name": "Bard",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Cleric",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Sorcerer",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Wizard",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Bard",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Cleric",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Sorcerer",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Wizard",
|
||||
"source": "XPHB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"damageInflict": [
|
||||
"cold",
|
||||
"radiant"
|
||||
@@ -564,6 +600,42 @@
|
||||
"You call forth a noisy spectral bee. You target a creature that you can see within range. The bee hovers around the target, distracting it with loud buzzing. For the duration, the target has {@variantrule Disadvantage|XPHB} on Wisdom ({@skill Perception|XPHB}) checks, Dexterity ({@skill Stealth|XPHB}) checks, and Constitution saving throws made to maintain {@status Concentration|XPHB}. In addition, the target cannot benefit from the {@condition Invisible|XPHB} condition.",
|
||||
"The bee moves with the target, hovering within 3 feet of it as long as the target is within 120 feet of you. The bee disappears when the spell ends or if the target moves out of range."
|
||||
],
|
||||
"classes": {
|
||||
"fromClassList": [
|
||||
{
|
||||
"name": "Druid",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Ranger",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Sorcerer",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Wizard",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Druid",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Ranger",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Sorcerer",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Wizard",
|
||||
"source": "XPHB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"savingThrow": [
|
||||
"constitution"
|
||||
],
|
||||
@@ -615,6 +687,18 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"classes": {
|
||||
"fromClassList": [
|
||||
{
|
||||
"name": "Bard",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Bard",
|
||||
"source": "XPHB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"savingThrow": [
|
||||
"constitution",
|
||||
"wisdom"
|
||||
@@ -659,6 +743,34 @@
|
||||
"While {@condition Charmed|XPHB}, a target must spend its turn discussing or arguing for or against your statement. For the duration, the target has a {@variantrule Speed|XPHB} of 0 and has the {@condition Blinded|XPHB} and {@condition Deafened|XPHB} conditions with respect to everyone except you and other targets affected by this spell.",
|
||||
"At the end of each of its turns, the target repeats the save, ending the spell on itself on a success."
|
||||
],
|
||||
"classes": {
|
||||
"fromClassList": [
|
||||
{
|
||||
"name": "Bard",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Sorcerer",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Wizard",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Bard",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Sorcerer",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Wizard",
|
||||
"source": "XPHB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"savingThrow": [
|
||||
"intelligence"
|
||||
]
|
||||
@@ -710,6 +822,34 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"classes": {
|
||||
"fromClassList": [
|
||||
{
|
||||
"name": "Cleric",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Druid",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Ranger",
|
||||
"source": "PHB"
|
||||
},
|
||||
{
|
||||
"name": "Cleric",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Druid",
|
||||
"source": "XPHB"
|
||||
},
|
||||
{
|
||||
"name": "Ranger",
|
||||
"source": "XPHB"
|
||||
}
|
||||
]
|
||||
},
|
||||
"savingThrow": [
|
||||
"charisma"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user