1
0
Fork 0
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:
Yan Maniez 2018-06-19 08:03:54 +02:00
parent 0fa553c9d2
commit 80f240b7db
2 changed files with 1030 additions and 1030 deletions

View file

@ -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)

File diff suppressed because it is too large Load diff