Gestion des effets de l'equipement
This commit is contained in:
parent
b03b357c23
commit
d13a45fcc5
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
"name": "WH4-fr-translation",
|
"name": "WH4-fr-translation",
|
||||||
"title": "Traduction du module WH4 en Français.",
|
"title": "Traduction du module WH4 en Français.",
|
||||||
"description": "La traduction du module WH4.",
|
"description": "La traduction du module WH4.",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"minimumCoreVersion" : "0.7.1",
|
"minimumCoreVersion" : "0.7.1",
|
||||||
"compatibleCoreVersion": "0.7.9",
|
"compatibleCoreVersion": "0.7.9",
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3,8 +3,8 @@ package.path = package.path .. ";luajson/?.lua"
|
|||||||
local JSON = require"json"
|
local JSON = require"json"
|
||||||
|
|
||||||
--local talent_db = "../../WFRP4e-FoundryVTT/packs/talents.db"
|
--local talent_db = "../../WFRP4e-FoundryVTT/packs/talents.db"
|
||||||
local dbfile ='/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core/packs/spells.db'
|
local dbfile ='/home/morr/.local/share/FoundryVTT/Data/modules/wfrp4e-core/packs/trappings.db'
|
||||||
local jsonfile = "../compendium/wfrp4e-core.spells.json"
|
local jsonfile = "../compendium/wfrp4e-core.trappings.json"
|
||||||
|
|
||||||
local dbf = io.open(dbfile)
|
local dbf = io.open(dbfile)
|
||||||
|
|
||||||
|
1708
tools/witheffects.json
Normal file
1708
tools/witheffects.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user