mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Property récursif !
This commit is contained in:
parent
09fe0a847e
commit
5693971639
308 changed files with 1242 additions and 1218 deletions
|
|
@ -222,16 +222,31 @@ namespace AideDeJeu.ViewModels
|
|||
}
|
||||
PropertyInfo prop = 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)
|
||||
{
|
||||
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);
|
||||
if(parsedComment.Type == ParsedCommentType.Property)
|
||||
{
|
||||
if(parsedComment.Name.EndsWith("Value"))
|
||||
{
|
||||
Debug.WriteLine("break");
|
||||
}
|
||||
if(!parsedComment.IsClosing)
|
||||
{
|
||||
propertyName = parsedComment.Name;
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!Items
|
||||
Name: Utiliser les caractéristiques
|
||||
AltName: Using Ability Scores (SRD p76)
|
||||
Source: (MDR p258)
|
||||
Id: abilities_hd.md#utiliser-les-caractéristiques
|
||||
RootId: abilities_hd.md
|
||||
ParentLink: index.md
|
||||
Name: Utiliser les caractéristiques
|
||||
ParentName: Manuel des règles
|
||||
NameLevel: 1
|
||||
AltName: Using Ability Scores (SRD p76)
|
||||
Source: (MDR p258)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Manuel des règles](index.md)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!Items
|
||||
Name: Charisme
|
||||
AltName: Charisma (SRD p82)
|
||||
Source: (MDR p265)
|
||||
Id: abilities_charisma_hd.md#charisme
|
||||
RootId: abilities_charisma_hd.md
|
||||
ParentLink: abilities_hd.md
|
||||
Name: Charisme
|
||||
ParentName: Caractéristiques
|
||||
NameLevel: 1
|
||||
AltName: Charisma (SRD p82)
|
||||
Source: (MDR p265)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Caractéristiques](hd_abilities.md)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!Items
|
||||
Name: Dextérité
|
||||
AltName: Dexterity (SRD p80)
|
||||
Source: (MDR p263)
|
||||
Id: abilities_dexterity_hd.md#dextérité
|
||||
RootId: abilities_dexterity_hd.md
|
||||
ParentLink: abilities_hd.md
|
||||
Name: Dextérité
|
||||
ParentName: Caractéristiques
|
||||
NameLevel: 1
|
||||
AltName: Dexterity (SRD p80)
|
||||
Source: (MDR p263)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Caractéristiques](hd_abilities.md)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
AltName: Intelligence (SRD p81)
|
||||
Source: (MDR p264)
|
||||
Id: abilities_intelligence_hd.md#intelligence
|
||||
RootId: abilities_intelligence_hd.md
|
||||
ParentLink: abilities_hd.md
|
||||
ParentName: Caractéristiques
|
||||
NameLevel: 1
|
||||
ParentName: Utiliser les caractéristiques
|
||||
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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
!Items
|
||||
Name: Partir à l'aventure
|
||||
Id: adventure_hd.md#partir-à-laventure
|
||||
RootId: adventure_hd.md
|
||||
ParentLink: index.md
|
||||
Name: Partir à l'aventure
|
||||
ParentName: Manuel des règles
|
||||
NameLevel: 1
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!Items
|
||||
Name: Artefacts
|
||||
AltName: Artifacts (SRD p252)
|
||||
Source: (CDC p191)
|
||||
Id: artifacts_hd.md#artefacts
|
||||
RootId: artifacts_hd.md
|
||||
ParentLink: index.md
|
||||
Name: Artefacts
|
||||
ParentName: Cadre de campagne
|
||||
NameLevel: 1
|
||||
AltName: Artifacts (SRD p252)
|
||||
Source: (CDC p191)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Cadre de campagne](index.md)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: LYRE DE LA REINE SYLVESTRE
|
||||
Source: (CDC p192)
|
||||
Id: artifacts_hd.md#lyre-de-la-reine-sylvestre
|
||||
ParentLink: artifacts_hd.md#artefacts
|
||||
ParentName: Artefacts
|
||||
NameLevel: 2
|
||||
Source: (CDC p192)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Artefacts](hd_artifacts.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: ORBE DES DRAGONS
|
||||
AltName: Orb of Dragonkind (SRD p252)
|
||||
Source: (CDC p192)
|
||||
Id: artifacts_hd.md#orbe-des-dragons
|
||||
ParentLink: artifacts_hd.md#artefacts
|
||||
ParentName: Artefacts
|
||||
NameLevel: 2
|
||||
AltName: Orb of Dragonkind (SRD p252)
|
||||
Source: (CDC p192)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Artefacts](hd_artifacts.md)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: PERLE DES PROFONDEURS
|
||||
Source: (CDC p193)
|
||||
Id: artifacts_hd.md#perle-des-profondeurs
|
||||
ParentLink: artifacts_hd.md#artefacts
|
||||
ParentName: Artefacts
|
||||
NameLevel: 2
|
||||
Source: (CDC p193)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Artefacts](hd_artifacts.md)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!Items
|
||||
Name: Personnalités suggérées
|
||||
Id: background_brigand_hd.md#personnalités-suggérées
|
||||
ParentLink: background_brigand_hd.md#brigand
|
||||
Name: Personnalités suggérées
|
||||
ParentName: Brigand
|
||||
NameLevel: 4
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!Items
|
||||
Name: Personnalités suggérées
|
||||
Id: background_crapule_hd.md#personnalités-suggérées
|
||||
ParentLink: background_crapule_hd.md#crapule
|
||||
Name: Personnalités suggérées
|
||||
ParentName: Crapule
|
||||
NameLevel: 4
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!Items
|
||||
Id: background_devot_hd.md#personnalités-suggérées
|
||||
ParentLink: background_devot_hd.md#dévot
|
||||
Name: Personnalités suggérées
|
||||
ParentName: Dévot
|
||||
NameLevel: 4
|
||||
AltName: 'Feature: Suggested Characteristics (SRD p61)'
|
||||
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: {}
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!Items
|
||||
Name: Personnalités suggérées
|
||||
Id: background_erudit_hd.md#personnalités-suggérées
|
||||
ParentLink: background_erudit_hd.md#Érudit
|
||||
Name: Personnalités suggérées
|
||||
ParentName: Érudit
|
||||
NameLevel: 4
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!Items
|
||||
Name: Personnalités suggérées
|
||||
Id: background_explorateur_hd.md#personnalités-suggérées
|
||||
ParentLink: background_explorateur_hd.md#explorateur
|
||||
Name: Personnalités suggérées
|
||||
ParentName: Explorateur
|
||||
NameLevel: 4
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!Items
|
||||
Name: Personnalités suggérées
|
||||
Id: background_hommedeloi_hd.md#personnalités-suggérées
|
||||
ParentLink: background_hommedeloi_hd.md#homme-de-loi
|
||||
Name: Personnalités suggérées
|
||||
ParentName: Homme de loi
|
||||
NameLevel: 4
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!Items
|
||||
Name: Historique
|
||||
AltName: Backgrounds (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Id: backgrounds_hd.md#historique
|
||||
RootId: backgrounds_hd.md
|
||||
ParentLink: personnality_background_hd.md#
|
||||
Name: Historique
|
||||
ParentName: Personnalité et Historique
|
||||
NameLevel: 2
|
||||
AltName: Backgrounds (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Personnalité et Historique](personnality_background_hd.md#)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Équipement
|
||||
AltName: Equipment (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Id: backgrounds_hd.md#Équipement
|
||||
ParentLink: backgrounds_hd.md#historique
|
||||
ParentName: Historique
|
||||
NameLevel: 3
|
||||
AltName: Equipment (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Historique](hd_backgrounds.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Langues
|
||||
AltName: Languages (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Id: backgrounds_hd.md#langues
|
||||
ParentLink: backgrounds_hd.md#historique
|
||||
ParentName: Historique
|
||||
NameLevel: 3
|
||||
AltName: Languages (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Historique](hd_backgrounds.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Maîtrises
|
||||
AltName: Proficiencies (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Id: backgrounds_hd.md#maîtrises
|
||||
ParentLink: backgrounds_hd.md#historique
|
||||
ParentName: Historique
|
||||
NameLevel: 3
|
||||
AltName: Proficiencies (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Historique](hd_backgrounds.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Personnaliser votre historique
|
||||
AltName: Customizing a Background (SRD p60)
|
||||
Source: (MDR p78)
|
||||
Id: backgrounds_hd.md#personnaliser-votre-historique
|
||||
ParentLink: backgrounds_hd.md#historique
|
||||
ParentName: Historique
|
||||
NameLevel: 3
|
||||
AltName: Customizing a Background (SRD p60)
|
||||
Source: (MDR p78)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Historique](hd_backgrounds.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Suggestions de personnalités
|
||||
AltName: Suggested Characteristics (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Id: backgrounds_hd.md#suggestions-de-personnalités
|
||||
ParentLink: backgrounds_hd.md#historique
|
||||
ParentName: Historique
|
||||
NameLevel: 3
|
||||
AltName: Suggested Characteristics (SRD p60)
|
||||
Source: (MDR p77)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Historique](hd_backgrounds.md)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Amélioration de caractéristiques
|
||||
Id: barbarian_hd.md#amélioration-de-caractéristiques
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Amélioration de caractéristiques
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Attaque supplémentaire
|
||||
Id: barbarian_hd.md#attaque-supplémentaire
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Attaque supplémentaire
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Champion primitif
|
||||
Id: barbarian_hd.md#champion-primitif
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Champion primitif
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Critique brutal
|
||||
Id: barbarian_hd.md#critique-brutal
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Critique brutal
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Défense sans armure
|
||||
Id: barbarian_hd.md#défense-sans-armure
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Défense sans armure
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Déplacement rapide
|
||||
Id: barbarian_hd.md#déplacement-rapide
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Déplacement rapide
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Instinct sauvage
|
||||
Id: barbarian_hd.md#instinct-sauvage
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Instinct sauvage
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Puissance indomptable
|
||||
Id: barbarian_hd.md#puissance-indomptable
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Puissance indomptable
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Rage
|
||||
Id: barbarian_hd.md#rage
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Rage
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Rage implacable
|
||||
Id: barbarian_hd.md#rage-implacable
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Rage implacable
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Rage ininterrompue
|
||||
Id: barbarian_hd.md#rage-ininterrompue
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Rage ininterrompue
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Sens du danger
|
||||
Id: barbarian_hd.md#sens-du-danger
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Sens du danger
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassEvolutionItem
|
||||
Name: Tableau d'évolution
|
||||
Id: barbarian_hd.md#tableau-dévolution
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Tableau d'évolution
|
||||
ParentName: Barbare
|
||||
NameLevel: 1
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Témérité
|
||||
Id: barbarian_hd.md#témérité
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Témérité
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Voie primitive
|
||||
Id: barbarian_hd.md#voie-primitive
|
||||
ParentLink: barbarian_hd.md#barbare
|
||||
Name: Voie primitive
|
||||
ParentName: Barbare
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Amélioration de caractéristiques
|
||||
Id: bard_hd.md#amélioration-de-caractéristiques
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Amélioration de caractéristiques
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Chant reposant
|
||||
Id: bard_hd.md#chant-reposant
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Chant reposant
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Collège bardique
|
||||
Id: bard_hd.md#collège-bardique
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Collège bardique
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Contre-charme
|
||||
Id: bard_hd.md#contre-charme
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Contre-charme
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Expertise
|
||||
Id: bard_hd.md#expertise
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Expertise
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Incantations
|
||||
Id: bard_hd.md#incantations
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Incantations
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Inspiration bardique
|
||||
Id: bard_hd.md#inspiration-bardique
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Inspiration bardique
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Inspiration supérieure
|
||||
Id: bard_hd.md#inspiration-supérieure
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Inspiration supérieure
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Secrets magiques
|
||||
Id: bard_hd.md#secrets-magiques
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Secrets magiques
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Source d'inspiration
|
||||
Id: bard_hd.md#source-dinspiration
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Source d'inspiration
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassEvolutionItem
|
||||
Name: Tableau d'évolution
|
||||
Id: bard_hd.md#tableau-dévolution
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Tableau d'évolution
|
||||
ParentName: Barde
|
||||
NameLevel: 1
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Touche-à-tout
|
||||
Id: bard_hd.md#touche-à-tout
|
||||
ParentLink: bard_hd.md#barde
|
||||
Name: Touche-à-tout
|
||||
ParentName: Barde
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!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
|
||||
RootId: beyond1stlevel_hd.md
|
||||
ParentLink: index.md
|
||||
Name: Au-delà du niveau 1
|
||||
ParentName: Manuel des joueurs
|
||||
NameLevel: 1
|
||||
AltName: Beyond 1st Level (SRD p56)
|
||||
Source: (MDR p32)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Manuel des joueurs](index.md)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
!Items
|
||||
Name: Classes
|
||||
Id: classes_hd.md#classes
|
||||
RootId: classes_hd.md
|
||||
ParentLink: index.md
|
||||
Name: Classes
|
||||
ParentName: Manuel des règles
|
||||
NameLevel: 1
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Amélioration de caractéristiques
|
||||
Id: cleric_hd.md#amélioration-de-caractéristiques
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Amélioration de caractéristiques
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Canalisation d'énergie divine
|
||||
Id: cleric_hd.md#canalisation-dénergie-divine
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Canalisation d'énergie divine
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Destruction des morts-vivants
|
||||
Id: cleric_hd.md#destruction-des-morts-vivants
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Destruction des morts-vivants
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Domaine divin
|
||||
Id: cleric_hd.md#domaine-divin
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Domaine divin
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Incantations
|
||||
Id: cleric_hd.md#incantations
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Incantations
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Intervention divine
|
||||
Id: cleric_hd.md#intervention-divine
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Intervention divine
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
!ClassHitPointsItem
|
||||
Name: Points de vie
|
||||
HitDice: 1d8 par niveau de clerc
|
||||
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
|
||||
Id: cleric_hd.md#points-de-vie
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Points de vie
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
!ClassFeatureItem
|
||||
Name: Sorts de domaines
|
||||
Id: cleric_hd.md#sorts-de-domaines
|
||||
ParentLink: cleric_hd.md#clerc
|
||||
Name: Sorts de domaines
|
||||
ParentName: Clerc
|
||||
NameLevel: 2
|
||||
Attributes: {}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
!Items
|
||||
Name: Combattre
|
||||
AltName: The Order of Combat (SRD p90)
|
||||
Source: (MDR p283)
|
||||
Id: combat_hd.md#combattre
|
||||
RootId: combat_hd.md
|
||||
ParentLink: index.md
|
||||
Name: Combattre
|
||||
ParentName: Manuel des règles
|
||||
NameLevel: 1
|
||||
AltName: The Order of Combat (SRD p90)
|
||||
Source: (MDR p283)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Manuel des règles](index.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Abri
|
||||
AltName: Cover (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Id: combat_hd.md#abri
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: Cover (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Action bonus
|
||||
AltName: Bonus Actions (SRD p90)
|
||||
Source: (MDR p285)
|
||||
Id: combat_hd.md#action-bonus
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Bonus Actions (SRD p90)
|
||||
Source: (MDR p285)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Actions en combat
|
||||
AltName: Actions in Combat (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Id: combat_hd.md#actions-en-combat
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: Actions in Combat (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Aider
|
||||
AltName: Help (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Id: combat_hd.md#aider
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Help (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Assommer une créature
|
||||
AltName: Knocking a Creature Out (SRD p98)
|
||||
Source: (MDR p294)
|
||||
Id: combat_hd.md#assommer-une-créature
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Knocking a Creature Out (SRD p98)
|
||||
Source: (MDR p294)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Attaquants et cibles invisibles
|
||||
AltName: Unseen Attackers and Targets (SRD p94)
|
||||
Source: (MDR p291)
|
||||
Id: combat_hd.md#attaquants-et-cibles-invisibles
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Unseen Attackers and Targets (SRD p94)
|
||||
Source: (MDR p291)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Attaque à distance
|
||||
AltName: Ranged Attacks (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Id: combat_hd.md#attaque-à-distance
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Ranged Attacks (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
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
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Ranged Attacks in Close Combat (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Attaque de corps-à-corps
|
||||
AltName: Melee Attacks (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Id: combat_hd.md#attaque-de-corps-à-corps
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Melee Attacks (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Attaque d'opportunité
|
||||
AltName: Opportunity Attacks (SRD p95)
|
||||
Source: (MDR p292)
|
||||
Id: combat_hd.md#attaque-dopportunité
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Opportunity Attacks (SRD p95)
|
||||
Source: (MDR p292)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Attaquer
|
||||
AltName: Attack (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Id: combat_hd.md#attaquer
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Attack (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Autre chose ?
|
||||
Source: (MDR p290)
|
||||
Id: combat_hd.md#autre-chose-?
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
Source: (MDR p290)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
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
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Other Activity on Your Turn (SRD p91)
|
||||
Source: (MDR p285)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Bousculer une créature
|
||||
AltName: Shoving a Creature (SRD p96)
|
||||
Source: (MDR p292)
|
||||
Id: combat_hd.md#bousculer-une-créature
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Shoving a Creature (SRD p96)
|
||||
Source: (MDR p292)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Chercher
|
||||
AltName: Search (SRD p94)
|
||||
Source: (MDR p288)
|
||||
Id: combat_hd.md#chercher
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Search (SRD p94)
|
||||
Source: (MDR p288)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Combat à deux armes
|
||||
AltName: Two-Weapon Fighting (SRD p95)
|
||||
Source: (MDR p292)
|
||||
Id: combat_hd.md#combat-à-deux-armes
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Two-Weapon Fighting (SRD p95)
|
||||
Source: (MDR p292)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Combat monté
|
||||
AltName: Mounted Combat (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Id: combat_hd.md#combat-monté
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: Mounted Combat (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Combat sous-marin
|
||||
AltName: Underwater Combat (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Id: combat_hd.md#combat-sous-marin
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: Underwater Combat (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Contrôler sa monture
|
||||
AltName: Controlling a Mount (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Id: combat_hd.md#contrôler-sa-monture
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Controlling a Mount (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Coups critiques
|
||||
AltName: Critical Hits (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Id: combat_hd.md#coups-critiques
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Critical Hits (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Dégâts
|
||||
AltName: Hit Points (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Id: combat_hd.md#dégâts
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: Hit Points (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Déplacement en vol
|
||||
AltName: Flying Movement (SRD p92)
|
||||
Source: (MDR p287)
|
||||
Id: combat_hd.md#déplacement-en-vol
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Flying Movement (SRD p92)
|
||||
Source: (MDR p287)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Déplacement et position
|
||||
AltName: Movement and Position (SRD p91)
|
||||
Source: (MDR p286)
|
||||
Id: combat_hd.md#déplacement-et-position
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: Movement and Position (SRD p91)
|
||||
Source: (MDR p286)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Emplacement
|
||||
AltName: Space (SRD p92)
|
||||
Source: (MDR p287)
|
||||
Id: combat_hd.md#emplacement
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Space (SRD p92)
|
||||
Source: (MDR p287)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Empoignade
|
||||
AltName: Grappling (SRD p95)
|
||||
Source: (MDR p292)
|
||||
Id: combat_hd.md#empoignade
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Grappling (SRD p95)
|
||||
Source: (MDR p292)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Esquiver
|
||||
AltName: Dodge (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Id: combat_hd.md#esquiver
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Dodge (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Être à terre
|
||||
AltName: Being Prone (SRD p91)
|
||||
Source: (MDR p286)
|
||||
Id: combat_hd.md#Être-à-terre
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Being Prone (SRD p91)
|
||||
Source: (MDR p286)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Faire 1 ou 20
|
||||
AltName: Rolling 1 or 20 (SRD p94)
|
||||
Source: (MDR p291)
|
||||
Id: combat_hd.md#faire-1-ou-20
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Rolling 1 or 20 (SRD p94)
|
||||
Source: (MDR p291)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Fragmenter votre mouvement
|
||||
AltName: Breaking Up Your Move (SRD p91)
|
||||
Source: (MDR p286)
|
||||
Id: combat_hd.md#fragmenter-votre-mouvement
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Breaking Up Your Move (SRD p91)
|
||||
Source: (MDR p286)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Initiative
|
||||
AltName: Initiative (SRD p90)
|
||||
Source: (MDR p284)
|
||||
Id: combat_hd.md#initiative
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Initiative (SRD p90)
|
||||
Source: (MDR p284)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
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
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Interacting with Objects Around You (SRD p92)
|
||||
Source: (MDR p287)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Jets d'attaque
|
||||
AltName: Attack Rolls (SRD p94)
|
||||
Source: (MDR p290)
|
||||
Id: combat_hd.md#jets-dattaque
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Attack Rolls (SRD p94)
|
||||
Source: (MDR p290)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Jets de dégâts
|
||||
AltName: Damage Rolls (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Id: combat_hd.md#jets-de-dégâts
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Damage Rolls (SRD p96)
|
||||
Source: (MDR p293)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Lancer un sort
|
||||
AltName: Cast a Spell (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Id: combat_hd.md#lancer-un-sort
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Cast a Spell (SRD p93)
|
||||
Source: (MDR p288)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Les étapes du combat
|
||||
AltName: Combat Step by Step (SRD p90)
|
||||
Source: (MDR p284)
|
||||
Id: combat_hd.md#les-étapes-du-combat
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Combat Step by Step (SRD p90)
|
||||
Source: (MDR p284)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Modificateurs du jet
|
||||
AltName: Modifiers to the Roll (SRD p94)
|
||||
Source: (MDR p290)
|
||||
Id: combat_hd.md#modificateurs-du-jet
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Modifiers to the Roll (SRD p94)
|
||||
Source: (MDR p290)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
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
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 3
|
||||
AltName: Mounting and Dismounting (SRD p99)
|
||||
Source: (MDR p295)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Opposition en combat
|
||||
AltName: Contests in Combat (SRD p96)
|
||||
Source: (MDR p292)
|
||||
Id: combat_hd.md#opposition-en-combat
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Contests in Combat (SRD p96)
|
||||
Source: (MDR p292)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Ordre de combat
|
||||
AltName: The Order of Combat (SRD p90)
|
||||
Source: (MDR p284)
|
||||
Id: combat_hd.md#ordre-de-combat
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 2
|
||||
AltName: The Order of Combat (SRD p90)
|
||||
Source: (MDR p284)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
!GenericItem
|
||||
Name: Portée
|
||||
AltName: Range (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Id: combat_hd.md#portée
|
||||
ParentLink: combat_hd.md#combattre
|
||||
ParentName: Combattre
|
||||
NameLevel: 4
|
||||
AltName: Range (SRD p95)
|
||||
Source: (MDR p291)
|
||||
Attributes: {}
|
||||
---
|
||||
> [Combattre](hd_combat.md)
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue