forked from public/foundryvtt-wh4-lang-fr-fr
Sync with lates doom + fix elfe sylvain
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
package.path = package.path .. ";luajson/?.lua"
|
||||
local JSON = require"json"
|
||||
|
||||
local path_in = "../tables/winds.json"
|
||||
local path_in = "../tables/doom2.json"
|
||||
local f1 = io.open(path_in, "r")
|
||||
local strjson = f1:read("*a")
|
||||
f1:close()
|
||||
@ -15,7 +15,7 @@ for idx, row in pairs(tabData.rows) do
|
||||
local max = row.range[2]
|
||||
local field = tostring(min).."-"..tostring(max)
|
||||
--results[field] = "<b>"..row.name.."</b>:"..row.description
|
||||
results[field] = row.modifier
|
||||
results[field] = row.description
|
||||
print(field, row.name)
|
||||
--end
|
||||
end
|
||||
|
Reference in New Issue
Block a user