Gestion des effets de l'equipement

This commit is contained in:
sladecraven 2021-02-14 09:55:01 +01:00
parent b03b357c23
commit d13a45fcc5
5 changed files with 3431 additions and 1204 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
"version": "1.4.5",
"version": "1.4.6",
"minimumCoreVersion" : "0.7.1",
"compatibleCoreVersion": "0.7.9",
"author": "LeRatierBretonnien",

File diff suppressed because one or more lines are too long

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