diff --git a/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs b/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs index b109033c..08e84eb4 100644 --- a/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs +++ b/AideDeJeu/AideDeJeu/Models/BackgroundItem.cs @@ -3,7 +3,6 @@ public class BackgroundItem : Item { - public string Description { get; set; } public string Abilities { get; set; } public string MasteredTools { get; set; } public string MasteredLanguages { get; set; } diff --git a/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs b/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs index c968ad69..0f4d8d79 100644 --- a/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs +++ b/AideDeJeu/AideDeJeu/Models/BackgroundSpecialtyItem.cs @@ -1,7 +1,8 @@ namespace AideDeJeuLib { - public class BackgroundSpecialtyItem : Item + public class BackgroundSpecialtyItem : Item, TableProperty { + public string Table { get; set; } } } diff --git a/AideDeJeu/AideDeJeu/Models/Item.cs b/AideDeJeu/AideDeJeu/Models/Item.cs index 04ea1450..7e82b75e 100644 --- a/AideDeJeu/AideDeJeu/Models/Item.cs +++ b/AideDeJeu/AideDeJeu/Models/Item.cs @@ -344,5 +344,8 @@ namespace AideDeJeuLib [NotMapped] [IgnoreDataMember] public Dictionary Attributes { get; set; } = new Dictionary(); + + [DataMember] + public string Description { get; set; } } } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs index d987f119..18276579 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityDefectItem.cs @@ -1,6 +1,7 @@ namespace AideDeJeuLib { - public class PersonalityDefectItem : Item + public class PersonalityDefectItem : Item, TableProperty { + public string Table { get; set; } } } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs index 669ca014..d5ff6d72 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityIdealItem.cs @@ -1,6 +1,7 @@ namespace AideDeJeuLib { - public class PersonalityIdealItem : Item + public class PersonalityIdealItem : Item, TableProperty { + public string Table { get; set; } } } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs index c6fbd985..9ec44eab 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityLinkItem.cs @@ -1,6 +1,7 @@ namespace AideDeJeuLib { - public class PersonalityLinkItem : Item + public class PersonalityLinkItem : Item, TableProperty { + public string Table { get; set; } } } diff --git a/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs b/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs index b2670a9e..5bf3e80b 100644 --- a/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs +++ b/AideDeJeu/AideDeJeu/Models/PersonalityTraitItem.cs @@ -1,6 +1,7 @@ namespace AideDeJeuLib { - public class PersonalityTraitItem : Item + public class PersonalityTraitItem : Item, TableProperty { + public string Table { get; set; } } } diff --git a/AideDeJeu/AideDeJeu/Models/Properties.cs b/AideDeJeu/AideDeJeu/Models/Properties.cs new file mode 100644 index 00000000..a9b514ba --- /dev/null +++ b/AideDeJeu/AideDeJeu/Models/Properties.cs @@ -0,0 +1,7 @@ +namespace AideDeJeuLib +{ + interface TableProperty + { + string Table { get; set; } + } +} diff --git a/AideDeJeu/AideDeJeu/Models/SkillItem.cs b/AideDeJeu/AideDeJeu/Models/SkillItem.cs index 3a701e8f..5f1330e5 100644 --- a/AideDeJeu/AideDeJeu/Models/SkillItem.cs +++ b/AideDeJeu/AideDeJeu/Models/SkillItem.cs @@ -2,6 +2,5 @@ { public class SkillItem : Item { - } } diff --git a/Data/HD/hd_background_brigand.md b/Data/HD/hd_background_brigand.md index 2049f237..52c7ce96 100644 --- a/Data/HD/hd_background_brigand.md +++ b/Data/HD/hd_background_brigand.md @@ -1,8 +1,5 @@ --- !BackgroundItem -Description: >+ - Vous n'êtes ni un solitaire, ni un sauvage, mais vous avez grandi et vécu en marge de la société. Par choix ou par contrainte, vous avez préféré vous tenir loin des villes et des routes les plus fréquentées, préférant les chemins de terre et les pistes sinueuses aux rues étroites des cités. Une large part de votre existence a été consacrée à assurer votre survie et celle de vos proches, qu'il s'agisse de votre famille ou de compagnons de brigandage. Et lorsque la nature n'y suffisait pas, vous n'avez jamais rechigné à vous en prendre aux voyageurs ou aux villageois afin d'assurer votre subsistance. - Abilities: Discrétion, Survie. MasteredTools: Véhicules (terrestres), un type de jeu au choix. Equipment: Couverture, habits de voyageur, piège à mâchoires, boîte à amadou, matériel de pêche, outre d'eau, bourse contenant 10 po. @@ -13,6 +10,9 @@ Name: Brigand ParentName: Historique NameLevel: 1 Attributes: {} +Description: >+ + Vous n'êtes ni un solitaire, ni un sauvage, mais vous avez grandi et vécu en marge de la société. Par choix ou par contrainte, vous avez préféré vous tenir loin des villes et des routes les plus fréquentées, préférant les chemins de terre et les pistes sinueuses aux rues étroites des cités. Une large part de votre existence a été consacrée à assurer votre survie et celle de vos proches, qu'il s'agisse de votre famille ou de compagnons de brigandage. Et lorsque la nature n'y suffisait pas, vous n'avez jamais rechigné à vous en prendre aux voyageurs ou aux villageois afin d'assurer votre subsistance. + --- >  [Historique](hd_backgrounds.md) diff --git a/Data/HD/hd_background_brigand_aptitude_confrerie.md b/Data/HD/hd_background_brigand_aptitude_confrerie.md index 918426f3..0a3f9427 100644 --- a/Data/HD/hd_background_brigand_aptitude_confrerie.md +++ b/Data/HD/hd_background_brigand_aptitude_confrerie.md @@ -6,6 +6,9 @@ Name: 'Aptitude : Confrérie' ParentName: 'Variante : Pirate' NameLevel: 4 Attributes: {} +Description: >+ + Vous appartenez à une confrérie universelle qui possède ses propres usages et ses propres codes. Quel que soit le port dans lequel vous vous trouvez, vous êtes capables de dénicher une auberge ou une taverne fréquentée par les vôtres, qui en cas de besoin peut servir de refuge ou d'endroit idéal pour dénicher des informations. + --- > [Variante : Pirate](hd_background_brigand_variante_pirate.md) diff --git a/Data/HD/hd_background_brigand_aptitude_signes_de_piste.md b/Data/HD/hd_background_brigand_aptitude_signes_de_piste.md index 704488eb..9a94ff73 100644 --- a/Data/HD/hd_background_brigand_aptitude_signes_de_piste.md +++ b/Data/HD/hd_background_brigand_aptitude_signes_de_piste.md @@ -6,6 +6,9 @@ Name: 'Aptitude : Signes de piste' ParentName: Brigand NameLevel: 4 Attributes: {} +Description: >+ + Lorsque vous évoluez dans votre milieu naturel de prédilection, vous savez lire les multiples signes de la nature qui sont invisibles à un oeil moins averti que le vôtre. De plus, vous pratiquez un langage codé qui permet de laisser des indices à ceux qui, comme vous, ont embrassé le brigandage. Cela vous permet d'éviter la plupart des dangers et des embûches qui guettent souvent le voyageur dans les régions les moins civilisées du monde, et de communiquer avec d'autres brigands sans attirer l'attention. + --- > [Brigand](hd_background_brigand.md) diff --git a/Data/HD/hd_background_brigand_defaut.md b/Data/HD/hd_background_brigand_defaut.md index 9b046ec5..ff720cfc 100644 --- a/Data/HD/hd_background_brigand_defaut.md +++ b/Data/HD/hd_background_brigand_defaut.md @@ -1,5 +1,22 @@ --- !PersonalityDefectItem +Table: >+ + |d6|Défaut| + + |---|---| + + |1|Je ne pardonne jamais une offense ou une trahison.| + + |2|Par ignorance ou par mépris des conventions, j'apparais souvent comme un rustre.| + + |3|J'ai tendance à penser que ma solution est toujours la meilleure.| + + |4|Je parle souvent avant de réfléchir.| + + |5|Je n'accorde aucun crédit aux citadins et aux nantis.| + + |6|J'ai une confiance excessive en mes propres capacités.| + Id: background_brigand_hd.md#défaut ParentLink: background_brigand_hd.md#personnalités-suggérées Name: Défaut diff --git a/Data/HD/hd_background_brigand_ideal.md b/Data/HD/hd_background_brigand_ideal.md index ec91c0d9..32f8d93e 100644 --- a/Data/HD/hd_background_brigand_ideal.md +++ b/Data/HD/hd_background_brigand_ideal.md @@ -1,5 +1,22 @@ --- !PersonalityIdealItem +Table: >+ + |d6|Idéal| + + |---|---| + + |1|**Honneur.** La société peut penser ce qu'elle veut de vous. Ce qui vous importe avant tout, c'est votre conscience. (Loyal)| + + |2|**Pouvoir.** Vous faites ce qui vous chante et prenez ce dont vous avez besoin quand vous en avez besoin. (Mauvais)| + + |3|**Nature.** Vous avez développé un lien particulier avec la nature et souhaitez la préserver de la corruption de la civilisation. (Neutre)| + + |4|**Bien commun.** Vous avez développé un sens élevé du partage, et vous mettez souvent l'intérêt de la communauté avant le vôtre. (Bon)| + + |5|**Liberté.** La vie en société est faite de chaînes et de restrictions et vous ne comptez pas vous laisser emprisonner. (Chaotique)| + + |6|**Autonomie.** Chacun doit pouvoir être en mesure d'assurer sa propre survie. (Neutre)| + Id: background_brigand_hd.md#idéal ParentLink: background_brigand_hd.md#personnalités-suggérées Name: Idéal diff --git a/Data/HD/hd_background_brigand_lien.md b/Data/HD/hd_background_brigand_lien.md index 0c704f90..25c2a0eb 100644 --- a/Data/HD/hd_background_brigand_lien.md +++ b/Data/HD/hd_background_brigand_lien.md @@ -1,5 +1,22 @@ --- !PersonalityLinkItem +Table: >+ + |d6|Lien| + + |---|---| + + |1|Certaines personnes dépendent de moi (famille, bande, amis) et je veux être digne de leur attachement.| + + |2|Ma région d'origine a une grande importance à mes yeux, et je ferai tout ce qui est en mon pouvoir pour la préserver.| + + |3|J'ai fait une promesse à l'un de mes proches disparus, et je tiendrai parole.| + + |4|L'un des miens m'a été enlevé. Je suis persuadé qu'il est encore en vie quelque part, et j'ai juré de le retrouver et de le ramener chez lui.| + + |5|Ma région a été frappée par un désastre, et c'est à moi qu'il revient de trouver le moyen de restaurer ce qui peut l'être.| + + |6|J'ai déniché une information capitale (secret, carte au trésor, etc.) qui pourrait assurer définitivement la prospérité de ma communauté, et je compte bien en profiter.| + Id: background_brigand_hd.md#lien ParentLink: background_brigand_hd.md#personnalités-suggérées Name: Lien diff --git a/Data/HD/hd_background_brigand_milieu_naturel_de_predilection.md b/Data/HD/hd_background_brigand_milieu_naturel_de_predilection.md index a56967ce..4fc3542c 100644 --- a/Data/HD/hd_background_brigand_milieu_naturel_de_predilection.md +++ b/Data/HD/hd_background_brigand_milieu_naturel_de_predilection.md @@ -1,11 +1,35 @@ --- !BackgroundSpecialtyItem +Table: >+ + |d8|Milieu naturel de prédilection| + + |---|---| + + |1|Forêt tropicale| + + |2|Forêt tempérée| + + |3|Taïga| + + |4|Montagne| + + |5|Marécage| + + |6|Désert| + + |7|Toundra| + + |8|Steppe| + Id: background_brigand_hd.md#milieu-naturel-de-prédilection ParentLink: background_brigand_hd.md#brigand Name: Milieu naturel de prédilection ParentName: Brigand NameLevel: 4 Attributes: {} +Description: >+ + Vous avez une affinité avec un milieu naturel en particulier, où vous avez vécu et avez appris à survivre et à prospérer. Même si vous êtes capable de survivre dans des environnements variés, c'est là que vous vous sentez réellement chez vous. Lancez un dé ou sélectionnez l'un des choix suivants. + --- > [Brigand](hd_background_brigand.md) diff --git a/Data/HD/hd_background_brigand_personnalites_suggerees.md b/Data/HD/hd_background_brigand_personnalites_suggerees.md index 2dbaefb7..d8ddc362 100644 --- a/Data/HD/hd_background_brigand_personnalites_suggerees.md +++ b/Data/HD/hd_background_brigand_personnalites_suggerees.md @@ -6,6 +6,9 @@ Name: Personnalités suggérées ParentName: Brigand NameLevel: 4 Attributes: {} +Description: >+ + Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de la société et de la vie bien réglée des citadins ou des villageois. Souvent considérés comme des individus dangereux ou peu recommandables, les brigands se concentrent avant tout sur l'instant présent et sur la survie de leur communauté. + --- > [Brigand](hd_background_brigand.md) diff --git a/Data/HD/hd_background_brigand_trait_de_personnalite.md b/Data/HD/hd_background_brigand_trait_de_personnalite.md index 89c18584..50e2f827 100644 --- a/Data/HD/hd_background_brigand_trait_de_personnalite.md +++ b/Data/HD/hd_background_brigand_trait_de_personnalite.md @@ -1,5 +1,26 @@ --- !PersonalityTraitItem +Table: >+ + |d8|Trait de personnalité| + + |---|---| + + |1|Je suis extrêmement méfiant. Ma confiance a un prix, et ce prix est élevé.| + + |2|Je tourne toute situation en dérision, et fais fi des sentiments des autres.| + + |3|Je ne suis à mon aise qu'avec le ciel étoilé comme toit.| + + |4|Je ne recule jamais face à un défi, aussi insurmontable soit-il.| + + |5|Je ne me soucie guère des problèmes des autres.| + + |6|Ma parole est mon bien le plus précieux, je ne la donne jamais à la légère.| + + |7|Je protège les miens comme une mère protège ses petits.| + + |8|Je suis aussi impitoyable que la nature peut l'être. La survie est à ce prix.| + Id: background_brigand_hd.md#trait-de-personnalité ParentLink: background_brigand_hd.md#personnalités-suggérées Name: Trait de personnalité diff --git a/Data/HD/hd_background_brigand_variante_bandit_de_grand_chemin.md b/Data/HD/hd_background_brigand_variante_bandit_de_grand_chemin.md index 9303a3d9..398c82ae 100644 --- a/Data/HD/hd_background_brigand_variante_bandit_de_grand_chemin.md +++ b/Data/HD/hd_background_brigand_variante_bandit_de_grand_chemin.md @@ -10,6 +10,9 @@ Name: 'Variante : Bandit de grand chemin' ParentName: Brigand NameLevel: 3 Attributes: {} +Description: >+ + Les bandits vivent en marge des principaux axes de communication, et s'en prennent en bande aux voyageurs et aux commerçants, qu'ils détroussent en un tournemain avant de se réfugier dans des repaires isolés et difficiles d'accès. + --- > [Brigand](hd_background_brigand.md) diff --git a/Data/HD/hd_background_brigand_variante_fugitif.md b/Data/HD/hd_background_brigand_variante_fugitif.md index acc9bc28..3ae378bf 100644 --- a/Data/HD/hd_background_brigand_variante_fugitif.md +++ b/Data/HD/hd_background_brigand_variante_fugitif.md @@ -9,6 +9,9 @@ Name: 'Variante : Fugitif' ParentName: Brigand NameLevel: 3 Attributes: {} +Description: >+ + Prisonniers évadés, braconniers ou paysans privés de leur terre, les fugitifs se regroupent et se réfugient loin de ceux qui les pourchassent, en essayant de recréer dans la nature un semblant de leur vie passée. + --- > [Brigand](hd_background_brigand.md) diff --git a/Data/HD/hd_background_brigand_variante_pirate.md b/Data/HD/hd_background_brigand_variante_pirate.md index b739d882..2ce4d6c0 100644 --- a/Data/HD/hd_background_brigand_variante_pirate.md +++ b/Data/HD/hd_background_brigand_variante_pirate.md @@ -9,6 +9,9 @@ Name: 'Variante : Pirate' ParentName: Brigand NameLevel: 3 Attributes: {} +Description: >+ + Vieux loups de mer, aventuriers, idéalistes et crapules de la pire espèce se retrouvent sur toutes les mers et les voies navigables au sein d'une confrérie étrange faite de violence, de sens de l'honneur et d'un goût prononcé pour la liberté. + --- > [Brigand](hd_background_brigand.md) diff --git a/Data/HD/hd_barbarian_berserker.md b/Data/HD/hd_barbarian_berserker.md index afbd038e..49800628 100644 --- a/Data/HD/hd_barbarian_berserker.md +++ b/Data/HD/hd_barbarian_berserker.md @@ -1,14 +1,14 @@ --- !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](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_howling.md b/Data/HD/hd_barbarian_howling.md index ab910669..a574526f 100644 --- a/Data/HD/hd_barbarian_howling.md +++ b/Data/HD/hd_barbarian_howling.md @@ -1,13 +1,13 @@ --- !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](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_spirits.md b/Data/HD/hd_barbarian_spirits.md index c69fbeaa..8e773205 100644 --- a/Data/HD/hd_barbarian_spirits.md +++ b/Data/HD/hd_barbarian_spirits.md @@ -1,13 +1,13 @@ --- !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](hd_barbarian_voies_primitives.md) diff --git a/Data/HD/hd_barbarian_steel.md b/Data/HD/hd_barbarian_steel.md index e44ea704..c9e9f6fe 100644 --- a/Data/HD/hd_barbarian_steel.md +++ b/Data/HD/hd_barbarian_steel.md @@ -1,13 +1,13 @@ --- !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](hd_barbarian_voies_primitives.md) 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/background_brigand_hd.md b/Data/background_brigand_hd.md index dadbb7a8..da5ed4e3 100644 --- a/Data/background_brigand_hd.md +++ b/Data/background_brigand_hd.md @@ -23,8 +23,14 @@ Vous n'êtes ni un solitaire, ni un sauvage, mais vous avez grandi et vécu en m #### Milieu naturel de prédilection + + Vous avez une affinité avec un milieu naturel en particulier, où vous avez vécu et avez appris à survivre et à prospérer. Même si vous êtes capable de survivre dans des environnements variés, c'est là que vous vous sentez réellement chez vous. Lancez un dé ou sélectionnez l'un des choix suivants. + + + + |d8|Milieu naturel de prédilection| |---|---| |1|Forêt tropicale| @@ -36,26 +42,38 @@ Vous avez une affinité avec un milieu naturel en particulier, où vous avez vé |7|Toundra| |8|Steppe| + + #### Aptitude : Signes de piste + + Lorsque vous évoluez dans votre milieu naturel de prédilection, vous savez lire les multiples signes de la nature qui sont invisibles à un oeil moins averti que le vôtre. De plus, vous pratiquez un langage codé qui permet de laisser des indices à ceux qui, comme vous, ont embrassé le brigandage. Cela vous permet d'éviter la plupart des dangers et des embûches qui guettent souvent le voyageur dans les régions les moins civilisées du monde, et de communiquer avec d'autres brigands sans attirer l'attention. + + #### Personnalités suggérées + + Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de la société et de la vie bien réglée des citadins ou des villageois. Souvent considérés comme des individus dangereux ou peu recommandables, les brigands se concentrent avant tout sur l'instant présent et sur la survie de leur communauté. + + ##### Trait de personnalité + + |d8|Trait de personnalité| |---|---| |1|Je suis extrêmement méfiant. Ma confiance a un prix, et ce prix est élevé.| @@ -67,12 +85,16 @@ Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de |7|Je protège les miens comme une mère protège ses petits.| |8|Je suis aussi impitoyable que la nature peut l'être. La survie est à ce prix.| + + ##### Idéal + + |d6|Idéal| |---|---| |1|**Honneur.** La société peut penser ce qu'elle veut de vous. Ce qui vous importe avant tout, c'est votre conscience. (Loyal)| @@ -82,12 +104,16 @@ Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de |5|**Liberté.** La vie en société est faite de chaînes et de restrictions et vous ne comptez pas vous laisser emprisonner. (Chaotique)| |6|**Autonomie.** Chacun doit pouvoir être en mesure d'assurer sa propre survie. (Neutre)| + + ##### Lien + + |d6|Lien| |---|---| |1|Certaines personnes dépendent de moi (famille, bande, amis) et je veux être digne de leur attachement.| @@ -97,12 +123,16 @@ Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de |5|Ma région a été frappée par un désastre, et c'est à moi qu'il revient de trouver le moyen de restaurer ce qui peut l'être.| |6|J'ai déniché une information capitale (secret, carte au trésor, etc.) qui pourrait assurer définitivement la prospérité de ma communauté, et je compte bien en profiter.| + + ##### Défaut + + |d6|Défaut| |---|---| |1|Je ne pardonne jamais une offense ou une trahison.| @@ -112,6 +142,8 @@ Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de |5|Je n'accorde aucun crédit aux citadins et aux nantis.| |6|J'ai une confiance excessive en mes propres capacités.| + + @@ -120,8 +152,12 @@ Par méconnaissance ou par mépris des lois, vous vous êtes placé en marge de ### Variante : Bandit de grand chemin + + Les bandits vivent en marge des principaux axes de communication, et s'en prennent en bande aux voyageurs et aux commerçants, qu'ils détroussent en un tournemain avant de se réfugier dans des repaires isolés et difficiles d'accès. + + **Compétences :** Intimidation, Survie. **Outils maîtrisés :** Véhicules (terrestres). @@ -136,8 +172,12 @@ Les bandits vivent en marge des principaux axes de communication, et s'en prenne ### Variante : Fugitif + + Prisonniers évadés, braconniers ou paysans privés de leur terre, les fugitifs se regroupent et se réfugient loin de ceux qui les pourchassent, en essayant de recréer dans la nature un semblant de leur vie passée. + + **Compétences :** Supercherie, Survie. **Outils maîtrisés :** Un type de jeu au choix, un ensemble d'outils d'artisan au choix, vestiges de sa vie passée. @@ -150,8 +190,12 @@ Prisonniers évadés, braconniers ou paysans privés de leur terre, les fugitifs ### Variante : Pirate + + Vieux loups de mer, aventuriers, idéalistes et crapules de la pire espèce se retrouvent sur toutes les mers et les voies navigables au sein d'une confrérie étrange faite de violence, de sens de l'honneur et d'un goût prononcé pour la liberté. + + **Compétences :** Athlétisme, Supercherie. **Outils maîtrisés :** Instruments de navigation, véhicules (marins). @@ -162,8 +206,12 @@ Vieux loups de mer, aventuriers, idéalistes et crapules de la pire espèce se r #### Aptitude : Confrérie + + Vous appartenez à une confrérie universelle qui possède ses propres usages et ses propres codes. Quel que soit le port dans lequel vous vous trouvez, vous êtes capables de dénicher une auberge ou une taverne fréquentée par les vôtres, qui en cas de besoin peut servir de refuge ou d'endroit idéal pour dénicher des informations. + + diff --git a/Data/library.db b/Data/library.db index d4aac02b..7b4f3d4d 100644 Binary files a/Data/library.db and b/Data/library.db differ