1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +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";
}
}

View file

@ -1,26 +1,30 @@
# [Barbare]
[][Generic]
# [Barde]
# Classes
# [Clerc]
## [Barbare]
# [Druide]
## [Barde]
# [Ensorceleur]
## [Clerc]
# [Guerrier]
## [Druide]
# [Magicien]
## [Ensorceleur]
# [Moine]
## [Guerrier]
# [Paladin]
## [Magicien]
# [Rôdeur]
## [Moine]
# [Roublard]
## [Paladin]
# [Sorcier]
## [Rôdeur]
## [Roublard]
## [Sorcier]
[Barbare]: barbarian_hd.md
[Barde]: bard_hd.md

View file

@ -1,12 +1,24 @@
[Demi-elfe]
[Demi-orc]
[Elfe]
[Gnome]
[Halfelin]
[Humain]
[Nain]
[Sangdragon]
[Tieffelin]
[][Generic]
# Races
## [Demi-elfe]
## [Demi-orc]
## [Elfe]
## [Gnome]
## [Halfelin]
## [Humain]
## [Nain]
## [Sangdragon]
## [Tieffelin]
[Demi-elfe]: half-elf_hd.md
[Demi-orc]: half-orc_hd.md