mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Formattage
This commit is contained in:
parent
ac58ea0123
commit
e5a1162ad9
2 changed files with 312 additions and 720 deletions
|
|
@ -70,6 +70,8 @@ namespace AideDeJeuLib.Monsters
|
|||
}
|
||||
}
|
||||
|
||||
public IEnumerable<string> Reactions { get; set; }
|
||||
|
||||
public IEnumerable<string> LegendaryActions { get; set; }
|
||||
[IgnoreDataMember]
|
||||
public IEnumerable<XmlNode> LegendaryActionsNodes
|
||||
|
|
@ -204,6 +206,7 @@ namespace AideDeJeuLib.Monsters
|
|||
|
||||
this.SpecialFeaturesNodes = specialFeatures;
|
||||
this.ActionsNodes = actions;
|
||||
this.ReactionsNodes = actions;
|
||||
this.LegendaryActionsNodes = legendaryActions;
|
||||
|
||||
var divDescription = divBloc?.SelectSingleNode("div[contains(@class,'description')]");
|
||||
|
|
|
|||
1029
Data/monsters_hd.md
1029
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