mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
Début ajustements
This commit is contained in:
parent
0fa553c9d2
commit
80f240b7db
2 changed files with 1030 additions and 1030 deletions
|
|
@ -262,12 +262,12 @@ namespace AideDeJeu.Tools
|
|||
new Tuple<string, Action<Monster, string>>("Vulnérabilité ", (m, s) => m.DamageVulnerabilities = s),
|
||||
new Tuple<string, Action<Monster, string>>("Sens ", (m, s) => m.Senses = s),
|
||||
new Tuple<string, Action<Monster, string>>("Langue ", (m, s) => m.Languages = s),
|
||||
new Tuple<string, Action<Monster, string>>("Langues ", (m, s) => m.Languages = s),
|
||||
new Tuple<string, Action<Monster, string>>("Dangerosité ", (m, s) => m.Challenge = s),
|
||||
new Tuple<string, Action<Monster, string>>("Jets de sauvegarde ", (m, s) => m.Challenge = s),
|
||||
new Tuple<string, Action<Monster, string>>("Jet de sauvegarde ", (m, s) => m.Challenge = s),
|
||||
new Tuple<string, Action<Monster, string>>("Compétences ", (m, s) => m.Skills = s),
|
||||
new Tuple<string, Action<Monster, string>>("Compétence ", (m, s) => m.Skills = s),
|
||||
new Tuple<string, Action<Monster, string>>("Langues ", (m, s) => m.Languages = s),
|
||||
new Tuple<string, Action<Monster, string>>("", (m,s) =>
|
||||
{
|
||||
if (m.Alignment != null)
|
||||
|
|
|
|||
2058
Data/monsters_hd.md
2058
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