mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 16:05:42 +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)
|
switch(block)
|
||||||
{
|
{
|
||||||
|
case Markdig.Extensions.Tables.Table table:
|
||||||
|
ParseItemProperties(item, table);
|
||||||
|
break;
|
||||||
case ContainerBlock blocks:
|
case ContainerBlock blocks:
|
||||||
ParseItemProperties(item, blocks);
|
ParseItemProperties(item, blocks);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ namespace AideDeJeuLib
|
||||||
public string Senses { get; set; }
|
public string Senses { get; set; }
|
||||||
public string Languages { get; set; }
|
public string Languages { get; set; }
|
||||||
public string Challenge { get; set; }
|
public string Challenge { get; set; }
|
||||||
public string Abilities { get; set; }
|
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
|
|
||||||
public IEnumerable<string> SpecialFeatures { 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