Skip to content

Commit

Permalink
Fix exporter
Browse files Browse the repository at this point in the history
Add new datatype UInt16
Removed old dats
Manually code in SkillTotem loop
Update spec
  • Loading branch information
LocalIdentity committed Nov 18, 2024
1 parent 76756ff commit 14a61e2
Show file tree
Hide file tree
Showing 10 changed files with 264 additions and 275 deletions.
84 changes: 42 additions & 42 deletions src/Data/ClusterJewels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -891,160 +891,160 @@ return {
"Pitfighter",
},
orbitOffsets = {
[43989] = {
[2627120085] = {
[0] = 3,
[1] = 5,
[2] = 5,
},
[25134] = {
[2627101230] = {
[0] = 0,
[1] = 11,
[2] = 11,
},
[30275] = {
[2627106371] = {
[0] = 2,
[1] = 3,
[2] = 3,
},
[28650] = {
[2627104746] = {
[0] = 1,
[1] = 1,
[2] = 1,
},
[48132] = {
[2627124228] = {
[0] = 5,
[1] = 9,
[2] = 9,
},
[18756] = {
[2627094852] = {
[0] = 4,
[1] = 7,
[2] = 7,
},
[55706] = {
[2627131802] = {
[0] = 2,
[1] = 3,
},
[26661] = {
[2627102757] = {
[0] = 3,
[1] = 5,
},
[13201] = {
[2627089297] = {
[0] = 3,
[1] = 7,
},
[40114] = {
[2627116210] = {
[0] = 1,
},
[18361] = {
[2627094457] = {
[0] = 2,
},
[7956] = {
[2627084052] = {
[0] = 3,
},
[51233] = {
[2627127329] = {
[0] = 5,
[1] = 9,
},
[57194] = {
[2627133290] = {
[0] = 5,
[1] = 11,
},
[35853] = {
[2627111949] = {
[0] = 0,
[1] = 1,
},
[35313] = {
[2627111409] = {
[0] = 4,
},
[44470] = {
[2627120566] = {
[0] = 5,
},
[37147] = {
[2627113243] = {
[0] = 0,
},
[25441] = {
[2627101537] = {
[0] = 1,
[1] = 1,
},
[28018] = {
[2627104114] = {
[0] = 2,
[1] = 3,
},
[53203] = {
[2627129299] = {
[0] = 3,
[1] = 5,
},
[3854] = {
[2627079950] = {
[0] = 0,
},
[49951] = {
[2627126047] = {
[0] = 1,
},
[22046] = {
[2627098142] = {
[0] = 2,
},
[37898] = {
[2627113994] = {
[0] = 5,
[1] = 11,
},
[64166] = {
[2627140262] = {
[0] = 1,
[1] = 1,
},
[58355] = {
[2627134451] = {
[0] = 2,
[1] = 3,
},
[48128] = {
[2627124224] = {
[0] = 5,
},
[27475] = {
[2627103571] = {
[0] = 0,
},
[35070] = {
[2627111166] = {
[0] = 1,
},
[35926] = {
[2627112022] = {
[0] = 4,
[1] = 7,
},
[33833] = {
[2627109929] = {
[0] = 5,
[1] = 9,
},
[50179] = {
[2627126275] = {
[0] = 5,
[1] = 11,
},
[36414] = {
[2627112510] = {
[0] = 3,
},
[10643] = {
[2627086739] = {
[0] = 4,
},
[56439] = {
[2627132535] = {
[0] = 5,
},
[58194] = {
[2627134290] = {
[0] = 3,
[1] = 5,
},
[34013] = {
[2627110109] = {
[0] = 4,
[1] = 7,
},
[24452] = {
[2627100548] = {
[0] = 5,
[1] = 9,
},
[63754] = {
[2627139850] = {
[0] = 2,
},
[54600] = {
[2627130696] = {
[0] = 3,
},
[27819] = {
[2627103915] = {
[0] = 4,
},
},
Expand Down
49 changes: 38 additions & 11 deletions src/Data/ModCache.lua

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions src/Data/QueryMods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54857,24 +54857,26 @@ return {
},
},
["786_FlaskDispellsPoison"] = {
["sign"] = "",
["specialCaseData"] = {
},
["tradeMod"] = {
["id"] = "explicit.stat_3596333054",
["text"] = "Grants Immunity to Poison for 4 seconds if used while Poisoned",
["id"] = "explicit.stat_542375676",
["text"] = "Grants Immunity to Poison for # seconds if used while Poisoned",
["type"] = "explicit",
},
},
["787_FlaskPoisonImmunity"] = {
["Flask"] = {
["max"] = 1,
["min"] = 1,
["max"] = 17,
["min"] = 6,
},
["sign"] = "",
["specialCaseData"] = {
},
["tradeMod"] = {
["id"] = "explicit.stat_3596333054",
["text"] = "Grants Immunity to Poison for 4 seconds if used while Poisoned",
["id"] = "explicit.stat_542375676",
["text"] = "Grants Immunity to Poison for # seconds if used while Poisoned",
["type"] = "explicit",
},
},
Expand Down Expand Up @@ -55155,7 +55157,7 @@ return {
["specialCaseData"] = {
},
["tradeMod"] = {
["id"] = "explicit.stat_1053326368",
["id"] = "explicit.stat_1619168299",
["text"] = "#% chance to Avoid being Chilled during Effect",
["type"] = "explicit",
},
Expand All @@ -55169,7 +55171,7 @@ return {
["specialCaseData"] = {
},
["tradeMod"] = {
["id"] = "explicit.stat_2872815301",
["id"] = "explicit.stat_475518267",
["text"] = "#% chance to Avoid being Frozen during Effect",
["type"] = "explicit",
},
Expand Down Expand Up @@ -55223,7 +55225,7 @@ return {
["specialCaseData"] = {
},
["tradeMod"] = {
["id"] = "explicit.stat_335507772",
["id"] = "explicit.stat_2094299742",
["text"] = "+# to maximum Fortification",
["type"] = "explicit",
},
Expand All @@ -55237,7 +55239,7 @@ return {
["specialCaseData"] = {
},
["tradeMod"] = {
["id"] = "explicit.stat_335507772",
["id"] = "explicit.stat_2094299742",
["text"] = "+# to maximum Fortification",
["type"] = "explicit",
},
Expand Down
Loading

0 comments on commit 14a61e2

Please sign in to comment.