1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2026-05-15 09:00:28 +00:00

Something ;)

This commit is contained in:
Yan Maniez 2018-07-17 23:07:07 +02:00
parent 11820be476
commit 958e9332a6
3 changed files with 49 additions and 29 deletions

View file

@ -11,14 +11,18 @@ namespace AideDeJeuLib
{
get
{
return
"# [Sorts](spells_hd.md)\n\n" +
"# [Créatures](monsters_hd.md)\n\n" +
"# [Etats spéciaux](conditions_hd.md)\n\n" +
"# [Caractéristiques](abilities_hd.md)\n\n" +
"# [Spells](spells_vo.md)\n\n" +
"# [Monsters](monsters_vo.md)\n\n" +
"# [Conditions](conditions_vo.md)\n\n";
return
"# VF (H&D)\n\n" +
"## [Races](races_hd.md)\n\n" +
"## [Classes](classes_hd.md)\n\n" +
"## [Caractéristiques](abilities_hd.md)\n\n" +
"## [Etats spéciaux](conditions_hd.md)\n\n" +
"## [Sorts](spells_hd.md)\n\n" +
"## [Créatures](monsters_hd.md)\n\n" +
"# VO (SRD)\n\n" +
"## [Spells](spells_vo.md)\n\n" +
"## [Monsters](monsters_vo.md)\n\n" +
"## [Conditions](conditions_vo.md)\n\n";
}
}