Gestion des effets de l'equipement

This commit is contained in:
2021-02-14 09:55:01 +01:00
parent b03b357c23
commit d13a45fcc5
5 changed files with 3431 additions and 1204 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/spells.db'
local jsonfile = "../compendium/wfrp4e-core.spells.json"
local dbfile ='/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core/packs/trappings.db'
local jsonfile = "../compendium/wfrp4e-core.trappings.json"
local dbf = io.open(dbfile)

1708
tools/witheffects.json Normal file

File diff suppressed because it is too large Load Diff