diff --git a/AideDeJeu/AideDeJeu/Models/FilteredItems.cs b/AideDeJeu/AideDeJeu/Models/FilteredItems.cs index a894d6ca..8ad81dd1 100644 --- a/AideDeJeu/AideDeJeu/Models/FilteredItems.cs +++ b/AideDeJeu/AideDeJeu/Models/FilteredItems.cs @@ -11,6 +11,8 @@ namespace AideDeJeuLib public class FilteredItems : Items { + public string Family { get; set; } + [IgnoreDataMember] [YamlMember] public List SubItems diff --git a/AideDeJeu/AideDeJeu/Models/Item.cs b/AideDeJeu/AideDeJeu/Models/Item.cs index af641cbe..f9695c56 100644 --- a/AideDeJeu/AideDeJeu/Models/Item.cs +++ b/AideDeJeu/AideDeJeu/Models/Item.cs @@ -202,11 +202,11 @@ namespace AideDeJeuLib { "MonstersHD", typeof(MonstersHD) }, { "MonstersVO", typeof(MonstersVO) }, { "Spell", typeof(Spell) }, - { "SpellHD", typeof(SpellHD) }, - { "SpellVO", typeof(SpellVO) }, + //{ "SpellHD", typeof(SpellHD) }, + //{ "SpellVO", typeof(SpellVO) }, { "Spells", typeof(Spells) }, - { "SpellsHD", typeof(SpellsHD) }, - { "SpellsVO", typeof(SpellsVO) }, + //{ "SpellsHD", typeof(SpellsHD) }, + //{ "SpellsVO", typeof(SpellsVO) }, { "Equipment", typeof(Equipment) }, { "Equipments", typeof(Equipments) }, { "LinkItem", typeof(LinkItem) }, diff --git a/AideDeJeu/AideDeJeu/Models/Spells/Spell.cs b/AideDeJeu/AideDeJeu/Models/Spells/Spell.cs index 7be59f25..6d8560d9 100644 --- a/AideDeJeu/AideDeJeu/Models/Spells/Spell.cs +++ b/AideDeJeu/AideDeJeu/Models/Spells/Spell.cs @@ -12,6 +12,7 @@ namespace AideDeJeuLib { public class Spell : Item { + public string Family { get; set; } public string Level { get; set; } public string Type { get; set; } public string Concentration { get; set; } diff --git a/AideDeJeu/AideDeJeu/Models/Spells/SpellHD.cs b/AideDeJeu/AideDeJeu/Models/Spells/SpellHD.cs index bddf71f9..749ac3bb 100644 --- a/AideDeJeu/AideDeJeu/Models/Spells/SpellHD.cs +++ b/AideDeJeu/AideDeJeu/Models/Spells/SpellHD.cs @@ -10,7 +10,7 @@ using System.Xml.Serialization; namespace AideDeJeuLib { - public class SpellHD : Spell - { - } + //public class SpellHD : Spell + //{ + //} } diff --git a/AideDeJeu/AideDeJeu/Models/Spells/SpellVO.cs b/AideDeJeu/AideDeJeu/Models/Spells/SpellVO.cs index e44d175a..31995926 100644 --- a/AideDeJeu/AideDeJeu/Models/Spells/SpellVO.cs +++ b/AideDeJeu/AideDeJeu/Models/Spells/SpellVO.cs @@ -10,7 +10,7 @@ using System.Xml.Serialization; namespace AideDeJeuLib { - public class SpellVO : Spell - { - } + //public class SpellVO : Spell + //{ + //} } diff --git a/AideDeJeu/AideDeJeu/Models/Spells/Spells.cs b/AideDeJeu/AideDeJeu/Models/Spells/Spells.cs index ad34ffef..0f1d38f9 100644 --- a/AideDeJeu/AideDeJeu/Models/Spells/Spells.cs +++ b/AideDeJeu/AideDeJeu/Models/Spells/Spells.cs @@ -1,12 +1,37 @@ -using System; +using AideDeJeu.ViewModels; +using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; using YamlDotNet.Serialization; +using System.Linq; namespace AideDeJeuLib { public class Spells : FilteredItems { + public string Classes { get; set; } + public string Levels { get; set; } + public string Schools { get; set; } + public string Rituals { get; set; } + public string Sources { get; set; } + + public List> Split(string collapsed) + { + if (collapsed == null) return new List>(); + var split = collapsed.Split(new string[] { ", " }, StringSplitOptions.None).Select(s => new KeyValuePair(s, s)).ToList(); + split.Insert(0, new KeyValuePair("", "-")); + return split; + } + public override FilterViewModel GetNewFilterViewModel() + { + return new SpellFilterViewModel(Family, + Split(Classes), + Split(Levels), + Split(Schools), + Split(Rituals), + Split(Sources) + ); + } + } } -} diff --git a/AideDeJeu/AideDeJeu/Models/Spells/SpellsHD.cs b/AideDeJeu/AideDeJeu/Models/Spells/SpellsHD.cs index 9b5c2a91..2cc51b09 100644 --- a/AideDeJeu/AideDeJeu/Models/Spells/SpellsHD.cs +++ b/AideDeJeu/AideDeJeu/Models/Spells/SpellsHD.cs @@ -1,15 +1,78 @@ using AideDeJeu.ViewModels; using System; using System.Collections.Generic; -using System.Text; +using System.Linq; namespace AideDeJeuLib { - public class SpellsHD : Spells - { +/* public class SpellsHD : Spells + { + public List> Split(string collapsed) + { + return collapsed.Split(new string[] { ", " }, StringSplitOptions.None).Select(s => new KeyValuePair(s,s)).ToList(); + } public override FilterViewModel GetNewFilterViewModel() { - return new HDSpellFilterViewModel(); + return new HDSpellFilterViewModel(ParentName, + Split(Classes), + Split(Levels), + Split(Schools), + Split(Rituals), + Split(Sources) + + //new List>(){ + // new KeyValuePair("", "Toutes" ), + // new KeyValuePair("Barde", "Barde" ), + // new KeyValuePair("Clerc", "Clerc" ), + // new KeyValuePair("Druide", "Druide" ), + // new KeyValuePair("Ensorceleur", "Ensorceleur" ), + // new KeyValuePair("Magicien", "Magicien" ), + // new KeyValuePair("Ombrelame", "Ombrelame" ), + // new KeyValuePair("Paladin", "Paladin" ), + // new KeyValuePair("Rôdeur", "Rôdeur" ), + // new KeyValuePair("Sorcier", "Sorcier" ), + //}, + + //new List>() + //{ + // new KeyValuePair("0", "Sorts mineurs"), + // new KeyValuePair("1", "Niveau 1"), + // new KeyValuePair("2", "Niveau 2"), + // new KeyValuePair("3", "Niveau 3"), + // new KeyValuePair("4", "Niveau 4"), + // new KeyValuePair("5", "Niveau 5"), + // new KeyValuePair("6", "Niveau 6"), + // new KeyValuePair("7", "Niveau 7"), + // new KeyValuePair("8", "Niveau 8"), + // new KeyValuePair("9", "Niveau 9"), + //}, + + //new List>() + //{ + // new KeyValuePair("", "Toutes"), + // new KeyValuePair("abjuration", "Abjuration"), + // new KeyValuePair("divination", "Divination"), + // new KeyValuePair("enchantement", "Enchantement"), + // new KeyValuePair("évocation", "Évocation"), + // new KeyValuePair("illusion", "Illusion"), + // new KeyValuePair("invocation", "Invocation"), + // new KeyValuePair("cromancie", "Nécromancie"), + // new KeyValuePair("transmutation", "Transmutation"), + //}, + + //new List>() + //{ + // new KeyValuePair("", "Tous"), + // new KeyValuePair("rituel", "Rituel"), + //}, + + //new List>() + //{ + // new KeyValuePair("", "Toutes"), + // new KeyValuePair("(SRD", "SRD"), + // new KeyValuePair("(MDR", "MDR (H&D)"), + //} + ); } - } + }*/ } diff --git a/AideDeJeu/AideDeJeu/Models/Spells/SpellsVO.cs b/AideDeJeu/AideDeJeu/Models/Spells/SpellsVO.cs index 17cc1b9a..823584bc 100644 --- a/AideDeJeu/AideDeJeu/Models/Spells/SpellsVO.cs +++ b/AideDeJeu/AideDeJeu/Models/Spells/SpellsVO.cs @@ -5,11 +5,11 @@ using System.Text; namespace AideDeJeuLib { - public class SpellsVO : Spells - { - public override FilterViewModel GetNewFilterViewModel() - { - return new VOSpellFilterViewModel(); - } - } + //public class SpellsVO : Spells + //{ + // //public override FilterViewModel GetNewFilterViewModel() + // //{ + // // return new SpellFilterViewModel(); + // //} + //} } diff --git a/AideDeJeu/AideDeJeu/ViewModels/FilterViewModel.cs b/AideDeJeu/AideDeJeu/ViewModels/FilterViewModel.cs index 5bb7bf2c..dc5e19ab 100644 --- a/AideDeJeu/AideDeJeu/ViewModels/FilterViewModel.cs +++ b/AideDeJeu/AideDeJeu/ViewModels/FilterViewModel.cs @@ -5,7 +5,6 @@ using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Input; -using static AideDeJeu.ViewModels.StoreViewModel; namespace AideDeJeu.ViewModels { @@ -178,7 +177,7 @@ namespace AideDeJeu.ViewModels #region Spells - public abstract class SpellFilterViewModel : FilterViewModel + public class SpellFilterViewModel : FilterViewModel { private IEnumerable _Filters = null; public override IEnumerable Filters @@ -191,7 +190,7 @@ namespace AideDeJeu.ViewModels { new Filter() { Key = FilterKeys.Class, Name = "Classe", KeyValues = Classes, _Index = 0 }, new Filter() { Key = FilterKeys.MinLevel, Name = "Niveau Minimum", KeyValues = Niveaux, _Index = 0 }, - new Filter() { Key = FilterKeys.MaxLevel, Name = "Niveau Maximum", KeyValues = Niveaux, _Index = 9 }, + new Filter() { Key = FilterKeys.MaxLevel, Name = "Niveau Maximum", KeyValues = Niveaux, _Index = 0 }, new Filter() { Key = FilterKeys.School, Name = "École", KeyValues = Ecoles, _Index = 0 }, new Filter() { Key = FilterKeys.Ritual, Name = "Rituel", KeyValues = Rituels, _Index = 0 }, new Filter() { Key = FilterKeys.Source, Name = "Source", KeyValues = Sources, _Index = 0 }, @@ -202,6 +201,68 @@ namespace AideDeJeu.ViewModels } } + public string Family { get; set; } + public SpellFilterViewModel( + string family, + List> classes, + List> levels, + List> schools, + List> rituals, + List> sources) + { + this.Family = family; + this.Classes = classes; + this.Niveaux = levels; + this.Ecoles = schools; + this.Rituels = rituals; + this.Sources = sources; + } + + public string LevelConverter(string level) + { + if (level == "") return null; + if (level.StartsWith("Niveau ")) return level.Substring(7); + if (level.StartsWith("Level ")) return level.Substring(6); + return "0"; + } + public override async Task> GetFilteredItemsAsync(CancellationToken token = default) + { + var levelComparer = new LevelComparer(); + var classe = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.Class).SelectedKey ?? ""; + var niveauMin = LevelConverter(Filters.SingleOrDefault(filter => filter.Key == FilterKeys.MinLevel).SelectedKey) ?? "0"; + var niveauMax = LevelConverter(Filters.SingleOrDefault(filter => filter.Key == FilterKeys.MaxLevel).SelectedKey) ?? "9"; + var ecole = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.School).SelectedKey ?? ""; + var ritual = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.Ritual).SelectedKey ?? ""; + var source = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.Source).SelectedKey ?? ""; + try + { + await StoreViewModel.SemaphoreLibrary.WaitAsync(); + using (var context = await StoreViewModel.GetLibraryContextAsync()) + { + return context.Spells.Where(spell => + spell.Family == this.Family && + levelComparer.Compare(spell.Level, niveauMin) >= 0 && + levelComparer.Compare(spell.Level, niveauMax) <= 0 && + spell.Type.ToLower().Contains(ecole.ToLower()) && + (spell.Source != null && spell.Source.Contains(source)) && + (spell.Classes != null && spell.Classes.Contains(classe)) && + (string.IsNullOrEmpty(ritual) || (spell.Ritual != null && spell.Ritual.Contains(ritual))) && + ( + (Helpers.RemoveDiacritics(spell.Name).ToLower().Contains(Helpers.RemoveDiacritics(SearchText ?? string.Empty).ToLower())) || + (Helpers.RemoveDiacritics(spell.AltNameText ?? string.Empty).ToLower().Contains(Helpers.RemoveDiacritics(SearchText ?? string.Empty).ToLower())) + )).OrderBy(spell => spell.Name).ToList(); + } + } + catch + { + return new List(); + } + finally + { + StoreViewModel.SemaphoreLibrary.Release(); + } + } + //public override async Task> FilterItems(IEnumerable items, CancellationToken token = default) //{ // return await Task.Run(() => @@ -234,18 +295,19 @@ namespace AideDeJeu.ViewModels //} - public abstract List> Classes { get; } + public List> Classes { get; } - public abstract List> Niveaux { get; } + public List> Niveaux { get; } - public abstract List> Ecoles { get; } + public List> Ecoles { get; } - public abstract List> Rituels { get; } + public List> Rituels { get; } - public abstract List> Sources { get; } + public List> Sources { get; } } + /* public class VFSpellFilterViewModel : SpellFilterViewModel { public override Task> GetFilteredItemsAsync(CancellationToken cancellationToken = default) @@ -400,12 +462,33 @@ namespace AideDeJeu.ViewModels public class HDSpellFilterViewModel : SpellFilterViewModel { + public HDSpellFilterViewModel( + string parent, + List> classes, + List> levels, + List> schools, + List> rituals, + List> sources) + { + this.Classes = classes; + this.Niveaux = levels; + this.Ecoles = schools; + this.Rituels = rituals; + this.Sources = sources; + } + + public string LevelConverter(string level) + { + if (level == "-") return null; + if (level.StartsWith("Niveau ")) return level.Substring(7); + return "0"; + } public override async Task> GetFilteredItemsAsync(CancellationToken token = default) { var levelComparer = new LevelComparer(); var classe = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.Class).SelectedKey ?? ""; - var niveauMin = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.MinLevel).SelectedKey ?? "0"; - var niveauMax = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.MaxLevel).SelectedKey ?? "9"; + var niveauMin = LevelConverter(Filters.SingleOrDefault(filter => filter.Key == FilterKeys.MinLevel).SelectedKey) ?? "0"; + var niveauMax = LevelConverter(Filters.SingleOrDefault(filter => filter.Key == FilterKeys.MaxLevel).SelectedKey) ?? "9"; var ecole = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.School).SelectedKey ?? ""; var ritual = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.Ritual).SelectedKey ?? ""; var source = Filters.SingleOrDefault(filter => filter.Key == FilterKeys.Source).SelectedKey ?? ""; @@ -490,7 +573,7 @@ namespace AideDeJeu.ViewModels new KeyValuePair("(SRD", "SRD"), new KeyValuePair("(MDR", "MDR (H&D)"), }; - } + }*/ #endregion Spells #region Monsters diff --git a/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs b/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs index cbe93663..2579677f 100644 --- a/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs +++ b/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs @@ -460,9 +460,9 @@ namespace AideDeJeu.ViewModels public DbSet MagicItems { get; set; } public DbSet Spells { get; set; } public DbSet Monsters { get; set; } - public DbSet SpellsHD { get; set; } + //public DbSet Spells { get; set; } public DbSet MonstersHD { get; set; } - public DbSet SpellsVO { get; set; } + //public DbSet SpellsVO { get; set; } public DbSet MonstersVO { get; set; } public DbSet Races { get; set; } public DbSet Classes { get; set; } @@ -486,8 +486,9 @@ namespace AideDeJeu.ViewModels base.OnModelCreating(modelBuilder); modelBuilder.Entity(); modelBuilder.Entity(); - modelBuilder.Entity(); - modelBuilder.Entity(); + //modelBuilder.Entity().HasBaseType(); + //modelBuilder.Entity().HasBaseType(); + modelBuilder.Entity(); modelBuilder.Entity(); modelBuilder.Entity(); } diff --git a/Data/HD/hd_spells.md b/Data/HD/hd_spells.md index b66d9765..16ea5f9a 100644 --- a/Data/HD/hd_spells.md +++ b/Data/HD/hd_spells.md @@ -1,7 +1,14 @@ --- -!SpellsHD +!Spells +Classes: Barde, Clerc, Druide, Ensorceleur, Magicien, Ombrelame, Paladin, Rôdeur, Sorcier +Levels: Sorts mineurs, Niveau 1, Niveau 2, Niveau 3, Niveau 4, Niveau 5, Niveau 6, Niveau 7, Niveau 8, Niveau 9 +Schools: Abjuration, Divination, Enchantement, Évocation, Illusion, Invocation, Nécromancie, Transmutation +Rituals: Rituel +Sources: SRD, MDR +Family: SpellHD SubItems: -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -17,7 +24,8 @@ SubItems: AltName: '[Enlarge/Reduce](srd_spells_enlargereduce.md)' Source: (MDR p320)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action @@ -33,7 +41,8 @@ SubItems: AltName: '[Aid](srd_spells_aid.md)' Source: (MDR p320)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration Ritual: rituel @@ -50,7 +59,8 @@ SubItems: AltName: '[Alarm](srd_spells_alarm.md)' Source: (MDR p320)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 10 minutes @@ -66,7 +76,8 @@ SubItems: AltName: '[Planar Ally](srd_spells_planar_ally.md)' Source: (MDR p320)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -82,7 +93,8 @@ SubItems: AltName: '[Enhance Ability](srd_spells_enhance_ability.md)' Source: (MDR p321)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -98,7 +110,8 @@ SubItems: AltName: '[Animal Friendship](srd_spells_animal_friendship.md)' Source: (MDR p321)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 minute @@ -114,7 +127,8 @@ SubItems: AltName: '[Animate Dead](srd_spells_animate_dead.md)' Source: (MDR p321)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 action @@ -130,7 +144,8 @@ SubItems: AltName: '[Animate Objects](srd_spells_animate_objects.md)' Source: (MDR p322)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action @@ -146,7 +161,8 @@ SubItems: AltName: '[Calm Emotions](srd_spells_calm_emotions.md)' Source: (MDR p322)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 action @@ -162,7 +178,8 @@ SubItems: AltName: '[Seeming](srd_spells_seeming.md)' Source: (MDR p323)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation Ritual: rituel @@ -179,7 +196,8 @@ SubItems: AltName: '[Find Familiar](srd_spells_find_familiar.md)' Source: (MDR p323)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -195,7 +213,8 @@ SubItems: AltName: '[Call Lightning](srd_spells_call_lightning.md)' Source: (MDR p324)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action @@ -210,7 +229,8 @@ SubItems: NameLevel: 1 Source: (MDR p324) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action bonus @@ -226,7 +246,8 @@ SubItems: AltName: '[Magic Weapon](srd_spells_magic_weapon.md)' Source: (MDR p324)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -241,7 +262,8 @@ SubItems: NameLevel: 1 Source: (MDR p324) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action bonus @@ -257,7 +279,8 @@ SubItems: AltName: '[Spiritual Weapon](srd_spells_spiritual_weapon.md)' Source: (MDR p324)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action @@ -273,7 +296,8 @@ SubItems: AltName: '[Mage Armor](srd_spells_mage_armor.md)' Source: (MDR p324)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Transmutation CastingTime: 1 action @@ -289,7 +313,8 @@ SubItems: AltName: '[Time Stop](srd_spells_time_stop.md)' Source: (MDR p325)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action @@ -305,7 +330,8 @@ SubItems: AltName: '[Acid Splash](srd_spells_acid_splash.md)' Source: (MDR p325)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Illusion CastingTime: 1 action @@ -321,7 +347,8 @@ SubItems: AltName: '[Phantasmal Killer](srd_spells_phantasmal_killer.md)' Source: (MDR p325)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Divination CastingTime: 1 action @@ -337,7 +364,8 @@ SubItems: AltName: '[Guidance](srd_spells_guidance.md)' Source: (MDR p325)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Divination CastingTime: 1 minute @@ -353,7 +381,8 @@ SubItems: AltName: '[Augury](srd_spells_augury.md)' Source: (MDR p325)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action @@ -368,7 +397,8 @@ SubItems: NameLevel: 1 Source: (MDR p325) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Enchantement CastingTime: 1 action @@ -383,7 +413,8 @@ SubItems: NameLevel: 1 Source: (MDR p326) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action @@ -399,7 +430,8 @@ SubItems: AltName: "[Arcanist's Magic Aura](srd_spells_arcanists_magic_aura.md)" Source: (MDR p326) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Abjuration CastingTime: 1 action @@ -415,7 +447,8 @@ SubItems: AltName: '[Holy Aura](srd_spells_holy_aura.md)' Source: (MDR p326) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Transmutation CastingTime: 1 action @@ -431,7 +464,8 @@ SubItems: AltName: '[Glibness](srd_spells_glibness.md)' Source: (MDR p326)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action @@ -447,7 +481,8 @@ SubItems: AltName: '[Goodberry](srd_spells_goodberry.md)' Source: (MDR p326)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -463,7 +498,8 @@ SubItems: AltName: '[Guiding Bolt](srd_spells_guiding_bolt.md)' Source: (MDR p327)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action @@ -479,7 +515,8 @@ SubItems: AltName: '[Banishment](srd_spells_banishment.md)' Source: (MDR p327)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action @@ -495,7 +532,8 @@ SubItems: AltName: '[Blade Barrier](srd_spells_blade_barrier.md)' Source: (MDR p327)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -511,7 +549,8 @@ SubItems: AltName: '[Bless](srd_spells_bless.md)' Source: (MDR p327)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Divination CastingTime: 1 action @@ -526,7 +565,8 @@ SubItems: NameLevel: 1 Source: (MDR p327) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action @@ -542,7 +582,8 @@ SubItems: AltName: '[Inflict Wounds](srd_spells_inflict_wounds.md)' Source: (MDR p327)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion Ritual: rituel @@ -559,7 +600,8 @@ SubItems: AltName: '[Magic Mouth](srd_spells_magic_mouth.md)' Source: (MDR p328)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 réaction à effectuer lorsque vous êtes touché par une attaque ou un sort de _[projectile magique](hd_spells_projectile_magique.md)_ @@ -575,7 +617,8 @@ SubItems: AltName: '[Shield](srd_spells_shield.md)' Source: (MDR p328)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action @@ -591,7 +634,8 @@ SubItems: AltName: '[Fire Shield](srd_spells_fire_shield.md)' Source: (MDR p328)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action bonus @@ -607,7 +651,8 @@ SubItems: AltName: '[Shield of Faith](srd_spells_shield_of_faith.md)' Source: (MDR p328)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action @@ -623,7 +668,8 @@ SubItems: AltName: '[Poison Spray](srd_spells_poison_spray.md)' Source: (MDR p328)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action @@ -639,7 +685,8 @@ SubItems: AltName: '[Fireball](srd_spells_fireball.md)' Source: (MDR p328)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action @@ -655,7 +702,8 @@ SubItems: AltName: '[Delayed Blast Fireball](srd_spells_delayed_blast_fireball.md)' Source: (MDR p329)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -671,7 +719,8 @@ SubItems: AltName: '[Gust of Wind](srd_spells_gust_of_wind.md)' Source: (MDR p329)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -687,7 +736,8 @@ SubItems: AltName: '[Shatter](srd_spells_shatter.md)' Source: (MDR p330)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -702,7 +752,8 @@ SubItems: NameLevel: 1 Source: (MDR p330) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action @@ -718,7 +769,8 @@ SubItems: AltName: '[Forcecage](srd_spells_forcecage.md)' Source: (MDR p330)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action @@ -734,7 +786,8 @@ SubItems: AltName: '[Vampiric Touch](srd_spells_vampiric_touch.md)' Source: (MDR p330)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action @@ -749,7 +802,8 @@ SubItems: NameLevel: 1 Source: (MDR p331) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Nécromancie CastingTime: 1 action @@ -765,7 +819,8 @@ SubItems: AltName: '[Blindness/Deafness](srd_spells_blindnessdeafness.md)' Source: (MDR p331)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 action @@ -781,7 +836,8 @@ SubItems: AltName: '[Circle of Death](srd_spells_circle_of_death.md)' Source: (MDR p331)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 minute @@ -797,7 +853,8 @@ SubItems: AltName: '[Teleportation Circle](srd_spells_teleportation_circle.md)' Source: (MDR p331)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 minute @@ -813,7 +870,8 @@ SubItems: AltName: '[Magic Circle](srd_spells_magic_circle.md)' Source: (MDR p331)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action @@ -829,7 +887,8 @@ SubItems: AltName: '[Chain Lightning](srd_spells_chain_lightning.md)' Source: (MDR p332) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Abjuration CastingTime: 1 action @@ -845,7 +904,8 @@ SubItems: AltName: '[Antimagic Field](srd_spells_antimagic_field.md)' Source: (MDR p332)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Transmutation CastingTime: 1 action @@ -861,7 +921,8 @@ SubItems: AltName: '[Shapechange](srd_spells_shapechange.md)' Source: (MDR p333)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 action @@ -877,7 +938,8 @@ SubItems: AltName: '[Plane Shift](srd_spells_plane_shift.md)' Source: (MDR p333)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -893,7 +955,8 @@ SubItems: AltName: '[Charm Person](srd_spells_charm_person.md)' Source: (MDR p333)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -909,7 +972,8 @@ SubItems: AltName: '[Heat Metal](srd_spells_heat_metal.md)' Source: (MDR p334)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -925,7 +989,8 @@ SubItems: AltName: '[Faithful Hound](srd_spells_faithful_hound.md)' Source: (MDR p334) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -940,7 +1005,8 @@ SubItems: NameLevel: 1 Source: (MDR p334) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Divination CastingTime: 10 minutes @@ -956,7 +1022,8 @@ SubItems: AltName: '[Clairvoyance](srd_spells_clairvoyance.md)' Source: (MDR p334)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -972,7 +1039,8 @@ SubItems: AltName: '[Blink](srd_spells_blink.md)' Source: (MDR p334)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Nécromancie CastingTime: 1 heure @@ -988,7 +1056,8 @@ SubItems: AltName: '[Clone](srd_spells_clone.md)' Source: (MDR p335)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 minute @@ -1004,7 +1073,8 @@ SubItems: AltName: '[Geas](srd_spells_geas.md)' Source: (MDR p335)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -1020,7 +1090,8 @@ SubItems: AltName: '[Secret Chest](srd_spells_secret_chest.md)' Source: (MDR p335) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -1035,7 +1106,8 @@ SubItems: NameLevel: 1 Source: (MDR p336) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action @@ -1050,7 +1122,8 @@ SubItems: NameLevel: 1 Source: (MDR p336) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -1066,7 +1139,8 @@ SubItems: AltName: '[Flame Strike](srd_spells_flame_strike.md)' Source: (MDR p336)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination Ritual: rituel @@ -1083,7 +1157,8 @@ SubItems: AltName: '[Speak with Animals](srd_spells_speak_with_animals.md)' Source: (MDR p336)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action @@ -1099,7 +1174,8 @@ SubItems: AltName: '[Speak with Dead](srd_spells_speak_with_dead.md)' Source: (MDR p336)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -1115,7 +1191,8 @@ SubItems: AltName: '[Speak with Plants](srd_spells_speak_with_plants.md)' Source: (MDR p337)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Divination Ritual: rituel @@ -1132,7 +1209,8 @@ SubItems: AltName: '[Commune](srd_spells_commune.md)' Source: (MDR p337)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Divination Ritual: rituel @@ -1149,7 +1227,8 @@ SubItems: AltName: '[Commune with Nature](srd_spells_commune_with_nature.md)' Source: (MDR p337)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 minute @@ -1164,7 +1243,8 @@ SubItems: NameLevel: 1 Source: (MDR p337) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination Ritual: rituel @@ -1181,7 +1261,8 @@ SubItems: AltName: '[Comprehend Languages](srd_spells_comprehend_languages.md)' Source: (MDR p338)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Enchantement CastingTime: 1 action @@ -1197,7 +1278,8 @@ SubItems: AltName: '[Compulsion](srd_spells_compulsion.md)' Source: (MDR p338)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -1213,7 +1295,8 @@ SubItems: AltName: '[Cone of Cold](srd_spells_cone_of_cold.md)' Source: (MDR p338)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Enchantement CastingTime: 1 action @@ -1229,7 +1312,8 @@ SubItems: AltName: '[Confusion](srd_spells_confusion.md)' Source: (MDR p338)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Nécromancie CastingTime: 1 action @@ -1245,7 +1329,8 @@ SubItems: AltName: '[Chill Touch](srd_spells_chill_touch.md)' Source: (MDR p339)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Divination Ritual: rituel @@ -1262,7 +1347,8 @@ SubItems: AltName: '[Contact Other Plane](srd_spells_contact_other_plane.md)' Source: (MDR p339)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Nécromancie CastingTime: 1 action @@ -1278,7 +1364,8 @@ SubItems: AltName: '[Contagion](srd_spells_contagion.md)' Source: (MDR p339)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 action @@ -1294,7 +1381,8 @@ SubItems: AltName: '[Harm](srd_spells_harm.md)' Source: (MDR p340)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 10 minutes @@ -1310,7 +1398,8 @@ SubItems: AltName: '[Contingency](srd_spells_contingency.md)' Source: (MDR p340)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 réaction à utiliser quand vous voyez une créature située dans un rayon de 18 mètres autour de vous lancer un sort @@ -1326,7 +1415,8 @@ SubItems: AltName: '[Counterspell](srd_spells_counterspell.md)' Source: (MDR p340)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action @@ -1342,7 +1432,8 @@ SubItems: AltName: '[Control Water](srd_spells_control_water.md)' Source: (MDR p340) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Transmutation CastingTime: 10 minutes @@ -1358,7 +1449,8 @@ SubItems: AltName: '[Control Weather](srd_spells_control_weather.md)' Source: (MDR p341)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation Ritual: rituel @@ -1375,7 +1467,8 @@ SubItems: AltName: '[Instant Summons](srd_spells_instant_summons.md)' Source: (MDR p342) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action @@ -1391,7 +1484,8 @@ SubItems: AltName: '[Antilife Shell](srd_spells_antilife_shell.md)' Source: (MDR p342)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -1407,7 +1501,8 @@ SubItems: AltName: '[Rope Trick](srd_spells_rope_trick.md)' Source: (MDR p342)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action @@ -1423,7 +1518,8 @@ SubItems: AltName: '[Color Spray](srd_spells_color_spray.md)' Source: (MDR p343)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 minute @@ -1439,7 +1535,8 @@ SubItems: AltName: '[Creation](srd_spells_creation.md)' Source: (MDR p343)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 minute @@ -1455,7 +1552,8 @@ SubItems: AltName: '[Create Undead](srd_spells_create_undead.md)' Source: (MDR p343)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -1471,7 +1569,8 @@ SubItems: AltName: '[Create Food and Water](srd_spells_create_food_and_water.md)' Source: (MDR p344) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action @@ -1487,7 +1586,8 @@ SubItems: AltName: '[Create or Destroy Water](srd_spells_create_or_destroy_water.md)' Source: (MDR p344) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -1503,7 +1603,8 @@ SubItems: AltName: '[Spike Growth](srd_spells_spike_growth.md)' Source: (MDR p344) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action ou 8 heures @@ -1519,7 +1620,8 @@ SubItems: AltName: '[Plant Growth](srd_spells_plant_growth.md)' Source: (MDR p344)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Enchantement CastingTime: 1 action @@ -1535,7 +1637,8 @@ SubItems: AltName: '[Irresistible Dance](srd_spells_irresistible_dance.md)' Source: (MDR p344) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -1551,7 +1654,8 @@ SubItems: AltName: '[Knock](srd_spells_knock.md)' Source: (MDR p345)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action @@ -1567,7 +1671,8 @@ SubItems: AltName: '[Disguise Self](srd_spells_disguise_self.md)' Source: (MDR p345)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action @@ -1583,7 +1688,8 @@ SubItems: AltName: '[Demiplane](srd_spells_demiplane.md)' Source: (MDR p345)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 action @@ -1599,7 +1705,8 @@ SubItems: AltName: '[Move Earth](srd_spells_move_earth.md)' Source: (MDR p345)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 action @@ -1615,7 +1722,8 @@ SubItems: AltName: '[Disintegrate](srd_spells_disintegrate.md)' Source: (MDR p346)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -1630,7 +1738,8 @@ SubItems: NameLevel: 1 Source: (MDR p346) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination Ritual: rituel @@ -1647,7 +1756,8 @@ SubItems: AltName: '[Detect Magic](srd_spells_detect_magic.md)' Source: (MDR p346)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action @@ -1663,7 +1773,8 @@ SubItems: AltName: '[Detect Thoughts](srd_spells_detect_thoughts.md)' Source: (MDR p346)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination CastingTime: 1 action @@ -1679,7 +1790,8 @@ SubItems: AltName: '[Detect Evil and Good](srd_spells_detect_evil_and_good.md)' Source: (MDR p347)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination Ritual: rituel @@ -1696,7 +1808,8 @@ SubItems: AltName: '[Detect Poison and Disease](srd_spells_detect_poison_and_disease.md)' Source: (MDR p347)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation Ritual: rituel @@ -1713,7 +1826,8 @@ SubItems: AltName: '[Floating Disk](srd_spells_floating_disk.md)' Source: (MDR p347) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action @@ -1729,7 +1843,8 @@ SubItems: AltName: '[Dispel Magic](srd_spells_dispel_magic.md)' Source: (MDR p347)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action @@ -1745,7 +1860,8 @@ SubItems: AltName: '[Dispel Evil and Good](srd_spells_dispel_evil_and_good.md)' Source: (MDR p347)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Divination Ritual: rituel @@ -1762,7 +1878,8 @@ SubItems: AltName: '[Divination](srd_spells_divination.md)' Source: (MDR p348)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Nécromancie CastingTime: 1 action @@ -1778,7 +1895,8 @@ SubItems: AltName: '[Finger of Death](srd_spells_finger_of_death.md)' Source: (MDR p348)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action @@ -1794,7 +1912,8 @@ SubItems: AltName: '[Dominate Person](srd_spells_dominate_person.md)' Source: (MDR p348)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 action @@ -1810,7 +1929,8 @@ SubItems: AltName: '[Dominate Monster](srd_spells_dominate_monster.md)' Source: (MDR p349)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Enchantement CastingTime: 1 action @@ -1826,7 +1946,8 @@ SubItems: AltName: '[Dominate Beast](srd_spells_dominate_beast.md)' Source: (MDR p349)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Nécromancie Ritual: rituel @@ -1843,7 +1964,8 @@ SubItems: AltName: '[Gentle Repose](srd_spells_gentle_repose.md)' Source: (MDR p349)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action @@ -1859,7 +1981,8 @@ SubItems: AltName: '[Druidcraft](srd_spells_druidcraft.md)' Source: (MDR p349)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action @@ -1875,7 +1998,8 @@ SubItems: AltName: '[Lightning Bolt](srd_spells_lightning_bolt.md)' Source: (MDR p350)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action @@ -1890,7 +2014,8 @@ SubItems: NameLevel: 1 Source: (MDR p350) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Évocation CastingTime: 1 action @@ -1906,7 +2031,8 @@ SubItems: AltName: '[Sunburst](srd_spells_sunburst.md)' Source: (MDR p350)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action @@ -1922,7 +2048,8 @@ SubItems: AltName: '[Prismatic Spray](srd_spells_prismatic_spray.md)' Source: (MDR p350)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Abjuration CastingTime: 1 minute @@ -1938,7 +2065,8 @@ SubItems: AltName: '[Imprisonment](srd_spells_imprisonment.md)' Source: (MDR p351)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action @@ -1954,7 +2082,8 @@ SubItems: AltName: '[Entangle](srd_spells_entangle.md)' Source: (MDR p352)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 heure @@ -1970,7 +2099,8 @@ SubItems: AltName: '[Planar Binding](srd_spells_planar_binding.md)' Source: (MDR p352)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action @@ -1986,7 +2116,8 @@ SubItems: AltName: '[Sending](srd_spells_sending.md)' Source: (MDR p352)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action @@ -2002,7 +2133,8 @@ SubItems: AltName: '[Enthrall](srd_spells_enthrall.md)' Source: (MDR p352)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Nécromancie CastingTime: 1 action @@ -2018,7 +2150,8 @@ SubItems: AltName: '[Spare the Dying](srd_spells_spare_the_dying.md)' Source: (MDR p352)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -2033,7 +2166,8 @@ SubItems: NameLevel: 1 Source: (MDR p353) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action @@ -2049,7 +2183,8 @@ SubItems: AltName: '[Arcane Sword](srd_spells_arcane_sword.md)' Source: (MDR p353) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 action @@ -2065,7 +2200,8 @@ SubItems: AltName: '[Feeblemind](srd_spells_feeblemind.md)' Source: (MDR p353)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Abjuration CastingTime: 1 action @@ -2081,7 +2217,8 @@ SubItems: AltName: '[Mind Blank](srd_spells_mind_blank.md)' Source: (MDR p353)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -2097,7 +2234,8 @@ SubItems: AltName: '[Spirit Guardians](srd_spells_spirit_guardians.md)' Source: (MDR p353)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Illusion CastingTime: 1 action @@ -2113,7 +2251,8 @@ SubItems: AltName: '[Weird](srd_spells_weird.md)' Source: (MDR p354)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Transmutation CastingTime: 8 heures @@ -2129,7 +2268,8 @@ SubItems: AltName: '[Awaken](srd_spells_awaken.md)' Source: (MDR p354)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Transmutation CastingTime: 1 action @@ -2144,7 +2284,8 @@ SubItems: NameLevel: 1 Source: (MDR p354) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action bonus @@ -2159,7 +2300,8 @@ SubItems: NameLevel: 1 Source: (MDR p354) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -2175,7 +2317,8 @@ SubItems: AltName: '[Eldritch Blast](srd_spells_eldritch_blast.md)' Source: (MDR p354)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Transmutation CastingTime: 10 minutes @@ -2191,7 +2334,8 @@ SubItems: AltName: '[Fabricate](srd_spells_fabricate.md)' Source: (MDR p354)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action @@ -2207,7 +2351,8 @@ SubItems: AltName: '[Stone Shape](srd_spells_stone_shape.md)' Source: (MDR p355)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action bonus @@ -2223,7 +2368,8 @@ SubItems: AltName: '[Divine Favor](srd_spells_divine_favor.md)' Source: (MDR p355)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 10 minutes @@ -2239,7 +2385,8 @@ SubItems: AltName: "[Heroes' Feast](srd_spells_heroes_feast.md)" Source: (MDR p355)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action @@ -2254,7 +2401,8 @@ SubItems: NameLevel: 1 Source: (MDR p355) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -2270,7 +2418,8 @@ SubItems: AltName: '[Continual Flame](srd_spells_continual_flame.md)' Source: (MDR p355)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -2286,7 +2435,8 @@ SubItems: AltName: '[Sacred Flame](srd_spells_sacred_flame.md)' Source: (MDR p355)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -2302,7 +2452,8 @@ SubItems: AltName: '[Bane](srd_spells_bane.md)' Source: (MDR p356)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action @@ -2318,7 +2469,8 @@ SubItems: AltName: '[Insect Plague](srd_spells_insect_plague.md)' Source: (MDR p356) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -2334,7 +2486,8 @@ SubItems: AltName: '[Acid Arrow](srd_spells_acid_arrow.md)' Source: (MDR p356) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Nécromancie CastingTime: 1 action @@ -2350,7 +2503,8 @@ SubItems: AltName: '[Blight](srd_spells_blight.md)' Source: (MDR p356)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action @@ -2366,7 +2520,8 @@ SubItems: AltName: '[Blur](srd_spells_blur.md)' Source: (MDR p356)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 action @@ -2382,7 +2537,8 @@ SubItems: AltName: '[Etherealness](srd_spells_etherealness.md)' Source: (MDR p356)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -2398,7 +2554,8 @@ SubItems: AltName: '[Gaseous Form](srd_spells_gaseous_form.md)' Source: (MDR p357)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Transmutation CastingTime: 1 action @@ -2414,7 +2571,8 @@ SubItems: AltName: '[Animal Shapes](srd_spells_animal_shapes.md)' Source: (MDR p357)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -2430,7 +2588,8 @@ SubItems: AltName: '[Hideous Laughter](srd_spells_hideous_laughter.md)' Source: (MDR p357) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action bonus @@ -2445,7 +2604,8 @@ SubItems: NameLevel: 1 Source: (MDR p358) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action bonus @@ -2461,7 +2621,8 @@ SubItems: AltName: '[Branding Smite](srd_spells_branding_smite.md)' Source: (MDR p358)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation Ritual: rituel @@ -2478,7 +2639,8 @@ SubItems: AltName: '[Meld into Stone](srd_spells_meld_into_stone.md)' Source: (MDR p358)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -2494,7 +2656,8 @@ SubItems: AltName: '[Guardian of Faith](srd_spells_guardian_of_faith.md)' Source: (MDR p358)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -2509,7 +2672,8 @@ SubItems: NameLevel: 1 Source: (MDR p359) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Abjuration CastingTime: 1 action @@ -2525,7 +2689,8 @@ SubItems: AltName: '[Globe of Invulnerability](srd_spells_globe_of_invulnerability.md)' Source: (MDR p359) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 heure @@ -2541,7 +2706,8 @@ SubItems: AltName: '[Glyph of Warding](srd_spells_glyph_of_warding.md)' Source: (MDR p359)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action bonus @@ -2557,7 +2723,8 @@ SubItems: AltName: '[Shillelagh](srd_spells_shillelagh.md)' Source: (MDR p360)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action @@ -2573,7 +2740,8 @@ SubItems: AltName: '[Grease](srd_spells_grease.md)' Source: (MDR p360)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action @@ -2589,7 +2757,8 @@ SubItems: AltName: '[Longstrider](srd_spells_longstrider.md)' Source: (MDR p360)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action @@ -2605,7 +2774,8 @@ SubItems: AltName: '[Heal](srd_spells_heal.md)' Source: (MDR p360)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Évocation CastingTime: 1 action @@ -2621,7 +2791,8 @@ SubItems: AltName: '[Mass Heal](srd_spells_mass_heal.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Évocation CastingTime: 1 action @@ -2636,7 +2807,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -2652,7 +2824,8 @@ SubItems: AltName: '[Haste](srd_spells_haste.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -2668,7 +2841,8 @@ SubItems: AltName: '[Heroism](srd_spells_heroism.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination Ritual: rituel @@ -2685,7 +2859,8 @@ SubItems: AltName: '[Identify](srd_spells_identify.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Illusion CastingTime: 1 action @@ -2701,7 +2876,8 @@ SubItems: AltName: '[Minor Illusion](srd_spells_minor_illusion.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Illusion CastingTime: 1 action @@ -2717,7 +2893,8 @@ SubItems: AltName: '[Programmed Illusion](srd_spells_programmed_illusion.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Illusion CastingTime: 1 action @@ -2733,7 +2910,8 @@ SubItems: AltName: '[Major Image](srd_spells_major_image.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action @@ -2749,7 +2927,8 @@ SubItems: AltName: '[Mirror Image](srd_spells_mirror_image.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Illusion CastingTime: 1 action @@ -2765,7 +2944,8 @@ SubItems: AltName: '[Project Image](srd_spells_project_image.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action @@ -2781,7 +2961,8 @@ SubItems: AltName: '[Silent Image](srd_spells_silent_image.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action @@ -2797,7 +2978,8 @@ SubItems: AltName: '[Hold Person](srd_spells_hold_person.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action @@ -2813,7 +2995,8 @@ SubItems: AltName: '[Hold Monster](srd_spells_hold_monster.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -2829,7 +3012,8 @@ SubItems: AltName: '[Command](srd_spells_command.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action @@ -2845,7 +3029,8 @@ SubItems: AltName: '[Giant Insect](srd_spells_giant_insect.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action @@ -2860,7 +3045,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Abjuration Ritual: rituel @@ -2877,7 +3063,8 @@ SubItems: AltName: '[Forbiddance](srd_spells_forbiddance.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 action @@ -2893,7 +3080,8 @@ SubItems: AltName: '[Reverse Gravity](srd_spells_reverse_gravity.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action @@ -2909,7 +3097,8 @@ SubItems: AltName: '[Invisibility](srd_spells_invisibility.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Illusion CastingTime: 1 action @@ -2925,7 +3114,8 @@ SubItems: AltName: '[Greater Invisibility](srd_spells_greater_invisibility.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -2941,7 +3131,8 @@ SubItems: AltName: '[Conjure Animals](srd_spells_conjure_animals.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 minute @@ -2957,7 +3148,8 @@ SubItems: AltName: '[Conjure Minor Elementals](srd_spells_conjure_minor_elementals.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -2973,7 +3165,8 @@ SubItems: AltName: '[Conjure Woodland Beings](srd_spells_conjure_woodland_beings.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 minute @@ -2989,7 +3182,8 @@ SubItems: AltName: '[Conjure Celestial](srd_spells_conjure_celestial.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 minute @@ -3005,7 +3199,8 @@ SubItems: AltName: '[Conjure Elemental](srd_spells_conjure_elemental.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 minute @@ -3021,7 +3216,8 @@ SubItems: AltName: '[Conjure Fey](srd_spells_conjure_fey.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action @@ -3037,7 +3233,8 @@ SubItems: AltName: '[Bestow curse](srd_spells_bestow_curse.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Nécromancie CastingTime: 1 action @@ -3052,7 +3249,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action @@ -3068,7 +3266,8 @@ SubItems: AltName: '[Maze](srd_spells_maze.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action bonus @@ -3084,7 +3283,8 @@ SubItems: AltName: '[Flame Blade](srd_spells_flame_blade.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -3099,7 +3299,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Divination CastingTime: 1 action @@ -3115,7 +3316,8 @@ SubItems: AltName: '[Tongues](srd_spells_tongues.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Divination CastingTime: 10 minutes @@ -3131,7 +3333,8 @@ SubItems: AltName: '[Legend Lore](srd_spells_legend_lore.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 réaction, que vous effectuez quand vous-même ou une créature située dans un rayon de 18 mètres tombe soudain @@ -3147,7 +3350,8 @@ SubItems: AltName: '[Feather Fall](srd_spells_feather_fall.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -3163,7 +3367,8 @@ SubItems: AltName: '[Slow](srd_spells_slow.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action @@ -3179,7 +3384,8 @@ SubItems: AltName: '[Remove Curse](srd_spells_remove_curse.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -3195,7 +3401,8 @@ SubItems: AltName: '[Levitate](srd_spells_levitate.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -3210,7 +3417,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action @@ -3226,7 +3434,8 @@ SubItems: AltName: '[Freedom of Movement](srd_spells_freedom_of_movement.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action @@ -3242,7 +3451,8 @@ SubItems: AltName: '[Warding Bond](srd_spells_warding_bond.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Divination Ritual: rituel @@ -3259,7 +3469,8 @@ SubItems: AltName: '[Telepathic Bond](srd_spells_telepathic_bond.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Divination Ritual: rituel @@ -3276,7 +3487,8 @@ SubItems: AltName: '[Locate Animals or Plants](srd_spells_locate_animals_or_plants.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action @@ -3292,7 +3504,8 @@ SubItems: AltName: '[Locate Object](srd_spells_locate_object.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Divination CastingTime: 1 action @@ -3308,7 +3521,8 @@ SubItems: AltName: '[Locate Creature](srd_spells_locate_creature.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action @@ -3324,7 +3538,8 @@ SubItems: AltName: '[Beacon of Hope](srd_spells_beacon_of_hope.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -3340,7 +3555,8 @@ SubItems: AltName: '[Faerie Fire](srd_spells_faerie_fire.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -3356,7 +3572,8 @@ SubItems: AltName: '[Light](srd_spells_light.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action @@ -3372,7 +3589,8 @@ SubItems: AltName: '[Daylight](srd_spells_daylight.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -3388,7 +3606,8 @@ SubItems: AltName: '[Dancing Lights](srd_spells_dancing_lights.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action @@ -3404,7 +3623,8 @@ SubItems: AltName: '[Mage Hand](srd_spells_mage_hand.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -3420,7 +3640,8 @@ SubItems: AltName: '[Arcane Hand](srd_spells_arcane_hand.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -3436,7 +3657,8 @@ SubItems: AltName: '[Burning Hands](srd_spells_burning_hands.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 minute @@ -3452,7 +3674,8 @@ SubItems: AltName: '[Magnificent Mansion](srd_spells_magnificent_mansion.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action @@ -3467,7 +3690,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation Ritual: rituel @@ -3484,7 +3708,8 @@ SubItems: AltName: '[Water Walk](srd_spells_water_walk.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 minute @@ -3500,7 +3725,8 @@ SubItems: AltName: '[Wind Walk](srd_spells_wind_walk.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Divination CastingTime: 1 action bonus @@ -3516,7 +3742,8 @@ SubItems: AltName: "[Hunter's Mark](srd_spells_hunters_mark.md)" Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 action @@ -3532,7 +3759,8 @@ SubItems: AltName: '[Eyebite](srd_spells_eyebite.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action @@ -3548,7 +3776,8 @@ SubItems: AltName: '[Message](srd_spells_message.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement Ritual: rituel @@ -3565,7 +3794,8 @@ SubItems: AltName: '[Animal Messenger](srd_spells_animal_messenger.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action @@ -3581,7 +3811,8 @@ SubItems: AltName: '[Polymorph](srd_spells_polymorph.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Transmutation CastingTime: 1 action @@ -3597,7 +3828,8 @@ SubItems: AltName: '[True Polymorph](srd_spells_true_polymorph.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Illusion CastingTime: 10 minutes @@ -3613,7 +3845,8 @@ SubItems: AltName: '[Mirage Arcane](srd_spells_mirage_arcane.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action @@ -3629,7 +3862,8 @@ SubItems: AltName: '[Modify Memory](srd_spells_modify_memory.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -3645,7 +3879,8 @@ SubItems: AltName: '[Alter Self](srd_spells_alter_self.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Illusion Ritual: rituel @@ -3662,7 +3897,8 @@ SubItems: AltName: '[Phantom Steed](srd_spells_phantom_steed.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Enchantement CastingTime: 1 action @@ -3678,7 +3914,8 @@ SubItems: AltName: '[Vicious Mockery](srd_spells_vicious_mockery.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action bonus @@ -3694,7 +3931,8 @@ SubItems: AltName: '[Healing Word](srd_spells_healing_word.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action bonus @@ -3710,7 +3948,8 @@ SubItems: AltName: '[Mass Healing Word](srd_spells_mass_healing_word.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 action @@ -3726,7 +3965,8 @@ SubItems: AltName: '[Power Word Stun](srd_spells_power_word_stun.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Enchantement CastingTime: 1 action @@ -3742,7 +3982,8 @@ SubItems: AltName: '[Power Word Kill](srd_spells_power_word_kill.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action @@ -3758,7 +3999,8 @@ SubItems: AltName: '[Word of Recall](srd_spells_word_of_recall.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Illusion CastingTime: 1 action @@ -3774,7 +4016,8 @@ SubItems: AltName: '[Hypnotic Pattern](srd_spells_hypnotic_pattern.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action @@ -3790,7 +4033,8 @@ SubItems: AltName: '[Wall of Thorns](srd_spells_wall_of_thorns.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action @@ -3806,7 +4050,8 @@ SubItems: AltName: '[Wall of Fire](srd_spells_wall_of_fire.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -3822,7 +4067,8 @@ SubItems: AltName: '[Wall of Force](srd_spells_wall_of_force.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action @@ -3838,7 +4084,8 @@ SubItems: AltName: '[Wall of Ice](srd_spells_wall_of_ice.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -3854,7 +4101,8 @@ SubItems: AltName: '[Wall of Stone](srd_spells_wall_of_stone.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action @@ -3870,7 +4118,8 @@ SubItems: AltName: '[Wind Wall](srd_spells_wind_wall.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Abjuration CastingTime: 1 action @@ -3886,7 +4135,8 @@ SubItems: AltName: '[Prismatic Wall](srd_spells_prismatic_wall.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action @@ -3902,7 +4152,8 @@ SubItems: AltName: '[Fog Cloud](srd_spells_fog_cloud.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action @@ -3917,7 +4168,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action @@ -3933,7 +4185,8 @@ SubItems: AltName: '[Nondetection](srd_spells_nondetection.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action @@ -3949,7 +4202,8 @@ SubItems: AltName: '[Incendiary Cloud](srd_spells_incendiary_cloud.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action @@ -3965,7 +4219,8 @@ SubItems: AltName: '[Cloudkill](srd_spells_cloudkill.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -3981,7 +4236,8 @@ SubItems: AltName: '[Stinking Cloud](srd_spells_stinking_cloud.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Évocation CastingTime: 1 action @@ -3997,7 +4253,8 @@ SubItems: AltName: '[Meteor Swarm](srd_spells_meteor_swarm.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action bonus @@ -4012,7 +4269,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Divination CastingTime: 1 action @@ -4028,7 +4286,8 @@ SubItems: AltName: '[Arcane Eye](srd_spells_arcane_eye.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action @@ -4043,7 +4302,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action @@ -4058,7 +4318,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action @@ -4073,7 +4334,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action bonus @@ -4089,7 +4351,8 @@ SubItems: AltName: '[Divine Word](srd_spells_divine_word.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action bonus @@ -4105,7 +4368,8 @@ SubItems: AltName: '[Misty Step](srd_spells_misty_step.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action @@ -4120,7 +4384,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action @@ -4136,7 +4401,8 @@ SubItems: AltName: '[Tree Stride](srd_spells_tree_stride.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action @@ -4152,7 +4418,8 @@ SubItems: AltName: '[Pass without Trace](srd_spells_pass_without_trace.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 action @@ -4168,7 +4435,8 @@ SubItems: AltName: '[Passwall](srd_spells_passwall.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -4184,7 +4452,8 @@ SubItems: AltName: '[Spider Climb](srd_spells_spider_climb.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -4200,7 +4469,8 @@ SubItems: AltName: '[Barkskin](srd_spells_barkskin.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action @@ -4216,7 +4486,8 @@ SubItems: AltName: '[Stoneskin](srd_spells_stoneskin.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation Ritual: rituel @@ -4233,7 +4504,8 @@ SubItems: AltName: '[Tiny Hut](srd_spells_tiny_hut.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 action @@ -4249,7 +4521,8 @@ SubItems: AltName: '[Flesh to Stone](srd_spells_flesh_to_stone.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Illusion CastingTime: 1 action @@ -4265,7 +4538,8 @@ SubItems: AltName: '[Fear](srd_spells_fear.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action bonus @@ -4280,7 +4554,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -4296,7 +4571,8 @@ SubItems: AltName: '[Shocking Grasp](srd_spells_shocking_grasp.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action bonus @@ -4311,7 +4587,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Invocation CastingTime: 1 action @@ -4327,7 +4604,8 @@ SubItems: AltName: '[Gate](srd_spells_gate.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -4343,7 +4621,8 @@ SubItems: AltName: '[Dimension Door](srd_spells_dimension_door.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Abjuration CastingTime: 1 action @@ -4358,7 +4637,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 minute @@ -4374,7 +4654,8 @@ SubItems: AltName: '[Magic Jar](srd_spells_magic_jar.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Divination CastingTime: 1 minute @@ -4390,7 +4671,8 @@ SubItems: AltName: '[Foresight](srd_spells_foresight.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action @@ -4406,7 +4688,8 @@ SubItems: AltName: '[Prestidigitation](srd_spells_prestidigitation.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 10 minutes @@ -4422,7 +4705,8 @@ SubItems: AltName: '[Prayer of Healing](srd_spells_prayer_of_healing.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action @@ -4438,7 +4722,8 @@ SubItems: AltName: '[Produce Flame](srd_spells_produce_flame.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -4454,7 +4739,8 @@ SubItems: AltName: '[Magic Missile](srd_spells_magic_missile.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action bonus @@ -4469,7 +4755,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Nécromancie CastingTime: 1 heure @@ -4485,7 +4772,8 @@ SubItems: AltName: '[Astral Projection](srd_spells_astral_projection.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action @@ -4501,7 +4789,8 @@ SubItems: AltName: '[Death Ward](srd_spells_death_ward.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action @@ -4517,7 +4806,8 @@ SubItems: AltName: '[Protection from Evil and Good](srd_spells_protection_from_evil_and_good.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action @@ -4533,7 +4823,8 @@ SubItems: AltName: '[Protection from Poison](srd_spells_protection_from_poison.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action @@ -4549,7 +4840,8 @@ SubItems: AltName: '[Protection from Energy](srd_spells_protection_from_energy.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Abjuration CastingTime: 10 minutes @@ -4565,9 +4857,11 @@ SubItems: AltName: '[Guards and Wards](srd_spells_guards_and_wards.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation + Ritual: rituel CastingTime: 1 action Range: 3 mètres Components: V, S @@ -4581,7 +4875,8 @@ SubItems: AltName: '[Purify Food and Drink](srd_spells_purify_food_and_drink.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action @@ -4596,7 +4891,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Nécromancie CastingTime: 1 heure @@ -4612,7 +4908,8 @@ SubItems: AltName: '[Raise Dead](srd_spells_raise_dead.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Nécromancie CastingTime: 1 action @@ -4628,7 +4925,8 @@ SubItems: AltName: '[Ray of Enfeeblement](srd_spells_ray_of_enfeeblement.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -4644,7 +4942,8 @@ SubItems: AltName: '[Scorching Ray](srd_spells_scorching_ray.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -4660,7 +4959,8 @@ SubItems: AltName: '[Ray of Frost](srd_spells_ray_of_frost.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -4676,7 +4976,8 @@ SubItems: AltName: '[Moonbeam](srd_spells_moonbeam.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action @@ -4692,7 +4993,8 @@ SubItems: AltName: '[Sunbeam](srd_spells_sunbeam.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 minute @@ -4708,7 +5010,8 @@ SubItems: AltName: '[Regenerate](srd_spells_regenerate.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 heure @@ -4724,7 +5027,8 @@ SubItems: AltName: '[Reincarnate](srd_spells_reincarnate.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 minute @@ -4740,7 +5044,8 @@ SubItems: AltName: '[Mending](srd_spells_mending.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action bonus @@ -4756,7 +5061,8 @@ SubItems: AltName: '[Expeditious Retreat](srd_spells_expeditious_retreat.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 réaction en réponse aux dégâts que vous inflige une créature située dans votre champ de vision et dans un rayon de 18 mètres autour de vous @@ -4772,7 +5078,8 @@ SubItems: AltName: '[Hellish Rebuke](srd_spells_hellish_rebuke.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 heure @@ -4788,7 +5095,8 @@ SubItems: AltName: '[Antipathy/Sympathy](srd_spells_antipathysympathy.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Abjuration CastingTime: 1 action @@ -4804,7 +5112,8 @@ SubItems: AltName: '[Resistance](srd_spells_resistance.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation Ritual: rituel @@ -4821,7 +5130,8 @@ SubItems: AltName: '[Water Breathing](srd_spells_water_breathing.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action @@ -4837,7 +5147,8 @@ SubItems: AltName: '[Lesser Restoration](srd_spells_lesser_restoration.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action @@ -4853,7 +5164,8 @@ SubItems: AltName: '[Greater Restoration](srd_spells_greater_restoration.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Nécromancie CastingTime: 1 heure @@ -4869,7 +5181,8 @@ SubItems: AltName: '[Resurrection](srd_spells_resurrection.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Nécromancie CastingTime: 1 heure @@ -4885,7 +5198,8 @@ SubItems: AltName: '[True Resurrection](srd_spells_true_resurrection.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 minute @@ -4901,7 +5215,8 @@ SubItems: AltName: '[Dream](srd_spells_dream.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action @@ -4917,7 +5232,8 @@ SubItems: AltName: '[Revivify](srd_spells_revivify.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 24 heures @@ -4933,7 +5249,8 @@ SubItems: AltName: '[Hallow](srd_spells_hallow.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action bonus @@ -4949,7 +5266,8 @@ SubItems: AltName: '[Sanctuary](srd_spells_sanctuary.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Abjuration CastingTime: 10 minutes @@ -4965,7 +5283,8 @@ SubItems: AltName: '[Private Sanctum](srd_spells_private_sanctum.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action @@ -4980,7 +5299,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action @@ -4996,7 +5316,8 @@ SubItems: AltName: '[Jump](srd_spells_jump.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Divination CastingTime: 10 minutes @@ -5012,7 +5333,8 @@ SubItems: AltName: '[Scrying](srd_spells_scrying.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 action @@ -5028,7 +5350,8 @@ SubItems: AltName: '[Sequester](srd_spells_sequester.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation Ritual: rituel @@ -5045,7 +5368,8 @@ SubItems: AltName: '[Unseen Servant](srd_spells_unseen_servant.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Illusion Ritual: rituel @@ -5062,7 +5386,8 @@ SubItems: AltName: '[Silence](srd_spells_silence.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Illusion CastingTime: 12 heures @@ -5078,7 +5403,8 @@ SubItems: AltName: '[Simulacrum](srd_spells_simulacrum.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action @@ -5094,7 +5420,8 @@ SubItems: AltName: '[False Life](srd_spells_false_life.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -5110,7 +5437,8 @@ SubItems: AltName: '[Cure Wounds](srd_spells_cure_wounds.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action @@ -5126,7 +5454,8 @@ SubItems: AltName: '[Mass Cure Wounds](srd_spells_mass_cure_wounds.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action @@ -5142,7 +5471,8 @@ SubItems: AltName: '[Sleep](srd_spells_sleep.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Invocation CastingTime: 1 action @@ -5158,7 +5488,8 @@ SubItems: AltName: '[Wish](srd_spells_wish.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action @@ -5174,7 +5505,8 @@ SubItems: AltName: '[Flaming Sphere](srd_spells_flaming_sphere.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action @@ -5190,7 +5522,8 @@ SubItems: AltName: '[Freezing Sphere](srd_spells_freezing_sphere.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action @@ -5206,7 +5539,8 @@ SubItems: AltName: '[Resilient Sphere](srd_spells_resilient_sphere.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action @@ -5221,7 +5555,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action @@ -5236,7 +5571,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action @@ -5252,7 +5588,8 @@ SubItems: AltName: '[Suggestion](srd_spells_suggestion.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Enchantement CastingTime: 1 action @@ -5268,7 +5605,8 @@ SubItems: AltName: '[Mass Suggestion](srd_spells_mass_suggestion.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Abjuration CastingTime: 1 minute @@ -5284,7 +5622,8 @@ SubItems: AltName: '[Symbol](srd_spells_symbol.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 action @@ -5300,7 +5639,8 @@ SubItems: AltName: '[Telekinesis](srd_spells_telekinesis.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 action @@ -5316,7 +5656,8 @@ SubItems: AltName: '[Teleport](srd_spells_teleport.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action @@ -5332,7 +5673,8 @@ SubItems: AltName: '[Fire Storm](srd_spells_fire_storm.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action @@ -5348,7 +5690,8 @@ SubItems: AltName: '[Ice Storm](srd_spells_ice_storm.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action @@ -5364,7 +5707,8 @@ SubItems: AltName: '[Sleet Storm](srd_spells_sleet_storm.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action @@ -5379,7 +5723,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 9 Type: Invocation CastingTime: 1 action @@ -5395,7 +5740,8 @@ SubItems: AltName: '[Storm of Vengeance](srd_spells_storm_of_vengeance.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action @@ -5411,7 +5757,8 @@ SubItems: AltName: '[Darkness](srd_spells_darkness.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action @@ -5427,7 +5774,8 @@ SubItems: AltName: '[Black Tentacles](srd_spells_black_tentacles.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 4 Type: Illusion CastingTime: 10 minutes @@ -5443,7 +5791,8 @@ SubItems: AltName: '[Hallucinatory Terrain](srd_spells_hallucinatory_terrain.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Illusion Ritual: rituel @@ -5460,7 +5809,8 @@ SubItems: AltName: '[Illusory Script](srd_spells_illusory_script.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action @@ -5476,7 +5826,8 @@ SubItems: AltName: '[Thaumaturgy](srd_spells_thaumaturgy.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action @@ -5492,7 +5843,8 @@ SubItems: AltName: '[Web](srd_spells_web.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action @@ -5508,7 +5860,8 @@ SubItems: AltName: '[Fire Bolt](srd_spells_fire_bolt.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action bonus @@ -5523,7 +5876,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action @@ -5539,7 +5893,8 @@ SubItems: AltName: '[Transport via Plants](srd_spells_transport_via_plants.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 8 Type: Évocation CastingTime: 1 action @@ -5555,7 +5910,8 @@ SubItems: AltName: '[Earthquake](srd_spells_earthquake.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 action @@ -5571,7 +5927,8 @@ SubItems: AltName: '[Mislead](srd_spells_mislead.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action @@ -5587,7 +5944,8 @@ SubItems: AltName: '[Find Traps](srd_spells_find_traps.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Divination CastingTime: 1 minute @@ -5603,7 +5961,8 @@ SubItems: AltName: '[Find the Path](srd_spells_find_the_path.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Invocation CastingTime: 10 minutes @@ -5619,7 +5978,8 @@ SubItems: AltName: '[Find Steed](srd_spells_find_steed.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action @@ -5635,7 +5995,8 @@ SubItems: AltName: '[Thunderwave](srd_spells_thunderwave.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action @@ -5651,7 +6012,8 @@ SubItems: AltName: '[Arcane Lock](srd_spells_arcane_lock.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: tour de magie Type: Divination CastingTime: 1 action @@ -5667,7 +6029,8 @@ SubItems: AltName: '[True Strike](srd_spells_true_strike.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action @@ -5683,7 +6046,8 @@ SubItems: AltName: '[Darkvision](srd_spells_darkvision.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 6 Type: Divination CastingTime: 1 action @@ -5699,7 +6063,8 @@ SubItems: AltName: '[True Seeing](srd_spells_true_seeing.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action @@ -5714,7 +6079,8 @@ SubItems: NameLevel: 1 Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action @@ -5730,7 +6096,8 @@ SubItems: AltName: '[See Invisibility](srd_spells_see_invisibility.md)' Source: (MDR p) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action @@ -5746,7 +6113,8 @@ SubItems: AltName: '[Fly](srd_spells_fly.md)' Source: (MDR p)(SRD) Attributes: {} -- !SpellHD +- !Spell + Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action @@ -14519,7 +14887,7 @@ Vous pouvez protéger une structure en permanence si vous lancez ce sort tous le - SRD: [Purify Food and Drink](srd_spells_purify_food_and_drink.md) --  Transmutation de niveau 1 +-  Transmutation de niveau 1 (rituel) - **Temps d'incantation :** 1 action diff --git a/Data/HD/hd_spells_agrandirretrecir.md b/Data/HD/hd_spells_agrandirretrecir.md index 101c72aa..a644841b 100644 --- a/Data/HD/hd_spells_agrandirretrecir.md +++ b/Data/HD/hd_spells_agrandirretrecir.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_aide.md b/Data/HD/hd_spells_aide.md index 9a58882b..4d9362aa 100644 --- a/Data/HD/hd_spells_aide.md +++ b/Data/HD/hd_spells_aide.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_alarme.md b/Data/HD/hd_spells_alarme.md index 747b820b..39721b76 100644 --- a/Data/HD/hd_spells_alarme.md +++ b/Data/HD/hd_spells_alarme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration Ritual: rituel diff --git a/Data/HD/hd_spells_allie_planaire.md b/Data/HD/hd_spells_allie_planaire.md index 1746c30f..77759feb 100644 --- a/Data/HD/hd_spells_allie_planaire.md +++ b/Data/HD/hd_spells_allie_planaire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_amelioration_de_caracteristique.md b/Data/HD/hd_spells_amelioration_de_caracteristique.md index a97fa612..7fcb9007 100644 --- a/Data/HD/hd_spells_amelioration_de_caracteristique.md +++ b/Data/HD/hd_spells_amelioration_de_caracteristique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_amitie_avec_les_animaux.md b/Data/HD/hd_spells_amitie_avec_les_animaux.md index 087aeddb..05382979 100644 --- a/Data/HD/hd_spells_amitie_avec_les_animaux.md +++ b/Data/HD/hd_spells_amitie_avec_les_animaux.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_animation_des_morts.md b/Data/HD/hd_spells_animation_des_morts.md index 8978432c..968e9ec1 100644 --- a/Data/HD/hd_spells_animation_des_morts.md +++ b/Data/HD/hd_spells_animation_des_morts.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 minute diff --git a/Data/HD/hd_spells_animation_des_objets.md b/Data/HD/hd_spells_animation_des_objets.md index 12ec68b1..752112f9 100644 --- a/Data/HD/hd_spells_animation_des_objets.md +++ b/Data/HD/hd_spells_animation_des_objets.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_apaisement_des_emotions.md b/Data/HD/hd_spells_apaisement_des_emotions.md index 1177d59d..ff760b8a 100644 --- a/Data/HD/hd_spells_apaisement_des_emotions.md +++ b/Data/HD/hd_spells_apaisement_des_emotions.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_apparence_trompeuse.md b/Data/HD/hd_spells_apparence_trompeuse.md index 79bba52d..20a64d2f 100644 --- a/Data/HD/hd_spells_apparence_trompeuse.md +++ b/Data/HD/hd_spells_apparence_trompeuse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_appel_de_familier.md b/Data/HD/hd_spells_appel_de_familier.md index 572951f5..00951071 100644 --- a/Data/HD/hd_spells_appel_de_familier.md +++ b/Data/HD/hd_spells_appel_de_familier.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation Ritual: rituel diff --git a/Data/HD/hd_spells_appel_de_la_foudre.md b/Data/HD/hd_spells_appel_de_la_foudre.md index cd9e3f85..0ec392cb 100644 --- a/Data/HD/hd_spells_appel_de_la_foudre.md +++ b/Data/HD/hd_spells_appel_de_la_foudre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_arc_enchante.md b/Data/HD/hd_spells_arc_enchante.md index fc99c6a9..5f092143 100644 --- a/Data/HD/hd_spells_arc_enchante.md +++ b/Data/HD/hd_spells_arc_enchante.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_arme_magique.md b/Data/HD/hd_spells_arme_magique.md index 24af03b8..596ca2a0 100644 --- a/Data/HD/hd_spells_arme_magique.md +++ b/Data/HD/hd_spells_arme_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_arme_sainte.md b/Data/HD/hd_spells_arme_sainte.md index 0056cd53..4ed2eab1 100644 --- a/Data/HD/hd_spells_arme_sainte.md +++ b/Data/HD/hd_spells_arme_sainte.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_arme_spirituelle.md b/Data/HD/hd_spells_arme_spirituelle.md index 159fde10..0c4ac2a5 100644 --- a/Data/HD/hd_spells_arme_spirituelle.md +++ b/Data/HD/hd_spells_arme_spirituelle.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_armure_du_mage.md b/Data/HD/hd_spells_armure_du_mage.md index ad24a805..3a4ff786 100644 --- a/Data/HD/hd_spells_armure_du_mage.md +++ b/Data/HD/hd_spells_armure_du_mage.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_arret_du_temps.md b/Data/HD/hd_spells_arret_du_temps.md index 63b5e7ac..ac67eaf4 100644 --- a/Data/HD/hd_spells_arret_du_temps.md +++ b/Data/HD/hd_spells_arret_du_temps.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_aspersion_acide.md b/Data/HD/hd_spells_aspersion_acide.md index 25e62577..31da72be 100644 --- a/Data/HD/hd_spells_aspersion_acide.md +++ b/Data/HD/hd_spells_aspersion_acide.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_assassin_imaginaire.md b/Data/HD/hd_spells_assassin_imaginaire.md index 8b8f48fa..5d543caa 100644 --- a/Data/HD/hd_spells_assassin_imaginaire.md +++ b/Data/HD/hd_spells_assassin_imaginaire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_assistance.md b/Data/HD/hd_spells_assistance.md index 651aed9a..91468c94 100644 --- a/Data/HD/hd_spells_assistance.md +++ b/Data/HD/hd_spells_assistance.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_augure.md b/Data/HD/hd_spells_augure.md index 195708dd..be51d6e3 100644 --- a/Data/HD/hd_spells_augure.md +++ b/Data/HD/hd_spells_augure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Divination CastingTime: 1 minute diff --git a/Data/HD/hd_spells_aura_de_force.md b/Data/HD/hd_spells_aura_de_force.md index c270e37c..77ba4941 100644 --- a/Data/HD/hd_spells_aura_de_force.md +++ b/Data/HD/hd_spells_aura_de_force.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_aura_du_heros.md b/Data/HD/hd_spells_aura_du_heros.md index 02934d86..77665d1d 100644 --- a/Data/HD/hd_spells_aura_du_heros.md +++ b/Data/HD/hd_spells_aura_du_heros.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_aura_magique_de_larcaniste.md b/Data/HD/hd_spells_aura_magique_de_larcaniste.md index 4fc65f6a..f6398392 100644 --- a/Data/HD/hd_spells_aura_magique_de_larcaniste.md +++ b/Data/HD/hd_spells_aura_magique_de_larcaniste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_aura_sacree.md b/Data/HD/hd_spells_aura_sacree.md index aaa8a6af..34fb35d0 100644 --- a/Data/HD/hd_spells_aura_sacree.md +++ b/Data/HD/hd_spells_aura_sacree.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_bagou.md b/Data/HD/hd_spells_bagou.md index 86f9961a..de2832fe 100644 --- a/Data/HD/hd_spells_bagou.md +++ b/Data/HD/hd_spells_bagou.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_baies_nourricieres.md b/Data/HD/hd_spells_baies_nourricieres.md index a7f32581..79169194 100644 --- a/Data/HD/hd_spells_baies_nourricieres.md +++ b/Data/HD/hd_spells_baies_nourricieres.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_balisage.md b/Data/HD/hd_spells_balisage.md index 8138e7db..7c0d1bb4 100644 --- a/Data/HD/hd_spells_balisage.md +++ b/Data/HD/hd_spells_balisage.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_bannissement.md b/Data/HD/hd_spells_bannissement.md index 66e26153..12cfd0f2 100644 --- a/Data/HD/hd_spells_bannissement.md +++ b/Data/HD/hd_spells_bannissement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_barriere_de_lames.md b/Data/HD/hd_spells_barriere_de_lames.md index 064f78f7..f7452d23 100644 --- a/Data/HD/hd_spells_barriere_de_lames.md +++ b/Data/HD/hd_spells_barriere_de_lames.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_benediction.md b/Data/HD/hd_spells_benediction.md index ec292041..147d0d87 100644 --- a/Data/HD/hd_spells_benediction.md +++ b/Data/HD/hd_spells_benediction.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_benediction_heroique.md b/Data/HD/hd_spells_benediction_heroique.md index 68ecc910..7af0ccad 100644 --- a/Data/HD/hd_spells_benediction_heroique.md +++ b/Data/HD/hd_spells_benediction_heroique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_blessure.md b/Data/HD/hd_spells_blessure.md index 2c42d7b3..59bc768f 100644 --- a/Data/HD/hd_spells_blessure.md +++ b/Data/HD/hd_spells_blessure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_bouche_magique.md b/Data/HD/hd_spells_bouche_magique.md index 6eddfaa9..22d1481e 100644 --- a/Data/HD/hd_spells_bouche_magique.md +++ b/Data/HD/hd_spells_bouche_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion Ritual: rituel diff --git a/Data/HD/hd_spells_bouclier.md b/Data/HD/hd_spells_bouclier.md index 752efb79..b58ffe9f 100644 --- a/Data/HD/hd_spells_bouclier.md +++ b/Data/HD/hd_spells_bouclier.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 réaction à effectuer lorsque vous êtes touché par une attaque ou un sort de _[projectile magique](hd_spells_projectile_magique.md)_ diff --git a/Data/HD/hd_spells_bouclier_de_feu.md b/Data/HD/hd_spells_bouclier_de_feu.md index fbed60e5..dbebab28 100644 --- a/Data/HD/hd_spells_bouclier_de_feu.md +++ b/Data/HD/hd_spells_bouclier_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_bouclier_de_la_foi.md b/Data/HD/hd_spells_bouclier_de_la_foi.md index 411cf98e..bc2382d4 100644 --- a/Data/HD/hd_spells_bouclier_de_la_foi.md +++ b/Data/HD/hd_spells_bouclier_de_la_foi.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_bouffee_de_poison.md b/Data/HD/hd_spells_bouffee_de_poison.md index 3a489e64..eb56e89f 100644 --- a/Data/HD/hd_spells_bouffee_de_poison.md +++ b/Data/HD/hd_spells_bouffee_de_poison.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_boule_de_feu.md b/Data/HD/hd_spells_boule_de_feu.md index a20922f7..90c63921 100644 --- a/Data/HD/hd_spells_boule_de_feu.md +++ b/Data/HD/hd_spells_boule_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_boule_de_feu_a_explosion_retardee.md b/Data/HD/hd_spells_boule_de_feu_a_explosion_retardee.md index a5962fd7..0573c538 100644 --- a/Data/HD/hd_spells_boule_de_feu_a_explosion_retardee.md +++ b/Data/HD/hd_spells_boule_de_feu_a_explosion_retardee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_bourrasque.md b/Data/HD/hd_spells_bourrasque.md index f8fd1cae..715c25df 100644 --- a/Data/HD/hd_spells_bourrasque.md +++ b/Data/HD/hd_spells_bourrasque.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_briser.md b/Data/HD/hd_spells_briser.md index c49ce3fa..485b1e2b 100644 --- a/Data/HD/hd_spells_briser.md +++ b/Data/HD/hd_spells_briser.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_brulure_du_juste.md b/Data/HD/hd_spells_brulure_du_juste.md index 9b4eb31e..3c84c059 100644 --- a/Data/HD/hd_spells_brulure_du_juste.md +++ b/Data/HD/hd_spells_brulure_du_juste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_cage_de_force.md b/Data/HD/hd_spells_cage_de_force.md index c8456c2e..09c348c8 100644 --- a/Data/HD/hd_spells_cage_de_force.md +++ b/Data/HD/hd_spells_cage_de_force.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_caresse_du_vampire.md b/Data/HD/hd_spells_caresse_du_vampire.md index baf5b511..77c546e5 100644 --- a/Data/HD/hd_spells_caresse_du_vampire.md +++ b/Data/HD/hd_spells_caresse_du_vampire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_catalepsie.md b/Data/HD/hd_spells_catalepsie.md index 179d8d38..f327fd9b 100644 --- a/Data/HD/hd_spells_catalepsie.md +++ b/Data/HD/hd_spells_catalepsie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_cecitesurdite.md b/Data/HD/hd_spells_cecitesurdite.md index 2aff7a9e..a0fe0e06 100644 --- a/Data/HD/hd_spells_cecitesurdite.md +++ b/Data/HD/hd_spells_cecitesurdite.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_cercle_de_mort.md b/Data/HD/hd_spells_cercle_de_mort.md index 7ba0741f..a8e9f8ec 100644 --- a/Data/HD/hd_spells_cercle_de_mort.md +++ b/Data/HD/hd_spells_cercle_de_mort.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_cercle_de_teleportation.md b/Data/HD/hd_spells_cercle_de_teleportation.md index 70596656..361f053c 100644 --- a/Data/HD/hd_spells_cercle_de_teleportation.md +++ b/Data/HD/hd_spells_cercle_de_teleportation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_cercle_magique.md b/Data/HD/hd_spells_cercle_magique.md index 6b301e11..e894e1ef 100644 --- a/Data/HD/hd_spells_cercle_magique.md +++ b/Data/HD/hd_spells_cercle_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 minute diff --git a/Data/HD/hd_spells_chaine_declairs.md b/Data/HD/hd_spells_chaine_declairs.md index f0587ddf..0aa1c85d 100644 --- a/Data/HD/hd_spells_chaine_declairs.md +++ b/Data/HD/hd_spells_chaine_declairs.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_champ_antimagie.md b/Data/HD/hd_spells_champ_antimagie.md index 5e6f060d..6a1e49f6 100644 --- a/Data/HD/hd_spells_champ_antimagie.md +++ b/Data/HD/hd_spells_champ_antimagie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_changement_de_forme.md b/Data/HD/hd_spells_changement_de_forme.md index ce1b5490..bb5b880d 100644 --- a/Data/HD/hd_spells_changement_de_forme.md +++ b/Data/HD/hd_spells_changement_de_forme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_changement_de_plan.md b/Data/HD/hd_spells_changement_de_plan.md index 70fe2fce..aba87025 100644 --- a/Data/HD/hd_spells_changement_de_plan.md +++ b/Data/HD/hd_spells_changement_de_plan.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_charme_personne.md b/Data/HD/hd_spells_charme_personne.md index 4c4ff396..949b3d98 100644 --- a/Data/HD/hd_spells_charme_personne.md +++ b/Data/HD/hd_spells_charme_personne.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_chauffer_le_metal.md b/Data/HD/hd_spells_chauffer_le_metal.md index cf970ac3..b908d504 100644 --- a/Data/HD/hd_spells_chauffer_le_metal.md +++ b/Data/HD/hd_spells_chauffer_le_metal.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_chien_de_garde.md b/Data/HD/hd_spells_chien_de_garde.md index e12dadfe..e8e7713c 100644 --- a/Data/HD/hd_spells_chien_de_garde.md +++ b/Data/HD/hd_spells_chien_de_garde.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_choc_des_titans.md b/Data/HD/hd_spells_choc_des_titans.md index 7c76f92a..fa5b5b16 100644 --- a/Data/HD/hd_spells_choc_des_titans.md +++ b/Data/HD/hd_spells_choc_des_titans.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_clairvoyance.md b/Data/HD/hd_spells_clairvoyance.md index 30235757..926a125d 100644 --- a/Data/HD/hd_spells_clairvoyance.md +++ b/Data/HD/hd_spells_clairvoyance.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Divination CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_clignotement.md b/Data/HD/hd_spells_clignotement.md index 48f99475..d6c1081e 100644 --- a/Data/HD/hd_spells_clignotement.md +++ b/Data/HD/hd_spells_clignotement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_clone.md b/Data/HD/hd_spells_clone.md index 89b963bb..5ca77d47 100644 --- a/Data/HD/hd_spells_clone.md +++ b/Data/HD/hd_spells_clone.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Nécromancie CastingTime: 1 heure diff --git a/Data/HD/hd_spells_coercition_mystique.md b/Data/HD/hd_spells_coercition_mystique.md index 0454eff7..55e17556 100644 --- a/Data/HD/hd_spells_coercition_mystique.md +++ b/Data/HD/hd_spells_coercition_mystique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 minute diff --git a/Data/HD/hd_spells_coffre_secret.md b/Data/HD/hd_spells_coffre_secret.md index 64f30c55..e1b70f4c 100644 --- a/Data/HD/hd_spells_coffre_secret.md +++ b/Data/HD/hd_spells_coffre_secret.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_colere_des_damnes.md b/Data/HD/hd_spells_colere_des_damnes.md index 5f3b8464..2c56758b 100644 --- a/Data/HD/hd_spells_colere_des_damnes.md +++ b/Data/HD/hd_spells_colere_des_damnes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_collet_magique.md b/Data/HD/hd_spells_collet_magique.md index 64787d12..ab50f033 100644 --- a/Data/HD/hd_spells_collet_magique.md +++ b/Data/HD/hd_spells_collet_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_colonne_de_flamme.md b/Data/HD/hd_spells_colonne_de_flamme.md index 68757daa..03f9d090 100644 --- a/Data/HD/hd_spells_colonne_de_flamme.md +++ b/Data/HD/hd_spells_colonne_de_flamme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_communication_avec_les_animaux.md b/Data/HD/hd_spells_communication_avec_les_animaux.md index 1f314088..2742ba5c 100644 --- a/Data/HD/hd_spells_communication_avec_les_animaux.md +++ b/Data/HD/hd_spells_communication_avec_les_animaux.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_communication_avec_les_morts.md b/Data/HD/hd_spells_communication_avec_les_morts.md index 9978172f..e2a74a08 100644 --- a/Data/HD/hd_spells_communication_avec_les_morts.md +++ b/Data/HD/hd_spells_communication_avec_les_morts.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_communication_avec_les_plantes.md b/Data/HD/hd_spells_communication_avec_les_plantes.md index b3bd0cc3..4c2726c0 100644 --- a/Data/HD/hd_spells_communication_avec_les_plantes.md +++ b/Data/HD/hd_spells_communication_avec_les_plantes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_communion.md b/Data/HD/hd_spells_communion.md index 78244cbe..45bbacb2 100644 --- a/Data/HD/hd_spells_communion.md +++ b/Data/HD/hd_spells_communion.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_communion_avec_la_nature.md b/Data/HD/hd_spells_communion_avec_la_nature.md index b18aa900..78d173f8 100644 --- a/Data/HD/hd_spells_communion_avec_la_nature.md +++ b/Data/HD/hd_spells_communion_avec_la_nature.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_compagnon_animal.md b/Data/HD/hd_spells_compagnon_animal.md index 1f74ee63..df2fb3ed 100644 --- a/Data/HD/hd_spells_compagnon_animal.md +++ b/Data/HD/hd_spells_compagnon_animal.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 minute diff --git a/Data/HD/hd_spells_comprehension_des_langues.md b/Data/HD/hd_spells_comprehension_des_langues.md index 35e16c17..ce2dc765 100644 --- a/Data/HD/hd_spells_comprehension_des_langues.md +++ b/Data/HD/hd_spells_comprehension_des_langues.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_compulsion.md b/Data/HD/hd_spells_compulsion.md index 5f662a28..b4be4cf3 100644 --- a/Data/HD/hd_spells_compulsion.md +++ b/Data/HD/hd_spells_compulsion.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_cone_de_froid.md b/Data/HD/hd_spells_cone_de_froid.md index dff6b68b..b3227fa0 100644 --- a/Data/HD/hd_spells_cone_de_froid.md +++ b/Data/HD/hd_spells_cone_de_froid.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_confusion.md b/Data/HD/hd_spells_confusion.md index c8aa03af..b216b3da 100644 --- a/Data/HD/hd_spells_confusion.md +++ b/Data/HD/hd_spells_confusion.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_contact_glacial.md b/Data/HD/hd_spells_contact_glacial.md index 27a84a24..ebaf5b82 100644 --- a/Data/HD/hd_spells_contact_glacial.md +++ b/Data/HD/hd_spells_contact_glacial.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_contacter_un_autre_plan.md b/Data/HD/hd_spells_contacter_un_autre_plan.md index 43ebd71f..233a29bf 100644 --- a/Data/HD/hd_spells_contacter_un_autre_plan.md +++ b/Data/HD/hd_spells_contacter_un_autre_plan.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_contagion.md b/Data/HD/hd_spells_contagion.md index bb7c38e8..8ecda316 100644 --- a/Data/HD/hd_spells_contagion.md +++ b/Data/HD/hd_spells_contagion.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_contamination.md b/Data/HD/hd_spells_contamination.md index 3b0d9380..b3617dc4 100644 --- a/Data/HD/hd_spells_contamination.md +++ b/Data/HD/hd_spells_contamination.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_contingence.md b/Data/HD/hd_spells_contingence.md index 26598b08..ca54889c 100644 --- a/Data/HD/hd_spells_contingence.md +++ b/Data/HD/hd_spells_contingence.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_contresort.md b/Data/HD/hd_spells_contresort.md index 03c88c03..69639b03 100644 --- a/Data/HD/hd_spells_contresort.md +++ b/Data/HD/hd_spells_contresort.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 réaction à utiliser quand vous voyez une créature située dans un rayon de 18 mètres autour de vous lancer un sort diff --git a/Data/HD/hd_spells_controle_de_leau.md b/Data/HD/hd_spells_controle_de_leau.md index 1809ab53..f647ea22 100644 --- a/Data/HD/hd_spells_controle_de_leau.md +++ b/Data/HD/hd_spells_controle_de_leau.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_controle_du_climat.md b/Data/HD/hd_spells_controle_du_climat.md index fbfa81bf..bea21adb 100644 --- a/Data/HD/hd_spells_controle_du_climat.md +++ b/Data/HD/hd_spells_controle_du_climat.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Transmutation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_convocations_instantanees.md b/Data/HD/hd_spells_convocations_instantanees.md index c6873d30..f0c07587 100644 --- a/Data/HD/hd_spells_convocations_instantanees.md +++ b/Data/HD/hd_spells_convocations_instantanees.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation Ritual: rituel diff --git a/Data/HD/hd_spells_coquille_antivie.md b/Data/HD/hd_spells_coquille_antivie.md index a2852e32..327ed8e5 100644 --- a/Data/HD/hd_spells_coquille_antivie.md +++ b/Data/HD/hd_spells_coquille_antivie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_corde_enchantee.md b/Data/HD/hd_spells_corde_enchantee.md index ce0904c3..c0cb0728 100644 --- a/Data/HD/hd_spells_corde_enchantee.md +++ b/Data/HD/hd_spells_corde_enchantee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_couleurs_dansantes.md b/Data/HD/hd_spells_couleurs_dansantes.md index 19da7e38..d01a5238 100644 --- a/Data/HD/hd_spells_couleurs_dansantes.md +++ b/Data/HD/hd_spells_couleurs_dansantes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_creation.md b/Data/HD/hd_spells_creation.md index 309a7b66..da672b30 100644 --- a/Data/HD/hd_spells_creation.md +++ b/Data/HD/hd_spells_creation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 minute diff --git a/Data/HD/hd_spells_creation_de_mort_vivant.md b/Data/HD/hd_spells_creation_de_mort_vivant.md index 6d1231cc..ab4bc1bc 100644 --- a/Data/HD/hd_spells_creation_de_mort_vivant.md +++ b/Data/HD/hd_spells_creation_de_mort_vivant.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 minute diff --git a/Data/HD/hd_spells_creation_de_nourriture_et_deau.md b/Data/HD/hd_spells_creation_de_nourriture_et_deau.md index c639c802..d2f6e4d3 100644 --- a/Data/HD/hd_spells_creation_de_nourriture_et_deau.md +++ b/Data/HD/hd_spells_creation_de_nourriture_et_deau.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_creation_ou_destruction_deau.md b/Data/HD/hd_spells_creation_ou_destruction_deau.md index cfc52aba..8457f314 100644 --- a/Data/HD/hd_spells_creation_ou_destruction_deau.md +++ b/Data/HD/hd_spells_creation_ou_destruction_deau.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_croissance_depines.md b/Data/HD/hd_spells_croissance_depines.md index d4d8efed..fe3c2ea5 100644 --- a/Data/HD/hd_spells_croissance_depines.md +++ b/Data/HD/hd_spells_croissance_depines.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_croissance_vegetale.md b/Data/HD/hd_spells_croissance_vegetale.md index a3355d69..78c5fe7b 100644 --- a/Data/HD/hd_spells_croissance_vegetale.md +++ b/Data/HD/hd_spells_croissance_vegetale.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action ou 8 heures diff --git a/Data/HD/hd_spells_danse_irresistible.md b/Data/HD/hd_spells_danse_irresistible.md index 92ff54a8..06b61eee 100644 --- a/Data/HD/hd_spells_danse_irresistible.md +++ b/Data/HD/hd_spells_danse_irresistible.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_deblocage.md b/Data/HD/hd_spells_deblocage.md index e2635fcd..88580265 100644 --- a/Data/HD/hd_spells_deblocage.md +++ b/Data/HD/hd_spells_deblocage.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_deguisement.md b/Data/HD/hd_spells_deguisement.md index f6ee9341..f9eee0a5 100644 --- a/Data/HD/hd_spells_deguisement.md +++ b/Data/HD/hd_spells_deguisement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_demi_plan.md b/Data/HD/hd_spells_demi_plan.md index 03e96eaa..6af1ad76 100644 --- a/Data/HD/hd_spells_demi_plan.md +++ b/Data/HD/hd_spells_demi_plan.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_deplacer_la_terre.md b/Data/HD/hd_spells_deplacer_la_terre.md index 33a0b1db..c130ba46 100644 --- a/Data/HD/hd_spells_deplacer_la_terre.md +++ b/Data/HD/hd_spells_deplacer_la_terre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_desintegration.md b/Data/HD/hd_spells_desintegration.md index c7dde8ca..668e83d1 100644 --- a/Data/HD/hd_spells_desintegration.md +++ b/Data/HD/hd_spells_desintegration.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_dessiccation.md b/Data/HD/hd_spells_dessiccation.md index c105f140..cb5dca40 100644 --- a/Data/HD/hd_spells_dessiccation.md +++ b/Data/HD/hd_spells_dessiccation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_detection_de_la_magie.md b/Data/HD/hd_spells_detection_de_la_magie.md index 1571275e..0ad311c0 100644 --- a/Data/HD/hd_spells_detection_de_la_magie.md +++ b/Data/HD/hd_spells_detection_de_la_magie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_detection_des_pensees.md b/Data/HD/hd_spells_detection_des_pensees.md index 4942b14e..0d1e069b 100644 --- a/Data/HD/hd_spells_detection_des_pensees.md +++ b/Data/HD/hd_spells_detection_des_pensees.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_detection_du_mal_et_du_bien.md b/Data/HD/hd_spells_detection_du_mal_et_du_bien.md index ad5b9e68..e13cecfe 100644 --- a/Data/HD/hd_spells_detection_du_mal_et_du_bien.md +++ b/Data/HD/hd_spells_detection_du_mal_et_du_bien.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_detection_du_poison_et_des_maladies.md b/Data/HD/hd_spells_detection_du_poison_et_des_maladies.md index 1acf396b..31b9ed2a 100644 --- a/Data/HD/hd_spells_detection_du_poison_et_des_maladies.md +++ b/Data/HD/hd_spells_detection_du_poison_et_des_maladies.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_disque_flottant.md b/Data/HD/hd_spells_disque_flottant.md index 98c28cea..6cbae283 100644 --- a/Data/HD/hd_spells_disque_flottant.md +++ b/Data/HD/hd_spells_disque_flottant.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation Ritual: rituel diff --git a/Data/HD/hd_spells_dissipation_de_la_magie.md b/Data/HD/hd_spells_dissipation_de_la_magie.md index 73bd3201..35eba17c 100644 --- a/Data/HD/hd_spells_dissipation_de_la_magie.md +++ b/Data/HD/hd_spells_dissipation_de_la_magie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_dissipation_du_mal_et_du_bien.md b/Data/HD/hd_spells_dissipation_du_mal_et_du_bien.md index ecbb4eff..cb797f1c 100644 --- a/Data/HD/hd_spells_dissipation_du_mal_et_du_bien.md +++ b/Data/HD/hd_spells_dissipation_du_mal_et_du_bien.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_divination.md b/Data/HD/hd_spells_divination.md index 74068a81..d97810cf 100644 --- a/Data/HD/hd_spells_divination.md +++ b/Data/HD/hd_spells_divination.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_doigt_de_mort.md b/Data/HD/hd_spells_doigt_de_mort.md index 34628ede..78627a5e 100644 --- a/Data/HD/hd_spells_doigt_de_mort.md +++ b/Data/HD/hd_spells_doigt_de_mort.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_dominer_un_humanoide.md b/Data/HD/hd_spells_dominer_un_humanoide.md index f3a4f500..45bdb062 100644 --- a/Data/HD/hd_spells_dominer_un_humanoide.md +++ b/Data/HD/hd_spells_dominer_un_humanoide.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_dominer_un_monstre.md b/Data/HD/hd_spells_dominer_un_monstre.md index 4b80f669..4409f7af 100644 --- a/Data/HD/hd_spells_dominer_un_monstre.md +++ b/Data/HD/hd_spells_dominer_un_monstre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_dominer_une_bete.md b/Data/HD/hd_spells_dominer_une_bete.md index b1891bf6..fa15bfed 100644 --- a/Data/HD/hd_spells_dominer_une_bete.md +++ b/Data/HD/hd_spells_dominer_une_bete.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_doux_repos.md b/Data/HD/hd_spells_doux_repos.md index 197ff35c..b4c33004 100644 --- a/Data/HD/hd_spells_doux_repos.md +++ b/Data/HD/hd_spells_doux_repos.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Nécromancie Ritual: rituel diff --git a/Data/HD/hd_spells_druidisme.md b/Data/HD/hd_spells_druidisme.md index cbb9cf77..95e71bbf 100644 --- a/Data/HD/hd_spells_druidisme.md +++ b/Data/HD/hd_spells_druidisme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_eclair.md b/Data/HD/hd_spells_eclair.md index 66c5c24b..39928f8c 100644 --- a/Data/HD/hd_spells_eclair.md +++ b/Data/HD/hd_spells_eclair.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_eclat_de_bois.md b/Data/HD/hd_spells_eclat_de_bois.md index 7b38a4f3..484f1d48 100644 --- a/Data/HD/hd_spells_eclat_de_bois.md +++ b/Data/HD/hd_spells_eclat_de_bois.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_eclat_du_soleil.md b/Data/HD/hd_spells_eclat_du_soleil.md index 96250e86..461a239f 100644 --- a/Data/HD/hd_spells_eclat_du_soleil.md +++ b/Data/HD/hd_spells_eclat_du_soleil.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_embruns_prismatiques.md b/Data/HD/hd_spells_embruns_prismatiques.md index a7abe98e..e05895a8 100644 --- a/Data/HD/hd_spells_embruns_prismatiques.md +++ b/Data/HD/hd_spells_embruns_prismatiques.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_emprisonnement.md b/Data/HD/hd_spells_emprisonnement.md index 98539632..216a4d8b 100644 --- a/Data/HD/hd_spells_emprisonnement.md +++ b/Data/HD/hd_spells_emprisonnement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Abjuration CastingTime: 1 minute diff --git a/Data/HD/hd_spells_enchevetrement.md b/Data/HD/hd_spells_enchevetrement.md index dac79a78..db9b2744 100644 --- a/Data/HD/hd_spells_enchevetrement.md +++ b/Data/HD/hd_spells_enchevetrement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_entrave_planaire.md b/Data/HD/hd_spells_entrave_planaire.md index 48032a23..649f9514 100644 --- a/Data/HD/hd_spells_entrave_planaire.md +++ b/Data/HD/hd_spells_entrave_planaire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 heure diff --git a/Data/HD/hd_spells_envoi_de_message.md b/Data/HD/hd_spells_envoi_de_message.md index 926e79e2..86d3c33e 100644 --- a/Data/HD/hd_spells_envoi_de_message.md +++ b/Data/HD/hd_spells_envoi_de_message.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_envoutement.md b/Data/HD/hd_spells_envoutement.md index 37e6fe1b..9e82c475 100644 --- a/Data/HD/hd_spells_envoutement.md +++ b/Data/HD/hd_spells_envoutement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_epargner_les_mourants.md b/Data/HD/hd_spells_epargner_les_mourants.md index cd686e33..0fef0b0a 100644 --- a/Data/HD/hd_spells_epargner_les_mourants.md +++ b/Data/HD/hd_spells_epargner_les_mourants.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_epee_du_juste.md b/Data/HD/hd_spells_epee_du_juste.md index e2b75f30..ab944fb3 100644 --- a/Data/HD/hd_spells_epee_du_juste.md +++ b/Data/HD/hd_spells_epee_du_juste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_epee_magique.md b/Data/HD/hd_spells_epee_magique.md index 12ae24de..d311fac7 100644 --- a/Data/HD/hd_spells_epee_magique.md +++ b/Data/HD/hd_spells_epee_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_esprit_faible.md b/Data/HD/hd_spells_esprit_faible.md index fb5ce27d..a5442168 100644 --- a/Data/HD/hd_spells_esprit_faible.md +++ b/Data/HD/hd_spells_esprit_faible.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_esprit_impenetrable.md b/Data/HD/hd_spells_esprit_impenetrable.md index 754658dd..f90f9b66 100644 --- a/Data/HD/hd_spells_esprit_impenetrable.md +++ b/Data/HD/hd_spells_esprit_impenetrable.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_esprits_gardiens.md b/Data/HD/hd_spells_esprits_gardiens.md index ad6f2830..dfa74521 100644 --- a/Data/HD/hd_spells_esprits_gardiens.md +++ b/Data/HD/hd_spells_esprits_gardiens.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_etrangete.md b/Data/HD/hd_spells_etrangete.md index e8b6f36e..d187dc2f 100644 --- a/Data/HD/hd_spells_etrangete.md +++ b/Data/HD/hd_spells_etrangete.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_eveil.md b/Data/HD/hd_spells_eveil.md index 0072806b..990e0bae 100644 --- a/Data/HD/hd_spells_eveil.md +++ b/Data/HD/hd_spells_eveil.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Transmutation CastingTime: 8 heures diff --git a/Data/HD/hd_spells_excavation.md b/Data/HD/hd_spells_excavation.md index 3505ff73..b134b1e3 100644 --- a/Data/HD/hd_spells_excavation.md +++ b/Data/HD/hd_spells_excavation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_expiation_du_juste.md b/Data/HD/hd_spells_expiation_du_juste.md index 741b2183..430df7bf 100644 --- a/Data/HD/hd_spells_expiation_du_juste.md +++ b/Data/HD/hd_spells_expiation_du_juste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_explosion_occulte.md b/Data/HD/hd_spells_explosion_occulte.md index f1401935..0fccad08 100644 --- a/Data/HD/hd_spells_explosion_occulte.md +++ b/Data/HD/hd_spells_explosion_occulte.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_fabrication.md b/Data/HD/hd_spells_fabrication.md index d816818f..d94cad6e 100644 --- a/Data/HD/hd_spells_fabrication.md +++ b/Data/HD/hd_spells_fabrication.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Transmutation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_faconnage_de_la_pierre.md b/Data/HD/hd_spells_faconnage_de_la_pierre.md index 8b8fd5de..5dbfb713 100644 --- a/Data/HD/hd_spells_faconnage_de_la_pierre.md +++ b/Data/HD/hd_spells_faconnage_de_la_pierre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_faveur_divine.md b/Data/HD/hd_spells_faveur_divine.md index 32b64f4f..e458d2eb 100644 --- a/Data/HD/hd_spells_faveur_divine.md +++ b/Data/HD/hd_spells_faveur_divine.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_festin_des_heros.md b/Data/HD/hd_spells_festin_des_heros.md index 603ff563..f9a2003e 100644 --- a/Data/HD/hd_spells_festin_des_heros.md +++ b/Data/HD/hd_spells_festin_des_heros.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_flamboiement_funeste.md b/Data/HD/hd_spells_flamboiement_funeste.md index 61d3c7c2..814af5a9 100644 --- a/Data/HD/hd_spells_flamboiement_funeste.md +++ b/Data/HD/hd_spells_flamboiement_funeste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_flamme_eternelle.md b/Data/HD/hd_spells_flamme_eternelle.md index 6bb87f8c..7fb5a538 100644 --- a/Data/HD/hd_spells_flamme_eternelle.md +++ b/Data/HD/hd_spells_flamme_eternelle.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_flamme_sacree.md b/Data/HD/hd_spells_flamme_sacree.md index c5c81f9c..a63fc5cb 100644 --- a/Data/HD/hd_spells_flamme_sacree.md +++ b/Data/HD/hd_spells_flamme_sacree.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_fleau.md b/Data/HD/hd_spells_fleau.md index 5325efea..49b295e2 100644 --- a/Data/HD/hd_spells_fleau.md +++ b/Data/HD/hd_spells_fleau.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_fleau_dinsectes.md b/Data/HD/hd_spells_fleau_dinsectes.md index fa7cdfe0..6fc4015b 100644 --- a/Data/HD/hd_spells_fleau_dinsectes.md +++ b/Data/HD/hd_spells_fleau_dinsectes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_fleche_acide.md b/Data/HD/hd_spells_fleche_acide.md index 899ec021..397e1a38 100644 --- a/Data/HD/hd_spells_fleche_acide.md +++ b/Data/HD/hd_spells_fleche_acide.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_fletrissement.md b/Data/HD/hd_spells_fletrissement.md index e3e4509a..ab1dbc62 100644 --- a/Data/HD/hd_spells_fletrissement.md +++ b/Data/HD/hd_spells_fletrissement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_flou.md b/Data/HD/hd_spells_flou.md index 4ae461e1..773a7d9c 100644 --- a/Data/HD/hd_spells_flou.md +++ b/Data/HD/hd_spells_flou.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_forme_etheree.md b/Data/HD/hd_spells_forme_etheree.md index af9eb80d..33b6cc93 100644 --- a/Data/HD/hd_spells_forme_etheree.md +++ b/Data/HD/hd_spells_forme_etheree.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_forme_gazeuse.md b/Data/HD/hd_spells_forme_gazeuse.md index f3ef7329..f62b48c7 100644 --- a/Data/HD/hd_spells_forme_gazeuse.md +++ b/Data/HD/hd_spells_forme_gazeuse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_formes_animales.md b/Data/HD/hd_spells_formes_animales.md index c78fcd3b..16d8f2bb 100644 --- a/Data/HD/hd_spells_formes_animales.md +++ b/Data/HD/hd_spells_formes_animales.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_fou_rire.md b/Data/HD/hd_spells_fou_rire.md index 565ad842..9a140cc4 100644 --- a/Data/HD/hd_spells_fou_rire.md +++ b/Data/HD/hd_spells_fou_rire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_frappe_du_juste.md b/Data/HD/hd_spells_frappe_du_juste.md index 2571e558..39036642 100644 --- a/Data/HD/hd_spells_frappe_du_juste.md +++ b/Data/HD/hd_spells_frappe_du_juste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_frappe_lumineuse.md b/Data/HD/hd_spells_frappe_lumineuse.md index 30e44cf4..42ce7706 100644 --- a/Data/HD/hd_spells_frappe_lumineuse.md +++ b/Data/HD/hd_spells_frappe_lumineuse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_fusion_dans_la_pierre.md b/Data/HD/hd_spells_fusion_dans_la_pierre.md index 21520fb4..ba0cfc73 100644 --- a/Data/HD/hd_spells_fusion_dans_la_pierre.md +++ b/Data/HD/hd_spells_fusion_dans_la_pierre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation Ritual: rituel diff --git a/Data/HD/hd_spells_gardien_de_la_foi.md b/Data/HD/hd_spells_gardien_de_la_foi.md index 09373c62..b149efee 100644 --- a/Data/HD/hd_spells_gardien_de_la_foi.md +++ b/Data/HD/hd_spells_gardien_de_la_foi.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_geyser_denergie.md b/Data/HD/hd_spells_geyser_denergie.md index 301de703..7e7b39a8 100644 --- a/Data/HD/hd_spells_geyser_denergie.md +++ b/Data/HD/hd_spells_geyser_denergie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_globe_dinvulnerabilite.md b/Data/HD/hd_spells_globe_dinvulnerabilite.md index f869a4f0..229a60be 100644 --- a/Data/HD/hd_spells_globe_dinvulnerabilite.md +++ b/Data/HD/hd_spells_globe_dinvulnerabilite.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_glyphe_de_protection.md b/Data/HD/hd_spells_glyphe_de_protection.md index e479ffe3..f34e1f6c 100644 --- a/Data/HD/hd_spells_glyphe_de_protection.md +++ b/Data/HD/hd_spells_glyphe_de_protection.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 heure diff --git a/Data/HD/hd_spells_gourdin_magique.md b/Data/HD/hd_spells_gourdin_magique.md index eae0b308..a485ed37 100644 --- a/Data/HD/hd_spells_gourdin_magique.md +++ b/Data/HD/hd_spells_gourdin_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_graisse.md b/Data/HD/hd_spells_graisse.md index 68249891..3e20255d 100644 --- a/Data/HD/hd_spells_graisse.md +++ b/Data/HD/hd_spells_graisse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_grande_foulee.md b/Data/HD/hd_spells_grande_foulee.md index 253ec4b2..e25f8622 100644 --- a/Data/HD/hd_spells_grande_foulee.md +++ b/Data/HD/hd_spells_grande_foulee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_guerison.md b/Data/HD/hd_spells_guerison.md index d3e79ac4..a5fbb4a4 100644 --- a/Data/HD/hd_spells_guerison.md +++ b/Data/HD/hd_spells_guerison.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_guerison_de_groupe.md b/Data/HD/hd_spells_guerison_de_groupe.md index 0170aca3..f046f091 100644 --- a/Data/HD/hd_spells_guerison_de_groupe.md +++ b/Data/HD/hd_spells_guerison_de_groupe.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_harmonique_miraculeuse.md b/Data/HD/hd_spells_harmonique_miraculeuse.md index 0f674932..4f43111c 100644 --- a/Data/HD/hd_spells_harmonique_miraculeuse.md +++ b/Data/HD/hd_spells_harmonique_miraculeuse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_hate.md b/Data/HD/hd_spells_hate.md index d70b546d..91668a8a 100644 --- a/Data/HD/hd_spells_hate.md +++ b/Data/HD/hd_spells_hate.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_heroisme.md b/Data/HD/hd_spells_heroisme.md index e134dee3..61463fd8 100644 --- a/Data/HD/hd_spells_heroisme.md +++ b/Data/HD/hd_spells_heroisme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_identification.md b/Data/HD/hd_spells_identification.md index e5b8fcc8..dd0fd8e5 100644 --- a/Data/HD/hd_spells_identification.md +++ b/Data/HD/hd_spells_identification.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_illusion_mineure.md b/Data/HD/hd_spells_illusion_mineure.md index ce26c292..e64e7d7e 100644 --- a/Data/HD/hd_spells_illusion_mineure.md +++ b/Data/HD/hd_spells_illusion_mineure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_illusion_programmee.md b/Data/HD/hd_spells_illusion_programmee.md index cc6c53d1..5b40d9bc 100644 --- a/Data/HD/hd_spells_illusion_programmee.md +++ b/Data/HD/hd_spells_illusion_programmee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_image_majeure.md b/Data/HD/hd_spells_image_majeure.md index 8321fe55..e8e24346 100644 --- a/Data/HD/hd_spells_image_majeure.md +++ b/Data/HD/hd_spells_image_majeure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_image_miroir.md b/Data/HD/hd_spells_image_miroir.md index f1a54f95..2a134c5a 100644 --- a/Data/HD/hd_spells_image_miroir.md +++ b/Data/HD/hd_spells_image_miroir.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_image_projetee.md b/Data/HD/hd_spells_image_projetee.md index 98a022c5..6dd58519 100644 --- a/Data/HD/hd_spells_image_projetee.md +++ b/Data/HD/hd_spells_image_projetee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_image_silencieuse.md b/Data/HD/hd_spells_image_silencieuse.md index 899fb433..43b5f113 100644 --- a/Data/HD/hd_spells_image_silencieuse.md +++ b/Data/HD/hd_spells_image_silencieuse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_immobiliser_un_humanoide.md b/Data/HD/hd_spells_immobiliser_un_humanoide.md index e6e4c04f..0e1bac31 100644 --- a/Data/HD/hd_spells_immobiliser_un_humanoide.md +++ b/Data/HD/hd_spells_immobiliser_un_humanoide.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_immobiliser_un_monstre.md b/Data/HD/hd_spells_immobiliser_un_monstre.md index 17a90f94..ea8739d5 100644 --- a/Data/HD/hd_spells_immobiliser_un_monstre.md +++ b/Data/HD/hd_spells_immobiliser_un_monstre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_injonction.md b/Data/HD/hd_spells_injonction.md index 7065feb9..84570792 100644 --- a/Data/HD/hd_spells_injonction.md +++ b/Data/HD/hd_spells_injonction.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_insecte_geant.md b/Data/HD/hd_spells_insecte_geant.md index be8b5818..9e86dd06 100644 --- a/Data/HD/hd_spells_insecte_geant.md +++ b/Data/HD/hd_spells_insecte_geant.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_instrument_fantomatique.md b/Data/HD/hd_spells_instrument_fantomatique.md index c574a16d..008bfacb 100644 --- a/Data/HD/hd_spells_instrument_fantomatique.md +++ b/Data/HD/hd_spells_instrument_fantomatique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_interdiction.md b/Data/HD/hd_spells_interdiction.md index 248dfca5..60e64ad9 100644 --- a/Data/HD/hd_spells_interdiction.md +++ b/Data/HD/hd_spells_interdiction.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Abjuration Ritual: rituel diff --git a/Data/HD/hd_spells_inversion_de_la_gravite.md b/Data/HD/hd_spells_inversion_de_la_gravite.md index 08a89995..ab00f9ed 100644 --- a/Data/HD/hd_spells_inversion_de_la_gravite.md +++ b/Data/HD/hd_spells_inversion_de_la_gravite.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_invisibilite.md b/Data/HD/hd_spells_invisibilite.md index c5afee5e..8a7bdfef 100644 --- a/Data/HD/hd_spells_invisibilite.md +++ b/Data/HD/hd_spells_invisibilite.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_invisibilite_superieure.md b/Data/HD/hd_spells_invisibilite_superieure.md index 97b70d73..c7af109c 100644 --- a/Data/HD/hd_spells_invisibilite_superieure.md +++ b/Data/HD/hd_spells_invisibilite_superieure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_invoquer_des_animaux.md b/Data/HD/hd_spells_invoquer_des_animaux.md index cbea8f3d..6ab4698f 100644 --- a/Data/HD/hd_spells_invoquer_des_animaux.md +++ b/Data/HD/hd_spells_invoquer_des_animaux.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_invoquer_des_elementaires_mineurs.md b/Data/HD/hd_spells_invoquer_des_elementaires_mineurs.md index e2dbd107..ef560327 100644 --- a/Data/HD/hd_spells_invoquer_des_elementaires_mineurs.md +++ b/Data/HD/hd_spells_invoquer_des_elementaires_mineurs.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_invoquer_des_etres_des_bois.md b/Data/HD/hd_spells_invoquer_des_etres_des_bois.md index bdf6fa97..14adfdf1 100644 --- a/Data/HD/hd_spells_invoquer_des_etres_des_bois.md +++ b/Data/HD/hd_spells_invoquer_des_etres_des_bois.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_invoquer_un_celeste.md b/Data/HD/hd_spells_invoquer_un_celeste.md index f160f15f..617847ea 100644 --- a/Data/HD/hd_spells_invoquer_un_celeste.md +++ b/Data/HD/hd_spells_invoquer_un_celeste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_invoquer_un_elementaire.md b/Data/HD/hd_spells_invoquer_un_elementaire.md index 67e0e657..699bacba 100644 --- a/Data/HD/hd_spells_invoquer_un_elementaire.md +++ b/Data/HD/hd_spells_invoquer_un_elementaire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_invoquer_une_fee.md b/Data/HD/hd_spells_invoquer_une_fee.md index 645d4c9a..57832a6d 100644 --- a/Data/HD/hd_spells_invoquer_une_fee.md +++ b/Data/HD/hd_spells_invoquer_une_fee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_jeter_une_malediction.md b/Data/HD/hd_spells_jeter_une_malediction.md index fec31e66..deeb97dd 100644 --- a/Data/HD/hd_spells_jeter_une_malediction.md +++ b/Data/HD/hd_spells_jeter_une_malediction.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_jugement_dernier.md b/Data/HD/hd_spells_jugement_dernier.md index 48230aa3..f3c228e0 100644 --- a/Data/HD/hd_spells_jugement_dernier.md +++ b/Data/HD/hd_spells_jugement_dernier.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_labyrinthe.md b/Data/HD/hd_spells_labyrinthe.md index b8105033..e6ad0b4d 100644 --- a/Data/HD/hd_spells_labyrinthe.md +++ b/Data/HD/hd_spells_labyrinthe.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_lame_de_feu.md b/Data/HD/hd_spells_lame_de_feu.md index 78b3678e..06eacba7 100644 --- a/Data/HD/hd_spells_lame_de_feu.md +++ b/Data/HD/hd_spells_lame_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_lance_du_juste.md b/Data/HD/hd_spells_lance_du_juste.md index c01e0e22..73733b49 100644 --- a/Data/HD/hd_spells_lance_du_juste.md +++ b/Data/HD/hd_spells_lance_du_juste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_langues.md b/Data/HD/hd_spells_langues.md index cf4dd8d1..c4885466 100644 --- a/Data/HD/hd_spells_langues.md +++ b/Data/HD/hd_spells_langues.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_legende.md b/Data/HD/hd_spells_legende.md index 54759d02..2a82827e 100644 --- a/Data/HD/hd_spells_legende.md +++ b/Data/HD/hd_spells_legende.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Divination CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_leger_comme_une_plume.md b/Data/HD/hd_spells_leger_comme_une_plume.md index 05635002..ce2e424d 100644 --- a/Data/HD/hd_spells_leger_comme_une_plume.md +++ b/Data/HD/hd_spells_leger_comme_une_plume.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 réaction, que vous effectuez quand vous-même ou une créature située dans un rayon de 18 mètres tombe soudain diff --git a/Data/HD/hd_spells_lenteur.md b/Data/HD/hd_spells_lenteur.md index cc25cd39..a3e41b2a 100644 --- a/Data/HD/hd_spells_lenteur.md +++ b/Data/HD/hd_spells_lenteur.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_lever_une_malediction.md b/Data/HD/hd_spells_lever_une_malediction.md index c2dfb408..bde81fdf 100644 --- a/Data/HD/hd_spells_lever_une_malediction.md +++ b/Data/HD/hd_spells_lever_une_malediction.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_levitation.md b/Data/HD/hd_spells_levitation.md index 459980e3..8227c3b0 100644 --- a/Data/HD/hd_spells_levitation.md +++ b/Data/HD/hd_spells_levitation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_liane_chasseresse.md b/Data/HD/hd_spells_liane_chasseresse.md index 980813d9..77b9cde0 100644 --- a/Data/HD/hd_spells_liane_chasseresse.md +++ b/Data/HD/hd_spells_liane_chasseresse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_liberte_de_mouvement.md b/Data/HD/hd_spells_liberte_de_mouvement.md index c99677ca..70a1a1dd 100644 --- a/Data/HD/hd_spells_liberte_de_mouvement.md +++ b/Data/HD/hd_spells_liberte_de_mouvement.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_lien_de_protection.md b/Data/HD/hd_spells_lien_de_protection.md index 915d7cc6..f5c5e279 100644 --- a/Data/HD/hd_spells_lien_de_protection.md +++ b/Data/HD/hd_spells_lien_de_protection.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_lien_telepathique.md b/Data/HD/hd_spells_lien_telepathique.md index abdda629..cdcbef0a 100644 --- a/Data/HD/hd_spells_lien_telepathique.md +++ b/Data/HD/hd_spells_lien_telepathique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_localiser_des_animaux_ou_des_plantes.md b/Data/HD/hd_spells_localiser_des_animaux_ou_des_plantes.md index 012757c1..4cecf311 100644 --- a/Data/HD/hd_spells_localiser_des_animaux_ou_des_plantes.md +++ b/Data/HD/hd_spells_localiser_des_animaux_ou_des_plantes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Divination Ritual: rituel diff --git a/Data/HD/hd_spells_localiser_un_objet.md b/Data/HD/hd_spells_localiser_un_objet.md index 5bb4dd3d..ebb065f4 100644 --- a/Data/HD/hd_spells_localiser_un_objet.md +++ b/Data/HD/hd_spells_localiser_un_objet.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_localiser_une_creature.md b/Data/HD/hd_spells_localiser_une_creature.md index d5c5fbfd..468c9ea9 100644 --- a/Data/HD/hd_spells_localiser_une_creature.md +++ b/Data/HD/hd_spells_localiser_une_creature.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_lueur_despoir.md b/Data/HD/hd_spells_lueur_despoir.md index e8ce566b..6cf021c3 100644 --- a/Data/HD/hd_spells_lueur_despoir.md +++ b/Data/HD/hd_spells_lueur_despoir.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_lueurs_feeriques.md b/Data/HD/hd_spells_lueurs_feeriques.md index e42a495b..926532f6 100644 --- a/Data/HD/hd_spells_lueurs_feeriques.md +++ b/Data/HD/hd_spells_lueurs_feeriques.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_lumiere.md b/Data/HD/hd_spells_lumiere.md index 1857d203..69ab0329 100644 --- a/Data/HD/hd_spells_lumiere.md +++ b/Data/HD/hd_spells_lumiere.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_lumiere_du_jour.md b/Data/HD/hd_spells_lumiere_du_jour.md index dab09f28..2128ea15 100644 --- a/Data/HD/hd_spells_lumiere_du_jour.md +++ b/Data/HD/hd_spells_lumiere_du_jour.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_lumieres_dansantes.md b/Data/HD/hd_spells_lumieres_dansantes.md index 2903ed65..3321a1f7 100644 --- a/Data/HD/hd_spells_lumieres_dansantes.md +++ b/Data/HD/hd_spells_lumieres_dansantes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_main_du_mage.md b/Data/HD/hd_spells_main_du_mage.md index 6a31d7b1..09dc92ea 100644 --- a/Data/HD/hd_spells_main_du_mage.md +++ b/Data/HD/hd_spells_main_du_mage.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_main_magique.md b/Data/HD/hd_spells_main_magique.md index 8dfb5e72..cdd5d0de 100644 --- a/Data/HD/hd_spells_main_magique.md +++ b/Data/HD/hd_spells_main_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mains_brulantes.md b/Data/HD/hd_spells_mains_brulantes.md index 97aad557..64a63ec2 100644 --- a/Data/HD/hd_spells_mains_brulantes.md +++ b/Data/HD/hd_spells_mains_brulantes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_manoir_somptueux.md b/Data/HD/hd_spells_manoir_somptueux.md index bd411afd..b73e557f 100644 --- a/Data/HD/hd_spells_manoir_somptueux.md +++ b/Data/HD/hd_spells_manoir_somptueux.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_manteau_de_givre.md b/Data/HD/hd_spells_manteau_de_givre.md index 3813d05f..eb6ec443 100644 --- a/Data/HD/hd_spells_manteau_de_givre.md +++ b/Data/HD/hd_spells_manteau_de_givre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_marche_sur_le_vent.md b/Data/HD/hd_spells_marche_sur_le_vent.md index d2e411ff..bfa628cd 100644 --- a/Data/HD/hd_spells_marche_sur_le_vent.md +++ b/Data/HD/hd_spells_marche_sur_le_vent.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_marche_sur_leau.md b/Data/HD/hd_spells_marche_sur_leau.md index b6ec8ee2..d1ced4b5 100644 --- a/Data/HD/hd_spells_marche_sur_leau.md +++ b/Data/HD/hd_spells_marche_sur_leau.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation Ritual: rituel diff --git a/Data/HD/hd_spells_marque_du_chasseur.md b/Data/HD/hd_spells_marque_du_chasseur.md index f63e7b71..9e129624 100644 --- a/Data/HD/hd_spells_marque_du_chasseur.md +++ b/Data/HD/hd_spells_marque_du_chasseur.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Divination CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_mauvais_oeil.md b/Data/HD/hd_spells_mauvais_oeil.md index 6d4e2b62..35bd080f 100644 --- a/Data/HD/hd_spells_mauvais_oeil.md +++ b/Data/HD/hd_spells_mauvais_oeil.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_message.md b/Data/HD/hd_spells_message.md index ab78f9c0..c5d201e7 100644 --- a/Data/HD/hd_spells_message.md +++ b/Data/HD/hd_spells_message.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_messager_animal.md b/Data/HD/hd_spells_messager_animal.md index 885cabd9..80da3039 100644 --- a/Data/HD/hd_spells_messager_animal.md +++ b/Data/HD/hd_spells_messager_animal.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement Ritual: rituel diff --git a/Data/HD/hd_spells_metamorphose.md b/Data/HD/hd_spells_metamorphose.md index d19d5d09..cf9e6873 100644 --- a/Data/HD/hd_spells_metamorphose.md +++ b/Data/HD/hd_spells_metamorphose.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_metamorphose_supreme.md b/Data/HD/hd_spells_metamorphose_supreme.md index 6a06d4c0..2a542aa6 100644 --- a/Data/HD/hd_spells_metamorphose_supreme.md +++ b/Data/HD/hd_spells_metamorphose_supreme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mirage.md b/Data/HD/hd_spells_mirage.md index 94ee2457..65ca4ac4 100644 --- a/Data/HD/hd_spells_mirage.md +++ b/Data/HD/hd_spells_mirage.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Illusion CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_modification_de_memoire.md b/Data/HD/hd_spells_modification_de_memoire.md index 06e6a71a..cdb624eb 100644 --- a/Data/HD/hd_spells_modification_de_memoire.md +++ b/Data/HD/hd_spells_modification_de_memoire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_modifier_son_apparence.md b/Data/HD/hd_spells_modifier_son_apparence.md index 455b18db..393ba613 100644 --- a/Data/HD/hd_spells_modifier_son_apparence.md +++ b/Data/HD/hd_spells_modifier_son_apparence.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_monture_fantome.md b/Data/HD/hd_spells_monture_fantome.md index 6bf0c5fa..ce949842 100644 --- a/Data/HD/hd_spells_monture_fantome.md +++ b/Data/HD/hd_spells_monture_fantome.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Illusion Ritual: rituel diff --git a/Data/HD/hd_spells_moquerie_cruelle.md b/Data/HD/hd_spells_moquerie_cruelle.md index 350ec733..5bccf845 100644 --- a/Data/HD/hd_spells_moquerie_cruelle.md +++ b/Data/HD/hd_spells_moquerie_cruelle.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_mot_de_guerison.md b/Data/HD/hd_spells_mot_de_guerison.md index 59b4c9a0..2450b688 100644 --- a/Data/HD/hd_spells_mot_de_guerison.md +++ b/Data/HD/hd_spells_mot_de_guerison.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_mot_de_guerison_de_groupe.md b/Data/HD/hd_spells_mot_de_guerison_de_groupe.md index 87c4827b..be427f56 100644 --- a/Data/HD/hd_spells_mot_de_guerison_de_groupe.md +++ b/Data/HD/hd_spells_mot_de_guerison_de_groupe.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_mot_de_pouvoir_etourdissant.md b/Data/HD/hd_spells_mot_de_pouvoir_etourdissant.md index 9b962159..5e932d9c 100644 --- a/Data/HD/hd_spells_mot_de_pouvoir_etourdissant.md +++ b/Data/HD/hd_spells_mot_de_pouvoir_etourdissant.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_mot_de_pouvoir_mortel.md b/Data/HD/hd_spells_mot_de_pouvoir_mortel.md index 38ee2d52..33d0fb3d 100644 --- a/Data/HD/hd_spells_mot_de_pouvoir_mortel.md +++ b/Data/HD/hd_spells_mot_de_pouvoir_mortel.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_mot_de_retour.md b/Data/HD/hd_spells_mot_de_retour.md index c7702d1e..b74fbfc4 100644 --- a/Data/HD/hd_spells_mot_de_retour.md +++ b/Data/HD/hd_spells_mot_de_retour.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_motif_hypnotique.md b/Data/HD/hd_spells_motif_hypnotique.md index 8cfb9905..fc27ba16 100644 --- a/Data/HD/hd_spells_motif_hypnotique.md +++ b/Data/HD/hd_spells_motif_hypnotique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_de_feu.md b/Data/HD/hd_spells_mur_de_feu.md index f1ad2dbe..29db4d4b 100644 --- a/Data/HD/hd_spells_mur_de_feu.md +++ b/Data/HD/hd_spells_mur_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_de_force.md b/Data/HD/hd_spells_mur_de_force.md index e635978d..0a9ad8a4 100644 --- a/Data/HD/hd_spells_mur_de_force.md +++ b/Data/HD/hd_spells_mur_de_force.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_de_glace.md b/Data/HD/hd_spells_mur_de_glace.md index 0b418c48..e47a13c3 100644 --- a/Data/HD/hd_spells_mur_de_glace.md +++ b/Data/HD/hd_spells_mur_de_glace.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_de_pierre.md b/Data/HD/hd_spells_mur_de_pierre.md index 30213abf..88bec39d 100644 --- a/Data/HD/hd_spells_mur_de_pierre.md +++ b/Data/HD/hd_spells_mur_de_pierre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_de_vent.md b/Data/HD/hd_spells_mur_de_vent.md index 349f9a3f..ea5e20a9 100644 --- a/Data/HD/hd_spells_mur_de_vent.md +++ b/Data/HD/hd_spells_mur_de_vent.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_depines.md b/Data/HD/hd_spells_mur_depines.md index 8c9633c6..391ff364 100644 --- a/Data/HD/hd_spells_mur_depines.md +++ b/Data/HD/hd_spells_mur_depines.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_mur_prismatique.md b/Data/HD/hd_spells_mur_prismatique.md index d12776de..5f48eca7 100644 --- a/Data/HD/hd_spells_mur_prismatique.md +++ b/Data/HD/hd_spells_mur_prismatique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_nappe_de_brouillard.md b/Data/HD/hd_spells_nappe_de_brouillard.md index 9c10f4ab..9d3b7db1 100644 --- a/Data/HD/hd_spells_nappe_de_brouillard.md +++ b/Data/HD/hd_spells_nappe_de_brouillard.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_nimbe_de_bienfaisance.md b/Data/HD/hd_spells_nimbe_de_bienfaisance.md index af97e111..46d980b5 100644 --- a/Data/HD/hd_spells_nimbe_de_bienfaisance.md +++ b/Data/HD/hd_spells_nimbe_de_bienfaisance.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_non_detection.md b/Data/HD/hd_spells_non_detection.md index 3a658ceb..da3cc461 100644 --- a/Data/HD/hd_spells_non_detection.md +++ b/Data/HD/hd_spells_non_detection.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_nuage_incendiaire.md b/Data/HD/hd_spells_nuage_incendiaire.md index 38ccdfff..ef6cef8c 100644 --- a/Data/HD/hd_spells_nuage_incendiaire.md +++ b/Data/HD/hd_spells_nuage_incendiaire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_nuage_mortel.md b/Data/HD/hd_spells_nuage_mortel.md index 3262a650..090a9142 100644 --- a/Data/HD/hd_spells_nuage_mortel.md +++ b/Data/HD/hd_spells_nuage_mortel.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_nuage_puant.md b/Data/HD/hd_spells_nuage_puant.md index f0b3852d..d9945151 100644 --- a/Data/HD/hd_spells_nuage_puant.md +++ b/Data/HD/hd_spells_nuage_puant.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_nuee_de_meteores.md b/Data/HD/hd_spells_nuee_de_meteores.md index a59f4ff9..3ee3cba8 100644 --- a/Data/HD/hd_spells_nuee_de_meteores.md +++ b/Data/HD/hd_spells_nuee_de_meteores.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_nuee_de_projectiles.md b/Data/HD/hd_spells_nuee_de_projectiles.md index 06ab700d..509d56e1 100644 --- a/Data/HD/hd_spells_nuee_de_projectiles.md +++ b/Data/HD/hd_spells_nuee_de_projectiles.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_oeil_magique.md b/Data/HD/hd_spells_oeil_magique.md index a737d605..4d138123 100644 --- a/Data/HD/hd_spells_oeil_magique.md +++ b/Data/HD/hd_spells_oeil_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_offrande_ineluctable.md b/Data/HD/hd_spells_offrande_ineluctable.md index 312191df..ad95112a 100644 --- a/Data/HD/hd_spells_offrande_ineluctable.md +++ b/Data/HD/hd_spells_offrande_ineluctable.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_ombres_imaginaires.md b/Data/HD/hd_spells_ombres_imaginaires.md index 58cb1390..4c6ef561 100644 --- a/Data/HD/hd_spells_ombres_imaginaires.md +++ b/Data/HD/hd_spells_ombres_imaginaires.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_panacee.md b/Data/HD/hd_spells_panacee.md index a5379c58..4a8232a6 100644 --- a/Data/HD/hd_spells_panacee.md +++ b/Data/HD/hd_spells_panacee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_parole_divine.md b/Data/HD/hd_spells_parole_divine.md index 7557b62e..94aae3da 100644 --- a/Data/HD/hd_spells_parole_divine.md +++ b/Data/HD/hd_spells_parole_divine.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_pas_brumeux.md b/Data/HD/hd_spells_pas_brumeux.md index fd20d39c..f1b5e627 100644 --- a/Data/HD/hd_spells_pas_brumeux.md +++ b/Data/HD/hd_spells_pas_brumeux.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_passage_dimensionnel.md b/Data/HD/hd_spells_passage_dimensionnel.md index 2985afca..e2a246fc 100644 --- a/Data/HD/hd_spells_passage_dimensionnel.md +++ b/Data/HD/hd_spells_passage_dimensionnel.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_passage_par_les_arbres.md b/Data/HD/hd_spells_passage_par_les_arbres.md index 53ca5e9d..fae99e19 100644 --- a/Data/HD/hd_spells_passage_par_les_arbres.md +++ b/Data/HD/hd_spells_passage_par_les_arbres.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_passage_sans_trace.md b/Data/HD/hd_spells_passage_sans_trace.md index 88dcb231..69b938bf 100644 --- a/Data/HD/hd_spells_passage_sans_trace.md +++ b/Data/HD/hd_spells_passage_sans_trace.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_passe_muraille.md b/Data/HD/hd_spells_passe_muraille.md index e39ba9aa..0eec982e 100644 --- a/Data/HD/hd_spells_passe_muraille.md +++ b/Data/HD/hd_spells_passe_muraille.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_pattes_daraignee.md b/Data/HD/hd_spells_pattes_daraignee.md index b068bfd5..0ef5fc67 100644 --- a/Data/HD/hd_spells_pattes_daraignee.md +++ b/Data/HD/hd_spells_pattes_daraignee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_peau_de_pierre.md b/Data/HD/hd_spells_peau_de_pierre.md index b2088029..b3349f6a 100644 --- a/Data/HD/hd_spells_peau_de_pierre.md +++ b/Data/HD/hd_spells_peau_de_pierre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_peau_decorce.md b/Data/HD/hd_spells_peau_decorce.md index 816fbcd9..c40fe024 100644 --- a/Data/HD/hd_spells_peau_decorce.md +++ b/Data/HD/hd_spells_peau_decorce.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_petite_hutte.md b/Data/HD/hd_spells_petite_hutte.md index a9b9a1b2..dcc28ac8 100644 --- a/Data/HD/hd_spells_petite_hutte.md +++ b/Data/HD/hd_spells_petite_hutte.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation Ritual: rituel diff --git a/Data/HD/hd_spells_petrification.md b/Data/HD/hd_spells_petrification.md index 80987b2f..fd39ea93 100644 --- a/Data/HD/hd_spells_petrification.md +++ b/Data/HD/hd_spells_petrification.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_peur.md b/Data/HD/hd_spells_peur.md index f08497f9..d65e39dd 100644 --- a/Data/HD/hd_spells_peur.md +++ b/Data/HD/hd_spells_peur.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_pluie_de_projectiles.md b/Data/HD/hd_spells_pluie_de_projectiles.md index b8791c6f..4d954736 100644 --- a/Data/HD/hd_spells_pluie_de_projectiles.md +++ b/Data/HD/hd_spells_pluie_de_projectiles.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_poigne_electrique.md b/Data/HD/hd_spells_poigne_electrique.md index b25ce9f6..350a67e8 100644 --- a/Data/HD/hd_spells_poigne_electrique.md +++ b/Data/HD/hd_spells_poigne_electrique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_poison_naturel.md b/Data/HD/hd_spells_poison_naturel.md index b09697f5..b5164508 100644 --- a/Data/HD/hd_spells_poison_naturel.md +++ b/Data/HD/hd_spells_poison_naturel.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_portail.md b/Data/HD/hd_spells_portail.md index 7638b942..1878d73c 100644 --- a/Data/HD/hd_spells_portail.md +++ b/Data/HD/hd_spells_portail.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_porte_bonheur.md b/Data/HD/hd_spells_porte_bonheur.md index 36595abc..8bf10f53 100644 --- a/Data/HD/hd_spells_porte_bonheur.md +++ b/Data/HD/hd_spells_porte_bonheur.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_porte_dimensionnelle.md b/Data/HD/hd_spells_porte_dimensionnelle.md index 3c6b46eb..369d9e58 100644 --- a/Data/HD/hd_spells_porte_dimensionnelle.md +++ b/Data/HD/hd_spells_porte_dimensionnelle.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_possession.md b/Data/HD/hd_spells_possession.md index d8244b85..8392c53b 100644 --- a/Data/HD/hd_spells_possession.md +++ b/Data/HD/hd_spells_possession.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Nécromancie CastingTime: 1 minute diff --git a/Data/HD/hd_spells_premonition.md b/Data/HD/hd_spells_premonition.md index 4243d8ce..17f7f745 100644 --- a/Data/HD/hd_spells_premonition.md +++ b/Data/HD/hd_spells_premonition.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Divination CastingTime: 1 minute diff --git a/Data/HD/hd_spells_prestidigitation.md b/Data/HD/hd_spells_prestidigitation.md index d1fca254..e67e1fe6 100644 --- a/Data/HD/hd_spells_prestidigitation.md +++ b/Data/HD/hd_spells_prestidigitation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_priere_de_soins.md b/Data/HD/hd_spells_priere_de_soins.md index 8566726c..0e93384a 100644 --- a/Data/HD/hd_spells_priere_de_soins.md +++ b/Data/HD/hd_spells_priere_de_soins.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_produire_une_flamme.md b/Data/HD/hd_spells_produire_une_flamme.md index 3be18217..de925a7d 100644 --- a/Data/HD/hd_spells_produire_une_flamme.md +++ b/Data/HD/hd_spells_produire_une_flamme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_projectile_magique.md b/Data/HD/hd_spells_projectile_magique.md index 543aaa75..e40b6331 100644 --- a/Data/HD/hd_spells_projectile_magique.md +++ b/Data/HD/hd_spells_projectile_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_projectile_toxique.md b/Data/HD/hd_spells_projectile_toxique.md index 1fe20917..2e152716 100644 --- a/Data/HD/hd_spells_projectile_toxique.md +++ b/Data/HD/hd_spells_projectile_toxique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_projection_astrale.md b/Data/HD/hd_spells_projection_astrale.md index 0be794a5..5153472d 100644 --- a/Data/HD/hd_spells_projection_astrale.md +++ b/Data/HD/hd_spells_projection_astrale.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Nécromancie CastingTime: 1 heure diff --git a/Data/HD/hd_spells_protection_contre_la_mort.md b/Data/HD/hd_spells_protection_contre_la_mort.md index 99626317..d178bf5f 100644 --- a/Data/HD/hd_spells_protection_contre_la_mort.md +++ b/Data/HD/hd_spells_protection_contre_la_mort.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_protection_contre_le_mal_et_le_bien.md b/Data/HD/hd_spells_protection_contre_le_mal_et_le_bien.md index 3145a0b9..8e3ac1dd 100644 --- a/Data/HD/hd_spells_protection_contre_le_mal_et_le_bien.md +++ b/Data/HD/hd_spells_protection_contre_le_mal_et_le_bien.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_protection_contre_le_poison.md b/Data/HD/hd_spells_protection_contre_le_poison.md index c651bc29..eede3da2 100644 --- a/Data/HD/hd_spells_protection_contre_le_poison.md +++ b/Data/HD/hd_spells_protection_contre_le_poison.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_protection_contre_les_energies.md b/Data/HD/hd_spells_protection_contre_les_energies.md index 19aec62c..524ed6d3 100644 --- a/Data/HD/hd_spells_protection_contre_les_energies.md +++ b/Data/HD/hd_spells_protection_contre_les_energies.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_protections_et_sceaux.md b/Data/HD/hd_spells_protections_et_sceaux.md index 7e7dd48d..7cf82fed 100644 --- a/Data/HD/hd_spells_protections_et_sceaux.md +++ b/Data/HD/hd_spells_protections_et_sceaux.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Abjuration CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_purification_de_la_nourriture_et_de_leau.md b/Data/HD/hd_spells_purification_de_la_nourriture_et_de_leau.md index 1510c5d5..936b7d12 100644 --- a/Data/HD/hd_spells_purification_de_la_nourriture_et_de_leau.md +++ b/Data/HD/hd_spells_purification_de_la_nourriture_et_de_leau.md @@ -1,7 +1,9 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation +Ritual: rituel CastingTime: 1 action Range: 3 mètres Components: V, S @@ -24,7 +26,7 @@ Attributes: {} - SRD: [Purify Food and Drink](srd_spells_purify_food_and_drink.md) --  Transmutation de niveau 1 +-  Transmutation de niveau 1 (rituel) - **Temps d'incantation :** 1 action diff --git a/Data/HD/hd_spells_putrefaction.md b/Data/HD/hd_spells_putrefaction.md index 55102ccd..8585325b 100644 --- a/Data/HD/hd_spells_putrefaction.md +++ b/Data/HD/hd_spells_putrefaction.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_rappel_a_la_vie.md b/Data/HD/hd_spells_rappel_a_la_vie.md index 21607d0b..5058dc43 100644 --- a/Data/HD/hd_spells_rappel_a_la_vie.md +++ b/Data/HD/hd_spells_rappel_a_la_vie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Nécromancie CastingTime: 1 heure diff --git a/Data/HD/hd_spells_rayon_affaiblissant.md b/Data/HD/hd_spells_rayon_affaiblissant.md index a0a41bcf..fb22b064 100644 --- a/Data/HD/hd_spells_rayon_affaiblissant.md +++ b/Data/HD/hd_spells_rayon_affaiblissant.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_rayon_ardent.md b/Data/HD/hd_spells_rayon_ardent.md index 95ae9c78..c4f52efe 100644 --- a/Data/HD/hd_spells_rayon_ardent.md +++ b/Data/HD/hd_spells_rayon_ardent.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_rayon_de_givre.md b/Data/HD/hd_spells_rayon_de_givre.md index 9beebc83..5426136a 100644 --- a/Data/HD/hd_spells_rayon_de_givre.md +++ b/Data/HD/hd_spells_rayon_de_givre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_rayon_de_lune.md b/Data/HD/hd_spells_rayon_de_lune.md index c3667ed5..974e209d 100644 --- a/Data/HD/hd_spells_rayon_de_lune.md +++ b/Data/HD/hd_spells_rayon_de_lune.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_rayon_de_soleil.md b/Data/HD/hd_spells_rayon_de_soleil.md index 7cdcd47d..39379ebd 100644 --- a/Data/HD/hd_spells_rayon_de_soleil.md +++ b/Data/HD/hd_spells_rayon_de_soleil.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_regeneration.md b/Data/HD/hd_spells_regeneration.md index af61f863..ba754e67 100644 --- a/Data/HD/hd_spells_regeneration.md +++ b/Data/HD/hd_spells_regeneration.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_reincarnation.md b/Data/HD/hd_spells_reincarnation.md index 7655f83b..da0a6593 100644 --- a/Data/HD/hd_spells_reincarnation.md +++ b/Data/HD/hd_spells_reincarnation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 heure diff --git a/Data/HD/hd_spells_reparation.md b/Data/HD/hd_spells_reparation.md index 6fc451c0..2223be0d 100644 --- a/Data/HD/hd_spells_reparation.md +++ b/Data/HD/hd_spells_reparation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 minute diff --git a/Data/HD/hd_spells_repli_expeditif.md b/Data/HD/hd_spells_repli_expeditif.md index e7af69ef..f02e611a 100644 --- a/Data/HD/hd_spells_repli_expeditif.md +++ b/Data/HD/hd_spells_repli_expeditif.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_represailles_infernales.md b/Data/HD/hd_spells_represailles_infernales.md index d6be27ed..34f3a49f 100644 --- a/Data/HD/hd_spells_represailles_infernales.md +++ b/Data/HD/hd_spells_represailles_infernales.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 réaction en réponse aux dégâts que vous inflige une créature située dans votre champ de vision et dans un rayon de 18 mètres autour de vous diff --git a/Data/HD/hd_spells_repulsionattirance.md b/Data/HD/hd_spells_repulsionattirance.md index fe265638..49502706 100644 --- a/Data/HD/hd_spells_repulsionattirance.md +++ b/Data/HD/hd_spells_repulsionattirance.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Enchantement CastingTime: 1 heure diff --git a/Data/HD/hd_spells_resistance.md b/Data/HD/hd_spells_resistance.md index c078fc9d..09c7ba0b 100644 --- a/Data/HD/hd_spells_resistance.md +++ b/Data/HD/hd_spells_resistance.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_respiration_aquatique.md b/Data/HD/hd_spells_respiration_aquatique.md index 2a708330..49db508b 100644 --- a/Data/HD/hd_spells_respiration_aquatique.md +++ b/Data/HD/hd_spells_respiration_aquatique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation Ritual: rituel diff --git a/Data/HD/hd_spells_restauration_inferieure.md b/Data/HD/hd_spells_restauration_inferieure.md index 5ef436ae..67fbfbac 100644 --- a/Data/HD/hd_spells_restauration_inferieure.md +++ b/Data/HD/hd_spells_restauration_inferieure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_restauration_superieure.md b/Data/HD/hd_spells_restauration_superieure.md index 03e9b149..c173a445 100644 --- a/Data/HD/hd_spells_restauration_superieure.md +++ b/Data/HD/hd_spells_restauration_superieure.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_resurrection.md b/Data/HD/hd_spells_resurrection.md index 96274dc0..77303493 100644 --- a/Data/HD/hd_spells_resurrection.md +++ b/Data/HD/hd_spells_resurrection.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Nécromancie CastingTime: 1 heure diff --git a/Data/HD/hd_spells_resurrection_supreme.md b/Data/HD/hd_spells_resurrection_supreme.md index 43a546a2..f5274026 100644 --- a/Data/HD/hd_spells_resurrection_supreme.md +++ b/Data/HD/hd_spells_resurrection_supreme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Nécromancie CastingTime: 1 heure diff --git a/Data/HD/hd_spells_reve.md b/Data/HD/hd_spells_reve.md index 6f037ec3..9ccb0a10 100644 --- a/Data/HD/hd_spells_reve.md +++ b/Data/HD/hd_spells_reve.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 minute diff --git a/Data/HD/hd_spells_revigorer.md b/Data/HD/hd_spells_revigorer.md index b24fba80..f450e2fe 100644 --- a/Data/HD/hd_spells_revigorer.md +++ b/Data/HD/hd_spells_revigorer.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_sanctification.md b/Data/HD/hd_spells_sanctification.md index 7f4d4279..33d49bca 100644 --- a/Data/HD/hd_spells_sanctification.md +++ b/Data/HD/hd_spells_sanctification.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 24 heures diff --git a/Data/HD/hd_spells_sanctuaire.md b/Data/HD/hd_spells_sanctuaire.md index 4c7fb444..3e923c64 100644 --- a/Data/HD/hd_spells_sanctuaire.md +++ b/Data/HD/hd_spells_sanctuaire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Abjuration CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_sanctuaire_prive.md b/Data/HD/hd_spells_sanctuaire_prive.md index d6f8710b..28ac1e89 100644 --- a/Data/HD/hd_spells_sanctuaire_prive.md +++ b/Data/HD/hd_spells_sanctuaire_prive.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Abjuration CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_sang_du_demon.md b/Data/HD/hd_spells_sang_du_demon.md index 7d4c2268..fb1434eb 100644 --- a/Data/HD/hd_spells_sang_du_demon.md +++ b/Data/HD/hd_spells_sang_du_demon.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_saut.md b/Data/HD/hd_spells_saut.md index 034c8113..7dd19ced 100644 --- a/Data/HD/hd_spells_saut.md +++ b/Data/HD/hd_spells_saut.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_scrutation.md b/Data/HD/hd_spells_scrutation.md index aee979f4..6cc139c5 100644 --- a/Data/HD/hd_spells_scrutation.md +++ b/Data/HD/hd_spells_scrutation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Divination CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_sequestration.md b/Data/HD/hd_spells_sequestration.md index 5fad1458..9dad82fe 100644 --- a/Data/HD/hd_spells_sequestration.md +++ b/Data/HD/hd_spells_sequestration.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_serviteur_invisible.md b/Data/HD/hd_spells_serviteur_invisible.md index 075bc791..be808c41 100644 --- a/Data/HD/hd_spells_serviteur_invisible.md +++ b/Data/HD/hd_spells_serviteur_invisible.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation Ritual: rituel diff --git a/Data/HD/hd_spells_silence.md b/Data/HD/hd_spells_silence.md index 87ee91f0..1baeebc2 100644 --- a/Data/HD/hd_spells_silence.md +++ b/Data/HD/hd_spells_silence.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Illusion Ritual: rituel diff --git a/Data/HD/hd_spells_simulacre.md b/Data/HD/hd_spells_simulacre.md index aa9a87a2..0d1b743c 100644 --- a/Data/HD/hd_spells_simulacre.md +++ b/Data/HD/hd_spells_simulacre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Illusion CastingTime: 12 heures diff --git a/Data/HD/hd_spells_simulacre_de_vie.md b/Data/HD/hd_spells_simulacre_de_vie.md index 548b6e43..cc54f136 100644 --- a/Data/HD/hd_spells_simulacre_de_vie.md +++ b/Data/HD/hd_spells_simulacre_de_vie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Nécromancie CastingTime: 1 action diff --git a/Data/HD/hd_spells_soin_des_blessures.md b/Data/HD/hd_spells_soin_des_blessures.md index d4ab5742..1f0abbfa 100644 --- a/Data/HD/hd_spells_soin_des_blessures.md +++ b/Data/HD/hd_spells_soin_des_blessures.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_soin_des_blessures_de_groupe.md b/Data/HD/hd_spells_soin_des_blessures_de_groupe.md index 6d5e4e35..4f27a034 100644 --- a/Data/HD/hd_spells_soin_des_blessures_de_groupe.md +++ b/Data/HD/hd_spells_soin_des_blessures_de_groupe.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_sommeil.md b/Data/HD/hd_spells_sommeil.md index af8642ef..163df631 100644 --- a/Data/HD/hd_spells_sommeil.md +++ b/Data/HD/hd_spells_sommeil.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_souhait.md b/Data/HD/hd_spells_souhait.md index 5c8d9a76..3ab4066f 100644 --- a/Data/HD/hd_spells_souhait.md +++ b/Data/HD/hd_spells_souhait.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_sphere_de_feu.md b/Data/HD/hd_spells_sphere_de_feu.md index cc4d32ab..1e6f6029 100644 --- a/Data/HD/hd_spells_sphere_de_feu.md +++ b/Data/HD/hd_spells_sphere_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_sphere_glacee.md b/Data/HD/hd_spells_sphere_glacee.md index 106fc40b..86b496fd 100644 --- a/Data/HD/hd_spells_sphere_glacee.md +++ b/Data/HD/hd_spells_sphere_glacee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_sphere_resiliente.md b/Data/HD/hd_spells_sphere_resiliente.md index 99e97880..759c65ec 100644 --- a/Data/HD/hd_spells_sphere_resiliente.md +++ b/Data/HD/hd_spells_sphere_resiliente.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_stalagmites_fulgurantes.md b/Data/HD/hd_spells_stalagmites_fulgurantes.md index 8d9df225..fac8f444 100644 --- a/Data/HD/hd_spells_stalagmites_fulgurantes.md +++ b/Data/HD/hd_spells_stalagmites_fulgurantes.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_strangulation.md b/Data/HD/hd_spells_strangulation.md index 7b9e3769..0987cb7a 100644 --- a/Data/HD/hd_spells_strangulation.md +++ b/Data/HD/hd_spells_strangulation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_suggestion.md b/Data/HD/hd_spells_suggestion.md index 5d02e6ff..40ceb787 100644 --- a/Data/HD/hd_spells_suggestion.md +++ b/Data/HD/hd_spells_suggestion.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_suggestion_de_groupe.md b/Data/HD/hd_spells_suggestion_de_groupe.md index 24cbd8fe..77ecbbe3 100644 --- a/Data/HD/hd_spells_suggestion_de_groupe.md +++ b/Data/HD/hd_spells_suggestion_de_groupe.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/hd_spells_symbole.md b/Data/HD/hd_spells_symbole.md index 687e60b5..5482001b 100644 --- a/Data/HD/hd_spells_symbole.md +++ b/Data/HD/hd_spells_symbole.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Abjuration CastingTime: 1 minute diff --git a/Data/HD/hd_spells_telekinesie.md b/Data/HD/hd_spells_telekinesie.md index 04fa8e83..89c8ccca 100644 --- a/Data/HD/hd_spells_telekinesie.md +++ b/Data/HD/hd_spells_telekinesie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_teleportation.md b/Data/HD/hd_spells_teleportation.md index 73dd2304..18affa61 100644 --- a/Data/HD/hd_spells_teleportation.md +++ b/Data/HD/hd_spells_teleportation.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tempete_de_feu.md b/Data/HD/hd_spells_tempete_de_feu.md index c1173562..228fb02a 100644 --- a/Data/HD/hd_spells_tempete_de_feu.md +++ b/Data/HD/hd_spells_tempete_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 7 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tempete_de_grele.md b/Data/HD/hd_spells_tempete_de_grele.md index e71b6734..e2ac1818 100644 --- a/Data/HD/hd_spells_tempete_de_grele.md +++ b/Data/HD/hd_spells_tempete_de_grele.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tempete_de_neige.md b/Data/HD/hd_spells_tempete_de_neige.md index 0cf53b81..846c9af5 100644 --- a/Data/HD/hd_spells_tempete_de_neige.md +++ b/Data/HD/hd_spells_tempete_de_neige.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tempete_de_sable.md b/Data/HD/hd_spells_tempete_de_sable.md index a3f66028..34061385 100644 --- a/Data/HD/hd_spells_tempete_de_sable.md +++ b/Data/HD/hd_spells_tempete_de_sable.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tempete_vengeresse.md b/Data/HD/hd_spells_tempete_vengeresse.md index bfe02de2..008d3f35 100644 --- a/Data/HD/hd_spells_tempete_vengeresse.md +++ b/Data/HD/hd_spells_tempete_vengeresse.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 9 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tenebres.md b/Data/HD/hd_spells_tenebres.md index 691a08be..de892f4e 100644 --- a/Data/HD/hd_spells_tenebres.md +++ b/Data/HD/hd_spells_tenebres.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tentacules_noirs.md b/Data/HD/hd_spells_tentacules_noirs.md index 6e04067b..53a55c04 100644 --- a/Data/HD/hd_spells_tentacules_noirs.md +++ b/Data/HD/hd_spells_tentacules_noirs.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_terrain_hallucinatoire.md b/Data/HD/hd_spells_terrain_hallucinatoire.md index db344f7f..09309fe1 100644 --- a/Data/HD/hd_spells_terrain_hallucinatoire.md +++ b/Data/HD/hd_spells_terrain_hallucinatoire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 4 Type: Illusion CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_texte_illusoire.md b/Data/HD/hd_spells_texte_illusoire.md index 44c2b958..37102b26 100644 --- a/Data/HD/hd_spells_texte_illusoire.md +++ b/Data/HD/hd_spells_texte_illusoire.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Illusion Ritual: rituel diff --git a/Data/HD/hd_spells_thaumaturgie.md b/Data/HD/hd_spells_thaumaturgie.md index fb394e3f..ff868cc9 100644 --- a/Data/HD/hd_spells_thaumaturgie.md +++ b/Data/HD/hd_spells_thaumaturgie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_toile_daraignee.md b/Data/HD/hd_spells_toile_daraignee.md index 0f262a15..67302a26 100644 --- a/Data/HD/hd_spells_toile_daraignee.md +++ b/Data/HD/hd_spells_toile_daraignee.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_trait_de_feu.md b/Data/HD/hd_spells_trait_de_feu.md index 1b54eaea..fb13d32b 100644 --- a/Data/HD/hd_spells_trait_de_feu.md +++ b/Data/HD/hd_spells_trait_de_feu.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_transpercer.md b/Data/HD/hd_spells_transpercer.md index beb714c2..c9bf9028 100644 --- a/Data/HD/hd_spells_transpercer.md +++ b/Data/HD/hd_spells_transpercer.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Invocation CastingTime: 1 action bonus diff --git a/Data/HD/hd_spells_transport_vegetal.md b/Data/HD/hd_spells_transport_vegetal.md index 5452ea15..9382c726 100644 --- a/Data/HD/hd_spells_transport_vegetal.md +++ b/Data/HD/hd_spells_transport_vegetal.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Invocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tremblement_de_terre.md b/Data/HD/hd_spells_tremblement_de_terre.md index cc4bdcfa..f1b7a10e 100644 --- a/Data/HD/hd_spells_tremblement_de_terre.md +++ b/Data/HD/hd_spells_tremblement_de_terre.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 8 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_tromperie.md b/Data/HD/hd_spells_tromperie.md index 44a95e46..40496292 100644 --- a/Data/HD/hd_spells_tromperie.md +++ b/Data/HD/hd_spells_tromperie.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 5 Type: Illusion CastingTime: 1 action diff --git a/Data/HD/hd_spells_trouver_les_pieges.md b/Data/HD/hd_spells_trouver_les_pieges.md index 7c92d280..b7e457da 100644 --- a/Data/HD/hd_spells_trouver_les_pieges.md +++ b/Data/HD/hd_spells_trouver_les_pieges.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_trouver_un_chemin.md b/Data/HD/hd_spells_trouver_un_chemin.md index 780d7e44..2c8d0658 100644 --- a/Data/HD/hd_spells_trouver_un_chemin.md +++ b/Data/HD/hd_spells_trouver_un_chemin.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Divination CastingTime: 1 minute diff --git a/Data/HD/hd_spells_trouver_une_monture.md b/Data/HD/hd_spells_trouver_une_monture.md index aa52cd33..9d3d20ab 100644 --- a/Data/HD/hd_spells_trouver_une_monture.md +++ b/Data/HD/hd_spells_trouver_une_monture.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Invocation CastingTime: 10 minutes diff --git a/Data/HD/hd_spells_vague_tonnante.md b/Data/HD/hd_spells_vague_tonnante.md index 59e1fe37..3c7135f8 100644 --- a/Data/HD/hd_spells_vague_tonnante.md +++ b/Data/HD/hd_spells_vague_tonnante.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 1 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_verrou_magique.md b/Data/HD/hd_spells_verrou_magique.md index 21a12311..3992dd9d 100644 --- a/Data/HD/hd_spells_verrou_magique.md +++ b/Data/HD/hd_spells_verrou_magique.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/hd_spells_viser_juste.md b/Data/HD/hd_spells_viser_juste.md index 4c9de27d..60d140fc 100644 --- a/Data/HD/hd_spells_viser_juste.md +++ b/Data/HD/hd_spells_viser_juste.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: tour de magie Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_vision_dans_le_noir.md b/Data/HD/hd_spells_vision_dans_le_noir.md index 4b9741e6..17c6d3aa 100644 --- a/Data/HD/hd_spells_vision_dans_le_noir.md +++ b/Data/HD/hd_spells_vision_dans_le_noir.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_vision_supreme.md b/Data/HD/hd_spells_vision_supreme.md index 00a32686..6c2e3998 100644 --- a/Data/HD/hd_spells_vision_supreme.md +++ b/Data/HD/hd_spells_vision_supreme.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 6 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_vitalite.md b/Data/HD/hd_spells_vitalite.md index 9f6342bb..4e2adaa1 100644 --- a/Data/HD/hd_spells_vitalite.md +++ b/Data/HD/hd_spells_vitalite.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Évocation CastingTime: 1 action diff --git a/Data/HD/hd_spells_voir_linvisible.md b/Data/HD/hd_spells_voir_linvisible.md index 972b03d2..7966c5ed 100644 --- a/Data/HD/hd_spells_voir_linvisible.md +++ b/Data/HD/hd_spells_voir_linvisible.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Divination CastingTime: 1 action diff --git a/Data/HD/hd_spells_vol.md b/Data/HD/hd_spells_vol.md index 3ca0f342..84e0567e 100644 --- a/Data/HD/hd_spells_vol.md +++ b/Data/HD/hd_spells_vol.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 3 Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/hd_spells_zone_de_verite.md b/Data/HD/hd_spells_zone_de_verite.md index a11bac5d..1b90fb36 100644 --- a/Data/HD/hd_spells_zone_de_verite.md +++ b/Data/HD/hd_spells_zone_de_verite.md @@ -1,5 +1,6 @@ --- -!SpellHD +!Spell +Family: SpellHD Level: 2 Type: Enchantement CastingTime: 1 action diff --git a/Data/HD/srd_spells.md b/Data/HD/srd_spells.md index 42847eb7..0f13edab 100644 --- a/Data/HD/srd_spells.md +++ b/Data/HD/srd_spells.md @@ -1,7 +1,14 @@ --- -!SpellsVO +!Spells +Classes: Bard, Cleric, Druid, Paladin, Ranger, Sorcerer, Wizard, Warlock +Levels: Cantrip, Level 1, Level 2, Level 3, Level 4, Level 5, Level 6, Level 7, Level 8, Level 9 +Schools: Abjuration, Conjuration, Divination, Enchantment, Evocation, Illusion, Necromancy, Transmutation +Rituals: Ritual +Sources: SRD +Family: SpellVO SubItems: -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action @@ -17,7 +24,8 @@ SubItems: AltName: '[Aspersion acide](hd_spells_aspersion_acide.md)' Source: (SRD p114) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action @@ -33,7 +41,8 @@ SubItems: AltName: '[Aide](hd_spells_aide.md)' Source: (SRD p114) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: abjuration Ritual: ritual @@ -50,7 +59,8 @@ SubItems: AltName: '[Alarme](hd_spells_alarme.md)' Source: (SRD p114) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -66,7 +76,8 @@ SubItems: AltName: '[Modifier son apparence](hd_spells_modifier_son_apparence.md)' Source: (SRD p114) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -82,7 +93,8 @@ SubItems: AltName: '[Amitié avec les animaux](hd_spells_amitie_avec_les_animaux.md)' Source: (SRD p115) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: enchantment Ritual: ritual @@ -99,7 +111,8 @@ SubItems: AltName: '[Messager animal](hd_spells_messager_animal.md)' Source: (SRD p115) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: transmutation CastingTime: 1 action @@ -115,7 +128,8 @@ SubItems: AltName: '[Formes animales](hd_spells_formes_animales.md)' Source: (SRD p115) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 minute @@ -131,7 +145,8 @@ SubItems: AltName: '[Animation des morts](hd_spells_animation_des_morts.md)' Source: (SRD p115) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 action @@ -147,7 +162,8 @@ SubItems: AltName: '[Animation des objets](hd_spells_animation_des_objets.md)' Source: (SRD p116) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 action @@ -163,7 +179,8 @@ SubItems: AltName: '[Coquille antivie](hd_spells_coquille_antivie.md)' Source: (SRD p116) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: abjuration CastingTime: 1 action @@ -179,7 +196,8 @@ SubItems: AltName: '[Champ antimagie](hd_spells_champ_antimagie.md)' Source: (SRD p117) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 hour @@ -195,7 +213,8 @@ SubItems: AltName: '[Répulsion/attirance](hd_spells_repulsionattirance.md)' Source: (SRD p117) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: divination CastingTime: 1 action @@ -211,7 +230,8 @@ SubItems: AltName: '[Oeil magique](hd_spells_oeil_magique.md)' Source: (SRD p118) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action @@ -227,7 +247,8 @@ SubItems: AltName: '[Verrou magique](hd_spells_verrou_magique.md)' Source: (SRD p118) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: necromancy CastingTime: 1 hour @@ -243,7 +264,8 @@ SubItems: AltName: '[Projection astrale](hd_spells_projection_astrale.md)' Source: (SRD p119) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: divination Ritual: ritual @@ -260,7 +282,8 @@ SubItems: AltName: '[Augure](hd_spells_augure.md)' Source: (SRD p120) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: transmutation CastingTime: 8 hours @@ -276,7 +299,8 @@ SubItems: AltName: '[Éveil](hd_spells_eveil.md)' Source: (SRD p120) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -292,7 +316,8 @@ SubItems: AltName: '[Fléau](hd_spells_fleau.md)' Source: (SRD p120) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action @@ -308,7 +333,8 @@ SubItems: AltName: '[Bannissement](hd_spells_bannissement.md)' Source: (SRD p120) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -324,7 +350,8 @@ SubItems: AltName: "[Peau d'écorce](hd_spells_peau_decorce.md)" Source: (SRD p121) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action @@ -340,7 +367,8 @@ SubItems: AltName: "[Lueur d'espoir](hd_spells_lueur_despoir.md)" Source: (SRD p121) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action @@ -356,7 +384,8 @@ SubItems: AltName: '[Jeter une malédiction](hd_spells_jeter_une_malediction.md)' Source: (SRD p121) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action @@ -372,7 +401,8 @@ SubItems: AltName: '[Main magique](hd_spells_main_magique.md)' Source: (SRD p118) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action @@ -388,7 +418,8 @@ SubItems: AltName: '[Barrière de lames](hd_spells_barriere_de_lames.md)' Source: (SRD p122) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -404,7 +435,8 @@ SubItems: AltName: '[Bénédiction](hd_spells_benediction.md)' Source: (SRD p122) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: necromancy CastingTime: 1 action @@ -420,7 +452,8 @@ SubItems: AltName: '[Flétrissement](hd_spells_fletrissement.md)' Source: (SRD p122) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: necromancy CastingTime: 1 action @@ -436,7 +469,8 @@ SubItems: AltName: '[Cécité/Surdité](hd_spells_cecitesurdite.md)' Source: (SRD p122) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action @@ -452,7 +486,8 @@ SubItems: AltName: '[Clignotement](hd_spells_clignotement.md)' Source: (SRD p122) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action @@ -468,7 +503,8 @@ SubItems: AltName: '[Flou](hd_spells_flou.md)' Source: (SRD p123) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 bonus action @@ -484,7 +520,8 @@ SubItems: AltName: '[Frappe lumineuse](hd_spells_frappe_lumineuse.md)' Source: (SRD p123) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action @@ -500,7 +537,8 @@ SubItems: AltName: '[Mains brûlantes](hd_spells_mains_brulantes.md)' Source: (SRD p123) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action @@ -516,7 +554,8 @@ SubItems: AltName: '[Appel de la foudre](hd_spells_appel_de_la_foudre.md)' Source: (SRD p123) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action @@ -532,7 +571,8 @@ SubItems: AltName: '[Apaisement des émotions](hd_spells_apaisement_des_emotions.md)' Source: (SRD p123) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action @@ -548,7 +588,8 @@ SubItems: AltName: "[Chaîne d'éclairs](hd_spells_chaine_declairs.md)" Source: (SRD p124) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -564,7 +605,8 @@ SubItems: AltName: '[Charme-personne](hd_spells_charme_personne.md)' Source: (SRD p124) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Necromancy CastingTime: 1 action @@ -580,7 +622,8 @@ SubItems: AltName: '[Contact glacial](hd_spells_contact_glacial.md)' Source: (SRD p124) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 action @@ -596,7 +639,8 @@ SubItems: AltName: '[Cercle de mort](hd_spells_cercle_de_mort.md)' Source: (SRD p124) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: divination CastingTime: 10 minutes @@ -612,7 +656,8 @@ SubItems: AltName: '[Clairvoyance](hd_spells_clairvoyance.md)' Source: (SRD p124) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: necromancy CastingTime: 1 hour @@ -628,7 +673,8 @@ SubItems: AltName: '[Clone](hd_spells_clone.md)' Source: (SRD p125) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 action @@ -644,7 +690,8 @@ SubItems: AltName: '[Nuage mortel](hd_spells_nuage_mortel.md)' Source: (SRD p125) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: illusion CastingTime: 1 action @@ -660,7 +707,8 @@ SubItems: AltName: '[Couleurs dansantes](hd_spells_couleurs_dansantes.md)' Source: (SRD p125) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -676,7 +724,8 @@ SubItems: AltName: '[Injonction](hd_spells_injonction.md)' Source: (SRD p125) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: divination Ritual: ritual @@ -693,7 +742,8 @@ SubItems: AltName: '[Communion](hd_spells_communion.md)' Source: (SRD p126) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: divination Ritual: ritual @@ -710,7 +760,8 @@ SubItems: AltName: '[Communion avec la nature](hd_spells_communion_avec_la_nature.md)' Source: (SRD p126) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination Ritual: ritual @@ -727,7 +778,8 @@ SubItems: AltName: '[Compréhension des langues](hd_spells_comprehension_des_langues.md)' Source: (SRD p126) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: enchantment CastingTime: 1 action @@ -743,7 +795,8 @@ SubItems: AltName: '[Compulsion](hd_spells_compulsion.md)' Source: (SRD p126) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action @@ -759,7 +812,8 @@ SubItems: AltName: '[Cône de froid](hd_spells_cone_de_froid.md)' Source: (SRD p127) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: enchantment CastingTime: 1 action @@ -775,7 +829,8 @@ SubItems: AltName: '[Confusion](hd_spells_confusion.md)' Source: (SRD p127) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action @@ -791,7 +846,8 @@ SubItems: AltName: '[Invoquer des animaux](hd_spells_invoquer_des_animaux.md)' Source: (SRD p127) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 minute @@ -807,7 +863,8 @@ SubItems: AltName: '[Invoquer un céleste](hd_spells_invoquer_un_celeste.md)' Source: (SRD p127) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 minute @@ -823,7 +880,8 @@ SubItems: AltName: '[Invoquer un élémentaire](hd_spells_invoquer_un_elementaire.md)' Source: (SRD p128) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 minute @@ -839,7 +897,8 @@ SubItems: AltName: '[Invoquer une fée](hd_spells_invoquer_une_fee.md)' Source: (SRD p128) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 minute @@ -855,7 +914,8 @@ SubItems: AltName: '[Invoquer des élémentaires mineurs](hd_spells_invoquer_des_elementaires_mineurs.md)' Source: (SRD p128) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action @@ -871,7 +931,8 @@ SubItems: AltName: '[Invoquer des êtres des bois](hd_spells_invoquer_des_etres_des_bois.md)' Source: (SRD p129) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: divination Ritual: ritual @@ -888,7 +949,8 @@ SubItems: AltName: '[Contacter un autre plan](hd_spells_contacter_un_autre_plan.md)' Source: (SRD p129) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: necromancy CastingTime: 1 action @@ -903,7 +965,8 @@ SubItems: AltName: '[Contagion](hd_spells_contagion.md)' Source: (SRD p129) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 10 minutes @@ -919,7 +982,8 @@ SubItems: AltName: '[Contingence](hd_spells_contingence.md)' Source: (SRD p130) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -935,7 +999,8 @@ SubItems: AltName: '[Flamme éternelle](hd_spells_flamme_eternelle.md)' Source: (SRD p130) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action @@ -951,7 +1016,8 @@ SubItems: AltName: "[Contrôle de l'eau](hd_spells_controle_de_leau.md)" Source: (SRD p130) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: transmutation CastingTime: 10 minutes @@ -967,7 +1033,8 @@ SubItems: AltName: '[Contrôle du climat](hd_spells_controle_du_climat.md)' Source: (SRD p131) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 reaction, which you take when you see a creature within 60 feet of you casting a spell @@ -983,7 +1050,8 @@ SubItems: AltName: '[Contresort](hd_spells_contresort.md)' Source: (SRD p131) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action @@ -999,7 +1067,8 @@ SubItems: AltName: "[Création de nourriture et d'eau](hd_spells_creation_de_nourriture_et_deau.md)" Source: (SRD p131) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action @@ -1015,7 +1084,8 @@ SubItems: AltName: "[Création ou destruction d'eau](hd_spells_creation_ou_destruction_deau.md)" Source: (SRD p132) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 minute @@ -1031,7 +1101,8 @@ SubItems: AltName: '[Création de mort-vivant](hd_spells_creation_de_mort_vivant.md)' Source: (SRD p132) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: illusion CastingTime: 1 minute @@ -1047,7 +1118,8 @@ SubItems: AltName: '[Création](hd_spells_creation.md)' Source: (SRD p132) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action @@ -1063,7 +1135,8 @@ SubItems: AltName: '[Soin des blessures](hd_spells_soin_des_blessures.md)' Source: (SRD p132) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -1079,7 +1152,8 @@ SubItems: AltName: '[Lumières dansantes](hd_spells_lumieres_dansantes.md)' Source: (SRD p133) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -1095,7 +1169,8 @@ SubItems: AltName: '[Ténèbres](hd_spells_tenebres.md)' Source: (SRD p133) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -1111,7 +1186,8 @@ SubItems: AltName: '[Vision dans le noir](hd_spells_vision_dans_le_noir.md)' Source: (SRD p133) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action @@ -1127,7 +1203,8 @@ SubItems: AltName: '[Lumière du jour](hd_spells_lumiere_du_jour.md)' Source: (SRD p133) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action @@ -1143,7 +1220,8 @@ SubItems: AltName: '[Protection contre la mort](hd_spells_protection_contre_la_mort.md)' Source: (SRD p133) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action @@ -1159,7 +1237,8 @@ SubItems: AltName: '[Boule de feu à explosion retardée](hd_spells_boule_de_feu_a_explosion_retardee.md)' Source: (SRD p133) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: conjuration CastingTime: 1 action @@ -1175,7 +1254,8 @@ SubItems: AltName: '[Demi-plan](hd_spells_demi_plan.md)' Source: (SRD p134) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination CastingTime: 1 action @@ -1191,7 +1271,8 @@ SubItems: AltName: '[Détection du mal et du bien](hd_spells_detection_du_mal_et_du_bien.md)' Source: (SRD p134) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination Ritual: ritual @@ -1208,7 +1289,8 @@ SubItems: AltName: '[Détection de la magie](hd_spells_detection_de_la_magie.md)' Source: (SRD p134) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination Ritual: ritual @@ -1225,7 +1307,8 @@ SubItems: AltName: '[Détection du poison et des maladies](hd_spells_detection_du_poison_et_des_maladies.md)' Source: (SRD p134) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: divination CastingTime: 1 action @@ -1241,7 +1324,8 @@ SubItems: AltName: '[Détection des pensées](hd_spells_detection_des_pensees.md)' Source: (SRD p135) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action @@ -1257,7 +1341,8 @@ SubItems: AltName: '[Porte dimensionnelle](hd_spells_porte_dimensionnelle.md)' Source: (SRD p135) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: illusion CastingTime: 1 action @@ -1273,7 +1358,8 @@ SubItems: AltName: '[Déguisement](hd_spells_deguisement.md)' Source: (SRD p135) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 action @@ -1289,7 +1375,8 @@ SubItems: AltName: '[Désintégration](hd_spells_desintegration.md)' Source: (SRD p135) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 action @@ -1305,7 +1392,8 @@ SubItems: AltName: '[Dissipation du mal et du bien](hd_spells_dissipation_du_mal_et_du_bien.md)' Source: (SRD p136) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action @@ -1321,7 +1409,8 @@ SubItems: AltName: '[Dissipation de la magie](hd_spells_dissipation_de_la_magie.md)' Source: (SRD p136) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: divination Ritual: ritual @@ -1338,7 +1427,8 @@ SubItems: AltName: '[Divination](hd_spells_divination.md)' Source: (SRD p136) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 bonus action @@ -1354,7 +1444,8 @@ SubItems: AltName: '[Faveur divine](hd_spells_faveur_divine.md)' Source: (SRD p136) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: evocation CastingTime: 1 bonus action @@ -1370,7 +1461,8 @@ SubItems: AltName: '[Parole divine](hd_spells_parole_divine.md)' Source: (SRD p137) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: enchantment CastingTime: 1 action @@ -1386,7 +1478,8 @@ SubItems: AltName: '[Dominer une bête](hd_spells_dominer_une_bete.md)' Source: (SRD p137) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 action @@ -1402,7 +1495,8 @@ SubItems: AltName: '[Dominer un monstre](hd_spells_dominer_un_monstre.md)' Source: (SRD p137) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 action @@ -1418,7 +1512,8 @@ SubItems: AltName: '[Dominer un humanoïde](hd_spells_dominer_un_humanoide.md)' Source: (SRD p138) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration Ritual: ritual @@ -1435,7 +1530,8 @@ SubItems: AltName: '[Convocations instantanées](hd_spells_convocations_instantanees.md)' Source: (SRD p157) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: illusion CastingTime: 1 minute @@ -1451,7 +1547,8 @@ SubItems: AltName: '[Rêve](hd_spells_reve.md)' Source: (SRD p138) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action @@ -1467,7 +1564,8 @@ SubItems: AltName: '[Druidisme](hd_spells_druidisme.md)' Source: (SRD p138) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: evocation CastingTime: 1 action @@ -1483,7 +1581,8 @@ SubItems: AltName: '[Tremblement de terre](hd_spells_tremblement_de_terre.md)' Source: (SRD p139) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -1499,7 +1598,8 @@ SubItems: AltName: '[Explosion occulte](hd_spells_explosion_occulte.md)' Source: (SRD p139) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -1515,7 +1615,8 @@ SubItems: AltName: '[Amélioration de caractéristique](hd_spells_amelioration_de_caracteristique.md)' Source: (SRD p139) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -1531,7 +1632,8 @@ SubItems: AltName: '[Agrandir/Rétrécir](hd_spells_agrandirretrecir.md)' Source: (SRD p140) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: conjuration CastingTime: 1 action @@ -1547,7 +1649,8 @@ SubItems: AltName: '[Enchevêtrement](hd_spells_enchevetrement.md)' Source: (SRD p140) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action @@ -1563,7 +1666,8 @@ SubItems: AltName: '[Envoûtement](hd_spells_envoutement.md)' Source: (SRD p140) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 action @@ -1579,7 +1683,8 @@ SubItems: AltName: '[Forme éthérée](hd_spells_forme_etheree.md)' Source: (SRD p140) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action @@ -1595,7 +1700,8 @@ SubItems: AltName: '[Tentacules noirs](hd_spells_tentacules_noirs.md)' Source: (SRD p121) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 bonus action @@ -1611,7 +1717,8 @@ SubItems: AltName: '[Repli expéditif](hd_spells_repli_expeditif.md)' Source: (SRD p141) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 action @@ -1627,7 +1734,8 @@ SubItems: AltName: '[Mauvais oeil](hd_spells_mauvais_oeil.md)' Source: (SRD p141) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: transmutation CastingTime: 10 minutes @@ -1643,7 +1751,8 @@ SubItems: AltName: '[Fabrication](hd_spells_fabrication.md)' Source: (SRD p141) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action @@ -1659,7 +1768,8 @@ SubItems: AltName: '[Lueurs féeriques](hd_spells_lueurs_feeriques.md)' Source: (SRD p141) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: necromancy CastingTime: 1 action @@ -1675,7 +1785,8 @@ SubItems: AltName: '[Simulacre de vie](hd_spells_simulacre_de_vie.md)' Source: (SRD p142) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: illusion CastingTime: 1 action @@ -1691,7 +1802,8 @@ SubItems: AltName: '[Peur](hd_spells_peur.md)' Source: (SRD p142) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 reaction, which you take when you or a creature within 60 feet of you falls @@ -1707,7 +1819,8 @@ SubItems: AltName: '[Léger comme une plume](hd_spells_leger_comme_une_plume.md)' Source: (SRD p142) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 action @@ -1723,7 +1836,8 @@ SubItems: AltName: '[Esprit faible](hd_spells_esprit_faible.md)' Source: (SRD p142) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: conjuration Ritual: ritual @@ -1740,7 +1854,8 @@ SubItems: AltName: '[Appel de familier](hd_spells_appel_de_familier.md)' Source: (SRD p143) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: conjuration CastingTime: 10 minutes @@ -1756,7 +1871,8 @@ SubItems: AltName: '[Trouver une monture](hd_spells_trouver_une_monture.md)' Source: (SRD p143) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: divination CastingTime: 1 minute @@ -1772,7 +1888,8 @@ SubItems: AltName: '[Trouver un chemin](hd_spells_trouver_un_chemin.md)' Source: (SRD p143) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: divination CastingTime: 1 action @@ -1788,7 +1905,8 @@ SubItems: AltName: '[Trouver les pièges](hd_spells_trouver_les_pieges.md)' Source: (SRD p144) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: necromancy CastingTime: 1 action @@ -1804,7 +1922,8 @@ SubItems: AltName: '[Doigt de mort](hd_spells_doigt_de_mort.md)' Source: (SRD p144) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -1820,7 +1939,8 @@ SubItems: AltName: '[Trait de feu](hd_spells_trait_de_feu.md)' Source: (SRD p144) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action @@ -1836,7 +1956,8 @@ SubItems: AltName: '[Bouclier de feu](hd_spells_bouclier_de_feu.md)' Source: (SRD p144) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action @@ -1852,7 +1973,8 @@ SubItems: AltName: '[Tempête de feu](hd_spells_tempete_de_feu.md)' Source: (SRD p145) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action @@ -1868,7 +1990,8 @@ SubItems: AltName: '[Boule de feu](hd_spells_boule_de_feu.md)' Source: (SRD p144) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 bonus action @@ -1884,7 +2007,8 @@ SubItems: AltName: '[Lame de feu](hd_spells_lame_de_feu.md)' Source: (SRD p145) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action @@ -1900,7 +2024,8 @@ SubItems: AltName: '[Colonne de flamme](hd_spells_colonne_de_flamme.md)' Source: (SRD p145) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: conjuration CastingTime: 1 action @@ -1916,7 +2041,8 @@ SubItems: AltName: '[Sphère de feu](hd_spells_sphere_de_feu.md)' Source: (SRD p145) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 action @@ -1932,7 +2058,8 @@ SubItems: AltName: '[Pétrification](hd_spells_petrification.md)' Source: (SRD p145) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action @@ -1948,7 +2075,8 @@ SubItems: AltName: '[Vol](hd_spells_vol.md)' Source: (SRD p146) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: conjuration CastingTime: 1 action @@ -1964,7 +2092,8 @@ SubItems: AltName: '[Nappe de brouillard](hd_spells_nappe_de_brouillard.md)' Source: (SRD p146) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: abjuration Ritual: ritual @@ -1981,7 +2110,8 @@ SubItems: AltName: '[Interdiction](hd_spells_interdiction.md)' Source: (SRD p146) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action @@ -1997,7 +2127,8 @@ SubItems: AltName: '[Cage de force](hd_spells_cage_de_force.md)' Source: (SRD p147) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: divination CastingTime: 1 minute @@ -2013,7 +2144,8 @@ SubItems: AltName: '[Prémonition](hd_spells_premonition.md)' Source: (SRD p147) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action @@ -2029,7 +2161,8 @@ SubItems: AltName: '[Liberté de mouvement](hd_spells_liberte_de_mouvement.md)' Source: (SRD p147) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action @@ -2045,7 +2178,8 @@ SubItems: AltName: '[Forme gazeuse](hd_spells_forme_gazeuse.md)' Source: (SRD p148) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: conjuration CastingTime: 1 action @@ -2061,7 +2195,8 @@ SubItems: AltName: '[Portail](hd_spells_portail.md)' Source: (SRD p148) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 minute @@ -2077,7 +2212,8 @@ SubItems: AltName: '[Coercition mystique](hd_spells_coercition_mystique.md)' Source: (SRD p148) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: necromancy Ritual: ritual @@ -2094,7 +2230,8 @@ SubItems: AltName: '[Doux repos](hd_spells_doux_repos.md)' Source: (SRD p148) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action @@ -2110,7 +2247,8 @@ SubItems: AltName: '[Insecte géant](hd_spells_insecte_geant.md)' Source: (SRD p149) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: transmutation CastingTime: 1 action @@ -2126,7 +2264,8 @@ SubItems: AltName: '[Bagou](hd_spells_bagou.md)' Source: (SRD p149) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: abjuration CastingTime: 1 action @@ -2142,7 +2281,8 @@ SubItems: AltName: "[Globe d'invulnérabilité](hd_spells_globe_dinvulnerabilite.md)" Source: (SRD p149) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 hour @@ -2158,7 +2298,8 @@ SubItems: AltName: '[Glyphe de protection](hd_spells_glyphe_de_protection.md)' Source: (SRD p149) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action @@ -2174,7 +2315,8 @@ SubItems: AltName: '[Baies nourricières](hd_spells_baies_nourricieres.md)' Source: (SRD p150) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: conjuration CastingTime: 1 action @@ -2190,7 +2332,8 @@ SubItems: AltName: '[Graisse](hd_spells_graisse.md)' Source: (SRD p150) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: illusion CastingTime: 1 action @@ -2206,7 +2349,8 @@ SubItems: AltName: '[Invisibilité supérieure](hd_spells_invisibilite_superieure.md)' Source: (SRD p150) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 action @@ -2222,7 +2366,8 @@ SubItems: AltName: '[Restauration supérieure](hd_spells_restauration_superieure.md)' Source: (SRD p150) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action @@ -2238,7 +2383,8 @@ SubItems: AltName: '[Gardien de la foi](hd_spells_gardien_de_la_foi.md)' Source: (SRD p150) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: abjuration CastingTime: 10 minutes @@ -2254,7 +2400,8 @@ SubItems: AltName: '[Protections et sceaux](hd_spells_protections_et_sceaux.md)' Source: (SRD p151) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Divination CastingTime: 1 action @@ -2270,7 +2417,8 @@ SubItems: AltName: '[Assistance](hd_spells_assistance.md)' Source: (SRD p151) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action @@ -2286,7 +2434,8 @@ SubItems: AltName: '[Balisage](hd_spells_balisage.md)' Source: (SRD p151) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -2302,7 +2451,8 @@ SubItems: AltName: '[Bourrasque](hd_spells_bourrasque.md)' Source: (SRD p152) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 24 hours @@ -2318,7 +2468,8 @@ SubItems: AltName: '[Sanctification](hd_spells_sanctification.md)' Source: (SRD p152) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: illusion CastingTime: 10 minutes @@ -2334,7 +2485,8 @@ SubItems: AltName: '[Terrain hallucinatoire](hd_spells_terrain_hallucinatoire.md)' Source: (SRD p152) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 action @@ -2350,7 +2502,8 @@ SubItems: AltName: '[Contamination](hd_spells_contamination.md)' Source: (SRD p153) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action @@ -2366,7 +2519,8 @@ SubItems: AltName: '[Hâte](hd_spells_hate.md)' Source: (SRD p153) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action @@ -2382,7 +2536,8 @@ SubItems: AltName: '[Guérison](hd_spells_guerison.md)' Source: (SRD p153) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 bonus action @@ -2398,7 +2553,8 @@ SubItems: AltName: '[Mot de guérison](hd_spells_mot_de_guerison.md)' Source: (SRD p153) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -2414,7 +2570,8 @@ SubItems: AltName: '[Chauffer le métal](hd_spells_chauffer_le_metal.md)' Source: (SRD p153) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 reaction, which you take in response to being damaged by a creature within 60 feet of you that you can see @@ -2430,7 +2587,8 @@ SubItems: AltName: '[Représailles infernales](hd_spells_represailles_infernales.md)' Source: (SRD p154) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration CastingTime: 10 minutes @@ -2446,7 +2604,8 @@ SubItems: AltName: '[Festin des héros](hd_spells_festin_des_heros.md)' Source: (SRD p154) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -2462,7 +2621,8 @@ SubItems: AltName: '[Héroïsme](hd_spells_heroisme.md)' Source: (SRD p154) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 action @@ -2478,7 +2638,8 @@ SubItems: AltName: '[Immobiliser un monstre](hd_spells_immobiliser_un_monstre.md)' Source: (SRD p154) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action @@ -2494,7 +2655,8 @@ SubItems: AltName: '[Immobiliser un humanoïde](hd_spells_immobiliser_un_humanoide.md)' Source: (SRD p154) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: abjuration CastingTime: 1 action @@ -2510,7 +2672,8 @@ SubItems: AltName: '[Aura sacrée](hd_spells_aura_sacree.md)' Source: (SRD p155) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination CastingTime: 1 bonus action @@ -2526,7 +2689,8 @@ SubItems: AltName: '[Marque du chasseur](hd_spells_marque_du_chasseur.md)' Source: (SRD p155) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: illusion CastingTime: 1 action @@ -2542,7 +2706,8 @@ SubItems: AltName: '[Motif hypnotique](hd_spells_motif_hypnotique.md)' Source: (SRD p155) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action @@ -2558,7 +2723,8 @@ SubItems: AltName: '[Tempête de grêle](hd_spells_tempete_de_grele.md)' Source: (SRD p155) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination Ritual: ritual @@ -2575,7 +2741,8 @@ SubItems: AltName: '[Identification](hd_spells_identification.md)' Source: (SRD p155) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: illusion Ritual: ritual @@ -2592,7 +2759,8 @@ SubItems: AltName: '[Texte illusoire](hd_spells_texte_illusoire.md)' Source: (SRD p156) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: abjuration CastingTime: 1 minute @@ -2608,7 +2776,8 @@ SubItems: AltName: '[Emprisonnement](hd_spells_emprisonnement.md)' Source: (SRD p156) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: conjuration CastingTime: 1 action @@ -2624,7 +2793,8 @@ SubItems: AltName: '[Nuage incendiaire](hd_spells_nuage_incendiaire.md)' Source: (SRD p157) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: necromancy CastingTime: 1 action @@ -2640,7 +2810,8 @@ SubItems: AltName: '[Blessure](hd_spells_blessure.md)' Source: (SRD p157) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 action @@ -2656,7 +2827,8 @@ SubItems: AltName: "[Fléau d'insectes](hd_spells_fleau_dinsectes.md)" Source: (SRD p157) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action @@ -2672,7 +2844,8 @@ SubItems: AltName: '[Invisibilité](hd_spells_invisibilite.md)' Source: (SRD p157) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action @@ -2688,7 +2861,8 @@ SubItems: AltName: '[Saut](hd_spells_saut.md)' Source: (SRD p158) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -2704,7 +2878,8 @@ SubItems: AltName: '[Déblocage](hd_spells_deblocage.md)' Source: (SRD p158) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: divination CastingTime: 10 minutes @@ -2720,7 +2895,8 @@ SubItems: AltName: '[Légende](hd_spells_legende.md)' Source: (SRD p158) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action @@ -2736,7 +2912,8 @@ SubItems: AltName: '[Coffre secret](hd_spells_coffre_secret.md)' Source: (SRD p177) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation Ritual: ritual @@ -2753,7 +2930,8 @@ SubItems: AltName: '[Petite hutte](hd_spells_petite_hutte.md)' Source: (SRD p187) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action @@ -2769,7 +2947,8 @@ SubItems: AltName: '[Restauration inférieure](hd_spells_restauration_inferieure.md)' Source: (SRD p158) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -2785,7 +2964,8 @@ SubItems: AltName: '[Lévitation](hd_spells_levitation.md)' Source: (SRD p158) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -2801,7 +2981,8 @@ SubItems: AltName: '[Lumière](hd_spells_lumiere.md)' Source: (SRD p159) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action @@ -2817,7 +2998,8 @@ SubItems: AltName: '[Éclair](hd_spells_eclair.md)' Source: (SRD p159) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: divination Ritual: ritual @@ -2834,7 +3016,8 @@ SubItems: AltName: '[Localiser des animaux ou des plantes](hd_spells_localiser_des_animaux_ou_des_plantes.md)' Source: (SRD p159) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: divination CastingTime: 1 action @@ -2850,7 +3033,8 @@ SubItems: AltName: '[Localiser une créature](hd_spells_localiser_une_creature.md)' Source: (SRD p159) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: divination CastingTime: 1 action @@ -2866,7 +3050,8 @@ SubItems: AltName: '[Localiser un objet](hd_spells_localiser_un_objet.md)' Source: (SRD p159) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action @@ -2882,7 +3067,8 @@ SubItems: AltName: '[Grande foulée](hd_spells_grande_foulee.md)' Source: (SRD p160) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 action @@ -2898,7 +3084,8 @@ SubItems: AltName: '[Armure du mage](hd_spells_armure_du_mage.md)' Source: (SRD p160) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action @@ -2914,7 +3101,8 @@ SubItems: AltName: '[Main du mage](hd_spells_main_du_mage.md)' Source: (SRD p160) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 minute @@ -2930,7 +3118,8 @@ SubItems: AltName: '[Cercle magique](hd_spells_cercle_magique.md)' Source: (SRD p160) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 minute @@ -2946,7 +3135,8 @@ SubItems: AltName: '[Possession](hd_spells_possession.md)' Source: (SRD p160) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action @@ -2962,7 +3152,8 @@ SubItems: AltName: '[Projectile magique](hd_spells_projectile_magique.md)' Source: (SRD p161) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: illusion Ritual: ritual @@ -2979,7 +3170,8 @@ SubItems: AltName: '[Bouche magique](hd_spells_bouche_magique.md)' Source: (SRD p161) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 bonus action @@ -2995,7 +3187,8 @@ SubItems: AltName: '[Arme magique](hd_spells_arme_magique.md)' Source: (SRD p161) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: illusion CastingTime: 1 action @@ -3011,7 +3204,8 @@ SubItems: AltName: '[Image majeure](hd_spells_image_majeure.md)' Source: (SRD p162) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action @@ -3027,7 +3221,8 @@ SubItems: AltName: '[Soin des blessures de groupe](hd_spells_soin_des_blessures_de_groupe.md)' Source: (SRD p162) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: evocation CastingTime: 1 action @@ -3043,7 +3238,8 @@ SubItems: AltName: '[Guérison de groupe](hd_spells_guerison_de_groupe.md)' Source: (SRD p163) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation CastingTime: 1 bonus action @@ -3059,7 +3255,8 @@ SubItems: AltName: '[Mot de guérison de groupe](hd_spells_mot_de_guerison_de_groupe.md)' Source: (SRD p163) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: enchantment CastingTime: 1 action @@ -3075,7 +3272,8 @@ SubItems: AltName: '[Suggestion de groupe](hd_spells_suggestion_de_groupe.md)' Source: (SRD p163) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: conjuration CastingTime: 1 action @@ -3091,7 +3289,8 @@ SubItems: AltName: '[Labyrinthe](hd_spells_labyrinthe.md)' Source: (SRD p163) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation Ritual: ritual @@ -3108,7 +3307,8 @@ SubItems: AltName: '[Fusion dans la pierre](hd_spells_fusion_dans_la_pierre.md)' Source: (SRD p163) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -3124,7 +3324,8 @@ SubItems: AltName: '[Flèche acide](hd_spells_fleche_acide.md)' Source: (SRD p114) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 minute @@ -3140,7 +3341,8 @@ SubItems: AltName: '[Réparation](hd_spells_reparation.md)' Source: (SRD p164) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action @@ -3156,7 +3358,8 @@ SubItems: AltName: '[Message](hd_spells_message.md)' Source: (SRD p164) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: evocation CastingTime: 1 action @@ -3172,7 +3375,8 @@ SubItems: AltName: '[Nuée de météores](hd_spells_nuee_de_meteores.md)' Source: (SRD p164) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: abjuration CastingTime: 1 action @@ -3188,7 +3392,8 @@ SubItems: AltName: '[Esprit impénétrable](hd_spells_esprit_impenetrable.md)' Source: (SRD p164) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Illusion CastingTime: 1 action @@ -3204,7 +3409,8 @@ SubItems: AltName: '[Illusion mineure](hd_spells_illusion_mineure.md)' Source: (SRD p164) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: illusion CastingTime: 10 minutes @@ -3220,7 +3426,8 @@ SubItems: AltName: '[Mirage](hd_spells_mirage.md)' Source: (SRD p165) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action @@ -3236,7 +3443,8 @@ SubItems: AltName: '[Image miroir](hd_spells_image_miroir.md)' Source: (SRD p165) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: illusion CastingTime: 1 action @@ -3252,7 +3460,8 @@ SubItems: AltName: '[Tromperie](hd_spells_tromperie.md)' Source: (SRD p165) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: conjuration CastingTime: 1 bonus action @@ -3268,7 +3477,8 @@ SubItems: AltName: '[Pas brumeux](hd_spells_pas_brumeux.md)' Source: (SRD p165) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 action @@ -3284,7 +3494,8 @@ SubItems: AltName: '[Modification de mémoire](hd_spells_modification_de_memoire.md)' Source: (SRD p166) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -3300,7 +3511,8 @@ SubItems: AltName: '[Rayon de lune](hd_spells_rayon_de_lune.md)' Source: (SRD p166) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action @@ -3316,7 +3528,8 @@ SubItems: AltName: '[Chien de garde](hd_spells_chien_de_garde.md)' Source: (SRD p142) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 minute @@ -3332,7 +3545,8 @@ SubItems: AltName: '[Manoir somptueux](hd_spells_manoir_somptueux.md)' Source: (SRD p162) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: abjuration CastingTime: 10 minutes @@ -3348,7 +3562,8 @@ SubItems: AltName: '[Sanctuaire privé](hd_spells_sanctuaire_prive.md)' Source: (SRD p171) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action @@ -3364,7 +3579,8 @@ SubItems: AltName: '[Épée magique](hd_spells_epee_magique.md)' Source: (SRD p119) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 action @@ -3380,7 +3596,8 @@ SubItems: AltName: '[Déplacer la terre](hd_spells_deplacer_la_terre.md)' Source: (SRD p166) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action @@ -3396,7 +3613,8 @@ SubItems: AltName: '[Non-détection](hd_spells_non_detection.md)' Source: (SRD p167) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action @@ -3412,7 +3630,8 @@ SubItems: AltName: "[Aura magique de l'arcaniste](hd_spells_aura_magique_de_larcaniste.md)" Source: (SRD p119) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action @@ -3428,7 +3647,8 @@ SubItems: AltName: '[Sphère glacée](hd_spells_sphere_glacee.md)' Source: (SRD p147) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action @@ -3444,7 +3664,8 @@ SubItems: AltName: '[Sphère résiliente](hd_spells_sphere_resiliente.md)' Source: (SRD p175) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: enchantment CastingTime: 1 action @@ -3460,7 +3681,8 @@ SubItems: AltName: '[Danse irrésistible](hd_spells_danse_irresistible.md)' Source: (SRD p158) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action @@ -3476,7 +3698,8 @@ SubItems: AltName: '[Passage sans trace](hd_spells_passage_sans_trace.md)' Source: (SRD p167) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 action @@ -3492,7 +3715,8 @@ SubItems: AltName: '[Passe-muraille](hd_spells_passe_muraille.md)' Source: (SRD p167) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: illusion CastingTime: 1 action @@ -3508,7 +3732,8 @@ SubItems: AltName: '[Assassin imaginaire](hd_spells_assassin_imaginaire.md)' Source: (SRD p167) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: illusion Ritual: ritual @@ -3525,7 +3750,8 @@ SubItems: AltName: '[Monture fantôme](hd_spells_monture_fantome.md)' Source: (SRD p167) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration CastingTime: 10 minutes @@ -3541,7 +3767,8 @@ SubItems: AltName: '[Allié planaire](hd_spells_allie_planaire.md)' Source: (SRD p168) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 hour @@ -3557,7 +3784,8 @@ SubItems: AltName: '[Entrave planaire](hd_spells_entrave_planaire.md)' Source: (SRD p168) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 action @@ -3573,7 +3801,8 @@ SubItems: AltName: '[Changement de plan](hd_spells_changement_de_plan.md)' Source: (SRD p168) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action or 8 hours @@ -3589,7 +3818,8 @@ SubItems: AltName: '[Croissance végétale](hd_spells_croissance_vegetale.md)' Source: (SRD p169) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action @@ -3605,7 +3835,8 @@ SubItems: AltName: '[Bouffée de poison](hd_spells_bouffee_de_poison.md)' Source: (SRD p169) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action @@ -3621,7 +3852,8 @@ SubItems: AltName: '[Métamorphose](hd_spells_metamorphose.md)' Source: (SRD p169) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: enchantment CastingTime: 1 action @@ -3637,7 +3869,8 @@ SubItems: AltName: '[Mot de pouvoir mortel](hd_spells_mot_de_pouvoir_mortel.md)' Source: (SRD p170) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 action @@ -3653,7 +3886,8 @@ SubItems: AltName: '[Mot de pouvoir étourdissant](hd_spells_mot_de_pouvoir_etourdissant.md)' Source: (SRD p170) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 10 minutes @@ -3669,7 +3903,8 @@ SubItems: AltName: '[Prière de soins](hd_spells_priere_de_soins.md)' Source: (SRD p170) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action @@ -3685,7 +3920,8 @@ SubItems: AltName: '[Prestidigitation](hd_spells_prestidigitation.md)' Source: (SRD p170) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action @@ -3701,7 +3937,8 @@ SubItems: AltName: '[Embruns prismatiques](hd_spells_embruns_prismatiques.md)' Source: (SRD p170) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: abjuration CastingTime: 1 action @@ -3717,7 +3954,8 @@ SubItems: AltName: '[Mur prismatique](hd_spells_mur_prismatique.md)' Source: (SRD p171) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action @@ -3733,7 +3971,8 @@ SubItems: AltName: '[Produire une flamme](hd_spells_produire_une_flamme.md)' Source: (SRD p172) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: illusion CastingTime: 1 action @@ -3749,7 +3988,8 @@ SubItems: AltName: '[Illusion programmée](hd_spells_illusion_programmee.md)' Source: (SRD p172) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: illusion CastingTime: 1 action @@ -3765,7 +4005,8 @@ SubItems: AltName: '[Image projetée](hd_spells_image_projetee.md)' Source: (SRD p172) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action @@ -3781,7 +4022,8 @@ SubItems: AltName: '[Protection contre les énergies](hd_spells_protection_contre_les_energies.md)' Source: (SRD p173) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 action @@ -3797,7 +4039,8 @@ SubItems: AltName: '[Protection contre le mal et le bien](hd_spells_protection_contre_le_mal_et_le_bien.md)' Source: (SRD p173) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action @@ -3813,7 +4056,8 @@ SubItems: AltName: '[Protection contre le poison](hd_spells_protection_contre_le_poison.md)' Source: (SRD p173) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: transmutation Ritual: ritual @@ -3830,7 +4074,8 @@ SubItems: AltName: "[Purification de la nourriture et de l'eau](hd_spells_purification_de_la_nourriture_et_de_leau.md)" Source: (SRD p173) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: necromancy CastingTime: 1 hour @@ -3846,7 +4091,8 @@ SubItems: AltName: '[Rappel à la vie](hd_spells_rappel_a_la_vie.md)' Source: (SRD p173) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: divination Ritual: ritual @@ -3863,7 +4109,8 @@ SubItems: AltName: '[Lien télépathique](hd_spells_lien_telepathique.md)' Source: (SRD p185) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: necromancy CastingTime: 1 action @@ -3879,7 +4126,8 @@ SubItems: AltName: '[Rayon affaiblissant](hd_spells_rayon_affaiblissant.md)' Source: (SRD p174) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -3895,7 +4143,8 @@ SubItems: AltName: '[Rayon de givre](hd_spells_rayon_de_givre.md)' Source: (SRD p174) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 minute @@ -3911,7 +4160,8 @@ SubItems: AltName: '[Régénération](hd_spells_regeneration.md)' Source: (SRD p174) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 hour @@ -3927,7 +4177,8 @@ SubItems: AltName: '[Réincarnation](hd_spells_reincarnation.md)' Source: (SRD p174) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action @@ -3943,7 +4194,8 @@ SubItems: AltName: '[Lever une malédiction](hd_spells_lever_une_malediction.md)' Source: (SRD p174) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Abjuration CastingTime: 1 action @@ -3959,7 +4211,8 @@ SubItems: AltName: '[Résistance](hd_spells_resistance.md)' Source: (SRD p175) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: necromancy CastingTime: 1 hour @@ -3975,7 +4228,8 @@ SubItems: AltName: '[Résurrection](hd_spells_resurrection.md)' Source: (SRD p175) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 action @@ -3991,7 +4245,8 @@ SubItems: AltName: '[Inversion de la gravité](hd_spells_inversion_de_la_gravite.md)' Source: (SRD p175) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action @@ -4007,7 +4262,8 @@ SubItems: AltName: '[Revigorer](hd_spells_revigorer.md)' Source: (SRD p175) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -4023,7 +4279,8 @@ SubItems: AltName: '[Corde enchantée](hd_spells_corde_enchantee.md)' Source: (SRD p176) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -4039,7 +4296,8 @@ SubItems: AltName: '[Flamme sacrée](hd_spells_flamme_sacree.md)' Source: (SRD p176) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 bonus action @@ -4055,7 +4313,8 @@ SubItems: AltName: '[Sanctuaire](hd_spells_sanctuaire.md)' Source: (SRD p176) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -4071,7 +4330,8 @@ SubItems: AltName: '[Rayon ardent](hd_spells_rayon_ardent.md)' Source: (SRD p176) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: divination CastingTime: 10 minutes @@ -4087,7 +4347,8 @@ SubItems: AltName: '[Scrutation](hd_spells_scrutation.md)' Source: (SRD p176) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: divination CastingTime: 1 action @@ -4103,7 +4364,8 @@ SubItems: AltName: "[Voir l'invisible](hd_spells_voir_linvisible.md)" Source: (SRD p177) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: illusion CastingTime: 1 action @@ -4119,7 +4381,8 @@ SubItems: AltName: '[Apparence trompeuse](hd_spells_apparence_trompeuse.md)' Source: (SRD p177) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action @@ -4135,7 +4398,8 @@ SubItems: AltName: '[Envoi de message](hd_spells_envoi_de_message.md)' Source: (SRD p177) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 action @@ -4151,7 +4415,8 @@ SubItems: AltName: '[Séquestration](hd_spells_sequestration.md)' Source: (SRD p178) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: transmutation CastingTime: 1 action @@ -4167,7 +4432,8 @@ SubItems: AltName: '[Changement de forme](hd_spells_changement_de_forme.md)' Source: (SRD p178) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action @@ -4183,7 +4449,8 @@ SubItems: AltName: '[Briser](hd_spells_briser.md)' Source: (SRD p178) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 reaction, which you take when you are hit by an attack or targeted by the magic missile spell @@ -4199,7 +4466,8 @@ SubItems: AltName: '[Bouclier](hd_spells_bouclier.md)' Source: (SRD p179) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 bonus action @@ -4215,7 +4483,8 @@ SubItems: AltName: '[Bouclier de la foi](hd_spells_bouclier_de_la_foi.md)' Source: (SRD p179) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 bonus action @@ -4231,7 +4500,8 @@ SubItems: AltName: '[Gourdin magique](hd_spells_gourdin_magique.md)' Source: (SRD p179) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action @@ -4247,7 +4517,8 @@ SubItems: AltName: '[Poigne électrique](hd_spells_poigne_electrique.md)' Source: (SRD p179) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: illusion Ritual: ritual @@ -4264,7 +4535,8 @@ SubItems: AltName: '[Silence](hd_spells_silence.md)' Source: (SRD p179) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: illusion CastingTime: 1 action @@ -4280,7 +4552,8 @@ SubItems: AltName: '[Image silencieuse](hd_spells_image_silencieuse.md)' Source: (SRD p179) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: illusion CastingTime: 12 hours @@ -4296,7 +4569,8 @@ SubItems: AltName: '[Simulacre](hd_spells_simulacre.md)' Source: (SRD p180) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -4312,7 +4586,8 @@ SubItems: AltName: '[Sommeil](hd_spells_sommeil.md)' Source: (SRD p180) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action @@ -4328,7 +4603,8 @@ SubItems: AltName: '[Tempête de neige](hd_spells_tempete_de_neige.md)' Source: (SRD p180) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action @@ -4344,7 +4620,8 @@ SubItems: AltName: '[Lenteur](hd_spells_lenteur.md)' Source: (SRD p180) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Necromancy CastingTime: 1 action @@ -4360,7 +4637,8 @@ SubItems: AltName: '[Épargner les mourants](hd_spells_epargner_les_mourants.md)' Source: (SRD p181) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: divination Ritual: ritual @@ -4377,7 +4655,8 @@ SubItems: AltName: '[Communication avec les animaux](hd_spells_communication_avec_les_animaux.md)' Source: (SRD p181) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action @@ -4393,7 +4672,8 @@ SubItems: AltName: '[Communication avec les morts](hd_spells_communication_avec_les_morts.md)' Source: (SRD p181) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action @@ -4409,7 +4689,8 @@ SubItems: AltName: '[Communication avec les plantes](hd_spells_communication_avec_les_plantes.md)' Source: (SRD p181) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -4425,7 +4706,8 @@ SubItems: AltName: "[Pattes d'araignée](hd_spells_pattes_daraignee.md)" Source: (SRD p182) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action @@ -4441,7 +4723,8 @@ SubItems: AltName: "[Croissance d'épines](hd_spells_croissance_depines.md)" Source: (SRD p182) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action @@ -4457,7 +4740,8 @@ SubItems: AltName: '[Esprits gardiens](hd_spells_esprits_gardiens.md)' Source: (SRD p182) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: evocation CastingTime: 1 bonus action @@ -4473,7 +4757,8 @@ SubItems: AltName: '[Arme spirituelle](hd_spells_arme_spirituelle.md)' Source: (SRD p182) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action @@ -4489,7 +4774,8 @@ SubItems: AltName: '[Nuage puant](hd_spells_nuage_puant.md)' Source: (SRD p182) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action @@ -4505,7 +4791,8 @@ SubItems: AltName: '[Façonnage de la pierre](hd_spells_faconnage_de_la_pierre.md)' Source: (SRD p183) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action @@ -4521,7 +4808,8 @@ SubItems: AltName: '[Peau de pierre](hd_spells_peau_de_pierre.md)' Source: (SRD p183) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: conjuration CastingTime: 1 action @@ -4537,7 +4825,8 @@ SubItems: AltName: '[Tempête vengeresse](hd_spells_tempete_vengeresse.md)' Source: (SRD p183) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action @@ -4553,7 +4842,8 @@ SubItems: AltName: '[Suggestion](hd_spells_suggestion.md)' Source: (SRD p183) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action @@ -4569,7 +4859,8 @@ SubItems: AltName: '[Rayon de soleil](hd_spells_rayon_de_soleil.md)' Source: (SRD p184) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 8 Type: evocation CastingTime: 1 action @@ -4585,7 +4876,8 @@ SubItems: AltName: '[Éclat du soleil](hd_spells_eclat_du_soleil.md)' Source: (SRD p184) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: abjuration CastingTime: 1 minute @@ -4601,7 +4893,8 @@ SubItems: AltName: '[Symbole](hd_spells_symbole.md)' Source: (SRD p184) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action @@ -4617,7 +4910,8 @@ SubItems: AltName: '[Fou rire](hd_spells_fou_rire.md)' Source: (SRD p154) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 action @@ -4633,7 +4927,8 @@ SubItems: AltName: '[Télékinésie](hd_spells_telekinesie.md)' Source: (SRD p185) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 action @@ -4649,7 +4944,8 @@ SubItems: AltName: '[Téléportation](hd_spells_teleportation.md)' Source: (SRD p185) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 minute @@ -4665,7 +4961,8 @@ SubItems: AltName: '[Cercle de téléportation](hd_spells_cercle_de_teleportation.md)' Source: (SRD p186) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: conjuration Ritual: ritual @@ -4682,7 +4979,8 @@ SubItems: AltName: '[Disque flottant](hd_spells_disque_flottant.md)' Source: (SRD p146) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action @@ -4698,7 +4996,8 @@ SubItems: AltName: '[Thaumaturgie](hd_spells_thaumaturgie.md)' Source: (SRD p187) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action @@ -4714,7 +5013,8 @@ SubItems: AltName: '[Vague tonnante](hd_spells_vague_tonnante.md)' Source: (SRD p187) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: transmutation CastingTime: 1 action @@ -4730,7 +5030,8 @@ SubItems: AltName: '[Arrêt du temps](hd_spells_arret_du_temps.md)' Source: (SRD p187) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: divination CastingTime: 1 action @@ -4746,7 +5047,8 @@ SubItems: AltName: '[Langues](hd_spells_langues.md)' Source: (SRD p187) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 action @@ -4762,7 +5064,8 @@ SubItems: AltName: '[Transport végétal](hd_spells_transport_vegetal.md)' Source: (SRD p188) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 action @@ -4778,7 +5081,8 @@ SubItems: AltName: '[Passage par les arbres](hd_spells_passage_par_les_arbres.md)' Source: (SRD p188) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: transmutation CastingTime: 1 action @@ -4794,7 +5098,8 @@ SubItems: AltName: '[Métamorphose suprême](hd_spells_metamorphose_supreme.md)' Source: (SRD p188) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: necromancy CastingTime: 1 hour @@ -4810,7 +5115,8 @@ SubItems: AltName: '[Résurrection suprême](hd_spells_resurrection_supreme.md)' Source: (SRD p189) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: divination CastingTime: 1 action @@ -4826,7 +5132,8 @@ SubItems: AltName: '[Vision suprême](hd_spells_vision_supreme.md)' Source: (SRD p189) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Divination CastingTime: 1 action @@ -4842,7 +5149,8 @@ SubItems: AltName: '[Viser juste](hd_spells_viser_juste.md)' Source: (SRD p189) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 1 Type: conjuration Ritual: ritual @@ -4859,7 +5167,8 @@ SubItems: AltName: '[Serviteur invisible](hd_spells_serviteur_invisible.md)' Source: (SRD p189) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action @@ -4875,7 +5184,8 @@ SubItems: AltName: '[Caresse du vampire](hd_spells_caresse_du_vampire.md)' Source: (SRD p189) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: cantrip Type: Enchantment CastingTime: 1 action @@ -4891,7 +5201,8 @@ SubItems: AltName: '[Moquerie cruelle](hd_spells_moquerie_cruelle.md)' Source: (SRD p189) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action @@ -4907,7 +5218,8 @@ SubItems: AltName: '[Mur de feu](hd_spells_mur_de_feu.md)' Source: (SRD p190) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action @@ -4923,7 +5235,8 @@ SubItems: AltName: '[Mur de force](hd_spells_mur_de_force.md)' Source: (SRD p190) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action @@ -4939,7 +5252,8 @@ SubItems: AltName: '[Mur de glace](hd_spells_mur_de_glace.md)' Source: (SRD p190) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action @@ -4955,7 +5269,8 @@ SubItems: AltName: '[Mur de pierre](hd_spells_mur_de_pierre.md)' Source: (SRD p190) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 action @@ -4971,7 +5286,8 @@ SubItems: AltName: "[Mur d'épines](hd_spells_mur_depines.md)" Source: (SRD p191) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action @@ -4987,7 +5303,8 @@ SubItems: AltName: '[Lien de protection](hd_spells_lien_de_protection.md)' Source: (SRD p191) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation Ritual: ritual @@ -5004,7 +5321,8 @@ SubItems: AltName: '[Respiration aquatique](hd_spells_respiration_aquatique.md)' Source: (SRD p191) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: transmutation Ritual: ritual @@ -5021,7 +5339,8 @@ SubItems: AltName: "[Marche sur l'eau](hd_spells_marche_sur_leau.md)" Source: (SRD p191) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: conjuration CastingTime: 1 action @@ -5037,7 +5356,8 @@ SubItems: AltName: "[Toile d'araignée](hd_spells_toile_daraignee.md)" Source: (SRD p192) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: illusion CastingTime: 1 action @@ -5053,7 +5373,8 @@ SubItems: AltName: '[Étrangeté](hd_spells_etrangete.md)' Source: (SRD p192) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 minute @@ -5069,7 +5390,8 @@ SubItems: AltName: '[Marche sur le vent](hd_spells_marche_sur_le_vent.md)' Source: (SRD p192) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action @@ -5085,7 +5407,8 @@ SubItems: AltName: '[Mur de vent](hd_spells_mur_de_vent.md)' Source: (SRD p192) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 9 Type: conjuration CastingTime: 1 action @@ -5101,7 +5424,8 @@ SubItems: AltName: '[Souhait](hd_spells_souhait.md)' Source: (SRD p193) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 action @@ -5117,7 +5441,8 @@ SubItems: AltName: '[Mot de retour](hd_spells_mot_de_retour.md)' Source: (SRD p193) Attributes: {} -- !SpellVO +- !Spell + Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_acid_arrow.md b/Data/HD/srd_spells_acid_arrow.md index 88d0ea87..e1eb5039 100644 --- a/Data/HD/srd_spells_acid_arrow.md +++ b/Data/HD/srd_spells_acid_arrow.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_acid_splash.md b/Data/HD/srd_spells_acid_splash.md index 15311e55..fb8027bd 100644 --- a/Data/HD/srd_spells_acid_splash.md +++ b/Data/HD/srd_spells_acid_splash.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_aid.md b/Data/HD/srd_spells_aid.md index 67a859a9..0770fe46 100644 --- a/Data/HD/srd_spells_aid.md +++ b/Data/HD/srd_spells_aid.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_alarm.md b/Data/HD/srd_spells_alarm.md index 06461b31..52c114f2 100644 --- a/Data/HD/srd_spells_alarm.md +++ b/Data/HD/srd_spells_alarm.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: abjuration Ritual: ritual diff --git a/Data/HD/srd_spells_alter_self.md b/Data/HD/srd_spells_alter_self.md index e8f7c1da..c6fa28e8 100644 --- a/Data/HD/srd_spells_alter_self.md +++ b/Data/HD/srd_spells_alter_self.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_animal_friendship.md b/Data/HD/srd_spells_animal_friendship.md index 10faea29..5924de9d 100644 --- a/Data/HD/srd_spells_animal_friendship.md +++ b/Data/HD/srd_spells_animal_friendship.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_animal_messenger.md b/Data/HD/srd_spells_animal_messenger.md index f3149d75..c3f7203d 100644 --- a/Data/HD/srd_spells_animal_messenger.md +++ b/Data/HD/srd_spells_animal_messenger.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: enchantment Ritual: ritual diff --git a/Data/HD/srd_spells_animal_shapes.md b/Data/HD/srd_spells_animal_shapes.md index 064db876..3066db7f 100644 --- a/Data/HD/srd_spells_animal_shapes.md +++ b/Data/HD/srd_spells_animal_shapes.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_animate_dead.md b/Data/HD/srd_spells_animate_dead.md index 700a741f..86e24d6d 100644 --- a/Data/HD/srd_spells_animate_dead.md +++ b/Data/HD/srd_spells_animate_dead.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 minute diff --git a/Data/HD/srd_spells_animate_objects.md b/Data/HD/srd_spells_animate_objects.md index ad6062fb..1aa534b0 100644 --- a/Data/HD/srd_spells_animate_objects.md +++ b/Data/HD/srd_spells_animate_objects.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_antilife_shell.md b/Data/HD/srd_spells_antilife_shell.md index 9288a37d..e8326821 100644 --- a/Data/HD/srd_spells_antilife_shell.md +++ b/Data/HD/srd_spells_antilife_shell.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_antimagic_field.md b/Data/HD/srd_spells_antimagic_field.md index 4d468991..2caf5898 100644 --- a/Data/HD/srd_spells_antimagic_field.md +++ b/Data/HD/srd_spells_antimagic_field.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_antipathysympathy.md b/Data/HD/srd_spells_antipathysympathy.md index 70798a97..bdf9d131 100644 --- a/Data/HD/srd_spells_antipathysympathy.md +++ b/Data/HD/srd_spells_antipathysympathy.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 hour diff --git a/Data/HD/srd_spells_arcane_eye.md b/Data/HD/srd_spells_arcane_eye.md index 07fda24e..5d5f3675 100644 --- a/Data/HD/srd_spells_arcane_eye.md +++ b/Data/HD/srd_spells_arcane_eye.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_arcane_hand.md b/Data/HD/srd_spells_arcane_hand.md index a4611db9..6f92baf2 100644 --- a/Data/HD/srd_spells_arcane_hand.md +++ b/Data/HD/srd_spells_arcane_hand.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_arcane_lock.md b/Data/HD/srd_spells_arcane_lock.md index c8b3165d..f03cb6b0 100644 --- a/Data/HD/srd_spells_arcane_lock.md +++ b/Data/HD/srd_spells_arcane_lock.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_arcane_sword.md b/Data/HD/srd_spells_arcane_sword.md index 23b06137..fa6bdda1 100644 --- a/Data/HD/srd_spells_arcane_sword.md +++ b/Data/HD/srd_spells_arcane_sword.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_arcanists_magic_aura.md b/Data/HD/srd_spells_arcanists_magic_aura.md index 5a827373..b09467ce 100644 --- a/Data/HD/srd_spells_arcanists_magic_aura.md +++ b/Data/HD/srd_spells_arcanists_magic_aura.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_astral_projection.md b/Data/HD/srd_spells_astral_projection.md index c3e85b8e..ced0a83a 100644 --- a/Data/HD/srd_spells_astral_projection.md +++ b/Data/HD/srd_spells_astral_projection.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: necromancy CastingTime: 1 hour diff --git a/Data/HD/srd_spells_augury.md b/Data/HD/srd_spells_augury.md index 01e8f7b0..bbbca07b 100644 --- a/Data/HD/srd_spells_augury.md +++ b/Data/HD/srd_spells_augury.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_awaken.md b/Data/HD/srd_spells_awaken.md index e2dd0967..1c83d1f2 100644 --- a/Data/HD/srd_spells_awaken.md +++ b/Data/HD/srd_spells_awaken.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: transmutation CastingTime: 8 hours diff --git a/Data/HD/srd_spells_bane.md b/Data/HD/srd_spells_bane.md index 1d1b35da..8eee53df 100644 --- a/Data/HD/srd_spells_bane.md +++ b/Data/HD/srd_spells_bane.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_banishment.md b/Data/HD/srd_spells_banishment.md index 09ff4029..bee92730 100644 --- a/Data/HD/srd_spells_banishment.md +++ b/Data/HD/srd_spells_banishment.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_barkskin.md b/Data/HD/srd_spells_barkskin.md index 0f6c7209..b7054d2d 100644 --- a/Data/HD/srd_spells_barkskin.md +++ b/Data/HD/srd_spells_barkskin.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_beacon_of_hope.md b/Data/HD/srd_spells_beacon_of_hope.md index 9b741020..3c4c005e 100644 --- a/Data/HD/srd_spells_beacon_of_hope.md +++ b/Data/HD/srd_spells_beacon_of_hope.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_bestow_curse.md b/Data/HD/srd_spells_bestow_curse.md index 595149a9..6f8510f4 100644 --- a/Data/HD/srd_spells_bestow_curse.md +++ b/Data/HD/srd_spells_bestow_curse.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_black_tentacles.md b/Data/HD/srd_spells_black_tentacles.md index 180915ac..ddc15ced 100644 --- a/Data/HD/srd_spells_black_tentacles.md +++ b/Data/HD/srd_spells_black_tentacles.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_blade_barrier.md b/Data/HD/srd_spells_blade_barrier.md index 95280fe5..76e7f43e 100644 --- a/Data/HD/srd_spells_blade_barrier.md +++ b/Data/HD/srd_spells_blade_barrier.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_bless.md b/Data/HD/srd_spells_bless.md index 5eb81cd3..a7669485 100644 --- a/Data/HD/srd_spells_bless.md +++ b/Data/HD/srd_spells_bless.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_blight.md b/Data/HD/srd_spells_blight.md index 82127045..dd4e20de 100644 --- a/Data/HD/srd_spells_blight.md +++ b/Data/HD/srd_spells_blight.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_blindnessdeafness.md b/Data/HD/srd_spells_blindnessdeafness.md index 0b835b94..7b741c4b 100644 --- a/Data/HD/srd_spells_blindnessdeafness.md +++ b/Data/HD/srd_spells_blindnessdeafness.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_blink.md b/Data/HD/srd_spells_blink.md index 80cdc667..a545b825 100644 --- a/Data/HD/srd_spells_blink.md +++ b/Data/HD/srd_spells_blink.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_blur.md b/Data/HD/srd_spells_blur.md index 18e97e71..5ad1d319 100644 --- a/Data/HD/srd_spells_blur.md +++ b/Data/HD/srd_spells_blur.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_branding_smite.md b/Data/HD/srd_spells_branding_smite.md index d7fa8142..b4d0f02a 100644 --- a/Data/HD/srd_spells_branding_smite.md +++ b/Data/HD/srd_spells_branding_smite.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_burning_hands.md b/Data/HD/srd_spells_burning_hands.md index ef1c85e3..6b7f79be 100644 --- a/Data/HD/srd_spells_burning_hands.md +++ b/Data/HD/srd_spells_burning_hands.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_call_lightning.md b/Data/HD/srd_spells_call_lightning.md index 87aa7d96..4bf32078 100644 --- a/Data/HD/srd_spells_call_lightning.md +++ b/Data/HD/srd_spells_call_lightning.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_calm_emotions.md b/Data/HD/srd_spells_calm_emotions.md index a4318714..8a2c83a6 100644 --- a/Data/HD/srd_spells_calm_emotions.md +++ b/Data/HD/srd_spells_calm_emotions.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_chain_lightning.md b/Data/HD/srd_spells_chain_lightning.md index 71925806..e58c3ecb 100644 --- a/Data/HD/srd_spells_chain_lightning.md +++ b/Data/HD/srd_spells_chain_lightning.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_charm_person.md b/Data/HD/srd_spells_charm_person.md index 5fcb5f0d..a608be2a 100644 --- a/Data/HD/srd_spells_charm_person.md +++ b/Data/HD/srd_spells_charm_person.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_chill_touch.md b/Data/HD/srd_spells_chill_touch.md index 7b910b13..9807007a 100644 --- a/Data/HD/srd_spells_chill_touch.md +++ b/Data/HD/srd_spells_chill_touch.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_circle_of_death.md b/Data/HD/srd_spells_circle_of_death.md index 51e39956..f02a0acf 100644 --- a/Data/HD/srd_spells_circle_of_death.md +++ b/Data/HD/srd_spells_circle_of_death.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_clairvoyance.md b/Data/HD/srd_spells_clairvoyance.md index 46d54bc8..660bccb9 100644 --- a/Data/HD/srd_spells_clairvoyance.md +++ b/Data/HD/srd_spells_clairvoyance.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: divination CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_clone.md b/Data/HD/srd_spells_clone.md index 538fa229..e0aab2d6 100644 --- a/Data/HD/srd_spells_clone.md +++ b/Data/HD/srd_spells_clone.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: necromancy CastingTime: 1 hour diff --git a/Data/HD/srd_spells_cloudkill.md b/Data/HD/srd_spells_cloudkill.md index 8f03043d..d70d3f44 100644 --- a/Data/HD/srd_spells_cloudkill.md +++ b/Data/HD/srd_spells_cloudkill.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_color_spray.md b/Data/HD/srd_spells_color_spray.md index 911accc5..2fbf4181 100644 --- a/Data/HD/srd_spells_color_spray.md +++ b/Data/HD/srd_spells_color_spray.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_command.md b/Data/HD/srd_spells_command.md index 92f39613..bc4fbb82 100644 --- a/Data/HD/srd_spells_command.md +++ b/Data/HD/srd_spells_command.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_commune.md b/Data/HD/srd_spells_commune.md index 3ca618f9..6225cddf 100644 --- a/Data/HD/srd_spells_commune.md +++ b/Data/HD/srd_spells_commune.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_commune_with_nature.md b/Data/HD/srd_spells_commune_with_nature.md index ac51e174..2071f90f 100644 --- a/Data/HD/srd_spells_commune_with_nature.md +++ b/Data/HD/srd_spells_commune_with_nature.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_comprehend_languages.md b/Data/HD/srd_spells_comprehend_languages.md index fd180397..4fd6c043 100644 --- a/Data/HD/srd_spells_comprehend_languages.md +++ b/Data/HD/srd_spells_comprehend_languages.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_compulsion.md b/Data/HD/srd_spells_compulsion.md index 464ec10f..8b189241 100644 --- a/Data/HD/srd_spells_compulsion.md +++ b/Data/HD/srd_spells_compulsion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_cone_of_cold.md b/Data/HD/srd_spells_cone_of_cold.md index 659938d6..33f9f82c 100644 --- a/Data/HD/srd_spells_cone_of_cold.md +++ b/Data/HD/srd_spells_cone_of_cold.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_confusion.md b/Data/HD/srd_spells_confusion.md index 9b225967..28e4d42f 100644 --- a/Data/HD/srd_spells_confusion.md +++ b/Data/HD/srd_spells_confusion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_conjure_animals.md b/Data/HD/srd_spells_conjure_animals.md index d8c383a4..19ce230a 100644 --- a/Data/HD/srd_spells_conjure_animals.md +++ b/Data/HD/srd_spells_conjure_animals.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_conjure_celestial.md b/Data/HD/srd_spells_conjure_celestial.md index c7e78ce0..d33bb4c2 100644 --- a/Data/HD/srd_spells_conjure_celestial.md +++ b/Data/HD/srd_spells_conjure_celestial.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_conjure_elemental.md b/Data/HD/srd_spells_conjure_elemental.md index 430e9210..e3e81e1d 100644 --- a/Data/HD/srd_spells_conjure_elemental.md +++ b/Data/HD/srd_spells_conjure_elemental.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_conjure_fey.md b/Data/HD/srd_spells_conjure_fey.md index f2f377bd..7d49a23d 100644 --- a/Data/HD/srd_spells_conjure_fey.md +++ b/Data/HD/srd_spells_conjure_fey.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_conjure_minor_elementals.md b/Data/HD/srd_spells_conjure_minor_elementals.md index 196e55e4..6f2c08e8 100644 --- a/Data/HD/srd_spells_conjure_minor_elementals.md +++ b/Data/HD/srd_spells_conjure_minor_elementals.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_conjure_woodland_beings.md b/Data/HD/srd_spells_conjure_woodland_beings.md index 50eec657..5f14df99 100644 --- a/Data/HD/srd_spells_conjure_woodland_beings.md +++ b/Data/HD/srd_spells_conjure_woodland_beings.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_contact_other_plane.md b/Data/HD/srd_spells_contact_other_plane.md index 7fbf77ca..ba009ada 100644 --- a/Data/HD/srd_spells_contact_other_plane.md +++ b/Data/HD/srd_spells_contact_other_plane.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_contagion.md b/Data/HD/srd_spells_contagion.md index ede1edf9..199e68a9 100644 --- a/Data/HD/srd_spells_contagion.md +++ b/Data/HD/srd_spells_contagion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_contingency.md b/Data/HD/srd_spells_contingency.md index eda05126..9779fa6d 100644 --- a/Data/HD/srd_spells_contingency.md +++ b/Data/HD/srd_spells_contingency.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_continual_flame.md b/Data/HD/srd_spells_continual_flame.md index 1ac1a910..0b0bda5e 100644 --- a/Data/HD/srd_spells_continual_flame.md +++ b/Data/HD/srd_spells_continual_flame.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_control_water.md b/Data/HD/srd_spells_control_water.md index 1363b9ca..f9357b63 100644 --- a/Data/HD/srd_spells_control_water.md +++ b/Data/HD/srd_spells_control_water.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_control_weather.md b/Data/HD/srd_spells_control_weather.md index 964d511d..9750766a 100644 --- a/Data/HD/srd_spells_control_weather.md +++ b/Data/HD/srd_spells_control_weather.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: transmutation CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_counterspell.md b/Data/HD/srd_spells_counterspell.md index 4a326d42..26fbac12 100644 --- a/Data/HD/srd_spells_counterspell.md +++ b/Data/HD/srd_spells_counterspell.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 reaction, which you take when you see a creature within 60 feet of you casting a spell diff --git a/Data/HD/srd_spells_create_food_and_water.md b/Data/HD/srd_spells_create_food_and_water.md index 244a912b..d552fced 100644 --- a/Data/HD/srd_spells_create_food_and_water.md +++ b/Data/HD/srd_spells_create_food_and_water.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_create_or_destroy_water.md b/Data/HD/srd_spells_create_or_destroy_water.md index 912184f0..658a7e6b 100644 --- a/Data/HD/srd_spells_create_or_destroy_water.md +++ b/Data/HD/srd_spells_create_or_destroy_water.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_create_undead.md b/Data/HD/srd_spells_create_undead.md index 0e03047a..37e9aa26 100644 --- a/Data/HD/srd_spells_create_undead.md +++ b/Data/HD/srd_spells_create_undead.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 minute diff --git a/Data/HD/srd_spells_creation.md b/Data/HD/srd_spells_creation.md index f5d51341..e08c53be 100644 --- a/Data/HD/srd_spells_creation.md +++ b/Data/HD/srd_spells_creation.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: illusion CastingTime: 1 minute diff --git a/Data/HD/srd_spells_cure_wounds.md b/Data/HD/srd_spells_cure_wounds.md index 5f00b58c..34ef11d5 100644 --- a/Data/HD/srd_spells_cure_wounds.md +++ b/Data/HD/srd_spells_cure_wounds.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_dancing_lights.md b/Data/HD/srd_spells_dancing_lights.md index 2db8d925..e2bcd946 100644 --- a/Data/HD/srd_spells_dancing_lights.md +++ b/Data/HD/srd_spells_dancing_lights.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_darkness.md b/Data/HD/srd_spells_darkness.md index 7a612914..09ef65ae 100644 --- a/Data/HD/srd_spells_darkness.md +++ b/Data/HD/srd_spells_darkness.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_darkvision.md b/Data/HD/srd_spells_darkvision.md index b4add968..764faf1c 100644 --- a/Data/HD/srd_spells_darkvision.md +++ b/Data/HD/srd_spells_darkvision.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_daylight.md b/Data/HD/srd_spells_daylight.md index 27effb6d..54cf7ec5 100644 --- a/Data/HD/srd_spells_daylight.md +++ b/Data/HD/srd_spells_daylight.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_death_ward.md b/Data/HD/srd_spells_death_ward.md index 4ce4bdbd..9eebb62e 100644 --- a/Data/HD/srd_spells_death_ward.md +++ b/Data/HD/srd_spells_death_ward.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_delayed_blast_fireball.md b/Data/HD/srd_spells_delayed_blast_fireball.md index 4492c2aa..577b167f 100644 --- a/Data/HD/srd_spells_delayed_blast_fireball.md +++ b/Data/HD/srd_spells_delayed_blast_fireball.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_demiplane.md b/Data/HD/srd_spells_demiplane.md index 1a39839e..73a84da8 100644 --- a/Data/HD/srd_spells_demiplane.md +++ b/Data/HD/srd_spells_demiplane.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_detect_evil_and_good.md b/Data/HD/srd_spells_detect_evil_and_good.md index ae5054d3..2f639ab7 100644 --- a/Data/HD/srd_spells_detect_evil_and_good.md +++ b/Data/HD/srd_spells_detect_evil_and_good.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_detect_magic.md b/Data/HD/srd_spells_detect_magic.md index 28baeda1..40965289 100644 --- a/Data/HD/srd_spells_detect_magic.md +++ b/Data/HD/srd_spells_detect_magic.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_detect_poison_and_disease.md b/Data/HD/srd_spells_detect_poison_and_disease.md index a1db8f02..51090531 100644 --- a/Data/HD/srd_spells_detect_poison_and_disease.md +++ b/Data/HD/srd_spells_detect_poison_and_disease.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_detect_thoughts.md b/Data/HD/srd_spells_detect_thoughts.md index 1253edff..7666d13f 100644 --- a/Data/HD/srd_spells_detect_thoughts.md +++ b/Data/HD/srd_spells_detect_thoughts.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_dimension_door.md b/Data/HD/srd_spells_dimension_door.md index 2b0b056d..0bcb4ed0 100644 --- a/Data/HD/srd_spells_dimension_door.md +++ b/Data/HD/srd_spells_dimension_door.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_disguise_self.md b/Data/HD/srd_spells_disguise_self.md index 0bf5c5b9..78c4419d 100644 --- a/Data/HD/srd_spells_disguise_self.md +++ b/Data/HD/srd_spells_disguise_self.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_disintegrate.md b/Data/HD/srd_spells_disintegrate.md index fa448e1b..9a3fb437 100644 --- a/Data/HD/srd_spells_disintegrate.md +++ b/Data/HD/srd_spells_disintegrate.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_dispel_evil_and_good.md b/Data/HD/srd_spells_dispel_evil_and_good.md index 046c2386..1efc31ac 100644 --- a/Data/HD/srd_spells_dispel_evil_and_good.md +++ b/Data/HD/srd_spells_dispel_evil_and_good.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_dispel_magic.md b/Data/HD/srd_spells_dispel_magic.md index d00cffe3..67490056 100644 --- a/Data/HD/srd_spells_dispel_magic.md +++ b/Data/HD/srd_spells_dispel_magic.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_divination.md b/Data/HD/srd_spells_divination.md index 2e361173..0e88e0f2 100644 --- a/Data/HD/srd_spells_divination.md +++ b/Data/HD/srd_spells_divination.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_divine_favor.md b/Data/HD/srd_spells_divine_favor.md index 90bc8089..10b3fd6d 100644 --- a/Data/HD/srd_spells_divine_favor.md +++ b/Data/HD/srd_spells_divine_favor.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_divine_word.md b/Data/HD/srd_spells_divine_word.md index 2317f89c..9d21b7e6 100644 --- a/Data/HD/srd_spells_divine_word.md +++ b/Data/HD/srd_spells_divine_word.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_dominate_beast.md b/Data/HD/srd_spells_dominate_beast.md index 856ebba8..0264a36d 100644 --- a/Data/HD/srd_spells_dominate_beast.md +++ b/Data/HD/srd_spells_dominate_beast.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_dominate_monster.md b/Data/HD/srd_spells_dominate_monster.md index 6efe54f9..0efcaca8 100644 --- a/Data/HD/srd_spells_dominate_monster.md +++ b/Data/HD/srd_spells_dominate_monster.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_dominate_person.md b/Data/HD/srd_spells_dominate_person.md index 2d730c6e..96d89b3c 100644 --- a/Data/HD/srd_spells_dominate_person.md +++ b/Data/HD/srd_spells_dominate_person.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_dream.md b/Data/HD/srd_spells_dream.md index 8c6df00f..96fe947e 100644 --- a/Data/HD/srd_spells_dream.md +++ b/Data/HD/srd_spells_dream.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: illusion CastingTime: 1 minute diff --git a/Data/HD/srd_spells_druidcraft.md b/Data/HD/srd_spells_druidcraft.md index 24bc79f5..dcab9a8d 100644 --- a/Data/HD/srd_spells_druidcraft.md +++ b/Data/HD/srd_spells_druidcraft.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_earthquake.md b/Data/HD/srd_spells_earthquake.md index f258e8ab..a4b47d57 100644 --- a/Data/HD/srd_spells_earthquake.md +++ b/Data/HD/srd_spells_earthquake.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_eldritch_blast.md b/Data/HD/srd_spells_eldritch_blast.md index 4d85f5d3..530f50ff 100644 --- a/Data/HD/srd_spells_eldritch_blast.md +++ b/Data/HD/srd_spells_eldritch_blast.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_enhance_ability.md b/Data/HD/srd_spells_enhance_ability.md index 892589e1..9622dba7 100644 --- a/Data/HD/srd_spells_enhance_ability.md +++ b/Data/HD/srd_spells_enhance_ability.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_enlargereduce.md b/Data/HD/srd_spells_enlargereduce.md index ce9c0117..07705a31 100644 --- a/Data/HD/srd_spells_enlargereduce.md +++ b/Data/HD/srd_spells_enlargereduce.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_entangle.md b/Data/HD/srd_spells_entangle.md index cea7c615..21df794c 100644 --- a/Data/HD/srd_spells_entangle.md +++ b/Data/HD/srd_spells_entangle.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_enthrall.md b/Data/HD/srd_spells_enthrall.md index 599dd95c..83e43c4e 100644 --- a/Data/HD/srd_spells_enthrall.md +++ b/Data/HD/srd_spells_enthrall.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_etherealness.md b/Data/HD/srd_spells_etherealness.md index 69e55a71..d2220225 100644 --- a/Data/HD/srd_spells_etherealness.md +++ b/Data/HD/srd_spells_etherealness.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_expeditious_retreat.md b/Data/HD/srd_spells_expeditious_retreat.md index 478ab6ad..67daf303 100644 --- a/Data/HD/srd_spells_expeditious_retreat.md +++ b/Data/HD/srd_spells_expeditious_retreat.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_eyebite.md b/Data/HD/srd_spells_eyebite.md index 519e0226..880f6133 100644 --- a/Data/HD/srd_spells_eyebite.md +++ b/Data/HD/srd_spells_eyebite.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_fabricate.md b/Data/HD/srd_spells_fabricate.md index 36c248f2..b59801fb 100644 --- a/Data/HD/srd_spells_fabricate.md +++ b/Data/HD/srd_spells_fabricate.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: transmutation CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_faerie_fire.md b/Data/HD/srd_spells_faerie_fire.md index 1d63cfe1..113a53cf 100644 --- a/Data/HD/srd_spells_faerie_fire.md +++ b/Data/HD/srd_spells_faerie_fire.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_faithful_hound.md b/Data/HD/srd_spells_faithful_hound.md index 925944d3..f6a42541 100644 --- a/Data/HD/srd_spells_faithful_hound.md +++ b/Data/HD/srd_spells_faithful_hound.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_false_life.md b/Data/HD/srd_spells_false_life.md index 286faf18..768eaa6e 100644 --- a/Data/HD/srd_spells_false_life.md +++ b/Data/HD/srd_spells_false_life.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_fear.md b/Data/HD/srd_spells_fear.md index 350c6d93..de02eaf4 100644 --- a/Data/HD/srd_spells_fear.md +++ b/Data/HD/srd_spells_fear.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_feather_fall.md b/Data/HD/srd_spells_feather_fall.md index 9ac43630..0c138f73 100644 --- a/Data/HD/srd_spells_feather_fall.md +++ b/Data/HD/srd_spells_feather_fall.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 reaction, which you take when you or a creature within 60 feet of you falls diff --git a/Data/HD/srd_spells_feeblemind.md b/Data/HD/srd_spells_feeblemind.md index 9b4a2372..5ab6db5e 100644 --- a/Data/HD/srd_spells_feeblemind.md +++ b/Data/HD/srd_spells_feeblemind.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_find_familiar.md b/Data/HD/srd_spells_find_familiar.md index 3b5a79f1..a8585830 100644 --- a/Data/HD/srd_spells_find_familiar.md +++ b/Data/HD/srd_spells_find_familiar.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: conjuration Ritual: ritual diff --git a/Data/HD/srd_spells_find_steed.md b/Data/HD/srd_spells_find_steed.md index 59f49676..08b78aa7 100644 --- a/Data/HD/srd_spells_find_steed.md +++ b/Data/HD/srd_spells_find_steed.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: conjuration CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_find_the_path.md b/Data/HD/srd_spells_find_the_path.md index cd2959f9..01f33b17 100644 --- a/Data/HD/srd_spells_find_the_path.md +++ b/Data/HD/srd_spells_find_the_path.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: divination CastingTime: 1 minute diff --git a/Data/HD/srd_spells_find_traps.md b/Data/HD/srd_spells_find_traps.md index ed0af838..d85618e8 100644 --- a/Data/HD/srd_spells_find_traps.md +++ b/Data/HD/srd_spells_find_traps.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_finger_of_death.md b/Data/HD/srd_spells_finger_of_death.md index 69768245..511a9906 100644 --- a/Data/HD/srd_spells_finger_of_death.md +++ b/Data/HD/srd_spells_finger_of_death.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_fire_bolt.md b/Data/HD/srd_spells_fire_bolt.md index a9db81f0..c2ad0d13 100644 --- a/Data/HD/srd_spells_fire_bolt.md +++ b/Data/HD/srd_spells_fire_bolt.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_fire_shield.md b/Data/HD/srd_spells_fire_shield.md index 0d87a7f2..39ca3cc8 100644 --- a/Data/HD/srd_spells_fire_shield.md +++ b/Data/HD/srd_spells_fire_shield.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_fire_storm.md b/Data/HD/srd_spells_fire_storm.md index 742e5629..92001068 100644 --- a/Data/HD/srd_spells_fire_storm.md +++ b/Data/HD/srd_spells_fire_storm.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_fireball.md b/Data/HD/srd_spells_fireball.md index 99584c7a..26725778 100644 --- a/Data/HD/srd_spells_fireball.md +++ b/Data/HD/srd_spells_fireball.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_flame_blade.md b/Data/HD/srd_spells_flame_blade.md index 82a1fea1..2bd2d5f8 100644 --- a/Data/HD/srd_spells_flame_blade.md +++ b/Data/HD/srd_spells_flame_blade.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_flame_strike.md b/Data/HD/srd_spells_flame_strike.md index 25810755..0bb897f1 100644 --- a/Data/HD/srd_spells_flame_strike.md +++ b/Data/HD/srd_spells_flame_strike.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_flaming_sphere.md b/Data/HD/srd_spells_flaming_sphere.md index 374ae77a..6cf07a73 100644 --- a/Data/HD/srd_spells_flaming_sphere.md +++ b/Data/HD/srd_spells_flaming_sphere.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_flesh_to_stone.md b/Data/HD/srd_spells_flesh_to_stone.md index 4a0c2525..d2baacd3 100644 --- a/Data/HD/srd_spells_flesh_to_stone.md +++ b/Data/HD/srd_spells_flesh_to_stone.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_floating_disk.md b/Data/HD/srd_spells_floating_disk.md index 5e5aab4e..9d899dc9 100644 --- a/Data/HD/srd_spells_floating_disk.md +++ b/Data/HD/srd_spells_floating_disk.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: conjuration Ritual: ritual diff --git a/Data/HD/srd_spells_fly.md b/Data/HD/srd_spells_fly.md index 158c3db0..d16fdf83 100644 --- a/Data/HD/srd_spells_fly.md +++ b/Data/HD/srd_spells_fly.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_fog_cloud.md b/Data/HD/srd_spells_fog_cloud.md index 1bff0d83..eab93c72 100644 --- a/Data/HD/srd_spells_fog_cloud.md +++ b/Data/HD/srd_spells_fog_cloud.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_forbiddance.md b/Data/HD/srd_spells_forbiddance.md index 79b7efff..021fb28c 100644 --- a/Data/HD/srd_spells_forbiddance.md +++ b/Data/HD/srd_spells_forbiddance.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: abjuration Ritual: ritual diff --git a/Data/HD/srd_spells_forcecage.md b/Data/HD/srd_spells_forcecage.md index 6b653f39..07eec218 100644 --- a/Data/HD/srd_spells_forcecage.md +++ b/Data/HD/srd_spells_forcecage.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_foresight.md b/Data/HD/srd_spells_foresight.md index 7f287c84..38c63eca 100644 --- a/Data/HD/srd_spells_foresight.md +++ b/Data/HD/srd_spells_foresight.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: divination CastingTime: 1 minute diff --git a/Data/HD/srd_spells_freedom_of_movement.md b/Data/HD/srd_spells_freedom_of_movement.md index 3efbfd1d..4f505956 100644 --- a/Data/HD/srd_spells_freedom_of_movement.md +++ b/Data/HD/srd_spells_freedom_of_movement.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_freezing_sphere.md b/Data/HD/srd_spells_freezing_sphere.md index b562e18b..6ea18a90 100644 --- a/Data/HD/srd_spells_freezing_sphere.md +++ b/Data/HD/srd_spells_freezing_sphere.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_gaseous_form.md b/Data/HD/srd_spells_gaseous_form.md index 62c58e00..c029c701 100644 --- a/Data/HD/srd_spells_gaseous_form.md +++ b/Data/HD/srd_spells_gaseous_form.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_gate.md b/Data/HD/srd_spells_gate.md index ee282099..962d8154 100644 --- a/Data/HD/srd_spells_gate.md +++ b/Data/HD/srd_spells_gate.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_geas.md b/Data/HD/srd_spells_geas.md index be1521f0..e078989e 100644 --- a/Data/HD/srd_spells_geas.md +++ b/Data/HD/srd_spells_geas.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 minute diff --git a/Data/HD/srd_spells_gentle_repose.md b/Data/HD/srd_spells_gentle_repose.md index c3b29558..4617ad03 100644 --- a/Data/HD/srd_spells_gentle_repose.md +++ b/Data/HD/srd_spells_gentle_repose.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: necromancy Ritual: ritual diff --git a/Data/HD/srd_spells_giant_insect.md b/Data/HD/srd_spells_giant_insect.md index cea07870..28313472 100644 --- a/Data/HD/srd_spells_giant_insect.md +++ b/Data/HD/srd_spells_giant_insect.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_glibness.md b/Data/HD/srd_spells_glibness.md index 8a4bdc9f..231164c6 100644 --- a/Data/HD/srd_spells_glibness.md +++ b/Data/HD/srd_spells_glibness.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_globe_of_invulnerability.md b/Data/HD/srd_spells_globe_of_invulnerability.md index 1392b5e0..0313cc83 100644 --- a/Data/HD/srd_spells_globe_of_invulnerability.md +++ b/Data/HD/srd_spells_globe_of_invulnerability.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_glyph_of_warding.md b/Data/HD/srd_spells_glyph_of_warding.md index 1a53f9d5..35f38f4c 100644 --- a/Data/HD/srd_spells_glyph_of_warding.md +++ b/Data/HD/srd_spells_glyph_of_warding.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 hour diff --git a/Data/HD/srd_spells_goodberry.md b/Data/HD/srd_spells_goodberry.md index 28aaea79..6666318f 100644 --- a/Data/HD/srd_spells_goodberry.md +++ b/Data/HD/srd_spells_goodberry.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_grease.md b/Data/HD/srd_spells_grease.md index 7cb5d2e7..0750db00 100644 --- a/Data/HD/srd_spells_grease.md +++ b/Data/HD/srd_spells_grease.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_greater_invisibility.md b/Data/HD/srd_spells_greater_invisibility.md index a5a80c92..ea9f2e0c 100644 --- a/Data/HD/srd_spells_greater_invisibility.md +++ b/Data/HD/srd_spells_greater_invisibility.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_greater_restoration.md b/Data/HD/srd_spells_greater_restoration.md index baf7fddb..2a27c92b 100644 --- a/Data/HD/srd_spells_greater_restoration.md +++ b/Data/HD/srd_spells_greater_restoration.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_guardian_of_faith.md b/Data/HD/srd_spells_guardian_of_faith.md index 630cfc01..3013a2e0 100644 --- a/Data/HD/srd_spells_guardian_of_faith.md +++ b/Data/HD/srd_spells_guardian_of_faith.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_guards_and_wards.md b/Data/HD/srd_spells_guards_and_wards.md index 4d80696d..63486069 100644 --- a/Data/HD/srd_spells_guards_and_wards.md +++ b/Data/HD/srd_spells_guards_and_wards.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: abjuration CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_guidance.md b/Data/HD/srd_spells_guidance.md index e17df4bf..c322d65a 100644 --- a/Data/HD/srd_spells_guidance.md +++ b/Data/HD/srd_spells_guidance.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_guiding_bolt.md b/Data/HD/srd_spells_guiding_bolt.md index 8c3a6fdc..8094b67a 100644 --- a/Data/HD/srd_spells_guiding_bolt.md +++ b/Data/HD/srd_spells_guiding_bolt.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_gust_of_wind.md b/Data/HD/srd_spells_gust_of_wind.md index 72ed367b..ba25df1c 100644 --- a/Data/HD/srd_spells_gust_of_wind.md +++ b/Data/HD/srd_spells_gust_of_wind.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_hallow.md b/Data/HD/srd_spells_hallow.md index fa54a58c..d451b0ef 100644 --- a/Data/HD/srd_spells_hallow.md +++ b/Data/HD/srd_spells_hallow.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 24 hours diff --git a/Data/HD/srd_spells_hallucinatory_terrain.md b/Data/HD/srd_spells_hallucinatory_terrain.md index b2f8e93b..e7480d76 100644 --- a/Data/HD/srd_spells_hallucinatory_terrain.md +++ b/Data/HD/srd_spells_hallucinatory_terrain.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: illusion CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_harm.md b/Data/HD/srd_spells_harm.md index 8d68851a..6dad2d69 100644 --- a/Data/HD/srd_spells_harm.md +++ b/Data/HD/srd_spells_harm.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_haste.md b/Data/HD/srd_spells_haste.md index ea7e8b26..9a1746e1 100644 --- a/Data/HD/srd_spells_haste.md +++ b/Data/HD/srd_spells_haste.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_heal.md b/Data/HD/srd_spells_heal.md index f8185692..3ff59db9 100644 --- a/Data/HD/srd_spells_heal.md +++ b/Data/HD/srd_spells_heal.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_healing_word.md b/Data/HD/srd_spells_healing_word.md index 1f0a8b70..c15df263 100644 --- a/Data/HD/srd_spells_healing_word.md +++ b/Data/HD/srd_spells_healing_word.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_heat_metal.md b/Data/HD/srd_spells_heat_metal.md index 4c4ea9be..134a0592 100644 --- a/Data/HD/srd_spells_heat_metal.md +++ b/Data/HD/srd_spells_heat_metal.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_hellish_rebuke.md b/Data/HD/srd_spells_hellish_rebuke.md index 5dd36077..9418d873 100644 --- a/Data/HD/srd_spells_hellish_rebuke.md +++ b/Data/HD/srd_spells_hellish_rebuke.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 reaction, which you take in response to being damaged by a creature within 60 feet of you that you can see diff --git a/Data/HD/srd_spells_heroes_feast.md b/Data/HD/srd_spells_heroes_feast.md index 0f75612a..70463122 100644 --- a/Data/HD/srd_spells_heroes_feast.md +++ b/Data/HD/srd_spells_heroes_feast.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_heroism.md b/Data/HD/srd_spells_heroism.md index ceb50428..c725d931 100644 --- a/Data/HD/srd_spells_heroism.md +++ b/Data/HD/srd_spells_heroism.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_hideous_laughter.md b/Data/HD/srd_spells_hideous_laughter.md index 1d837067..21caffcb 100644 --- a/Data/HD/srd_spells_hideous_laughter.md +++ b/Data/HD/srd_spells_hideous_laughter.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_hold_monster.md b/Data/HD/srd_spells_hold_monster.md index 3bbeb778..c4cd399e 100644 --- a/Data/HD/srd_spells_hold_monster.md +++ b/Data/HD/srd_spells_hold_monster.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_hold_person.md b/Data/HD/srd_spells_hold_person.md index 127c9744..fa42dfd4 100644 --- a/Data/HD/srd_spells_hold_person.md +++ b/Data/HD/srd_spells_hold_person.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_holy_aura.md b/Data/HD/srd_spells_holy_aura.md index 11b55250..7d0d6aae 100644 --- a/Data/HD/srd_spells_holy_aura.md +++ b/Data/HD/srd_spells_holy_aura.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_hunters_mark.md b/Data/HD/srd_spells_hunters_mark.md index 740994a9..5997006e 100644 --- a/Data/HD/srd_spells_hunters_mark.md +++ b/Data/HD/srd_spells_hunters_mark.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_hypnotic_pattern.md b/Data/HD/srd_spells_hypnotic_pattern.md index 34b2e1e5..5c6e612a 100644 --- a/Data/HD/srd_spells_hypnotic_pattern.md +++ b/Data/HD/srd_spells_hypnotic_pattern.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_ice_storm.md b/Data/HD/srd_spells_ice_storm.md index 5de3bc55..60dd2ce0 100644 --- a/Data/HD/srd_spells_ice_storm.md +++ b/Data/HD/srd_spells_ice_storm.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_identify.md b/Data/HD/srd_spells_identify.md index db1c3e31..2f6cdba7 100644 --- a/Data/HD/srd_spells_identify.md +++ b/Data/HD/srd_spells_identify.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_illusory_script.md b/Data/HD/srd_spells_illusory_script.md index 6f5ee24a..5849fe8e 100644 --- a/Data/HD/srd_spells_illusory_script.md +++ b/Data/HD/srd_spells_illusory_script.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: illusion Ritual: ritual diff --git a/Data/HD/srd_spells_imprisonment.md b/Data/HD/srd_spells_imprisonment.md index e8594935..b4b8d599 100644 --- a/Data/HD/srd_spells_imprisonment.md +++ b/Data/HD/srd_spells_imprisonment.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: abjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_incendiary_cloud.md b/Data/HD/srd_spells_incendiary_cloud.md index cf747b2a..cb9e7ca9 100644 --- a/Data/HD/srd_spells_incendiary_cloud.md +++ b/Data/HD/srd_spells_incendiary_cloud.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_inflict_wounds.md b/Data/HD/srd_spells_inflict_wounds.md index 9e0006b8..4d0e7e5c 100644 --- a/Data/HD/srd_spells_inflict_wounds.md +++ b/Data/HD/srd_spells_inflict_wounds.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_insect_plague.md b/Data/HD/srd_spells_insect_plague.md index d9d125ea..380fdc4e 100644 --- a/Data/HD/srd_spells_insect_plague.md +++ b/Data/HD/srd_spells_insect_plague.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_instant_summons.md b/Data/HD/srd_spells_instant_summons.md index a51f6093..555dad45 100644 --- a/Data/HD/srd_spells_instant_summons.md +++ b/Data/HD/srd_spells_instant_summons.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration Ritual: ritual diff --git a/Data/HD/srd_spells_invisibility.md b/Data/HD/srd_spells_invisibility.md index fe3c1fb8..33741d95 100644 --- a/Data/HD/srd_spells_invisibility.md +++ b/Data/HD/srd_spells_invisibility.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_irresistible_dance.md b/Data/HD/srd_spells_irresistible_dance.md index 27e28cdf..6ed0b68b 100644 --- a/Data/HD/srd_spells_irresistible_dance.md +++ b/Data/HD/srd_spells_irresistible_dance.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_jump.md b/Data/HD/srd_spells_jump.md index 0a5c602e..026e7b4a 100644 --- a/Data/HD/srd_spells_jump.md +++ b/Data/HD/srd_spells_jump.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_knock.md b/Data/HD/srd_spells_knock.md index af2968f0..ab3f9ff1 100644 --- a/Data/HD/srd_spells_knock.md +++ b/Data/HD/srd_spells_knock.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_legend_lore.md b/Data/HD/srd_spells_legend_lore.md index 72993ae8..6ec91c49 100644 --- a/Data/HD/srd_spells_legend_lore.md +++ b/Data/HD/srd_spells_legend_lore.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: divination CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_lesser_restoration.md b/Data/HD/srd_spells_lesser_restoration.md index 71bb1e07..2db51da2 100644 --- a/Data/HD/srd_spells_lesser_restoration.md +++ b/Data/HD/srd_spells_lesser_restoration.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_levitate.md b/Data/HD/srd_spells_levitate.md index ce543075..63833784 100644 --- a/Data/HD/srd_spells_levitate.md +++ b/Data/HD/srd_spells_levitate.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_light.md b/Data/HD/srd_spells_light.md index 799e6f90..285a3c4f 100644 --- a/Data/HD/srd_spells_light.md +++ b/Data/HD/srd_spells_light.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_lightning_bolt.md b/Data/HD/srd_spells_lightning_bolt.md index 568b556a..3853715c 100644 --- a/Data/HD/srd_spells_lightning_bolt.md +++ b/Data/HD/srd_spells_lightning_bolt.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_locate_animals_or_plants.md b/Data/HD/srd_spells_locate_animals_or_plants.md index 795dce0d..3823bd51 100644 --- a/Data/HD/srd_spells_locate_animals_or_plants.md +++ b/Data/HD/srd_spells_locate_animals_or_plants.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_locate_creature.md b/Data/HD/srd_spells_locate_creature.md index 384f21c3..b899875a 100644 --- a/Data/HD/srd_spells_locate_creature.md +++ b/Data/HD/srd_spells_locate_creature.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_locate_object.md b/Data/HD/srd_spells_locate_object.md index 8ba5c059..24a00e31 100644 --- a/Data/HD/srd_spells_locate_object.md +++ b/Data/HD/srd_spells_locate_object.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_longstrider.md b/Data/HD/srd_spells_longstrider.md index cf611327..44cee4ce 100644 --- a/Data/HD/srd_spells_longstrider.md +++ b/Data/HD/srd_spells_longstrider.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_mage_armor.md b/Data/HD/srd_spells_mage_armor.md index 258c6001..898f445f 100644 --- a/Data/HD/srd_spells_mage_armor.md +++ b/Data/HD/srd_spells_mage_armor.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_mage_hand.md b/Data/HD/srd_spells_mage_hand.md index 41d6f44c..2500840e 100644 --- a/Data/HD/srd_spells_mage_hand.md +++ b/Data/HD/srd_spells_mage_hand.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_magic_circle.md b/Data/HD/srd_spells_magic_circle.md index 388fec1c..b944a10f 100644 --- a/Data/HD/srd_spells_magic_circle.md +++ b/Data/HD/srd_spells_magic_circle.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_magic_jar.md b/Data/HD/srd_spells_magic_jar.md index 3bd6f110..bf0b7706 100644 --- a/Data/HD/srd_spells_magic_jar.md +++ b/Data/HD/srd_spells_magic_jar.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: necromancy CastingTime: 1 minute diff --git a/Data/HD/srd_spells_magic_missile.md b/Data/HD/srd_spells_magic_missile.md index 05d8949c..fbe2e6d1 100644 --- a/Data/HD/srd_spells_magic_missile.md +++ b/Data/HD/srd_spells_magic_missile.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_magic_mouth.md b/Data/HD/srd_spells_magic_mouth.md index c8b37f30..52b9498f 100644 --- a/Data/HD/srd_spells_magic_mouth.md +++ b/Data/HD/srd_spells_magic_mouth.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: illusion Ritual: ritual diff --git a/Data/HD/srd_spells_magic_weapon.md b/Data/HD/srd_spells_magic_weapon.md index 37b65ac0..73a4d02c 100644 --- a/Data/HD/srd_spells_magic_weapon.md +++ b/Data/HD/srd_spells_magic_weapon.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_magnificent_mansion.md b/Data/HD/srd_spells_magnificent_mansion.md index 8826482c..a7c75eb8 100644 --- a/Data/HD/srd_spells_magnificent_mansion.md +++ b/Data/HD/srd_spells_magnificent_mansion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_major_image.md b/Data/HD/srd_spells_major_image.md index 5185b73b..25bd749e 100644 --- a/Data/HD/srd_spells_major_image.md +++ b/Data/HD/srd_spells_major_image.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_mass_cure_wounds.md b/Data/HD/srd_spells_mass_cure_wounds.md index e7d192e3..42ebe001 100644 --- a/Data/HD/srd_spells_mass_cure_wounds.md +++ b/Data/HD/srd_spells_mass_cure_wounds.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_mass_heal.md b/Data/HD/srd_spells_mass_heal.md index ee8c26cc..0743dc20 100644 --- a/Data/HD/srd_spells_mass_heal.md +++ b/Data/HD/srd_spells_mass_heal.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_mass_healing_word.md b/Data/HD/srd_spells_mass_healing_word.md index e7ac2d2c..26836049 100644 --- a/Data/HD/srd_spells_mass_healing_word.md +++ b/Data/HD/srd_spells_mass_healing_word.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_mass_suggestion.md b/Data/HD/srd_spells_mass_suggestion.md index 09775093..bb9107ea 100644 --- a/Data/HD/srd_spells_mass_suggestion.md +++ b/Data/HD/srd_spells_mass_suggestion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_maze.md b/Data/HD/srd_spells_maze.md index 23828890..6197b200 100644 --- a/Data/HD/srd_spells_maze.md +++ b/Data/HD/srd_spells_maze.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_meld_into_stone.md b/Data/HD/srd_spells_meld_into_stone.md index d0a4d20d..6f370f73 100644 --- a/Data/HD/srd_spells_meld_into_stone.md +++ b/Data/HD/srd_spells_meld_into_stone.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation Ritual: ritual diff --git a/Data/HD/srd_spells_mending.md b/Data/HD/srd_spells_mending.md index 1f407c5e..87114906 100644 --- a/Data/HD/srd_spells_mending.md +++ b/Data/HD/srd_spells_mending.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 minute diff --git a/Data/HD/srd_spells_message.md b/Data/HD/srd_spells_message.md index 579facab..1de99287 100644 --- a/Data/HD/srd_spells_message.md +++ b/Data/HD/srd_spells_message.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_meteor_swarm.md b/Data/HD/srd_spells_meteor_swarm.md index 98ea8a4b..dcd099a3 100644 --- a/Data/HD/srd_spells_meteor_swarm.md +++ b/Data/HD/srd_spells_meteor_swarm.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_mind_blank.md b/Data/HD/srd_spells_mind_blank.md index 437a07ad..596dba33 100644 --- a/Data/HD/srd_spells_mind_blank.md +++ b/Data/HD/srd_spells_mind_blank.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_minor_illusion.md b/Data/HD/srd_spells_minor_illusion.md index 382d1144..bbb99302 100644 --- a/Data/HD/srd_spells_minor_illusion.md +++ b/Data/HD/srd_spells_minor_illusion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_mirage_arcane.md b/Data/HD/srd_spells_mirage_arcane.md index 5f7e478f..b27f8331 100644 --- a/Data/HD/srd_spells_mirage_arcane.md +++ b/Data/HD/srd_spells_mirage_arcane.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: illusion CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_mirror_image.md b/Data/HD/srd_spells_mirror_image.md index ba4d6847..9290e9fd 100644 --- a/Data/HD/srd_spells_mirror_image.md +++ b/Data/HD/srd_spells_mirror_image.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_mislead.md b/Data/HD/srd_spells_mislead.md index d3c4c949..40520945 100644 --- a/Data/HD/srd_spells_mislead.md +++ b/Data/HD/srd_spells_mislead.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_misty_step.md b/Data/HD/srd_spells_misty_step.md index 4e5af133..9b9a52c4 100644 --- a/Data/HD/srd_spells_misty_step.md +++ b/Data/HD/srd_spells_misty_step.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: conjuration CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_modify_memory.md b/Data/HD/srd_spells_modify_memory.md index 6d6bbbac..f4a7b41e 100644 --- a/Data/HD/srd_spells_modify_memory.md +++ b/Data/HD/srd_spells_modify_memory.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_moonbeam.md b/Data/HD/srd_spells_moonbeam.md index a199a115..0038ab89 100644 --- a/Data/HD/srd_spells_moonbeam.md +++ b/Data/HD/srd_spells_moonbeam.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_move_earth.md b/Data/HD/srd_spells_move_earth.md index f42bf614..7049e014 100644 --- a/Data/HD/srd_spells_move_earth.md +++ b/Data/HD/srd_spells_move_earth.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_nondetection.md b/Data/HD/srd_spells_nondetection.md index 726ff0f5..a8be9cc9 100644 --- a/Data/HD/srd_spells_nondetection.md +++ b/Data/HD/srd_spells_nondetection.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_pass_without_trace.md b/Data/HD/srd_spells_pass_without_trace.md index 7ba39d97..f8e0e282 100644 --- a/Data/HD/srd_spells_pass_without_trace.md +++ b/Data/HD/srd_spells_pass_without_trace.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_passwall.md b/Data/HD/srd_spells_passwall.md index 1ea3e841..876cb3d4 100644 --- a/Data/HD/srd_spells_passwall.md +++ b/Data/HD/srd_spells_passwall.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_phantasmal_killer.md b/Data/HD/srd_spells_phantasmal_killer.md index da41d35a..fc7829a5 100644 --- a/Data/HD/srd_spells_phantasmal_killer.md +++ b/Data/HD/srd_spells_phantasmal_killer.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_phantom_steed.md b/Data/HD/srd_spells_phantom_steed.md index bab38884..e14217b6 100644 --- a/Data/HD/srd_spells_phantom_steed.md +++ b/Data/HD/srd_spells_phantom_steed.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: illusion Ritual: ritual diff --git a/Data/HD/srd_spells_planar_ally.md b/Data/HD/srd_spells_planar_ally.md index 128b6ed6..5bd6bba5 100644 --- a/Data/HD/srd_spells_planar_ally.md +++ b/Data/HD/srd_spells_planar_ally.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_planar_binding.md b/Data/HD/srd_spells_planar_binding.md index 5aad10ce..dba14d31 100644 --- a/Data/HD/srd_spells_planar_binding.md +++ b/Data/HD/srd_spells_planar_binding.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: abjuration CastingTime: 1 hour diff --git a/Data/HD/srd_spells_plane_shift.md b/Data/HD/srd_spells_plane_shift.md index 3bf9906b..b9155452 100644 --- a/Data/HD/srd_spells_plane_shift.md +++ b/Data/HD/srd_spells_plane_shift.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_plant_growth.md b/Data/HD/srd_spells_plant_growth.md index f113b52c..7a7bd50b 100644 --- a/Data/HD/srd_spells_plant_growth.md +++ b/Data/HD/srd_spells_plant_growth.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action or 8 hours diff --git a/Data/HD/srd_spells_poison_spray.md b/Data/HD/srd_spells_poison_spray.md index 2dd56ad6..7144a09d 100644 --- a/Data/HD/srd_spells_poison_spray.md +++ b/Data/HD/srd_spells_poison_spray.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_polymorph.md b/Data/HD/srd_spells_polymorph.md index 4d59a19f..c98c61c0 100644 --- a/Data/HD/srd_spells_polymorph.md +++ b/Data/HD/srd_spells_polymorph.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_power_word_kill.md b/Data/HD/srd_spells_power_word_kill.md index 22125fb5..943da2ed 100644 --- a/Data/HD/srd_spells_power_word_kill.md +++ b/Data/HD/srd_spells_power_word_kill.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_power_word_stun.md b/Data/HD/srd_spells_power_word_stun.md index 02a06a74..40a62253 100644 --- a/Data/HD/srd_spells_power_word_stun.md +++ b/Data/HD/srd_spells_power_word_stun.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_prayer_of_healing.md b/Data/HD/srd_spells_prayer_of_healing.md index 1c3e0649..9098493c 100644 --- a/Data/HD/srd_spells_prayer_of_healing.md +++ b/Data/HD/srd_spells_prayer_of_healing.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_prestidigitation.md b/Data/HD/srd_spells_prestidigitation.md index b3500564..e1662136 100644 --- a/Data/HD/srd_spells_prestidigitation.md +++ b/Data/HD/srd_spells_prestidigitation.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_prismatic_spray.md b/Data/HD/srd_spells_prismatic_spray.md index 844ee898..af4ef66f 100644 --- a/Data/HD/srd_spells_prismatic_spray.md +++ b/Data/HD/srd_spells_prismatic_spray.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_prismatic_wall.md b/Data/HD/srd_spells_prismatic_wall.md index 4d790013..8499f6dc 100644 --- a/Data/HD/srd_spells_prismatic_wall.md +++ b/Data/HD/srd_spells_prismatic_wall.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_private_sanctum.md b/Data/HD/srd_spells_private_sanctum.md index 119d0855..a45bd5e9 100644 --- a/Data/HD/srd_spells_private_sanctum.md +++ b/Data/HD/srd_spells_private_sanctum.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: abjuration CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_produce_flame.md b/Data/HD/srd_spells_produce_flame.md index 4266fe51..06dfbb8d 100644 --- a/Data/HD/srd_spells_produce_flame.md +++ b/Data/HD/srd_spells_produce_flame.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_programmed_illusion.md b/Data/HD/srd_spells_programmed_illusion.md index 0100002b..cb0dfdf2 100644 --- a/Data/HD/srd_spells_programmed_illusion.md +++ b/Data/HD/srd_spells_programmed_illusion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_project_image.md b/Data/HD/srd_spells_project_image.md index b59bb310..eab438f8 100644 --- a/Data/HD/srd_spells_project_image.md +++ b/Data/HD/srd_spells_project_image.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_protection_from_energy.md b/Data/HD/srd_spells_protection_from_energy.md index 1be531a4..32d9084d 100644 --- a/Data/HD/srd_spells_protection_from_energy.md +++ b/Data/HD/srd_spells_protection_from_energy.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_protection_from_evil_and_good.md b/Data/HD/srd_spells_protection_from_evil_and_good.md index 379be1f9..65681ab9 100644 --- a/Data/HD/srd_spells_protection_from_evil_and_good.md +++ b/Data/HD/srd_spells_protection_from_evil_and_good.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_protection_from_poison.md b/Data/HD/srd_spells_protection_from_poison.md index f50d1901..e33a4df3 100644 --- a/Data/HD/srd_spells_protection_from_poison.md +++ b/Data/HD/srd_spells_protection_from_poison.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_purify_food_and_drink.md b/Data/HD/srd_spells_purify_food_and_drink.md index 9c4b65fb..961c2a8b 100644 --- a/Data/HD/srd_spells_purify_food_and_drink.md +++ b/Data/HD/srd_spells_purify_food_and_drink.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: transmutation Ritual: ritual diff --git a/Data/HD/srd_spells_raise_dead.md b/Data/HD/srd_spells_raise_dead.md index 288f1126..475fbeb6 100644 --- a/Data/HD/srd_spells_raise_dead.md +++ b/Data/HD/srd_spells_raise_dead.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: necromancy CastingTime: 1 hour diff --git a/Data/HD/srd_spells_ray_of_enfeeblement.md b/Data/HD/srd_spells_ray_of_enfeeblement.md index 3e5e86e3..bc5da330 100644 --- a/Data/HD/srd_spells_ray_of_enfeeblement.md +++ b/Data/HD/srd_spells_ray_of_enfeeblement.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_ray_of_frost.md b/Data/HD/srd_spells_ray_of_frost.md index e226f744..3e9ac775 100644 --- a/Data/HD/srd_spells_ray_of_frost.md +++ b/Data/HD/srd_spells_ray_of_frost.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_regenerate.md b/Data/HD/srd_spells_regenerate.md index ab44788d..53457d6a 100644 --- a/Data/HD/srd_spells_regenerate.md +++ b/Data/HD/srd_spells_regenerate.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 minute diff --git a/Data/HD/srd_spells_reincarnate.md b/Data/HD/srd_spells_reincarnate.md index 8591c146..b563df71 100644 --- a/Data/HD/srd_spells_reincarnate.md +++ b/Data/HD/srd_spells_reincarnate.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 hour diff --git a/Data/HD/srd_spells_remove_curse.md b/Data/HD/srd_spells_remove_curse.md index 94eedb7a..5c599445 100644 --- a/Data/HD/srd_spells_remove_curse.md +++ b/Data/HD/srd_spells_remove_curse.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_resilient_sphere.md b/Data/HD/srd_spells_resilient_sphere.md index ddf642a8..ad85e0bf 100644 --- a/Data/HD/srd_spells_resilient_sphere.md +++ b/Data/HD/srd_spells_resilient_sphere.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_resistance.md b/Data/HD/srd_spells_resistance.md index 8d5738e7..3c78e6d6 100644 --- a/Data/HD/srd_spells_resistance.md +++ b/Data/HD/srd_spells_resistance.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_resurrection.md b/Data/HD/srd_spells_resurrection.md index 7ea8c09a..153c666a 100644 --- a/Data/HD/srd_spells_resurrection.md +++ b/Data/HD/srd_spells_resurrection.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: necromancy CastingTime: 1 hour diff --git a/Data/HD/srd_spells_reverse_gravity.md b/Data/HD/srd_spells_reverse_gravity.md index 959c2e55..0bd569d8 100644 --- a/Data/HD/srd_spells_reverse_gravity.md +++ b/Data/HD/srd_spells_reverse_gravity.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_revivify.md b/Data/HD/srd_spells_revivify.md index 0afe4162..bf5ef7e2 100644 --- a/Data/HD/srd_spells_revivify.md +++ b/Data/HD/srd_spells_revivify.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_rope_trick.md b/Data/HD/srd_spells_rope_trick.md index beb1ac4b..211384c0 100644 --- a/Data/HD/srd_spells_rope_trick.md +++ b/Data/HD/srd_spells_rope_trick.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_sacred_flame.md b/Data/HD/srd_spells_sacred_flame.md index 693891a5..5cc2ad9f 100644 --- a/Data/HD/srd_spells_sacred_flame.md +++ b/Data/HD/srd_spells_sacred_flame.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_sanctuary.md b/Data/HD/srd_spells_sanctuary.md index b7b9cc1b..0347efee 100644 --- a/Data/HD/srd_spells_sanctuary.md +++ b/Data/HD/srd_spells_sanctuary.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_scorching_ray.md b/Data/HD/srd_spells_scorching_ray.md index cff5d767..97aa299e 100644 --- a/Data/HD/srd_spells_scorching_ray.md +++ b/Data/HD/srd_spells_scorching_ray.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_scrying.md b/Data/HD/srd_spells_scrying.md index 4f3b5025..6dfec8e7 100644 --- a/Data/HD/srd_spells_scrying.md +++ b/Data/HD/srd_spells_scrying.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: divination CastingTime: 10 minutes diff --git a/Data/HD/srd_spells_secret_chest.md b/Data/HD/srd_spells_secret_chest.md index b0db5c9a..9a37bd95 100644 --- a/Data/HD/srd_spells_secret_chest.md +++ b/Data/HD/srd_spells_secret_chest.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_see_invisibility.md b/Data/HD/srd_spells_see_invisibility.md index b2823f7c..22f62031 100644 --- a/Data/HD/srd_spells_see_invisibility.md +++ b/Data/HD/srd_spells_see_invisibility.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_seeming.md b/Data/HD/srd_spells_seeming.md index 7699a7fb..4941d046 100644 --- a/Data/HD/srd_spells_seeming.md +++ b/Data/HD/srd_spells_seeming.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_sending.md b/Data/HD/srd_spells_sending.md index e6c91a21..ab513eba 100644 --- a/Data/HD/srd_spells_sending.md +++ b/Data/HD/srd_spells_sending.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_sequester.md b/Data/HD/srd_spells_sequester.md index 35a349ec..25fc812b 100644 --- a/Data/HD/srd_spells_sequester.md +++ b/Data/HD/srd_spells_sequester.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_shapechange.md b/Data/HD/srd_spells_shapechange.md index 5b37a30b..9ba78d55 100644 --- a/Data/HD/srd_spells_shapechange.md +++ b/Data/HD/srd_spells_shapechange.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_shatter.md b/Data/HD/srd_spells_shatter.md index f9851b4b..58e0f9b6 100644 --- a/Data/HD/srd_spells_shatter.md +++ b/Data/HD/srd_spells_shatter.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_shield.md b/Data/HD/srd_spells_shield.md index 4d141d9e..c61e4cc9 100644 --- a/Data/HD/srd_spells_shield.md +++ b/Data/HD/srd_spells_shield.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 reaction, which you take when you are hit by an attack or targeted by the magic missile spell diff --git a/Data/HD/srd_spells_shield_of_faith.md b/Data/HD/srd_spells_shield_of_faith.md index 5dae4dd3..63e6a1c2 100644 --- a/Data/HD/srd_spells_shield_of_faith.md +++ b/Data/HD/srd_spells_shield_of_faith.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: abjuration CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_shillelagh.md b/Data/HD/srd_spells_shillelagh.md index ef3aa2b6..e9d7aefe 100644 --- a/Data/HD/srd_spells_shillelagh.md +++ b/Data/HD/srd_spells_shillelagh.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_shocking_grasp.md b/Data/HD/srd_spells_shocking_grasp.md index 8aa47335..83e9d9c4 100644 --- a/Data/HD/srd_spells_shocking_grasp.md +++ b/Data/HD/srd_spells_shocking_grasp.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_silence.md b/Data/HD/srd_spells_silence.md index b1b55ce2..b32fc4f0 100644 --- a/Data/HD/srd_spells_silence.md +++ b/Data/HD/srd_spells_silence.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: illusion Ritual: ritual diff --git a/Data/HD/srd_spells_silent_image.md b/Data/HD/srd_spells_silent_image.md index 039c05f5..b698f328 100644 --- a/Data/HD/srd_spells_silent_image.md +++ b/Data/HD/srd_spells_silent_image.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_simulacrum.md b/Data/HD/srd_spells_simulacrum.md index 899af9fe..95110026 100644 --- a/Data/HD/srd_spells_simulacrum.md +++ b/Data/HD/srd_spells_simulacrum.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: illusion CastingTime: 12 hours diff --git a/Data/HD/srd_spells_sleep.md b/Data/HD/srd_spells_sleep.md index 4e4ca47b..231da874 100644 --- a/Data/HD/srd_spells_sleep.md +++ b/Data/HD/srd_spells_sleep.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_sleet_storm.md b/Data/HD/srd_spells_sleet_storm.md index 87cd1999..5ae391c4 100644 --- a/Data/HD/srd_spells_sleet_storm.md +++ b/Data/HD/srd_spells_sleet_storm.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_slow.md b/Data/HD/srd_spells_slow.md index 9450944a..0964e53b 100644 --- a/Data/HD/srd_spells_slow.md +++ b/Data/HD/srd_spells_slow.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_spare_the_dying.md b/Data/HD/srd_spells_spare_the_dying.md index ddc2fab3..41fd2159 100644 --- a/Data/HD/srd_spells_spare_the_dying.md +++ b/Data/HD/srd_spells_spare_the_dying.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_speak_with_animals.md b/Data/HD/srd_spells_speak_with_animals.md index 7717e823..ecf794fd 100644 --- a/Data/HD/srd_spells_speak_with_animals.md +++ b/Data/HD/srd_spells_speak_with_animals.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_speak_with_dead.md b/Data/HD/srd_spells_speak_with_dead.md index fa808920..9d30226f 100644 --- a/Data/HD/srd_spells_speak_with_dead.md +++ b/Data/HD/srd_spells_speak_with_dead.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_speak_with_plants.md b/Data/HD/srd_spells_speak_with_plants.md index dc84c3c9..5d7bc60f 100644 --- a/Data/HD/srd_spells_speak_with_plants.md +++ b/Data/HD/srd_spells_speak_with_plants.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_spider_climb.md b/Data/HD/srd_spells_spider_climb.md index 37abf854..0096dec4 100644 --- a/Data/HD/srd_spells_spider_climb.md +++ b/Data/HD/srd_spells_spider_climb.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_spike_growth.md b/Data/HD/srd_spells_spike_growth.md index 2e6b0320..ffe544fc 100644 --- a/Data/HD/srd_spells_spike_growth.md +++ b/Data/HD/srd_spells_spike_growth.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_spirit_guardians.md b/Data/HD/srd_spells_spirit_guardians.md index 4c4771c3..0e78e162 100644 --- a/Data/HD/srd_spells_spirit_guardians.md +++ b/Data/HD/srd_spells_spirit_guardians.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_spiritual_weapon.md b/Data/HD/srd_spells_spiritual_weapon.md index 4bf6d28c..212c1796 100644 --- a/Data/HD/srd_spells_spiritual_weapon.md +++ b/Data/HD/srd_spells_spiritual_weapon.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: evocation CastingTime: 1 bonus action diff --git a/Data/HD/srd_spells_stinking_cloud.md b/Data/HD/srd_spells_stinking_cloud.md index 6d982058..c1cb1daf 100644 --- a/Data/HD/srd_spells_stinking_cloud.md +++ b/Data/HD/srd_spells_stinking_cloud.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_stone_shape.md b/Data/HD/srd_spells_stone_shape.md index 13c0dd32..e89b6edd 100644 --- a/Data/HD/srd_spells_stone_shape.md +++ b/Data/HD/srd_spells_stone_shape.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_stoneskin.md b/Data/HD/srd_spells_stoneskin.md index faf45872..28f90ca5 100644 --- a/Data/HD/srd_spells_stoneskin.md +++ b/Data/HD/srd_spells_stoneskin.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_storm_of_vengeance.md b/Data/HD/srd_spells_storm_of_vengeance.md index 9f321ce0..3d92e5e4 100644 --- a/Data/HD/srd_spells_storm_of_vengeance.md +++ b/Data/HD/srd_spells_storm_of_vengeance.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_suggestion.md b/Data/HD/srd_spells_suggestion.md index f4535943..7ac0500b 100644 --- a/Data/HD/srd_spells_suggestion.md +++ b/Data/HD/srd_spells_suggestion.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_sunbeam.md b/Data/HD/srd_spells_sunbeam.md index a0bbca8d..1056d07f 100644 --- a/Data/HD/srd_spells_sunbeam.md +++ b/Data/HD/srd_spells_sunbeam.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_sunburst.md b/Data/HD/srd_spells_sunburst.md index cae5e624..cd32c7d6 100644 --- a/Data/HD/srd_spells_sunburst.md +++ b/Data/HD/srd_spells_sunburst.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 8 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_symbol.md b/Data/HD/srd_spells_symbol.md index ef3c4c7a..e2968cdc 100644 --- a/Data/HD/srd_spells_symbol.md +++ b/Data/HD/srd_spells_symbol.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: abjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_telekinesis.md b/Data/HD/srd_spells_telekinesis.md index 196bec45..a2724670 100644 --- a/Data/HD/srd_spells_telekinesis.md +++ b/Data/HD/srd_spells_telekinesis.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_telepathic_bond.md b/Data/HD/srd_spells_telepathic_bond.md index f8f17e72..69033c9d 100644 --- a/Data/HD/srd_spells_telepathic_bond.md +++ b/Data/HD/srd_spells_telepathic_bond.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: divination Ritual: ritual diff --git a/Data/HD/srd_spells_teleport.md b/Data/HD/srd_spells_teleport.md index 87e2a158..bdd124cb 100644 --- a/Data/HD/srd_spells_teleport.md +++ b/Data/HD/srd_spells_teleport.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 7 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_teleportation_circle.md b/Data/HD/srd_spells_teleportation_circle.md index 5f1d0fc1..436b58ee 100644 --- a/Data/HD/srd_spells_teleportation_circle.md +++ b/Data/HD/srd_spells_teleportation_circle.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 minute diff --git a/Data/HD/srd_spells_thaumaturgy.md b/Data/HD/srd_spells_thaumaturgy.md index 184afb46..3055d565 100644 --- a/Data/HD/srd_spells_thaumaturgy.md +++ b/Data/HD/srd_spells_thaumaturgy.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_thunderwave.md b/Data/HD/srd_spells_thunderwave.md index 181ccc1f..12e3d642 100644 --- a/Data/HD/srd_spells_thunderwave.md +++ b/Data/HD/srd_spells_thunderwave.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_time_stop.md b/Data/HD/srd_spells_time_stop.md index 60760b66..48f9adb0 100644 --- a/Data/HD/srd_spells_time_stop.md +++ b/Data/HD/srd_spells_time_stop.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_tiny_hut.md b/Data/HD/srd_spells_tiny_hut.md index 1bde69d6..50ec6563 100644 --- a/Data/HD/srd_spells_tiny_hut.md +++ b/Data/HD/srd_spells_tiny_hut.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation Ritual: ritual diff --git a/Data/HD/srd_spells_tongues.md b/Data/HD/srd_spells_tongues.md index 0411660b..5d736f6f 100644 --- a/Data/HD/srd_spells_tongues.md +++ b/Data/HD/srd_spells_tongues.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_transport_via_plants.md b/Data/HD/srd_spells_transport_via_plants.md index 78470059..34410088 100644 --- a/Data/HD/srd_spells_transport_via_plants.md +++ b/Data/HD/srd_spells_transport_via_plants.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_tree_stride.md b/Data/HD/srd_spells_tree_stride.md index 5aa11aaa..f67f7a86 100644 --- a/Data/HD/srd_spells_tree_stride.md +++ b/Data/HD/srd_spells_tree_stride.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_true_polymorph.md b/Data/HD/srd_spells_true_polymorph.md index 4d22e853..49b2af2e 100644 --- a/Data/HD/srd_spells_true_polymorph.md +++ b/Data/HD/srd_spells_true_polymorph.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: transmutation CastingTime: 1 action diff --git a/Data/HD/srd_spells_true_resurrection.md b/Data/HD/srd_spells_true_resurrection.md index b0032351..d463ea77 100644 --- a/Data/HD/srd_spells_true_resurrection.md +++ b/Data/HD/srd_spells_true_resurrection.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: necromancy CastingTime: 1 hour diff --git a/Data/HD/srd_spells_true_seeing.md b/Data/HD/srd_spells_true_seeing.md index 7ad12837..9a06db60 100644 --- a/Data/HD/srd_spells_true_seeing.md +++ b/Data/HD/srd_spells_true_seeing.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_true_strike.md b/Data/HD/srd_spells_true_strike.md index 71784a20..8f39d091 100644 --- a/Data/HD/srd_spells_true_strike.md +++ b/Data/HD/srd_spells_true_strike.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Divination CastingTime: 1 action diff --git a/Data/HD/srd_spells_unseen_servant.md b/Data/HD/srd_spells_unseen_servant.md index 826ec69d..23fc3a90 100644 --- a/Data/HD/srd_spells_unseen_servant.md +++ b/Data/HD/srd_spells_unseen_servant.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 1 Type: conjuration Ritual: ritual diff --git a/Data/HD/srd_spells_vampiric_touch.md b/Data/HD/srd_spells_vampiric_touch.md index 200da781..955338ad 100644 --- a/Data/HD/srd_spells_vampiric_touch.md +++ b/Data/HD/srd_spells_vampiric_touch.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: necromancy CastingTime: 1 action diff --git a/Data/HD/srd_spells_vicious_mockery.md b/Data/HD/srd_spells_vicious_mockery.md index be56e376..97a0cdd7 100644 --- a/Data/HD/srd_spells_vicious_mockery.md +++ b/Data/HD/srd_spells_vicious_mockery.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: cantrip Type: Enchantment CastingTime: 1 action diff --git a/Data/HD/srd_spells_wall_of_fire.md b/Data/HD/srd_spells_wall_of_fire.md index f756cbac..8d58f6f9 100644 --- a/Data/HD/srd_spells_wall_of_fire.md +++ b/Data/HD/srd_spells_wall_of_fire.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 4 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_wall_of_force.md b/Data/HD/srd_spells_wall_of_force.md index 8f16b61b..fc104500 100644 --- a/Data/HD/srd_spells_wall_of_force.md +++ b/Data/HD/srd_spells_wall_of_force.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_wall_of_ice.md b/Data/HD/srd_spells_wall_of_ice.md index 7d4e81b8..a85d14ee 100644 --- a/Data/HD/srd_spells_wall_of_ice.md +++ b/Data/HD/srd_spells_wall_of_ice.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_wall_of_stone.md b/Data/HD/srd_spells_wall_of_stone.md index 42430021..71a0ea42 100644 --- a/Data/HD/srd_spells_wall_of_stone.md +++ b/Data/HD/srd_spells_wall_of_stone.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 5 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_wall_of_thorns.md b/Data/HD/srd_spells_wall_of_thorns.md index 7c18e07b..ffaef9fd 100644 --- a/Data/HD/srd_spells_wall_of_thorns.md +++ b/Data/HD/srd_spells_wall_of_thorns.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_warding_bond.md b/Data/HD/srd_spells_warding_bond.md index 3e8debec..21ece1a9 100644 --- a/Data/HD/srd_spells_warding_bond.md +++ b/Data/HD/srd_spells_warding_bond.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: abjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_water_breathing.md b/Data/HD/srd_spells_water_breathing.md index 5c1027fc..e941ffc7 100644 --- a/Data/HD/srd_spells_water_breathing.md +++ b/Data/HD/srd_spells_water_breathing.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation Ritual: ritual diff --git a/Data/HD/srd_spells_water_walk.md b/Data/HD/srd_spells_water_walk.md index 90262ab7..d45ffbb4 100644 --- a/Data/HD/srd_spells_water_walk.md +++ b/Data/HD/srd_spells_water_walk.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: transmutation Ritual: ritual diff --git a/Data/HD/srd_spells_web.md b/Data/HD/srd_spells_web.md index 6b7e44e4..62c54f6a 100644 --- a/Data/HD/srd_spells_web.md +++ b/Data/HD/srd_spells_web.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_weird.md b/Data/HD/srd_spells_weird.md index deb4a3fd..350f578c 100644 --- a/Data/HD/srd_spells_weird.md +++ b/Data/HD/srd_spells_weird.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: illusion CastingTime: 1 action diff --git a/Data/HD/srd_spells_wind_walk.md b/Data/HD/srd_spells_wind_walk.md index a5314c27..e2f45d56 100644 --- a/Data/HD/srd_spells_wind_walk.md +++ b/Data/HD/srd_spells_wind_walk.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: transmutation CastingTime: 1 minute diff --git a/Data/HD/srd_spells_wind_wall.md b/Data/HD/srd_spells_wind_wall.md index 2e865004..b114d564 100644 --- a/Data/HD/srd_spells_wind_wall.md +++ b/Data/HD/srd_spells_wind_wall.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 3 Type: evocation CastingTime: 1 action diff --git a/Data/HD/srd_spells_wish.md b/Data/HD/srd_spells_wish.md index 6aefa7b6..7780913c 100644 --- a/Data/HD/srd_spells_wish.md +++ b/Data/HD/srd_spells_wish.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 9 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_word_of_recall.md b/Data/HD/srd_spells_word_of_recall.md index 48026cc4..94ff86cc 100644 --- a/Data/HD/srd_spells_word_of_recall.md +++ b/Data/HD/srd_spells_word_of_recall.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 6 Type: conjuration CastingTime: 1 action diff --git a/Data/HD/srd_spells_zone_of_truth.md b/Data/HD/srd_spells_zone_of_truth.md index 2208cd7a..864d0233 100644 --- a/Data/HD/srd_spells_zone_of_truth.md +++ b/Data/HD/srd_spells_zone_of_truth.md @@ -1,5 +1,6 @@ --- -!SpellVO +!Spell +Family: SpellVO Level: 2 Type: enchantment CastingTime: 1 action diff --git a/Data/library.db b/Data/library.db index 5edf81b1..27547e04 100644 Binary files a/Data/library.db and b/Data/library.db differ diff --git a/Data/spells_hd.md b/Data/spells_hd.md index 172923a0..a67d0ebe 100644 --- a/Data/spells_hd.md +++ b/Data/spells_hd.md @@ -1,5 +1,5 @@  - +[Manuel des règles](index.md) @@ -9,7 +9,7 @@ - SRD: [Spells](spells_vo.md) - + # Agrandir/rétrécir @@ -33,9 +33,9 @@ Si la cible est une créature, tout ce qu'elle porte et tout ce qu'elle transpor **_Rétrécir._** La cible réduit de moitié dans toutes les dimensions et son poids est divisé par huit. Ce rétrécissement réduit sa catégorie de taille d'un cran, de M à P par exemple. La cible subit un désavantage lors des tests de [Force] et des [jets de sauvegarde] de [Force] jusqu'à la fin du sort. Les armes de la cible rétrécissent pour s'adapter à sa nouvelle taille. Tant qu'elles sont ainsi réduites, elles infligent 1d4 dégâts de moins (avec un minimum de 1 dégât). - + - + # Aide @@ -55,9 +55,9 @@ Le sort renforce vos alliés, qui deviennent plus robustes et plus résolus. Cho **_À plus haut niveau._** Quand vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les points de vie de chaque cible augmentent de 5 points supplémentaires pour chaque niveau au-delà du niveau 2. - + - + # Alarme @@ -79,9 +79,9 @@ Une alarme mentale vous avertit d'un tintement dans votre tête tant que vous vo Une alarme audible émet le même son qu'une cloche d'alerte pendant 10 secondes et retentit dans un rayon de 18 mètres. - + - + # Allié planaire @@ -113,9 +113,9 @@ Si vous êtes incapable de vous mettre d'accord avec la créature sur le prix de Une telle créature enrôlée dans votre groupe compte comme un membre à part entière et reçoit sa part de points d'expérience. - + - + # Amélioration de caractéristique @@ -147,9 +147,9 @@ Vous touchez une créature pour lui accorder une amélioration magique. Choisiss **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, vous pouvez prendre une créature de plus pour cible par niveau au-delà du niveau 2. - + - + # Amitié avec les animaux @@ -169,9 +169,9 @@ Grâce à ce sort, vous convainquez une bête que vous ne lui voulez aucun mal. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez affecter une bête supplémentaire par niveau au-delà du niveau 1. - + - + # Animation des morts @@ -197,9 +197,9 @@ La créature est placée sous votre contrôle pendant 24 heures, après quoi ell **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, vous animez ou réaffirmez votre contrôle sur deux créatures de plus par niveau au-delà du niveau 3. Chaque créature doit provenir d'un tas d'os ou d'un cadavre différent. - + - + # Animation des objets @@ -237,9 +237,9 @@ Si vous ordonnez à un objet animé d'attaquer, il a droit à une attaque au cor **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, vous pouvez animer deux objets supplémentaires par emplacement au-delà du niveau 5. - + - + # Apaisement des émotions @@ -261,9 +261,9 @@ Vous tentez de supprimer les émotions fortes au sein d'un groupe de gens. Chaqu * Vous rendez la cible indifférente vis-à-vis des créatures de votre choix, envers lesquelles elle était auparavant hostile. Cette indifférence prend fin si la cible est attaquée ou affectée par un sort néfaste, ou bien si elle voit l'un de ses amis être ainsi agressé. La cible redevient hostile dès que le sort se termine, à moins que le MJ n'en décide autrement. - + - + # Apparence trompeuse @@ -291,9 +291,9 @@ Les changements apportés par le sort ne résistent pas à un examen physique. P Une créature peut utiliser son action pour examiner une cible et faire un test d'[Intelligence (Investigation)] contre le DD du [jet de sauvegarde] du sort. Si elle le réussit, elle comprend que la cible est déguisée. - + - + # Appel de familier @@ -323,9 +323,9 @@ Vous ne pouvez avoir qu'un seul familier à la fois. Si vous lancez ce sort alor Enfin, quand vous lancez un sort avec une portée de « contact », votre familier peut livrer le sort comme si c'était lui qui le lançait. Il doit se trouver à 30 mètres ou moins de vous et utiliser sa réaction pour transmettre le sort au moment où vous le lancez. Si le sort exige un jet d'attaque, vous utilisez votre propre modificateur d'attaque lors du jet. - + - + # Appel de la foudre @@ -349,9 +349,9 @@ Si, au moment de l'incantation, vous vous trouvez en extérieur et que les condi **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts augmentent de 1d10 par niveau au-delà du niveau 3. - + - + # Arc enchanté @@ -371,9 +371,9 @@ Personne d'autre que vous ne peut l'utiliser et, si vous relâchez la corde sans Ces projectiles sont magiques et infligent 1d6 dégâts supplémentaires. De plus, vous pouvez utiliser une action bonus afin d'effectuer une attaque à distance supplémentaire avec l'arc (ou l'arbalète). - + - + # Arme magique @@ -393,9 +393,9 @@ Vous touchez une arme non magique. Jusqu'à la fin du sort, elle devient magique **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, le bonus passe à +2, et à +3 si vous utilisez un emplacement de niveau 6 ou plus. - + - + # Arme sainte @@ -413,9 +413,9 @@ Vous brandissez votre arme et l'investissez du pouvoir de combattre le mal. Jusq **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 5 ou supérieur, le bonus de dégâts passe à 2d8. - + - + # Arme spirituelle @@ -441,9 +441,9 @@ L'arme peut revêtir la forme de votre choix. Les clercs des divinités associé **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts augmentent de 1d8 tous les 2 niveaux au-delà du niveau 2. - + - + # Armure du mage @@ -461,9 +461,9 @@ L'arme peut revêtir la forme de votre choix. Les clercs des divinités associé Vous touchez une créature consentante qui ne porte pas d'armure et l'enveloppez d'une force magique protectrice jusqu'à la fin du sort. La CA de base de la cible passe à 13 + son modificateur de [Dextérité]. Le sort se termine si la cible revêt une armure ou si vous révoquez le sort par une action. - + - + # Arrêt du temps @@ -483,9 +483,9 @@ Vous arrêtez brièvement le cours du temps pour tout le monde sauf vous. Le tem Ce sort se termine si l'une des actions que vous effectuez lors de ce laps de temps ou l'un des effets que vous créez lors de ce laps de temps affecte une créature autre que vous ou un objet porté ou transporté par une créature autre que vous. Le sort se termine également si vous vous éloignez à plus de 300 mètres de l'endroit où vous l'avez lancé. - + - + # Aspersion acide @@ -505,9 +505,9 @@ Vous lancez une boule d'acide. Choisissez une créature à portée, ou deux cré Les dégâts du sort augmentent de 1d6 quand vous atteignez le niveau 5 (2d6), 11 (3d6) et 17 (4d6). - + - + # Assassin imaginaire @@ -531,9 +531,9 @@ Elle subit 4d10 dégâts psychiques à chaque échec. Le sort se termine dès qu **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, les dégâts augmentent de 1d10 par niveau au-delà du niveau 4. - + - + # Assistance @@ -551,9 +551,9 @@ Elle subit 4d10 dégâts psychiques à chaque échec. Le sort se termine dès qu Vous touchez une créature consentante. Une fois avant la fin du sort, la cible peut lancer 1d4 et ajouter le résultat obtenu au test de caractéristique de son choix. Elle peut lancer le dé avant ou après le test. Le sort se termine alors. - + - + # Augure @@ -583,9 +583,9 @@ Le sort ne tient pas compte d'une éventuelle modification des circonstances, co Si vous lancez ce sort à deux reprises ou plus avant un long repos, il y a 25 % de chances par incantation en sus de la première que vous obteniez une prémonition aléatoire au lieu d'une prémonition fiable. C'est au MJ de faire ce jet en secret. - + - + # Aura de force @@ -601,9 +601,9 @@ Si vous lancez ce sort à deux reprises ou plus avant un long repos, il y a 25 % Vous désignez jusqu'à cinq créatures à portée que vous pouvez voir. Vous et les cibles du sort acquérez la résistance aux dégâts d'acide, de foudre, de feu, de froid et nécrotiques pendant toute la durée du sort. Les créatures ciblées et vous-même bénéficiez également d'un avantage à tous les tests et les [jets de sauvegarde] de [Force]. - + - + # Aura du héros @@ -621,9 +621,9 @@ Une aura captivante émane de vous dans un rayon de 1,50 mètre. Vous bénéfici Le rayon d'action de ce sort double lorsque vous atteignez le niveau 5 (3 mètres), puis le niveau 11 (6 mètres) et enfin au niveau 17 (12 mètres). - + - + # Aura magique de l'arcaniste @@ -647,9 +647,9 @@ Lorsque vous lancez le sort, vous choisissez l'un des effets suivants, ou les de **_Masque._** Vous modifiez la manière dont la cible apparaît aux sorts et effets magiques qui détectent les types de créatures, comme le sens divin d'un paladin ou le déclencheur d'un sort de [symbole]. Vous choisissez un type de créatures : les autres sorts et effets magiques traitent la cible comme si elle appartenait au type ou à l'alignement choisi. - + - + # Aura sacrée @@ -669,9 +669,9 @@ Une lumière divine émane de votre personne dans un rayon de 9 mètres et forme Les créatures de votre choix qui se trouvent dans cette zone au moment où vous lancez ce sort émettent une faible lumière dans un rayon de 1,50 mètre. De plus, jusqu'à la fin du sort, elles ont l'avantage lors des [jets de sauvegarde] tandis que les autres créatures subissent un désavantage quand elles effectuent un jet d'attaque contre elles. Quand un fiélon ou un mort-vivant touche une créature affectée avec une attaque au corps-à-corps, l'aura qui enveloppe la créature flamboie soudain. L'assaillant doit réussir un [jet de sauvegarde] de [Constitution] ou se retrouver [aveuglé] jusqu'à la fin du sort. - + - + # Bagou @@ -689,9 +689,9 @@ Les créatures de votre choix qui se trouvent dans cette zone au moment où vous Jusqu'à la fin du sort, chaque fois que vous effectuez un test de [Charisme], vous pouvez remplacer le nombre obtenu au dé par un 15. De plus, quoi que vous disiez, la magie visant à déterminer si vous dites la vérité vous identifie toujours comme sincère. - + - + # Baies nourricières @@ -713,9 +713,9 @@ Une créature peut utiliser son action pour manger une baie, ce qui lui rend 1 p Les baies perdent leurs propriétés si personne ne les mange dans les 24 heures qui suivent l'incantation. - + - + # Balisage @@ -735,9 +735,9 @@ Un rayon de lumière frappe une créature de votre choix située à portée. Fai **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 1. - + - + # Bannissement @@ -765,9 +765,9 @@ Si le sort se termine avant que 1 minute ne se soit écoulée, la cible réappar **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, vous pouvez viser une créature de plus par niveau au-delà du niveau 4. - + - + # Barrière de lames @@ -787,9 +787,9 @@ Vous créez un mur vertical constitué de lames tournoyantes faites d'énergie m Quand une créature pénètre dans la zone du mur pour la première fois au cours de son tour ou quand elle commence son tour dans cette zone, elle doit faire un [jet de sauvegarde] de [Dextérité]. Si elle le rate, elle subit 6d10 dégâts tranchants ; si elle le réussit, elle en subit seulement la moitié. - + - + # Bénédiction @@ -809,9 +809,9 @@ Vous bénissez jusqu'à trois créatures de votre choix situées à portée. Qua **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez affecter une créature de plus par niveau au-delà du niveau 1. - + - + # Bénédiction héroïque @@ -827,9 +827,9 @@ Vous bénissez jusqu'à trois créatures de votre choix situées à portée. Qua Vous désignez jusqu'à 5 créatures à portée et que vous pouvez voir. Les cibles et vous-même bénéficiez d'un avantage au jet d'attaque sur la première attaque de chacun de vos tours pour toute la durée du sort. - + - + # Blessure @@ -849,9 +849,9 @@ Faites une attaque de sort au corps-à-corps contre une créature située à une **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les dégâts augmentent de 1d10 par niveau au-delà du niveau 1. - + - + # Bouche magique @@ -875,9 +875,9 @@ Quand les conditions de déclenchement sont remplies, une bouche magique appara Ces dernières peuvent être aussi génériques ou spécifiques que vous le désirez, mais elles doivent se baser sur des données visuelles ou audibles, perceptibles dans un rayon de 9 mètres autour de l'objet. Par exemple, vous pouvez ordonner à la bouche de parler dès qu'une créature approche à 9 mètres ou moins de l'objet ou quand une cloche d'argent retentit dans un rayon de 9 mètres. - + - + # Bouclier @@ -895,9 +895,9 @@ Ces dernières peuvent être aussi génériques ou spécifiques que vous le dés Une barrière [invisible] faite de force magique apparaît autour de vous et vous protège. Jusqu'au début de votre prochain tour, vous obtenez un bonus de +5 à la CA, y compris contre l'attaque qui a déclenché l'incantation du sort, et vous ne subissez aucun dégât de la part du sort _[projectile magique]_. - + - + # Bouclier de feu @@ -919,9 +919,9 @@ Les flammes vous offrent un bouclier chaud ou froid, comme bon vous semble. Le b De plus, quand une créature située dans un rayon de 1,50 mètre autour de vous vous touche avec une attaque au corps-à-corps, le bouclier génère une gerbe de flammes. Si le bouclier est chaud, il inflige 2d8 dégâts de feu à l'assaillant, s'il est froid, il lui inflige 2d8 dégâts de froid. - + - + # Bouclier de la foi @@ -939,9 +939,9 @@ De plus, quand une créature située dans un rayon de 1,50 mètre autour de vous Un champ scintillant apparaît autour d'une créature de votre choix située à portée et lui confère un bonus de +2 à la CA pendant toute la durée du sort. - + - + # Bouffée de poison @@ -961,9 +961,9 @@ Vous tendez la main en direction d'une créature située à portée et dans votr Les dégâts du sort augmentent de 1d12 quand vous atteignez le niveau 5 (2d12), 11 (3d12) et 17 (4d12). - + - + # Boule de feu @@ -985,9 +985,9 @@ Le feu s'étend en contournant les angles. Il embrase les objets inflammables de **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 3. - + - + # Boule de feu à explosion retardée @@ -1015,9 +1015,9 @@ Les flammes endommagent les objets qui se trouvent dans la zone et embrasent les **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 8 ou supérieur, les dégâts de base augmentent de 1d6 par niveau au-delà du niveau 7. - + - + # Bourrasque @@ -1041,9 +1041,9 @@ La bourrasque disperse les gaz et les vapeurs et éteint les bougies, les torche Vous pouvez changer la direction dans laquelle souffle la bourrasque au moyen d'une action bonus à chacun de vos tours jusqu'à la fin du sort. - + - + # Briser @@ -1067,9 +1067,9 @@ Un objet non magique que personne ne porte ni ne transporte subit aussi ces dég **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 2. - + - + # Brûlure du juste @@ -1093,9 +1093,9 @@ Les morts-vivants subissent 2d6 points de dégâts et la moitié seulement en ca **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de sort de niveau 2 ou supérieur, les dégâts augmentent de 1d6 pour chaque niveau au-delà du niveau 1. - + - + # Cage de force @@ -1123,9 +1123,9 @@ Une créature enfermée dans la cage ne peut pas la quitter par des moyens non-m La _[dissipation de la magie]_ est sans effet sur ce sort. - + - + # Caresse du vampire @@ -1145,9 +1145,9 @@ Le simple contact de votre main enveloppée d'ombres peut siphonner la force vit **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 3. - + - + # Catalepsie @@ -1171,9 +1171,9 @@ Il ne ressent aucune blessure ou autre mauvais traitement et aucune réaction co Au niveau 9, la cible doit réussir un [jet de sauvegarde] de constitution difficulté 8 + 1 tous les dix ans écoulés lorsqu'elle sort du sommeil, ou mourir immédiatement. - + - + # Cécité/surdité @@ -1195,9 +1195,9 @@ Choisissez une créature autre que vous qui se situe à portée et dans votre ch **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, vous pouvez viser une créature de plus par niveau au-delà du niveau 2. - + - + # Cercle de mort @@ -1217,9 +1217,9 @@ Une sphère d'énergie négative s'étend dans un rayon de 18 mètres à partir **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, les dégâts augmentent de 2d6 par niveau au-delà du niveau 6. - + - + # Cercle de téléportation @@ -1245,9 +1245,9 @@ Chacun de ces cercles utilise une séquence de symboles uniques : une série de Vous pouvez créer un cercle de téléportation permanent en lançant ce sort au même endroit tous les jours pendant un an. Vous n'avez pas besoin d'utiliser le cercle pour vous téléporter quand vous lancez ce sort pour cela. - + - + # Cercle magique @@ -1279,9 +1279,9 @@ Quand vous lancez ce sort, vous pouvez décider que sa magie agira à l'envers, **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, la durée du sort augmente d'une heure par niveau au-delà du niveau 3. - + - + # Chaîne d'éclairs @@ -1307,9 +1307,9 @@ Chaque cible doit faire un [jet de sauvegarde] de [Dextérité] et subit 10d8 d **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, un éclair de plus rebondit de la première cible vers une autre pour chaque niveau au-delà du niveau 6. - + - + # Champ antimagie @@ -1345,9 +1345,9 @@ Les propriétés et les pouvoirs d'une arme magique sont supprimés si son utili **_Dissipation de la magie._** Les sorts et les effets magiques comme _[dissipation de la magie]_ n'ont aucun effet sur la sphère. De même, les sphères issues de divers sorts de _[champ antimagie]_ ne s'annulent pas les unes les autres. - + - + # Changement de forme @@ -1379,9 +1379,9 @@ Quand vous vous transformez, vous choisissez si votre équipement tombe au sol, Pendant la durée du sort, vous pouvez utiliser votre action pour prendre une nouvelle forme répondant aux mêmes critères et aux mêmes règles que précédemment, à une exception : si votre nouvelle forme possède plus de points de vie que la précédente, votre nombre de points de vie reste tel qu'il était. - + - + # Changement de plan @@ -1405,9 +1405,9 @@ S'il est trop étroit pour accueillir toutes les créatures qui voyagent avec vo Vous pouvez aussi utiliser ce sort pour bannir une créature non consentante sur un autre plan. Choisissez une créature à votre portée et faites une attaque de sort au corps-à-corps contre elle. Si vous touchez, elle doit réussir un [jet de sauvegarde] de [Charisme] ou être transporté en un endroit aléatoire du plan d'existence que vous nommez. Une fois à cet endroit, c'est à elle de trouver un moyen de rentrer sur son plan d'origine. - + - + # Charme-personne @@ -1427,9 +1427,9 @@ Vous tentez de charmer un humanoïde se trouvant à portée et dans votre champ **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez charmer une créature de plus par niveau au-delà du niveau 1. Toutes les cibles doivent se trouver à 9 mètres ou moins les unes des autres lorsque vous lancez le sort. - + - + # Chauffer le métal @@ -1455,9 +1455,9 @@ Si une créature tient l'objet qui lui inflige des dégâts ou le porte sur elle **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 2. - + - + # Chien de garde @@ -1479,9 +1479,9 @@ Le chien est [invisible] pour tout le monde sauf pour vous, et il est impossible Au début de votre tour, le chien tente de mordre une créature qui vous est hostile, située dans un rayon de 1,50 mètre autour de lui. Son bonus d'attaque est égal à votre modificateur de caractéristique d'incantation + votre bonus de maîtrise. S'il touche, il inflige 4d8 dégâts perforants. - + - + # Choc des titans @@ -1497,9 +1497,9 @@ Au début de votre tour, le chien tente de mordre une créature qui vous est hos Vous défiez un adversaire à portée. Tant que vous n'attaquez que cet adversaire, vous bénéficiez d'un avantage à votre première attaque à chacun de vos tours. - + - + # Clairvoyance @@ -1523,9 +1523,9 @@ Vous pouvez dépenser une action pour passer de la vue à l'ouïe ou inversement Une créature capable de voir l'organe sensoriel (en bénéficiant par exemple de voir l'invisible ou de vision parfaite) le perçoit comme un orbe lumineux intangible de la taille de votre poing. - + - + # Clignotement @@ -1545,9 +1545,9 @@ Pendant toute la durée du sort, vous lancez 1d20 à la fin de chacun de vos tou Tant que vous êtes sur le plan éthéré, vous voyez et entendez ce qui se passe sur le plan d'où vous venez, qui apparaît sous forme d'ombres grises, mais votre vision ne porte pas au-delà de 18 mètres. Vous pouvez seulement affecter des créatures se trouvant sur le plan éthéré et elles sont les seules à pouvoir vous affecter. Les créatures qui ne se trouvent pas sur ce plan ne peuvent ni vous percevoir, ni interagir avec vous, à moins qu'elles ne disposent d'un pouvoir le leur permettant. - + - + # Clone @@ -1567,9 +1567,9 @@ Ce sort génère la réplique inerte d'une créature vivante, pour la protéger Une fois que le clone est arrivé à maturité, si la créature originale meurt, son âme se transfère dans le clone, à condition que cette âme soit libre et désireuse de revenir à la vie. D'un point de vue physique, le clone est identique à l'original. De plus, il possède la même personnalité, les mêmes souvenirs et les mêmes capacités, mais il n'hérite pas de son équipement. Les restes physiques de la créature originale ne disparaissent pas. S'ils ne sont pas détruits, ils deviennent inertes et ne peuvent pas servir à ramener la créature à la vie puisque son âme se trouve ailleurs. - + - + # Coercition mystique @@ -1597,9 +1597,9 @@ Vous pouvez mettre prématurément fin au sort en dépensant une action pour le Avec un emplacement de sort de niveau 9, il persiste jusqu'à ce que quelqu'un le dissipe avec l'un des sorts mentionnés précédemment. - + - + # Coffre secret @@ -1623,9 +1623,9 @@ Au bout de 60 jours, il y a 5 % de chances cumulatifs par jour que les effets du Si le sort se termine alors que le grand coffre est encore sur le plan éthéré, ce coffre est irrémédiablement perdu. - + - + # Colère des damnés @@ -1643,9 +1643,9 @@ Vous invoquez la puissance des enfers dans une zone de 6 mètres de rayon autour **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 4 ou supérieur, les dégâts augmentent de 1d6 par niveau d'emplacement au-delà du niveau 3. - + - + # Collet magique @@ -1667,9 +1667,9 @@ Une créature [entravée] peut utiliser son action à chaque tour pour faire un **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, le sort affecte une cible supplémentaire par niveau au-delà du niveau 2. - + - + # Colonne de flamme @@ -1691,9 +1691,9 @@ Celles qui échouent subissent 4d6 dégâts de feu et 4d6 dégâts radiants, les **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, les dégâts de feu ou les dégâts radiants (à vous de choisir) augmentent de 1d6 par niveau au-delà du niveau 5. - + - + # Communication avec les animaux @@ -1711,9 +1711,9 @@ Celles qui échouent subissent 4d6 dégâts de feu et 4d6 dégâts radiants, les Vous devenez capable de comprendre les bêtes et de communiquer verbalement avec elles pendant toute la durée du sort. Les connaissances et le degré de conscience de nombreuses bêtes sont limités par leur intelligence réduite, mais elles peuvent au moins vous renseigner sur les environs et les monstres aux alentours, ainsi que sur ce qu'elles perçoivent aujourd'hui ou ont perçu la veille. Si le MJ accepte, vous pouvez convaincre une bête de vous accorder une petite faveur. - + - + # Communication avec les morts @@ -1733,9 +1733,9 @@ Vous donnez un semblant de vie et d'intelligence à un cadavre de votre choix si Vous pouvez poser jusqu'à cinq questions avant la fin de la durée du sort. Les connaissances du cadavre se limitent à ce qu'il savait de son vivant, y compris au niveau des langues qu'il est capable de parler. Les réponses sont souvent brèves, cryptiques ou répétitives et le cadavre n'est absolument pas obligé de vous donner une réponse sincère si vous lui êtes hostile ou s'il vous reconnaît comme étant un ennemi. Ce sort ne ramène pas l'âme de la cible dans son corps, juste l'esprit qui l'animait ; le cadavre ne peut donc pas apprendre de nouvelles informations, ne comprend rien de ce qui s'est passé après sa mort et est incapable de faire des spéculations sur l'avenir. - + - + # Communication avec les plantes @@ -1761,9 +1761,9 @@ Si une créature végétale se trouve dans la zone, vous pouvez communiquer avec Ce sort permet de libérer une créature [entravée] par les plantes nées d'un sort d'_[enchevêtrement]_. - + - + # Communion @@ -1785,9 +1785,9 @@ Les êtres divins ne sont pas forcément omniscients, il se peut donc que vous o Si vous lancez ce sort à deux reprises ou plus avant un long repos, il y a 25 % de chances (cumulables) que chaque incantation en sus de la première ne reçoive pas de réponse. Le MJ effectue ce jet en secret. - + - + # Communion avec la nature @@ -1823,9 +1823,9 @@ Vous obtenez instantanément des informations sur un maximum de trois éléments Par exemple, vous pouvez apprendre où se trouve un puissant mort-vivant résidant dans la zone, savoir où se trouvent les points d'eau potable majeurs et où se trouvent les villages les plus proches. - + - + # Compagnon animal @@ -1863,9 +1863,9 @@ Chaque jour, vous pouvez conserver le même compagnon animal sans devoir à nouv Lorsque vous choisissez d'autres effets, ce second compagnon en bénéficie aussi. - + - + # Compréhension des langues @@ -1885,9 +1885,9 @@ Pendant toute la durée du sort, vous comprenez le sens littéral de tout langag Ce sort ne décode pas les messages secrets compris dans un texte ni les glyphes qui ne correspondent pas à un langage écrit, comme un _[symbole]_ magique. - + - + # Compulsion @@ -1907,9 +1907,9 @@ Les créatures de votre choix, situées à portée, dans votre champ de vision e Une cible n'est pas obligée de se rendre au sein d'une zone à l'évidence dangereuse, comme un brasier ou une fosse béante, mais elle est prête à provoquer des attaques d'opportunité pour se déplacer dans la direction indiquée. - + - + # Cône de froid @@ -1931,9 +1931,9 @@ Une créature qui succombe suite à ce sort se transforme en statue de glace jus **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 5. - + - + # Confusion @@ -1966,9 +1966,9 @@ Une créature affectée peut faire un [jet de sauvegarde] de [Sagesse] à la fin **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, le rayon de la sphère augmente de 1,50 mètre par niveau au-delà du niveau 4. - + - + # Contact glacial @@ -1992,9 +1992,9 @@ Si votre cible est un mort-vivant, il subit en plus un désavantage lors des jet Les dégâts du sort augmentent de 1d8 quand vous atteignez les niveaux 5 (2d8), 11 (3d8) et 17 (4d8). - + - + # Contacter un autre plan @@ -2016,9 +2016,9 @@ En cas d'échec, vous encaissez 6d6 dégâts psychiques et vous devenez fou jusq Si vous réussissez votre [jet de sauvegarde], vous pouvez poser jusqu'à cinq questions à l'entité. Vous devez les poser avant la fin du sort. C'est le MJ qui répond à chacune d'entre elles avec un mot, comme « oui », « non », « peutêtre », « jamais », « hors sujet » ou « incertain » (si l'entité ignore la réponse à votre question). Si une réponse limitée à un seul mot risque de se révéler trompeuse, le MJ peut la remplacer par une courte phrase. - + - + # Contagion @@ -2058,9 +2058,9 @@ Elle subit un désavantage lors des tests de [Sagesse] et des [jets de sauvegard Elle subit un désavantage lors des tests de [Charisme] et devient vulnérable à tous les dégâts. - + - + # Contamination @@ -2078,9 +2078,9 @@ Elle subit un désavantage lors des tests de [Charisme] et devient vulnérable Vous transmettez une maladie virulente à une créature située à portée et dans votre champ de vision. La cible doit faire un [jet de sauvegarde] de [Constitution]. Si elle échoue, elle subit 14d6 dégâts nécrotiques, la moitié seulement si elle réussit. Ces dégâts ne peuvent pas faire passer les points de vie de la cible au-dessous de 1. Si la cible rate son [jet de sauvegarde], son total de points de vie maximum est réduit, pendant 1 heure, d'un montant égal aux dégâts nécrotiques reçus. Tout effet qui guérit les maladies ramène le maximum de points de vie de la cible à la normale sans avoir besoin d'attendre 1 heure. - + - + # Contingence @@ -2104,9 +2104,9 @@ Le sort contingent affecte uniquement votre personne, même s'il peut normalemen Vous ne pouvez utiliser qu'un seul sort de contingence à la fois. Si vous en lancez un second, les effets du précédent se dissipent. De plus, la contingence prend fin si sa composante matérielle n'est plus sur votre personne. - + - + # Contresort @@ -2128,9 +2128,9 @@ Si elle essayait de lancer un sort de niveau 3 ou moins, il échoue et reste san **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, le sort à interrompre est automatiquement sans effet s'il est d'un niveau égal ou inférieur à celui de l'emplacement de sort utilisé. - + - + # Contrôle de l'eau @@ -2162,9 +2162,9 @@ Le niveau de l'eau reste plus élevé jusqu'à la fin du sort ou jusqu'à ce que Quand une créature entre dans le vortex pour la première fois de son tour ou qu'elle y commence son tour, elle doit faire un [jet de sauvegarde] de [Force]. Si elle échoue, elle reçoit 2d8 dégâts contondants et se fait emporter par le vortex jusqu'à la fin du sort. Si elle réussit son jet, elle subit seulement la moitié des dégâts et n'est pas prise dans le vortex. Une créature emportée par le vortex peut utiliser une action pour tenter de s'en éloigner comme décrit plus haut, mais elle est affectée par un désavantage lors de son test de [Force (Athlétisme)]. À chaque tour, la première fois qu'un objet entre dans le vortex, il subit 2d8 dégâts contondants. Ces dégâts se répètent à chaque round passé dans le vortex. - + - + # Contrôle du climat @@ -2219,9 +2219,9 @@ Vent |4|Grand vent| |5|Tempête| - + - + # Convocations instantanées @@ -2247,9 +2247,9 @@ Si l'objet est actuellement porté ou transporté par quelqu'un d'autre, il n'ar _[Dissipation de la magie]_ ou un effet similaire appliqué sur le saphir met un terme à l'effet du sort. - + - + # Coquille antivie @@ -2271,9 +2271,9 @@ La barrière empêche les créatures affectées de la franchir ou de passer un m Si vous vous déplacez de telle manière qu'une créature affectée est contrainte de traverser la barrière, le sort se termine. - + - + # Corde enchantée @@ -2299,9 +2299,9 @@ Les attaques et les sorts ne peuvent traverser l'entrée de l'espace extradimens Tout ce qui se trouve dans l'espace extradimensionnel tombe à l'extérieur quand le sort se termine. - + - + # Couleurs dansantes @@ -2323,9 +2323,9 @@ Chaque créature affectée, en commençant par celle qui possède actuellement l **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, lancez 2d10 supplémentaires par niveau au-delà du niveau 1. - + - + # Création @@ -2359,9 +2359,9 @@ Si vous utilisez les matériaux créés via ce sort comme composantes matériell **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, l'arête du cube augmente de 1,50 mètre par niveau au-delà du niveau 5. - + - + # Création de mort-vivant @@ -2391,9 +2391,9 @@ Quand vous le lancez à partir d'un emplacement de niveau 8, vous pouvez animer Quand vous le lancez à partir d'un emplacement de niveau 9, vous pouvez animer ou maintenir votre contrôle sur six goules ou trois blêmes ou trois nécrophages ou deux momies. - + - + # Création de nourriture et d'eau @@ -2411,9 +2411,9 @@ Quand vous le lancez à partir d'un emplacement de niveau 9, vous pouvez animer Vous créez 25 kilogrammes de nourriture et 120 litres d'eau, soit par terre, soit dans des récipients installés à portée. Cela suffit à nourrir et abreuver un maximum de quinze humanoïdes ou de cinq montures pendant 24 heures. Les vivres sont fades mais nourrissants. Ils se gâtent si personne ne les a mangés dans les 24 heures suivant leur création. L'eau est claire et ne croupit pas. - + - + # Création ou destruction d'eau @@ -2439,9 +2439,9 @@ Sinon, l'eau peut tomber en pluie dans un cube de 9 mètres d'arête à portée, **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous créez ou détruisez 40 litres d'eau de plus, ou bien l'arête du cube affecté augmente de 1,50 mètre par niveau au-delà du niveau 1. - + - + # Croissance d'épines @@ -2461,9 +2461,9 @@ Dans une zone de 6 mètres de rayon centrée sur un point à portée, le sol se La transformation du sol est camouflée, de manière à ce que le terrain ait l'air naturel. Une créature dans l'incapacité de voir la zone au moment de l'incantation doit réussir un test de [Sagesse (Perception)] contre le DD du [jet de sauvegarde] de votre sort pour remarquer que le terrain est dangereux avant d'y entrer. - + - + # Croissance végétale @@ -2489,9 +2489,9 @@ Vous pouvez exclure une ou plusieurs portions, de n'importe quelle taille, de la **_Si vous lancez le sort sur une période de huit heures, vous enrichissez la terre._** Toute la végétation dans un rayon de 800 mètres autour d'un point de votre choix situé à portée devient luxuriante pendant un an. Elle donne deux fois plus de nourriture que la normale lors de la récolte. - + - + # Danse irrésistible @@ -2513,9 +2513,9 @@ Une fois que la créature s'est mise à danser, elle doit dépenser la totalité Tant que la cible est affectée par ce sort, les autres créatures bénéficient d'un avantage lors de leurs jets d'attaque contre elle. Une créature en train de danser peut utiliser son action pour effectuer un [jet de sauvegarde] de [Sagesse] et reprendre le contrôle de son corps. Si elle réussit, le sort se termine. - + - + # Déblocage @@ -2537,9 +2537,9 @@ Une cible fermée par une serrure ordinaire, coincée ou bloquée par une barre Quand vous lancez le sort, un cliquetis émane de l'objet et retentit si fort qu'on l'entend dans un rayon de 90 mètres. - + - + # Déguisement @@ -2561,9 +2561,9 @@ Les changements qu'apporte le sort ne résistent pas à un examen physique. Par Pour percer votre déguisement à jour, une créature peut dépenser une action pour vous examiner. Elle doit alors réussir un test d'[Intelligence (Investigation)] contre le DD du [jet de sauvegarde] du sort. - + - + # Demi-plan @@ -2583,9 +2583,9 @@ Vous créez une porte floue sur une surface plate et solide située à portée e Vous pouvez créer un nouveau demi-plan pour chaque incantation du sort ou relier la porte à un demi-plan que vous avez précédemment créé via ce sort. De plus, si vous connaissez la nature et le contenu d'un demi-plan qu'une autre créature a créé grâce à ce sort, vous pouvez lui relier votre propre porte. - + - + # Déplacer la terre @@ -2609,9 +2609,9 @@ Ce sort est incapable de manipuler la pierre naturelle et les constructions de p De même, le sort n'affecte pas directement la croissance des plantes. La terre déplacée emporte les végétaux avec elle. - + - + # Désintégration @@ -2637,9 +2637,9 @@ Ce sort désintègre automatiquement les objets non magiques de taille G ou inf **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, les dégâts augmentent de 3d6 par niveau au-delà du niveau 6. - + - + # Dessiccation @@ -2659,9 +2659,9 @@ Les morts-vivants, les créatures artificielles et les élémentaires sont immun **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 3 ou supérieur, vous pouvez affecter une cible supplémentaire par niveau d'emplacement au-delà du niveau 2. - + - + # Détection de la magie @@ -2681,9 +2681,9 @@ Pendant toute la durée du sort, vous percevez la présence de magie dans un ray Le sort ignore la plupart des obstacles, mais il ne peut pas franchir 30 centimètres de pierre, 2,5 centimètres de métal ordinaire, une mince feuille de plomb, ni 1 mètre de bois ou de terre. - + - + # Détection des pensées @@ -2717,9 +2717,9 @@ Vous pouvez chercher les pensées qui se trouvent dans un rayon de 9 mètres aut Une fois que vous avez ainsi détecté la présence d'une créature, vous pouvez lire ses pensées pendant le reste de la durée du sort, comme expliqué plus haut, même si vous ne la voyez pas, mais elle doit tout de même se trouver à portée. - + - + # Détection du mal et du bien @@ -2739,9 +2739,9 @@ Pendant toute la durée du sort, vous savez s'il y a une aberration, un céleste Le sort ignore la plupart des obstacles, mais il ne peut pas franchir 30 centimètres de pierre, 2,5 centimètres de métal ordinaire, une mince feuille de plomb, ni 1 mètre de bois ou de terre. - + - + # Détection du poison et des maladies @@ -2761,9 +2761,9 @@ Pendant toute la durée du sort, vous percevez la présence de poisons, de créa Le sort ignore la plupart des obstacles, mais il ne peut pas franchir 30 centimètres de pierre, 2,5 centimètres de métal ordinaire, une mince feuille de plomb, ni 1 mètre de bois ou de terre. - + - + # Disque flottant @@ -2787,9 +2787,9 @@ Le disque reste immobile tant que vous vous tenez à moins de 6 mètres. Si vous Si vous vous éloignez à plus de 30 mètres du disque (typiquement parce qu'il ne peut pas contourner un obstacle pour vous suivre), le sort se termine. - + - + # Dissipation de la magie @@ -2809,9 +2809,9 @@ Choisissez une créature, un objet ou un effet magique à portée. Tout sort de **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, vous mettez automatiquement un terme à un sort affectant la cible quand le niveau de ce sort est égal ou inférieur au niveau de l'emplacement de sort que vous utilisez. - + - + # Dissipation du mal et du bien @@ -2835,9 +2835,9 @@ Vous pouvez terminer le sort plus tôt en utilisant l'une des fonctions spécial **_Renvoi._** Vous utilisez votre action pour faire une attaque de sort au corps-à-corps contre un céleste, un élémentaire, une fée, un fiélon ou un mort-vivant situé à une distance inférieure ou égale à votre allonge. Si vous touchez la créature, vous tentez de la renvoyer sur son plan natal. Elle doit réussir un [jet de sauvegarde] de [Charisme] ou retourner sur son plan natal (si elle ne s'y trouve pas déjà). Si un mort-vivant ne se trouve pas sur son plan natal, il est renvoyé dans les plans inférieurs, tandis qu'une fée sera expulsée sur son plan d'origine. - + - + # Divination @@ -2859,9 +2859,9 @@ Le sort ne tient pas compte d'une éventuelle modification des circonstances sus Si vous lancez ce sort à deux reprises ou plus avant un long repos, il y a 25 % de chances par incantation en sus de la première que vous obteniez une prémonition aléatoire au lieu d'une prémonition fiable. C'est au MJ de faire ce jet en secret. - + - + # Doigt de mort @@ -2881,9 +2881,9 @@ Vous envoyez de l'énergie négative dans le corps d'une créature située à po Si ce sort achève un humanoïde, ce dernier se relève au début de votre prochain tour sous forme de zombi à jamais sous votre contrôle. Il suit vos ordres verbaux au mieux de ses capacités. - + - + # Dominer un humanoïde @@ -2915,9 +2915,9 @@ Si elle le réussit, le sort prend fin. Si vous lancez ce sort en utilisant un emplacement de niveau 8, la durée devient « concentration, jusqu'à 8 heures ». - + - + # Dominer un monstre @@ -2947,9 +2947,9 @@ Si elle le réussit, le sort prend fin. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 9, la durée devient « concentration, jusqu'à 8 heures ». - + - + # Dominer une bête @@ -2979,9 +2979,9 @@ Si elle le réussit, le sort prend fin. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5, la durée devient « concentration, jusqu'à 10 minutes ». Si vous lancez ce sort en utilisant un emplacement de niveau 6, la durée devient « concentration, jusqu'à 1 heure ». Si vous lancez ce sort en utilisant un emplacement de niveau 7, la durée devient « concentration, jusqu'à 8 heures ». - + - + # Doux repos @@ -3001,9 +3001,9 @@ Vous touchez un cadavre ou des restes. Pendant toute la durée du sort, la cible Le sort rallonge aussi la période pendant laquelle on peut rappeler la cible d'entre les morts, car les jours passés sous l'influence de ce sort ne sont pas décomptés de la période pendant laquelle on peut utiliser des sorts comme rappel à la vie. - + - + # Druidisme @@ -3029,9 +3029,9 @@ Vous créez l'un des effets suivants à portée après quelques murmures adress * Vous allumez ou éteignez instantanément une chandelle, une torche ou un petit feu de camp. - + - + # Éclair @@ -3055,9 +3055,9 @@ La foudre embrase les objets inflammables de la zone qui ne sont ni portés ni t **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 3. - + - + # Éclat de bois @@ -3077,9 +3077,9 @@ Vous devez réussir une attaque de sort à distance pour toucher votre cible. En Vous pouvez lancer un éclat de bois supplémentaire lorsque vous atteignez les niveaux 5, 11 et 17. Ces éclats peuvent viser différentes cibles à portée du sort. - + - + # Éclat du soleil @@ -3103,9 +3103,9 @@ Une créature [aveuglée] par le sort fait un autre jet de [Constitution] à la Ce sort dissipe toutes les ténèbres issues d'un sort présentes dans la zone. - + - + # Embruns prismatiques @@ -3137,9 +3137,9 @@ Huit rayons de lumière multicolores jaillissent de votre main. Chacun a une cou **_7. Violet._** La cible est [aveuglée] si elle rate son [jet de sauvegarde]. Elle doit alors faire un [jet de sauvegarde] de [Sagesse] au début de votre prochain tour. Si elle le réussit, elle recouvre la vue ; si elle le rate, elle est emportée sur un autre plan d'existence choisi par le MJ et recouvre aussi la vue. (En général, une créature qui ne se trouve pas sur son propre plan d'existence est bannie là-bas tandis que les autres créatures sont envoyées sur le plan astral ou éthéré.) 8. Spécial. Deux rayons viennent frapper la cible. Relancez deux fois le dé en le relançant à chaque fois que vous obtenez un 8. - + - + # Emprisonnement @@ -3181,9 +3181,9 @@ _[Dissipation de la magie]_ peut mettre fin au sort à condition d'être lancée Vous pouvez utiliser une composante spéciale pour créer une prison à la fois seulement. Si vous relancez ce sort en utilisant la même composante, la cible de la première incantation est libérée sur-le-champ. - + - + # Enchevêtrement @@ -3205,9 +3205,9 @@ Une créature qui se trouve dans la zone affectée lorsque vous lancez le sort d Quand le sort se termine, les plantes invoquées flétrissent. - + - + # Entrave planaire @@ -3229,9 +3229,9 @@ La créature liée doit suivre vos instructions au mieux de ses capacités. Vous **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau supérieur, la durée augmente : 10 jours au niveau 6, 30 au niveau 7, 180 au niveau 8 et 1 an et 1 jour au niveau 9. - + - + # Envoi de message @@ -3251,9 +3251,9 @@ Vous envoyez un court message d'au maximum vingtcinq mots à une créature qui v Vous pouvez envoyer votre message à n'importe quelle distance, et même sur un autre plan d'existence, mais il y a 5 % de chances, si la cible est sur un autre plan, que le message ne lui parvienne pas. - + - + # Envoûtement @@ -3271,9 +3271,9 @@ Vous pouvez envoyer votre message à n'importe quelle distance, et même sur un Vous entonnez une suite de paroles envoûtantes qui obligent les créatures de votre choix qui vous entendent et sont situées à portée et dans votre champ de vision à effectuer un [jet de sauvegarde] de [Sagesse]. Une créature qui ne peut pas être [charmée] réussit automatiquement ce [jet de sauvegarde]. Si vous ou vos compagnons vous battez contre une de ces créatures, elle dispose d'un avantage lors du [jet de sauvegarde]. Si la créature rate son jet, elle subit un désavantage lors des tests de [Sagesse (Perception)] destinés à percevoir une créature autre que vous jusqu'à ce que le sort se termine ou jusqu'à ce qu'elle ne puisse plus vous entendre. Le sort se termine si vous êtes [neutralisé] ou dans l'incapacité de parler. - + - + # Épargner les mourants @@ -3291,9 +3291,9 @@ Vous entonnez une suite de paroles envoûtantes qui obligent les créatures de v Vous touchez une créature vivante à 0 point de vie, ce qui la stabilise. Ce sort n'a aucun effet sur les morts-vivants et les créatures artificielles. - + - + # Épée du juste @@ -3309,9 +3309,9 @@ Vous touchez une créature vivante à 0 point de vie, ce qui la stabilise. Ce so Votre épée devient une épée de justice pour toute la durée du sort. Elle bénéficie donc d'un bonus de +3 aux jets d'attaque et aux dégâts, inflige 2d10 dégâts radiants supplémentaires contre les fiélons et les morts-vivants, et crée une aura de 3 mètres de rayon octroyant à vos alliés qui s'y trouvent un avantage aux [jets de sauvegarde] contre les sorts et effets magiques. De plus, lorsque l'épée de justice blesse pour la première fois un fiélon ayant un nombre de DV inférieur ou égal au vôtre, celui-ci doit réussir un [jet de sauvegarde] de [Charisme] sous peine de disparaître aussitôt et d'être contraint de retourner à son plan d'origine. - + - + # Épée magique @@ -3331,9 +3331,9 @@ Vous créez un plan de force en forme d'épée qui plane à portée et persiste Dès que l'épée apparaît, vous faites une attaque de sort au corps-à-corps contre une cible de votre choix située dans un rayon de 1,50 mètre autour de l'épée. Si l'épée touche, la cible subit 3d10 dégâts de force. Tant que le sort n'est pas terminé, vous pouvez dépenser une action bonus à chacun de vos tours pour déplacer l'épée d'un maximum de 6 mètres afin de la conduire à un endroit situé dans votre champ de vision, puis répéter l'attaque contre la même cible ou une autre. - + - + # Esprit faible @@ -3355,9 +3355,9 @@ Si la cible rate son jet, son [Intelligence] et son [Charisme] tombent à 1. Ell La créature peut refaire un [jet de sauvegarde] tous les 30 jours. Le sort se termine dès qu'elle réussit. On peut aussi mettre un terme à ce sort grâce à l'un des sorts suivants : _[restauration supérieure]_, _[guérison]_ ou _[souhait]_. - + - + # Esprit impénétrable @@ -3375,9 +3375,9 @@ La créature peut refaire un [jet de sauvegarde] tous les 30 jours. Le sort se t Vous touchez une créature consentante et, jusqu'à la fin du sort, vous l'immunisez contre les dégâts psychiques, les effets percevant les émotions ou révélant les pensées, les sorts de divination et l'état [charmé]. Ce sort déjoue même les _[souhaits]_ et les sorts et effets de même puissance qui cherchent à affecter l'esprit de la cible ou à obtenir des informations à son propos. - + - + # Esprits gardiens @@ -3401,9 +3401,9 @@ Si elle échoue, elle subit 3d8 dégâts radiants (si vous êtes Bon ou Neutre) **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 3. - + - + # Étrangeté @@ -3421,9 +3421,9 @@ Si elle échoue, elle subit 3d8 dégâts radiants (si vous êtes Bon ou Neutre) Vous puisez dans les peurs les plus profondes d'un groupe de créatures et créez des êtres illusoires dans leurs esprits, qu'elles sont les seules à voir. Chaque créature située dans une sphère de 9 mètres de rayon centrée sur un point de votre choix situé à portée doit réussir un [jet de sauvegarde] de [Sagesse] ou être [terrorisée] pendant toute la durée du sort. Les illusions se basent sur les peurs enfouies en chaque cible et transforment leurs pires cauchemars en menace implacable. À la fin de chacun de ses tours, une créature [terrorisée] doit effectuer un [jet de sauvegarde] de [Sagesse]. Si elle échoue, elle subit 4d10 dégâts psychiques. Si elle réussit, le sort se termine pour elle. - + - + # Éveil @@ -3445,9 +3445,9 @@ C'est au MJ de choisir les caractéristiques appropriées à la plante éveillé La bête ou la plante éveillée est considérée [charmée] par vous pendant 30 jours ou jusqu'à ce que vous ou l'un de vos compagnons la blessiez. Une fois que cet effet se termine, la créature éveillée décide seule si elle reste amicale envers vous, selon la façon dont vous l'avez traitée lorsqu'elle était [charmée]. - + - + # Excavation @@ -3463,9 +3463,9 @@ La bête ou la plante éveillée est considérée [charmée] par vous pendant 30 Vous créez un passage de 1,50 mètre de côté et de 15 mètres de profondeur dans la pierre ou la terre (de la roche ou un mur) et dans le bois, mais pas dans le métal. Le passage créé est permanent et l'effet du sort ne peut être dissipé. Plusieurs incantations du sort permettent de de former des tunnels souterrains ne nécessitant pas d'étaiement. Vous pouvez orienter le tunnel dans la direction de votre choix. - + - + # Expiation du juste @@ -3481,9 +3481,9 @@ Vous créez un passage de 1,50 mètre de côté et de 15 mètres de profondeur d La prochaine fois que vous réussissez une attaque de corps-à-corps pendant la durée du sort, vous lancez un ordre de repentir sur la créature que vous frappez. Sur cette attaque, elle subit 3d8 dégâts psychiques, écrasée par le poids de ses péchés et la culpabilité. En outre, elle doit réussir un [jet de sauvegarde] de [Sagesse] ou être [étourdie] jusqu'à la fin de son prochain tour et subir un désavantage à tous ses tests de [Sagesse] pour une minute. - + - + # Explosion occulte @@ -3503,9 +3503,9 @@ Un éclair d'énergie crépitante file vers une créature à portée. Faites un Le sort crée des rayons supplémentaires quand vous atteignez certains niveaux : deux rayons au niveau 5, trois au niveau 11 et quatre au niveau 17. Vous pouvez diriger tous les rayons sur une même cible ou les répartir entre plusieurs. Faites un jet d'attaque distinct pour chacun. - + - + # Fabrication @@ -3527,9 +3527,9 @@ Choisissez des matériaux bruts situés à portée et dans votre champ de vision Il est impossible de créer ou de transmuter des créatures ou des objets magiques à l'aide de ce sort. Vous ne pouvez pas non plus y recourir pour fabriquer des objets demandant un haut degré d'expertise, comme des bijoux, des armes, du verre ou une armure, à moins que vous n'ayez la maîtrise des outils d'artisan nécessaires à l'élaboration de tels objets. - + - + # Façonnage de la pierre @@ -3547,9 +3547,9 @@ Il est impossible de créer ou de transmuter des créatures ou des objets magiqu Vous touchez un objet de pierre de taille M ou inférieure ou une section de pierre d'un maximum de 1,50 mètre dans toutes les dimensions et lui donnez la forme que vous désirez. Vous pouvez, par exemple, façonner un gros caillou de manière à en faire une arme, une idole ou un coffre, ou bien creuser un étroit passage dans un mur, à condition que ce dernier ne fasse pas plus de 1,50 mètre d'épaisseur. Vous pouvez façonner une porte de pierre ou son chambranle pour la sceller. L'objet créé peut avoir au maximum deux charnières et un loquet, mais il est impossible de créer des mécanismes plus complexes. - + - + # Faveur divine @@ -3569,9 +3569,9 @@ Vos prières vous imprègnent d'une aura radieuse. Jusqu'à la fin du sort, les attaques que vous portez avec une arme infligent 1d4 dégâts radiants supplémentaires en cas de coup au but. - + - + # Festin des héros @@ -3593,9 +3593,9 @@ Une créature qui participe au festin en retire plusieurs bénéfices. Elle est Son maximum de points de vie augmente de 2d10 et elle gagne le même nombre de points de vie. Ces bénéfices persistent pendant 24 heures. - + - + # Flamboiement funeste @@ -3615,9 +3615,9 @@ Chaque créature dans la zone doit réussir un [jet de sauvegarde] de [Dextérit **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sorts de niveau 2 ou supérieur, les dégâts augmentent de 1d6 pour chaque emplacement au-delà du niveau 1. - + - + # Flamme éternelle @@ -3635,9 +3635,9 @@ Chaque créature dans la zone doit réussir un [jet de sauvegarde] de [Dextérit Une flamme à la luminosité égale à celle d'une torche embrase soudain l'objet que vous touchez. L'effet du sort ressemble à une flamme ordinaire, mais ne dégage pas de chaleur et ne consomme pas d'oxygène. On peut couvrir ou cacher la flamme éternelle, mais pas l'étouffer ni l'éteindre avec de l'eau. - + - + # Flamme sacrée @@ -3659,9 +3659,9 @@ Même si elle se trouve derrière un abri, la cible ne bénéficie pas d'un avan Les dégâts du sort augmentent de 1d8 quand vous atteignez le niveau 5 (2d8), 11 (3d8) et 17 (4d8). - + - + # Fléau @@ -3683,9 +3683,9 @@ Dès qu'une cible qui a raté ce jet effectue un jet d'attaque ou de sauvegarde **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez viser une créature de plus par niveau au-delà du niveau 1. - + - + # Fléau d'insectes @@ -3709,9 +3709,9 @@ Une créature doit effectuer le même jet quand elle entre dans la sphère pour **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, les dégâts augmentent de 1d10 par niveau au-delà du niveau 5. - + - + # Flèche acide @@ -3731,9 +3731,9 @@ Une flèche d'un vert chatoyant file vers une cible située à portée et explos **_À plus haut niveau._** Quand vous utilisez ce sort via un emplacement de niveau 3 ou supérieur, les dégâts initiaux et secondaires augmentent de 1d4 par niveau au-delà du niveau 2. - + - + # Flétrissement @@ -3755,9 +3755,9 @@ Si vous visez une créature végétale ou une plante magique, elle subit un dés **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 4. - + - + # Flou @@ -3775,9 +3775,9 @@ Si vous visez une créature végétale ou une plante magique, elle subit un dés Votre corps devient flou, il ondule et vacille comme une flamme aux yeux d'autrui. Pendant toute la durée du sort, les créatures subissent un désavantage lorsqu'elles font un jet d'attaque contre vous. Un attaquant est immunisé contre cet effet s'il ne se repose pas sur sa vue, s'il dispose de vision aveugle, par exemple, ou s'il peut percer les illusions à jour avec vision parfaite. - + - + # Forme éthérée @@ -3805,9 +3805,9 @@ Ce sort n'a aucun effet si vous le lancez alors que vous vous trouvez sur le pla **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 8 ou supérieur, vous pouvez affecter jusqu'à trois créatures consentantes (vous y compris) par niveau au-delà du niveau 7. Toutes ces créatures doivent se trouver dans un rayon de 3 mètres autour de vous quand vous lancez le sort. - + - + # Forme gazeuse @@ -3831,9 +3831,9 @@ En revanche, les liquides équivalent pour elle à des surfaces solides. Elle ne Sous forme de nuage brumeux, la cible ne peut pas parler ni manipuler d'objet. Il lui est impossible de lâcher les objets qu'elle portait et qu'elle transportait, et personne ne peut les utiliser ni interagir avec eux. Elle ne peut pas attaquer ni lancer de sort. - + - + # Formes animales @@ -3855,9 +3855,9 @@ La transformation persiste pour chaque cible pendant toute la durée du sort ou L'équipement de la cible fusionne avec sa nouvelle forme, mais elle ne peut pas activer ni manier la moindre pièce d'équipement et n'obtient pas les bénéfices qui en découlent habituellement. - + - + # Fou rire @@ -3877,9 +3877,9 @@ Une créature de votre choix située à portée et dans votre champ de vision tr À la fin de chacun de ses tours et à chaque fois qu'elle subit des dégâts, la cible a droit à un nouveau [jet de sauvegarde] de [Sagesse]. Elle bénéficie d'un avantage lors de ce jet si ce sont des dégâts qui l'ont provoqué. Si le jet est réussi, le sort se termine. - + - + # Frappe du juste @@ -3905,9 +3905,9 @@ Le type de dégâts supplémentaires infligés et la nature de l'effet dépenden **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous infligez 1d6 points de dégât par niveau d'emplacement de sort au-dessus du niveau 1. - + - + # Frappe lumineuse @@ -3927,9 +3927,9 @@ La prochaine attaque avec une arme de corps-àcorps ou à distance qui vous perm **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts augmentent de 1d6 par emplacement de sort au-dessus du niveau 2. - + - + # Fusion dans la pierre @@ -3953,9 +3953,9 @@ Vous restez conscient du temps qui passe et vous pouvez lancer des sorts à port Vous n'êtes pas blessé si la pierre subit des dégâts mineurs mais, si elle est partiellement détruite ou change de forme (au point que vous ne tenez plus entièrement à l'intérieur), elle vous expulse et vous subissez 6d6 dégâts contondants. Si la pierre est complètement détruite (ou transmutée en une substance différente), elle vous expulse et vous subissez 50 dégâts contondants. Si vous vous faites expulser de la pierre, vous vous retrouvez à terre dans l'emplacement inoccupé le plus proche de celui par lequel vous êtes entré dans la roche. - + - + # Gardien de la foi @@ -3975,9 +3975,9 @@ Durée d'incantation : 1 action Un gardien spectral de taille G apparaît et flo Toute créature hostile envers vous qui entre dans un emplacement situé dans un rayon de 3 mètres autour du gardien pour la première fois de son tour doit réussir un [jet de sauvegarde] de [Dextérité]. Si elle échoue, elle subit 20 dégâts radiant, la moitié seulement si elle réussit. Le gardien disparaît dès qu'il a infligé un total de 60 dégâts. - + - + # Geyser d'énergie @@ -3997,9 +3997,9 @@ Si le jet est réussi, les dégâts sont réduits de moitié. **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 2 ou supérieur, les dégâts sont augmentés de 1d8 par niveau au-delà du niveau 1. - + - + # Globe d'invulnérabilité @@ -4021,9 +4021,9 @@ Tout sort de niveau 5 ou inférieur lancé depuis l'extérieur de la barrière s **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, la barrière bloque les sorts d'un niveau de plus par niveau au-delà du niveau 6. - + - + # Glyphe de protection @@ -4057,9 +4057,9 @@ Lorsque vous dessinez le glyphe, vous devez choisir entre des runes explosives o **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts des runes explosives augmentent de 1d8 par niveau au-delà du niveau 3. Si vous créez un glyphe à sort, vous pouvez stocker un sort d'un niveau égal ou inférieur à celui employé pour lancer le glyphe. - + - + # Gourdin magique @@ -4077,9 +4077,9 @@ Lorsque vous dessinez le glyphe, vous devez choisir entre des runes explosives o La puissance du monde naturel imprègne le bois du bâton ou du gourdin que vous tenez. Pendant toute la durée du sort, vous pouvez utiliser votre caractéristique d'incantation au lieu de votre [Force] pour effectuer les jets d'attaque et de dégâts au corps-à-corps avec cette arme. Le dé de dégâts de l'arme devient un d8. L'arme devient magique si elle ne l'était pas déjà. Le sort se termine si vous le lancez de nouveau ou si vous lâchez votre arme. - + - + # Graisse @@ -4099,9 +4099,9 @@ Une couche de graisse particulièrement glissante recouvre le sol dans une zone Lorsque la graisse apparaît, chaque créature qui se trouve dans la zone affectée doit réussir un [jet de sauvegarde] de [Dextérité] ou tomber à terre. Une créature qui entre dans la zone ou y termine son tour doit aussi réussir ce jet sous peine de se retrouver à terre. - + - + # Grande foulée @@ -4121,9 +4121,9 @@ Vous touchez une créature dont la vitesse augmente de 3 mètres jusqu'à la fin **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez affecter une créature de plus par niveau au-delà du niveau 1. - + - + # Guérison @@ -4143,9 +4143,9 @@ Choisissez une créature située à portée et dans votre champ de vision. Une b **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, la quantité de soins prodigués augmente de 10 points par niveau au-delà du niveau 6. - + - + # Guérison de groupe @@ -4165,9 +4165,9 @@ Un flot d'énergie curative émane de vous et enveloppe les créatures blessées Le sort débarrasse aussi les créatures qu'il guérit de leurs maladies et des états [assourdi] ou [aveuglé]. Ce sort n'a aucun effet sur les morts-vivants et sur les créatures artificielles. - + - + # Harmonique miraculeuse @@ -4185,9 +4185,9 @@ Vous effleurez le bord d'un verre, et le corps de vos alliés à portée et capa Enfin, le sort met un terme aux effets de réduction des points de vie maximum provoqué par certaines créatures (momie, spectre, vampire, etc.) ainsi qu'aux états [charmé] et [pétrifié]. - + - + # Hâte @@ -4207,9 +4207,9 @@ Choisissez une créature consentante située à portée et dans votre champ de v Quand le sort se termine, la cible ne peut pas se déplacer ni effectuer une action avant que son prochain tour ne se soit écoulé, car une vague de léthargie déferle sur elle. - + - + # Héroïsme @@ -4229,9 +4229,9 @@ Vous imprégnez de courage une créature consentante que vous touchez. Jusqu'à **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez affecter une créature de plus par niveau au-delà du niveau 1. - + - + # Identification @@ -4251,9 +4251,9 @@ Vous choisissez un objet avec lequel vous devez rester en contact pendant toute Si, à la place, vous touchez une créature pendant toute l'incantation, vous découvrez quels sorts l'affectent présentement, le cas échéant. - + - + # Illusion mineure @@ -4277,9 +4277,9 @@ Si vous créez une image (comme une chaise, des empreintes boueuses ou un petit Si une créature utilise son action pour examiner le son ou l'image, elle comprend qu'il s'agit d'une illusion si elle réussit un test d'[Intelligence (Investigation)] opposé au DD du [jet de sauvegarde] de votre sort. Si une créature perce l'illusion à jour, celle-ci perd toute substance pour elle. - + - + # Illusion programmée @@ -4303,9 +4303,9 @@ Les conditions de déclenchement peuvent être aussi génériques ou détaillée Les interactions physiques révèlent que l'image n'est qu'une illusion, car les objets la traversent. Si une créature utilise son action pour examiner l'image, elle comprend que c'est une illusion, à condition de réussir un test d'[Intelligence (Investigation)] contre le DD du [jet de sauvegarde] de votre sort. Si une créature perce l'illusion à jour, elle voit à travers l'image et les sons produits par l'illusion sonnent creux à ses oreilles. - + - + # Image majeure @@ -4329,9 +4329,9 @@ Les interactions physiques avec l'image révèlent qu'elle n'est qu'une illusion **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, le sort persiste jusqu'à dissipation, sans que vous ayez besoin de vous concentrer. - + - + # Image miroir @@ -4361,9 +4361,9 @@ Le sort se termine si les trois répliques sont détruites. Une créature n'est pas affectée par ce sort si elle ne voit pas, si elle se sert d'un mode de perception autre que la vue (comme la vision aveugle) ou encore si elle perçoit les illusions comme telles, avec vision parfaite, par exemple. - + - + # Image projetée @@ -4387,9 +4387,9 @@ Vous pouvez entendre et voir par l'intermédiaire des oreilles et des yeux de vo Les interactions physiques révèlent que l'image n'est qu'une illusion, car les objets la traversent. Si une créature utilise son action pour examiner l'image, elle comprend que c'est une illusion, à condition de réussir un test d'[Intelligence (Investigation)] contre le DD du [jet de sauvegarde] de votre sort. Si une créature perce l'illusion à jour, elle voit à travers l'image et les sons produits par l'illusion sonnent creux à ses oreilles. - + - + # Image silencieuse @@ -4411,9 +4411,9 @@ Vous pouvez utiliser votre action pour déplacer l'image vers un autre point à Les interactions physiques révèlent que l'image n'est qu'une illusion, car les objets la traversent. Si une créature utilise son action pour examiner l'image, elle comprend que c'est une illusion à condition de réussir un test d'[Intelligence (Investigation)] contre le DD du [jet de sauvegarde] de votre sort. Si une créature perce l'illusion à jour, elle voit à travers l'image. - + - + # Immobiliser un humanoïde @@ -4433,9 +4433,9 @@ Choisissez un humanoïde situé à portée et dans votre champ de vision. Il doi **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, vous pouvez viser un humanoïde de plus par niveau au-delà du niveau 2. Les humanoïdes visés doivent se trouver à 9 mètres ou moins les uns des autres au moment où vous lancez le sort. - + - + # Immobiliser un monstre @@ -4457,9 +4457,9 @@ Choisissez une créature située à portée et dans votre champ de vision. Elle Les créatures visées doivent se trouver à 9 mètres ou moins les unes des autres au moment où vous lancez le sort. - + - + # Injonction @@ -4491,9 +4491,9 @@ Voici quelques ordres typiques et leurs effets. Vous pouvez donner un ordre diff **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous pouvez affecter une créature de plus par niveau au-delà du niveau 1. Ces créatures doivent toutes se trouver à 9 mètres ou moins les unes des autres lorsque vous lancez le sort. - + - + # Insecte géant @@ -4519,9 +4519,9 @@ Le MJ peut vous autoriser à choisir une cible différente. Par exemple, si vous transformez une abeille, sa version géante peut disposer du même profil technique qu'une guêpe géante. - + - + # Instrument fantomatique @@ -4541,9 +4541,9 @@ Au début de chacun de ses tours, la créature doit réussir un [jet de sauvegar **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 2 ou supérieur, vous pouvez cibler une créature de plus par niveau au-delà du niveau 1. - + - + # Interdiction @@ -4571,9 +4571,9 @@ Vous pouvez décider d'un mot de passe lors de l'incantation du sort. Si une cr La zone d'effet de ce sort ne peut pas se superposer à celle d'un autre sort d'interdiction. Si vous lancez interdiction tous les jours pendant 30 jours au même endroit, le sort persiste jusqu'à dissipation et les composantes matérielles sont consommées lors de la dernière incantation. - + - + # Inversion de la gravité @@ -4595,9 +4595,9 @@ Si un objet solide (comme un plafond) se trouve sur la trajectoire de la chute, Une fois la durée du sort écoulée, les objets et les créatures affectés retombent au sol. - + - + # Invisibilité @@ -4617,9 +4617,9 @@ La créature que vous touchez devient [invisible] jusqu'à la fin du sort. Tout **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, vous pouvez viser une créature de plus par niveau au-delà du niveau 2. - + - + # Invisibilité supérieure @@ -4637,9 +4637,9 @@ La créature que vous touchez devient [invisible] jusqu'à la fin du sort. Tout Vous devenez [invisible] jusqu'à ce que le sort se termine, ou vous pouvez accorder cet effet à une créature consentante que vous touchez. Tout ce que porte la cible devient [invisible] tant que les objets restent sur sa personne. - + - + # Invoquer des animaux @@ -4675,9 +4675,9 @@ C'est le MJ qui dispose du profil technique des créatures. **_À plus haut niveau._** Si vous lancez ce sort en utilisant certains emplacements de niveau supérieur, vous choisissez l'une des options d'invocation décrites précédemment et faites apparaître plus de créatures : deux fois plus pour un emplacement de niveau 5, trois fois plus pour un emplacement de niveau 7 et quatre fois plus pour un emplacement de niveau 9. - + - + # Invoquer des élémentaires mineurs @@ -4711,9 +4711,9 @@ C'est le MJ qui dispose du profil technique des créatures. **_À plus haut niveau._** Si vous lancez ce sort en utilisant certains emplacements de niveau supérieur, vous choisissez l'une des options d'invocation décrites précédemment et faites apparaître plus de créatures : deux fois plus pour un emplacement de niveau 6 et trois fois plus pour un emplacement de niveau 8. - + - + # Invoquer des êtres des bois @@ -4747,9 +4747,9 @@ C'est le MJ qui dispose du profil technique des créatures. **_À plus haut niveau._** Si vous lancez ce sort en utilisant certains emplacements de niveau supérieur, vous choisissez l'une des options d'invocation décrites précédemment et faites apparaître plus de créatures : deux fois plus pour un emplacement de niveau 6, et trois fois plus pour un emplacement de niveau 8. - + - + # Invoquer un céleste @@ -4777,9 +4777,9 @@ C'est le MJ qui dispose du profil technique du céleste. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 9 ou supérieur, vous invoquez un céleste doté d'un indice de dangerosité inférieur ou égal à 5. - + - + # Invoquer un élémentaire @@ -4807,9 +4807,9 @@ C'est le MJ qui dispose du profil technique de l'élémentaire. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, l'indice de dangerosité de l'élémentaire augmente de 1 par niveau au-delà du niveau 5. - + - + # Invoquer une fée @@ -4835,9 +4835,9 @@ C'est le MJ qui dispose du profil technique de la créature féerique. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, l'indice de dangerosité de l'élémentaire augmente de 1 par niveau au-delà du niveau 6. - + - + # Jeter une malédiction @@ -4869,9 +4869,9 @@ Si le MJ est d'accord, vous pouvez choisir un autre effet de malédiction, mais **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, le sort fait effet tant que vous vous concentrez, sans dépasser un maximum de 10 minutes. Si vous utilisez un emplacement de niveau 5 ou supérieur, la durée est de 8 heures, tandis qu'elle passe à 24 heures si vous utilisez un emplacement de sort de niveau 7 ou plus. Si vous utilisez un emplacement de niveau 9, le sort persiste jusqu'à ce qu'il soit dissipé. L'utilisation d'un emplacement de niveau 5 ou plus vous dispense de vous concentrer. - + - + # Jugement dernier @@ -4887,9 +4887,9 @@ Si le MJ est d'accord, vous pouvez choisir un autre effet de malédiction, mais Vous créez une sphère de 9 mètres de rayon centrée sur un point visible de votre choix à portée. Toute créature située dans la sphère doit réussir un [jet de sauvegarde] de [Charisme] ou subir 4d8 points de dégâts radiants. Si la créature est une créature céleste, un fiélon ou un mort-vivant les dégâts sont doublées et la créature est [aveuglée] pour 1 round. En cas de réussite, la cible subit seulement la moitié des dégâts et n'est pas [aveuglée]. - + - + # Labyrinthe @@ -4915,9 +4915,9 @@ Pour cela, elle effectue un test d'[Intelligence] DD 20. Si elle le réussit, el Quand le sort se termine, la cible réapparaît à l'emplacement qu'elle a quitté ou, s'il est occupé, dans l'emplacement libre le plus proche. - + - + # Lame de feu @@ -4941,9 +4941,9 @@ La lame enflammée émet une vive lumière dans un rayon de 3 mètres et une fai **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les dégâts augmentent de 1d6 tous les deux niveaux au-delà du niveau 2. - + - + # Lance du juste @@ -4961,9 +4961,9 @@ La lumière ambiante se concentre dans votre main et prend la forme d'un rayon e De plus, la créature touchée se retrouve [aveuglée]. Elle doit effectuer un [jet de sauvegarde] de [Constitution] à chacun de ses tours suivants jusqu'à réussite pour ne plus être [aveuglée]. - + - + # Langues @@ -4983,9 +4983,9 @@ Ce sort permet à la créature que vous touchez de comprendre toutes les langues De plus, quand elle parle, toute créature qui maîtrise au moins une langue et l'entend comprend ce qu'elle dit. - + - + # Légende @@ -5009,9 +5009,9 @@ Plus vous possédez d'informations sur cette chose, plus celles que vous recevez Les informations obtenues sont exactes, mais susceptibles de se présenter dans un langage figuré. Par exemple, si vous avez une mystérieuse hache en main, le sort peut vous donner les renseignements suivants : « Malheur au malfaisant qui pose la main sur cette hache, car même son manche peut entailler la main des mécréants. Seul un véritable enfant de la pierre, un être qui aime Gorom et en est aimé en retour, pourra éveiller la véritable puissance de cette hache, à condition de prononcer le mot sacré Rudnogg. » - + - + # Léger comme une plume @@ -5029,9 +5029,9 @@ Les informations obtenues sont exactes, mais susceptibles de se présenter dans Choisissez jusqu'à cinq créatures à portée en train de chuter. La vitesse de chute de chacune passe à 18 mètres par round jusqu'à la fin du sort. Si une créature atterrit avant la fin du sort, elle ne subit pas de dégât de chute et se reçoit sur ses pieds, le sort se terminant alors pour elle. - + - + # Lenteur @@ -5057,9 +5057,9 @@ Si la créature affectée tente de lancer un sort doté d'un temps d'incantation Une créature affectée par ce sort fait un nouveau [jet de sauvegarde] de [Sagesse] à la fin de chacun de ses tours. Si elle le réussit, le sort se termine pour elle. - + - + # Lever une malédiction @@ -5077,9 +5077,9 @@ Une créature affectée par ce sort fait un nouveau [jet de sauvegarde] de [Sage À votre contact, toutes les malédictions qui affectent une créature ou un objet disparaissent. Si l'objet est un objet magique maudit, la malédiction persiste, mais le sort rompt l'harmonisation entre l'objet et son détenteur, ce qui permet à ce dernier de l'ôter ou de s'en débarrasser. - + - + # Lévitation @@ -5103,9 +5103,9 @@ En dehors de cela, vous devez dépenser une action pour déplacer la cible qui d Si la cible est encore en l'air quand le sort se termine, elle flotte délicatement jusqu'au sol. - + - + # Liane chasseresse @@ -5125,9 +5125,9 @@ La victime doit réussir un [jet de sauvegarde] de [Force] ou subir 1d6+7 dégâ La liane a le profil suivant : CA 15, points de vie 30, [Force] 20 (+5), résistance au feu et au froid, immunité à la foudre. - + - + # Liberté de mouvement @@ -5147,9 +5147,9 @@ Vous touchez une créature consentante. Pendant toute la durée du sort, ses dé La cible peut également dépenser 1,50 mètre de déplacement pour échapper automatiquement à des liens non magiques, comme des menottes ou la prise d'une créature qui l'empoigne. Enfin, sous l'eau, elle ne subit pas de malus aux déplacements ni aux attaques. - + - + # Lien de protection @@ -5171,9 +5171,9 @@ Tant que la cible se trouve dans un rayon de 18 mètres autour de vous, elle bé Le sort se termine si vous tombez à 0 point de vie ou si votre cible et vous êtes séparés de plus 18 mètres. Il se termine aussi si vous le lancez de nouveau le sort. Vous pouvez également révoquer le sort par une action. - + - + # Lien télépathique @@ -5195,9 +5195,9 @@ Jusqu'à la fin du sort, les cibles peuvent communiquer entre elles par télépa **_À plus haut niveau._** Lorsque vous lancez ce sort en dépensant un emplacement de sort de niveau 6, la durée passe à 12 heures. Au niveau 7, vous pouvez transmettre des images, sons et autres perceptions sensorielles aux créatures ciblées. Enfin, au niveau 8, la portée devient illimitée tant que vous êtes sur le même plan et que vous connaissez les créatures ciblées. - + - + # Localiser des animaux ou des plantes @@ -5215,9 +5215,9 @@ Jusqu'à la fin du sort, les cibles peuvent communiquer entre elles par télépa Décrivez ou nommez un type spécifique de bêtes ou de plantes. Vous vous concentrez sur la voix de la nature qui vous entoure et découvrez dans quelle direction et à quelle distance se trouve le spécimen le plus proche, s'il y en a, dans un rayon de 7,5 kilomètres. - + - + # Localiser un objet @@ -5241,9 +5241,9 @@ Le sort permet de localiser un objet spécifique de votre connaissance à condit Le sort ne parvient pas à localiser l'objet si une couche de plomb, aussi mince soit-elle, bloque une trajectoire directe entre vous et l'objet. - + - + # Localiser une créature @@ -5267,9 +5267,9 @@ Le sort permet de localiser une créature spécifique de votre connaissance ou l Le sort ne parvient pas à localiser la créature si le chemin qui vous relie directement est coupé par une étendue d'eau courante d'au moins 3 mètres de large. - + - + # Lueur d'espoir @@ -5289,9 +5289,9 @@ Ce sort offre espoir et robustesse. Choisissez autant de créatures consentantes Pendant toute la durée du sort, elles bénéficient d'un avantage lors des [jets de sauvegarde] de [Sagesse] et des [jets de sauvegarde] contre la mort. De plus, elles récupèrent le maximum de points de vie possible dès qu'elles reçoivent des soins. - + - + # Lueurs féeriques @@ -5311,9 +5311,9 @@ Tous les objets contenus dans un cube de 6 mètres d'arête situé à portée so Un assaillant a l'avantage lors du jet d'attaque contre une cible affectée s'il peut la voir. Les créatures et les objets affectés ne peuvent pas bénéficier de l'état [invisible]. - + - + # Lumière @@ -5337,9 +5337,9 @@ Il suffit de recouvrir complètement l'objet avec quelque chose d'opaque pour bl Si vous visez un objet porté ou transporté par une créature hostile, cette dernière doit réussir un [jet de sauvegarde] de [Dextérité] pour éviter les effets du sort. - + - + # Lumière du jour @@ -5361,9 +5361,9 @@ Si le point que vous avez choisi est un objet en votre possession ou un objet qu Si une partie de la zone affectée par ce sort chevauche une zone de ténèbres issue d'un sort de niveau 3 ou moins, elle dissipe le sort en question. - + - + # Lumières dansantes @@ -5389,9 +5389,9 @@ Quelle que soit l'option choisie, chaque source lumineuse offre une lumière fai Elle s'éteint si elle passe hors de portée. - + - + # Main du mage @@ -5413,9 +5413,9 @@ Vous pouvez utiliser votre action pour contrôler la main et vous en servir pour La main ne peut pas attaquer, activer un objet magique, ni transporter plus de 5 kilogrammes. - + - + # Main magique @@ -5451,9 +5451,9 @@ Faites une attaque de sort de contact pour la main en utilisant vos propres bonu **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, les dégâts de l'option poing serré augmentent de 2d8 et ceux de la main agrippeuse de 2d6 par niveau au-delà du niveau 5. - + - + # Mains brûlantes @@ -5477,9 +5477,9 @@ Le feu embrase tous les objets inflammables de la zone, à moins que quelqu'un n **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 1. - + - + # Manoir somptueux @@ -5509,9 +5509,9 @@ Ils peuvent se rendre partout dans la demeure, mais sont incapables de la quitte Quand le sort se termine, toutes les créatures qui se trouvent dans l'espace extradimensionnel sont expulsées dans les emplacements libres les plus proches de l'entrée. - + - + # Manteau de givre @@ -5529,9 +5529,9 @@ Vous vous recouvrez d'une enveloppe de givre. Vous bénéficiez d'une résistanc **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, le sort fait effet sur une attaque supplémentaire par niveau au-dessus du premier. - + - + # Marche sur l'eau @@ -5551,9 +5551,9 @@ Ce sort permet de se déplacer sur n'importe quelle surface liquide (comme de l' Si vous prenez pour cible une créature immergée dans un liquide, le sort la ramène à la surface du liquide à une vitesse de 18 mètres par round. - + - + # Marche sur le vent @@ -5573,9 +5573,9 @@ Vous et un maximum de dix créatures consentantes, situées à portée et dans v Si une créature est sous forme de nuage et en plein vol quand le sort se termine, elle descend de 18 mètres par round pendant 1 minute, jusqu'à ce qu'elle atterrisse, en parfaite sécurité. Si elle n'arrive pas à atterrir avant la fin de cette minute, elle tombe sur la distance qui lui reste à parcourir. - + - + # Marque du chasseur @@ -5595,9 +5595,9 @@ Vous choisissez une créature située dans votre champ de vision et à portée e **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou 4, vous pouvez vous concentrer sur le sort pendant 8 heures. Si vous utilisez un emplacement de niveau 5 ou supérieur, vous pouvez maintenir votre concentration sur le sort jusqu'à 24 heures. - + - + # Mauvais oeil @@ -5621,9 +5621,9 @@ Pendant la durée du sort, vos yeux deviennent deux trous noirs regorgeant d'un **_Paniqué._** Vous terrorisez la cible. À chacun de ses tours, la cible [terrorisée] doit utiliser l'action se précipiter et s'éloigner de vous via l'itinéraire le plus rapide et le plus sûr, à moins qu'elle n'ait nulle part où aller. Cet effet se termine si la cible gagne un emplacement situé à au moins 18 mètres de vous et d'où elle ne vous voit plus. - + - + # Message @@ -5643,9 +5643,9 @@ Vous pointez du doigt une créature à portée et murmurez un message. La cible Vous pouvez lancer ce sort au travers d'un objet solide si vous connaissez bien la cible et savez qu'elle se trouve de l'autre côté de cet obstacle. Le sort est bloqué par un silence magique, 30 centimètres de pierre, 2,5 centimètres de métal ordinaire, une mince couche de plomb ou 90 centimètres de bois. Le sort n'a pas besoin de voyager en ligne directe, il peut contourner les angles et franchir les ouvertures. - + - + # Messager animal @@ -5671,9 +5671,9 @@ Quand elle arrive sur place, elle transmet votre message à la créature que vou **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, la durée du sort augmente de 48 heures par niveau au-delà du niveau 2. - + - + # Métamorphose @@ -5699,9 +5699,9 @@ La nouvelle forme de la créature limite les actions qu'elle peut entreprendre e L'équipement de la cible fusionne avec sa nouvelle forme, mais elle ne peut pas activer, utiliser ni manier la moindre pièce d'équipement et ne peut pas non plus bénéficier de ses effets. - + - + # Métamorphose suprême @@ -5745,9 +5745,9 @@ Si le sort devient permanent, vous ne contrôlez plus la créature, mais elle pe **_Créature en objet._** Si vous transformez une créature en objet, tous les objets qu'elle porte et transporte se métamorphosent avec elle. Le profil technique de l'objet remplace celui de la créature qui, une fois revenue à sa forme d'origine à la fin du sort, n'a aucun souvenir de la période pendant laquelle elle a été métamorphosée. - + - + # Mirage @@ -5769,9 +5769,9 @@ L'illusion comprend des composantes auditives, visuelles, tactiles et olfactives Les créatures dotées de vision parfaite distinguent le véritable terrain derrière l'illusion, mais les autres composantes restent en place ; elles savent donc qu'elles ont affaire à une illusion, mais peuvent toujours interagir physiquement avec celle-ci. - + - + # Modification de mémoire @@ -5799,9 +5799,9 @@ Un sort _[lever une malédiction]_ ou _[restauration supérieure]_ permet à la **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, vous pouvez modifier les souvenirs d'un événement remontant à 7 jours (niveau 6), 30 jours (niveau 7), 1 an (niveau 8) ou issus de n'importe quelle période du passé de la cible (niveau 9). - + - + # Modifier son apparence @@ -5825,9 +5825,9 @@ Vous revêtez une forme différente. Quand vous lancez ce sort, choisissez l'une **_Changer d'apparence._** Vous modifiez votre apparence et choisissez votre taille, votre poids, vos traits, le son de votre voix, la longueur de vos cheveux, votre pigmentation, et toute caractéristique distinctive désirée. Vous pouvez vous faire passer pour un membre d'une autre race, mais vos caractéristiques ne changent pas. Vous ne pouvez pas vous faire passer pour une créature d'une catégorie de taille différente de la vôtre, et votre silhouette générale doit rester la même (par exemple, si vous êtes un bipède, vous ne pouvez pas utiliser ce sort pour prendre l'apparence d'un quadrupède). À tout moment lors de la durée du sort, vous pouvez dépenser une action pour modifier de nouveau votre apparence de cette manière. - + - + # Monture fantôme @@ -5849,9 +5849,9 @@ Une créature équine de taille G quasi réelle apparaît dans un emplacement au Pendant toute la durée du sort, vous et une créature de votre choix pouvez chevaucher la monture. Cette dernière possède le même profil technique qu'un cheval de selle, excepté sa vitesse, de 30 mètres. En 1 heure, elle peut parcourir 15 kilomètres, ou 20 kilomètres au galop. Quand le sort se termine, la monture s'estompe progressivement, ce qui laisse 1 minute au cavalier pour mettre pied à terre. Le sort se termine si vous utilisez une action pour le révoquer ou si la monture subit le moindre dégât. - + - + # Moquerie cruelle @@ -5871,9 +5871,9 @@ Vous lancez une bordée d'insultes empreintes d'un subtil enchantement à une cr Les dégâts du sort augmentent de 1d4 quand vous atteignez le niveau 5 (2d4), le niveau 11 (3d4) et le niveau 17 (4d4). - + - + # Mot de guérison @@ -5893,9 +5893,9 @@ Une créature de votre choix située à portée et dans votre champ de vision r **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les soins augmentent de 1d4 par niveau au-delà du niveau 1. - + - + # Mot de guérison de groupe @@ -5915,9 +5915,9 @@ Vous prononcez des paroles curatives qui rendent un nombre de points de vie éga **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, les soins augmentent de 1d4 par niveau au-delà du niveau 3. - + - + # Mot de pouvoir étourdissant @@ -5937,9 +5937,9 @@ Vous prononcez un mot de pouvoir capable de submerger l'esprit d'une créature s Une cible [étourdie] a droit à un [jet de sauvegarde] de [Constitution] à la fin de chacun de ses tours. L'effet d'étourdissement se termine dès qu'elle en réussit un. - + - + # Mot de pouvoir mortel @@ -5957,9 +5957,9 @@ Une cible [étourdie] a droit à un [jet de sauvegarde] de [Constitution] à la Vous prononcez un mot de pouvoir capable d'obliger une créature située à portée et dans votre champ de vision à mourir instantanément. Si la créature choisie a 100 points de vie ou moins, elle meurt, sinon le sort n'a aucun effet. - + - + # Mot de retour @@ -5979,9 +5979,9 @@ Vous et un maximum de cinq créatures consentantes situées dans un rayon de 1,5 Pour désigner un sanctuaire, vous devez lancer ce sort en un lieu dédié à votre divinité, comme un temple, ou entretenant des liens étroits avec elle. Si vous tentez de lancer ainsi le sort dans une zone qui n'est pas dédiée à votre divinité, il n'a aucun effet. - + - + # Motif hypnotique @@ -6003,9 +6003,9 @@ Le motif apparaît pendant un bref instant avant de s'évanouir. Chaque créatur Le sort se termine pour une créature donnée si elle subit le moindre dégât ou si quelqu'un d'autre utilise son action pour la secouer et la sortir de sa torpeur. - + - + # Mur d'épines @@ -6031,9 +6031,9 @@ Une créature peut traverser le mur, mais lentement et dans la douleur. Elle doi **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, les deux types de dégâts augmentent chacun de 1d8 par niveau au-delà du niveau 6. - + - + # Mur de feu @@ -6059,9 +6059,9 @@ L'autre face du mur n'inflige pas de dégâts. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 4. - + - + # Mur de force @@ -6081,9 +6081,9 @@ Un mur de force [invisible] se matérialise soudain en un point de votre choix s Aucun élément ne peut franchir physiquement le mur, qui est immunisé contre tous les dégâts et résiste à toute _[dissipation de la magie]_. En revanche, on peut le détruire instantanément avec une _[désintégration]_. Le mur s'étend également sur le plan éthéré, ce qui empêche de le franchir sous forme éthérée. - + - + # Mur de glace @@ -6107,9 +6107,9 @@ Si elle échoue, elle subit 5d6 dégâts de froid, la moitié seulement si elle **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, les dégâts que le mur inflige en apparaissant augmentent de 2d6 et les dégâts provoqués par un passage dans la zone d'air glacé augmentent de 1d6 par niveau au-delà du niveau 6. - + - + # Mur de pierre @@ -6137,9 +6137,9 @@ Le mur est un objet de pierre que l'on peut endommager et on peut donc y ouvrir Si vous restez concentré sur le sort pendant toute sa durée, le mur devient une structure permanente et ne peut plus être dissipé, sinon il disparaît à la fin du sort. - + - + # Mur de vent @@ -6161,9 +6161,9 @@ Quand le mur apparaît, chaque créature située dans sa zone doit effectuer un Le vent fort maintient la brume, la fumée et les autres gaz à l'écart. Les créatures et objets volants de taille P ou inférieure ne peuvent pas traverser le mur. Les matériaux libres et légers s'envolent si on les apporte dans le mur. Les flèches, les carreaux et autres projectiles ordinaires visant une cible située derrière le mur sont systématiquement détournés vers le haut et ratent automatiquement leur cible. (Ce phénomène n'affecte pas les rochers que lancent les géants ou les engins de siège, ni les projectiles similaires.) Les créatures sous forme gazeuse ne peuvent pas franchir le mur. - + - + # Mur prismatique @@ -6207,9 +6207,9 @@ Tant que cette couche est en place, il est impossible de lancer un sort à trave **_7. Violet._** La cible est [aveuglée] si elle rate son [jet de sauvegarde]. Elle doit alors faire un [jet de sauvegarde] de [Sagesse] au début de votre prochain tour. Si elle le réussit, elle recouvre la vue, si elle le rate, elle est emportée sur un autre plan d'existence choisi par le MJ et recouvre aussi la vue. (En général, une créature qui ne se trouve pas sur son propre plan d'existence est bannie là-bas, tandis que les autres créatures sont envoyées sur le plan astral ou éthéré.) On peut détruire cette couche avec une _[dissipation de la magie]_ ou un sort similaire de niveau identique ou supérieur, capable de mettre un terme à un sort ou à un effet magique. - + - + # Nappe de brouillard @@ -6229,9 +6229,9 @@ Vous créez une sphère de brouillard de 6 mètres de rayon centrée sur un poin **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, le rayon de la sphère augmente de 6 mètres par niveau au-delà du niveau 1. - + - + # Nimbe de bienfaisance @@ -6249,9 +6249,9 @@ Un nimbe blanc et scintillant d'énergie sacrée vous entoure pour la durée du **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sorts de niveau 5 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 4. - + - + # Non-détection @@ -6271,9 +6271,9 @@ Pour toute la durée du sort, vous dissimulez la cible que vous touchez aux yeux Vous pouvez prendre pour cible une créature consentante, un endroit ou un objet ne mesurant pas plus de 3 mètres dans chaque dimension. La magie de divination ne peut plus viser votre cible et les organes de scrutation magiques ne la perçoivent plus. - + - + # Nuage incendiaire @@ -6297,9 +6297,9 @@ Celles qui échouent subissent 10d8 dégâts de feu, les autres la moitié seule Le nuage s'éloigne de vous sur 3 mètres dans la direction de votre choix au début de chacun de vos tours. - + - + # Nuage mortel @@ -6325,9 +6325,9 @@ Le brouillard s'éloigne de vous sur une distance de 3 mètres au début de chac **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du niveau 5. - + - + # Nuage puant @@ -6349,9 +6349,9 @@ Chaque créature entièrement englobée dans le nuage au début de son tour doit Un vent modéré (au moins 15 km/h) disperse le nuage après 4 rounds. Un vent fort (au moins 30 km/h) le disperse au bout de seulement 1 round. - + - + # Nuée de météores @@ -6373,9 +6373,9 @@ Les sphères s'étendent en contournant les angles. Une créature qui rate son [ Le sort abîme et embrase les objets inflammables de la zone s'ils ne sont pas portés ou transportés. - + - + # Nuée de projectiles @@ -6391,9 +6391,9 @@ Le sort abîme et embrase les objets inflammables de la zone s'ils ne sont pas p Vous utilisez votre action pour lancer une arme ou tirer un projectile et une action bonus pour lancer le sort. Le projectile se dédouble de nombreuses fois et affecte toutes les créatures dans une zone de 6 mètres de rayon autour de votre cible initiale, dans la limite de la portée habituelle de l'arme utilisée. Faites un seul jet d'attaque à distance, chaque créature dans la zone subit automatiquement les dégâts habituels de l'arme. Celles dont votre attaque permet d'atteindre ou de dépasser la CA subissent le double des dégâts. Vous ajoutez normalement votre modificateur de [Dextérité] aux dégâts et de magie si votre arc ou vos flèches sont magiques. Dans tous les cas, les dégât sont magiques (du type approprié aux projectiles). - + - + # Oeil magique @@ -6413,9 +6413,9 @@ Vous créez un oeil magique [invisible] à portée, qui flotte dans les airs pen Par une action, vous pouvez déplacer l'oeil d'un maximum de 9 mètres dans la direction de votre choix. Il peut s'éloigner de vous sur une distance illimitée, mais il ne peut pas entrer dans un autre plan d'existence. Une barrière solide l'empêche de passer, mais il peut se glisser à travers une ouverture d'au minimum 2,5 centimètres de diamètre. - + - + # Offrande inéluctable @@ -6433,9 +6433,9 @@ Une créature vivante à portée et dans votre champ de vision doit réussir un Pour toute la durée du sort, la cible fait en sorte de protéger l'objet qu'elle doit vous donner et ne peut donc pas s'en servir pour attaquer ni pour se défendre et subit par ailleurs d'un désavantage sur ses jets d'attaques Le sort prend fin si vous ou vos alliés blessez la cible ou lui lancez un sort néfaste, ou si vous vous trouvez au-delà de la portée du sort. - + - + # Ombres imaginaires @@ -6453,9 +6453,9 @@ Vous désignez une cible à portée et dans votre champ de vision. Vous créez d **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 5 ou supérieur, le sort persiste jusqu'à la fin de sa durée normale sans nécessiter de concentration. - + - + # Panacée @@ -6471,9 +6471,9 @@ Vous désignez une cible à portée et dans votre champ de vision. Vous créez d Vous libérez une vague d'énergie purificatrice qui met instantanément fin aux maladies, poisons et états spéciaux suivants qui affectent vos alliés situés dans la zone : [assourdi], [aveuglé], [charmé], [empoisonné], [étourdi], [neutralisé], [pétrifié] et [terrorisé]. Elle annule également les effets de sommeil et les effets du sort esprit faible. - + - + # Parole divine @@ -6503,9 +6503,9 @@ Choisissez autant de créatures situées à portée et dans votre champ de visio Quels que soient ses points de vie, si un céleste, un élémentaire, une fée ou un fiélon rate son [jet de sauvegarde], il est immédiatement renvoyé sur son plan natal (s'il ne s'y trouve pas déjà). Il ne peut pas revenir sur votre propre plan pendant les 24 heures qui suivent, à moins d'user d'un _[souhait]_. - + - + # Pas brumeux @@ -6523,9 +6523,9 @@ Quels que soient ses points de vie, si un céleste, un élémentaire, une fée o Vous êtes brièvement entouré d'une brume argentée et vous vous téléportez sur un maximum de 9 mètres jusqu'à un emplacement inoccupé situé dans votre champ de vision. - + - + # Passage dimensionnel @@ -6551,9 +6551,9 @@ Les ouvertures ne laissent pas passer les matières liquides ou gazeuses sauf si **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 7 ou supérieur, le diamètre de l'ouverture augmente de 1,50 mètre par niveau au-delà du niveau 6. - + - + # Passage par les arbres @@ -6573,9 +6573,9 @@ Vous êtes soudain capable d'entrer dans un arbre et de passer de son sein à ce Vous pouvez utiliser cette capacité de transport une fois par round pendant toute la durée du sort. Vous devez terminer chaque tour en dehors d'un arbre. - + - + # Passage sans trace @@ -6597,9 +6597,9 @@ Pendant toute la durée du sort, chaque créature que vous choisissez et qui se Une créature qui profite de ce bonus ne laisse derrière elle aucune trace ni aucun autre indice de son passage. - + - + # Passe-muraille @@ -6619,9 +6619,9 @@ Un passage apparaît en un point de votre choix situé à portée et dans votre Quand l'ouverture disparaît, les créatures et les objets qui s'y trouvaient encore sont expulsés en toute sécurité dans l'emplacement inoccupé le plus proche de la surface sur laquelle vous avez lancé le sort. - + - + # Pattes d'araignée @@ -6639,9 +6639,9 @@ Quand l'ouverture disparaît, les créatures et les objets qui s'y trouvaient en Jusqu'à la fin du sort, une créature consentante que vous touchez devient capable de se déplacer sur les surfaces verticales, et même au plafond la tête en bas, tout en gardant les mains libres. La cible bénéficie aussi d'une vitesse d'escalade égale à sa vitesse de marche. - + - + # Peau d'écorce @@ -6659,9 +6659,9 @@ Jusqu'à la fin du sort, une créature consentante que vous touchez devient capa Vous touchez une créature consentante. Pendant toute la durée du sort, sa peau prend la consistance et l'apparence de l'écorce, et sa CA ne peut pas descendre au-dessous de 16, quelle que soit l'armure qu'elle porte. - + - + # Peau de pierre @@ -6679,9 +6679,9 @@ Vous touchez une créature consentante. Pendant toute la durée du sort, sa peau Ce sort modifie la chair d'une créature consentante pour la rendre aussi dure que de la pierre. Jusqu'à la fin du sort, la cible est résistante aux dégâts non magiques contondants, perforants et tranchants. - + - + # Petite hutte @@ -6703,9 +6703,9 @@ Le dôme peut abriter un maximum de neuf créatures de taille M ou inférieure, Tant que le sort n'est pas terminé, vous pouvez faire en sorte que l'intérieur du dôme soit faiblement éclairé ou plongé dans le noir. Vu de l'extérieur, le dôme est opaque, de la couleur que vous désirez, mais vu de l'intérieur, il est transparent. - + - + # Pétrification @@ -6729,9 +6729,9 @@ Si quelqu'un brise le corps physique de la cible alors qu'elle est [pétrifiée] Si vous maintenez votre concentration sur ce sort jusqu'à la fin de la durée maximale, la cible est définitivement changée en pierre jusqu'à ce que quelqu'un dissipe l'effet. - + - + # Peur @@ -6751,9 +6751,9 @@ Vous projetez une image fantasmagorique des pires terreurs d'une créature. Chaq Tant qu'une créature est [terrorisée] par ce sort, elle est obligée d'utiliser l'action se précipiter à chacun de ses tours et de s'éloigner de vous par l'itinéraire le plus sûr, à moins qu'elle n'ait nulle part où aller. Si elle termine son tour en un endroit où vous ne figurez plus dans son champ de vision, elle peut faire un [jet de sauvegarde] de [Sagesse]. Si elle le réussit, le sort se termine pour elle. - + - + # Pluie de projectiles @@ -6771,9 +6771,9 @@ Vous utilisez votre action pour lancer une arme ou tirer un projectile et une ac Le projectile se dédouble de nombreuses fois et affecte toutes les créatures dans une zone de 3 mètres de rayon autour de votre cible initiale, dans la limite de la portée habituelle de l'arme utilisée. Faites un seul test d'attaque à distance, chaque créature dans la zone subit les dégâts habituels de votre attaque, la moitié seulement si le résultat du test d'attaque n'a pas atteint la CA de la créature. Vous ajoutez normalement votre modificateur de [Dextérité] aux dégâts et de magie si votre arc ou vos flèches sont magiques. Dans tous les cas, les dégâts sont magiques (du type approprié aux projectiles). - + - + # Poigne électrique @@ -6793,9 +6793,9 @@ La foudre jaillit de votre main et bondit sur la créature que vous tentez de to Les dégâts du sort augmentent de 1d8 quand vous atteignez le niveau 5 (2d8), 11 (3d8) et 17 (4d8). - + - + # Poison naturel @@ -6813,9 +6813,9 @@ Une arme de votre choix exsude une substance poisseuse et venimeuse. À la premi **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 1. - + - + # Portail @@ -6839,9 +6839,9 @@ Les divinités et autres dirigeants planaires peuvent empêcher un portail né d Quand vous lancez ce sort, vous pouvez prononcer le nom d'une créature spécifique (sachant que les pseudonymes, les titres et les surnoms ne fonctionnent pas). Si cette créature se trouve sur un autre plan que celui sur lequel vous vous trouvez, le portail s'ouvre dans ses environs immédiats et attire la créature en son sein. Elle réapparaît de votre côté du portail, dans l'espace inoccupé le plus proche. Cela ne vous donne aucun contrôle sur la créature, qui agit librement, comme le MJ le désire. Elle peut s'en aller, vous attaquer ou vous aider. - + - + # Porte dimensionnelle @@ -6865,9 +6865,9 @@ Vous pouvez amener des objets avec vous, tant que leur poids ne dépasse pas la Si vous deviez arriver dans un emplacement déjà occupé par un objet ou une créature, vous et la créature qui voyage avec vous subissez chacun 4d6 dégâts de force tandis que le sort s'avère incapable de vous téléporter. - + - + # Porte-bonheur @@ -6883,9 +6883,9 @@ Si vous deviez arriver dans un emplacement déjà occupé par un objet ou une cr Vous agrippez votre objet porte-bonheur (gri-gri, talisman, amulette, etc.) et, jusqu'à la fin de votre prochain tour, vous bénéficiez d'une résistance aux dégâts élémentaires (acide, feu, froid, foudre). - + - + # Possession @@ -6927,9 +6927,9 @@ Si le réceptacle est détruit ou que le sort se termine, votre âme regagne imm Le réceptacle est détruit quand le sort se termine. - + - + # Prémonition @@ -6949,9 +6949,9 @@ Vous touchez une créature consentante et lui conférez une aptitude limitée à Le sort se termine immédiatement si vous le lancez de nouveau avant la fin de sa durée. - + - + # Prestidigitation @@ -6983,9 +6983,9 @@ Ce sort est un tour de magie basique que les novices utilisent pour s'entraîner Si vous lancez le sort à plusieurs reprises, vous ne pouvez pas avoir plus de trois effets non instantanés actifs à la fois. Vous pouvez révoquer un tel effet par une action. - + - + # Prière de soins @@ -7005,9 +7005,9 @@ Un maximum de six créatures de votre choix, situées à portée et dans votre c **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les soins augmentent de 1d8 par niveau au-delà du niveau 2. - + - + # Produire une flamme @@ -7031,9 +7031,9 @@ Vous pouvez attaquer avec la flamme, mais cela met fin au sort. Pour cela, quand Les dégâts de ce sort augmentent de 1d8 quand vous atteignez le niveau 5 (2d8), le niveau 11 (3d8) et le niveau 17 (4d8). - + - + # Projectile magique @@ -7053,9 +7053,9 @@ Vous créez trois fléchettes faites d'énergie magique brillante. Chacune touch **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, le sort crée une fléchette de plus par niveau au-delà du niveau 1. - + - + # Projectile toxique @@ -7075,9 +7075,9 @@ Vous utilisez votre action pour lancer une arme ou tirer un projectile et une ac **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 4 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 3. - + - + # Projection astrale @@ -7105,9 +7105,9 @@ Le sort peut se terminer plus tôt pour vous ou pour l'un de vos camarades. Si q Si vous êtes prématurément renvoyé dans votre corps physique, vos compagnons restent sous forme astrale et doivent se débrouiller seuls pour regagner leur corps physique, en général en se laissant tomber à 0 point de vie. - + - + # Protection contre la mort @@ -7127,9 +7127,9 @@ Vous touchez une créature et lui donnez une protection relative contre la mort. Si le sort est encore actif quand la cible est soumise à un effet qui devrait la tuer sur-le-champ sans lui infliger de dégâts, l'effet est annulé contre cette cible et le sort se termine. - + - + # Protection contre le mal et le bien @@ -7151,9 +7151,9 @@ Cette protection se traduit par plusieurs bénéfices. Les créatures des types précédemment nommés subissent un désavantage lors des jets d'attaque contre la cible, et cette dernière ne peut être [charmée], [terrorisée] ou possédée par elles. Si la cible est déjà sous l'effet d'un tel état spécial émanant d'une telle créature, elle obtient un avantage lors d'un éventuel nouveau [jet de sauvegarde] contre l'effet en question. - + - + # Protection contre le poison @@ -7173,9 +7173,9 @@ Vous touchez une créature. Si elle est [empoisonnée], vous neutralisez ce pois Pendant toute la durée du sort, la cible bénéficie d'un avantage lors des [jets de sauvegarde] contre le poison et se montre résistante aux dégâts de poison. - + - + # Protection contre les énergies @@ -7193,9 +7193,9 @@ Pendant toute la durée du sort, la cible bénéficie d'un avantage lors des [je Pendant toute la durée du sort, la créature consentante que vous touchez devient résistante à un type de dégâts de votre choix : acide, feu, froid, foudre ou tonnerre. - + - + # Protections et sceaux @@ -7241,9 +7241,9 @@ Toute la zone protégée émet une aura magique. Si quelqu'un lance avec succès Vous pouvez protéger une structure en permanence si vous lancez ce sort tous les jours pendant un an. - + - + # Purification de la nourriture et de l'eau @@ -7261,9 +7261,9 @@ Vous pouvez protéger une structure en permanence si vous lancez ce sort tous le Toute la nourriture et les boissons non magiques présentes dans une sphère d'un rayon de 1,50 mètre centrée autour d'un point de votre choix situé à portée sont purifiées et débarrassées de tout poison et maladie. - + - + # Putréfaction @@ -7285,9 +7285,9 @@ Si la cible décède pendant qu'elle est sous l'effet du sort, son corps éclate **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de niveau 3, les victimes subissent 2d4 dégâts. Les dégâts passent à 3d4 au niveau 5, 4d4 au niveau 6 et 5d4 au niveau 9. - + - + # Rappel à la vie @@ -7311,9 +7311,9 @@ Ce sort referme les plaies mortelles, mais ne restaure pas les parties manquante Le retour d'entre les morts est une rude épreuve qui se traduit par un malus de -4 aux jets d'attaque et de sauvegarde ainsi qu'aux tests de caractéristique. À chaque fois que la cible termine un repos long, ce malus se réduit de 1 jusqu'à disparaître. - + - + # Rayon affaiblissant @@ -7333,9 +7333,9 @@ Un rayon noir fait d'énergie débilitante jaillit de votre doigt en direction d La cible a droit à un [jet de sauvegarde] de [Constitution] contre le sort à la fin de chacun de ses tours. Le sort se termine si elle réussit. - + - + # Rayon ardent @@ -7355,9 +7355,9 @@ Vous créez trois rayons de feu et les projetez sur des cibles à portée. Vous **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, vous créez un rayon de plus par niveau au-delà du niveau 2. - + - + # Rayon de givre @@ -7377,9 +7377,9 @@ Un rayon de lumière d'un blanc bleuté file vers une créature à portée. Fait Les dégâts du sort augmentent de 1d8 quand vous atteignez le niveau 5 (2d8),11 (3d8) et 17 (4d8). - + - + # Rayon de lune @@ -7405,9 +7405,9 @@ Une fois que vous avez lancé ce sort, à chacun de vos tours, vous pouvez utili **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts augmentent de 1d10 par niveau au-delà du niveau 2. - + - + # Rayon de soleil @@ -7431,9 +7431,9 @@ Vous pouvez créer une nouvelle ligne de lumière en dépensant votre action à Pendant toute la durée du sort, une boule de lumière brille dans votre main. Elle émet une lumière vive dans un rayon de 9 mètres et une lumière faible dans un rayon de 9 mètres supplémentaires. Cette lumière est de la même nature que la lumière du soleil. - + - + # Régénération @@ -7455,9 +7455,9 @@ Si la cible a des membres sectionnés (des doigts, des jambes, une queue, etc.), Si vous disposez de la partie amputée et la maintenez contre le moignon, le sort ressoude instantanément le membre au moignon. - + - + # Réincarnation @@ -7501,9 +7501,9 @@ La magie façonne un nouveau corps pour accueillir l'âme, ce qui risque de modi La créature réincarnée se souvient de son ancienne vie et de ses expériences passées. Elle conserve les capacités dont elle disposait sous sa forme d'origine, mais échange sa race précédente contre la nouvelle et modifie ses traits raciaux en conséquence. - + - + # Réparation @@ -7525,9 +7525,9 @@ Pour cela, vous devez toucher l'objet et la cassure ou la déchirure ne doit pas Le sort permet de réparer un objet magique ou une créature artificielle, mais pas de restaurer sa magie. - + - + # Repli expéditif @@ -7545,9 +7545,9 @@ Le sort permet de réparer un objet magique ou une créature artificielle, mais Ce sort vous permet de vous déplacer à une vitesse incroyable. Vous pouvez utiliser l'action se précipiter quand vous le lancez, puis par une action bonus à chacun de vos tours jusqu'à ce que le sort se termine. - + - + # Représailles infernales @@ -7567,9 +7567,9 @@ Durée d'incantation : 1 réaction en réponse aux dégâts que vous inflige une **_À plus haut niveau._**Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les dégâts augmentent de 1d10 par emplacement de sort au-dessus du 1er. - + - + # Répulsion/attirance @@ -7601,9 +7601,9 @@ Tant que la cible l'effraie, la créature doit impérativement utiliser son dép Une créature qui réussit son [jet de sauvegarde] contre l'effet est immunisée contre lui pendant 1 minute, après quoi, il peut de nouveau l'affecter. - + - + # Résistance @@ -7623,9 +7623,9 @@ Vous touchez une créature consentante. Une fois avant la fin du sort, elle peut Le sort se termine alors. - + - + # Respiration aquatique @@ -7643,9 +7643,9 @@ Le sort se termine alors. Grâce à ce sort, un maximum de dix créatures situées à portée et dans votre champ de vision deviennent capables de respirer sous l'eau jusqu'à la fin du sort. Les créatures affectées conservent en plus leur mode de respiration normal. - + - + # Restauration inférieure @@ -7663,9 +7663,9 @@ Grâce à ce sort, un maximum de dix créatures situées à portée et dans votr Vous touchez une créature et mettez fin à une maladie ou à un état spécial qui l'affectait, parmi [aveuglé], [assourdi], [paralysé] ou [empoisonné]. - + - + # Restauration supérieure @@ -7691,9 +7691,9 @@ Vous imprégnez la créature que vous touchez d'énergie positive, afin de la d * Un effet réduisant le maximum de points de vie de la cible. - + - + # Résurrection @@ -7721,9 +7721,9 @@ Si ce sort est destiné à une créature décédée depuis un an ou plus, son in Après cela, vous ne pouvez plus lancer de sort et vous souffrez d'un désavantage lors des jets d'attaque et de sauvegarde et des tests de caractéristique jusqu'à ce que vous ayez terminé un repos long. - + - + # Résurrection suprême @@ -7745,9 +7745,9 @@ Si son âme est libre et consentante, elle revient à la vie avec tous ses point Le sort referme toutes les plaies, neutralise tous les poisons, guérit toutes les maladies et lève toutes les malédictions qui affectaient éventuellement la cible à sa mort. Il remplace les organes et les membres abîmés ou manquants. Il peut même fournir un nouveau corps à la cible si l'original n'existe plus, mais dans ce cas, vous devez prononcer le nom de la créature à ressusciter. Elle apparaît alors dans un emplacement inoccupé de votre choix dans un rayon de 3 mètres autour de vous. - + - + # Rêve @@ -7771,9 +7771,9 @@ Vous pouvez affubler le messager d'une apparence que la cible trouvera monstrueu Si vous êtes en possession d'un élément corporel de la cible, comme une mèche de cheveux, des rognures d'ongles ou autre, elle subit un désavantage lors de son [jet de sauvegarde]. - + - + # Revigorer @@ -7791,9 +7791,9 @@ Si vous êtes en possession d'un élément corporel de la cible, comme une mèch Vous touchez une créature morte au cours de la minute précédente. Elle revient à la vie avec 1 point de vie. Ce sort ne ramène pas à la vie les créatures mortes de vieillesse et ne restaure pas les parties manquantes du corps. - + - + # Sanctification @@ -7839,9 +7839,9 @@ Les ténèbres magiques issues d'un sort de niveau inférieur à celui de l'empl **_Terreur._** Les créatures affectées sont [terrorisées] tant qu'elles se trouvent dans la zone. - + - + # Sanctuaire @@ -7863,9 +7863,9 @@ Jusqu'à la fin du sort, toute créature qui vise la cible avec une attaque ou u Ce sort se termine si la créature protégée attaque ou lance un sort affectant une créature ennemie. - + - + # Sanctuaire privé @@ -7901,9 +7901,9 @@ Si on lance ce sort tous les jours au même endroit pendant un an, ses effets de **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, vous pouvez augmenter la taille du cube de 30 mètres par niveau au-delà du niveau 4. Ainsi, avec un emplacement de niveau 5, vous pouvez protéger une zone de 60 mètres de côté. - + - + # Sang du démon @@ -7921,9 +7921,9 @@ Vous contaminez le sang d'une créature vivante que vous touchez. Vous effectuez **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de sort de niveau 2 ou supérieur, les dégâts augmentent de 1d6 pour chaque niveau au-delà du niveau 1. - + - + # Saut @@ -7941,9 +7941,9 @@ Vous contaminez le sang d'une créature vivante que vous touchez. Vous effectuez Vous touchez une créature et triplez sa distance de saut jusqu'à ce que le sort se termine. - + - + # Scrutation @@ -7979,9 +7979,9 @@ Si elle rate son jet, le sort crée un organe sensoriel [invisible] dans un rayo Au lieu de prendre une créature pour cible, vous pouvez choisir un lieu que vous avez déjà vu. L'organe sensoriel apparaît alors à cet endroit et n'en bouge pas. - + - + # Séquestration @@ -8003,9 +8003,9 @@ Si la cible est une créature, elle entre en état d'animation suspendue. Le tem Vous pouvez décider d'une condition qui mettra un terme prématuré au sort. Ce peut être ce que vous voulez, mais ce doit être visible ou se produire dans un rayon de 1,5 kilomètre autour de la cible. Par exemple, « au bout de 1 000 ans » ou « quand la tarasque se réveillera ». Ce sort se termine également si la cible subit le moindre dégât. - + - + # Serviteur invisible @@ -8027,9 +8027,9 @@ Une fois à chacun de vos tours, vous pouvez utiliser une action bonus pour ordo Si vous ordonnez à votre serviteur d'accomplir une tâche qui l'éloigne à plus de 18 mètres de vous, le sort se termine. - + - + # Silence @@ -8049,9 +8049,9 @@ Pendant toute la durée du sort, aucun son ne peut se créer au sein d'une sphè Une créature ou un objet entièrement contenu dans la sphère sont immunisés contre les dégâts de tonnerre, et les créatures entièrement contenues dans la sphère sont [assourdies]. Il est impossible de lancer un sort à composante verbale depuis la sphère. - + - + # Simulacre @@ -8077,9 +8077,9 @@ Si le simulacre est endommagé, vous pouvez le réparer dans un laboratoire d'al Si vous lancez de nouveau ce sort, l'éventuel double que vous maintenez déjà en activité est détruit sur-lechamp. - + - + # Simulacre de vie @@ -8099,9 +8099,9 @@ Vous renforcez votre corps avec un ersatz de vie et gagnez 1d4+4 points de vie t **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, vous gagnez 5 points de vie temporaires supplémentaires par niveau au-delà du niveau 1. - + - + # Soin des blessures @@ -8121,9 +8121,9 @@ La créature que vous touchez récupère un nombre de points de vie égal à 1d8 **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les soins augmentent de 1d8 par niveau au-delà du niveau 1. - + - + # Soin des blessures de groupe @@ -8143,9 +8143,9 @@ Une vague d'énergie curative s'étend depuis un point de votre choix situé à **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 6 ou supérieur, les soins augmentent de 1d8 par niveau au-delà du niveau 5. - + - + # Sommeil @@ -8169,9 +8169,9 @@ Ce sort reste sans effet sur les morts-vivants et les créatures qui ne peuvent **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, lancez 2d8 de plus par niveau au-delà du niveau 1. - + - + # Souhait @@ -8211,9 +8211,9 @@ Formulez votre souhait à votre MJ de la manière la plus précise possible. Le Le stress lié à l'incantation d'un souhait pour faire autre chose que répliquer un autre sort vous affaiblit grandement. À tel point que vous subissez 1d10 dégâts nécrotiques par niveau de sort à chaque fois que vous lancez un autre sort par la suite, et ce jusqu'à ce que vous ayez terminé un repos long. Il est absolument impossible de réduire ces dégâts ou de les empêcher, de quelque manière que ce soit. De plus, votre [Force] tombe à 3 (si elle n'est pas déjà de 3 ou moins) pendant 2d4 jours. À chaque fois que vous passez une de ces journées à vous reposer et ne rien faire de plus que des activités légères, le temps de récupération qui vous reste diminue de 2 jours. Enfin, suite à ce stress, il y a 33 % de chances que vous ne puissiez plus jamais lancer souhait. - + - + # Sphère de feu @@ -8237,9 +8237,9 @@ Quand vous déplacez la sphère, vous pouvez lui faire franchir des obstacles de **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 2. - + - + # Sphère glacée @@ -8269,9 +8269,9 @@ Il explose au bout de 1 minute s'il n'a pas été brisé auparavant. **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, les dégâts augmentent de 1d6 par niveau au-delà du niveau 6. - + - + # Sphère résiliente @@ -8297,9 +8297,9 @@ Une créature enfermée dans la sphère peut utiliser son action pour exercer un Un sort de _[désintégration]_ visant la sphère la détruit sans endommager ce qu'elle contient. - + - + # Stalagmites fulgurantes @@ -8317,9 +8317,9 @@ Vous faites jaillir du sol des stalagmites de pierre d'une hauteur de 3 mètres **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de niveau 3 ou supérieur, les dégâts perforants augmentent de 2d4 pour chaque niveau au-delà du niveau 2. - + - + # Strangulation @@ -8337,9 +8337,9 @@ Vous tendez le bras en direction de votre cible et, de votre main, vous mimez so **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 3, vous infligez 2d6 points de dégât par round. Vous augmentez les dégâts de 1d6 supplémentaires par tranche de 2 niveaux de plus (jusqu'à 5d6 au niveau 9). - + - + # Suggestion @@ -8367,9 +8367,9 @@ Vous pouvez spécifier des conditions qui déclenchent une conduite spéciale pe Si vous (ou l'un de vos compagnons) blessez une créature affectée par ce sort, le sort se termine. - + - + # Suggestion de groupe @@ -8395,9 +8395,9 @@ Si vous (ou l'un de vos compagnons) blessez une créature affectée par ce sort, **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 7 ou supérieur, la durée du sort est de 10 jours. Si vous utilisez un emplacement de niveau 8, elle est de 30 jours et si vous utilisez un emplacement de niveau 9, elle est de 1 an et 1 jour. - + - + # Symbole @@ -8443,9 +8443,9 @@ Pendant tout ce temps, elles sont incapables de tenir une conversation sensée e Une telle créature se réveille si elle subit des dégâts ou si quelqu'un utilise son action pour la réveiller en la secouant ou la giflant. - + - + # Télékinésie @@ -8473,9 +8473,9 @@ Si l'objet est porté ou transporté par une créature, faites un test de caract Vous exercez un contrôle précis sur les objets pris dans votre étreinte télékinétique, vous pouvez donc manipuler un outil basique, ouvrir une porte ou un récipient, déposer un objet dans un récipient ou en retirer un, ou encore verser le contenu d'une fiole. - + - + # Téléportation @@ -8521,9 +8521,9 @@ La distance qui vous sépare de votre destination est de 1d10 × 1d10 % de la di **_Incident._** La magie imprévisible du sort complique le voyage. Chaque créature téléportée (ou l'objet téléporté) subit 3d10 dégâts de force tandis que le MJ relance le dé pour savoir où vous arrivez (sachant qu'il peut se produire plusieurs incidents, chacun infligeant ses propres dégâts). - + - + # Tempête de feu @@ -8545,9 +8545,9 @@ Celles qui échouent subissent 7d10 dégâts de feu, les autres la moitié seule Le feu endommage les objets présents dans la zone et embrase les objets inflammables de la zone que personne ne porte ou ne transporte. Si vous le désirez, les flammes peuvent épargner la végétation présente dans la zone. - + - + # Tempête de grêle @@ -8571,9 +8571,9 @@ Les grêlons transforment la zone en terrain difficile jusqu'à la fin de votre **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 5 ou supérieur, les dégâts contondants augmentent de 1d8 par niveau au-delà du niveau 4. - + - + # Tempête de neige @@ -8595,9 +8595,9 @@ Le sol de la zone est couvert d'une couche de verglas si glissante que le terrai Si une créature se concentre dans la zone d'effet du sort, elle doit réussir un [jet de sauvegarde] de [Constitution] contre le DD du [jet de sauvegarde] de votre sort, ou perdre sa concentration. - + - + # Tempête de sable @@ -8617,9 +8617,9 @@ Une fois la direction fixée, il n'est plus possible d'en modifier la course. La Si ce sort est lancé dans un désert de sable ou de pierre, il inflige 4d6 dégâts supplémentaires (qui sont divisés par deux en cas de [jet de sauvegarde] de [Force] réussi). - + - + # Tempête vengeresse @@ -8649,9 +8649,9 @@ De menaçantes nuées orageuses se forment en un point situé dans votre champ d Le vent et la pluie fonctionnent comme une distraction sévère quand il s'agit de se concentrer sur un sort. Enfin, des bourrasques de vent fort (de 30 à 75 kilomètres par heure) dispersent automatiquement le brouillard, la brume et les phénomènes similaires stagnant dans la zone, qu'ils soient d'origine ordinaire ou magique. - + - + # Ténèbres @@ -8673,9 +8673,9 @@ Si le point que vous avez choisi est un objet en votre possession ou un objet qu Si une partie de la zone affectée par ce sort chevauche une zone de lumière issue d'un sort de niveau 2 ou moins, elle dissipe le sort de lumière. - + - + # Tentacules noirs @@ -8697,9 +8697,9 @@ Quand une créature pénètre dans la zone affectée pour la première fois au c Une créature [entravée] par les tentacules peut utiliser son action pour effectuer un test de [Force] ou de [Dextérité] (à elle de choisir) contre le DD de sauvegarde de votre sort. Si elle le réussit, elle parvient à se libérer. - + - + # Terrain hallucinatoire @@ -8723,9 +8723,9 @@ Les caractéristiques tactiles de la zone ne changent pas, les créatures qui y Une fois qu'une créature a compris l'illusion, elle la voit comme une image floue superposée au terrain réel. - + - + # Texte illusoire @@ -8747,9 +8747,9 @@ Vous écrivez sur un papier, un parchemin ou un autre matériau adapté à l'éc Si quelqu'un dissipe le sort, l'illusion disparaît, mais le message original aussi. Une créature dotée de vision parfaite est capable de lire le message original. - + - + # Thaumaturgie @@ -8783,9 +8783,9 @@ Si vous lancez ce sort à plusieurs reprises, vous ne pouvez avoir que trois eff Vous pouvez révoquer un tel effet par une action. - + - + # Toile d'araignée @@ -8813,9 +8813,9 @@ Une créature [entravée] par les toiles peut utiliser son action pour effectuer Les toiles sont inflammables. Un cube de toiles de 1,50 mètre d'arête exposé au feu brûle en 1 round, infligeant 2d4 dégâts de feu à toute créature qui commence son tour dans les flammes. - + - + # Trait de feu @@ -8835,9 +8835,9 @@ Vous lancez un trait enflammé sur une créature ou un objet à portée. Faites Les dégâts du sort augmentent de 1d10 quand vous atteignez le niveau 5 (2d10), le niveau 11 (3d10) et le niveau 17 (4d10). - + - + # Transpercer @@ -8857,9 +8857,9 @@ Retirer l'arme lui inflige 2d4 dégâts, ou la moitié si elle réussit un [jet **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sort de niveau 2, remplacez les d4 par des d6. Pour chaque niveau de sort supérieur augmentez le dé utilisé, jusqu'au d12 pour un emplacement de niveau 5. - + - + # Transport végétal @@ -8877,9 +8877,9 @@ Retirer l'arme lui inflige 2d4 dégâts, ou la moitié si elle réussit un [jet Ce sort crée un lien magique entre une plante inanimée de taille G ou supérieure située à portée et une autre plante de mêmes dimensions, située à n'importe quelle distance mais sur le même plan d'existence. Vous devez impérativement avoir vu ou touché la plante de destination au moins une fois auparavant. Pendant toute la durée du sort, n'importe quelle créature peut entrer par la plante de départ et ressortir par celle d'arrivée en dépensant 1,50 mètre de déplacement. - + - + # Tremblement de terre @@ -8913,9 +8913,9 @@ Une structure s'effondre automatiquement si une fissure s'ouvre sous elle (voir Une créature qui se trouve près d'un bâtiment en train de s'effondrer, à une distance égale ou inférieure à la moitié de la hauteur de ce bâtiment, doit effectuer un [jet de sauvegarde] de [Dextérité]. Si elle échoue, elle subit 5d6 dégâts contondants, elle tombe à terre et elle est ensevelie sous les décombres. Il faut réussir un test de [Force (Athlétisme)] DD 20 via une action pour y échapper. Le MJ peut modifier le DD en fonction de la nature des décombres. Si la créature réussit son [jet de sauvegarde], elle subit seulement la moitié des dégâts, ne tombe pas à terre et n'est pas ensevelie. - + - + # Tromperie @@ -8939,9 +8939,9 @@ Vous pouvez voir par les yeux et entendre par les oreilles de votre double comme Tant que vous utilisez les sens de votre double, vous êtes sourd et aveugle à ce qui se passe directement autour de vous. - + - + # Trouver les pièges @@ -8961,9 +8961,9 @@ Vous percevez la présence de tout piège se trouvant à portée et dans votre c Le sort indique simplement qu'il y a un piège ; il ne précise pas où, mais vous donne une idée générale de la nature du danger qu'il représente. - + - + # Trouver un chemin @@ -8983,9 +8983,9 @@ Ce sort vous permet de trouver le chemin physique le plus direct et le plus cour Tant que le sort persiste et que vous êtes sur le même plan d'existence que votre destination, vous savez dans quelle direction et à quelle distance elle se trouve. Tant que vous faites route vers votre destination, à chaque fois que vous avez le choix entre plusieurs itinéraires, vous déterminez automatiquement celui qui sera le plus court et le plus direct (mais pas forcément le plus sûr). - + - + # Trouver une monture @@ -9015,9 +9015,9 @@ Vous pouvez communiquer par télépathie avec votre monture tant qu'elle se trou Vous ne pouvez vous lier qu'à une seule monture issue de ce sort à la fois. Vous pouvez libérer la monture du lien quand vous le désirez, par une action qui la fait disparaître. - + - + # Vague tonnante @@ -9043,9 +9043,9 @@ De plus, les objets qui ne sont pas arrimés et se trouvent entièrement englob **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 2 ou supérieur, les dégâts augmentent de 1d8 par niveau au-delà du premier. - + - + # Verrou magique @@ -9065,9 +9065,9 @@ Vous touchez une ouverture fermée, comme une porte, une fenêtre, un portail, u Tant que l'objet est affecté par ce sort, il est bien plus difficile à briser ou à ouvrir de force : le DD pour le briser ou crocheter ses éventuelles serrures augmente de 10. - + - + # Viser juste @@ -9085,9 +9085,9 @@ Tant que l'objet est affecté par ce sort, il est bien plus difficile à briser Vous tendez la main et pointez du doigt une cible à portée. Votre magie vous donne un bref aperçu de ses défenses. À votre prochain tour, vous avez l'avantage lors de votre premier jet d'attaque contre elle, à condition que le sort ne se soit pas terminé avant. - + - + # Vision dans le noir @@ -9105,9 +9105,9 @@ Vous tendez la main et pointez du doigt une cible à portée. Votre magie vous d Vous touchez une créature consentante pour lui permettre de voir dans le noir. Pendant toute la durée du sort, elle bénéficie de la vision dans le noir à une distance de 18 mètres. - + - + # Vision suprême @@ -9127,9 +9127,9 @@ Grâce à ce sort, la créature consentante que vous touchez est capable de voir Pendant toute la durée du sort, la cible bénéficie de vision parfaite, repère les portes dérobées cachées par magie et voit le plan éthéré, tout cela dans un rayon de 36 mètres. - + - + # Vitalité @@ -9147,9 +9147,9 @@ Jusqu'à six créatures vivantes de votre choix, à portée et dans votre champ **_À plus haut niveau._** Lorsque vous lancez ce sort en utilisant un emplacement de sorts de niveau 4 ou supérieur, vous augmentez le nombre de points de vie récupéré par round de 1 point par niveau au-delà du niveau 3. - + - + # Voir l'invisible @@ -9167,9 +9167,9 @@ Jusqu'à six créatures vivantes de votre choix, à portée et dans votre champ Pendant toute la durée du sort, vous voyez les créatures et les objets [invisibles] comme s'ils étaient bien visibles et vous pouvez aussi observer le plan éthéré. Les créatures et les objets éthérés vous apparaissent comme des silhouettes translucides et fantomatiques. - + - + # Vol @@ -9189,9 +9189,9 @@ Vous touchez une créature consentante et lui conférez la capacité de voler à **_À plus haut niveau._** Si vous lancez ce sort en utilisant un emplacement de niveau 4 ou supérieur, vous pouvez viser une créature de plus par niveau au-delà du niveau 3. - + - + # Zone de vérité @@ -9211,9 +9211,9 @@ Vous créez une zone magique capable de protéger contre la duplicité, de la fo Une créature affectée est consciente du sort qui la limite et peut donc soigneusement éviter de répondre aux questions qui susciteraient normalement un mensonge de sa part. Une telle créature peut rester évasive dans ses réponses, tant qu'elle reste dans les limites de la vérité. - + - + [à terre]: conditions_hd.md#À-terre [assourdi]: conditions_hd.md#assourdi diff --git a/Data/spells_vo.md b/Data/spells_vo.md index ed85776a..e402cb60 100644 --- a/Data/spells_vo.md +++ b/Data/spells_vo.md @@ -1,5 +1,5 @@ - +[SRD](index.md) @@ -10,7 +10,7 @@ - MDR: [Sorts](spells_hd.md) - + # Acid Splash @@ -32,9 +32,9 @@ This spell's damage increases by 1d6 when you reach 5th level (2d6), 11th level [Aspersion acide]: spells_hd.md#aspersion-acide - + - + # Aid @@ -56,9 +56,9 @@ Your spell bolsters your allies with toughness and resolve. Choose up to three c [Aide]: spells_hd.md#aide - + - + # Alarm @@ -80,9 +80,9 @@ A mental alarm alerts you with a ping in your mind if you are within 1 mile of t [Alarme]: spells_hd.md#alarme - + - + # Alter Self @@ -108,9 +108,9 @@ You assume a different form. When you cast the spell, choose one of the followin [Modifier son apparence]: spells_hd.md#modifier-son-apparence - + - + # Animal Friendship @@ -132,9 +132,9 @@ This spell lets you convince a beast that you mean it no harm. Choose a beast th [Amitié avec les animaux]: spells_hd.md#amitié-avec-les-animaux - + - + # Animal Messenger @@ -158,9 +158,9 @@ When the messenger arrives, it delivers your message to the creature that you de [Messager animal]: spells_hd.md#messager-animal - + - + # Animal Shapes @@ -184,9 +184,9 @@ The target's gear melds into the new form. The target can't activate, wield, or [Formes animales]: spells_hd.md#formes-animales - + - + # Animate Dead @@ -212,9 +212,9 @@ The creature is under your control for 24 hours, after which it stops obeying an [Animation des morts]: spells_hd.md#animation-des-morts - + - + # Animate Objects @@ -250,9 +250,9 @@ If you command an object to attack, it can make a single melee attack against a [Animation des objets]: spells_hd.md#animation-des-objets - + - + # Antilife Shell @@ -276,9 +276,9 @@ If you move so that an affected creature is forced to pass through the barrier, [Coquille antivie]: spells_hd.md#coquille-antivie - + - + # Antimagic Field @@ -316,9 +316,9 @@ A magic weapon's properties and powers are suppressed if it is used against a ta [Champ antimagie]: spells_hd.md#champ-antimagie - + - + # Antipathy/Sympathy @@ -348,9 +348,9 @@ A creature that successfully saves against this effect is immune to it for 1 min [Répulsion/attirance]: spells_hd.md#répulsionattirance - + - + # Arcane Eye @@ -374,9 +374,9 @@ As an action, you can move the eye up to 30 feet in any direction. There is no l [Oeil magique]: spells_hd.md#oeil-magique - + - + # Arcane Lock @@ -398,9 +398,9 @@ While affected by this spell, the object is more difficult to break or force ope [Verrou magique]: spells_hd.md#verrou-magique - + - + # Astral Projection @@ -430,9 +430,9 @@ If you are returned to your body prematurely, your companions remain in their as [Projection astrale]: spells_hd.md#projection-astrale - + - + # Augury @@ -464,9 +464,9 @@ If you cast the spell two or more times before completing your next long rest, t [Augure]: spells_hd.md#augure - + - + # Awaken @@ -488,9 +488,9 @@ The awakened beast or plant is charmed by you for 30 days or until you or your c [Éveil]: spells_hd.md#Éveil - + - + # Bane @@ -512,9 +512,9 @@ Up to three creatures of your choice that you can see within range must make Cha [Fléau]: spells_hd.md#fléau - + - + # Banishment @@ -540,9 +540,9 @@ If the target is native to a different plane of existence than the one you're on [Bannissement]: spells_hd.md#bannissement - + - + # Barkskin @@ -562,9 +562,9 @@ You touch a willing creature. Until the spell ends, the target's skin has a roug [Peau d'écorce]: spells_hd.md#peau-décorce - + - + # Beacon of Hope @@ -584,9 +584,9 @@ This spell bestows hope and vitality. Choose any number of creatures within rang [Lueur d'espoir]: spells_hd.md#lueur-despoir - + - + # Bestow curse @@ -618,9 +618,9 @@ A _[remove curse]_ spell ends this effect. At the DM's option, you may choose an [Jeter une malédiction]: spells_hd.md#jeter-une-malédiction - + - + # Arcane Hand @@ -654,9 +654,9 @@ When you cast the spell and as a bonus action on your subsequent turns, you can [Main magique]: spells_hd.md#main-magique - + - + # Blade Barrier @@ -678,9 +678,9 @@ When a creature enters the wall's area for the first time on a turn or starts it [Barrière de lames]: spells_hd.md#barrière-de-lames - + - + # Bless @@ -702,9 +702,9 @@ You bless up to three creatures of your choice within range. Whenever a target m [Bénédiction]: spells_hd.md#bénédiction - + - + # Blight @@ -728,9 +728,9 @@ If you target a nonmagical plant that isn't a creature, such as a tree or shrub, [Flétrissement]: spells_hd.md#flétrissement - + - + # Blindness/Deafness @@ -752,9 +752,9 @@ You can blind or deafen a foe. Choose one creature that you can see within range [Cécité/Surdité]: spells_hd.md#cécitésurdité - + - + # Blink @@ -776,9 +776,9 @@ While on the Ethereal Plane, you can see and hear the plane you originated from, [Clignotement]: spells_hd.md#clignotement - + - + # Blur @@ -798,9 +798,9 @@ Your body becomes blurred, shifting and wavering to all who can see you. For the [Flou]: spells_hd.md#flou - + - + # Branding Smite @@ -822,9 +822,9 @@ The next time you hit a creature with a weapon attack before this spell ends, th [Frappe lumineuse]: spells_hd.md#frappe-lumineuse - + - + # Burning Hands @@ -848,9 +848,9 @@ The fire ignites any flammable objects in the area that aren't being worn or car [Mains brûlantes]: spells_hd.md#mains-brûlantes - + - + # Call Lightning @@ -876,9 +876,9 @@ If you are outdoors in stormy conditions when you cast this spell, the spell giv [Appel de la foudre]: spells_hd.md#appel-de-la-foudre - + - + # Calm Emotions @@ -902,9 +902,9 @@ You attempt to suppress strong emotions in a group of people. Each humanoid in a [Apaisement des émotions]: spells_hd.md#apaisement-des-émotions - + - + # Chain Lightning @@ -928,9 +928,9 @@ A target must make a Dexterity saving throw. The target takes 10d8 lightning dam [Chaîne d'éclairs]: spells_hd.md#chaîne-déclairs - + - + # Charm Person @@ -952,9 +952,9 @@ You attempt to charm a humanoid you can see within range. It must make a Wisdom [Charme-personne]: spells_hd.md#charme-personne - + - + # Chill Touch @@ -976,9 +976,9 @@ This spell's damage increases by 1d8 when you reach 5th level (2d8), 11th level [Contact glacial]: spells_hd.md#contact-glacial - + - + # Circle of Death @@ -1000,9 +1000,9 @@ A sphere of negative energy ripples out in a 60-foot-radius sphere from a point [Cercle de mort]: spells_hd.md#cercle-de-mort - + - + # Clairvoyance @@ -1026,9 +1026,9 @@ A creature that can see the sensor (such as a creature benefiting from _see invi [Clairvoyance]: spells_hd.md#clairvoyance - + - + # Clone @@ -1052,9 +1052,9 @@ The clone is physically identical to the original and has the same personality, [Clone]: spells_hd.md#clone - + - + # Cloudkill @@ -1080,9 +1080,9 @@ The fog moves 10 feet away from you at the start of each of your turns, rolling [Nuage mortel]: spells_hd.md#nuage-mortel - + - + # Color Spray @@ -1106,9 +1106,9 @@ Starting with the creature that has the lowest current hit points, each creature [Couleurs dansantes]: spells_hd.md#couleurs-dansantes - + - + # Command @@ -1142,9 +1142,9 @@ Some typical commands and their effects follow. You might issue a command other [Injonction]: spells_hd.md#injonction - + - + # Commune @@ -1168,9 +1168,9 @@ If you cast the spell two or more times before finishing your next long rest, th [Communion]: spells_hd.md#communion - + - + # Commune with Nature @@ -1204,9 +1204,9 @@ For example, you could determine the location of powerful undead in the area, th [Communion avec la nature]: spells_hd.md#communion-avec-la-nature - + - + # Comprehend Languages @@ -1228,9 +1228,9 @@ This spell doesn't decode secret messages in a text or a glyph, such as an arcan [Compréhension des langues]: spells_hd.md#compréhension-des-langues - + - + # Compulsion @@ -1252,9 +1252,9 @@ A target isn't compelled to move into an obviously deadly hazard, such as a fire [Compulsion]: spells_hd.md#compulsion - + - + # Cone of Cold @@ -1278,9 +1278,9 @@ A creature killed by this spell becomes a frozen statue until it thaws. [Cône de froid]: spells_hd.md#cône-de-froid - + - + # Confusion @@ -1313,9 +1313,9 @@ At the end of each of its turns, an affected target can make a Wisdom saving thr [Confusion]: spells_hd.md#confusion - + - + # Conjure Animals @@ -1347,9 +1347,9 @@ Each beast is also considered fey, and it disappears when it drops to 0 hit poin [Invoquer des animaux]: spells_hd.md#invoquer-des-animaux - + - + # Conjure Celestial @@ -1375,9 +1375,9 @@ The DM has the celestial's statistics. [Invoquer un céleste]: spells_hd.md#invoquer-un-céleste - + - + # Conjure Elemental @@ -1401,9 +1401,9 @@ If your concentration is broken, the elemental doesn't disappear. Instead, you l [Invoquer un élémentaire]: spells_hd.md#invoquer-un-élémentaire - + - + # Conjure Fey @@ -1431,9 +1431,9 @@ The DM has the fey creature's statistics. [Invoquer une fée]: spells_hd.md#invoquer-une-fée - + - + # Conjure Minor Elementals @@ -1469,9 +1469,9 @@ The DM has the creatures' statistics. [Invoquer des élémentaires mineurs]: spells_hd.md#invoquer-des-élémentaires-mineurs - + - + # Conjure Woodland Beings @@ -1507,9 +1507,9 @@ The DM has the creatures' statistics. [Invoquer des êtres des bois]: spells_hd.md#invoquer-des-êtres-des-bois - + - + # Contact Other Plane @@ -1531,9 +1531,9 @@ On a successful save, you can ask the entity up to five questions. You must ask [Contacter un autre plan]: spells_hd.md#contacter-un-autre-plan - + - + # Contagion @@ -1571,9 +1571,9 @@ Since this spell induces a natural disease in its target, any effect that remove [Contagion]: spells_hd.md#contagion - + - + # Contingency @@ -1597,9 +1597,9 @@ The contingent spell takes effect only on you, even if it can normally target ot [Contingence]: spells_hd.md#contingence - + - + # Continual Flame @@ -1619,9 +1619,9 @@ A flame, equivalent in brightness to a torch, springs forth from an object that [Flamme éternelle]: spells_hd.md#flamme-éternelle - + - + # Control Water @@ -1653,9 +1653,9 @@ The first time each turn that an object enters the vortex, the object takes 2d8 [Contrôle de l'eau]: spells_hd.md#contrôle-de-leau - + - + # Control Weather @@ -1709,9 +1709,9 @@ Wind [Contrôle du climat]: spells_hd.md#contrôle-du-climat - + - + # Counterspell @@ -1733,9 +1733,9 @@ You attempt to interrupt a creature in the process of casting a spell. If the cr [Contresort]: spells_hd.md#contresort - + - + # Create Food and Water @@ -1755,9 +1755,9 @@ You create 45 pounds of food and 30 gallons of water on the ground or in contain [Création de nourriture et d'eau]: spells_hd.md#création-de-nourriture-et-deau - + - + # Create or Destroy Water @@ -1783,9 +1783,9 @@ You either create or destroy water. [Création ou destruction d'eau]: spells_hd.md#création-ou-destruction-deau - + - + # Create Undead @@ -1811,9 +1811,9 @@ The creature is under your control for 24 hours, after which it stops obeying an [Création de mort-vivant]: spells_hd.md#création-de-mort-vivant - + - + # Creation @@ -1847,9 +1847,9 @@ Using any material created by this spell as another spell's material component c [Création]: spells_hd.md#création - + - + # Cure Wounds @@ -1871,9 +1871,9 @@ A creature you touch regains a number of hit points equal to 1d8 + your spellcas [Soin des blessures]: spells_hd.md#soin-des-blessures - + - + # Dancing Lights @@ -1895,9 +1895,9 @@ As a bonus action on your turn, you can move the lights up to 60 feet to a new s [Lumières dansantes]: spells_hd.md#lumières-dansantes - + - + # Darkness @@ -1921,9 +1921,9 @@ If any of this spell's area overlaps with an area of light created by a spell of [Ténèbres]: spells_hd.md#ténèbres - + - + # Darkvision @@ -1943,9 +1943,9 @@ You touch a willing creature to grant it the ability to see in the dark. For the [Vision dans le noir]: spells_hd.md#vision-dans-le-noir - + - + # Daylight @@ -1969,9 +1969,9 @@ If any of this spell's area overlaps with an area of darkness created by a spell [Lumière du jour]: spells_hd.md#lumière-du-jour - + - + # Death Ward @@ -1995,9 +1995,9 @@ If the spell is still in effect when the target is subjected to an effect that w [Protection contre la mort]: spells_hd.md#protection-contre-la-mort - + - + # Delayed Blast Fireball @@ -2025,9 +2025,9 @@ The fire damages objects in the area and ignites flammable objects that aren't b [Boule de feu à explosion retardée]: spells_hd.md#boule-de-feu-à-explosion-retardée - + - + # Demiplane @@ -2049,9 +2049,9 @@ Each time you cast this spell, you can create a new demiplane, or have the shado [Demi-plan]: spells_hd.md#demi-plan - + - + # Detect Evil and Good @@ -2073,9 +2073,9 @@ The spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 i [Détection du mal et du bien]: spells_hd.md#détection-du-mal-et-du-bien - + - + # Detect Magic @@ -2097,9 +2097,9 @@ The spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 i [Détection de la magie]: spells_hd.md#détection-de-la-magie - + - + # Detect Poison and Disease @@ -2121,9 +2121,9 @@ The spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 i [Détection du poison et des maladies]: spells_hd.md#détection-du-poison-et-des-maladies - + - + # Detect Thoughts @@ -2151,9 +2151,9 @@ Once you detect the presence of a creature in this way, you can read its thought [Détection des pensées]: spells_hd.md#détection-des-pensées - + - + # Dimension Door @@ -2177,9 +2177,9 @@ If you would arrive in a place already occupied by an object or a creature, you [Porte dimensionnelle]: spells_hd.md#porte-dimensionnelle - + - + # Disguise Self @@ -2203,9 +2203,9 @@ To discern that you are disguised, a creature can use its action to inspect your [Déguisement]: spells_hd.md#déguisement - + - + # Disintegrate @@ -2233,9 +2233,9 @@ This spell automatically disintegrates a Large or smaller nonmagical object or a [Désintégration]: spells_hd.md#désintégration - + - + # Dispel Evil and Good @@ -2261,9 +2261,9 @@ You can end the spell early by using either of the following special functions. [Dissipation du mal et du bien]: spells_hd.md#dissipation-du-mal-et-du-bien - + - + # Dispel Magic @@ -2285,9 +2285,9 @@ Choose one creature, object, or magical effect within range. Any spell of 3rd le [Dissipation de la magie]: spells_hd.md#dissipation-de-la-magie - + - + # Divination @@ -2311,9 +2311,9 @@ If you cast the spell two or more times before finishing your next long rest, th [Divination]: spells_hd.md#divination - + - + # Divine Favor @@ -2333,9 +2333,9 @@ Your prayer empowers you with divine radiance. Until the spell ends, your weapon [Faveur divine]: spells_hd.md#faveur-divine - + - + # Divine Word @@ -2365,9 +2365,9 @@ Regardless of its current hit points, a celestial, an elemental, a fey, or a fie [Parole divine]: spells_hd.md#parole-divine - + - + # Dominate Beast @@ -2393,9 +2393,9 @@ You can use your action to take total and precise control of the target. Until t [Dominer une bête]: spells_hd.md#dominer-une-bête - + - + # Dominate Monster @@ -2423,9 +2423,9 @@ Each time the target takes damage, it makes a new Wisdom saving throw against th [Dominer un monstre]: spells_hd.md#dominer-un-monstre - + - + # Dominate Person @@ -2455,9 +2455,9 @@ Wisdom saving throw against the spell. If the saving throw succeeds, the spell e [Dominer un humanoïde]: spells_hd.md#dominer-un-humanoïde - + - + # Instant Summons @@ -2483,9 +2483,9 @@ _[dispel magic]_ or a similar effect successfully applied to the sapphire ends t [Convocations instantanées]: spells_hd.md#convocations-instantanées - + - + # Dream @@ -2511,9 +2511,9 @@ If you have a body part, lock of hair, clipping from a nail, or similar portion [Rêve]: spells_hd.md#rêve - + - + # Druidcraft @@ -2541,9 +2541,9 @@ Whispering to the spirits of nature, you create one of the following effects wit [Druidisme]: spells_hd.md#druidisme - + - + # Earthquake @@ -2575,9 +2575,9 @@ A fissure that opens beneath a structure causes it to automatically collapse (se [Tremblement de terre]: spells_hd.md#tremblement-de-terre - + - + # Eldritch Blast @@ -2599,9 +2599,9 @@ The spell creates more than one beam when you reach higher levels: two beams at [Explosion occulte]: spells_hd.md#explosion-occulte - + - + # Enhance Ability @@ -2635,9 +2635,9 @@ You touch a creature and bestow upon it a magical enhancement. Choose one of the [Amélioration de caractéristique]: spells_hd.md#amélioration-de-caractéristique - + - + # Enlarge/Reduce @@ -2663,9 +2663,9 @@ If the target is a creature, everything it is wearing and carrying changes size [Agrandir/Rétrécir]: spells_hd.md#agrandirrétrécir - + - + # Entangle @@ -2689,9 +2689,9 @@ When the spell ends, the conjured plants wilt away. [Enchevêtrement]: spells_hd.md#enchevêtrement - + - + # Enthrall @@ -2711,9 +2711,9 @@ You weave a distracting string of words, causing creatures of your choice that y [Envoûtement]: spells_hd.md#envoûtement - + - + # Etherealness @@ -2743,9 +2743,9 @@ This spell has no effect if you cast it while you are on the Ethereal Plane or a [Forme éthérée]: spells_hd.md#forme-éthérée - + - + # Black Tentacles @@ -2769,9 +2769,9 @@ A creature restrained by the tentacles can use its action to make a Strength or [Tentacules noirs]: spells_hd.md#tentacules-noirs - + - + # Expeditious Retreat @@ -2791,9 +2791,9 @@ This spell allows you to move at an incredible pace. When you cast this spell, a [Repli expéditif]: spells_hd.md#repli-expéditif - + - + # Eyebite @@ -2819,9 +2819,9 @@ For the spell's duration, your eyes become an inky void imbued with dread power. [Mauvais oeil]: spells_hd.md#mauvais-oeil - + - + # Fabricate @@ -2845,9 +2845,9 @@ Creatures or magic items can't be created or transmuted by this spell. You also [Fabrication]: spells_hd.md#fabrication - + - + # Faerie Fire @@ -2869,9 +2869,9 @@ Any attack roll against an affected creature or object has advantage if the atta [Lueurs féeriques]: spells_hd.md#lueurs-féeriques - + - + # False Life @@ -2893,9 +2893,9 @@ Bolstering yourself with a necromantic facsimile of life, you gain 1d4 + 4 tempo [Simulacre de vie]: spells_hd.md#simulacre-de-vie - + - + # Fear @@ -2915,9 +2915,9 @@ You project a phantasmal image of a creature's worst fears. Each creature in a 3 [Peur]: spells_hd.md#peur - + - + # Feather Fall @@ -2937,9 +2937,9 @@ Choose up to five falling creatures within range. A falling creature's rate of d [Léger comme une plume]: spells_hd.md#léger-comme-une-plume - + - + # Feeblemind @@ -2965,9 +2965,9 @@ The spell can also be ended by _[greater restoration], [heal]_, or _[wish]_. [Esprit faible]: spells_hd.md#esprit-faible - + - + # Find Familiar @@ -2999,9 +2999,9 @@ Finally, when you cast a spell with a range of touch, your familiar can deliver [Appel de familier]: spells_hd.md#appel-de-familier - + - + # Find Steed @@ -3029,9 +3029,9 @@ You can't have more than one steed bonded by this spell at a time. As an action, [Trouver une monture]: spells_hd.md#trouver-une-monture - + - + # Find the Path @@ -3053,9 +3053,9 @@ For the duration, as long as you are on the same plane of existence as the desti [Trouver un chemin]: spells_hd.md#trouver-un-chemin - + - + # Find Traps @@ -3077,9 +3077,9 @@ This spell merely reveals that a trap is present. You don't learn the location o [Trouver les pièges]: spells_hd.md#trouver-les-pièges - + - + # Finger of Death @@ -3101,9 +3101,9 @@ A humanoid killed by this spell rises at the start of your next turn as a zombie [Doigt de mort]: spells_hd.md#doigt-de-mort - + - + # Fire Bolt @@ -3125,9 +3125,9 @@ This spell's damage increases by 1d10 when you reach 5th level (2d10), 11th leve [Trait de feu]: spells_hd.md#trait-de-feu - + - + # Fire Shield @@ -3151,9 +3151,9 @@ In addition, whenever a creature within 5 feet of you hits you with a melee atta [Bouclier de feu]: spells_hd.md#bouclier-de-feu - + - + # Fire Storm @@ -3175,9 +3175,9 @@ The fire damages objects in the area and ignites flammable objects that aren't b [Tempête de feu]: spells_hd.md#tempête-de-feu - + - + # Fireball @@ -3201,9 +3201,9 @@ The fire spreads around corners. It ignites flammable objects in the area that a [Boule de feu]: spells_hd.md#boule-de-feu - + - + # Flame Blade @@ -3229,9 +3229,9 @@ The flaming blade sheds bright light in a 10-foot radius and dim light for an ad [Lame de feu]: spells_hd.md#lame-de-feu - + - + # Flame Strike @@ -3253,9 +3253,9 @@ A vertical column of divine fire roars down from the heavens in a location you s [Colonne de flamme]: spells_hd.md#colonne-de-flamme - + - + # Flaming Sphere @@ -3281,9 +3281,9 @@ When you move the sphere, you can direct it over barriers up to 5 feet tall and [Sphère de feu]: spells_hd.md#sphère-de-feu - + - + # Flesh to Stone @@ -3309,9 +3309,9 @@ If you maintain your concentration on this spell for the entire possible duratio [Pétrification]: spells_hd.md#pétrification - + - + # Fly @@ -3333,9 +3333,9 @@ You touch a willing creature. The target gains a flying speed of 60 feet for the [Vol]: spells_hd.md#vol - + - + # Fog Cloud @@ -3357,9 +3357,9 @@ You create a 20-foot-radius sphere of fog centered on a point within range. The [Nappe de brouillard]: spells_hd.md#nappe-de-brouillard - + - + # Forbiddance @@ -3385,9 +3385,9 @@ The spell's area can't overlap with the area of another forbiddance spell. If yo [Interdiction]: spells_hd.md#interdiction - + - + # Forcecage @@ -3417,9 +3417,9 @@ This spell can't be dispelled by _[dispel magic]_. [Cage de force]: spells_hd.md#cage-de-force - + - + # Foresight @@ -3441,9 +3441,9 @@ This spell immediately ends if you cast it again before its duration ends. [Prémonition]: spells_hd.md#prémonition - + - + # Freedom of Movement @@ -3465,9 +3465,9 @@ The target can also spend 5 feet of movement to automatically escape from nonmag [Liberté de mouvement]: spells_hd.md#liberté-de-mouvement - + - + # Gaseous Form @@ -3491,9 +3491,9 @@ While in the form of a misty cloud, the target can't talk or manipulate objects, [Forme gazeuse]: spells_hd.md#forme-gazeuse - + - + # Gate @@ -3519,9 +3519,9 @@ When you cast this spell, you can speak the name of a specific creature (a pseud [Portail]: spells_hd.md#portail - + - + # Geas @@ -3547,9 +3547,9 @@ You can end the spell early by using an action to dismiss it. A _[remove curse], [Coercition mystique]: spells_hd.md#coercition-mystique - + - + # Gentle Repose @@ -3571,9 +3571,9 @@ The spell also effectively extends the time limit on raising the target from the [Doux repos]: spells_hd.md#doux-repos - + - + # Giant Insect @@ -3599,9 +3599,9 @@ The DM might allow you to choose different targets. For example, if you transfor [Insecte géant]: spells_hd.md#insecte-géant - + - + # Glibness @@ -3621,9 +3621,9 @@ Until the spell ends, when you make a Charisma check, you can replace the number [Bagou]: spells_hd.md#bagou - + - + # Globe of Invulnerability @@ -3647,9 +3647,9 @@ Any spell of 5th level or lower cast from outside the barrier can't affect creat [Globe d'invulnérabilité]: spells_hd.md#globe-dinvulnérabilité - + - + # Glyph of Warding @@ -3683,9 +3683,9 @@ When you inscribe the glyph, choose _explosive runes_ or a _spell glyph_. [Glyphe de protection]: spells_hd.md#glyphe-de-protection - + - + # Goodberry @@ -3707,9 +3707,9 @@ The berries lose their potency if they have not been consumed within 24 hours of [Baies nourricières]: spells_hd.md#baies-nourricières - + - + # Grease @@ -3731,9 +3731,9 @@ When the grease appears, each creature standing in its area must succeed on a De [Graisse]: spells_hd.md#graisse - + - + # Greater Invisibility @@ -3753,9 +3753,9 @@ You or a creature you touch becomes invisible until the spell ends. Anything the [Invisibilité supérieure]: spells_hd.md#invisibilité-supérieure - + - + # Greater Restoration @@ -3783,9 +3783,9 @@ You imbue a creature you touch with positive energy to undo a debilitating effec [Restauration supérieure]: spells_hd.md#restauration-supérieure - + - + # Guardian of Faith @@ -3807,9 +3807,9 @@ Any creature hostile to you that moves to a space within 10 feet of the guardian [Gardien de la foi]: spells_hd.md#gardien-de-la-foi - + - + # Guards and Wards @@ -3855,9 +3855,9 @@ You can create a permanently guarded and warded structure by casting this spell [Protections et sceaux]: spells_hd.md#protections-et-sceaux - + - + # Guidance @@ -3877,9 +3877,9 @@ You touch one willing creature. Once before the spell ends, the target can roll [Assistance]: spells_hd.md#assistance - + - + # Guiding Bolt @@ -3901,9 +3901,9 @@ A flash of light streaks toward a creature of your choice within range. Make a r [Balisage]: spells_hd.md#balisage - + - + # Gust of Wind @@ -3929,9 +3929,9 @@ As a bonus action on each of your turns before the spell ends, you can change th [Bourrasque]: spells_hd.md#bourrasque - + - + # Hallow @@ -3975,9 +3975,9 @@ Second, you can bind an extra effect to the area. Choose the effect from the fol [Sanctification]: spells_hd.md#sanctification - + - + # Hallucinatory Terrain @@ -3999,9 +3999,9 @@ The tactile characteristics of the terrain are unchanged, so creatures entering [Terrain hallucinatoire]: spells_hd.md#terrain-hallucinatoire - + - + # Harm @@ -4021,9 +4021,9 @@ You unleash a virulent disease on a creature that you can see within range. The [Contamination]: spells_hd.md#contamination - + - + # Haste @@ -4045,9 +4045,9 @@ When the spell ends, the target can't move or take actions until after its next [Hâte]: spells_hd.md#hâte - + - + # Heal @@ -4069,9 +4069,9 @@ Choose a creature that you can see within range. A surge of positive energy wash [Guérison]: spells_hd.md#guérison - + - + # Healing Word @@ -4093,9 +4093,9 @@ A creature of your choice that you can see within range regains hit points equal [Mot de guérison]: spells_hd.md#mot-de-guérison - + - + # Heat Metal @@ -4119,9 +4119,9 @@ If a creature is holding or wearing the object and takes the damage from it, the [Chauffer le métal]: spells_hd.md#chauffer-le-métal - + - + # Hellish Rebuke @@ -4143,9 +4143,9 @@ You point your finger, and the creature that damaged you is momentarily surround [Représailles infernales]: spells_hd.md#représailles-infernales - + - + # Heroes' Feast @@ -4167,9 +4167,9 @@ A creature that partakes of the feast gains several benefits. The creature is cu [Festin des héros]: spells_hd.md#festin-des-héros - + - + # Heroism @@ -4191,9 +4191,9 @@ A willing creature you touch is imbued with bravery. Until the spell ends, the c [Héroïsme]: spells_hd.md#héroïsme - + - + # Hold Monster @@ -4215,9 +4215,9 @@ Choose a creature that you can see within range. The target must succeed on a Wi [Immobiliser un monstre]: spells_hd.md#immobiliser-un-monstre - + - + # Hold Person @@ -4239,9 +4239,9 @@ Choose a humanoid that you can see within range. The target must succeed on a Wi [Immobiliser un humanoïde]: spells_hd.md#immobiliser-un-humanoïde - + - + # Holy Aura @@ -4261,9 +4261,9 @@ Divine light washes out from you and coalesces in a soft radiance in a 30-foot r [Aura sacrée]: spells_hd.md#aura-sacrée - + - + # Hunter's Mark @@ -4285,9 +4285,9 @@ You choose a creature you can see within range and mystically mark it as your qu [Marque du chasseur]: spells_hd.md#marque-du-chasseur - + - + # Hypnotic Pattern @@ -4307,9 +4307,9 @@ You create a twisting pattern of colors that weaves through the air inside a 30- [Motif hypnotique]: spells_hd.md#motif-hypnotique - + - + # Ice Storm @@ -4333,9 +4333,9 @@ Hailstones turn the storm's area of effect into difficult terrain until the end [Tempête de grêle]: spells_hd.md#tempête-de-grêle - + - + # Identify @@ -4357,9 +4357,9 @@ If you instead touch a creature throughout the casting, you learn what spells, i [Identification]: spells_hd.md#identification - + - + # Illusory Script @@ -4385,9 +4385,9 @@ A creature with truesight can read the hidden message. [Texte illusoire]: spells_hd.md#texte-illusoire - + - + # Imprisonment @@ -4435,9 +4435,9 @@ You can use a particular special component to create only one prison at a time. [Emprisonnement]: spells_hd.md#emprisonnement - + - + # Incendiary Cloud @@ -4461,9 +4461,9 @@ The cloud moves 10 feet directly away from you in a direction that you choose at [Nuage incendiaire]: spells_hd.md#nuage-incendiaire - + - + # Inflict Wounds @@ -4485,9 +4485,9 @@ Make a melee spell attack against a creature you can reach. On a hit, the target [Blessure]: spells_hd.md#blessure - + - + # Insect Plague @@ -4511,9 +4511,9 @@ When the area appears, each creature in it must make a Constitution saving throw [Fléau d'insectes]: spells_hd.md#fléau-dinsectes - + - + # Invisibility @@ -4535,9 +4535,9 @@ A creature you touch becomes invisible until the spell ends. Anything the target [Invisibilité]: spells_hd.md#invisibilité - + - + # Jump @@ -4557,9 +4557,9 @@ You touch a creature. The creature's jump distance is tripled until the spell en [Saut]: spells_hd.md#saut - + - + # Knock @@ -4585,9 +4585,9 @@ When you cast the spell, a loud knock, audible from as far away as 300 feet, ema [Déblocage]: spells_hd.md#déblocage - + - + # Legend Lore @@ -4609,9 +4609,9 @@ The information you learn is accurate but might be couched in figurative languag [Légende]: spells_hd.md#légende - + - + # Secret Chest @@ -4635,9 +4635,9 @@ After 60 days, there is a cumulative 5 percent chance per day that the spell's e [Coffre secret]: spells_hd.md#coffre-secret - + - + # Tiny Hut @@ -4661,9 +4661,9 @@ Until the spell ends, you can command the interior to become dimly lit or dark. [Petite hutte]: spells_hd.md#petite-hutte - + - + # Lesser Restoration @@ -4683,9 +4683,9 @@ You touch a creature and can end either one disease or one condition afflicting [Restauration inférieure]: spells_hd.md#restauration-inférieure - + - + # Levitate @@ -4709,9 +4709,9 @@ When the spell ends, the target floats gently to the ground if it is still aloft [Lévitation]: spells_hd.md#lévitation - + - + # Light @@ -4733,9 +4733,9 @@ If you target an object held or worn by a hostile creature, that creature must s [Lumière]: spells_hd.md#lumière - + - + # Lightning Bolt @@ -4759,9 +4759,9 @@ The lightning ignites flammable objects in the area that aren't being worn or ca [Éclair]: spells_hd.md#Éclair - + - + # Locate Animals or Plants @@ -4781,9 +4781,9 @@ Describe or name a specific kind of beast or plant. Concentrating on the voice o [Localiser des animaux ou des plantes]: spells_hd.md#localiser-des-animaux-ou-des-plantes - + - + # Locate Creature @@ -4807,9 +4807,9 @@ This spell can't locate a creature if running water at least 10 feet wide blocks [Localiser une créature]: spells_hd.md#localiser-une-créature - + - + # Locate Object @@ -4833,9 +4833,9 @@ This spell can't locate an object if any thickness of lead, even a thin sheet, b [Localiser un objet]: spells_hd.md#localiser-un-objet - + - + # Longstrider @@ -4857,9 +4857,9 @@ You touch a creature. The target's speed increases by 10 feet until the spell en [Grande foulée]: spells_hd.md#grande-foulée - + - + # Mage Armor @@ -4879,9 +4879,9 @@ You touch a willing creature who isn't wearing armor, and a protective magical f [Armure du mage]: spells_hd.md#armure-du-mage - + - + # Mage Hand @@ -4905,9 +4905,9 @@ The hand can't attack, activate magic items, or carry more than 10 pounds. [Main du mage]: spells_hd.md#main-du-mage - + - + # Magic Circle @@ -4939,9 +4939,9 @@ When you cast this spell, you can elect to cause its magic to operate in the rev [Cercle magique]: spells_hd.md#cercle-magique - + - + # Magic Jar @@ -4973,9 +4973,9 @@ When the spell ends, the container is destroyed. [Possession]: spells_hd.md#possession - + - + # Magic Missile @@ -4997,9 +4997,9 @@ You create three glowing darts of magical force. Each dart hits a creature of yo [Projectile magique]: spells_hd.md#projectile-magique - + - + # Magic Mouth @@ -5023,9 +5023,9 @@ The triggering circumstance can be as general or as detailed as you like, though [Bouche magique]: spells_hd.md#bouche-magique - + - + # Magic Weapon @@ -5047,9 +5047,9 @@ You touch a nonmagical weapon. Until the spell ends, that weapon becomes a magic [Arme magique]: spells_hd.md#arme-magique - + - + # Major Image @@ -5075,9 +5075,9 @@ Physical interaction with the image reveals it to be an illusion, because things [Image majeure]: spells_hd.md#image-majeure - + - + # Mass Cure Wounds @@ -5099,9 +5099,9 @@ A wave of healing energy washes out from a point of your choice within range. Ch [Soin des blessures de groupe]: spells_hd.md#soin-des-blessures-de-groupe - + - + # Mass Heal @@ -5121,9 +5121,9 @@ A flood of healing energy flows from you into injured creatures around you. You [Guérison de groupe]: spells_hd.md#guérison-de-groupe - + - + # Mass Healing Word @@ -5145,9 +5145,9 @@ As you call out words of restoration, up to six creatures of your choice that yo [Mot de guérison de groupe]: spells_hd.md#mot-de-guérison-de-groupe - + - + # Mass Suggestion @@ -5175,9 +5175,9 @@ If you or any of your companions damage a creature affected by this spell, the s [Suggestion de groupe]: spells_hd.md#suggestion-de-groupe - + - + # Maze @@ -5201,9 +5201,9 @@ When the spell ends, the target reappears in the space it left or, if that space [Labyrinthe]: spells_hd.md#labyrinthe - + - + # Meld into Stone @@ -5227,9 +5227,9 @@ Minor physical damage to the stone doesn't harm you, but its partial destruction [Fusion dans la pierre]: spells_hd.md#fusion-dans-la-pierre - + - + # Acid Arrow @@ -5251,9 +5251,9 @@ A shimmering green arrow streaks toward a target within range and bursts in a sp [Flèche acide]: spells_hd.md#flèche-acide - + - + # Mending @@ -5273,9 +5273,9 @@ This spell repairs a single break or tear in an object you touch, such as a brok [Réparation]: spells_hd.md#réparation - + - + # Message @@ -5297,9 +5297,9 @@ You can cast this spell through solid objects if you re familiar with the target [Message]: spells_hd.md#message - + - + # Meteor Swarm @@ -5321,9 +5321,9 @@ The spell damages objects in the area and ignites flammable objects that aren't [Nuée de météores]: spells_hd.md#nuée-de-météores - + - + # Mind Blank @@ -5343,9 +5343,9 @@ Until the spell ends, one willing creature you touch is immune to psychic damage [Esprit impénétrable]: spells_hd.md#esprit-impénétrable - + - + # Minor Illusion @@ -5371,9 +5371,9 @@ If a creature uses its action to examine the sound or image, the creature can de [Illusion mineure]: spells_hd.md#illusion-mineure - + - + # Mirage Arcane @@ -5399,9 +5399,9 @@ Creatures with truesight can see through the illusion to the terrain's true form [Mirage]: spells_hd.md#mirage - + - + # Mirror Image @@ -5429,9 +5429,9 @@ A creature is unaffected by this spell if it can't see, if it relies on senses o [Image miroir]: spells_hd.md#image-miroir - + - + # Mislead @@ -5455,9 +5455,9 @@ You can see through its eyes and hear through its ears as if you were located wh [Tromperie]: spells_hd.md#tromperie - + - + # Misty Step @@ -5477,9 +5477,9 @@ Briefly surrounded by silvery mist, you teleport up to 30 feet to an unoccupied [Pas brumeux]: spells_hd.md#pas-brumeux - + - + # Modify Memory @@ -5509,9 +5509,9 @@ A _[remove curse]_ or _[greater restoration]_ spell cast on the target restores [Modification de mémoire]: spells_hd.md#modification-de-mémoire - + - + # Moonbeam @@ -5539,9 +5539,9 @@ On each of your turns after you cast this spell, you can use an action to move t [Rayon de lune]: spells_hd.md#rayon-de-lune - + - + # Faithful Hound @@ -5565,9 +5565,9 @@ At the start of each of your turns, the hound attempts to bite one creature with [Chien de garde]: spells_hd.md#chien-de-garde - + - + # Magnificent Mansion @@ -5591,9 +5591,9 @@ You can create any floor plan you like, but the space can't exceed 50 cubes, eac [Manoir somptueux]: spells_hd.md#manoir-somptueux - + - + # Private Sanctum @@ -5631,9 +5631,9 @@ Casting this spell on the same spot every day for a year makes this effect perma [Sanctuaire privé]: spells_hd.md#sanctuaire-privé - + - + # Arcane Sword @@ -5655,9 +5655,9 @@ When the sword appears, you make a melee spell attack against a target of your c [Épée magique]: spells_hd.md#Épée-magique - + - + # Move Earth @@ -5685,9 +5685,9 @@ Similarly, this spell doesn't directly affect plant growth. The moved earth carr [Déplacer la terre]: spells_hd.md#déplacer-la-terre - + - + # Nondetection @@ -5707,9 +5707,9 @@ For the duration, you hide a target that you touch from divination magic. The ta [Non-détection]: spells_hd.md#non-détection - + - + # Arcanist's Magic Aura @@ -5735,9 +5735,9 @@ When you cast the spell, choose one or both of the following effects. The effect [Aura magique de l'arcaniste]: spells_hd.md#aura-magique-de-larcaniste - + - + # Freezing Sphere @@ -5763,9 +5763,9 @@ You can refrain from firing the globe after completing the spell, if you wish. A [Sphère glacée]: spells_hd.md#sphère-glacée - + - + # Resilient Sphere @@ -5791,9 +5791,9 @@ A _[disintegrate]_ spell targeting the globe destroys it without harming anythin [Sphère résiliente]: spells_hd.md#sphère-résiliente - + - + # Irresistible Dance @@ -5815,9 +5815,9 @@ A dancing creature must use all its movement to dance without leaving its space [Danse irrésistible]: spells_hd.md#danse-irrésistible - + - + # Pass without Trace @@ -5837,9 +5837,9 @@ A veil of shadows and silence radiates from you, masking you and your companions [Passage sans trace]: spells_hd.md#passage-sans-trace - + - + # Passwall @@ -5861,9 +5861,9 @@ When the opening disappears, any creatures or objects still in the passage creat [Passe-muraille]: spells_hd.md#passe-muraille - + - + # Phantasmal Killer @@ -5885,9 +5885,9 @@ You tap into the nightmares of a creature you can see within range and create an [Assassin imaginaire]: spells_hd.md#assassin-imaginaire - + - + # Phantom Steed @@ -5909,9 +5909,9 @@ For the duration, you or a creature you choose can ride the steed. The creature [Monture fantôme]: spells_hd.md#monture-fantôme - + - + # Planar Ally @@ -5943,9 +5943,9 @@ A creature enlisted to join your group counts as a member of it, receiving a ful [Allié planaire]: spells_hd.md#allié-planaire - + - + # Planar Binding @@ -5969,9 +5969,9 @@ A bound creature must follow your instructions to the best of its ability. You m [Entrave planaire]: spells_hd.md#entrave-planaire - + - + # Plane Shift @@ -5995,9 +5995,9 @@ You can use this spell to banish an unwilling creature to another plane. Choose [Changement de plan]: spells_hd.md#changement-de-plan - + - + # Plant Growth @@ -6023,9 +6023,9 @@ If you cast this spell over 8 hours, you enrich the land. All plants in a half-m [Croissance végétale]: spells_hd.md#croissance-végétale - + - + # Poison Spray @@ -6047,9 +6047,9 @@ This spell's damage increases by 1d12 when you reach 5th level (2d12), 11th leve [Bouffée de poison]: spells_hd.md#bouffée-de-poison - + - + # Polymorph @@ -6077,9 +6077,9 @@ The target's gear melds into the new form. The creature can't activate, use, wie [Métamorphose]: spells_hd.md#métamorphose - + - + # Power Word Kill @@ -6099,9 +6099,9 @@ You utter a word of power that can compel one creature you can see within range [Mot de pouvoir mortel]: spells_hd.md#mot-de-pouvoir-mortel - + - + # Power Word Stun @@ -6123,9 +6123,9 @@ The stunned target must make a Constitution saving throw at the end of each of i [Mot de pouvoir étourdissant]: spells_hd.md#mot-de-pouvoir-étourdissant - + - + # Prayer of Healing @@ -6147,9 +6147,9 @@ Up to six creatures of your choice that you can see within range each regain hit [Prière de soins]: spells_hd.md#prière-de-soins - + - + # Prestidigitation @@ -6183,9 +6183,9 @@ If you cast this spell multiple times, you can have up to three of its non-insta [Prestidigitation]: spells_hd.md#prestidigitation - + - + # Prismatic Spray @@ -6221,9 +6221,9 @@ Eight multicolored rays of light flash from your hand. Each ray is a different c [Embruns prismatiques]: spells_hd.md#embruns-prismatiques - + - + # Prismatic Wall @@ -6265,9 +6265,9 @@ While this layer is in place, spells can't be cast through the wall. The layer i [Mur prismatique]: spells_hd.md#mur-prismatique - + - + # Produce Flame @@ -6291,9 +6291,9 @@ This spell's damage increases by 1d8 when you reach 5th level (2d8), 11th level [Produire une flamme]: spells_hd.md#produire-une-flamme - + - + # Programmed Illusion @@ -6319,9 +6319,9 @@ Physical interaction with the image reveals it to be an illusion, because things [Illusion programmée]: spells_hd.md#illusion-programmée - + - + # Project Image @@ -6347,9 +6347,9 @@ Physical interaction with the image reveals it to be an illusion, because things [Image projetée]: spells_hd.md#image-projetée - + - + # Protection from Energy @@ -6369,9 +6369,9 @@ For the duration, the willing creature you touch has resistance to one damage ty [Protection contre les énergies]: spells_hd.md#protection-contre-les-énergies - + - + # Protection from Evil and Good @@ -6393,9 +6393,9 @@ The protection grants several benefits. Creatures of those types have disadvanta [Protection contre le mal et le bien]: spells_hd.md#protection-contre-le-mal-et-le-bien - + - + # Protection from Poison @@ -6417,9 +6417,9 @@ For the duration, the target has advantage on saving throws against being poison [Protection contre le poison]: spells_hd.md#protection-contre-le-poison - + - + # Purify Food and Drink @@ -6439,9 +6439,9 @@ All nonmagical food and drink within a 5-foot-radius sphere centered on a point [Purification de la nourriture et de l'eau]: spells_hd.md#purification-de-la-nourriture-et-de-leau - + - + # Raise Dead @@ -6467,9 +6467,9 @@ Coming back from the dead is an ordeal. The target takes a -4 penalty to all att [Rappel à la vie]: spells_hd.md#rappel-à-la-vie - + - + # Telepathic Bond @@ -6491,9 +6491,9 @@ Until the spell ends, the targets can communicate telepathically through the bon [Lien télépathique]: spells_hd.md#lien-télépathique - + - + # Ray of Enfeeblement @@ -6515,9 +6515,9 @@ At the end of each of the target's turns, it can make a Constitution saving thro [Rayon affaiblissant]: spells_hd.md#rayon-affaiblissant - + - + # Ray of Frost @@ -6539,9 +6539,9 @@ The spell's damage increases by 1d8 when you reach 5th level (2d8), 11th level ( [Rayon de givre]: spells_hd.md#rayon-de-givre - + - + # Regenerate @@ -6563,9 +6563,9 @@ The target's severed body members (fingers, legs, tails, and so on), if any, are [Régénération]: spells_hd.md#régénération - + - + # Reincarnate @@ -6608,9 +6608,9 @@ The reincarnated creature recalls its former life and experiences. It retains th [Réincarnation]: spells_hd.md#réincarnation - + - + # Remove Curse @@ -6630,9 +6630,9 @@ At your touch, all curses affecting one creature or object end. If the object is [Lever une malédiction]: spells_hd.md#lever-une-malédiction - + - + # Resistance @@ -6652,9 +6652,9 @@ You touch one willing creature. Once before the spell ends, the target can roll [Résistance]: spells_hd.md#résistance - + - + # Resurrection @@ -6682,9 +6682,9 @@ Casting this spell to restore life to a creature that has been dead for one year [Résurrection]: spells_hd.md#résurrection - + - + # Reverse Gravity @@ -6708,9 +6708,9 @@ At the end of the duration, affected objects and creatures fall back down. [Inversion de la gravité]: spells_hd.md#inversion-de-la-gravité - + - + # Revivify @@ -6730,9 +6730,9 @@ You touch a creature that has died within the last minute. That creature returns [Revigorer]: spells_hd.md#revigorer - + - + # Rope Trick @@ -6758,9 +6758,9 @@ Anything inside the extradimensional space drops out when the spell ends. [Corde enchantée]: spells_hd.md#corde-enchantée - + - + # Sacred Flame @@ -6782,9 +6782,9 @@ The spell's damage increases by 1d8 when you reach 5th level (2d8), 11th level ( [Flamme sacrée]: spells_hd.md#flamme-sacrée - + - + # Sanctuary @@ -6806,9 +6806,9 @@ If the warded creature makes an attack or casts a spell that affects an enemy cr [Sanctuaire]: spells_hd.md#sanctuaire - + - + # Scorching Ray @@ -6832,9 +6832,9 @@ Make a ranged spell attack for each ray. On a hit, the target takes 2d6 fire dam [Rayon ardent]: spells_hd.md#rayon-ardent - + - + # Scrying @@ -6868,9 +6868,9 @@ On a successful save, the target isn't affected, and you can't use this spell ag [Scrutation]: spells_hd.md#scrutation - + - + # See Invisibility @@ -6890,9 +6890,9 @@ For the duration, you see invisible creatures and objects as if they were visibl [Voir l'invisible]: spells_hd.md#voir-linvisible - + - + # Seeming @@ -6918,9 +6918,9 @@ A creature can use its action to inspect a target and make an Intelligence (Inve [Apparence trompeuse]: spells_hd.md#apparence-trompeuse - + - + # Sending @@ -6942,9 +6942,9 @@ You can send the message across any distance and even to other planes of existen [Envoi de message]: spells_hd.md#envoi-de-message - + - + # Sequester @@ -6968,9 +6968,9 @@ You can set a condition for the spell to end early. The condition can be anythin [Séquestration]: spells_hd.md#séquestration - + - + # Shapechange @@ -7000,9 +7000,9 @@ During this spell's duration, you can use your action to assume a different form [Changement de forme]: spells_hd.md#changement-de-forme - + - + # Shatter @@ -7026,9 +7026,9 @@ A nonmagical object that isn't being worn or carried also takes the damage if it [Briser]: spells_hd.md#briser - + - + # Shield @@ -7048,9 +7048,9 @@ An invisible barrier of magical force appears and protects you. Until the start [Bouclier]: spells_hd.md#bouclier - + - + # Shield of Faith @@ -7070,9 +7070,9 @@ A shimmering field appears and surrounds a creature of your choice within range, [Bouclier de la foi]: spells_hd.md#bouclier-de-la-foi - + - + # Shillelagh @@ -7092,9 +7092,9 @@ The wood of a club or quarterstaff you are holding is imbued with nature's power [Gourdin magique]: spells_hd.md#gourdin-magique - + - + # Shocking Grasp @@ -7116,9 +7116,9 @@ The spell's damage increases by 1d8 when you reach 5th level (2d8), 11th level ( [Poigne électrique]: spells_hd.md#poigne-électrique - + - + # Silence @@ -7140,9 +7140,9 @@ Casting a spell that includes a verbal component is impossible there. [Silence]: spells_hd.md#silence - + - + # Silent Image @@ -7166,9 +7166,9 @@ Physical interaction with the image reveals it to be an illusion, because things [Image silencieuse]: spells_hd.md#image-silencieuse - + - + # Simulacrum @@ -7194,9 +7194,9 @@ If you cast this spell again, any currently active duplicates you created with t [Simulacre]: spells_hd.md#simulacre - + - + # Sleep @@ -7222,9 +7222,9 @@ Undead and creatures immune to being charmed aren't affected by this spell. [Sommeil]: spells_hd.md#sommeil - + - + # Sleet Storm @@ -7248,9 +7248,9 @@ If a creature is concentrating in the spell's area, the creature must make a suc [Tempête de neige]: spells_hd.md#tempête-de-neige - + - + # Slow @@ -7276,9 +7276,9 @@ A creature affected by this spell makes another Wisdom saving throw at the end o [Lenteur]: spells_hd.md#lenteur - + - + # Spare the Dying @@ -7298,9 +7298,9 @@ You touch a living creature that has 0 hit points. The creature becomes stable. [Épargner les mourants]: spells_hd.md#Épargner-les-mourants - + - + # Speak with Animals @@ -7320,9 +7320,9 @@ You gain the ability to comprehend and verbally communicate with beasts for the [Communication avec les animaux]: spells_hd.md#communication-avec-les-animaux - + - + # Speak with Dead @@ -7344,9 +7344,9 @@ Until the spell ends, you can ask the corpse up to five questions. The corpse kn [Communication avec les morts]: spells_hd.md#communication-avec-les-morts - + - + # Speak with Plants @@ -7374,9 +7374,9 @@ This spell can cause the plants created by the _[entangle]_ spell to release a r [Communication avec les plantes]: spells_hd.md#communication-avec-les-plantes - + - + # Spider Climb @@ -7396,9 +7396,9 @@ Until the spell ends, one willing creature you touch gains the ability to move u [Pattes d'araignée]: spells_hd.md#pattes-daraignée - + - + # Spike Growth @@ -7420,9 +7420,9 @@ The transformation of the ground is camouflaged to look natural. Any creature th [Croissance d'épines]: spells_hd.md#croissance-dépines - + - + # Spirit Guardians @@ -7446,9 +7446,9 @@ When you cast this spell, you can designate any number of creatures you can see [Esprits gardiens]: spells_hd.md#esprits-gardiens - + - + # Spiritual Weapon @@ -7474,9 +7474,9 @@ The weapon can take whatever form you choose. Clerics of deities who are associa [Arme spirituelle]: spells_hd.md#arme-spirituelle - + - + # Stinking Cloud @@ -7500,9 +7500,9 @@ A moderate wind (at least 10 miles per hour) disperses the cloud after 4 rounds. [Nuage puant]: spells_hd.md#nuage-puant - + - + # Stone Shape @@ -7522,9 +7522,9 @@ You touch a stone object of Medium size or smaller or a section of stone no more [Façonnage de la pierre]: spells_hd.md#façonnage-de-la-pierre - + - + # Stoneskin @@ -7544,9 +7544,9 @@ This spell turns the flesh of a willing creature you touch as hard as stone. Unt [Peau de pierre]: spells_hd.md#peau-de-pierre - + - + # Storm of Vengeance @@ -7576,9 +7576,9 @@ Each round you maintain concentration on this spell, the storm produces addition [Tempête vengeresse]: spells_hd.md#tempête-vengeresse - + - + # Suggestion @@ -7604,9 +7604,9 @@ If you or any of your companions damage the target, the spell ends. [Suggestion]: spells_hd.md#suggestion - + - + # Sunbeam @@ -7630,9 +7630,9 @@ For the duration, a mote of brilliant radiance shines in your hand. It sheds bri [Rayon de soleil]: spells_hd.md#rayon-de-soleil - + - + # Sunburst @@ -7656,9 +7656,9 @@ This spell dispels any darkness in its area that was created by a spell. [Éclat du soleil]: spells_hd.md#Éclat-du-soleil - + - + # Symbol @@ -7702,9 +7702,9 @@ When you inscribe the glyph, choose one of the options below for its effect. Onc [Symbole]: spells_hd.md#symbole - + - + # Hideous Laughter @@ -7726,9 +7726,9 @@ At the end of each of its turns, and each time it takes damage, the target can m [Fou rire]: spells_hd.md#fou-rire - + - + # Telekinesis @@ -7754,9 +7754,9 @@ You can exert fine control on objects with your telekinetic grip, such as manipu [Télékinésie]: spells_hd.md#télékinésie - + - + # Teleport @@ -7810,9 +7810,9 @@ The destination you choose must be known to you, and it must be on the same plan [Téléportation]: spells_hd.md#téléportation - + - + # Teleportation Circle @@ -7836,9 +7836,9 @@ You can create a permanent teleportation circle by casting this spell in the sam [Cercle de téléportation]: spells_hd.md#cercle-de-téléportation - + - + # Floating Disk @@ -7862,9 +7862,9 @@ If you move more than 100 feet from the disk (typically because it can't move ar [Disque flottant]: spells_hd.md#disque-flottant - + - + # Thaumaturgy @@ -7898,9 +7898,9 @@ If you cast this spell multiple times, you can have up to three of its 1-minute [Thaumaturgie]: spells_hd.md#thaumaturgie - + - + # Thunderwave @@ -7924,9 +7924,9 @@ In addition, unsecured objects that are completely within the area of effect are [Vague tonnante]: spells_hd.md#vague-tonnante - + - + # Time Stop @@ -7948,9 +7948,9 @@ This spell ends if one of the actions you use during this period, or any effects [Arrêt du temps]: spells_hd.md#arrêt-du-temps - + - + # Tongues @@ -7970,9 +7970,9 @@ This spell grants the creature you touch the ability to understand any spoken la [Langues]: spells_hd.md#langues - + - + # Transport via Plants @@ -7992,9 +7992,9 @@ This spell creates a magical link between a Large or larger inanimate plant with [Transport végétal]: spells_hd.md#transport-végétal - + - + # Tree Stride @@ -8016,9 +8016,9 @@ You can use this transportation ability once per round for the duration. You mus [Passage par les arbres]: spells_hd.md#passage-par-les-arbres - + - + # True Polymorph @@ -8054,9 +8054,9 @@ If the spell becomes permanent, you no longer control the creature. It might rem [Métamorphose suprême]: spells_hd.md#métamorphose-suprême - + - + # True Resurrection @@ -8080,9 +8080,9 @@ The spell can even provide a new body if the original no longer exists, in which [Résurrection suprême]: spells_hd.md#résurrection-suprême - + - + # True Seeing @@ -8102,9 +8102,9 @@ This spell gives the willing creature you touch the ability to see things as the [Vision suprême]: spells_hd.md#vision-suprême - + - + # True Strike @@ -8124,9 +8124,9 @@ You extend your hand and point a finger at a target in range. Your magic grants [Viser juste]: spells_hd.md#viser-juste - + - + # Unseen Servant @@ -8150,9 +8150,9 @@ If you command the servant to perform a task that would move it more than 60 fee [Serviteur invisible]: spells_hd.md#serviteur-invisible - + - + # Vampiric Touch @@ -8174,9 +8174,9 @@ The touch of your shadow-wreathed hand can siphon life force from others to heal [Caresse du vampire]: spells_hd.md#caresse-du-vampire - + - + # Vicious Mockery @@ -8198,9 +8198,9 @@ This spell's damage increases by 1d4 when you reach 5th level (2d4), 11th level [Moquerie cruelle]: spells_hd.md#moquerie-cruelle - + - + # Wall of Fire @@ -8228,9 +8228,9 @@ The other side of the wall deals no damage. [Mur de feu]: spells_hd.md#mur-de-feu - + - + # Wall of Force @@ -8252,9 +8252,9 @@ Nothing can physically pass through the wall. It is immune to all damage and can [Mur de force]: spells_hd.md#mur-de-force - + - + # Wall of Ice @@ -8280,9 +8280,9 @@ The wall is an object that can be damaged and thus breached. It has AC 12 and 30 [Mur de glace]: spells_hd.md#mur-de-glace - + - + # Wall of Stone @@ -8312,9 +8312,9 @@ If you maintain your concentration on this spell for its whole duration, the wal [Mur de pierre]: spells_hd.md#mur-de-pierre - + - + # Wall of Thorns @@ -8340,9 +8340,9 @@ A creature can move through the wall, albeit slowly and painfully. For every 1 f [Mur d'épines]: spells_hd.md#mur-dépines - + - + # Warding Bond @@ -8364,9 +8364,9 @@ The spell ends if you drop to 0 hit points or if you and the target become separ [Lien de protection]: spells_hd.md#lien-de-protection - + - + # Water Breathing @@ -8386,9 +8386,9 @@ This spell grants up to ten willing creatures you can see within range the abili [Respiration aquatique]: spells_hd.md#respiration-aquatique - + - + # Water Walk @@ -8410,9 +8410,9 @@ If you target a creature submerged in a liquid, the spell carries the target to [Marche sur l'eau]: spells_hd.md#marche-sur-leau - + - + # Web @@ -8440,9 +8440,9 @@ The webs are flammable. Any 5-foot cube of webs exposed to fire burns away in 1 [Toile d'araignée]: spells_hd.md#toile-daraignée - + - + # Weird @@ -8462,9 +8462,9 @@ Drawing on the deepest fears of a group of creatures, you create illusory creatu [Étrangeté]: spells_hd.md#Étrangeté - + - + # Wind Walk @@ -8486,9 +8486,9 @@ If a creature is in cloud form and flying when the effect ends, the creature des [Marche sur le vent]: spells_hd.md#marche-sur-le-vent - + - + # Wind Wall @@ -8512,9 +8512,9 @@ The strong wind keeps fog, smoke, and other gases at bay. Small or smaller flyin [Mur de vent]: spells_hd.md#mur-de-vent - + - + # Wish @@ -8552,9 +8552,9 @@ The stress of casting this spell to produce any effect other than duplicating an [Souhait]: spells_hd.md#souhait - + - + # Word of Recall @@ -8576,9 +8576,9 @@ You must designate a sanctuary by casting this spell within a location, such as [Mot de retour]: spells_hd.md#mot-de-retour - + - + # Zone of Truth @@ -8599,9 +8599,9 @@ An affected creature is aware of the spell and can thus avoid answering question [Zone de vérité]: spells_hd.md#zone-de-vérité - + - + [antimagic field]: spells_vo.hd#antimagic-field [arcane lock]: spells_vo.hd#arcane-lock