Add trailing empty line

This commit is contained in:
ppoelzl
2020-12-03 23:43:45 +01:00
parent 17b67372b8
commit 60e2ced234
22 changed files with 22 additions and 22 deletions

View File

@@ -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
end

View File

@@ -28,4 +28,4 @@ function DatListClass:OnAnyKeyDown(key)
end
end
end
end
end

View File

@@ -29,4 +29,4 @@ function SpecColListClass:OnSelDelete(index, specCol)
main:SetCurrentCol()
main.curDatFile:OnSpecChanged()
main.controls.rowList:BuildColumns()
end
end

View File

@@ -644,4 +644,4 @@ do
end
end
return main
return main

View File

@@ -114,4 +114,4 @@ local minions, mod = ...
#emit
#monster Metadata/Monsters/Skitterbot/SkitterbotLightning SkitterbotLightning
#emit
#emit

View File

@@ -191,4 +191,4 @@ local minions, mod = ...
-- Ashblessed Warden
#spectre Metadata/Monsters/LeagueHeist/Robot/RobotPyreKnightEliteSpectre
-- Snow Rhex
#spectre Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArmouredBirdSpectre__
#spectre Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArmouredBirdSpectre__

View File

@@ -45,4 +45,4 @@ mod("Speed", "MORE", 40, ModFlag.Attack)
[MirrorArrowEnergyShield]
mod("EnergyShield", "BASE", 10)
[MonsterConvertToChaosHeraldOfAgony1]
mod("PhysicalDamageConvertToChaos", "BASE", 40)
mod("PhysicalDamageConvertToChaos", "BASE", 40)

View File

@@ -207,4 +207,4 @@ for _, name in pairs(itemTypes) do
processTemplateFile(name, "Bases/", "../Data/Bases/", directiveTable)
end
print("Item bases exported.")
print("Item bases exported.")

View File

@@ -68,4 +68,4 @@ out:write('\t},\n')
out:write('}')
out:close()
print("Cluster jewel data exported.")
print("Cluster jewel data exported.")

View File

@@ -218,4 +218,4 @@ end
out:write('}')
out:close()
print("Enchantments exported.")
print("Enchantments exported.")

View File

@@ -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.")
print("Legion passives exported.")

View File

@@ -66,4 +66,4 @@ end
out:write('}')
out:close()
print("Master mods exported.")
print("Master mods exported.")

View File

@@ -152,4 +152,4 @@ for _, name in pairs({"Spectres","Minions"}) do
processTemplateFile(name, "Minions/", "../Data/", directiveTable)
end
print("Minion data exported.")
print("Minion data exported.")

View File

@@ -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.")
print("Mods exported.")

View File

@@ -445,4 +445,4 @@ end
out:write('}')
out:close()
print("Skill data exported.")
print("Skill data exported.")

View File

@@ -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
#mods

View File

@@ -1860,4 +1860,4 @@ local skills, mod, flag, skill = ...
},
},
#baseMod skill("radius", 40)
#mods
#mods

View File

@@ -465,4 +465,4 @@ local skills, mod, flag, skill = ...
#mods
#skill SupportChaosAttacks
#mods
#mods

View File

@@ -108,4 +108,4 @@ while true do
else
print(msg)
end
end
end

View File

@@ -22,4 +22,4 @@ end
out:write('}')
out:close()
print("Passives exported.")
print("Passives exported.")

View File

@@ -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.")
print("Passive skill graph generated.")

View File

@@ -5832,4 +5832,4 @@ return {
},
ZanaQuests={
}
}
}