Ejemplo n.º 1
0
 private static decimal getValue(CalculatedStat stat)
 {
     var s = stat.LinkedStats.FirstOrDefault(x => x.Name == "Endurance");
     return s.Value / 13;
 }
Ejemplo n.º 2
0
 private static decimal getValue(CalculatedStat stat)
 {
     var s = stat.LinkedStats.FirstOrDefault(x => x.Name == "Vitality");
     return s.Value / 10;
 }