File tree 5 files changed +99
-6
lines changed
5 files changed +99
-6
lines changed Original file line number Diff line number Diff line change 1829
1829
"description" : " Return the channel time of this ability." ,
1830
1830
"return" : " float"
1831
1831
},
1832
+ "GetChannelledHealthCostPerSecond" : {
1833
+ "arg_names" : [
1834
+ " iLevel"
1835
+ ],
1836
+ "args" : [
1837
+ " int"
1838
+ ],
1839
+ "description" : " Return health cost per second of channeling at the given level (-1 is current)." ,
1840
+ "return" : " int"
1841
+ },
1832
1842
"GetChannelledManaCostPerSecond" : {
1833
1843
"arg_names" : [
1834
1844
" iLevel"
1906
1916
"description" : " Return gold cost at the given level (-1 is current)." ,
1907
1917
"return" : " int"
1908
1918
},
1919
+ "GetHealthCost" : {
1920
+ "arg_names" : [
1921
+ " iLevel"
1922
+ ],
1923
+ "args" : [
1924
+ " int"
1925
+ ],
1926
+ "description" : " Return health cost at the given level (-1 is current)." ,
1927
+ "return" : " int"
1928
+ },
1909
1929
"GetManaCost" : {
1910
1930
"arg_names" : [
1911
1931
" iLevel"
2640
2660
"description" : " Return the channel time of this ability." ,
2641
2661
"return" : " float"
2642
2662
},
2663
+ "GetChannelledHealthCostPerSecond" : {
2664
+ "arg_names" : [
2665
+ " iLevel"
2666
+ ],
2667
+ "args" : [
2668
+ " int"
2669
+ ],
2670
+ "description" : " Return health cost per second of channeling at the given level (-1 is current)." ,
2671
+ "return" : " int"
2672
+ },
2643
2673
"GetChannelledManaCostPerSecond" : {
2644
2674
"arg_names" : [
2645
2675
" iLevel"
2717
2747
"description" : " Return gold cost at the given level (-1 is current)." ,
2718
2748
"return" : " int"
2719
2749
},
2750
+ "GetHealthCost" : {
2751
+ "arg_names" : [
2752
+ " iLevel"
2753
+ ],
2754
+ "args" : [
2755
+ " int"
2756
+ ],
2757
+ "description" : " Return health cost at the given level (-1 is current)." ,
2758
+ "return" : " int"
2759
+ },
2720
2760
"GetManaCost" : {
2721
2761
"arg_names" : [
2722
2762
" iLevel"
Original file line number Diff line number Diff line change 9220
9220
"value" : 268
9221
9221
},
9222
9222
{
9223
- "description" : " GetModifierPropertyIncomingDamage_Constant " ,
9223
+ "description" : " GetModifierIncomingDamageConstant " ,
9224
9224
"key" : " MODIFIER_PROPERTY_INCOMING_DAMAGE_CONSTANT" ,
9225
9225
"value" : 269
9226
9226
},
9230
9230
"value" : 270
9231
9231
},
9232
9232
{
9233
- "key" : " MODIFIER_FUNCTION_LAST" ,
9233
+ "description" : " GetModifierAvoidDamageAfterReductions" ,
9234
+ "key" : " MODIFIER_PROPERTY_AVOID_DAMAGE_AFTER_REDUCTIONS" ,
9234
9235
"value" : 271
9235
9236
},
9237
+ {
9238
+ "key" : " MODIFIER_FUNCTION_LAST" ,
9239
+ "value" : 272
9240
+ },
9236
9241
{
9237
9242
"key" : " MODIFIER_FUNCTION_INVALID" ,
9238
9243
"value" : 65535
Original file line number Diff line number Diff line change 5064
5064
"description": "Return the channel time of this ability.",
5065
5065
"return": "float"
5066
5066
},
5067
+ "GetChannelledHealthCostPerSecond": {
5068
+ "arg_names": [
5069
+ "iLevel"
5070
+ ],
5071
+ "args": [
5072
+ "int"
5073
+ ],
5074
+ "description": "Return health cost per second of channeling at the given level (-1 is current).",
5075
+ "return": "int"
5076
+ },
5067
5077
"GetChannelledManaCostPerSecond": {
5068
5078
"arg_names": [
5069
5079
"iLevel"
5146
5156
"description": "Return gold cost at the given level (-1 is current).",
5147
5157
"return": "int"
5148
5158
},
5159
+ "GetHealthCost": {
5160
+ "arg_names": [
5161
+ "iLevel"
5162
+ ],
5163
+ "args": [
5164
+ "int"
5165
+ ],
5166
+ "description": "Return health cost at the given level (-1 is current).",
5167
+ "return": "int"
5168
+ },
5149
5169
"GetIntrinsicModifierName": {
5150
5170
"args": [],
5151
5171
"description": "Returns the name of the modifier applied passively by this ability.",
9256
9276
"bAutoUse",
9257
9277
"flHeight",
9258
9278
"flDuration",
9259
- "vEndPoint"
9279
+ "vEndPoint",
9280
+ "hTeleportOwner"
9260
9281
],
9261
9282
"args": [
9262
9283
"bool",
9263
9284
"float",
9264
9285
"float",
9265
- "vector"
9286
+ "vector",
9287
+ "handle"
9266
9288
],
9267
9289
"return": "void"
9268
9290
},
9626
9648
"description": "Return the channel time of this ability.",
9627
9649
"return": "float"
9628
9650
},
9651
+ "GetChannelledHealthCostPerSecond": {
9652
+ "arg_names": [
9653
+ "iLevel"
9654
+ ],
9655
+ "args": [
9656
+ "int"
9657
+ ],
9658
+ "description": "Return health cost per second of channeling at the given level (-1 is current).",
9659
+ "return": "int"
9660
+ },
9629
9661
"GetChannelledManaCostPerSecond": {
9630
9662
"arg_names": [
9631
9663
"iLevel"
9708
9740
"description": "Return gold cost at the given level (-1 is current).",
9709
9741
"return": "int"
9710
9742
},
9743
+ "GetHealthCost": {
9744
+ "arg_names": [
9745
+ "iLevel"
9746
+ ],
9747
+ "args": [
9748
+ "int"
9749
+ ],
9750
+ "description": "Return health cost at the given level (-1 is current).",
9751
+ "return": "int"
9752
+ },
9711
9753
"GetIntrinsicModifierName": {
9712
9754
"args": [],
9713
9755
"description": "Returns the name of the modifier applied passively by this ability.",
Original file line number Diff line number Diff line change 10806
10806
"value" : 268
10807
10807
},
10808
10808
{
10809
- "description" : " GetModifierPropertyIncomingDamage_Constant " ,
10809
+ "description" : " GetModifierIncomingDamageConstant " ,
10810
10810
"key" : " MODIFIER_PROPERTY_INCOMING_DAMAGE_CONSTANT" ,
10811
10811
"value" : 269
10812
10812
},
10816
10816
"value" : 270
10817
10817
},
10818
10818
{
10819
- "key" : " MODIFIER_FUNCTION_LAST" ,
10819
+ "description" : " GetModifierAvoidDamageAfterReductions" ,
10820
+ "key" : " MODIFIER_PROPERTY_AVOID_DAMAGE_AFTER_REDUCTIONS" ,
10820
10821
"value" : 271
10821
10822
},
10823
+ {
10824
+ "key" : " MODIFIER_FUNCTION_LAST" ,
10825
+ "value" : 272
10826
+ },
10822
10827
{
10823
10828
"key" : " MODIFIER_FUNCTION_INVALID" ,
10824
10829
"value" : 65535
Original file line number Diff line number Diff line change 841
841
" modifier_bounty_hunter_track_bear_trap" ,
842
842
" modifier_bounty_hunter_track_effect" ,
843
843
" modifier_bounty_hunter_wind_walk" ,
844
+ " modifier_bounty_hunter_wind_walk_fade" ,
844
845
" modifier_bounty_hunter_wind_walk_slow" ,
845
846
" modifier_break" ,
846
847
" modifier_brewmaster_brew_up" ,
You can’t perform that action at this time.
0 commit comments