diff --git a/AideDeJeu/AideDeJeu/Models/HomeItem.cs b/AideDeJeu/AideDeJeu/Models/HomeItem.cs index 06903446..4f1a0163 100644 --- a/AideDeJeu/AideDeJeu/Models/HomeItem.cs +++ b/AideDeJeu/AideDeJeu/Models/HomeItem.cs @@ -20,9 +20,10 @@ namespace AideDeJeuLib "## [Sorts](spells_hd.md)\n\n" + "## [Créatures](monsters_hd.md)\n\n" + "# VO (SRD)\n\n" + + "## [Conditions](conditions_vo.md)\n\n" + "## [Spells](spells_vo.md)\n\n" + - "## [Monsters](monsters_vo.md)\n\n" + - "## [Conditions](conditions_vo.md)\n\n"; + "## [Monsters](monsters_vo.md)\n\n" + ; } } diff --git a/Data/index.md b/Data/index.md index 5799d33a..091cdbdc 100644 --- a/Data/index.md +++ b/Data/index.md @@ -1,15 +1,21 @@ -# SRD VF / VO +# VF (H&D) -## [Sorts VF](spells_hd.md) +## [Races](races_hd.md) -### [triés par classe / niveau](spells_hd_by_class_level.md) +## [Classes](classes_hd.md) -## [Créatures VF](monsters_hd.md) +## [Caractéristiques](abilities_hd.md) -## [États spéciaux VF](conditions_hd.md) +## [Etats spéciaux](conditions_hd.md) -## [Spells VO](spells_vo.md) +## [Sorts](spells_hd.md) -## [Monsters VO](monsters_vo.md) +## [Créatures](monsters_hd.md) -## [Conditions VO](conditions_vo.md) +# VO (SRD) + +## [Conditions](conditions_vo.md) + +## [Spells](spells_vo.md) + +## [Monsters](monsters_vo.md)