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

Séparation joueurs / MJ

This commit is contained in:
Yan Maniez 2018-07-29 23:17:08 +02:00
parent 8ba016149b
commit 18c1128aed

View file

@ -12,7 +12,7 @@ namespace AideDeJeuLib
get get
{ {
return return
"# VF (H&D)\n\n" + "# Joueurs (H&D)\n\n" +
"## [Races](races_hd.md)\n\n" + "## [Races](races_hd.md)\n\n" +
"## [Classes](classes_hd.md)\n\n" + "## [Classes](classes_hd.md)\n\n" +
"## [Équipement](equipment_hd.md)\n\n" + "## [Équipement](equipment_hd.md)\n\n" +
@ -20,6 +20,7 @@ namespace AideDeJeuLib
"## [États spéciaux](conditions_hd.md)\n\n" + "## [États spéciaux](conditions_hd.md)\n\n" +
"## [Sorts](spells_hd.md)\n\n" + "## [Sorts](spells_hd.md)\n\n" +
"## [Sorts de mago](spells_hd_with_class_magicien.md)\n\n" + "## [Sorts de mago](spells_hd_with_class_magicien.md)\n\n" +
"# MJ\n\n" +
"## [Créatures](monsters_hd.md)\n\n" + "## [Créatures](monsters_hd.md)\n\n" +
//"## [Mignons](baby_bestiary_hd.md)\n\n" + //"## [Mignons](baby_bestiary_hd.md)\n\n" +
"# VO (SRD)\n\n" + "# VO (SRD)\n\n" +