mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Monsters
This commit is contained in:
parent
485d04523b
commit
dbdb55d732
3 changed files with 569 additions and 567 deletions
|
|
@ -120,6 +120,9 @@ namespace AideDeJeu.Tools
|
|||
{
|
||||
switch(block)
|
||||
{
|
||||
case Markdig.Extensions.Tables.Table table:
|
||||
ParseItemProperties(item, table);
|
||||
break;
|
||||
case ContainerBlock blocks:
|
||||
ParseItemProperties(item, blocks);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ namespace AideDeJeuLib
|
|||
public string Senses { get; set; }
|
||||
public string Languages { get; set; }
|
||||
public string Challenge { get; set; }
|
||||
public string Abilities { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
public IEnumerable<string> SpecialFeatures { get; set; }
|
||||
|
|
|
|||
1132
Data/monsters_hd.md
1132
Data/monsters_hd.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue