This commit is contained in:
2021-02-19 09:26:38 +01:00
parent 9acbb767bf
commit d639d16abe
5 changed files with 3660 additions and 2113 deletions

View File

@ -3,8 +3,8 @@ package.path = package.path .. ";luajson/?.lua"
local JSON = require"json"
--local talent_db = "../../WFRP4e-FoundryVTT/packs/talents.db"
local dbfile ='/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core/packs/trappings.db'
local jsonfile = "../compendium/wfrp4e-core.trappings.json"
local dbfile ='/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core/packs/criticals.db'
local jsonfile = "../compendium/wfrp4e-core.criticals.json"
local dbf = io.open(dbfile)

File diff suppressed because it is too large Load Diff