diff --git a/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs b/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs index 27afd3ca..08e84eb4 100644 --- a/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs +++ b/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs @@ -1,12 +1,4 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { public class BackgroundItem : Item diff --git a/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs b/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs index dc471932..c968ad69 100644 --- a/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs +++ b/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs @@ -1,12 +1,4 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { public class BackgroundSpecialtyItem : Item diff --git a/AideDeJeu/AideDeJeu/Models/ClassEquipmentItem.cs b/AideDeJeu/AideDeJeu/Models/ClassEquipmentItem.cs index 9fe03865..f74940da 100644 --- a/AideDeJeu/AideDeJeu/Models/ClassEquipmentItem.cs +++ b/AideDeJeu/AideDeJeu/Models/ClassEquipmentItem.cs @@ -1,6 +1,4 @@ -using AideDeJeuLib; - -namespace AideDeJeu.Models +namespace AideDeJeuLib { public class ClassEquipmentItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/ClassEvolutionItem.cs b/AideDeJeu/AideDeJeu/Models/ClassEvolutionItem.cs index 6f78f469..a5e95e6a 100644 --- a/AideDeJeu/AideDeJeu/Models/ClassEvolutionItem.cs +++ b/AideDeJeu/AideDeJeu/Models/ClassEvolutionItem.cs @@ -1,6 +1,4 @@ -using AideDeJeuLib; - -namespace AideDeJeu.Models +namespace AideDeJeuLib { public class ClassEvolutionItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/ClassFeatureItem.cs b/AideDeJeu/AideDeJeu/Models/ClassFeatureItem.cs index a06f6114..f4bd8593 100644 --- a/AideDeJeu/AideDeJeu/Models/ClassFeatureItem.cs +++ b/AideDeJeu/AideDeJeu/Models/ClassFeatureItem.cs @@ -1,6 +1,4 @@ -using AideDeJeuLib; - -namespace AideDeJeu.Models +namespace AideDeJeuLib { public class ClassFeatureItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/ClassHitPointsItem.cs b/AideDeJeu/AideDeJeu/Models/ClassHitPointsItem.cs index 333c13f7..2dc82f90 100644 --- a/AideDeJeu/AideDeJeu/Models/ClassHitPointsItem.cs +++ b/AideDeJeu/AideDeJeu/Models/ClassHitPointsItem.cs @@ -1,6 +1,4 @@ -using AideDeJeuLib; - -namespace AideDeJeu.Models +namespace AideDeJeuLib { public class ClassHitPointsItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/ClassItem.cs b/AideDeJeu/AideDeJeu/Models/ClassItem.cs index ce8b3a92..b903db86 100644 --- a/AideDeJeu/AideDeJeu/Models/ClassItem.cs +++ b/AideDeJeu/AideDeJeu/Models/ClassItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class ClassItem : Item { } diff --git a/AideDeJeu/AideDeJeu/Models/ClassProficienciesItem.cs b/AideDeJeu/AideDeJeu/Models/ClassProficienciesItem.cs index f747b7f9..bfab6eb8 100644 --- a/AideDeJeu/AideDeJeu/Models/ClassProficienciesItem.cs +++ b/AideDeJeu/AideDeJeu/Models/ClassProficienciesItem.cs @@ -1,6 +1,4 @@ -using AideDeJeuLib; - -namespace AideDeJeu.Models +namespace AideDeJeuLib { public class ClassProficienciesItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/Equipment.cs b/AideDeJeu/AideDeJeu/Models/Equipment.cs index 979807de..d5477ade 100644 --- a/AideDeJeu/AideDeJeu/Models/Equipment.cs +++ b/AideDeJeu/AideDeJeu/Models/Equipment.cs @@ -1,11 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.RegularExpressions; -using AideDeJeu.Tools; -using Markdig.Syntax; - -namespace AideDeJeuLib +namespace AideDeJeuLib { public class Equipment : Item { diff --git a/AideDeJeu/AideDeJeu/Models/Equipments.cs b/AideDeJeu/AideDeJeu/Models/Equipments.cs index 0308278b..1c1adc97 100644 --- a/AideDeJeu/AideDeJeu/Models/Equipments.cs +++ b/AideDeJeu/AideDeJeu/Models/Equipments.cs @@ -1,7 +1,4 @@ using AideDeJeu.ViewModels; -using System; -using System.Collections.Generic; -using System.Text; namespace AideDeJeuLib { diff --git a/AideDeJeu/AideDeJeu/Models/FeatItem.cs b/AideDeJeu/AideDeJeu/Models/FeatItem.cs index d44aa2a0..2056b84d 100644 --- a/AideDeJeu/AideDeJeu/Models/FeatItem.cs +++ b/AideDeJeu/AideDeJeu/Models/FeatItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class FeatItem : Item { } diff --git a/AideDeJeu/AideDeJeu/Models/FilteredItems.cs b/AideDeJeu/AideDeJeu/Models/FilteredItems.cs index 8e88b66d..d3b6857a 100644 --- a/AideDeJeu/AideDeJeu/Models/FilteredItems.cs +++ b/AideDeJeu/AideDeJeu/Models/FilteredItems.cs @@ -1,9 +1,7 @@ using System; -using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; -using AideDeJeu.ViewModels; using YamlDotNet.Serialization; namespace AideDeJeuLib diff --git a/AideDeJeu/AideDeJeu/Models/HomeItem.cs b/AideDeJeu/AideDeJeu/Models/HomeItem.cs index c2ea5dca..160f0c5b 100644 --- a/AideDeJeu/AideDeJeu/Models/HomeItem.cs +++ b/AideDeJeu/AideDeJeu/Models/HomeItem.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Runtime.Serialization; -using System.Text; -using Markdig.Syntax; +using System.Runtime.Serialization; namespace AideDeJeuLib { diff --git a/AideDeJeu/AideDeJeu/Models/Item.cs b/AideDeJeu/AideDeJeu/Models/Item.cs index 6bfacfed..6f608696 100644 --- a/AideDeJeu/AideDeJeu/Models/Item.cs +++ b/AideDeJeu/AideDeJeu/Models/Item.cs @@ -2,14 +2,12 @@ using AideDeJeu.ViewModels; using SQLite; using System; -using System.Collections; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; -using System.Xml; using YamlDotNet.Core; using YamlDotNet.Core.Events; using YamlDotNet.Serialization; @@ -197,17 +195,9 @@ namespace AideDeJeuLib { { "Generic", typeof(Generic) }, { "Monster", typeof(Monster) }, - //{ "MonsterHD", typeof(MonsterHD) }, - //{ "MonsterVO", typeof(MonsterVO) }, { "Monsters", typeof(Monsters) }, - //{ "MonstersHD", typeof(MonstersHD) }, - //{ "MonstersVO", typeof(MonstersVO) }, { "Spell", typeof(Spell) }, - //{ "SpellHD", typeof(SpellHD) }, - //{ "SpellVO", typeof(SpellVO) }, { "Spells", typeof(Spells) }, - //{ "SpellsHD", typeof(SpellsHD) }, - //{ "SpellsVO", typeof(SpellsVO) }, { "Equipment", typeof(Equipment) }, { "Equipments", typeof(Equipments) }, { "LinkItem", typeof(LinkItem) }, @@ -228,6 +218,12 @@ namespace AideDeJeuLib { "BackgroundSpecialtyItem", typeof(BackgroundSpecialtyItem) }, { "BackgroundItem", typeof(BackgroundItem) }, { "SkillItem", typeof(SkillItem) }, + { "ClassEquipmentItem", typeof(ClassEquipmentItem) }, + { "ClassEvolutionItem", typeof(ClassEvolutionItem) }, + { "ClassFeatureItem", typeof(ClassFeatureItem) }, + { "ClassHitPointsItem", typeof(ClassHitPointsItem) }, + { "ClassProficienciesItem", typeof(ClassProficienciesItem) }, + { "Items", typeof(Items) }, { "Item", typeof(Item) }, }; diff --git a/AideDeJeu/AideDeJeu/Models/Items.cs b/AideDeJeu/AideDeJeu/Models/Items.cs index 6560974e..2d41c9f4 100644 --- a/AideDeJeu/AideDeJeu/Models/Items.cs +++ b/AideDeJeu/AideDeJeu/Models/Items.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class Items : Item { diff --git a/AideDeJeu/AideDeJeu/Models/LinkItem.cs b/AideDeJeu/AideDeJeu/Models/LinkItem.cs index d517372d..aa2193d4 100644 --- a/AideDeJeu/AideDeJeu/Models/LinkItem.cs +++ b/AideDeJeu/AideDeJeu/Models/LinkItem.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.RegularExpressions; -using AideDeJeu.Tools; -using Markdig.Syntax; +using System.Text.RegularExpressions; namespace AideDeJeuLib { diff --git a/AideDeJeu/AideDeJeu/Models/MagicItem.cs b/AideDeJeu/AideDeJeu/Models/MagicItem.cs index 5e733a6e..e879cbed 100644 --- a/AideDeJeu/AideDeJeu/Models/MagicItem.cs +++ b/AideDeJeu/AideDeJeu/Models/MagicItem.cs @@ -1,9 +1,4 @@ -using AideDeJeuLib; -using System; -using System.Collections.Generic; -using System.Text; - -namespace AideDeJeuLib +namespace AideDeJeuLib { public class MagicItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/MagicItems.cs b/AideDeJeu/AideDeJeu/Models/MagicItems.cs index 78d092fe..ad533de7 100644 --- a/AideDeJeu/AideDeJeu/Models/MagicItems.cs +++ b/AideDeJeu/AideDeJeu/Models/MagicItems.cs @@ -1,8 +1,4 @@ using AideDeJeu.ViewModels; -using AideDeJeuLib; -using System; -using System.Collections.Generic; -using System.Text; namespace AideDeJeuLib { diff --git a/AideDeJeu/AideDeJeu/Models/PageItem.cs b/AideDeJeu/AideDeJeu/Models/PageItem.cs index 38e33b49..fe8455e5 100644 --- a/AideDeJeu/AideDeJeu/Models/PageItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PageItem.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace AideDeJeuLib +namespace AideDeJeuLib { public class PageItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs index 4f38db7c..d987f119 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class PersonalityDefectItem : Item { } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs index 0dd881e6..669ca014 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class PersonalityIdealItem : Item { } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs index 65c8faf3..c6fbd985 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class PersonalityLinkItem : Item { } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs index 744c10e8..b2670a9e 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class PersonalityTraitItem : Item { } diff --git a/AideDeJeu/AideDeJeu/Models/RaceItem.cs b/AideDeJeu/AideDeJeu/Models/RaceItem.cs index e6b0b752..99507897 100644 --- a/AideDeJeu/AideDeJeu/Models/RaceItem.cs +++ b/AideDeJeu/AideDeJeu/Models/RaceItem.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; +using System.Runtime.Serialization; namespace AideDeJeuLib { diff --git a/AideDeJeu/AideDeJeu/Models/SkillItem.cs b/AideDeJeu/AideDeJeu/Models/SkillItem.cs index c0673297..3a701e8f 100644 --- a/AideDeJeu/AideDeJeu/Models/SkillItem.cs +++ b/AideDeJeu/AideDeJeu/Models/SkillItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class SkillItem : Item { diff --git a/AideDeJeu/AideDeJeu/Models/SubBackgroundItem.cs b/AideDeJeu/AideDeJeu/Models/SubBackgroundItem.cs index 89a06739..c45c3661 100644 --- a/AideDeJeu/AideDeJeu/Models/SubBackgroundItem.cs +++ b/AideDeJeu/AideDeJeu/Models/SubBackgroundItem.cs @@ -1,14 +1,5 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; - -namespace AideDeJeuLib +namespace AideDeJeuLib { - public class SubBackgroundItem : BackgroundItem { } diff --git a/AideDeJeu/AideDeJeu/Models/SubClassItem.cs b/AideDeJeu/AideDeJeu/Models/SubClassItem.cs index ad9df698..da0b97ce 100644 --- a/AideDeJeu/AideDeJeu/Models/SubClassItem.cs +++ b/AideDeJeu/AideDeJeu/Models/SubClassItem.cs @@ -1,14 +1,7 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; +using System.Runtime.Serialization; namespace AideDeJeuLib { - public class SubClassItem : ClassItem { [DataMember] diff --git a/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs b/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs index aac9adf4..a6208d44 100644 --- a/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs +++ b/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.Serialization; -using AideDeJeu.ViewModels; -using YamlDotNet.Serialization; +using System.Runtime.Serialization; namespace AideDeJeuLib { diff --git a/AideDeJeu/AideDeJeu/ViewModels/PlayerCharacterEditorViewModel.cs b/AideDeJeu/AideDeJeu/ViewModels/PlayerCharacterEditorViewModel.cs index 2407f960..5dd43873 100644 --- a/AideDeJeu/AideDeJeu/ViewModels/PlayerCharacterEditorViewModel.cs +++ b/AideDeJeu/AideDeJeu/ViewModels/PlayerCharacterEditorViewModel.cs @@ -100,7 +100,7 @@ namespace AideDeJeu.ViewModels public List Abilities { get; set; } = new List() { - "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" + "2 (-4)", "3 (-4)", "4 (-3)", "5 (-3)", "6 (-2)", "7 (-2)", "8 (-1)", "9 (-1)", "10 (+0)", "11 (+0)", "12 (+1)", "13 (+1)", "14 (+2)", "15 (+2)", "16 (+3)", "17 (+3)", "18 (+4)", "19 (+4)", "20 (+5)", "21 (+5)" }; public List Levels { get; set; } = new List() { diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml index 049814b7..da9917de 100644 --- a/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml +++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml @@ -5,7 +5,6 @@ xmlns:tools="clr-namespace:AideDeJeu.Tools" xmlns:mdview="clr-namespace:Xam.Forms.Markdown" x:Name="This" - Visual="Material" Title="Création de personnage" > @@ -15,71 +14,40 @@ - - - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + diff --git a/Data/HD/hd_barbarian.md b/Data/HD/hd_barbarian.md index f5f5c0b9..55675889 100644 --- a/Data/HD/hd_barbarian.md +++ b/Data/HD/hd_barbarian.md @@ -1,17 +1,14 @@ --- !ClassItem -Id: barbarian_hd.md#barbarepoints-de-vie +Id: barbarian_hd.md#barbare RootId: barbarian_hd.md ParentLink: classes_hd.md -Name: BarbarePoints de vie +Name: Barbare ParentName: Classes -NameLevel: 2 +NameLevel: 1 AltName: Barbarian (SRD p8) Source: (MDR p114) -Attributes: - HitDice: 1d12 par niveau de barbare - HitPointsAt1stLevel: 12 + votre modificateur de [Constitution](hd_abilities_constitution.md) - HitPointsAtHigherLevels: 1d12 (ou 7) + votre modificateur de [Constitution](hd_abilities_constitution.md) par niveau de barbare après le premier niveau +Attributes: {} --- >  [Classes](hd_classes.md) @@ -26,9 +23,78 @@ Attributes: En tant que barbare, vous bénéficiez des aptitudes de classe suivantes. -## Points de vie -**Dés de vie :** 1d12 par niveau de barbare -**Points de vie au niveau 1 :** 12 + votre modificateur de [Constitution](hd_abilities_constitution.md) -**Points de vie aux niveaux supérieurs :** 1d12 (ou 7) + votre modificateur de [Constitution](hd_abilities_constitution.md) par niveau de barbare après le premier niveau +## [Points de vie](hd_barbarian_points_de_vie.md) + + + +## [Maîtrises](hd_barbarian_maitrises.md) + + + +## [Équipement](hd_barbarian_equipement.md) + + + +# [Tableau d'évolution](hd_barbarian_tableau_devolution.md) + + + +## [Rage](hd_barbarian_rage.md) + + + +## [Défense sans armure](hd_barbarian_defense_sans_armure.md) + + + +## [Témérité](hd_barbarian_temerite.md) + + + +## [Sens du danger](hd_barbarian_sens_du_danger.md) + + + +## [Voie primitive](hd_barbarian_voie_primitive.md) + + + +## [Amélioration de caractéristiques](hd_barbarian_amelioration_de_caracteristiques.md) + + + +## [Attaque supplémentaire](hd_barbarian_attaque_supplementaire.md) + + + +## [Déplacement rapide](hd_barbarian_deplacement_rapide.md) + + + +## [Instinct sauvage](hd_barbarian_instinct_sauvage.md) + + + +## [Critique brutal](hd_barbarian_critique_brutal.md) + + + +## [Rage implacable](hd_barbarian_rage_implacable.md) + + + +## [Rage ininterrompue](hd_barbarian_rage_ininterrompue.md) + + + +## [Puissance indomptable](hd_barbarian_puissance_indomptable.md) + + + +## [Champion primitif](hd_barbarian_champion_primitif.md) + + + +# [Voies primitives](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_amelioration_de_caracteristiques.md b/Data/HD/hd_barbarian_amelioration_de_caracteristiques.md index 17872ee4..f1b7aca6 100644 --- a/Data/HD/hd_barbarian_amelioration_de_caracteristiques.md +++ b/Data/HD/hd_barbarian_amelioration_de_caracteristiques.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#amélioration-de-caractéristiques ParentLink: barbarian_hd.md#barbare Name: Amélioration de caractéristiques diff --git a/Data/HD/hd_barbarian_attaque_supplementaire.md b/Data/HD/hd_barbarian_attaque_supplementaire.md index 16cbb6c3..03219ba0 100644 --- a/Data/HD/hd_barbarian_attaque_supplementaire.md +++ b/Data/HD/hd_barbarian_attaque_supplementaire.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#attaque-supplémentaire ParentLink: barbarian_hd.md#barbare Name: Attaque supplémentaire diff --git a/Data/HD/hd_barbarian_berserker.md b/Data/HD/hd_barbarian_berserker.md index a5676153..49800628 100644 --- a/Data/HD/hd_barbarian_berserker.md +++ b/Data/HD/hd_barbarian_berserker.md @@ -1,16 +1,17 @@ --- !SubClassItem +Name: Voie du berserker +Source: (MDR p116) +ParentClassId: hd_barbarian.md Id: barbarian_berserker_hd.md#voie-du-berserker RootId: barbarian_berserker_hd.md ParentLink: barbarian_hd.md#voies-primitives -Name: Voie du berserker ParentName: Voies primitives NameLevel: 1 AltName: Wisdom (SRD p9) -Source: (MDR p116) Attributes: {} --- ->  [Voies primitives](barbarian_hd.md#voies-primitives) +>  [Voies primitives](hd_barbarian_voies_primitives.md) --- diff --git a/Data/HD/hd_barbarian_champion_primitif.md b/Data/HD/hd_barbarian_champion_primitif.md index cbc7a20a..724a06b6 100644 --- a/Data/HD/hd_barbarian_champion_primitif.md +++ b/Data/HD/hd_barbarian_champion_primitif.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#champion-primitif ParentLink: barbarian_hd.md#barbare Name: Champion primitif diff --git a/Data/HD/hd_barbarian_critique_brutal.md b/Data/HD/hd_barbarian_critique_brutal.md index a45df492..09a7ac6d 100644 --- a/Data/HD/hd_barbarian_critique_brutal.md +++ b/Data/HD/hd_barbarian_critique_brutal.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#critique-brutal ParentLink: barbarian_hd.md#barbare Name: Critique brutal diff --git a/Data/HD/hd_barbarian_defense_sans_armure.md b/Data/HD/hd_barbarian_defense_sans_armure.md index 238651de..f1d38d00 100644 --- a/Data/HD/hd_barbarian_defense_sans_armure.md +++ b/Data/HD/hd_barbarian_defense_sans_armure.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#défense-sans-armure ParentLink: barbarian_hd.md#barbare Name: Défense sans armure diff --git a/Data/HD/hd_barbarian_deplacement_rapide.md b/Data/HD/hd_barbarian_deplacement_rapide.md index 30dca0e3..76e18f43 100644 --- a/Data/HD/hd_barbarian_deplacement_rapide.md +++ b/Data/HD/hd_barbarian_deplacement_rapide.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#déplacement-rapide ParentLink: barbarian_hd.md#barbare Name: Déplacement rapide diff --git a/Data/HD/hd_barbarian_equipement.md b/Data/HD/hd_barbarian_equipement.md index c2249f04..e2b64893 100644 --- a/Data/HD/hd_barbarian_equipement.md +++ b/Data/HD/hd_barbarian_equipement.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassEquipmentItem Id: barbarian_hd.md#Équipement ParentLink: barbarian_hd.md#barbare Name: Équipement diff --git a/Data/HD/hd_barbarian_howling.md b/Data/HD/hd_barbarian_howling.md index 666b835d..a574526f 100644 --- a/Data/HD/hd_barbarian_howling.md +++ b/Data/HD/hd_barbarian_howling.md @@ -1,15 +1,16 @@ --- !SubClassItem +Name: Voie du hurlement +Source: (MDR p118) +ParentClassId: hd_barbarian.md Id: barbarian_howling_hd.md#voie-du-hurlement RootId: barbarian_howling_hd.md ParentLink: barbarian_hd.md#voies-primitives -Name: Voie du hurlement ParentName: Voies primitives NameLevel: 1 -Source: (MDR p118) Attributes: {} --- ->  [Voies primitives](barbarian_hd.md#voies-primitives) +>  [Voies primitives](hd_barbarian_voies_primitives.md) --- diff --git a/Data/HD/hd_barbarian_instinct_sauvage.md b/Data/HD/hd_barbarian_instinct_sauvage.md index 342bde8e..d2d781b3 100644 --- a/Data/HD/hd_barbarian_instinct_sauvage.md +++ b/Data/HD/hd_barbarian_instinct_sauvage.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#instinct-sauvage ParentLink: barbarian_hd.md#barbare Name: Instinct sauvage diff --git a/Data/HD/hd_barbarian_maitrises.md b/Data/HD/hd_barbarian_maitrises.md index b028eb3f..a6f7ee21 100644 --- a/Data/HD/hd_barbarian_maitrises.md +++ b/Data/HD/hd_barbarian_maitrises.md @@ -1,11 +1,16 @@ --- -!Generic +!ClassProficienciesItem Id: barbarian_hd.md#maîtrises ParentLink: barbarian_hd.md#barbare Name: Maîtrises ParentName: Barbare NameLevel: 2 -Attributes: {} +Attributes: + Armor: '[armures légères](equipment_hd_with_type_armurelégère.md), [armures intermédiaires](equipment_hd_with_type_armureintermédiaire.md), [boucliers](hd_equipment_bouclier.md)' + Weapons: '[armes courantes](equipment_hd_with_type_armecourante.md), [armes de guerre]' + Tools: aucun + SavingThrows: '[Force](hd_abilities_strength.md), [Constitution](hd_abilities_constitution.md)' + Skills: choisissez deux compétences parmi [Athlétisme](hd_abilities_strength_athletisme.md), [Dressage](hd_abilities_wisdom_dressage.md), [Intimidation](hd_abilities_charisma_intimidation.md), [Nature](hd_abilities_intelligence_nature.md), [Perception](hd_abilities_wisdom_perception.md) et [Survie](hd_abilities_wisdom_survie.md) --- > [Barbare](hd_barbarian.md) diff --git a/Data/HD/hd_barbarian_points_de_vie.md b/Data/HD/hd_barbarian_points_de_vie.md index 8bf9bf98..d0db5986 100644 --- a/Data/HD/hd_barbarian_points_de_vie.md +++ b/Data/HD/hd_barbarian_points_de_vie.md @@ -1,5 +1,8 @@ --- -!Generic +!ClassHitPointsItem +HitDice: 1d12 par niveau de barbare +HitPointsAt1stLevel: 12 + votre modificateur de [Constitution](hd_abilities_constitution.md) +HitPointsAtHigherLevels: 1d12 (ou 7) + votre modificateur de [Constitution](hd_abilities_constitution.md) par niveau de barbare après le premier niveau Id: barbarian_hd.md#points-de-vie ParentLink: barbarian_hd.md#barbare Name: Points de vie diff --git a/Data/HD/hd_barbarian_puissance_indomptable.md b/Data/HD/hd_barbarian_puissance_indomptable.md index 290884e7..1e2a9b9e 100644 --- a/Data/HD/hd_barbarian_puissance_indomptable.md +++ b/Data/HD/hd_barbarian_puissance_indomptable.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#puissance-indomptable ParentLink: barbarian_hd.md#barbare Name: Puissance indomptable diff --git a/Data/HD/hd_barbarian_rage.md b/Data/HD/hd_barbarian_rage.md index 00c53d40..d20c751f 100644 --- a/Data/HD/hd_barbarian_rage.md +++ b/Data/HD/hd_barbarian_rage.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#rage ParentLink: barbarian_hd.md#barbare Name: Rage diff --git a/Data/HD/hd_barbarian_rage_implacable.md b/Data/HD/hd_barbarian_rage_implacable.md index 0d918abf..06aade70 100644 --- a/Data/HD/hd_barbarian_rage_implacable.md +++ b/Data/HD/hd_barbarian_rage_implacable.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#rage-implacable ParentLink: barbarian_hd.md#barbare Name: Rage implacable diff --git a/Data/HD/hd_barbarian_rage_ininterrompue.md b/Data/HD/hd_barbarian_rage_ininterrompue.md index e3509902..2a4dd0a4 100644 --- a/Data/HD/hd_barbarian_rage_ininterrompue.md +++ b/Data/HD/hd_barbarian_rage_ininterrompue.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#rage-ininterrompue ParentLink: barbarian_hd.md#barbare Name: Rage ininterrompue diff --git a/Data/HD/hd_barbarian_sens_du_danger.md b/Data/HD/hd_barbarian_sens_du_danger.md index c97dd8d4..cf17c23e 100644 --- a/Data/HD/hd_barbarian_sens_du_danger.md +++ b/Data/HD/hd_barbarian_sens_du_danger.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#sens-du-danger ParentLink: barbarian_hd.md#barbare Name: Sens du danger diff --git a/Data/HD/hd_barbarian_spirits.md b/Data/HD/hd_barbarian_spirits.md index be25980e..8e773205 100644 --- a/Data/HD/hd_barbarian_spirits.md +++ b/Data/HD/hd_barbarian_spirits.md @@ -1,15 +1,16 @@ --- !SubClassItem +Name: Voie des esprits +Source: (MDR p117) +ParentClassId: hd_barbarian.md Id: barbarian_spirits_hd.md#voie-des-esprits RootId: barbarian_spirits_hd.md ParentLink: barbarian_hd.md#voies-primitives -Name: Voie des esprits ParentName: Voies primitives NameLevel: 1 -Source: (MDR p117) Attributes: {} --- ->  [Voies primitives](barbarian_hd.md#voies-primitives) +>  [Voies primitives](hd_barbarian_voies_primitives.md) --- diff --git a/Data/HD/hd_barbarian_steel.md b/Data/HD/hd_barbarian_steel.md index 254bb122..c9e9f6fe 100644 --- a/Data/HD/hd_barbarian_steel.md +++ b/Data/HD/hd_barbarian_steel.md @@ -1,15 +1,16 @@ --- !SubClassItem +Name: Voie de l'acier +Source: (MDR p117) +ParentClassId: hd_barbarian.md Id: barbarian_steel_hd.md#voie-de-lacier RootId: barbarian_steel_hd.md ParentLink: barbarian_hd.md#voies-primitives -Name: Voie de l'acier ParentName: Voies primitives NameLevel: 1 -Source: (MDR p117) Attributes: {} --- ->  [Voies primitives](barbarian_hd.md#voies-primitives) +>  [Voies primitives](hd_barbarian_voies_primitives.md) --- diff --git a/Data/HD/hd_barbarian_tableau_devolution.md b/Data/HD/hd_barbarian_tableau_devolution.md index 4d6889f8..70e246c6 100644 --- a/Data/HD/hd_barbarian_tableau_devolution.md +++ b/Data/HD/hd_barbarian_tableau_devolution.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassEvolutionItem Id: barbarian_hd.md#tableau-dévolution ParentLink: barbarian_hd.md#barbare Name: Tableau d'évolution diff --git a/Data/HD/hd_barbarian_temerite.md b/Data/HD/hd_barbarian_temerite.md index 4cf704b4..410a0991 100644 --- a/Data/HD/hd_barbarian_temerite.md +++ b/Data/HD/hd_barbarian_temerite.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#témérité ParentLink: barbarian_hd.md#barbare Name: Témérité diff --git a/Data/HD/hd_barbarian_voie_primitive.md b/Data/HD/hd_barbarian_voie_primitive.md index d24389e2..ac1a6827 100644 --- a/Data/HD/hd_barbarian_voie_primitive.md +++ b/Data/HD/hd_barbarian_voie_primitive.md @@ -1,5 +1,5 @@ --- -!Generic +!ClassFeatureItem Id: barbarian_hd.md#voie-primitive ParentLink: barbarian_hd.md#barbare Name: Voie primitive diff --git a/Data/HD/hd_bard_acrobats.md b/Data/HD/hd_bard_acrobats.md index fe583411..6cffaa37 100644 --- a/Data/HD/hd_bard_acrobats.md +++ b/Data/HD/hd_bard_acrobats.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Collège des saltimbanques +Source: (MDR p126) ParentClassId: hd_bard.md Id: bard_acrobats_hd.md#collège-des-saltimbanques RootId: bard_acrobats_hd.md ParentLink: bard_hd.md#collèges-bardiques -Name: Collège des saltimbanques ParentName: Collèges bardiques NameLevel: 1 -Source: (MDR p126) Attributes: {} --- >  [Collèges bardiques](hd_bard_colleges_bardiques.md) diff --git a/Data/HD/hd_bard_diplomats.md b/Data/HD/hd_bard_diplomats.md index 6e699cdd..9567c328 100644 --- a/Data/HD/hd_bard_diplomats.md +++ b/Data/HD/hd_bard_diplomats.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Collège des diplomates +Source: (MDR p125) ParentClassId: hd_bard.md Id: bard_diplomats_hd.md#collège-des-diplomates RootId: bard_diplomats_hd.md ParentLink: bard_hd.md#collèges-bardiques -Name: Collège des diplomates ParentName: Collèges bardiques NameLevel: 1 -Source: (MDR p125) Attributes: {} --- >  [Collèges bardiques](hd_bard_colleges_bardiques.md) diff --git a/Data/HD/hd_bard_heralds.md b/Data/HD/hd_bard_heralds.md index 1339c291..9038e22c 100644 --- a/Data/HD/hd_bard_heralds.md +++ b/Data/HD/hd_bard_heralds.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Collège des hérauts +Source: (MDR p126) ParentClassId: hd_bard.md Id: bard_heralds_hd.md#collège-des-hérauts RootId: bard_heralds_hd.md ParentLink: bard_hd.md#collèges-bardiques -Name: Collège des hérauts ParentName: Collèges bardiques NameLevel: 1 -Source: (MDR p126) Attributes: {} --- >  [Collèges bardiques](hd_bard_colleges_bardiques.md) diff --git a/Data/HD/hd_bard_knowledge.md b/Data/HD/hd_bard_knowledge.md index adff42c9..b4339f55 100644 --- a/Data/HD/hd_bard_knowledge.md +++ b/Data/HD/hd_bard_knowledge.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Collège du savoir +Source: (MDR p125) ParentClassId: hd_bard.md Id: bard_knowledge_hd.md#collège-du-savoir RootId: bard_knowledge_hd.md ParentLink: bard_hd.md#collèges-bardiques -Name: Collège du savoir ParentName: Collèges bardiques NameLevel: 1 AltName: College of Lore (SRD p13) -Source: (MDR p125) Attributes: {} --- >  [Collèges bardiques](hd_bard_colleges_bardiques.md) diff --git a/Data/HD/hd_cleric_guide.md b/Data/HD/hd_cleric_guide.md index 046ea609..487cadf1 100644 --- a/Data/HD/hd_cleric_guide.md +++ b/Data/HD/hd_cleric_guide.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Guide spirituel +Source: (MDR p138) ParentClassId: hd_cleric.md Id: cleric_guide_hd.md#guide-spirituel RootId: cleric_guide_hd.md ParentLink: cleric_hd.md#domaines-divins -Name: Guide spirituel ParentName: Domaines divins NameLevel: 1 -Source: (MDR p138) Attributes: {} --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_life.md b/Data/HD/hd_cleric_life.md index e2402f6d..e52eabe9 100644 --- a/Data/HD/hd_cleric_life.md +++ b/Data/HD/hd_cleric_life.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Domaine de la Vie +Source: (MDR p418) ParentClassId: hd_cleric.md Id: cleric_life_hd.md#domaine-de-la-vie RootId: cleric_life_hd.md ParentLink: cleric_hd.md#domaines-divins -Name: Domaine de la Vie ParentName: Domaines divins NameLevel: 1 AltName: Life Domain (SRD p17) -Source: (MDR p418) Attributes: {} --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_priest.md b/Data/HD/hd_cleric_priest.md index 16d182d1..671d4969 100644 --- a/Data/HD/hd_cleric_priest.md +++ b/Data/HD/hd_cleric_priest.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Prêtre +Source: (MDR p132) ParentClassId: hd_cleric.md Id: cleric_priest_hd.md#prêtre RootId: cleric_priest_hd.md ParentLink: cleric_hd.md#domaines-divins -Name: Prêtre ParentName: Domaines divins NameLevel: 1 -Source: (MDR p132) Attributes: {} --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_theurgist.md b/Data/HD/hd_cleric_theurgist.md index a5fa4195..78ccba54 100644 --- a/Data/HD/hd_cleric_theurgist.md +++ b/Data/HD/hd_cleric_theurgist.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Théurge +Source: (MDR p139) ParentClassId: hd_cleric.md Id: cleric_theurgist_hd.md#théurge RootId: cleric_theurgist_hd.md ParentLink: cleric_hd.md#domaines-divins -Name: Théurge ParentName: Domaines divins NameLevel: 1 -Source: (MDR p139) Attributes: {} --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_traditions.md b/Data/HD/hd_cleric_traditions.md index cbf3f3a4..ace8f2ae 100644 --- a/Data/HD/hd_cleric_traditions.md +++ b/Data/HD/hd_cleric_traditions.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Gardien des traditions +Source: (MDR p137) ParentClassId: hd_cleric.md Id: cleric_traditions_hd.md#gardien-des-traditions RootId: cleric_traditions_hd.md ParentLink: cleric_hd.md#domaines-divins -Name: Gardien des traditions ParentName: Domaines divins NameLevel: 1 -Source: (MDR p137) Attributes: {} --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_druid_depths.md b/Data/HD/hd_druid_depths.md index 512d6096..d430c8ba 100644 --- a/Data/HD/hd_druid_depths.md +++ b/Data/HD/hd_druid_depths.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Cercle des profondeurs +Source: (MDR p150) ParentClassId: hd_druid.md Id: druid_depths_hd.md#cercle-des-profondeurs RootId: druid_depths_hd.md ParentLink: druid_hd.md#cercles-druidiques -Name: Cercle des profondeurs ParentName: Cercles druidiques NameLevel: 1 -Source: (MDR p150) Attributes: {} --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_druid_earth.md b/Data/HD/hd_druid_earth.md index 4e10471e..ab66e6f8 100644 --- a/Data/HD/hd_druid_earth.md +++ b/Data/HD/hd_druid_earth.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Cercle de la terre +Source: (MDR p145) ParentClassId: hd_druid.md Id: druid_earth_hd.md#cercle-de-la-terre RootId: druid_earth_hd.md ParentLink: druid_hd.md#cercles-druidiques -Name: Cercle de la terre ParentName: Cercles druidiques NameLevel: 1 AltName: Circle of the Land (SRD p21) -Source: (MDR p145) Attributes: {} --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_druid_fairies.md b/Data/HD/hd_druid_fairies.md index b92375f2..c9f62cee 100644 --- a/Data/HD/hd_druid_fairies.md +++ b/Data/HD/hd_druid_fairies.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Cercle des fées +Source: (MDR p149) ParentClassId: hd_druid.md Id: druid_fairies_hd.md#cercle-des-fées RootId: druid_fairies_hd.md ParentLink: druid_hd.md#cercles-druidiques -Name: Cercle des fées ParentName: Cercles druidiques NameLevel: 1 -Source: (MDR p149) Attributes: {} --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_druid_seasons.md b/Data/HD/hd_druid_seasons.md index af3bab69..303c3ab5 100644 --- a/Data/HD/hd_druid_seasons.md +++ b/Data/HD/hd_druid_seasons.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Cercle des saisons +Source: (MDR p147) ParentClassId: hd_druid.md Id: druid_seasons_hd.md#cercle-des-saisons RootId: druid_seasons_hd.md ParentLink: druid_hd.md#cercles-druidiques -Name: Cercle des saisons ParentName: Cercles druidiques NameLevel: 1 -Source: (MDR p147) Attributes: {} --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_fighter_champion.md b/Data/HD/hd_fighter_champion.md index db25650c..50ba6180 100644 --- a/Data/HD/hd_fighter_champion.md +++ b/Data/HD/hd_fighter_champion.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Champion +Source: (MDR p162) ParentClassId: hd_fighter.md Id: fighter_champion_hd.md#champion RootId: fighter_champion_hd.md ParentLink: fighter_hd.md#archétypes-martiaux -Name: Champion ParentName: Archétypes martiaux NameLevel: 1 AltName: Champion (SRD p25) -Source: (MDR p162) Attributes: {} --- >  [Archétypes martiaux](hd_fighter_archetypes_martiaux.md) diff --git a/Data/HD/hd_fighter_defender.md b/Data/HD/hd_fighter_defender.md index 976fa4ac..eca4b1aa 100644 --- a/Data/HD/hd_fighter_defender.md +++ b/Data/HD/hd_fighter_defender.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Défenseur +Source: (MDR p163) ParentClassId: hd_fighter.md Id: fighter_defender_hd.md#défenseur RootId: fighter_defender_hd.md ParentLink: fighter_hd.md#archétypes-martiaux -Name: Défenseur ParentName: Archétypes martiaux NameLevel: 1 -Source: (MDR p163) Attributes: {} --- >  [Archétypes martiaux](hd_fighter_archetypes_martiaux.md) diff --git a/Data/HD/hd_fighter_spellblade.md b/Data/HD/hd_fighter_spellblade.md index ab85ca9a..1ca04907 100644 --- a/Data/HD/hd_fighter_spellblade.md +++ b/Data/HD/hd_fighter_spellblade.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Sorcelame +Source: (MDR p163) ParentClassId: hd_fighter.md Id: fighter_spellblade_hd.md#sorcelame RootId: fighter_spellblade_hd.md ParentLink: fighter_hd.md#archétypes-martiaux -Name: Sorcelame ParentName: Archétypes martiaux NameLevel: 1 -Source: (MDR p163) Attributes: {} --- >  [Archétypes martiaux](hd_fighter_archetypes_martiaux.md) diff --git a/Data/HD/hd_fighter_swordsman.md b/Data/HD/hd_fighter_swordsman.md index 6663df9c..f01925e7 100644 --- a/Data/HD/hd_fighter_swordsman.md +++ b/Data/HD/hd_fighter_swordsman.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Bretteur +Source: (MDR p162) ParentClassId: hd_fighter.md Id: fighter_swordsman_hd.md#bretteur RootId: fighter_swordsman_hd.md ParentLink: fighter_hd.md#archétypes-martiaux -Name: Bretteur ParentName: Archétypes martiaux NameLevel: 1 -Source: (MDR p162) Attributes: {} --- >  [Archétypes martiaux](hd_fighter_archetypes_martiaux.md) diff --git a/Data/HD/hd_monk_enlightenment.md b/Data/HD/hd_monk_enlightenment.md index 86010217..ac7dfd71 100644 --- a/Data/HD/hd_monk_enlightenment.md +++ b/Data/HD/hd_monk_enlightenment.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Voie de l'illumination +Source: (MDR p180) ParentClassId: hd_monk.md Id: monk_enlightenment_hd.md#voie-de-lillumination RootId: monk_enlightenment_hd.md ParentLink: monk_hd.md#traditions-monacales -Name: Voie de l'illumination ParentName: Traditions monacales NameLevel: 1 -Source: (MDR p180) Attributes: {} --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_monk_fiveanimals.md b/Data/HD/hd_monk_fiveanimals.md index d50cd5c0..88395ad2 100644 --- a/Data/HD/hd_monk_fiveanimals.md +++ b/Data/HD/hd_monk_fiveanimals.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Voie des cinq animaux +Source: (MDR p180) ParentClassId: hd_monk.md Id: monk_fiveanimals_hd.md#voie-des-cinq-animaux RootId: monk_fiveanimals_hd.md ParentLink: monk_hd.md#traditions-monacales -Name: Voie des cinq animaux ParentName: Traditions monacales NameLevel: 1 -Source: (MDR p180) Attributes: {} --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_monk_flexibility.md b/Data/HD/hd_monk_flexibility.md index ecc8d7d9..6b2e0a0f 100644 --- a/Data/HD/hd_monk_flexibility.md +++ b/Data/HD/hd_monk_flexibility.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Voie de la souplesse +Source: (MDR p181) ParentClassId: hd_monk.md Id: monk_flexibility_hd.md#voie-de-la-souplesse RootId: monk_flexibility_hd.md ParentLink: monk_hd.md#traditions-monacales -Name: Voie de la souplesse ParentName: Traditions monacales NameLevel: 1 -Source: (MDR p181) Attributes: {} --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_monk_openhand.md b/Data/HD/hd_monk_openhand.md index 95facbbf..b00b7a92 100644 --- a/Data/HD/hd_monk_openhand.md +++ b/Data/HD/hd_monk_openhand.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Voie de la main ouverte +Source: (MDR p179) ParentClassId: hd_monk.md Id: monk_openhand_hd.md#voie-de-la-main-ouverte RootId: monk_openhand_hd.md ParentLink: monk_hd.md#traditions-monacales -Name: Voie de la main ouverte ParentName: Traditions monacales NameLevel: 1 AltName: Way of the Open Hand (SRD p28) -Source: (MDR p179) Attributes: {} --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_paladin_devotion.md b/Data/HD/hd_paladin_devotion.md index 23934bc5..e023341f 100644 --- a/Data/HD/hd_paladin_devotion.md +++ b/Data/HD/hd_paladin_devotion.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Serment de dévotion +Source: (MDR p186) ParentClassId: hd_paladin.md Id: paladin_devotion_hd.md#serment-de-dévotion RootId: paladin_devotion_hd.md ParentLink: paladin_hd.md#serments-sacrés -Name: Serment de dévotion ParentName: Serments sacrés NameLevel: 1 AltName: Oath of Devotion (SRD p32) -Source: (MDR p186) Attributes: {} --- >  [Serments sacrés](hd_paladin_serments_sacres.md) diff --git a/Data/HD/hd_paladin_obedience.md b/Data/HD/hd_paladin_obedience.md index b08fd7fd..4e0c782b 100644 --- a/Data/HD/hd_paladin_obedience.md +++ b/Data/HD/hd_paladin_obedience.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Serment d'obédience +Source: (MDR p187) ParentClassId: hd_paladin.md Id: paladin_obedience_hd.md#serment-dobédience RootId: paladin_obedience_hd.md ParentLink: paladin_hd.md#serments-sacrés -Name: Serment d'obédience ParentName: Serments sacrés NameLevel: 1 -Source: (MDR p187) Attributes: {} --- >  [Serments sacrés](hd_paladin_serments_sacres.md) diff --git a/Data/HD/hd_paladin_perfection.md b/Data/HD/hd_paladin_perfection.md index c792a00b..4a3c5ebe 100644 --- a/Data/HD/hd_paladin_perfection.md +++ b/Data/HD/hd_paladin_perfection.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Serment de perfection +Source: (MDR p189) ParentClassId: hd_paladin.md Id: paladin_perfection_hd.md#serment-de-perfection RootId: paladin_perfection_hd.md ParentLink: paladin_hd.md#serments-sacrés -Name: Serment de perfection ParentName: Serments sacrés NameLevel: 1 -Source: (MDR p189) Attributes: {} --- >  [Serments sacrés](hd_paladin_serments_sacres.md) diff --git a/Data/HD/hd_paladin_piety.md b/Data/HD/hd_paladin_piety.md index 0a1428f3..93fb5232 100644 --- a/Data/HD/hd_paladin_piety.md +++ b/Data/HD/hd_paladin_piety.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Serment de piété +Source: (MDR p190) ParentClassId: hd_paladin.md Id: paladin_piety_hd.md#serment-de-piété RootId: paladin_piety_hd.md ParentLink: paladin_hd.md#serments-sacrés -Name: Serment de piété ParentName: Serments sacrés NameLevel: 1 -Source: (MDR p190) Attributes: {} --- >  [Serments sacrés](hd_paladin_serments_sacres.md) diff --git a/Data/HD/hd_paladin_redemption.md b/Data/HD/hd_paladin_redemption.md index 7f2f226d..f0489dd9 100644 --- a/Data/HD/hd_paladin_redemption.md +++ b/Data/HD/hd_paladin_redemption.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Serment de rédemption +Source: (MDR p191) ParentClassId: hd_paladin.md Id: paladin_redemption_hd.md#serment-de-rédemption RootId: paladin_redemption_hd.md ParentLink: paladin_hd.md#serments-sacrés -Name: Serment de rédemption ParentName: Serments sacrés NameLevel: 1 -Source: (MDR p191) Attributes: {} --- >  [Serments sacrés](hd_paladin_serments_sacres.md) diff --git a/Data/HD/hd_ranger_arcane.md b/Data/HD/hd_ranger_arcane.md index 3023b152..3b1085cf 100644 --- a/Data/HD/hd_ranger_arcane.md +++ b/Data/HD/hd_ranger_arcane.md @@ -1,12 +1,12 @@ --- !SubClassItem +Name: Archer arcanique +Source: (MDR p198) Id: ranger_arcane_hd.md#archer-arcanique RootId: ranger_arcane_hd.md ParentLink: ranger_hd.md#archétypes-de-rôdeurs -Name: Archer arcanique ParentName: Archétypes de rôdeur NameLevel: 1 -Source: (MDR p198) Attributes: {} --- >  [Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) diff --git a/Data/HD/hd_ranger_exile.md b/Data/HD/hd_ranger_exile.md index a57b11c9..827f964b 100644 --- a/Data/HD/hd_ranger_exile.md +++ b/Data/HD/hd_ranger_exile.md @@ -1,12 +1,12 @@ --- !SubClassItem +Name: Exilé +Source: (MDR p199) Id: ranger_exile_hd.md#exilé RootId: ranger_exile_hd.md ParentLink: ranger_hd.md#archétypes-de-rôdeurs -Name: Exilé ParentName: Archétypes de rôdeur NameLevel: 1 -Source: (MDR p199) Attributes: {} --- >  [Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) diff --git a/Data/HD/hd_ranger_hunter.md b/Data/HD/hd_ranger_hunter.md index 33b5ffdd..3431b70f 100644 --- a/Data/HD/hd_ranger_hunter.md +++ b/Data/HD/hd_ranger_hunter.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Chasseur +Source: (MDR p198) Id: ranger_hunter_hd.md#chasseur RootId: ranger_hunter_hd.md ParentLink: ranger_hd.md#archétypes-de-rôdeurs -Name: Chasseur ParentName: Archétypes de rôdeur NameLevel: 1 AltName: Hunter (SRD p37) -Source: (MDR p198) Attributes: {} --- >  [Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) diff --git a/Data/HD/hd_ranger_pisteur.md b/Data/HD/hd_ranger_pisteur.md index 1e232290..06160b60 100644 --- a/Data/HD/hd_ranger_pisteur.md +++ b/Data/HD/hd_ranger_pisteur.md @@ -1,12 +1,12 @@ --- !SubClassItem +Name: 'Pisteur : un rôdeur alternatif' +Source: (MDR p200) Id: ranger_pisteur_hd.md#pisteur--un-rôdeur-alternatif RootId: ranger_pisteur_hd.md ParentLink: ranger_hd.md#archétypes-de-rôdeurs -Name: 'Pisteur : un rôdeur alternatif' ParentName: Archétypes de rôdeur NameLevel: 1 -Source: (MDR p200) Attributes: {} --- >  [Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) diff --git a/Data/HD/hd_ranger_tracker.md b/Data/HD/hd_ranger_tracker.md index 21e08482..f7a40cde 100644 --- a/Data/HD/hd_ranger_tracker.md +++ b/Data/HD/hd_ranger_tracker.md @@ -1,12 +1,12 @@ --- !SubClassItem +Name: Traqueur +Source: (MDR p199) Id: ranger_tracker_hd.md#traqueur RootId: ranger_tracker_hd.md ParentLink: ranger_hd.md#archétypes-de-rôdeurs -Name: Traqueur ParentName: Archétypes de rôdeur NameLevel: 1 -Source: (MDR p199) Attributes: {} --- >  [Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) diff --git a/Data/HD/hd_rogue_brute.md b/Data/HD/hd_rogue_brute.md index 1e0ed7cf..fe134412 100644 --- a/Data/HD/hd_rogue_brute.md +++ b/Data/HD/hd_rogue_brute.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Brute +Source: (MDR p205) ParentClassId: hd_rogue.md Id: rogue_brute_hd.md#brute RootId: rogue_brute_hd.md ParentLink: rogue_hd.md#archétypes-de-roublard -Name: Brute ParentName: Archétypes de roublard NameLevel: 1 -Source: (MDR p205) Attributes: {} --- >  [Archétypes de roublard](hd_rogue_archetypes_de_roublard.md) diff --git a/Data/HD/hd_rogue_ombrelame.md b/Data/HD/hd_rogue_ombrelame.md index dfb290ed..f975b7fc 100644 --- a/Data/HD/hd_rogue_ombrelame.md +++ b/Data/HD/hd_rogue_ombrelame.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Ombrelame +Source: (MDR p206) ParentClassId: hd_rogue.md Id: rogue_ombrelame_hd.md#ombrelame RootId: rogue_ombrelame_hd.md ParentLink: rogue_hd.md#archétypes-de-roublard -Name: Ombrelame ParentName: Archétypes de roublard NameLevel: 1 -Source: (MDR p206) Attributes: {} --- >  [Archétypes de roublard](hd_rogue_archetypes_de_roublard.md) diff --git a/Data/HD/hd_rogue_spy.md b/Data/HD/hd_rogue_spy.md index efdf79ea..0b816a00 100644 --- a/Data/HD/hd_rogue_spy.md +++ b/Data/HD/hd_rogue_spy.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Espion +Source: (MDR p206) ParentClassId: hd_rogue.md Id: rogue_spy_hd.md#espion RootId: rogue_spy_hd.md ParentLink: rogue_hd.md#archétypes-de-roublard -Name: Espion ParentName: Archétypes de roublard NameLevel: 1 -Source: (MDR p206) Attributes: {} --- >  [Archétypes de roublard](hd_rogue_archetypes_de_roublard.md) diff --git a/Data/HD/hd_rogue_thief.md b/Data/HD/hd_rogue_thief.md index 1f014c27..a25f48fa 100644 --- a/Data/HD/hd_rogue_thief.md +++ b/Data/HD/hd_rogue_thief.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Voleur +Source: (MDR p204) ParentClassId: hd_rogue.md Id: rogue_thief_hd.md#voleur RootId: rogue_thief_hd.md ParentLink: rogue_hd.md#archétypes-de-roublard -Name: Voleur ParentName: Archétypes de roublard NameLevel: 1 AltName: Thief (SRD p40) -Source: (MDR p204) Attributes: {} --- >  [Archétypes de roublard](hd_rogue_archetypes_de_roublard.md) diff --git a/Data/HD/hd_sorcerer_celestial.md b/Data/HD/hd_sorcerer_celestial.md index 4d824540..0640978b 100644 --- a/Data/HD/hd_sorcerer_celestial.md +++ b/Data/HD/hd_sorcerer_celestial.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Lignée céleste +Source: (MDR p156) ParentClassId: hd_sorcerer.md Id: sorcerer_celestial_hd.md#lignée-céleste RootId: sorcerer_celestial_hd.md ParentLink: sorcerer_hd.md#origines-magiques -Name: Lignée céleste ParentName: Origines magiques NameLevel: 1 -Source: (MDR p156) Attributes: {} --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_sorcerer_draconic.md b/Data/HD/hd_sorcerer_draconic.md index 768deed8..5adbc12b 100644 --- a/Data/HD/hd_sorcerer_draconic.md +++ b/Data/HD/hd_sorcerer_draconic.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Lignée draconique +Source: (MDR p155) ParentClassId: hd_sorcerer.md Id: sorcerer_draconic_hd.md#lignée-draconique RootId: sorcerer_draconic_hd.md ParentLink: sorcerer_hd.md#origines-magiques -Name: Lignée draconique ParentName: Origines magiques NameLevel: 1 AltName: Draconic Bloodline (SRD p44) -Source: (MDR p155) Attributes: {} --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_sorcerer_fairy.md b/Data/HD/hd_sorcerer_fairy.md index d9483582..db9f8df4 100644 --- a/Data/HD/hd_sorcerer_fairy.md +++ b/Data/HD/hd_sorcerer_fairy.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Lignée féerique +Source: (MDR p157) ParentClassId: hd_sorcerer.md Id: sorcerer_fairy_hd.md#lignée-féerique RootId: sorcerer_fairy_hd.md ParentLink: sorcerer_hd.md#origines-magiques -Name: Lignée féerique ParentName: Origines magiques NameLevel: 1 -Source: (MDR p157) Attributes: {} --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_sorcerer_infernal.md b/Data/HD/hd_sorcerer_infernal.md index 15a1d421..4e254fc2 100644 --- a/Data/HD/hd_sorcerer_infernal.md +++ b/Data/HD/hd_sorcerer_infernal.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Lignée infernale +Source: (MDR p158) ParentClassId: hd_sorcerer.md Id: sorcerer_infernal_hd.md#lignée-infernale RootId: sorcerer_infernal_hd.md ParentLink: sorcerer_hd.md#origines-magiques -Name: Lignée infernale ParentName: Origines magiques NameLevel: 1 -Source: (MDR p158) Attributes: {} --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_warlock_depths.md b/Data/HD/hd_warlock_depths.md index 0a4b18c5..e3faf423 100644 --- a/Data/HD/hd_warlock_depths.md +++ b/Data/HD/hd_warlock_depths.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: La puissance des profondeurs +Source: (MDR p216) ParentClassId: hd_warlock.md Id: warlock_depths_hd.md#la-puissance-des-profondeurs RootId: warlock_depths_hd.md ParentLink: warlock_hd.md#protecteurs-doutre-monde -Name: La puissance des profondeurs ParentName: Protecteurs d'outre-monde NameLevel: 1 -Source: (MDR p216) Attributes: {} --- >  [Protecteurs d'outre-monde](hd_warlock_protecteurs_doutre_monde.md) diff --git a/Data/HD/hd_warlock_extradimensional.md b/Data/HD/hd_warlock_extradimensional.md index d9a1ec76..b8d7e844 100644 --- a/Data/HD/hd_warlock_extradimensional.md +++ b/Data/HD/hd_warlock_extradimensional.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: L'entité extra-dimensionnelle +Source: (MDR p217) ParentClassId: hd_warlock.md Id: warlock_extradimensional_hd.md#lentité-extra-dimensionnelle RootId: warlock_extradimensional_hd.md ParentLink: warlock_hd.md#protecteurs-doutre-monde -Name: L'entité extra-dimensionnelle ParentName: Protecteurs d'outre-monde NameLevel: 1 -Source: (MDR p217) Attributes: {} --- >  [Protecteurs d'outre-monde](hd_warlock_protecteurs_doutre_monde.md) diff --git a/Data/HD/hd_warlock_fiendish.md b/Data/HD/hd_warlock_fiendish.md index 3ffa7b27..1944c39f 100644 --- a/Data/HD/hd_warlock_fiendish.md +++ b/Data/HD/hd_warlock_fiendish.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: Le fiélon +Source: (MDR p215) ParentClassId: hd_warlock.md Id: warlock_fiendish_hd.md#le-fiélon RootId: warlock_fiendish_hd.md ParentLink: warlock_hd.md#protecteurs-doutre-monde -Name: Le fiélon ParentName: Protecteurs d'outre-monde NameLevel: 1 AltName: The Fiend (SRD p50) -Source: (MDR p215) Attributes: {} --- >  [Protecteurs d'outre-monde](hd_warlock_protecteurs_doutre_monde.md) diff --git a/Data/HD/hd_warlock_immortal.md b/Data/HD/hd_warlock_immortal.md index 5e4031ba..9fcfbd85 100644 --- a/Data/HD/hd_warlock_immortal.md +++ b/Data/HD/hd_warlock_immortal.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Le seigneur immortel +Source: (MDR p215) ParentClassId: hd_warlock.md Id: warlock_immortal_hd.md#le-seigneur-immortel RootId: warlock_immortal_hd.md ParentLink: warlock_hd.md#protecteurs-doutre-monde -Name: Le seigneur immortel ParentName: Protecteurs d'outre-monde NameLevel: 1 -Source: (MDR p215) Attributes: {} --- >  [Protecteurs d'outre-monde](hd_warlock_protecteurs_doutre_monde.md) diff --git a/Data/HD/hd_warlock_occultsummons.md b/Data/HD/hd_warlock_occultsummons.md index 7e7ef43c..85f0b39a 100644 --- a/Data/HD/hd_warlock_occultsummons.md +++ b/Data/HD/hd_warlock_occultsummons.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Invocations occultes +Source: (MDR p213) Id: warlock_occultsummons_hd.md#invocations-occultes RootId: warlock_occultsummons_hd.md ParentLink: warlock_hd.md -Name: Invocations occultes ParentName: Sorcier NameLevel: 1 AltName: Eldritch Invocations (SRD p48) -Source: (MDR p213) Attributes: {} --- >  [Sorcier](hd_warlock.md) diff --git a/Data/HD/hd_warlock_pact.md b/Data/HD/hd_warlock_pact.md index b681fb1d..3df377c3 100644 --- a/Data/HD/hd_warlock_pact.md +++ b/Data/HD/hd_warlock_pact.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Pacte +Source: (MDR p211) Id: warlock_pact_hd.md#pacte RootId: warlock_pact_hd.md ParentLink: warlock_hd.md -Name: Pacte ParentName: Sorcier NameLevel: 1 AltName: Pact Boon (SRD p47) -Source: (MDR p211) Attributes: {} --- >  [Sorcier](hd_warlock.md) diff --git a/Data/HD/hd_wizard_academician.md b/Data/HD/hd_wizard_academician.md index 9cc6949f..9d0b0b37 100644 --- a/Data/HD/hd_wizard_academician.md +++ b/Data/HD/hd_wizard_academician.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Académicien +Source: (MDR p169) ParentClassId: hd_wizard.md Id: wizard_academician_hd.md#académicien RootId: wizard_academician_hd.md ParentLink: wizard_hd.md#traditions-arcaniques -Name: Académicien ParentName: Traditions arcaniques NameLevel: 1 -Source: (MDR p169) Attributes: {} --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_elementalist.md b/Data/HD/hd_wizard_elementalist.md index afa56295..5a2ad552 100644 --- a/Data/HD/hd_wizard_elementalist.md +++ b/Data/HD/hd_wizard_elementalist.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Élémentaliste +Source: (MDR p171) ParentClassId: hd_wizard.md Id: wizard_elementalist_hd.md#Élémentaliste RootId: wizard_elementalist_hd.md ParentLink: wizard_hd.md#traditions-arcaniques -Name: Élémentaliste ParentName: Traditions arcaniques NameLevel: 1 -Source: (MDR p171) Attributes: {} --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_eminence.md b/Data/HD/hd_wizard_eminence.md index b16d3ea4..e95c2a3c 100644 --- a/Data/HD/hd_wizard_eminence.md +++ b/Data/HD/hd_wizard_eminence.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Éminence grise +Source: (MDR p174) ParentClassId: hd_wizard.md Id: wizard_eminence_hd.md#Éminence-grise RootId: wizard_eminence_hd.md ParentLink: wizard_hd.md#traditions-arcaniques -Name: Éminence grise ParentName: Traditions arcaniques NameLevel: 1 -Source: (MDR p174) Attributes: {} --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_evocation.md b/Data/HD/hd_wizard_evocation.md index f8860ea0..2eb27efd 100644 --- a/Data/HD/hd_wizard_evocation.md +++ b/Data/HD/hd_wizard_evocation.md @@ -1,14 +1,14 @@ --- !SubClassItem +Name: École d'évocation +Source: (MDR p419) ParentClassId: hd_wizard.md Id: wizard_evocation_hd.md#École-dévocation RootId: wizard_evocation_hd.md ParentLink: wizard_hd.md#traditions-arcaniques -Name: École d'évocation ParentName: Traditions arcaniques NameLevel: 1 AltName: School of Evocation (SRD p54) -Source: (MDR p419) Attributes: {} --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_surveyor.md b/Data/HD/hd_wizard_surveyor.md index 2cbadd8b..2309da8e 100644 --- a/Data/HD/hd_wizard_surveyor.md +++ b/Data/HD/hd_wizard_surveyor.md @@ -1,13 +1,13 @@ --- !SubClassItem +Name: Arpenteur +Source: (MDR p171) ParentClassId: hd_wizard.md Id: wizard_surveyor_hd.md#arpenteur RootId: wizard_surveyor_hd.md ParentLink: wizard_hd.md#traditions-arcaniques -Name: Arpenteur ParentName: Traditions arcaniques NameLevel: 1 -Source: (MDR p171) Attributes: {} --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/library.db b/Data/library.db index 863aefd8..5c2666b7 100644 Binary files a/Data/library.db and b/Data/library.db differ