mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 23:16:09 +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":
|
case "Actions":
|
||||||
features = actions = new List<string>();
|
features = actions = new List<string>();
|
||||||
break;
|
break;
|
||||||
|
case "Réaction":
|
||||||
case "Réactions":
|
case "Réactions":
|
||||||
features = reactions = new List<string>();
|
features = reactions = new List<string>();
|
||||||
break;
|
break;
|
||||||
|
|
@ -263,6 +264,9 @@ namespace AideDeJeu.Tools
|
||||||
case "Legendary Actions":
|
case "Legendary Actions":
|
||||||
features = legendaryActions = new List<string>();
|
features = legendaryActions = new List<string>();
|
||||||
break;
|
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