mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2026-05-15 09:00:28 +00:00
Something ;)
This commit is contained in:
parent
11820be476
commit
958e9332a6
3 changed files with 49 additions and 29 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue