Skip to content

Commit 20d34ed

Browse files
author
LocalIdentity
committed
Export from files
1 parent b1bdc19 commit 20d34ed

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

src/Data/QueryMods.lua

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54967,24 +54967,26 @@ return {
5496754967
},
5496854968
},
5496954969
["799_FlaskDispellsPoison"] = {
54970+
["sign"] = "",
5497054971
["specialCaseData"] = {
5497154972
},
5497254973
["tradeMod"] = {
54973-
["id"] = "explicit.stat_3596333054",
54974-
["text"] = "Grants Immunity to Poison for 4 seconds if used while Poisoned",
54974+
["id"] = "explicit.stat_542375676",
54975+
["text"] = "Grants Immunity to Poison for # seconds if used while Poisoned",
5497554976
["type"] = "explicit",
5497654977
},
5497754978
},
5497854979
["800_FlaskPoisonImmunity"] = {
5497954980
["Flask"] = {
54980-
["max"] = 1,
54981-
["min"] = 1,
54981+
["max"] = 17,
54982+
["min"] = 6,
5498254983
},
54984+
["sign"] = "",
5498354985
["specialCaseData"] = {
5498454986
},
5498554987
["tradeMod"] = {
54986-
["id"] = "explicit.stat_3596333054",
54987-
["text"] = "Grants Immunity to Poison for 4 seconds if used while Poisoned",
54988+
["id"] = "explicit.stat_542375676",
54989+
["text"] = "Grants Immunity to Poison for # seconds if used while Poisoned",
5498854990
["type"] = "explicit",
5498954991
},
5499054992
},

src/Data/Skills/act_int.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20546,4 +20546,4 @@ skills["Zealotry"] = {
2054620546
[39] = { 19, 53, 33, storedUses = 1, manaReservationPercent = 50, cooldown = 1.2, levelRequirement = 99, statInterpolation = { 1, 1, 1, }, },
2054720547
[40] = { 20, 54, 34, storedUses = 1, manaReservationPercent = 50, cooldown = 1.2, levelRequirement = 100, statInterpolation = { 1, 1, 1, }, },
2054820548
},
20549-
}
20549+
}

0 commit comments

Comments
 (0)