diff --git a/Export/Classes/DatFile.lua b/Export/Classes/DatFile.lua index dbc0155f..77b2de9d 100644 --- a/Export/Classes/DatFile.lua +++ b/Export/Classes/DatFile.lua @@ -286,4 +286,4 @@ function DatFileClass:ReadCellRaw(rowIndex, colIndex) local col = self.cols[colIndex] local base = self.rows[rowIndex] + col.offset return self.raw:byte(base, base + col.size - 1) -end \ No newline at end of file +end diff --git a/Export/Classes/DatListControl.lua b/Export/Classes/DatListControl.lua index 765f42c5..fca291d8 100644 --- a/Export/Classes/DatListControl.lua +++ b/Export/Classes/DatListControl.lua @@ -28,4 +28,4 @@ function DatListClass:OnAnyKeyDown(key) end end end -end \ No newline at end of file +end diff --git a/Export/Classes/SpecColListControl.lua b/Export/Classes/SpecColListControl.lua index 8ba692a8..3aa81ae2 100644 --- a/Export/Classes/SpecColListControl.lua +++ b/Export/Classes/SpecColListControl.lua @@ -29,4 +29,4 @@ function SpecColListClass:OnSelDelete(index, specCol) main:SetCurrentCol() main.curDatFile:OnSpecChanged() main.controls.rowList:BuildColumns() -end \ No newline at end of file +end diff --git a/Export/Main.lua b/Export/Main.lua index 66b2124c..9e8cdfef 100644 --- a/Export/Main.lua +++ b/Export/Main.lua @@ -644,4 +644,4 @@ do end end -return main \ No newline at end of file +return main diff --git a/Export/Minions/Minions.txt b/Export/Minions/Minions.txt index 1a7fc230..4b25660c 100644 --- a/Export/Minions/Minions.txt +++ b/Export/Minions/Minions.txt @@ -114,4 +114,4 @@ local minions, mod = ... #emit #monster Metadata/Monsters/Skitterbot/SkitterbotLightning SkitterbotLightning -#emit \ No newline at end of file +#emit diff --git a/Export/Minions/Spectres.txt b/Export/Minions/Spectres.txt index 0a347f0c..ea9440e9 100644 --- a/Export/Minions/Spectres.txt +++ b/Export/Minions/Spectres.txt @@ -191,4 +191,4 @@ local minions, mod = ... -- Ashblessed Warden #spectre Metadata/Monsters/LeagueHeist/Robot/RobotPyreKnightEliteSpectre -- Snow Rhex -#spectre Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArmouredBirdSpectre__ \ No newline at end of file +#spectre Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArmouredBirdSpectre__ diff --git a/Export/Minions/modmap.ini b/Export/Minions/modmap.ini index 0192dde2..dff3c0fd 100644 --- a/Export/Minions/modmap.ini +++ b/Export/Minions/modmap.ini @@ -45,4 +45,4 @@ mod("Speed", "MORE", 40, ModFlag.Attack) [MirrorArrowEnergyShield] mod("EnergyShield", "BASE", 10) [MonsterConvertToChaosHeraldOfAgony1] -mod("PhysicalDamageConvertToChaos", "BASE", 40) \ No newline at end of file +mod("PhysicalDamageConvertToChaos", "BASE", 40) diff --git a/Export/Scripts/bases.lua b/Export/Scripts/bases.lua index cb1c87f2..40f259d1 100644 --- a/Export/Scripts/bases.lua +++ b/Export/Scripts/bases.lua @@ -207,4 +207,4 @@ for _, name in pairs(itemTypes) do processTemplateFile(name, "Bases/", "../Data/Bases/", directiveTable) end -print("Item bases exported.") \ No newline at end of file +print("Item bases exported.") diff --git a/Export/Scripts/cluster.lua b/Export/Scripts/cluster.lua index 7f5bcc5e..2cfac8a5 100644 --- a/Export/Scripts/cluster.lua +++ b/Export/Scripts/cluster.lua @@ -68,4 +68,4 @@ out:write('\t},\n') out:write('}') out:close() -print("Cluster jewel data exported.") \ No newline at end of file +print("Cluster jewel data exported.") diff --git a/Export/Scripts/enchant.lua b/Export/Scripts/enchant.lua index 4e4594ac..df0563a0 100644 --- a/Export/Scripts/enchant.lua +++ b/Export/Scripts/enchant.lua @@ -218,4 +218,4 @@ end out:write('}') out:close() -print("Enchantments exported.") \ No newline at end of file +print("Enchantments exported.") diff --git a/Export/Scripts/legionPassives.lua b/Export/Scripts/legionPassives.lua index 7b1076e2..46f2972b 100644 --- a/Export/Scripts/legionPassives.lua +++ b/Export/Scripts/legionPassives.lua @@ -169,4 +169,4 @@ out:write("-- This file is automatically generated, do not edit!\n-- Item data ( out:write("return "..str) out:close() -print("Legion passives exported.") \ No newline at end of file +print("Legion passives exported.") diff --git a/Export/Scripts/masters.lua b/Export/Scripts/masters.lua index 4015edea..1fbc46f3 100644 --- a/Export/Scripts/masters.lua +++ b/Export/Scripts/masters.lua @@ -66,4 +66,4 @@ end out:write('}') out:close() -print("Master mods exported.") \ No newline at end of file +print("Master mods exported.") diff --git a/Export/Scripts/minions.lua b/Export/Scripts/minions.lua index 497c00d3..7c42b72c 100644 --- a/Export/Scripts/minions.lua +++ b/Export/Scripts/minions.lua @@ -152,4 +152,4 @@ for _, name in pairs({"Spectres","Minions"}) do processTemplateFile(name, "Minions/", "../Data/", directiveTable) end -print("Minion data exported.") \ No newline at end of file +print("Minion data exported.") diff --git a/Export/Scripts/mods.lua b/Export/Scripts/mods.lua index 764645f5..1a80efa4 100644 --- a/Export/Scripts/mods.lua +++ b/Export/Scripts/mods.lua @@ -95,4 +95,4 @@ writeMods("../Data/ModJewelCluster.lua", function(mod) return mod.Domain == 21 and (mod.GenerationType == 1 or mod.GenerationType == 2 or mod.GenerationType == 5) end) -print("Mods exported.") \ No newline at end of file +print("Mods exported.") diff --git a/Export/Scripts/skills.lua b/Export/Scripts/skills.lua index a132cb13..d08d2cca 100644 --- a/Export/Scripts/skills.lua +++ b/Export/Scripts/skills.lua @@ -445,4 +445,4 @@ end out:write('}') out:close() -print("Skill data exported.") \ No newline at end of file +print("Skill data exported.") diff --git a/Export/Skills/act_dex.txt b/Export/Skills/act_dex.txt index aca84c97..02af6f48 100644 --- a/Export/Skills/act_dex.txt +++ b/Export/Skills/act_dex.txt @@ -1428,4 +1428,4 @@ local skills, mod, flag, skill = ... #baseMod flag("Condition:CanBeElusive", { type = "GlobalEffect", effectType = "Buff" }) #baseMod mod("Dummy", "DUMMY", 1, 0, 0, { type = "Condition", var = "CanBeElusive" }) #baseMod skill("radius", 26) -#mods \ No newline at end of file +#mods diff --git a/Export/Skills/act_int.txt b/Export/Skills/act_int.txt index 4d7467d8..91031b32 100644 --- a/Export/Skills/act_int.txt +++ b/Export/Skills/act_int.txt @@ -1860,4 +1860,4 @@ local skills, mod, flag, skill = ... }, }, #baseMod skill("radius", 40) -#mods \ No newline at end of file +#mods diff --git a/Export/Skills/sup_dex.txt b/Export/Skills/sup_dex.txt index 69286d52..488a8610 100644 --- a/Export/Skills/sup_dex.txt +++ b/Export/Skills/sup_dex.txt @@ -465,4 +465,4 @@ local skills, mod, flag, skill = ... #mods #skill SupportChaosAttacks -#mods \ No newline at end of file +#mods diff --git a/Export/browse.lua b/Export/browse.lua index c99de9dc..eb35f484 100644 --- a/Export/browse.lua +++ b/Export/browse.lua @@ -108,4 +108,4 @@ while true do else print(msg) end -end \ No newline at end of file +end diff --git a/Export/passives.lua b/Export/passives.lua index 8cad28cd..e7747e78 100644 --- a/Export/passives.lua +++ b/Export/passives.lua @@ -22,4 +22,4 @@ end out:write('}') out:close() -print("Passives exported.") \ No newline at end of file +print("Passives exported.") diff --git a/Export/psg.lua b/Export/psg.lua index a76751d3..fd807cc2 100644 --- a/Export/psg.lua +++ b/Export/psg.lua @@ -242,4 +242,4 @@ out:close() os.execute("xcopy Tree\\tree.lua ..\\TreeData\\ /Y /Q") os.execute("xcopy Tree\\*-3* ..\\TreeData\\ /Y /Q") -print("Passive skill graph generated.") \ No newline at end of file +print("Passive skill graph generated.") diff --git a/Export/spec.lua b/Export/spec.lua index a9dc0e13..0c803877 100644 --- a/Export/spec.lua +++ b/Export/spec.lua @@ -5832,4 +5832,4 @@ return { }, ZanaQuests={ } -} \ No newline at end of file +}