mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Mise en forme monsters hd
This commit is contained in:
parent
0d8dfe8780
commit
4d55ee953c
2 changed files with 2047 additions and 2070 deletions
|
|
@ -256,6 +256,7 @@ namespace AideDeJeu.Tools
|
|||
case "Actions":
|
||||
features = actions = new List<string>();
|
||||
break;
|
||||
case "Réaction":
|
||||
case "Réactions":
|
||||
features = reactions = new List<string>();
|
||||
break;
|
||||
|
|
@ -263,6 +264,9 @@ namespace AideDeJeu.Tools
|
|||
case "Legendary Actions":
|
||||
features = legendaryActions = new List<string>();
|
||||
break;
|
||||
default:
|
||||
App.Current.MainPage.DisplayAlert("Erreur de parsing", headingBlock.Inline.ToMarkdownString(), "OK");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4113
Data/monsters_hd.md
4113
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