1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00

Equipment

This commit is contained in:
Yan Maniez 2018-08-20 21:13:49 +02:00
parent e19ded4286
commit 2562aee126
2 changed files with 2015 additions and 1490 deletions

View file

@ -15,7 +15,7 @@ namespace AideDeJeuLib
public string ArmorClass { get; set; }
public string Discretion { get; set; }
public string Weight { get; set; }
public string Force { get; set; }
public string Strength { get; set; }
public string Rarity { get; set; }
public string Damages { get; set; }
public string Properties { get; set; }
@ -91,7 +91,7 @@ namespace AideDeJeuLib
}),
new Tuple<string, Action<Equipment, string>>("**Force** ", (m, s) =>
{
this.Markdown += "- " + str; m.Force = s;
this.Markdown += "- " + str; m.Strength = s;
}),
new Tuple<string, Action<Equipment, string>>("**Rareté** ", (m, s) =>
{

File diff suppressed because it is too large Load diff