File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44local statDescriptions = getStatDescriptors (" stat_descriptions.csd" )
55loadStatFile (" stat_descriptions.csd" )
66
7- -- not comprehensive. see moddomains table in export tool and enums.lua
7+ -- not comprehensive. see mod domains table in export tool and enums.lua
88local Domains = {
99 GenericMod = 1 ,
1010 FlaskCharm = 2 ,
@@ -156,7 +156,7 @@ local function writeMods(outName, condFunc)
156156 -- hashed with them. we don't want to hash e.g. the lower
157157 -- and upper range of # to # damage modifiers separately.
158158 if statsHashed [stat .Id ] then
159- goto innercontinue
159+ goto innerContinue
160160 end
161161
162162 -- tincture stat descriptions are in a separate file
@@ -170,7 +170,7 @@ local function writeMods(outName, condFunc)
170170 -- skip stats that are missing fields. these are most likely
171171 -- hidden stats or e.g. map stats
172172 if not statEntry or not statEntry .stats or not statEntry [1 ] then
173- goto innercontinue
173+ goto innerContinue
174174 end
175175
176176 -- match stats to the stat values on the mod and save them
@@ -215,7 +215,7 @@ local function writeMods(outName, condFunc)
215215
216216 local tradeHash = hashStats (stats )
217217 tradeHashes [tradeHash ] = description
218- :: innercontinue ::
218+ :: innerContinue ::
219219 end
220220 out :write (" tradeHashes = { " )
221221 for hash , desc in pairs (tradeHashes ) do
You can’t perform that action at this time.
0 commit comments