mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-31 23:45:39 +00:00
Equipment
This commit is contained in:
parent
e19ded4286
commit
2562aee126
2 changed files with 2015 additions and 1490 deletions
|
|
@ -15,7 +15,7 @@ namespace AideDeJeuLib
|
||||||
public string ArmorClass { get; set; }
|
public string ArmorClass { get; set; }
|
||||||
public string Discretion { get; set; }
|
public string Discretion { get; set; }
|
||||||
public string Weight { get; set; }
|
public string Weight { get; set; }
|
||||||
public string Force { get; set; }
|
public string Strength { get; set; }
|
||||||
public string Rarity { get; set; }
|
public string Rarity { get; set; }
|
||||||
public string Damages { get; set; }
|
public string Damages { get; set; }
|
||||||
public string Properties { get; set; }
|
public string Properties { get; set; }
|
||||||
|
|
@ -91,7 +91,7 @@ namespace AideDeJeuLib
|
||||||
}),
|
}),
|
||||||
new Tuple<string, Action<Equipment, string>>("**Force** ", (m, s) =>
|
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) =>
|
new Tuple<string, Action<Equipment, string>>("**Rareté** ", (m, s) =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
3501
Data/equipment_hd.md
3501
Data/equipment_hd.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue