Skip to content

Commit 6a2589f

Browse files
author
LocalIdentity
committed
Update query mods
1 parent 63b5eb4 commit 6a2589f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/Data/QueryMods.lua

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54885,24 +54885,26 @@ return {
5488554885
},
5488654886
},
5488754887
["788_FlaskRemovesShock"] = {
54888+
["sign"] = "",
5488854889
["specialCaseData"] = {
5488954890
},
5489054891
["tradeMod"] = {
54891-
["id"] = "explicit.stat_1823903967",
54892-
["text"] = "Grants Immunity to Shock for 4 seconds if used while Shocked",
54892+
["id"] = "explicit.stat_3854439683",
54893+
["text"] = "Grants Immunity to Shock for # seconds if used while Shocked",
5489354894
["type"] = "explicit",
5489454895
},
5489554896
},
5489654897
["789_FlaskShockImmunity"] = {
5489754898
["Flask"] = {
54898-
["max"] = 1,
54899-
["min"] = 1,
54899+
["max"] = 17,
54900+
["min"] = 6,
5490054901
},
54902+
["sign"] = "",
5490154903
["specialCaseData"] = {
5490254904
},
5490354905
["tradeMod"] = {
54904-
["id"] = "explicit.stat_1823903967",
54905-
["text"] = "Grants Immunity to Shock for 4 seconds if used while Shocked",
54906+
["id"] = "explicit.stat_3854439683",
54907+
["text"] = "Grants Immunity to Shock for # seconds if used while Shocked",
5490654908
["type"] = "explicit",
5490754909
},
5490854910
},

0 commit comments

Comments
 (0)