1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 07:26:09 +00:00

Property récursif !

This commit is contained in:
Yan Maniez 2019-04-14 01:36:19 +02:00
parent 09fe0a847e
commit 5693971639
308 changed files with 1242 additions and 1218 deletions

View file

@ -222,16 +222,31 @@ namespace AideDeJeu.ViewModels
} }
PropertyInfo prop = null; PropertyInfo prop = null;
string propertyName = null; string propertyName = null;
foreach (var inline in inlines) var ilist = inlines.ToList();
foreach (var inline in inlines.ToList())
{ {
if(inline is ContainerInline)
{
var containerInline = inline as ContainerInline;
ParseItemProperties(source, item, containerInline, headingBlock);
}
if (inline is HtmlInline) if (inline is HtmlInline)
{ {
var tag = (inline as HtmlInline).Tag; var tag = (inline as HtmlInline).Tag;
if(tag.StartsWith("<!--")) Debug.WriteLine(tag);
if(tag.EndsWith("Key-->"))
{
Debug.WriteLine("break");
}
if (tag.StartsWith("<!--"))
{ {
var parsedComment = new ParsedComment(tag, true); var parsedComment = new ParsedComment(tag, true);
if(parsedComment.Type == ParsedCommentType.Property) if(parsedComment.Type == ParsedCommentType.Property)
{ {
if(parsedComment.Name.EndsWith("Value"))
{
Debug.WriteLine("break");
}
if(!parsedComment.IsClosing) if(!parsedComment.IsClosing)
{ {
propertyName = parsedComment.Name; propertyName = parsedComment.Name;

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Utiliser les caractéristiques
AltName: Using Ability Scores (SRD p76)
Source: (MDR p258)
Id: abilities_hd.md#utiliser-les-caractéristiques Id: abilities_hd.md#utiliser-les-caractéristiques
RootId: abilities_hd.md RootId: abilities_hd.md
ParentLink: index.md ParentLink: index.md
Name: Utiliser les caractéristiques
ParentName: Manuel des règles ParentName: Manuel des règles
NameLevel: 1 NameLevel: 1
AltName: Using Ability Scores (SRD p76)
Source: (MDR p258)
Attributes: {} Attributes: {}
--- ---
>  [Manuel des règles](index.md) >  [Manuel des règles](index.md)

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Charisme
AltName: Charisma (SRD p82)
Source: (MDR p265)
Id: abilities_charisma_hd.md#charisme Id: abilities_charisma_hd.md#charisme
RootId: abilities_charisma_hd.md RootId: abilities_charisma_hd.md
ParentLink: abilities_hd.md ParentLink: abilities_hd.md
Name: Charisme
ParentName: Caractéristiques ParentName: Caractéristiques
NameLevel: 1 NameLevel: 1
AltName: Charisma (SRD p82)
Source: (MDR p265)
Attributes: {} Attributes: {}
--- ---
>  [Caractéristiques](hd_abilities.md) >  [Caractéristiques](hd_abilities.md)

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Dextérité
AltName: Dexterity (SRD p80)
Source: (MDR p263)
Id: abilities_dexterity_hd.md#dextérité Id: abilities_dexterity_hd.md#dextérité
RootId: abilities_dexterity_hd.md RootId: abilities_dexterity_hd.md
ParentLink: abilities_hd.md ParentLink: abilities_hd.md
Name: Dextérité
ParentName: Caractéristiques ParentName: Caractéristiques
NameLevel: 1 NameLevel: 1
AltName: Dexterity (SRD p80)
Source: (MDR p263)
Attributes: {} Attributes: {}
--- ---
>  [Caractéristiques](hd_abilities.md) >  [Caractéristiques](hd_abilities.md)

View file

@ -1,56 +1,18 @@
--- ---
!Items !LinkItem
Link: abilities_intelligence_hd.md
NameLink: <!--NameLink-->[Intelligence](hd_abilities_intelligence.md)<!--/NameLink-->
Id: abilities_hd.md#intelligence
ParentLink: abilities_hd.md#utiliser-les-caractéristiques
Name: Intelligence Name: Intelligence
AltName: Intelligence (SRD p81) ParentName: Utiliser les caractéristiques
Source: (MDR p264)
Id: abilities_intelligence_hd.md#intelligence
RootId: abilities_intelligence_hd.md
ParentLink: abilities_hd.md
ParentName: Caractéristiques
NameLevel: 1
Attributes: {} Attributes: {}
--- ---
>  [Caractéristiques](hd_abilities.md)
---
# Intelligence
- AltName: Intelligence (SRD p81)
- Source: (MDR p264)
L'intelligence représente la vivacité d'esprit, la mémoire et la capacité de raisonnement.
## [Tests d'Intelligence](hd_abilities_intelligence_tests_dintelligence.md)
# [Intelligence](hd_abilities_intelligence.md)
### [Arcanes](hd_abilities_intelligence_arcanes.md)
### [Histoire](hd_abilities_intelligence_histoire.md)
### [Investigation](hd_abilities_intelligence_investigation.md)
### [Nature](hd_abilities_intelligence_nature.md)
### [Religion](hd_abilities_intelligence_religion.md)
### [Autres tests d'Intelligence](hd_abilities_intelligence_autres_tests_dintelligence.md)
## [Caractéristique d'incantation](hd_abilities_intelligence_caracteristique_dincantation.md)

View file

@ -1,9 +1,9 @@
--- ---
!Items !Items
Name: Partir à l'aventure
Id: adventure_hd.md#partir-à-laventure Id: adventure_hd.md#partir-à-laventure
RootId: adventure_hd.md RootId: adventure_hd.md
ParentLink: index.md ParentLink: index.md
Name: Partir à l'aventure
ParentName: Manuel des règles ParentName: Manuel des règles
NameLevel: 1 NameLevel: 1
Attributes: {} Attributes: {}

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Artefacts
AltName: Artifacts (SRD p252)
Source: (CDC p191)
Id: artifacts_hd.md#artefacts Id: artifacts_hd.md#artefacts
RootId: artifacts_hd.md RootId: artifacts_hd.md
ParentLink: index.md ParentLink: index.md
Name: Artefacts
ParentName: Cadre de campagne ParentName: Cadre de campagne
NameLevel: 1 NameLevel: 1
AltName: Artifacts (SRD p252)
Source: (CDC p191)
Attributes: {} Attributes: {}
--- ---
>  [Cadre de campagne](index.md) >  [Cadre de campagne](index.md)

View file

@ -1,11 +1,11 @@
--- ---
!GenericItem !GenericItem
Name: LYRE DE LA REINE SYLVESTRE Name: LYRE DE LA REINE SYLVESTRE
Source: (CDC p192)
Id: artifacts_hd.md#lyre-de-la-reine-sylvestre Id: artifacts_hd.md#lyre-de-la-reine-sylvestre
ParentLink: artifacts_hd.md#artefacts ParentLink: artifacts_hd.md#artefacts
ParentName: Artefacts ParentName: Artefacts
NameLevel: 2 NameLevel: 2
Source: (CDC p192)
Attributes: {} Attributes: {}
--- ---
> [Artefacts](hd_artifacts.md) > [Artefacts](hd_artifacts.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: ORBE DES DRAGONS Name: ORBE DES DRAGONS
AltName: Orb of Dragonkind (SRD p252)
Source: (CDC p192)
Id: artifacts_hd.md#orbe-des-dragons Id: artifacts_hd.md#orbe-des-dragons
ParentLink: artifacts_hd.md#artefacts ParentLink: artifacts_hd.md#artefacts
ParentName: Artefacts ParentName: Artefacts
NameLevel: 2 NameLevel: 2
AltName: Orb of Dragonkind (SRD p252)
Source: (CDC p192)
Attributes: {} Attributes: {}
--- ---
> [Artefacts](hd_artifacts.md) > [Artefacts](hd_artifacts.md)

View file

@ -1,11 +1,11 @@
--- ---
!GenericItem !GenericItem
Name: PERLE DES PROFONDEURS Name: PERLE DES PROFONDEURS
Source: (CDC p193)
Id: artifacts_hd.md#perle-des-profondeurs Id: artifacts_hd.md#perle-des-profondeurs
ParentLink: artifacts_hd.md#artefacts ParentLink: artifacts_hd.md#artefacts
ParentName: Artefacts ParentName: Artefacts
NameLevel: 2 NameLevel: 2
Source: (CDC p193)
Attributes: {} Attributes: {}
--- ---
> [Artefacts](hd_artifacts.md) > [Artefacts](hd_artifacts.md)

View file

@ -1,8 +1,8 @@
--- ---
!Items !Items
Name: Personnalités suggérées
Id: background_brigand_hd.md#personnalités-suggérées Id: background_brigand_hd.md#personnalités-suggérées
ParentLink: background_brigand_hd.md#brigand ParentLink: background_brigand_hd.md#brigand
Name: Personnalités suggérées
ParentName: Brigand ParentName: Brigand
NameLevel: 4 NameLevel: 4
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!Items !Items
Name: Personnalités suggérées
Id: background_crapule_hd.md#personnalités-suggérées Id: background_crapule_hd.md#personnalités-suggérées
ParentLink: background_crapule_hd.md#crapule ParentLink: background_crapule_hd.md#crapule
Name: Personnalités suggérées
ParentName: Crapule ParentName: Crapule
NameLevel: 4 NameLevel: 4
Attributes: {} Attributes: {}

View file

@ -1,12 +1,12 @@
--- ---
!Items !Items
Id: background_devot_hd.md#personnalités-suggérées
ParentLink: background_devot_hd.md#dévot
Name: Personnalités suggérées Name: Personnalités suggérées
ParentName: Dévot
NameLevel: 4
AltName: 'Feature: Suggested Characteristics (SRD p61)' AltName: 'Feature: Suggested Characteristics (SRD p61)'
Source: (MDR p82) Source: (MDR p82)
Id: background_devot_hd.md#personnalités-suggérées
ParentLink: background_devot_hd.md#dévot
ParentName: Dévot
NameLevel: 4
Attributes: {} Attributes: {}
Description: >+ Description: >+
La personnalité des acolytes est façonnée par leurs expériences dans les temples ou les communautés religieuses. Leurs études de l'histoire et des fondements de leur religion, ainsi que leurs rapports aux temples, autels ou clergés ont une influence sur leurs manières et leurs idéaux. La personnalité des acolytes est façonnée par leurs expériences dans les temples ou les communautés religieuses. Leurs études de l'histoire et des fondements de leur religion, ainsi que leurs rapports aux temples, autels ou clergés ont une influence sur leurs manières et leurs idéaux.

View file

@ -1,8 +1,8 @@
--- ---
!Items !Items
Name: Personnalités suggérées
Id: background_erudit_hd.md#personnalités-suggérées Id: background_erudit_hd.md#personnalités-suggérées
ParentLink: background_erudit_hd.md#Érudit ParentLink: background_erudit_hd.md#Érudit
Name: Personnalités suggérées
ParentName: Érudit ParentName: Érudit
NameLevel: 4 NameLevel: 4
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!Items !Items
Name: Personnalités suggérées
Id: background_explorateur_hd.md#personnalités-suggérées Id: background_explorateur_hd.md#personnalités-suggérées
ParentLink: background_explorateur_hd.md#explorateur ParentLink: background_explorateur_hd.md#explorateur
Name: Personnalités suggérées
ParentName: Explorateur ParentName: Explorateur
NameLevel: 4 NameLevel: 4
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!Items !Items
Name: Personnalités suggérées
Id: background_hommedeloi_hd.md#personnalités-suggérées Id: background_hommedeloi_hd.md#personnalités-suggérées
ParentLink: background_hommedeloi_hd.md#homme-de-loi ParentLink: background_hommedeloi_hd.md#homme-de-loi
Name: Personnalités suggérées
ParentName: Homme de loi ParentName: Homme de loi
NameLevel: 4 NameLevel: 4
Attributes: {} Attributes: {}

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Historique
AltName: Backgrounds (SRD p60)
Source: (MDR p77)
Id: backgrounds_hd.md#historique Id: backgrounds_hd.md#historique
RootId: backgrounds_hd.md RootId: backgrounds_hd.md
ParentLink: personnality_background_hd.md# ParentLink: personnality_background_hd.md#
Name: Historique
ParentName: Personnalité et Historique ParentName: Personnalité et Historique
NameLevel: 2 NameLevel: 2
AltName: Backgrounds (SRD p60)
Source: (MDR p77)
Attributes: {} Attributes: {}
--- ---
>  [Personnalité et Historique](personnality_background_hd.md#) >  [Personnalité et Historique](personnality_background_hd.md#)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Équipement Name: Équipement
AltName: Equipment (SRD p60)
Source: (MDR p77)
Id: backgrounds_hd.md#Équipement Id: backgrounds_hd.md#Équipement
ParentLink: backgrounds_hd.md#historique ParentLink: backgrounds_hd.md#historique
ParentName: Historique ParentName: Historique
NameLevel: 3 NameLevel: 3
AltName: Equipment (SRD p60)
Source: (MDR p77)
Attributes: {} Attributes: {}
--- ---
> [Historique](hd_backgrounds.md) > [Historique](hd_backgrounds.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Langues Name: Langues
AltName: Languages (SRD p60)
Source: (MDR p77)
Id: backgrounds_hd.md#langues Id: backgrounds_hd.md#langues
ParentLink: backgrounds_hd.md#historique ParentLink: backgrounds_hd.md#historique
ParentName: Historique ParentName: Historique
NameLevel: 3 NameLevel: 3
AltName: Languages (SRD p60)
Source: (MDR p77)
Attributes: {} Attributes: {}
--- ---
> [Historique](hd_backgrounds.md) > [Historique](hd_backgrounds.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Maîtrises Name: Maîtrises
AltName: Proficiencies (SRD p60)
Source: (MDR p77)
Id: backgrounds_hd.md#maîtrises Id: backgrounds_hd.md#maîtrises
ParentLink: backgrounds_hd.md#historique ParentLink: backgrounds_hd.md#historique
ParentName: Historique ParentName: Historique
NameLevel: 3 NameLevel: 3
AltName: Proficiencies (SRD p60)
Source: (MDR p77)
Attributes: {} Attributes: {}
--- ---
> [Historique](hd_backgrounds.md) > [Historique](hd_backgrounds.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Personnaliser votre historique Name: Personnaliser votre historique
AltName: Customizing a Background (SRD p60)
Source: (MDR p78)
Id: backgrounds_hd.md#personnaliser-votre-historique Id: backgrounds_hd.md#personnaliser-votre-historique
ParentLink: backgrounds_hd.md#historique ParentLink: backgrounds_hd.md#historique
ParentName: Historique ParentName: Historique
NameLevel: 3 NameLevel: 3
AltName: Customizing a Background (SRD p60)
Source: (MDR p78)
Attributes: {} Attributes: {}
--- ---
> [Historique](hd_backgrounds.md) > [Historique](hd_backgrounds.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Suggestions de personnalités Name: Suggestions de personnalités
AltName: Suggested Characteristics (SRD p60)
Source: (MDR p77)
Id: backgrounds_hd.md#suggestions-de-personnalités Id: backgrounds_hd.md#suggestions-de-personnalités
ParentLink: backgrounds_hd.md#historique ParentLink: backgrounds_hd.md#historique
ParentName: Historique ParentName: Historique
NameLevel: 3 NameLevel: 3
AltName: Suggested Characteristics (SRD p60)
Source: (MDR p77)
Attributes: {} Attributes: {}
--- ---
> [Historique](hd_backgrounds.md) > [Historique](hd_backgrounds.md)

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Amélioration de caractéristiques
Id: barbarian_hd.md#amélioration-de-caractéristiques Id: barbarian_hd.md#amélioration-de-caractéristiques
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Amélioration de caractéristiques
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Attaque supplémentaire
Id: barbarian_hd.md#attaque-supplémentaire Id: barbarian_hd.md#attaque-supplémentaire
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Attaque supplémentaire
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Champion primitif
Id: barbarian_hd.md#champion-primitif Id: barbarian_hd.md#champion-primitif
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Champion primitif
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Critique brutal
Id: barbarian_hd.md#critique-brutal Id: barbarian_hd.md#critique-brutal
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Critique brutal
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Défense sans armure
Id: barbarian_hd.md#défense-sans-armure Id: barbarian_hd.md#défense-sans-armure
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Défense sans armure
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Déplacement rapide
Id: barbarian_hd.md#déplacement-rapide Id: barbarian_hd.md#déplacement-rapide
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Déplacement rapide
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Instinct sauvage
Id: barbarian_hd.md#instinct-sauvage Id: barbarian_hd.md#instinct-sauvage
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Instinct sauvage
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Puissance indomptable
Id: barbarian_hd.md#puissance-indomptable Id: barbarian_hd.md#puissance-indomptable
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Puissance indomptable
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Rage
Id: barbarian_hd.md#rage Id: barbarian_hd.md#rage
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Rage
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Rage implacable
Id: barbarian_hd.md#rage-implacable Id: barbarian_hd.md#rage-implacable
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Rage implacable
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Rage ininterrompue
Id: barbarian_hd.md#rage-ininterrompue Id: barbarian_hd.md#rage-ininterrompue
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Rage ininterrompue
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Sens du danger
Id: barbarian_hd.md#sens-du-danger Id: barbarian_hd.md#sens-du-danger
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Sens du danger
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassEvolutionItem !ClassEvolutionItem
Name: Tableau d'évolution
Id: barbarian_hd.md#tableau-dévolution Id: barbarian_hd.md#tableau-dévolution
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Tableau d'évolution
ParentName: Barbare ParentName: Barbare
NameLevel: 1 NameLevel: 1
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Témérité
Id: barbarian_hd.md#témérité Id: barbarian_hd.md#témérité
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Témérité
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Voie primitive
Id: barbarian_hd.md#voie-primitive Id: barbarian_hd.md#voie-primitive
ParentLink: barbarian_hd.md#barbare ParentLink: barbarian_hd.md#barbare
Name: Voie primitive
ParentName: Barbare ParentName: Barbare
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Amélioration de caractéristiques
Id: bard_hd.md#amélioration-de-caractéristiques Id: bard_hd.md#amélioration-de-caractéristiques
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Amélioration de caractéristiques
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Chant reposant
Id: bard_hd.md#chant-reposant Id: bard_hd.md#chant-reposant
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Chant reposant
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Collège bardique
Id: bard_hd.md#collège-bardique Id: bard_hd.md#collège-bardique
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Collège bardique
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Contre-charme
Id: bard_hd.md#contre-charme Id: bard_hd.md#contre-charme
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Contre-charme
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Expertise
Id: bard_hd.md#expertise Id: bard_hd.md#expertise
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Expertise
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Incantations
Id: bard_hd.md#incantations Id: bard_hd.md#incantations
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Incantations
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Inspiration bardique
Id: bard_hd.md#inspiration-bardique Id: bard_hd.md#inspiration-bardique
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Inspiration bardique
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Inspiration supérieure
Id: bard_hd.md#inspiration-supérieure Id: bard_hd.md#inspiration-supérieure
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Inspiration supérieure
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Secrets magiques
Id: bard_hd.md#secrets-magiques Id: bard_hd.md#secrets-magiques
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Secrets magiques
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Source d'inspiration
Id: bard_hd.md#source-dinspiration Id: bard_hd.md#source-dinspiration
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Source d'inspiration
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassEvolutionItem !ClassEvolutionItem
Name: Tableau d'évolution
Id: bard_hd.md#tableau-dévolution Id: bard_hd.md#tableau-dévolution
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Tableau d'évolution
ParentName: Barde ParentName: Barde
NameLevel: 1 NameLevel: 1
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Touche-à-tout
Id: bard_hd.md#touche-à-tout Id: bard_hd.md#touche-à-tout
ParentLink: bard_hd.md#barde ParentLink: bard_hd.md#barde
Name: Touche-à-tout
ParentName: Barde ParentName: Barde
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Au-delà du niveau 1
AltName: Beyond 1st Level (SRD p56)
Source: (MDR p32)
Id: beyond1stlevel_hd.md#au-delà-du-niveau-1 Id: beyond1stlevel_hd.md#au-delà-du-niveau-1
RootId: beyond1stlevel_hd.md RootId: beyond1stlevel_hd.md
ParentLink: index.md ParentLink: index.md
Name: Au-delà du niveau 1
ParentName: Manuel des joueurs ParentName: Manuel des joueurs
NameLevel: 1 NameLevel: 1
AltName: Beyond 1st Level (SRD p56)
Source: (MDR p32)
Attributes: {} Attributes: {}
--- ---
>  [Manuel des joueurs](index.md) >  [Manuel des joueurs](index.md)

View file

@ -1,9 +1,9 @@
--- ---
!Items !Items
Name: Classes
Id: classes_hd.md#classes Id: classes_hd.md#classes
RootId: classes_hd.md RootId: classes_hd.md
ParentLink: index.md ParentLink: index.md
Name: Classes
ParentName: Manuel des règles ParentName: Manuel des règles
NameLevel: 1 NameLevel: 1
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Amélioration de caractéristiques
Id: cleric_hd.md#amélioration-de-caractéristiques Id: cleric_hd.md#amélioration-de-caractéristiques
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Amélioration de caractéristiques
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Canalisation d'énergie divine
Id: cleric_hd.md#canalisation-dénergie-divine Id: cleric_hd.md#canalisation-dénergie-divine
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Canalisation d'énergie divine
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Destruction des morts-vivants
Id: cleric_hd.md#destruction-des-morts-vivants Id: cleric_hd.md#destruction-des-morts-vivants
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Destruction des morts-vivants
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Domaine divin
Id: cleric_hd.md#domaine-divin Id: cleric_hd.md#domaine-divin
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Domaine divin
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Incantations
Id: cleric_hd.md#incantations Id: cleric_hd.md#incantations
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Incantations
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Intervention divine
Id: cleric_hd.md#intervention-divine Id: cleric_hd.md#intervention-divine
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Intervention divine
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,11 +1,11 @@
--- ---
!ClassHitPointsItem !ClassHitPointsItem
Name: Points de vie
HitDice: 1d8 par niveau de clerc HitDice: 1d8 par niveau de clerc
HitPointsAt1stLevel: 8 + votre modificateur de [Constitution](hd_abilities_constitution.md) HitPointsAt1stLevel: 8 + votre modificateur de [Constitution](hd_abilities_constitution.md)
HitPointsAtHigherLevels: 1d8 (ou 5) + votre modificateur de [Constitution](hd_abilities_constitution.md) après le niveau 1 HitPointsAtHigherLevels: 1d8 (ou 5) + votre modificateur de [Constitution](hd_abilities_constitution.md) après le niveau 1
Id: cleric_hd.md#points-de-vie Id: cleric_hd.md#points-de-vie
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Points de vie
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,8 +1,8 @@
--- ---
!ClassFeatureItem !ClassFeatureItem
Name: Sorts de domaines
Id: cleric_hd.md#sorts-de-domaines Id: cleric_hd.md#sorts-de-domaines
ParentLink: cleric_hd.md#clerc ParentLink: cleric_hd.md#clerc
Name: Sorts de domaines
ParentName: Clerc ParentName: Clerc
NameLevel: 2 NameLevel: 2
Attributes: {} Attributes: {}

View file

@ -1,13 +1,13 @@
--- ---
!Items !Items
Name: Combattre
AltName: The Order of Combat (SRD p90)
Source: (MDR p283)
Id: combat_hd.md#combattre Id: combat_hd.md#combattre
RootId: combat_hd.md RootId: combat_hd.md
ParentLink: index.md ParentLink: index.md
Name: Combattre
ParentName: Manuel des règles ParentName: Manuel des règles
NameLevel: 1 NameLevel: 1
AltName: The Order of Combat (SRD p90)
Source: (MDR p283)
Attributes: {} Attributes: {}
--- ---
>  [Manuel des règles](index.md) >  [Manuel des règles](index.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Abri Name: Abri
AltName: Cover (SRD p96)
Source: (MDR p293)
Id: combat_hd.md#abri Id: combat_hd.md#abri
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: Cover (SRD p96)
Source: (MDR p293)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Action bonus Name: Action bonus
AltName: Bonus Actions (SRD p90)
Source: (MDR p285)
Id: combat_hd.md#action-bonus Id: combat_hd.md#action-bonus
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Bonus Actions (SRD p90)
Source: (MDR p285)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Actions en combat Name: Actions en combat
AltName: Actions in Combat (SRD p93)
Source: (MDR p288)
Id: combat_hd.md#actions-en-combat Id: combat_hd.md#actions-en-combat
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: Actions in Combat (SRD p93)
Source: (MDR p288)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Aider Name: Aider
AltName: Help (SRD p93)
Source: (MDR p288)
Id: combat_hd.md#aider Id: combat_hd.md#aider
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Help (SRD p93)
Source: (MDR p288)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Assommer une créature Name: Assommer une créature
AltName: Knocking a Creature Out (SRD p98)
Source: (MDR p294)
Id: combat_hd.md#assommer-une-créature Id: combat_hd.md#assommer-une-créature
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Knocking a Creature Out (SRD p98)
Source: (MDR p294)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Attaquants et cibles invisibles Name: Attaquants et cibles invisibles
AltName: Unseen Attackers and Targets (SRD p94)
Source: (MDR p291)
Id: combat_hd.md#attaquants-et-cibles-invisibles Id: combat_hd.md#attaquants-et-cibles-invisibles
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Unseen Attackers and Targets (SRD p94)
Source: (MDR p291)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Attaque à distance Name: Attaque à distance
AltName: Ranged Attacks (SRD p95)
Source: (MDR p291)
Id: combat_hd.md#attaque-à-distance Id: combat_hd.md#attaque-à-distance
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Ranged Attacks (SRD p95)
Source: (MDR p291)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Attaque à distance dans un combat au corps-à-corps Name: Attaque à distance dans un combat au corps-à-corps
AltName: Ranged Attacks in Close Combat (SRD p95)
Source: (MDR p291)
Id: combat_hd.md#attaque-à-distance-dans-un-combat-au-corps-à-corps Id: combat_hd.md#attaque-à-distance-dans-un-combat-au-corps-à-corps
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Ranged Attacks in Close Combat (SRD p95)
Source: (MDR p291)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Attaque de corps-à-corps Name: Attaque de corps-à-corps
AltName: Melee Attacks (SRD p95)
Source: (MDR p291)
Id: combat_hd.md#attaque-de-corps-à-corps Id: combat_hd.md#attaque-de-corps-à-corps
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Melee Attacks (SRD p95)
Source: (MDR p291)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Attaque d'opportunité Name: Attaque d'opportunité
AltName: Opportunity Attacks (SRD p95)
Source: (MDR p292)
Id: combat_hd.md#attaque-dopportunité Id: combat_hd.md#attaque-dopportunité
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Opportunity Attacks (SRD p95)
Source: (MDR p292)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Attaquer Name: Attaquer
AltName: Attack (SRD p93)
Source: (MDR p288)
Id: combat_hd.md#attaquer Id: combat_hd.md#attaquer
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Attack (SRD p93)
Source: (MDR p288)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,11 +1,11 @@
--- ---
!GenericItem !GenericItem
Name: Autre chose ? Name: Autre chose ?
Source: (MDR p290)
Id: combat_hd.md#autre-chose-? Id: combat_hd.md#autre-chose-?
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
Source: (MDR p290)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Autres activités pendant votre tour Name: Autres activités pendant votre tour
AltName: Other Activity on Your Turn (SRD p91)
Source: (MDR p285)
Id: combat_hd.md#autres-activités-pendant-votre-tour Id: combat_hd.md#autres-activités-pendant-votre-tour
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Other Activity on Your Turn (SRD p91)
Source: (MDR p285)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Bousculer une créature Name: Bousculer une créature
AltName: Shoving a Creature (SRD p96)
Source: (MDR p292)
Id: combat_hd.md#bousculer-une-créature Id: combat_hd.md#bousculer-une-créature
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Shoving a Creature (SRD p96)
Source: (MDR p292)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Chercher Name: Chercher
AltName: Search (SRD p94)
Source: (MDR p288)
Id: combat_hd.md#chercher Id: combat_hd.md#chercher
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Search (SRD p94)
Source: (MDR p288)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Combat à deux armes Name: Combat à deux armes
AltName: Two-Weapon Fighting (SRD p95)
Source: (MDR p292)
Id: combat_hd.md#combat-à-deux-armes Id: combat_hd.md#combat-à-deux-armes
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Two-Weapon Fighting (SRD p95)
Source: (MDR p292)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Combat monté Name: Combat monté
AltName: Mounted Combat (SRD p99)
Source: (MDR p295)
Id: combat_hd.md#combat-monté Id: combat_hd.md#combat-monté
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: Mounted Combat (SRD p99)
Source: (MDR p295)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Combat sous-marin Name: Combat sous-marin
AltName: Underwater Combat (SRD p99)
Source: (MDR p295)
Id: combat_hd.md#combat-sous-marin Id: combat_hd.md#combat-sous-marin
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: Underwater Combat (SRD p99)
Source: (MDR p295)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Contrôler sa monture Name: Contrôler sa monture
AltName: Controlling a Mount (SRD p99)
Source: (MDR p295)
Id: combat_hd.md#contrôler-sa-monture Id: combat_hd.md#contrôler-sa-monture
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Controlling a Mount (SRD p99)
Source: (MDR p295)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Coups critiques Name: Coups critiques
AltName: Critical Hits (SRD p96)
Source: (MDR p293)
Id: combat_hd.md#coups-critiques Id: combat_hd.md#coups-critiques
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Critical Hits (SRD p96)
Source: (MDR p293)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Dégâts Name: Dégâts
AltName: Hit Points (SRD p96)
Source: (MDR p293)
Id: combat_hd.md#dégâts Id: combat_hd.md#dégâts
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: Hit Points (SRD p96)
Source: (MDR p293)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Déplacement en vol Name: Déplacement en vol
AltName: Flying Movement (SRD p92)
Source: (MDR p287)
Id: combat_hd.md#déplacement-en-vol Id: combat_hd.md#déplacement-en-vol
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Flying Movement (SRD p92)
Source: (MDR p287)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Déplacement et position Name: Déplacement et position
AltName: Movement and Position (SRD p91)
Source: (MDR p286)
Id: combat_hd.md#déplacement-et-position Id: combat_hd.md#déplacement-et-position
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: Movement and Position (SRD p91)
Source: (MDR p286)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Emplacement Name: Emplacement
AltName: Space (SRD p92)
Source: (MDR p287)
Id: combat_hd.md#emplacement Id: combat_hd.md#emplacement
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Space (SRD p92)
Source: (MDR p287)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Empoignade Name: Empoignade
AltName: Grappling (SRD p95)
Source: (MDR p292)
Id: combat_hd.md#empoignade Id: combat_hd.md#empoignade
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Grappling (SRD p95)
Source: (MDR p292)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Esquiver Name: Esquiver
AltName: Dodge (SRD p93)
Source: (MDR p288)
Id: combat_hd.md#esquiver Id: combat_hd.md#esquiver
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Dodge (SRD p93)
Source: (MDR p288)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Être à terre Name: Être à terre
AltName: Being Prone (SRD p91)
Source: (MDR p286)
Id: combat_hd.md#Être-à-terre Id: combat_hd.md#Être-à-terre
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Being Prone (SRD p91)
Source: (MDR p286)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Faire 1 ou 20 Name: Faire 1 ou 20
AltName: Rolling 1 or 20 (SRD p94)
Source: (MDR p291)
Id: combat_hd.md#faire-1-ou-20 Id: combat_hd.md#faire-1-ou-20
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Rolling 1 or 20 (SRD p94)
Source: (MDR p291)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Fragmenter votre mouvement Name: Fragmenter votre mouvement
AltName: Breaking Up Your Move (SRD p91)
Source: (MDR p286)
Id: combat_hd.md#fragmenter-votre-mouvement Id: combat_hd.md#fragmenter-votre-mouvement
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Breaking Up Your Move (SRD p91)
Source: (MDR p286)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Initiative Name: Initiative
AltName: Initiative (SRD p90)
Source: (MDR p284)
Id: combat_hd.md#initiative Id: combat_hd.md#initiative
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Initiative (SRD p90)
Source: (MDR p284)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Interagir avec les objets alentours Name: Interagir avec les objets alentours
AltName: Interacting with Objects Around You (SRD p92)
Source: (MDR p287)
Id: combat_hd.md#interagir-avec-les-objets-alentours Id: combat_hd.md#interagir-avec-les-objets-alentours
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Interacting with Objects Around You (SRD p92)
Source: (MDR p287)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Jets d'attaque Name: Jets d'attaque
AltName: Attack Rolls (SRD p94)
Source: (MDR p290)
Id: combat_hd.md#jets-dattaque Id: combat_hd.md#jets-dattaque
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Attack Rolls (SRD p94)
Source: (MDR p290)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Jets de dégâts Name: Jets de dégâts
AltName: Damage Rolls (SRD p96)
Source: (MDR p293)
Id: combat_hd.md#jets-de-dégâts Id: combat_hd.md#jets-de-dégâts
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Damage Rolls (SRD p96)
Source: (MDR p293)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Lancer un sort Name: Lancer un sort
AltName: Cast a Spell (SRD p93)
Source: (MDR p288)
Id: combat_hd.md#lancer-un-sort Id: combat_hd.md#lancer-un-sort
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Cast a Spell (SRD p93)
Source: (MDR p288)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Les étapes du combat Name: Les étapes du combat
AltName: Combat Step by Step (SRD p90)
Source: (MDR p284)
Id: combat_hd.md#les-étapes-du-combat Id: combat_hd.md#les-étapes-du-combat
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Combat Step by Step (SRD p90)
Source: (MDR p284)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Modificateurs du jet Name: Modificateurs du jet
AltName: Modifiers to the Roll (SRD p94)
Source: (MDR p290)
Id: combat_hd.md#modificateurs-du-jet Id: combat_hd.md#modificateurs-du-jet
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Modifiers to the Roll (SRD p94)
Source: (MDR p290)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Monter et descendre de sa monture Name: Monter et descendre de sa monture
AltName: Mounting and Dismounting (SRD p99)
Source: (MDR p295)
Id: combat_hd.md#monter-et-descendre-de-sa-monture Id: combat_hd.md#monter-et-descendre-de-sa-monture
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 3 NameLevel: 3
AltName: Mounting and Dismounting (SRD p99)
Source: (MDR p295)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Opposition en combat Name: Opposition en combat
AltName: Contests in Combat (SRD p96)
Source: (MDR p292)
Id: combat_hd.md#opposition-en-combat Id: combat_hd.md#opposition-en-combat
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Contests in Combat (SRD p96)
Source: (MDR p292)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Ordre de combat Name: Ordre de combat
AltName: The Order of Combat (SRD p90)
Source: (MDR p284)
Id: combat_hd.md#ordre-de-combat Id: combat_hd.md#ordre-de-combat
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 2 NameLevel: 2
AltName: The Order of Combat (SRD p90)
Source: (MDR p284)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

View file

@ -1,12 +1,12 @@
--- ---
!GenericItem !GenericItem
Name: Portée Name: Portée
AltName: Range (SRD p95)
Source: (MDR p291)
Id: combat_hd.md#portée Id: combat_hd.md#portée
ParentLink: combat_hd.md#combattre ParentLink: combat_hd.md#combattre
ParentName: Combattre ParentName: Combattre
NameLevel: 4 NameLevel: 4
AltName: Range (SRD p95)
Source: (MDR p291)
Attributes: {} Attributes: {}
--- ---
> [Combattre](hd_combat.md) > [Combattre](hd_combat.md)

Some files were not shown because too many files have changed in this diff Show more