mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-22 01:53:24 +00:00
Découpage caractéristiques + contenu
This commit is contained in:
parent
52db91f530
commit
c00e58d771
48 changed files with 890 additions and 381 deletions
|
|
@ -211,6 +211,18 @@
|
|||
<EmbeddedResource Include="..\..\Data\equipment_properties_hd.md" Link="Data\equipment_properties_hd.md" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\..\Data\abilities_charisma_hd.md" Link="Data\abilities_charisma_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\abilities_constitution_hd.md" Link="Data\abilities_constitution_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\abilities_dexterity_hd.md" Link="Data\abilities_dexterity_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\abilities_intelligence_hd.md" Link="Data\abilities_intelligence_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\abilities_strength_hd.md" Link="Data\abilities_strength_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\abilities_wisdom_hd.md" Link="Data\abilities_wisdom_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\environment_hd.md" Link="Data\environment_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\resting_hd.md" Link="Data\resting_hd.md" />
|
||||
<EmbeddedResource Include="..\..\Data\time_hd.md" Link="Data\time_hd.md" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Views\MainNavigationPage.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ namespace AideDeJeuLib
|
|||
"## [Sorts de mago](spells_hd_with_class_magicien.md)\n\n" +
|
||||
"## [Tours de magie de mago](spells_hd_with_class_magicien_minlevel_sortsmineurs_maxlevel_sortsmineurs.md)\n\n" +
|
||||
"## [Armures légères](equipment_hd_with_type_armurelegere.md)\n\n" +
|
||||
"## [Environnement](environment_hd.md)\n\n" +
|
||||
"## [Temps](time_hd.md)\n\n" +
|
||||
"## [Repos](resting_hd.md)\n\n" +
|
||||
"# MJ\n\n" +
|
||||
"## [Créatures](monsters_hd.md)\n\n" +
|
||||
//"## [Mignons](baby_bestiary_hd.md)\n\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue