diff --git a/AideDeJeu/AideDeJeu/Models/Item.cs b/AideDeJeu/AideDeJeu/Models/Item.cs index 9d294118..870165e2 100644 --- a/AideDeJeu/AideDeJeu/Models/Item.cs +++ b/AideDeJeu/AideDeJeu/Models/Item.cs @@ -213,6 +213,8 @@ namespace AideDeJeuLib { "MagicItems", typeof(MagicItems) }, { "PageItem", typeof(PageItem) }, { "ListItems", typeof(List) }, + { "SubRaceItem", typeof(SubRaceItem) }, + { "SubClassItem", typeof(SubClassItem) }, { "RaceItem", typeof(RaceItem) }, { "ClassItem", typeof(ClassItem) }, { "Items", typeof(Items) }, diff --git a/AideDeJeu/AideDeJeu/Models/SubClassItem.cs b/AideDeJeu/AideDeJeu/Models/SubClassItem.cs new file mode 100644 index 00000000..541daf90 --- /dev/null +++ b/AideDeJeu/AideDeJeu/Models/SubClassItem.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Linq; +using System.Runtime.Serialization; +using AideDeJeu.ViewModels; +using YamlDotNet.Serialization; + +namespace AideDeJeuLib +{ + + public class SubClassItem : ClassItem + { + + } +} diff --git a/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs b/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs new file mode 100644 index 00000000..b942dd20 --- /dev/null +++ b/AideDeJeu/AideDeJeu/Models/SubRaceItem.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Linq; +using System.Runtime.Serialization; +using AideDeJeu.ViewModels; +using YamlDotNet.Serialization; + +namespace AideDeJeuLib +{ + + public class SubRaceItem : RaceItem + { + } +} diff --git a/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs b/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs index d8fb9d95..58c804fb 100644 --- a/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs +++ b/AideDeJeu/AideDeJeu/ViewModels/StoreViewModel.cs @@ -385,6 +385,8 @@ namespace AideDeJeu.ViewModels public DbSet MonstersVO { get; set; } public DbSet Races { get; set; } public DbSet Classes { get; set; } + public DbSet SubRaces { get; set; } + public DbSet SubClasses { get; set; } public AideDeJeuContext(string dbPath) { diff --git a/Data/HD/hd_barbarian.md b/Data/HD/hd_barbarian.md index bc67cb39..1bc728b2 100644 --- a/Data/HD/hd_barbarian.md +++ b/Data/HD/hd_barbarian.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Barbare -Source: (MDR p114) Id: barbarian_hd.md#barbare RootId: barbarian_hd.md ParentLink: classes_hd.md +Name: Barbare ParentName: Classes NameLevel: 1 AltName: Barbarian (SRD p8) +Source: (MDR p114) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_barbarian_berserker.md b/Data/HD/hd_barbarian_berserker.md index c7310696..c9ffb660 100644 --- a/Data/HD/hd_barbarian_berserker.md +++ b/Data/HD/hd_barbarian_berserker.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Voie du berserker -Source: (MDR p116) +!SubClassItem 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) --- >  [Voies primitives](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_howling.md b/Data/HD/hd_barbarian_howling.md index a39dd4ea..26bbaae6 100644 --- a/Data/HD/hd_barbarian_howling.md +++ b/Data/HD/hd_barbarian_howling.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Voie du hurlement -Source: (MDR p118) +!SubClassItem 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) --- >  [Voies primitives](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_spirits.md b/Data/HD/hd_barbarian_spirits.md index 806c8d5b..e92bcb45 100644 --- a/Data/HD/hd_barbarian_spirits.md +++ b/Data/HD/hd_barbarian_spirits.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Voie des esprits -Source: (MDR p117) +!SubClassItem 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) --- >  [Voies primitives](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_steel.md b/Data/HD/hd_barbarian_steel.md index 57310a28..16ab1547 100644 --- a/Data/HD/hd_barbarian_steel.md +++ b/Data/HD/hd_barbarian_steel.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Voie de l'acier -Source: (MDR p117) +!SubClassItem 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) --- >  [Voies primitives](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_bard.md b/Data/HD/hd_bard.md index 771ae645..2406e83f 100644 --- a/Data/HD/hd_bard.md +++ b/Data/HD/hd_bard.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Barde -Source: (MDR p121) Id: bard_hd.md#barde RootId: bard_hd.md ParentLink: classes_hd.md +Name: Barde ParentName: Classes NameLevel: 1 AltName: Bard (SRD p11) +Source: (MDR p121) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_bard_acrobats.md b/Data/HD/hd_bard_acrobats.md index 11cb5a42..2400ce40 100644 --- a/Data/HD/hd_bard_acrobats.md +++ b/Data/HD/hd_bard_acrobats.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Collège des saltimbanques -Source: (MDR p126) +!SubClassItem 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) --- >  [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 3b6e1ccd..dc79c3ec 100644 --- a/Data/HD/hd_bard_diplomats.md +++ b/Data/HD/hd_bard_diplomats.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Collège des diplomates -Source: (MDR p125) +!SubClassItem 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) --- >  [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 31e51272..d93ef81c 100644 --- a/Data/HD/hd_bard_heralds.md +++ b/Data/HD/hd_bard_heralds.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Collège des hérauts -Source: (MDR p126) +!SubClassItem 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) --- >  [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 085c44ed..94fb55d3 100644 --- a/Data/HD/hd_bard_knowledge.md +++ b/Data/HD/hd_bard_knowledge.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Collège du savoir -Source: (MDR p125) +!SubClassItem 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) --- >  [Collèges bardiques](hd_bard_colleges_bardiques.md) diff --git a/Data/HD/hd_cleric.md b/Data/HD/hd_cleric.md index 1c99a888..8185de32 100644 --- a/Data/HD/hd_cleric.md +++ b/Data/HD/hd_cleric.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Clerc -Source: (MDR p129) Id: cleric_hd.md#clerc RootId: cleric_hd.md ParentLink: classes_hd.md +Name: Clerc ParentName: Classes NameLevel: 1 AltName: ' (SRD p15)' +Source: (MDR p129) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_cleric_guide.md b/Data/HD/hd_cleric_guide.md index 314c649b..e3e12e08 100644 --- a/Data/HD/hd_cleric_guide.md +++ b/Data/HD/hd_cleric_guide.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Guide spirituel -Source: (MDR p138) +!SubClassItem 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) --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_life.md b/Data/HD/hd_cleric_life.md index 21fd0b39..c45a856f 100644 --- a/Data/HD/hd_cleric_life.md +++ b/Data/HD/hd_cleric_life.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Domaine de la Vie -Source: (MDR p418) +!SubClassItem 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) --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_priest.md b/Data/HD/hd_cleric_priest.md index ebbc6390..05859f61 100644 --- a/Data/HD/hd_cleric_priest.md +++ b/Data/HD/hd_cleric_priest.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Prêtre -Source: (MDR p132) +!SubClassItem 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) --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_theurgist.md b/Data/HD/hd_cleric_theurgist.md index a3eff38e..97f6948d 100644 --- a/Data/HD/hd_cleric_theurgist.md +++ b/Data/HD/hd_cleric_theurgist.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Théurge -Source: (MDR p139) +!SubClassItem 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) --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_cleric_traditions.md b/Data/HD/hd_cleric_traditions.md index c182976a..ed584d53 100644 --- a/Data/HD/hd_cleric_traditions.md +++ b/Data/HD/hd_cleric_traditions.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Gardien des traditions -Source: (MDR p137) +!SubClassItem 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) --- >  [Domaines divins](hd_cleric_domaines_divins.md) diff --git a/Data/HD/hd_druid.md b/Data/HD/hd_druid.md index ef088d29..29fabbfe 100644 --- a/Data/HD/hd_druid.md +++ b/Data/HD/hd_druid.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Druide -Source: (MDR p142) Id: druid_hd.md#druide RootId: druid_hd.md ParentLink: classes_hd.md +Name: Druide ParentName: Classes NameLevel: 1 AltName: Druid (SRD p17) +Source: (MDR p142) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_druid_depths.md b/Data/HD/hd_druid_depths.md index 62f4d881..73932816 100644 --- a/Data/HD/hd_druid_depths.md +++ b/Data/HD/hd_druid_depths.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Cercle des profondeurs -Source: (MDR p150) +!SubClassItem 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) --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_druid_earth.md b/Data/HD/hd_druid_earth.md index f66e908c..884586fd 100644 --- a/Data/HD/hd_druid_earth.md +++ b/Data/HD/hd_druid_earth.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Cercle de la terre -Source: (MDR p145) +!SubClassItem 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) --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_druid_fairies.md b/Data/HD/hd_druid_fairies.md index b6a5f361..43c7936b 100644 --- a/Data/HD/hd_druid_fairies.md +++ b/Data/HD/hd_druid_fairies.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Cercle des fées -Source: (MDR p149) +!SubClassItem 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) --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_druid_seasons.md b/Data/HD/hd_druid_seasons.md index 92119264..bbfe69b5 100644 --- a/Data/HD/hd_druid_seasons.md +++ b/Data/HD/hd_druid_seasons.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Cercle des saisons -Source: (MDR p147) +!SubClassItem 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) --- >  [Cercles druidiques](hd_druid_cercles_druidiques.md) diff --git a/Data/HD/hd_dwarf_nain_des_laves.md b/Data/HD/hd_dwarf_nain_des_laves.md index 0015e22e..4e5aaad8 100644 --- a/Data/HD/hd_dwarf_nain_des_laves.md +++ b/Data/HD/hd_dwarf_nain_des_laves.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem StrengthBonus: 1 Id: dwarf_hd.md#nain-des-laves ParentLink: dwarf_hd.md#nain diff --git a/Data/HD/hd_dwarf_nain_des_pierres.md b/Data/HD/hd_dwarf_nain_des_pierres.md index fdd9c37a..6d98c267 100644 --- a/Data/HD/hd_dwarf_nain_des_pierres.md +++ b/Data/HD/hd_dwarf_nain_des_pierres.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem IntelligenceBonus: 1 Id: dwarf_hd.md#nain-des-pierres ParentLink: dwarf_hd.md#nain diff --git a/Data/HD/hd_dwarf_nain_des_tertres.md b/Data/HD/hd_dwarf_nain_des_tertres.md index 74e3810e..d0f3be00 100644 --- a/Data/HD/hd_dwarf_nain_des_tertres.md +++ b/Data/HD/hd_dwarf_nain_des_tertres.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem WisdomBonus: 1 Id: dwarf_hd.md#nain-des-tertres ParentLink: dwarf_hd.md#nain diff --git a/Data/HD/hd_elf_elfe_daether.md b/Data/HD/hd_elf_elfe_daether.md index 2f19f08e..2eae5ed7 100644 --- a/Data/HD/hd_elf_elfe_daether.md +++ b/Data/HD/hd_elf_elfe_daether.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem IntelligenceBonus: 1 Id: elf_hd.md#elfe-daether ParentLink: elf_hd.md#elfe diff --git a/Data/HD/hd_elf_elfe_de_fer.md b/Data/HD/hd_elf_elfe_de_fer.md index c5c4e4c6..ad85e552 100644 --- a/Data/HD/hd_elf_elfe_de_fer.md +++ b/Data/HD/hd_elf_elfe_de_fer.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem CharismaBonus: 1 Id: elf_hd.md#elfe-de-fer ParentLink: elf_hd.md#elfe diff --git a/Data/HD/hd_elf_elfe_des_sylves.md b/Data/HD/hd_elf_elfe_des_sylves.md index df37b04e..912d322e 100644 --- a/Data/HD/hd_elf_elfe_des_sylves.md +++ b/Data/HD/hd_elf_elfe_des_sylves.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem WisdomBonus: 1 Id: elf_hd.md#elfe-des-sylves ParentLink: elf_hd.md#elfe diff --git a/Data/HD/hd_fighter.md b/Data/HD/hd_fighter.md index ae00a1cd..a27cadd4 100644 --- a/Data/HD/hd_fighter.md +++ b/Data/HD/hd_fighter.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Guerrier -Source: (MDR p160) Id: fighter_hd.md#guerrier RootId: fighter_hd.md ParentLink: classes_hd.md +Name: Guerrier ParentName: Classes NameLevel: 1 AltName: Fighter (SRD p24) +Source: (MDR p160) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_fighter_champion.md b/Data/HD/hd_fighter_champion.md index f32c3766..cb23b121 100644 --- a/Data/HD/hd_fighter_champion.md +++ b/Data/HD/hd_fighter_champion.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Champion -Source: (MDR p162) +!SubClassItem 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) --- >  [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 a5b7957c..bbb69adf 100644 --- a/Data/HD/hd_fighter_defender.md +++ b/Data/HD/hd_fighter_defender.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Défenseur -Source: (MDR p163) +!SubClassItem 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) --- >  [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 feddbfb3..72e004ee 100644 --- a/Data/HD/hd_fighter_spellblade.md +++ b/Data/HD/hd_fighter_spellblade.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Sorcelame -Source: (MDR p163) +!SubClassItem 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) --- >  [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 001efe34..5f2feff3 100644 --- a/Data/HD/hd_fighter_swordsman.md +++ b/Data/HD/hd_fighter_swordsman.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Bretteur -Source: (MDR p162) +!SubClassItem 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) --- >  [Archétypes martiaux](hd_fighter_archetypes_martiaux.md) diff --git a/Data/HD/hd_gnome_gnome_des_fees.md b/Data/HD/hd_gnome_gnome_des_fees.md index 2f09e04c..e246ff75 100644 --- a/Data/HD/hd_gnome_gnome_des_fees.md +++ b/Data/HD/hd_gnome_gnome_des_fees.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem DexterityBonus: 1 Id: gnome_hd.md#gnome-des-fées ParentLink: gnome_hd.md#gnome diff --git a/Data/HD/hd_gnome_gnome_des_lacs.md b/Data/HD/hd_gnome_gnome_des_lacs.md index 3b531389..792b91e0 100644 --- a/Data/HD/hd_gnome_gnome_des_lacs.md +++ b/Data/HD/hd_gnome_gnome_des_lacs.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem WisdomBonus: 1 Id: gnome_hd.md#gnome-des-lacs ParentLink: gnome_hd.md#gnome diff --git a/Data/HD/hd_gnome_gnome_des_roches.md b/Data/HD/hd_gnome_gnome_des_roches.md index 720c220a..b043365b 100644 --- a/Data/HD/hd_gnome_gnome_des_roches.md +++ b/Data/HD/hd_gnome_gnome_des_roches.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem ConstitutionBonus: 1 Id: gnome_hd.md#gnome-des-roches ParentLink: gnome_hd.md#gnome diff --git a/Data/HD/hd_halfling_halfelin_grand_sabot.md b/Data/HD/hd_halfling_halfelin_grand_sabot.md index 27ddf2e5..b7d47128 100644 --- a/Data/HD/hd_halfling_halfelin_grand_sabot.md +++ b/Data/HD/hd_halfling_halfelin_grand_sabot.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem ConstitutionBonus: 1 Id: halfling_hd.md#halfelin-grand-sabot ParentLink: halfling_hd.md#halfelin diff --git a/Data/HD/hd_halfling_halfelin_pied_leger.md b/Data/HD/hd_halfling_halfelin_pied_leger.md index 637337ff..c43fcca7 100644 --- a/Data/HD/hd_halfling_halfelin_pied_leger.md +++ b/Data/HD/hd_halfling_halfelin_pied_leger.md @@ -1,5 +1,5 @@ --- -!RaceItem +!SubRaceItem CharismaBonus: 1 Id: halfling_hd.md#halfelin-pied-léger ParentLink: halfling_hd.md#halfelin diff --git a/Data/HD/hd_monk.md b/Data/HD/hd_monk.md index 7fbeda62..04dcc996 100644 --- a/Data/HD/hd_monk.md +++ b/Data/HD/hd_monk.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Moine -Source: (MDR p176) Id: monk_hd.md#moine RootId: monk_hd.md ParentLink: classes_hd.md +Name: Moine ParentName: Classes NameLevel: 1 AltName: Monk (SRD p26) +Source: (MDR p176) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_monk_enlightenment.md b/Data/HD/hd_monk_enlightenment.md index bab2a39a..698a6128 100644 --- a/Data/HD/hd_monk_enlightenment.md +++ b/Data/HD/hd_monk_enlightenment.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Voie de l'illumination -Source: (MDR p180) +!SubClassItem 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) --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_monk_fiveanimals.md b/Data/HD/hd_monk_fiveanimals.md index a9986142..18e999e2 100644 --- a/Data/HD/hd_monk_fiveanimals.md +++ b/Data/HD/hd_monk_fiveanimals.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Voie des cinq animaux -Source: (MDR p180) +!SubClassItem 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) --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_monk_flexibility.md b/Data/HD/hd_monk_flexibility.md index 7e50ec8b..0c4626e3 100644 --- a/Data/HD/hd_monk_flexibility.md +++ b/Data/HD/hd_monk_flexibility.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Voie de la souplesse -Source: (MDR p181) +!SubClassItem 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) --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_monk_openhand.md b/Data/HD/hd_monk_openhand.md index 194c1785..af46a56b 100644 --- a/Data/HD/hd_monk_openhand.md +++ b/Data/HD/hd_monk_openhand.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Voie de la main ouverte -Source: (MDR p179) +!SubClassItem 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) --- >  [Traditions monacales](hd_monk_traditions_monacales.md) diff --git a/Data/HD/hd_paladin.md b/Data/HD/hd_paladin.md index a20e09a9..bb64bb46 100644 --- a/Data/HD/hd_paladin.md +++ b/Data/HD/hd_paladin.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Paladin -Source: (MDR p183) Id: paladin_hd.md#paladin RootId: paladin_hd.md ParentLink: classes_hd.md +Name: Paladin ParentName: Classes NameLevel: 1 AltName: Paladin (SRD p30) +Source: (MDR p183) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_paladin_devotion.md b/Data/HD/hd_paladin_devotion.md index 82c51a08..385b2bfb 100644 --- a/Data/HD/hd_paladin_devotion.md +++ b/Data/HD/hd_paladin_devotion.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Serment de dévotion -Source: (MDR p186) +!SubClassItem 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) --- >  [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 d298cfbd..204eeefa 100644 --- a/Data/HD/hd_paladin_obedience.md +++ b/Data/HD/hd_paladin_obedience.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Serment d'obédience -Source: (MDR p187) +!SubClassItem 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) --- >  [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 65e1060d..3d25682c 100644 --- a/Data/HD/hd_paladin_perfection.md +++ b/Data/HD/hd_paladin_perfection.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Serment de perfection -Source: (MDR p189) +!SubClassItem 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) --- >  [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 05e0f8d1..d9703711 100644 --- a/Data/HD/hd_paladin_piety.md +++ b/Data/HD/hd_paladin_piety.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Serment de piété -Source: (MDR p190) +!SubClassItem 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) --- >  [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 e04d4d27..dc4e78c6 100644 --- a/Data/HD/hd_paladin_redemption.md +++ b/Data/HD/hd_paladin_redemption.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Serment de rédemption -Source: (MDR p191) +!SubClassItem 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) --- >  [Serments sacrés](hd_paladin_serments_sacres.md) diff --git a/Data/HD/hd_ranger.md b/Data/HD/hd_ranger.md index b2af452b..b16de5cd 100644 --- a/Data/HD/hd_ranger.md +++ b/Data/HD/hd_ranger.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Rôdeur -Source: (MDR p194) Id: ranger_hd.md#rôdeur RootId: ranger_hd.md ParentLink: classes_hd.md +Name: Rôdeur ParentName: Classes NameLevel: 1 AltName: Ranger (SRD p35) +Source: (MDR p194) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_ranger_arcane.md b/Data/HD/hd_ranger_arcane.md index d5c7b49a..3491ff8c 100644 --- a/Data/HD/hd_ranger_arcane.md +++ b/Data/HD/hd_ranger_arcane.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Archer arcanique -Source: (MDR p198) +!SubClassItem 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) --- >  [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 6a387b0c..21cbc591 100644 --- a/Data/HD/hd_ranger_exile.md +++ b/Data/HD/hd_ranger_exile.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Exilé -Source: (MDR p199) +!SubClassItem 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) --- >  [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 b4db79f2..e0130335 100644 --- a/Data/HD/hd_ranger_hunter.md +++ b/Data/HD/hd_ranger_hunter.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Chasseur -Source: (MDR p198) +!SubClassItem 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) --- >  [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 157fd48d..3176be63 100644 --- a/Data/HD/hd_ranger_pisteur.md +++ b/Data/HD/hd_ranger_pisteur.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: 'Pisteur : un rôdeur alternatif' -Source: (MDR p200) +!SubClassItem 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) --- >  [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 732d75b0..b070aa06 100644 --- a/Data/HD/hd_ranger_tracker.md +++ b/Data/HD/hd_ranger_tracker.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Traqueur -Source: (MDR p199) +!SubClassItem 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) --- >  [Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) diff --git a/Data/HD/hd_rogue.md b/Data/HD/hd_rogue.md index 96d1cfb0..7f5bec13 100644 --- a/Data/HD/hd_rogue.md +++ b/Data/HD/hd_rogue.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Roublard -Source: (MDR p202) Id: rogue_hd.md#roublard RootId: rogue_hd.md ParentLink: classes_hd.md +Name: Roublard ParentName: Classes NameLevel: 1 AltName: Rogue (SRD p39) +Source: (MDR p202) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_rogue_brute.md b/Data/HD/hd_rogue_brute.md index a3e10646..1b7f7a37 100644 --- a/Data/HD/hd_rogue_brute.md +++ b/Data/HD/hd_rogue_brute.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Brute -Source: (MDR p205) +!SubClassItem 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) --- >  [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 2fbaeca6..08beebbb 100644 --- a/Data/HD/hd_rogue_ombrelame.md +++ b/Data/HD/hd_rogue_ombrelame.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Ombrelame -Source: (MDR p206) +!SubClassItem 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) --- >  [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 ceab68f8..719101d4 100644 --- a/Data/HD/hd_rogue_spy.md +++ b/Data/HD/hd_rogue_spy.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Espion -Source: (MDR p206) +!SubClassItem 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) --- >  [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 efc69e3f..07b261b5 100644 --- a/Data/HD/hd_rogue_thief.md +++ b/Data/HD/hd_rogue_thief.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Voleur -Source: (MDR p204) +!SubClassItem 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) --- >  [Archétypes de roublard](hd_rogue_archetypes_de_roublard.md) diff --git a/Data/HD/hd_sorcerer.md b/Data/HD/hd_sorcerer.md index 4ecc0b90..b31b5ace 100644 --- a/Data/HD/hd_sorcerer.md +++ b/Data/HD/hd_sorcerer.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Ensorceleur -Source: (MDR p152) Id: sorcerer_hd.md#ensorceleur RootId: sorcerer_hd.md ParentLink: classes_hd.md +Name: Ensorceleur ParentName: Classes NameLevel: 1 AltName: Sorcerer (SRD p41) +Source: (MDR p152) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_sorcerer_celestial.md b/Data/HD/hd_sorcerer_celestial.md index 88d2a92b..d59daf47 100644 --- a/Data/HD/hd_sorcerer_celestial.md +++ b/Data/HD/hd_sorcerer_celestial.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Lignée céleste -Source: (MDR p156) +!SubClassItem 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) --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_sorcerer_draconic.md b/Data/HD/hd_sorcerer_draconic.md index feb6cb2d..37d6a855 100644 --- a/Data/HD/hd_sorcerer_draconic.md +++ b/Data/HD/hd_sorcerer_draconic.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Lignée draconique -Source: (MDR p155) +!SubClassItem 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) --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_sorcerer_fairy.md b/Data/HD/hd_sorcerer_fairy.md index 62cd906f..e6d7a12f 100644 --- a/Data/HD/hd_sorcerer_fairy.md +++ b/Data/HD/hd_sorcerer_fairy.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Lignée féerique -Source: (MDR p157) +!SubClassItem 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) --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_sorcerer_infernal.md b/Data/HD/hd_sorcerer_infernal.md index d43c10fc..3366fc55 100644 --- a/Data/HD/hd_sorcerer_infernal.md +++ b/Data/HD/hd_sorcerer_infernal.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Lignée infernale -Source: (MDR p158) +!SubClassItem 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) --- >  [Origines magiques](hd_sorcerer_origines_magiques.md) diff --git a/Data/HD/hd_warlock.md b/Data/HD/hd_warlock.md index 861398a9..79dbd3ea 100644 --- a/Data/HD/hd_warlock.md +++ b/Data/HD/hd_warlock.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Sorcier -Source: (MDR p209) Id: warlock_hd.md#sorcier RootId: warlock_hd.md ParentLink: classes_hd.md +Name: Sorcier ParentName: Classes NameLevel: 1 AltName: Warlock (SRD p46) +Source: (MDR p209) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_warlock_depths.md b/Data/HD/hd_warlock_depths.md index 5deb62e0..1703ba76 100644 --- a/Data/HD/hd_warlock_depths.md +++ b/Data/HD/hd_warlock_depths.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: La puissance des profondeurs -Source: (MDR p216) +!SubClassItem 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) --- >  [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 c22f4d49..82d1e6d0 100644 --- a/Data/HD/hd_warlock_extradimensional.md +++ b/Data/HD/hd_warlock_extradimensional.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: L'entité extra-dimensionnelle -Source: (MDR p217) +!SubClassItem 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) --- >  [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 5d6bc4fc..c8b78187 100644 --- a/Data/HD/hd_warlock_fiendish.md +++ b/Data/HD/hd_warlock_fiendish.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Le fiélon -Source: (MDR p215) +!SubClassItem 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) --- >  [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 14641ed7..51a6ee78 100644 --- a/Data/HD/hd_warlock_immortal.md +++ b/Data/HD/hd_warlock_immortal.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Le seigneur immortel -Source: (MDR p215) +!SubClassItem 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) --- >  [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 e6c8abc9..b4304f79 100644 --- a/Data/HD/hd_warlock_occultsummons.md +++ b/Data/HD/hd_warlock_occultsummons.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Invocations occultes -Source: (MDR p213) +!SubClassItem 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) --- >  [Sorcier](hd_warlock.md) diff --git a/Data/HD/hd_warlock_pact.md b/Data/HD/hd_warlock_pact.md index ca41679f..ae778227 100644 --- a/Data/HD/hd_warlock_pact.md +++ b/Data/HD/hd_warlock_pact.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: Pacte -Source: (MDR p211) +!SubClassItem 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) --- >  [Sorcier](hd_warlock.md) diff --git a/Data/HD/hd_wizard.md b/Data/HD/hd_wizard.md index 1c5f0c16..55b74edb 100644 --- a/Data/HD/hd_wizard.md +++ b/Data/HD/hd_wizard.md @@ -1,13 +1,13 @@ --- !ClassItem -Name: Magicien -Source: (MDR p166) Id: wizard_hd.md#magicien RootId: wizard_hd.md ParentLink: classes_hd.md +Name: Magicien ParentName: Classes NameLevel: 1 AltName: Wizard (SRD p52) +Source: (MDR p166) --- >  [Classes](hd_classes.md) diff --git a/Data/HD/hd_wizard_academician.md b/Data/HD/hd_wizard_academician.md index 1e71d621..a19d2eda 100644 --- a/Data/HD/hd_wizard_academician.md +++ b/Data/HD/hd_wizard_academician.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Académicien -Source: (MDR p169) +!SubClassItem 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) --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_elementalist.md b/Data/HD/hd_wizard_elementalist.md index 3370c72a..1f4be3bd 100644 --- a/Data/HD/hd_wizard_elementalist.md +++ b/Data/HD/hd_wizard_elementalist.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Élémentaliste -Source: (MDR p171) +!SubClassItem 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) --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_eminence.md b/Data/HD/hd_wizard_eminence.md index 82bcf689..739f92d8 100644 --- a/Data/HD/hd_wizard_eminence.md +++ b/Data/HD/hd_wizard_eminence.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Éminence grise -Source: (MDR p174) +!SubClassItem 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) --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_evocation.md b/Data/HD/hd_wizard_evocation.md index e38e6856..a9648df4 100644 --- a/Data/HD/hd_wizard_evocation.md +++ b/Data/HD/hd_wizard_evocation.md @@ -1,13 +1,13 @@ --- -!ClassItem -Name: École d'évocation -Source: (MDR p419) +!SubClassItem 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) --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/HD/hd_wizard_surveyor.md b/Data/HD/hd_wizard_surveyor.md index 330432eb..3a0a0559 100644 --- a/Data/HD/hd_wizard_surveyor.md +++ b/Data/HD/hd_wizard_surveyor.md @@ -1,12 +1,12 @@ --- -!ClassItem -Name: Arpenteur -Source: (MDR p171) +!SubClassItem 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) --- >  [Traditions arcaniques](hd_wizard_traditions_arcaniques.md) diff --git a/Data/barbarian_berserker_hd.md b/Data/barbarian_berserker_hd.md index a5f4df26..0550c52f 100644 --- a/Data/barbarian_berserker_hd.md +++ b/Data/barbarian_berserker_hd.md @@ -1,5 +1,5 @@ - +[Voies primitives](barbarian_hd.md#voies-primitives) @@ -42,7 +42,7 @@ Si la créature réussit son [jet de sauvegarde], vous ne pouvez plus utiliser c - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/barbarian_howling_hd.md b/Data/barbarian_howling_hd.md index 959f5327..6538136e 100644 --- a/Data/barbarian_howling_hd.md +++ b/Data/barbarian_howling_hd.md @@ -1,5 +1,5 @@ - +[Voies primitives](barbarian_hd.md#voies-primitives) @@ -59,7 +59,7 @@ Le cri sauvage est à la fois un cri de guerre et de joie sauvage que vous pouss - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/barbarian_spirits_hd.md b/Data/barbarian_spirits_hd.md index 83464113..2ccf2ad1 100644 --- a/Data/barbarian_spirits_hd.md +++ b/Data/barbarian_spirits_hd.md @@ -1,5 +1,5 @@ - +[Voies primitives](barbarian_hd.md#voies-primitives) @@ -73,7 +73,7 @@ Désormais, lorsque vous terminez un repos court, vous récupérez un point de l - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/barbarian_steel_hd.md b/Data/barbarian_steel_hd.md index eeb39621..2fa07f53 100644 --- a/Data/barbarian_steel_hd.md +++ b/Data/barbarian_steel_hd.md @@ -1,5 +1,5 @@ - +[Voies primitives](barbarian_hd.md#voies-primitives) @@ -49,7 +49,7 @@ Au niveau 14 et par la suite, lorsque vous êtes sous l'effet de la rage, vous b - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/bard_acrobats_hd.md b/Data/bard_acrobats_hd.md index e53eeeec..8ba00d4b 100644 --- a/Data/bard_acrobats_hd.md +++ b/Data/bard_acrobats_hd.md @@ -1,5 +1,5 @@ - +[Collèges bardiques](bard_hd.md#collèges-bardiques) @@ -66,7 +66,7 @@ Au niveau 14, votre spécialité fait de vous un professionnel accompli et un ad - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/bard_diplomats_hd.md b/Data/bard_diplomats_hd.md index 6284b3df..e146b80f 100644 --- a/Data/bard_diplomats_hd.md +++ b/Data/bard_diplomats_hd.md @@ -1,5 +1,5 @@ - +[Collèges bardiques](bard_hd.md#collèges-bardiques) @@ -43,7 +43,7 @@ Au niveau 14, lorsqu'un de vos sorts de l'école d'enchantement cesse de faire e - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde [Force]: abilities_strength_hd.md diff --git a/Data/bard_heralds_hd.md b/Data/bard_heralds_hd.md index d4a2d2c6..cf4a28ed 100644 --- a/Data/bard_heralds_hd.md +++ b/Data/bard_heralds_hd.md @@ -1,5 +1,5 @@ - +[Collèges bardiques](bard_hd.md#collèges-bardiques) @@ -47,7 +47,7 @@ Au niveau 14, sur un champ de bataille, votre simple présence assure les protag - + [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde [terrorisé]: conditions_hd.md#terrorisé diff --git a/Data/bard_knowledge_hd.md b/Data/bard_knowledge_hd.md index d3efc190..3af8bb69 100644 --- a/Data/bard_knowledge_hd.md +++ b/Data/bard_knowledge_hd.md @@ -1,5 +1,5 @@ - +[Collèges bardiques](bard_hd.md#collèges-bardiques) @@ -50,6 +50,6 @@ Les sorts que vous choisissez fonctionnent pour vous comme des sorts de barde ma - + diff --git a/Data/cleric_guide_hd.md b/Data/cleric_guide_hd.md index 6b353ee2..8fa24dd2 100644 --- a/Data/cleric_guide_hd.md +++ b/Data/cleric_guide_hd.md @@ -1,5 +1,5 @@ - +[Domaines divins](cleric_hd.md#domaines-divins) @@ -110,7 +110,7 @@ Lorsque vous atteignez le niveau 17, vous devenez capable de ressentir l'état - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/cleric_life_hd.md b/Data/cleric_life_hd.md index f58b8454..d5cef72a 100644 --- a/Data/cleric_life_hd.md +++ b/Data/cleric_life_hd.md @@ -1,5 +1,5 @@ - +[Domaines divins](cleric_hd.md#domaines-divins) @@ -76,6 +76,6 @@ Au niveau 8, vous gagnez la capacité d’insuffler de l’énergie divine dans - + diff --git a/Data/cleric_priest_hd.md b/Data/cleric_priest_hd.md index 1b46d583..c375f7a5 100644 --- a/Data/cleric_priest_hd.md +++ b/Data/cleric_priest_hd.md @@ -1,5 +1,5 @@ - +[Domaines divins](cleric_hd.md#domaines-divins) @@ -501,7 +501,7 @@ Accueillir dans le corps d'un simple mortel ne serait-ce qu'une infime partie de - + [léger comme une plume]: spells_hd.md#léger-comme-une-plume [bourrasque]: spells_hd.md#bourrasque diff --git a/Data/cleric_theurgist_hd.md b/Data/cleric_theurgist_hd.md index d1fe8383..e51265c3 100644 --- a/Data/cleric_theurgist_hd.md +++ b/Data/cleric_theurgist_hd.md @@ -1,5 +1,5 @@ - +[Domaines divins](cleric_hd.md#domaines-divins) @@ -90,7 +90,7 @@ Votre étude exhaustive des différentes traditions et théories magiques vous p - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/cleric_traditions_hd.md b/Data/cleric_traditions_hd.md index 781c770b..5aad8d78 100644 --- a/Data/cleric_traditions_hd.md +++ b/Data/cleric_traditions_hd.md @@ -1,5 +1,5 @@ - +[Domaines divins](cleric_hd.md#domaines-divins) @@ -91,7 +91,7 @@ Désormais, vous êtes capable de lancer le sort soin des blessures de groupe en - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/druid_depths_hd.md b/Data/druid_depths_hd.md index fa78cc37..a4663971 100644 --- a/Data/druid_depths_hd.md +++ b/Data/druid_depths_hd.md @@ -1,5 +1,5 @@ - +[Cercles druidiques](druid_hd.md#cercles-druidiques) @@ -71,7 +71,7 @@ Vous devez terminer votre déplacement à l'air libre. Si ce n'est pas le cas, v - + [Oxydeur]: monsters_hd.md#oxydeur diff --git a/Data/druid_earth_hd.md b/Data/druid_earth_hd.md index e5a09ff0..d3b21f3c 100644 --- a/Data/druid_earth_hd.md +++ b/Data/druid_earth_hd.md @@ -1,5 +1,5 @@ - +[Cercles druidiques](druid_hd.md#cercles-druidiques) @@ -166,7 +166,7 @@ La créature est consciente de cet effet avant de vous attaquer. - + [enchevêtrement]: spells_hd.md#enchevêtrement [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/druid_fairies_hd.md b/Data/druid_fairies_hd.md index 1facb172..cc0c3c5e 100644 --- a/Data/druid_fairies_hd.md +++ b/Data/druid_fairies_hd.md @@ -1,5 +1,5 @@ - +[Cercles druidiques](druid_hd.md#cercles-druidiques) @@ -92,7 +92,7 @@ Vous maîtrisez à présent la plus puissante magie des fées. - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/druid_seasons_hd.md b/Data/druid_seasons_hd.md index ac62e2e9..27f621af 100644 --- a/Data/druid_seasons_hd.md +++ b/Data/druid_seasons_hd.md @@ -1,5 +1,5 @@ - +[Cercles druidiques](druid_hd.md#cercles-druidiques) @@ -160,7 +160,7 @@ Cette aptitude remplace et annule l'aptitude du même nom obtenue par les druide - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/dwarf_hd.md b/Data/dwarf_hd.md index c8da3f09..aaa2a25e 100644 --- a/Data/dwarf_hd.md +++ b/Data/dwarf_hd.md @@ -36,7 +36,7 @@ Votre personnage nain est doté d'un ensemble de capacités innées liées à sa **Langues.** Vous pouvez parler et écrire en commun et en nain. Le nain est une langue aux consonnes dures et aux sons gutturaux, des spécificités qui se retrouvent dans l'accent qu'ont les nains en parlant un autre langage. - + ## Nain des tertres @@ -49,9 +49,9 @@ En tant que nain des tertres, vous avez des sens aiguisés, êtes très intuitif **Ténacité naine.** Votre nombre maximum de points de vie augmente de 1. Il augmente à nouveau de +1 à chaque niveau que vous gagnez. - + - + ## Nain des pierres @@ -63,9 +63,9 @@ En tant que nain des pierres, vous êtes ingénieux et savez comment tourner une **Maître des marteaux.** Lorsqu'un nain des pierres inflige des dégâts avec un marteau ou toute autre arme de corps-à-corps contondante, il ignore une éventuelle résistance aux dégâts contondants de sa cible sauf si cette résistance a été accordée par un sort. - + - + ## Nain des laves @@ -81,7 +81,7 @@ En tant que nain des laves, vous êtes mystique, aimez résoudre rapidement les **Résistance à la chaleur.** Vous bénéficiez d'une résistance aux dégâts de feu. - + diff --git a/Data/elf_hd.md b/Data/elf_hd.md index 1688c876..cab0f39f 100644 --- a/Data/elf_hd.md +++ b/Data/elf_hd.md @@ -34,7 +34,7 @@ Votre personnage elfe possède un ensemble de qualités naturelles qui sont le f **Langues.** Vous pouvez parler, lire et écrire en commun et en elfe. Le langage des elfes est fluide, avec des intonations subtiles et une grammaire élaborée. La littérature elfique est riche et variée, et leurs chansons et poèmes sont populaires parmi les autres races. De nombreux bardes apprennent à parler elfe afin de pouvoir ajouter des ballades elfiques à leur répertoire. - + ## Elfe d'aether @@ -51,9 +51,9 @@ En tant qu'elfe d'aether, votre intelligence dépasse celles des autres peuples **Langue supplémentaire.** Vous pouvez parler, lire et écrire une langue supplémentaire de votre choix. - + - + ## Elfe de fer @@ -69,9 +69,9 @@ En tant qu'elfe de fer, vous aimez nouer des liens avec les autres peuples et vo **Langue supplémentaire.** Vous pouvez parler, lire et écrire une langue supplémentaire de votre choix. - + - + ## Elfe des sylves @@ -85,7 +85,7 @@ En tant qu'elfe des sylves, vous entretenez des liens ténus avec la nature, dan **Artisans reconnus.** Vous maîtrisez un type d'outils d'artisan de votre choix. - + diff --git a/Data/fighter_champion_hd.md b/Data/fighter_champion_hd.md index 43d8af48..c9d449a3 100644 --- a/Data/fighter_champion_hd.md +++ b/Data/fighter_champion_hd.md @@ -1,5 +1,5 @@ - +[Archétypes martiaux](fighter_hd.md#archétypes-martiaux) @@ -54,7 +54,7 @@ Au niveau 18, vous avez atteint le summum de votre endurance en combat. Si, au d - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/fighter_defender_hd.md b/Data/fighter_defender_hd.md index becb3d4c..f2dfcc79 100644 --- a/Data/fighter_defender_hd.md +++ b/Data/fighter_defender_hd.md @@ -1,5 +1,5 @@ - +[Archétypes martiaux](fighter_hd.md#archétypes-martiaux) @@ -66,7 +66,7 @@ Enfin, lorsque vous utilisez l'aptitude bloquer un adversaire, vous pouvez déso - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/fighter_spellblade_hd.md b/Data/fighter_spellblade_hd.md index 6737b063..5fa90d43 100644 --- a/Data/fighter_spellblade_hd.md +++ b/Data/fighter_spellblade_hd.md @@ -1,5 +1,5 @@ - +[Archétypes martiaux](fighter_hd.md#archétypes-martiaux) @@ -98,7 +98,7 @@ Lorsque vous atteignez le niveau 18, vous pouvez lancer un sort dont le temps d' - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/fighter_swordsman_hd.md b/Data/fighter_swordsman_hd.md index 69de7678..e3d2f7ca 100644 --- a/Data/fighter_swordsman_hd.md +++ b/Data/fighter_swordsman_hd.md @@ -1,5 +1,5 @@ - +[Archétypes martiaux](fighter_hd.md#archétypes-martiaux) @@ -53,7 +53,7 @@ De plus, à chaque fois que vous utilisez votre aptitude de frappe chirurgicale, - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/gnome_hd.md b/Data/gnome_hd.md index cf2c7163..dbe4dd8f 100644 --- a/Data/gnome_hd.md +++ b/Data/gnome_hd.md @@ -30,7 +30,7 @@ Un personnage gnome partage de nombreux traits avec tous les autres gnomes. **Langues.** Vous pouvez parler, lire et écrire en commun et en gnome. La langue gnome utilise le même alphabet que les nains (le Runique). Les gnomes sont renommés pour leurs traités techniques et leurs catalogues de connaissances sur la nature. - + ## Gnome des roches @@ -51,9 +51,9 @@ Quand vous créez un mécanisme, vous avez le choix entre trois options : * **Briquet.** Ce mécanisme produit une petite flamme qui peut être utilisée pour allumer une bougie, une torche ou un feu de camp. L'utilisation du briquet coûte une action. * **Boîte à musique.** Quand elle est ouverte, la boîte à musique joue une mélodie à un volume modéré. La boîte redevient silencieuse à la fin de la mélodie ou quand elle est fermée. - + - + ## Gnome des fées @@ -67,9 +67,9 @@ Les gnomes des fées sont très habiles et leur relation à la nature leur donne **Projection spirituelle.** En dépensant une action, lorsque vous êtes en pleine forêt, vous pouvez appeler un petit animal : un petit oiseau de la taille d'une mésange ou d'un moineau ou un rongeur. Vous sifflez une étrange mélodie et, au bout d'une minute, une créature se présente à vous. Cette dernière doit être présente dans les environs afin de répondre à l'appel. Une fois la créature devant vous, vous projetez votre esprit et vos sens en elle. Vous pouvez prendre son contrôle et voir et entendre par ses yeux et ses oreilles. La projection dure 10 minutes et ne vous permet pas d'éloigner la créature de plus de 500 mètres de vous. Tant que le contrôle dure, vous ne pouvez pas voir, entendre, ni agir avec votre propre corps. Vous pouvez mettre fin à tout moment à votre emprise et revenir dans votre corps, sans autre contrecoup. Subir un coup ou des dégâts vous ramène immédiatement dans votre corps, libérant la créature de votre emprise. Cependant, dans ce cas, vous êtes désorienté et subissez un désavantage à toutes vos actions pendant 1 minute. Il en va de même si l'animal est tué pendant la projection. Vous devez terminer un repos long avant de pouvoir réutiliser cette capacité. ce pouvoir fonctionne aussi en zone urbaine. Il vous faut cependant vous trouver dans une zone où la nature est encore présente et puissante (un souterrain naturel, un bosquet sacré, un jardin luxuriant, etc...). - + - + ## Gnome des lacs @@ -85,7 +85,7 @@ Les gnomes des lacs sont discrets et manifestent une sagesse supérieure aux aut **Magie instinctive.** Vous connaissez deux tours de magie que vous choisissez parmi la liste de sorts du barde. Votre caractéristique d'incantation pour ces sorts est la [Sagesse]. - + diff --git a/Data/halfling_hd.md b/Data/halfling_hd.md index 8bff9b0e..3823a1a3 100644 --- a/Data/halfling_hd.md +++ b/Data/halfling_hd.md @@ -32,7 +32,7 @@ Un halfelin possède de nombreux traits en commun avec tous les autres halfelins **Langues.** Vous pouvez parler, lire et écrire en commun et en halfelin. Bien que la langue des halfelins n'ait rien d'un secret, ils n'aiment pas l'apprendre aux autres. Ils écrivent très peu et n'ont donc pas énormément de livres. Leur tradition orale est par contre très riche. Presque tous les halfelins parlent le commun, une langue dont ils partagent l'alphabet, ce qui leur permet de converser avec les gens qui habitent sur les mêmes territoires qu'eux ou dont ils traversent les terres. - + ## Halfelin pied-léger @@ -45,9 +45,9 @@ En tant que halfelin pied-léger, vous cacher est presque une seconde nature et **Discrétion naturelle.** Vous pouvez tenter de vous cacher même quand vous êtes seulement dissimulé par une créature qui fait une taille de plus que vous. - + - + ## Halfelin grand-sabot @@ -61,7 +61,7 @@ En tant que halfelin grand-sabot, vous aimez les traditions et vous êtes peu cr **Travailleur acharné.** Vous obtenez la maîtrise d'un ensemble d'outils d'artisan au choix. - + diff --git a/Data/library.db b/Data/library.db index f162ce0f..6ea3bb39 100644 Binary files a/Data/library.db and b/Data/library.db differ diff --git a/Data/monk_enlightenment_hd.md b/Data/monk_enlightenment_hd.md index 734d1355..06a37be1 100644 --- a/Data/monk_enlightenment_hd.md +++ b/Data/monk_enlightenment_hd.md @@ -1,5 +1,5 @@ - +[Traditions monacales](monk_hd.md#traditions-monacales) @@ -37,7 +37,7 @@ Vous devenez capable de les lancer comme s'il s'agissait de sorts de clerc et il - + [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/monk_fiveanimals_hd.md b/Data/monk_fiveanimals_hd.md index d7ada650..e08364f6 100644 --- a/Data/monk_fiveanimals_hd.md +++ b/Data/monk_fiveanimals_hd.md @@ -1,5 +1,5 @@ - +[Traditions monacales](monk_hd.md#traditions-monacales) @@ -53,7 +53,7 @@ Lorsque vous atteignez le niveau 17, en dépensant 3 points de ki, vous pouvez u - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/monk_flexibility_hd.md b/Data/monk_flexibility_hd.md index a54449ab..21d44e7f 100644 --- a/Data/monk_flexibility_hd.md +++ b/Data/monk_flexibility_hd.md @@ -1,5 +1,5 @@ - +[Traditions monacales](monk_hd.md#traditions-monacales) @@ -53,7 +53,7 @@ Lorsque vous réussissez une empoignade, vous pouvez dépenser 3 points de ki po - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/monk_openhand_hd.md b/Data/monk_openhand_hd.md index 44a6eb76..310dcf49 100644 --- a/Data/monk_openhand_hd.md +++ b/Data/monk_openhand_hd.md @@ -1,5 +1,5 @@ - +[Traditions monacales](monk_hd.md#traditions-monacales) @@ -52,7 +52,7 @@ Vous ne pouvez utiliser cette aptitude que sur une seule créature à la fois et - + [à terre]: conditions_hd.md#À-terre [Force]: abilities_strength_hd.md diff --git a/Data/paladin_devotion_hd.md b/Data/paladin_devotion_hd.md index dc27b321..44c1da56 100644 --- a/Data/paladin_devotion_hd.md +++ b/Data/paladin_devotion_hd.md @@ -1,5 +1,5 @@ - +[Serments sacrés](paladin_hd.md#serments-sacrés) @@ -96,7 +96,7 @@ Après un usage de cette aptitude, vous devez terminer un repos long pour la rec - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/paladin_obedience_hd.md b/Data/paladin_obedience_hd.md index 9a861cd2..cdd8c0b3 100644 --- a/Data/paladin_obedience_hd.md +++ b/Data/paladin_obedience_hd.md @@ -1,5 +1,5 @@ - +[Serments sacrés](paladin_hd.md#serments-sacrés) @@ -92,7 +92,7 @@ Vous devez terminer un repos long avant de pouvoir de nouveau utiliser cette apt - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/paladin_perfection_hd.md b/Data/paladin_perfection_hd.md index 3ca6ceb0..cbb3b7d7 100644 --- a/Data/paladin_perfection_hd.md +++ b/Data/paladin_perfection_hd.md @@ -1,5 +1,5 @@ - +[Serments sacrés](paladin_hd.md#serments-sacrés) @@ -89,7 +89,7 @@ De plus, vous devenez résistant à tous les dégâts subis et vous obtenez un a - + [à terre]: conditions_hd.md#À-terre [Force]: abilities_strength_hd.md diff --git a/Data/paladin_piety_hd.md b/Data/paladin_piety_hd.md index b58b38df..ad46ee99 100644 --- a/Data/paladin_piety_hd.md +++ b/Data/paladin_piety_hd.md @@ -1,5 +1,5 @@ - +[Serments sacrés](paladin_hd.md#serments-sacrés) @@ -97,7 +97,7 @@ Vous devez terminer un repos long avant de pouvoir utiliser cette aptitude à no - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/paladin_redemption_hd.md b/Data/paladin_redemption_hd.md index 55ededfa..0231da5a 100644 --- a/Data/paladin_redemption_hd.md +++ b/Data/paladin_redemption_hd.md @@ -1,5 +1,5 @@ - +[Serments sacrés](paladin_hd.md#serments-sacrés) @@ -100,7 +100,7 @@ Au prix d'une action et d'un niveau d'épuisement, vous pouvez désormais prendr - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/ranger_arcane_hd.md b/Data/ranger_arcane_hd.md index c0eae863..2cca8719 100644 --- a/Data/ranger_arcane_hd.md +++ b/Data/ranger_arcane_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) @@ -49,7 +49,7 @@ La flèche tueuse possède les propriétés d'une flèche ordinaire non magique - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/ranger_exile_hd.md b/Data/ranger_exile_hd.md index effd3d4f..f0636e97 100644 --- a/Data/ranger_exile_hd.md +++ b/Data/ranger_exile_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) @@ -45,7 +45,7 @@ Lorsque vous atteignez le niveau 7, une longue lutte ou une longue rancoeur vous - + [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/ranger_hunter_hd.md b/Data/ranger_hunter_hd.md index 4a108ba4..fd6272fc 100644 --- a/Data/ranger_hunter_hd.md +++ b/Data/ranger_hunter_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) @@ -72,7 +72,7 @@ Esquive instinctive. Quand un attaquant que vous pouvez voir réussit une attaqu - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/ranger_pisteur_hd.md b/Data/ranger_pisteur_hd.md index cfd77acb..38cb2640 100644 --- a/Data/ranger_pisteur_hd.md +++ b/Data/ranger_pisteur_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) @@ -45,6 +45,6 @@ Au niveau 13, vous pouvez choisir un deuxième style de combat. - + diff --git a/Data/ranger_tracker_hd.md b/Data/ranger_tracker_hd.md index 646abf53..c6680485 100644 --- a/Data/ranger_tracker_hd.md +++ b/Data/ranger_tracker_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de rôdeur](ranger_hd.md#archétypes-de-rôdeurs) @@ -71,7 +71,7 @@ Au niveau 15, vous obtenez un terrain de prédilection supplémentaire. De plus, - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/rogue_brute_hd.md b/Data/rogue_brute_hd.md index 3cd77311..52cc38af 100644 --- a/Data/rogue_brute_hd.md +++ b/Data/rogue_brute_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de roublard](rogue_hd.md#archétypes-de-roublard) @@ -59,7 +59,7 @@ Vous n'êtes sans doute pas comparable à un guerrier pour taper à tour de bras - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/rogue_ombrelame_hd.md b/Data/rogue_ombrelame_hd.md index 81332a1c..ef776e3b 100644 --- a/Data/rogue_ombrelame_hd.md +++ b/Data/rogue_ombrelame_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de roublard](rogue_hd.md#archétypes-de-roublard) @@ -98,7 +98,7 @@ Enfin, vous pouvez bénéficier de votre aptitude énergie de l'ombre une second - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/rogue_spy_hd.md b/Data/rogue_spy_hd.md index 9cdc3a25..48e70492 100644 --- a/Data/rogue_spy_hd.md +++ b/Data/rogue_spy_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de roublard](rogue_hd.md#archétypes-de-roublard) @@ -69,7 +69,7 @@ Lorsque vous atteignez le niveau 13, vous ne pouvez plus être la cible de magie - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/rogue_thief_hd.md b/Data/rogue_thief_hd.md index 5cdccb6e..856fb08a 100644 --- a/Data/rogue_thief_hd.md +++ b/Data/rogue_thief_hd.md @@ -1,5 +1,5 @@ - +[Archétypes de roublard](rogue_hd.md#archétypes-de-roublard) @@ -60,7 +60,7 @@ Lors du premier round de chaque combat, vous pouvez jouer deux tours. Vous jouez - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/sorcerer_celestial_hd.md b/Data/sorcerer_celestial_hd.md index 8667145e..dc3f70d5 100644 --- a/Data/sorcerer_celestial_hd.md +++ b/Data/sorcerer_celestial_hd.md @@ -1,5 +1,5 @@ - +[Origines magiques](sorcerer_hd.md#origines-magiques) @@ -63,7 +63,7 @@ Pendant 1 minute ou jusqu'à ce que vous perdiez votre concentration (avec les m - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/sorcerer_draconic_hd.md b/Data/sorcerer_draconic_hd.md index 8518940a..947d91f7 100644 --- a/Data/sorcerer_draconic_hd.md +++ b/Data/sorcerer_draconic_hd.md @@ -1,5 +1,5 @@ - +[Origines magiques](sorcerer_hd.md#origines-magiques) @@ -92,7 +92,7 @@ Une créature qui réussit son [jet de sauvegarde] est immunisée à votre aura - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/sorcerer_fairy_hd.md b/Data/sorcerer_fairy_hd.md index 2aa0a9d1..f361ad93 100644 --- a/Data/sorcerer_fairy_hd.md +++ b/Data/sorcerer_fairy_hd.md @@ -1,5 +1,5 @@ - +[Origines magiques](sorcerer_hd.md#origines-magiques) @@ -63,7 +63,7 @@ Vous pouvez y mettre fin à tout moment en utilisant une action. - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/sorcerer_infernal_hd.md b/Data/sorcerer_infernal_hd.md index 323c2308..8aa24463 100644 --- a/Data/sorcerer_infernal_hd.md +++ b/Data/sorcerer_infernal_hd.md @@ -1,5 +1,5 @@ - +[Origines magiques](sorcerer_hd.md#origines-magiques) @@ -61,7 +61,7 @@ La transformation vous coûte un nombre de points de sorcellerie égal à l'indi - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/warlock_depths_hd.md b/Data/warlock_depths_hd.md index 685eeccb..15607ef5 100644 --- a/Data/warlock_depths_hd.md +++ b/Data/warlock_depths_hd.md @@ -1,5 +1,5 @@ - +[Protecteurs d'outre-monde](warlock_hd.md#protecteurs-doutre-monde) @@ -73,7 +73,7 @@ Vous devez terminer un repos long avant de pouvoir de nouveau utiliser cette apt - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/warlock_extradimensional_hd.md b/Data/warlock_extradimensional_hd.md index 0826ede9..779c03eb 100644 --- a/Data/warlock_extradimensional_hd.md +++ b/Data/warlock_extradimensional_hd.md @@ -1,5 +1,5 @@ - +[Protecteurs d'outre-monde](warlock_hd.md#protecteurs-doutre-monde) @@ -63,7 +63,7 @@ Si aucun espace libre n'existe à portée, vous êtes perdu dans les limbes et c - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/warlock_fiendish_hd.md b/Data/warlock_fiendish_hd.md index bce20d6c..d13c3c15 100644 --- a/Data/warlock_fiendish_hd.md +++ b/Data/warlock_fiendish_hd.md @@ -1,5 +1,5 @@ - +[Protecteurs d'outre-monde](warlock_hd.md#protecteurs-doutre-monde) @@ -68,7 +68,7 @@ Une fois que vous avez utilisé cette aptitude, vous devez attendre d'avoir term - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/warlock_immortal_hd.md b/Data/warlock_immortal_hd.md index a4245582..8dd4b4a9 100644 --- a/Data/warlock_immortal_hd.md +++ b/Data/warlock_immortal_hd.md @@ -1,5 +1,5 @@ - +[Protecteurs d'outre-monde](warlock_hd.md#protecteurs-doutre-monde) @@ -68,7 +68,7 @@ Enfin, la difficulté du [jet de sauvegarde] de votre [pacte avec la Mort] est a - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/warlock_occultsummons_hd.md b/Data/warlock_occultsummons_hd.md index e664f967..a5b1ea76 100644 --- a/Data/warlock_occultsummons_hd.md +++ b/Data/warlock_occultsummons_hd.md @@ -1,5 +1,5 @@ - +[Sorcier](warlock_hd.md) @@ -312,7 +312,7 @@ Vous pouvez lancer fléau en utilisant un emplacement de sort de sorcier. Vous d - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/warlock_pact_hd.md b/Data/warlock_pact_hd.md index 3c1117bb..096ec535 100644 --- a/Data/warlock_pact_hd.md +++ b/Data/warlock_pact_hd.md @@ -1,5 +1,5 @@ - +[Sorcier](warlock_hd.md) @@ -50,7 +50,7 @@ Si vous perdez votre livre des ombres, vous pouvez accomplir une cérémonie d'u - + diff --git a/Data/wizard_academician_hd.md b/Data/wizard_academician_hd.md index 2568393f..e632eebe 100644 --- a/Data/wizard_academician_hd.md +++ b/Data/wizard_academician_hd.md @@ -1,5 +1,5 @@ - +[Traditions arcaniques](wizard_hd.md#traditions-arcaniques) @@ -103,7 +103,7 @@ Sorts supérieurs. Lorsque vous lancez un sort de votre école qui utilise un em - + [jet de sauvegarde]: abilities_hd.md#jets-de-sauvegarde [jets de sauvegarde]: abilities_hd.md#jets-de-sauvegarde diff --git a/Data/wizard_elementalist_hd.md b/Data/wizard_elementalist_hd.md index ede68e3d..bba4ed8f 100644 --- a/Data/wizard_elementalist_hd.md +++ b/Data/wizard_elementalist_hd.md @@ -1,5 +1,5 @@ - +[Traditions arcaniques](wizard_hd.md#traditions-arcaniques) @@ -153,7 +153,7 @@ Au niveau 14, vous pouvez dépenser une action bonus pour augmenter de 2 niveaux - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/wizard_eminence_hd.md b/Data/wizard_eminence_hd.md index 0b907f21..a0541d6b 100644 --- a/Data/wizard_eminence_hd.md +++ b/Data/wizard_eminence_hd.md @@ -1,5 +1,5 @@ - +[Traditions arcaniques](wizard_hd.md#traditions-arcaniques) @@ -79,7 +79,7 @@ Vous pouvez lancer vos quatre sorts privilégiés ([compréhension des langues], - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md diff --git a/Data/wizard_evocation_hd.md b/Data/wizard_evocation_hd.md index d41b5783..3cb97b6d 100644 --- a/Data/wizard_evocation_hd.md +++ b/Data/wizard_evocation_hd.md @@ -1,5 +1,5 @@ - +[Traditions arcaniques](wizard_hd.md#traditions-arcaniques) @@ -56,6 +56,6 @@ Vous pouvez utiliser une fois cette aptitude sans ressentir d'effet indésirable - + diff --git a/Data/wizard_surveyor_hd.md b/Data/wizard_surveyor_hd.md index 8eb2d166..f9d27f45 100644 --- a/Data/wizard_surveyor_hd.md +++ b/Data/wizard_surveyor_hd.md @@ -1,5 +1,5 @@ - +[Traditions arcaniques](wizard_hd.md#traditions-arcaniques) @@ -57,7 +57,7 @@ Vous obtenez la maîtrise d'une nouvelle compétence de la liste proposée au ni - + [Force]: abilities_strength_hd.md [Dextérité]: abilities_dexterity_hd.md