Skip to content

Commit 5b5191c

Browse files
author
LocalIdentity
committed
Fix export + update many dat tables
Many dat tables had columns missing or a bunch of key columns without a link to a table. Most notable find was another link to GrantedEffectStatSets in GrantedEffects
1 parent 6ff1d20 commit 5b5191c

3 files changed

Lines changed: 1003 additions & 242 deletions

File tree

src/Data/Skills/other.lua

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,8 @@ skills["TriggeredSummonLesserShrine"] = {
766766
castTime = 1,
767767
fromItem = true,
768768
baseFlags = {
769-
attack = true,
770-
projectile = true,
771-
area = true,
769+
spell = true,
770+
duration = true,
772771
},
773772
baseMods = {
774773
flag("Condition:CanHaveLesserShrines", { type = "GlobalEffect", effectType = "Buff", effectName = "Shrines" }),
@@ -2715,10 +2714,9 @@ skills["TriggeredStarfall"] = {
27152714
castTime = 1,
27162715
fromItem = true,
27172716
baseFlags = {
2718-
spell = true,
2719-
},
2720-
baseMods = {
2721-
skill("showAverage", true),
2717+
attack = true,
2718+
projectile = true,
2719+
area = true,
27222720
},
27232721
constantStats = {
27242722
{ "skill_art_variation", 11 },

src/Export/Classes/GGPKData.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ function GGPKClass:GetNeededFiles()
186186
"Data/BuffVisualOrbArt.dat",
187187
"Data/GenericBuffAuras.dat",
188188
"Data/AddBuffToTargetVarieties.dat",
189-
"Data/HideoutNPCs.dat",
190189
"Data/NPCs.dat",
191190
"Data/CraftingBenchOptions.dat",
192191
"Data/CraftingItemClassCategories.dat",
@@ -215,7 +214,6 @@ function GGPKClass:GetNeededFiles()
215214
"Data/PassiveJewelRadii.dat",
216215
"Data/SoundEffects.dat",
217216
"Data/MavenJewelRadiusKeystones.dat",
218-
"Data/TableCharge.dat",
219217
"Data/GrantedEffectStatSets.dat",
220218
"Data/GrantedEffectStatSetsPerLevel.dat",
221219
"Data/MonsterMapDifficulty.dat",
@@ -241,8 +239,6 @@ function GGPKClass:GetNeededFiles()
241239
"Data/tinctures.dat",
242240
"Data/GemEffects.dat",
243241
"Data/ActionTypes.dat",
244-
"Data/AzmeriLifeScalingPerLevel.dat",
245-
"Data/AzmeriFeatureRooms.dat",
246242
"Data/CorpseTypeTags.dat",
247243
"Data/ItemisedCorpse.dat",
248244
"Data/IndexableSkillGems.dat",
@@ -257,10 +253,7 @@ function GGPKClass:GetNeededFiles()
257253
"Data/Rarity.dat",
258254
"Data/TradeMarketCategory.dat",
259255
"Data/TradeMarketCategoryGroups.dat",
260-
"Data/PlayerTradeWhisperFormats.dat",
261256
"Data/TradeMarketCategoryListAllClass.dat",
262-
"Data/TradeMarketIndexItemAs.dat",
263-
"Data/TradeMarketImplicitModDisplay.dat",
264257
"Data/Commands.dat",
265258
"Data/ModEquivalencies.dat",
266259
"Data/InfluenceTags.dat",

0 commit comments

Comments
 (0)