|
@@ -69,7 +69,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Cleric', 'Druid'],
|
|
|
level: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
timeToCast: 0,
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
@@ -89,7 +90,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
You touch one willing creature. Once before the spell ends, the target can roll a d4 and add the number rolled to one ability check of its choice. It can roll the die before or after making the ability check. The spell then ends.
|
|
|
`,
|
|
|
- school: 'Divination',
|
|
|
+ school: 'divination',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -106,6 +107,7 @@ export class SpellsService {
|
|
|
level: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
timeToCast: 0,
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
@@ -130,7 +132,7 @@ export class SpellsService {
|
|
|
|
|
|
<p> <b>At Higher Levels:</b> The spell’s damage increases by one die when you reach 5th level (2d8 or 2d12), 11th level (3d8 or 3d12), and 17th level (4d8 or 4d12).<p>
|
|
|
`,
|
|
|
- school: 'Necromancy',
|
|
|
+ school: 'necromancy',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -146,7 +148,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Cleric'],
|
|
|
level: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
timeToCast: 0,
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
@@ -183,7 +186,7 @@ export class SpellsService {
|
|
|
<li>You alter the appearance of your eyes for 1 minute.</li>
|
|
|
<p>If you cast this spell multiple times, you can have up to three of its 1-minute effects active at a time, and you can dismiss such an effect as an action.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -201,6 +204,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -218,7 +222,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>You extend your hand toward a creature you can see within range and project a puff of noxious gas from your palm. The creature must succeed on a Constitution saving throw or take 1d12 poison damage.</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 10,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -236,6 +240,7 @@ export class SpellsService {
|
|
|
timeToCast: 10,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -255,7 +260,7 @@ export class SpellsService {
|
|
|
<p>This spell repairs a single break or tear in an object you touch, such as broken chain link, two halves of a broken key, a torn clack, or a leaking wineskin. As long as the break or tear is no larger than 1 foot in any dimension, you mend it, leaving no trace of the former damage.</p>
|
|
|
<p>This spell can physically repair a magic item or construct, but the spell can't restore magic to such an object.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -273,6 +278,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -308,7 +314,7 @@ export class SpellsService {
|
|
|
<p>This movement doesn’t provoke opportunity attacks, and if the direction rolled is blocked, the target doesn’t move.</p>
|
|
|
<p>The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -325,6 +331,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -347,7 +354,7 @@ export class SpellsService {
|
|
|
<p><b>At Higher Levels:</b> The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 15,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -364,6 +371,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 1,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -383,7 +391,7 @@ export class SpellsService {
|
|
|
<p>You point your finger toward a creature within range and whisper a message. The target (and only the target) hears the message and can reply in a whisper that only you can hear.</p>
|
|
|
<p>You can cast this spell through solid objects if you are familiar with the target and know it is beyond the barrier. Magical silence, 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood blocks the spell. The spell doesn’t have to follow a straight line and can travel freely around corners or through openings.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 120,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -401,6 +409,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -422,7 +431,7 @@ export class SpellsService {
|
|
|
<p>You create a burst of thunderous sound that can be heard up to 100 feet away. Each creature within range, other than you, must succeed on a Constitution saving throw or take 1d6 thunder damage.</p>
|
|
|
<p>The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -440,6 +449,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -459,7 +469,7 @@ export class SpellsService {
|
|
|
<p>You create a long, vine-like whip covered in thorns that lashes out at your command toward a creature in range. Make a melee spell attack against the target. If the attack hits, the creature takes 1d6 piercing damage, and if the creature is Large or smaller, you pull the creature up to 10 feet closer to you.</p>
|
|
|
<p>This spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -478,6 +488,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -508,7 +519,7 @@ export class SpellsService {
|
|
|
<li>You instantly light or snuff out a candle, a torch, or a small campfire.</li>
|
|
|
</ul>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -526,6 +537,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 1,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -546,7 +558,7 @@ export class SpellsService {
|
|
|
<p>You brandish the weapon used in the spell’s casting and make a melee attack with it against one creature within 5 feet of you. On a hit, the target suffers the weapon attack’s normal effects and then becomes sheathed in booming energy until the start of your next turn. If the target willingly moves 5 feet or more before then, the target takes 1d8 thunder damage, and the spell ends.</p>
|
|
|
<p>At 5th level, the melee attack deals an extra 1d8 thunder damage to the target on a hit, and the damage the target takes for moving increases to 2d8. Both damage rolls increase by 1d8 at 11th level (2d8 and 3d8) and again at 17th level (3d8 and 4d8).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -564,6 +576,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 1,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -585,7 +598,7 @@ export class SpellsService {
|
|
|
<p>If you create a sound, its volume can range from a whisper to a scream. It can be your voice, someone else’s voice, a lion’s roar, a beating of drums, or any other sound you choose. The sound continues unabated throughout the duration, or you can make discrete sounds at different times before the spell ends.</p>
|
|
|
<p>If you create an image of an object - such as a chair, muddy footprints, or a small chest - it must be no larger than a 5-foot cube. The image can’t create sound, light, smell, or any other sensory effect. Physical interaction with the image reveals it to be an illusion, because things can pass through it. A creature that uses its action to examine the image can determine that it is an illusion with a successful Intelligence (Investigation) check against your spell save DC. If a creature discerns the illusion for what it is, the illusion becomes faint to the creature.</p>
|
|
|
`,
|
|
|
- school: 'Illusion',
|
|
|
+ school: 'illusion',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -602,7 +615,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid', 'Artificer'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 600,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'hours',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -616,7 +630,7 @@ export class SpellsService {
|
|
|
doesHeal: true,
|
|
|
heal: { diceNumber: '', diceType: '', additionalHeal: 0 },
|
|
|
description_de: `
|
|
|
- <p>Du wählst ein Stück Erde oder Stein in Reichweite, das du sehen kannst und das in einen Würfel von 5 Fußn passt. Du kannst es auf eine der folgenden Arten manipulieren:</p>
|
|
|
+ <p>Du wählst ein Stück Erde oder Stein in Reichweite, das du sehen kannst und das in einen Würfel von 5 Fuß passt. Du kannst es auf eine der folgenden Arten manipulieren:</p>
|
|
|
<ul>
|
|
|
<li>Wenn du einen Bereich mit loser Erde anvisierst, kannst du sie augenblicklich ausheben, über den Boden bewegen und bis zu 5 Fuß entfernt ablegen. Diese Bewegung hat nicht genug Kraft, um Schaden zu verursachen.</li>
|
|
|
<li>Du lässt Formen, Farben oder beides auf der Erde oder den Steinen erscheinen, indem du Wörter schreibst, Bilder kreierst oder Muster formst. Die Veränderungen halten 1 Stunde lang an.</li>
|
|
@@ -633,7 +647,7 @@ export class SpellsService {
|
|
|
</ul>
|
|
|
<p>If you cast this spell multiple times, you can have no more than two of its non-instantaneous effects active at a time, and you can dismiss such an effect as an action.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -651,6 +665,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -672,7 +687,7 @@ export class SpellsService {
|
|
|
<p>You cause numbing frost to form on one creature that you can see within range. The target must make a Constitution saving throw. On a failed save, the target takes 1d6 cold damage, and it has disadvantage on the next weapon attack roll it makes before the end of its next turn.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -690,6 +705,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -710,7 +726,7 @@ export class SpellsService {
|
|
|
<p>You hurl a mote of fire at a creature or object within range. Make a ranged spell attack against the target. On a hit, the target takes 1d10 fire damage. A flammable object hit by this spell ignites if it isn’t being worn or carried.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d10 when you reach 5th level (2d10), 11th level (3d10), and 17th level (4d10).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 120,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -727,7 +743,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 100,
|
|
|
+ duration: 10,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -750,7 +767,7 @@ export class SpellsService {
|
|
|
<p>You can also attack with the flame, although doing so ends the spell. When you cast this spell, or as an action on a later turn, you can hurl the flame at a creature within 30 feet of you. Make a ranged spell attack. On a hit, the target takes 1d8 fire damage.</p>
|
|
|
<p>The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -767,7 +784,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid', 'Artificer', 'Sorcerer', 'Wizard'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 600,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'hours',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -800,7 +818,7 @@ export class SpellsService {
|
|
|
</ul>
|
|
|
<p>If you cast this spell multiple times, you can have up to three of its non-instantaneous effects active at a time, and you can dismiss such an effect as an action.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -817,7 +835,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Bard', 'Sorcerer', 'Warlock', 'Wizard'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -836,7 +855,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>For the duration, you have advantage on all Charisma checks directed at one creature of your choice that isn’t hostile toward you. When the spell ends, the creature realizes that you used magic to influence its mood and becomes hostile toward you. A creature prone to violence might attack you. Another creature might seek retribution in other ways (at the DM’s discretion), depending on the nature of your interaction with it.</p>
|
|
|
`,
|
|
|
- school: 'Enchantment',
|
|
|
+ school: 'enchantment',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -854,6 +873,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -876,7 +896,7 @@ export class SpellsService {
|
|
|
<p>You drive a disorienting spike of psychic energy into the mind of one creature you can see within range. The target must succeed on an Intelligence saving throw or take 1d6 psychic damage and subtract 1d4 from the next saving throw it makes before the end of your next turn.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Enchantment',
|
|
|
+ school: 'enchantment',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -894,6 +914,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -914,7 +935,7 @@ export class SpellsService {
|
|
|
<p>You unleash a string of insults laced with subtle enchantments at a creature you can see within range. If the target can hear you (though it need not understand you), it must succeed on a Wisdom saving throw or take 1d4 psychic damage and have disadvantage on the next attack roll it makes before the end of its next turn.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).</p>
|
|
|
`,
|
|
|
- school: 'Enchantment',
|
|
|
+ school: 'enchantment',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -932,6 +953,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -953,7 +975,7 @@ export class SpellsService {
|
|
|
<p>You extend your hand toward a creature you can see within range and project a puff of noxious gas from your palm. The creature must succeed on a Constitution saving throw or take 1d12 poison damage.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d12 when you reach 5th level (2d12), 11th level (3d12), and 17th level (4d12).</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 10,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -971,6 +993,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -991,7 +1014,7 @@ export class SpellsService {
|
|
|
<p>As part of the action used to cast this spell, you must make a melee attack with a weapon against one creature within the spell’s range, otherwise the spell fails. On a hit, the target suffers the weapon attack’s normal effects, and green fire leaps from the target to a different creature of your choice that you can see within 5 feet of it. The second creature takes fire damage equal to your spellcasting ability modifier.</p>
|
|
|
<p><b>At higher levels:</b> At 5th level, the melee attack deals an extra 1d8 fire damage to the target, and the fire damage to the second creature increases to 1d8 + your spellcasting ability modifier. Both damage rolls increase by 1d8 at 11th level and 17th level.</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1009,6 +1032,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1030,7 +1054,7 @@ export class SpellsService {
|
|
|
<p>Flame-like radiance descends on a creature that you can see within range. The target must succeed on a Dexterity saving throw or take 1d8 radiant damage. The target gains no benefit from cover for this saving throw.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1048,6 +1072,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1070,7 +1095,7 @@ export class SpellsService {
|
|
|
<p>If you hit an undead target, it also has disadvantage on attack rolls against you until the end of your next turn.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
`,
|
|
|
- school: 'Necromancy',
|
|
|
+ school: 'necromancy',
|
|
|
isRanged: true,
|
|
|
range: 120,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1087,7 +1112,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Bard', 'Sorcerer', 'Warlock', 'Wizard'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 100,
|
|
|
+ duration: 10,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1106,7 +1132,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>You extend your hand and trace a sigil of warding in the air. Until the end of your next turn, you have resistance against bludgeoning, piercing, and slashing damage dealt by weapon attacks.</p>
|
|
|
`,
|
|
|
- school: 'Abjuration',
|
|
|
+ school: 'abjuration',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1124,6 +1150,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1144,7 +1171,7 @@ export class SpellsService {
|
|
|
<p>A frigid beam of blue-white light streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, it takes 1d8 cold damage, and its speed is reduced by 10 feet until the start of your next turn.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1161,7 +1188,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid', 'Sorcerer', 'Warlock', 'Wizard'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1183,7 +1211,7 @@ export class SpellsService {
|
|
|
<p>You create a bonfire on ground that you can see within range. Until the spell ends, the magic bonfire fills a 5-foot cube. Any creature in the bonfire’s space when you cast the spell must succeed on a Dexterity saving throw or take 1d8 fire damage. A creature must also make the saving throw when it enters the bonfire’s space for the first time on a turn or ends its turn there.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -1208,7 +1236,8 @@ export class SpellsService {
|
|
|
],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 600,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'hours',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1229,7 +1258,7 @@ export class SpellsService {
|
|
|
<p>You touch one object that is no larger than 10 feet in any dimension. Until the spell ends, the object sheds bright light in a 20-foot radius and dim light for an additional 20 feet. The light can be colored as you like. Completely covering the object with something opaque blocks the light. The spell ends if you cast it again or dismiss it as an action.</p>
|
|
|
<p>If you target an object held or worn by a hostile creature, that creature must succeed on a Dexterity saving throw to avoid the spell.</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1246,7 +1275,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Bard', 'Sorcerer', 'Warlock', 'Wizard'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1269,7 +1299,7 @@ export class SpellsService {
|
|
|
<p>You can use your action to control the hand. You can use the hand to manipulate an object, open an unlocked door or container, stow or retrieve an item from an open container, or pour the contents out of a vial. You can move the hand up to 30 feet each time you use it.</p>
|
|
|
<p>The hand can’t attack, activate magic items, or carry more than 10 pounds.</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1286,7 +1316,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid', 'Hexenmeister'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'bonus',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1307,7 +1338,7 @@ export class SpellsService {
|
|
|
<p>You touch one to three pebbles and imbue them with magic. You or someone else can make a ranged spell attack with one of the pebbles by throwing it or hurling it with a sling. If thrown, it has a range of 60 feet. If someone else attacks with the pebble, that attacker adds your spellcasting ability modifier, not the attacker’s, to the attack roll. On a hit, the target takes bludgeoning damage equal to 1d6 + your spellcasting ability modifier. Hit or miss, the spell then ends on the stone.</p>
|
|
|
<p>If you cast this spell again, the spell ends on any pebbles still affected by your previous casting.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1324,7 +1355,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Cleric', 'Druid', 'Artificer'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1343,7 +1375,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>You touch one willing creature. Once before the spell ends, the target can roll a d4 and add the number rolled to one saving throw of its choice. It can roll the die before or after making the saving throw. The spell then ends.</p>
|
|
|
`,
|
|
|
- school: 'Abjuration',
|
|
|
+ school: 'abjuration',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1361,6 +1393,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1381,7 +1414,7 @@ export class SpellsService {
|
|
|
<p>A beam of crackling energy streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, the target takes 1d10 force damage.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d10 when you reach 5th level (2d10), 11th level (3d10), and 17th level (4d10).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 120,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1399,6 +1432,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1419,7 +1453,7 @@ export class SpellsService {
|
|
|
<p>Lightning springs from your hand to deliver a shock to a creature you try to touch. Make a melee spell attack against the target. You have advantage on the attack roll if the target is wearing armor made of metal. On a hit, the target takes 1d8 lightning damage, and it can’t take reactions until the start of its next turn.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1437,6 +1471,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -1458,7 +1493,7 @@ export class SpellsService {
|
|
|
<p>You create a momentary circle of spectral blades that sweep around you. Each creature within range, other than you, must succeed on a Dexterity saving throw or take 1d6 force damage.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -1475,7 +1510,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'bonus',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1494,7 +1530,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>The wood of a club or quarterstaff you are holding is imbued with nature’s power. For the duration, you can use your spellcasting ability instead of Strength for the attack and damage rolls of melee attacks using that weapon, and the weapon’s damage die becomes a d8. The weapon also becomes magical, if it isn’t already. The spell ends if you cast it again or if you let go of the weapon.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1512,6 +1548,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1533,7 +1570,7 @@ export class SpellsService {
|
|
|
<p>You hurl a bubble of acid. Choose one creature within range, or choose two creatures within range that are within 5 feet of each other. A target must succeed on a Dexterity saving throw or take 1d6 acid damage.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Conjuration',
|
|
|
+ school: 'conjuration',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -1550,7 +1587,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Bard', 'Sorcerer', 'Wizard', 'Artificer'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1570,7 +1608,7 @@ export class SpellsService {
|
|
|
<p>You create up to four torch-sized lights within range, making them appear as torches, lanterns, or glowing orbs that hover in the air for the duration. You can also combine the four lights into one glowing vaguely humanoid form of Medium size. Whichever form you choose, each light sheds dim light in a 10-foot radius.</p>
|
|
|
<p>As a bonus action on your turn, you can move the lights up to 60 feet to a new spot within range. A light must be within 20 feet of another light created by this spell, and a light winks out if it exceeds the spell’s range.</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1587,7 +1625,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Bard', 'Sorcerer', 'Wizard', 'Artificer'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 600,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'hours',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1624,7 +1663,7 @@ export class SpellsService {
|
|
|
</ul>
|
|
|
<p>If you cast this spell multiple times, you can have up to three of its non-instantaneous effects active at a time, and you can dismiss such an effect as an action.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 10,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1642,6 +1681,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1660,7 +1700,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>You touch a living creature that has 0 hit points. The creature becomes stable. This spell has no effect on undead or constructs.</p>
|
|
|
`,
|
|
|
- school: 'Necromancy',
|
|
|
+ school: 'necromancy',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1678,6 +1718,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -1698,7 +1739,7 @@ export class SpellsService {
|
|
|
<p>You channel primal magic to cause your teeth or fingernails to sharpen, ready to deliver a corrosive attack. Make a melee spell attack against one creature within 5 feet of you. On a hit, the target takes 1d10 acid damage.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d10 when you reach 5th level (2d10), 11th level (3d10), and 17th level (4d10).</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1715,7 +1756,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Druid', 'Sorcerer', 'Wizard', 'Artificer'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 600,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'hours',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -1748,7 +1790,7 @@ export class SpellsService {
|
|
|
</ul>
|
|
|
<p>If you cast this spell multiple times, you can have no more than two of its non-instantaneous effects active at a time, and you can dismiss such an effect as an action.</p>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -1766,6 +1808,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1795,7 +1838,7 @@ export class SpellsService {
|
|
|
<li>You create a harmless sensory effect using air, such as causing leaves to rustle, wind to slam shutters shut, or your clothing to ripple in a breeze.</li>
|
|
|
</ul>
|
|
|
`,
|
|
|
- school: 'Transmutation',
|
|
|
+ school: 'transmutation',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1813,6 +1856,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -1834,7 +1878,7 @@ export class SpellsService {
|
|
|
<p>You utter a divine word, and burning radiance erupts from you. Each creature of your choice that you can see within range must succeed on a Constitution saving throw or take 1d6 radiant damage.</p>
|
|
|
<p><b>At higher levels:</b> The spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: true,
|
|
@@ -1852,6 +1896,7 @@ export class SpellsService {
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: false,
|
|
@@ -1870,7 +1915,7 @@ export class SpellsService {
|
|
|
description_en: `
|
|
|
<p>You extend your hand and point a finger at a target in range. Your magic grants you a brief insight into the target’s defenses. On your next turn, you gain advantage on your first attack roll against the target, provided that this spell hasn’t ended.</p>
|
|
|
`,
|
|
|
- school: 'Divination',
|
|
|
+ school: 'divination',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1888,6 +1933,7 @@ export class SpellsService {
|
|
|
isCustom: false,
|
|
|
classes: ['Test', 'Cleric'],
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
timeToCast: 0,
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
@@ -1905,7 +1951,7 @@ export class SpellsService {
|
|
|
'Mach einen Nahkampf-Zauberangriff gegen eine Kreatur deiner Wahl. Bei einem Erfolg erleidet das Ziel 3W10 Nekrotischen Schaden. Auf höheren Graden: Wirkst du diesen Zauber, indem du einen Zauberplatz des 2. Grades oder höher nutzt, steigt der Schaden für jeden Grad über dem 1. um 1W10.',
|
|
|
description_en:
|
|
|
'Make a melee spell attack against a creature you can reach. On a hit, the target takes 3d10 necrotic damage. At higher levels: When you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d10 for each slot level above 1st.',
|
|
|
- school: 'Necromancy',
|
|
|
+ school: 'necromancy',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1920,6 +1966,7 @@ export class SpellsService {
|
|
|
level: 1,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
isCustom: false,
|
|
|
classes: ['Test', 'Bard', 'Cleric', 'Druid', 'Paladin', 'Ranger'],
|
|
|
timeToCast: 0,
|
|
@@ -1939,7 +1986,7 @@ export class SpellsService {
|
|
|
'Eine Kreatur, die du berührst, gewinnt Trefferpunkte in Höhe von 1W8 + deinem Attributsmodifikator im Zauberwirken zurück. Dieser Zauber wirkt nicht auf Untote oder Konstrukte. Auf höheren Graden: Wirkst du diesen Zauber, indem du einen Zauberplatz des 2. Grades oder höher nutzt, steigt die Heilung für jeden Grad über dem 1. um 1W8.',
|
|
|
description_en:
|
|
|
'A creature you touch regains a number of hit points equal to 1d8 + your spellcasting ability modifier. This spell has no effect on undead or constructs. At higher levels: When you cast this spell using a spell slot of 2nd level or higher, the healing increases by 1d8 for each slot level above 1st.',
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1953,7 +2000,8 @@ export class SpellsService {
|
|
|
image: 'detectMagic',
|
|
|
level: 1,
|
|
|
cost: 'action',
|
|
|
- duration: 100,
|
|
|
+ duration: 10,
|
|
|
+ durationType: 'minutes',
|
|
|
isCustom: false,
|
|
|
classes: [
|
|
|
'Test',
|
|
@@ -1982,7 +2030,7 @@ export class SpellsService {
|
|
|
'Während der Wirkungsdauer nimmst du die Gegenwart von Magie im Abstand von bis zu 30 Fuß von dir wahr. Wenn du auf diese Weise Magie wahrnimmst, kannst du deine Aktion verwenden, um schwache Auren um sichtbare magische Kreaturen oder Objekte sowie ihre magische Schule zu erkennen, falls vorhanden. Dieser Zauber durchdringt die meisten Barrieren, wird aber von 30 Zentimeter Stein, 2,5 Zentimetern gewöhnlichem Metall, dünnem Bleiblech sowie von einem Meter Holz oder Erde blockiert.',
|
|
|
description_en:
|
|
|
'For the duration, you sense the presence of magic within 30 feet of you. If you sense magic in this way, you can use your action to see a faint aura around any visible creature or object in the area that bears magic, and you learn its school of magic, if any. The spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood or dirt.',
|
|
|
- school: 'Divination',
|
|
|
+ school: 'divination',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -1996,7 +2044,8 @@ export class SpellsService {
|
|
|
image: 'bless',
|
|
|
level: 1,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
isCustom: false,
|
|
|
classes: ['Test', 'Cleric', 'Paladin'],
|
|
|
timeToCast: 0,
|
|
@@ -2016,7 +2065,7 @@ export class SpellsService {
|
|
|
'Du segnest bis zu drei Kreaturen deiner Wahl in Reichweite. Wenn ein Ziel während der Wirkungsdauer einen Angriffs- oder Rettungswurf ausführt, darf es mit einem W4 würfeln und das Würfelergebnis zu seinem Angriffs- oder Rettungswurf addieren. Auf höheren Graden: Wirkst du diesen Zauber, indem du einen Zauberplatz des 2. Grades oder höher nutzt, kannst du für jeden Grad über dem 1. eine zusätzliche Kreatur als Ziel wählen.',
|
|
|
description_en:
|
|
|
'You bless up to three creatures of your choice within range. Whenever a target makes an attack roll or a saving throw before the spell ends, the target can roll a d4 and add the number rolled to the attack roll or saving throw. At higher levels: When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.',
|
|
|
- school: 'Enchantment',
|
|
|
+ school: 'enchantment',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2033,6 +2082,7 @@ export class SpellsService {
|
|
|
level: 1,
|
|
|
cost: 'bonus action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
timeToCast: 0,
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
@@ -2050,7 +2100,7 @@ export class SpellsService {
|
|
|
'Eine Kreatur deiner Wahl in Reichweite, die du sehen kannst, gewinnt Trefferpunkte in Höhe von 1W4 + deinem Zauberwirken-Attributsmodifikator zurück. Dieser Zauber wirkt nicht auf Untote oder Konstrukte. Auf höheren Graden: Wirkst du diesen Zauber, indem du einen Zauberplatz des 2. Grades oder höher nutzt, steigt die Heilung für jeden Grad über dem 1. um 1W4.',
|
|
|
description_en:
|
|
|
'A creature of your choice that you can see within range regains hit points equal to 1d4 + your spellcasting ability modifier. This spell has no effect on undead or constructs. At higher levels: When you cast this spell using a spell slot of 2nd level or higher, the healing increases by 1d4 for each slot level above 1st.',
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2065,6 +2115,7 @@ export class SpellsService {
|
|
|
level: 1,
|
|
|
cost: 'action',
|
|
|
duration: 0,
|
|
|
+ durationType: 'rounds',
|
|
|
isCustom: false,
|
|
|
classes: ['Test', 'Cleric'],
|
|
|
timeToCast: 0,
|
|
@@ -2084,7 +2135,7 @@ export class SpellsService {
|
|
|
'Ein Lichtblitz schießt auf eine Kreatur deiner Wahl in Reichweite zu. Führe einen Fernkampf-Zauberangriff gegen das Ziel aus. Bei einem Erfolg erleidet das Ziel 4W6 gleißenden Schaden. Dank des mystischen dämmrigen Lichts, das auf dem Ziel glitzert, ist der nächste Angriffswurf gegen das Ziel vor Ende deines nächsten Zugs im Vorteil. Auf höheren Graden: Wirkst du diesen Zauber, indem du einen Zauberplatz des 2. Grades oder höher nutzt, steigt der Schaden für jeden Grad über dem 1. um 1W6.',
|
|
|
description_en:
|
|
|
'A flash of light streaks toward a creature of your choice within range. Make a ranged spell attack against the target. On a hit, the target takes 4d6 radiant damage, and the next attack roll made against this target before the end of your next turn has advantage, thanks to the mystical dim light glittering on the target until then. At higher levels: When you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d6 for each slot level above 1st.',
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 120,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2098,7 +2149,8 @@ export class SpellsService {
|
|
|
image: 'detectPoisonAndDisease',
|
|
|
level: 1,
|
|
|
cost: 'action',
|
|
|
- duration: 100,
|
|
|
+ duration: 10,
|
|
|
+ durationType: 'minutes',
|
|
|
isCustom: false,
|
|
|
classes: ['Test', 'Cleric', 'Druid', 'Paladin', 'Ranger'],
|
|
|
timeToCast: 0,
|
|
@@ -2118,7 +2170,7 @@ export class SpellsService {
|
|
|
'Während der Wirkungsdauer nimmst du die Gegenwart und die Position von Giften, giftigen Kreaturen und Krankheiten im Abstand von bis zu neun Metern von dir wahr. Du kannst auch die Art des Gifts, der giftigen Kreatur oder der Krankheit bestimmen. Dieser Zauber durchdringt die meisten Barrieren, wird aber von 1 Fußn Stein, 2,5 Zentimetern gewöhnlichem Metall, dünnem Bleiblech sowie von einem Meter Holz oder Erde blockiert.',
|
|
|
description_en:
|
|
|
'For the duration, you can sense the presence and location of poisons, poisonous creatures, and diseases within 30 feet of you. You also identify the kind of poison, poisonous creature, or disease in each case. The spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood or dirt.',
|
|
|
- school: 'Divination',
|
|
|
+ school: 'divination',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2132,7 +2184,8 @@ export class SpellsService {
|
|
|
image: 'heroism',
|
|
|
level: 1,
|
|
|
cost: 'action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
isCustom: false,
|
|
|
classes: ['Test', 'Bard', 'Paladin'],
|
|
|
timeToCast: 0,
|
|
@@ -2152,7 +2205,7 @@ export class SpellsService {
|
|
|
'Du berührst eine bereitwillige Kreatur und erfüllst sie mit Tapferkeit. Bis der Zauber endet, kann die Kreatur nicht verängstigt werden, und sie erhält zu Beginn jedes ihrer Züge temporäre Trefferpunkte in Höhe deines Zauberwirken-Attributsmodifikators. Wenn der Zauber endet, verliert das Ziel alle verbleibenden temporären Trefferpunkte dieses Zaubers. Auf höheren Graden: Wirkst du diesen Zauber, indem du einen Zauberplatz des 2. Grades oder höher nutzt, kannst du für jeden Grad über dem 1. eine zusätzliche Kreatur als Ziel wählen.',
|
|
|
description_en:
|
|
|
'A willing creature you touch is imbued with bravery. Until the spell ends, the creature is immune to being frightened and gains temporary hit points equal to your spellcasting ability modifier at the start of each of its turns. When the spell ends, the target loses any remaining temporary hit points from this spell. At higher levels: When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.',
|
|
|
- school: 'Enchantment',
|
|
|
+ school: 'enchantment',
|
|
|
isRanged: false,
|
|
|
range: 5,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2169,7 +2222,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Cleric'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'bonus action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -2186,7 +2240,7 @@ export class SpellsService {
|
|
|
'Du schützt eine Kreatur in Reichweite vor Angriffen. Während der Wirkungsdauer muss jede Kreatur, die bei einem Angriff oder schädlichen Zauber die geschützte Kreatur als Ziel hat, zuerst einen Weisheitsrettungswurf bestehen. Scheitert der Wurf, muss die Kreatur ein neues Ziel wählen, oder sie verliert den Angriff oder Zauber. Dieser Zauber schützt die entsprechende Kreatur nicht vor Flächeneffekten wie der Explosion eines Feuerballs. Greift die geschützte Kreatur an oder wirkt sie einen Zauber auf eine feindliche Kreatur, endet der Effekt dieses Zaubers.',
|
|
|
description_en:
|
|
|
'You ward a creature within range against attack. Until the spell ends, any creature who targets the warded creature with an attack or a harmful spell must first make a Wisdom saving throw. On a failed save, the creature must choose a new target or lose the attack or spell. This spell doesn’t protect the warded creature from area effects, such as the explosion of a fireball. If the warded creature makes an attack or casts a spell that affects an enemy creature, this spell ends.',
|
|
|
- school: 'Abjuration',
|
|
|
+ school: 'abjuration',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2205,7 +2259,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Cleric', 'Paladin'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'action',
|
|
|
- duration: 4800,
|
|
|
+ duration: 8,
|
|
|
+ durationType: 'hours',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -2226,7 +2281,7 @@ export class SpellsService {
|
|
|
<p>Your spell bolsters your allies with toughness and resolve. Choose up to three creatures within range. Each target’s hit point maximum and current hit points increase by 5 for the duration.</p>
|
|
|
<p><b>At higher levels:</b> When you cast this spell using a spell slot of 3rd level or higher, a target’s hit points increase by an additional 5 for each slot level above 2nd.</p>
|
|
|
`,
|
|
|
- school: 'Abjuration',
|
|
|
+ school: 'abjuration',
|
|
|
isRanged: true,
|
|
|
range: 30,
|
|
|
hasAreaOfEffect: false,
|
|
@@ -2243,7 +2298,8 @@ export class SpellsService {
|
|
|
classes: ['Test', 'Cleric'],
|
|
|
timeToCast: 0,
|
|
|
cost: 'bonus action',
|
|
|
- duration: 10,
|
|
|
+ duration: 1,
|
|
|
+ durationType: 'minutes',
|
|
|
canRitual: false,
|
|
|
isRitual: false,
|
|
|
needsVerbal: true,
|
|
@@ -2266,7 +2322,7 @@ export class SpellsService {
|
|
|
<p>You create a floating, spectral weapon within range that lasts for the duration or until you cast this spell again. When you cast the spell, you can make a melee spell attack against a creature within 5 feet of the weapon. On a hit, the target takes force damage equal to 1d8 + your spellcasting ability modifier. As a bonus action on your turn, you can move the weapon up to 20 feet and repeat the attack against a creature within 5 feet of it. The weapon can take whatever form you choose. Clerics of deities who are associated with a particular weapon (as St. Cuthbert is known for his mace and Thor for his hammer) make this spell’s effect resemble that weapon.</p>
|
|
|
<p><b>At higher levels:</b> When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 1d8 for every two slot levels above 2nd.</p>
|
|
|
`,
|
|
|
- school: 'Evocation',
|
|
|
+ school: 'evocation',
|
|
|
isRanged: true,
|
|
|
range: 60,
|
|
|
hasAreaOfEffect: false,
|