Skip to content

Commit 570fff4

Browse files
committed
5715
1 parent 369ab06 commit 570fff4

File tree

5 files changed

+99
-6
lines changed

5 files changed

+99
-6
lines changed

Diff for: _data/lua_client.json

+40
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,16 @@
18291829
"description": "Return the channel time of this ability.",
18301830
"return": "float"
18311831
},
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+
},
18321842
"GetChannelledManaCostPerSecond": {
18331843
"arg_names": [
18341844
"iLevel"
@@ -1906,6 +1916,16 @@
19061916
"description": "Return gold cost at the given level (-1 is current).",
19071917
"return": "int"
19081918
},
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+
},
19091929
"GetManaCost": {
19101930
"arg_names": [
19111931
"iLevel"
@@ -2640,6 +2660,16 @@
26402660
"description": "Return the channel time of this ability.",
26412661
"return": "float"
26422662
},
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+
},
26432673
"GetChannelledManaCostPerSecond": {
26442674
"arg_names": [
26452675
"iLevel"
@@ -2717,6 +2747,16 @@
27172747
"description": "Return gold cost at the given level (-1 is current).",
27182748
"return": "int"
27192749
},
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+
},
27202760
"GetManaCost": {
27212761
"arg_names": [
27222762
"iLevel"

Diff for: _data/lua_client_enums.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -9220,7 +9220,7 @@
92209220
"value": 268
92219221
},
92229222
{
9223-
"description": "GetModifierPropertyIncomingDamage_Constant",
9223+
"description": "GetModifierIncomingDamageConstant",
92249224
"key": "MODIFIER_PROPERTY_INCOMING_DAMAGE_CONSTANT",
92259225
"value": 269
92269226
},
@@ -9230,9 +9230,14 @@
92309230
"value": 270
92319231
},
92329232
{
9233-
"key": "MODIFIER_FUNCTION_LAST",
9233+
"description": "GetModifierAvoidDamageAfterReductions",
9234+
"key": "MODIFIER_PROPERTY_AVOID_DAMAGE_AFTER_REDUCTIONS",
92349235
"value": 271
92359236
},
9237+
{
9238+
"key": "MODIFIER_FUNCTION_LAST",
9239+
"value": 272
9240+
},
92369241
{
92379242
"key": "MODIFIER_FUNCTION_INVALID",
92389243
"value": 65535

Diff for: _data/lua_server.json

+44-2
Original file line numberDiff line numberDiff line change
@@ -5064,6 +5064,16 @@
50645064
"description": "Return the channel time of this ability.",
50655065
"return": "float"
50665066
},
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+
},
50675077
"GetChannelledManaCostPerSecond": {
50685078
"arg_names": [
50695079
"iLevel"
@@ -5146,6 +5156,16 @@
51465156
"description": "Return gold cost at the given level (-1 is current).",
51475157
"return": "int"
51485158
},
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+
},
51495169
"GetIntrinsicModifierName": {
51505170
"args": [],
51515171
"description": "Returns the name of the modifier applied passively by this ability.",
@@ -9256,13 +9276,15 @@
92569276
"bAutoUse",
92579277
"flHeight",
92589278
"flDuration",
9259-
"vEndPoint"
9279+
"vEndPoint",
9280+
"hTeleportOwner"
92609281
],
92619282
"args": [
92629283
"bool",
92639284
"float",
92649285
"float",
9265-
"vector"
9286+
"vector",
9287+
"handle"
92669288
],
92679289
"return": "void"
92689290
},
@@ -9626,6 +9648,16 @@
96269648
"description": "Return the channel time of this ability.",
96279649
"return": "float"
96289650
},
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+
},
96299661
"GetChannelledManaCostPerSecond": {
96309662
"arg_names": [
96319663
"iLevel"
@@ -9708,6 +9740,16 @@
97089740
"description": "Return gold cost at the given level (-1 is current).",
97099741
"return": "int"
97109742
},
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+
},
97119753
"GetIntrinsicModifierName": {
97129754
"args": [],
97139755
"description": "Returns the name of the modifier applied passively by this ability.",

Diff for: _data/lua_server_enums.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -10806,7 +10806,7 @@
1080610806
"value": 268
1080710807
},
1080810808
{
10809-
"description": "GetModifierPropertyIncomingDamage_Constant",
10809+
"description": "GetModifierIncomingDamageConstant",
1081010810
"key": "MODIFIER_PROPERTY_INCOMING_DAMAGE_CONSTANT",
1081110811
"value": 269
1081210812
},
@@ -10816,9 +10816,14 @@
1081610816
"value": 270
1081710817
},
1081810818
{
10819-
"key": "MODIFIER_FUNCTION_LAST",
10819+
"description": "GetModifierAvoidDamageAfterReductions",
10820+
"key": "MODIFIER_PROPERTY_AVOID_DAMAGE_AFTER_REDUCTIONS",
1082010821
"value": 271
1082110822
},
10823+
{
10824+
"key": "MODIFIER_FUNCTION_LAST",
10825+
"value": 272
10826+
},
1082210827
{
1082310828
"key": "MODIFIER_FUNCTION_INVALID",
1082410829
"value": 65535

Diff for: _data/modifiers.json

+1
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@
841841
"modifier_bounty_hunter_track_bear_trap",
842842
"modifier_bounty_hunter_track_effect",
843843
"modifier_bounty_hunter_wind_walk",
844+
"modifier_bounty_hunter_wind_walk_fade",
844845
"modifier_bounty_hunter_wind_walk_slow",
845846
"modifier_break",
846847
"modifier_brewmaster_brew_up",

0 commit comments

Comments
 (0)