Skip to content

Commit 7ce829c

Browse files
author
Justin
committed
Added more abilities now that talents were added.
1 parent 5134dbf commit 7ce829c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

SourceSchemaParser/Dota2/DotaHeroSchemaItem.cs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,30 @@ internal class DotaHeroSchemaItem
9999
[JsonProperty("Ability16")]
100100
public string Ability16 { get; set; }
101101

102+
[JsonProperty("Ability17")]
103+
public string Ability17 { get; set; }
104+
105+
[JsonProperty("Ability18")]
106+
public string Ability18 { get; set; }
107+
108+
[JsonProperty("Ability19")]
109+
public string Ability19 { get; set; }
110+
111+
[JsonProperty("Ability20")]
112+
public string Ability20 { get; set; }
113+
114+
[JsonProperty("Ability21")]
115+
public string Ability21 { get; set; }
116+
117+
[JsonProperty("Ability22")]
118+
public string Ability22 { get; set; }
119+
120+
[JsonProperty("Ability23")]
121+
public string Ability23 { get; set; }
122+
123+
[JsonProperty("Ability24")]
124+
public string Ability24 { get; set; }
125+
102126
[JsonProperty("ArmorPhysical")]
103127
public double ArmorPhysical { get; set; }
104128

0 commit comments

Comments
 (0)