Fix background+landing pages

This commit is contained in:
LeRatierBretonnien 2024-03-15 12:10:44 +01:00
parent f99abb0966
commit e1990f88b4
42 changed files with 161 additions and 87 deletions

4
images/.directory Normal file
View File

@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2024,3,15,11,30,15.103
Version=4
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

4
images/assets/.directory Normal file
View File

@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2024,3,15,11,30,26.235
Version=4
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

4
images/ui/.directory Normal file
View File

@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2024,3,15,11,30,19.681
Version=4
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

View File

@ -53,9 +53,9 @@ export class EcrymeActorSheet extends ActorSheet {
cephalySkills: this.actor.getCephalySkills(),
subActors: duplicate(this.actor.getSubActors()),
annency: this.actor.getAnnency(),
description: await TextEditor.enrichHTML(this.object.system.description, { async: true }),
notes: await TextEditor.enrichHTML(this.object.system.notes, { async: true }),
equipementlibre: await TextEditor.enrichHTML(this.object.system.equipementlibre, { async: true }),
description: await TextEditor.enrichHTML(this.object.system.biodata.description, { async: true }),
notes: await TextEditor.enrichHTML(this.object.system.biodata.notes, { async: true }),
equipementlibre: await TextEditor.enrichHTML(this.object.system.equipmentfree, { async: true }),
options: this.options,
owner: this.document.isOwner,
editScore: this.options.editScore,

View File

@ -18,7 +18,6 @@ import { EcrymeItem } from "./items/ecryme-item.js";
import { EcrymeHotbar } from "./app/ecryme-hotbar.js"
import { EcrymeCharacterSummary } from "./app/ecryme-summary-app.js"
import { ECRYME_CONFIG } from "./common/ecryme-config.js"
import { ClassCounter} from "https://www.uberwald.me/fvtt_appcount/count-class-ready.js"
/* -------------------------------------------- */
/* Foundry VTT Initialization */
@ -68,7 +67,6 @@ Hooks.once("init", async function () {
EcrymeUtility.init()
console.log("Babele INIT!")
Babele.get().setSystemTranslationsDir("translated")
});
@ -84,6 +82,17 @@ function welcomeMessage() {
}
}
/* -------------------------------------------- */
async function importDefaultScene() {
let exists = game.scenes.find(j => j.name == "Landing page 1");
if (!exists) {
const scenes = await EcrymeUtility.loadCompendium("fvtt-ecryme.scenes")
let newDocuments = scenes.filter(i => i.name == "Landing page 1");
await game.scenes.documentClass.create(newDocuments);
game.scenes.find(i => i.name == "Landing page 1").activate();
}
}
/* -------------------------------------------- */
/* Foundry VTT Initialization */
/* -------------------------------------------- */
@ -98,10 +107,17 @@ Hooks.once("ready", function () {
});
}
ClassCounter.registerUsageCount()
import("https://www.uberwald.me/fvtt_appcount/count-class-ready.js").then(moduleCounter=>{
console.log("ClassCounter loaded", moduleCounter)
moduleCounter.ClassCounter.registerUsageCount()
}).catch(err=>
console.log("No stats available, giving up.")
)
welcomeMessage();
EcrymeUtility.ready()
EcrymeCharacterSummary.ready()
EcrymeUtility.ready();
EcrymeCharacterSummary.ready();
importDefaultScene();
})

View File

@ -1 +1 @@
MANIFEST-000110
MANIFEST-000122

View File

@ -1,7 +1,7 @@
2023/10/11-23:48:51.541808 7ffafd7f96c0 Recovering log #108
2023/10/11-23:48:51.552684 7ffafd7f96c0 Delete type=3 #106
2023/10/11-23:48:51.552736 7ffafd7f96c0 Delete type=0 #108
2023/10/12-08:26:09.141923 7ff865e026c0 Level-0 table #113: started
2023/10/12-08:26:09.141979 7ff865e026c0 Level-0 table #113: 0 bytes OK
2023/10/12-08:26:09.148564 7ff865e026c0 Delete type=0 #111
2023/10/12-08:26:09.156649 7ff865e026c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
2024/03/15-12:08:26.246276 7fee396006c0 Recovering log #120
2024/03/15-12:08:26.262508 7fee396006c0 Delete type=3 #118
2024/03/15-12:08:26.262560 7fee396006c0 Delete type=0 #120
2024/03/15-12:09:03.404439 7fee33e006c0 Level-0 table #125: started
2024/03/15-12:09:03.404513 7fee33e006c0 Level-0 table #125: 0 bytes OK
2024/03/15-12:09:03.412072 7fee33e006c0 Delete type=0 #123
2024/03/15-12:09:03.418373 7fee33e006c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/10-15:44:15.214470 7fb8baffd6c0 Recovering log #104
2023/10/10-15:44:15.228942 7fb8baffd6c0 Delete type=3 #102
2023/10/10-15:44:15.229018 7fb8baffd6c0 Delete type=0 #104
2023/10/10-16:47:17.816560 7fb8b97fa6c0 Level-0 table #109: started
2023/10/10-16:47:17.816585 7fb8b97fa6c0 Level-0 table #109: 0 bytes OK
2023/10/10-16:47:17.822797 7fb8b97fa6c0 Delete type=0 #107
2023/10/10-16:47:17.832584 7fb8b97fa6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
2024/03/15-11:36:32.744581 7fee3b4006c0 Recovering log #116
2024/03/15-11:36:32.754905 7fee3b4006c0 Delete type=3 #114
2024/03/15-11:36:32.754960 7fee3b4006c0 Delete type=0 #116
2024/03/15-11:37:15.094830 7fee33e006c0 Level-0 table #121: started
2024/03/15-11:37:15.094864 7fee33e006c0 Level-0 table #121: 0 bytes OK
2024/03/15-11:37:15.102032 7fee33e006c0 Delete type=0 #119
2024/03/15-11:37:15.119287 7fee33e006c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000046
MANIFEST-000058

View File

@ -1,8 +1,8 @@
2023/10/11-23:48:51.581592 7ffafdffa6c0 Recovering log #44
2023/10/11-23:48:51.591855 7ffafdffa6c0 Delete type=3 #42
2023/10/11-23:48:51.591921 7ffafdffa6c0 Delete type=0 #44
2023/10/12-08:26:09.156682 7ff865e026c0 Level-0 table #49: started
2023/10/12-08:26:09.156770 7ff865e026c0 Level-0 table #49: 0 bytes OK
2023/10/12-08:26:09.164722 7ff865e026c0 Delete type=0 #47
2023/10/12-08:26:09.174057 7ff865e026c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2023/10/12-08:26:09.174129 7ff865e026c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2024/03/15-12:08:26.306495 7fee3aa006c0 Recovering log #56
2024/03/15-12:08:26.316618 7fee3aa006c0 Delete type=3 #54
2024/03/15-12:08:26.316680 7fee3aa006c0 Delete type=0 #56
2024/03/15-12:09:03.431830 7fee33e006c0 Level-0 table #61: started
2024/03/15-12:09:03.431854 7fee33e006c0 Level-0 table #61: 0 bytes OK
2024/03/15-12:09:03.438391 7fee33e006c0 Delete type=0 #59
2024/03/15-12:09:03.438645 7fee33e006c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2024/03/15-12:09:03.438681 7fee33e006c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/10-15:44:15.264794 7fb8bb7fe6c0 Recovering log #40
2023/10/10-15:44:15.274945 7fb8bb7fe6c0 Delete type=3 #38
2023/10/10-15:44:15.275026 7fb8bb7fe6c0 Delete type=0 #40
2023/10/10-16:47:17.838950 7fb8b97fa6c0 Level-0 table #45: started
2023/10/10-16:47:17.838969 7fb8b97fa6c0 Level-0 table #45: 0 bytes OK
2023/10/10-16:47:17.846123 7fb8b97fa6c0 Delete type=0 #43
2023/10/10-16:47:17.846349 7fb8b97fa6c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2023/10/10-16:47:17.846379 7fb8b97fa6c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2024/03/15-11:36:32.800015 7fee3aa006c0 Recovering log #52
2024/03/15-11:36:32.809877 7fee3aa006c0 Delete type=3 #50
2024/03/15-11:36:32.809946 7fee3aa006c0 Delete type=0 #52
2024/03/15-11:37:15.125674 7fee33e006c0 Level-0 table #57: started
2024/03/15-11:37:15.125696 7fee33e006c0 Level-0 table #57: 0 bytes OK
2024/03/15-11:37:15.132809 7fee33e006c0 Delete type=0 #55
2024/03/15-11:37:15.133076 7fee33e006c0 Manual compaction at level-0 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2024/03/15-11:37:15.133134 7fee33e006c0 Manual compaction at level-1 from '!journal!N3XOO6dRLuKwQfp2' @ 72057594037927935 : 1 .. '!journal.pages!N3XOO6dRLuKwQfp2.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000110
MANIFEST-000122

View File

@ -1,7 +1,7 @@
2023/10/11-23:48:51.568912 7ff867fff6c0 Recovering log #108
2023/10/11-23:48:51.579440 7ff867fff6c0 Delete type=3 #106
2023/10/11-23:48:51.579511 7ff867fff6c0 Delete type=0 #108
2023/10/12-08:26:09.164906 7ff865e026c0 Level-0 table #113: started
2023/10/12-08:26:09.164969 7ff865e026c0 Level-0 table #113: 0 bytes OK
2023/10/12-08:26:09.173679 7ff865e026c0 Delete type=0 #111
2023/10/12-08:26:09.174093 7ff865e026c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
2024/03/15-12:08:26.294104 7fee396006c0 Recovering log #120
2024/03/15-12:08:26.304385 7fee396006c0 Delete type=3 #118
2024/03/15-12:08:26.304465 7fee396006c0 Delete type=0 #120
2024/03/15-12:09:03.425550 7fee33e006c0 Level-0 table #125: started
2024/03/15-12:09:03.425581 7fee33e006c0 Level-0 table #125: 0 bytes OK
2024/03/15-12:09:03.431713 7fee33e006c0 Delete type=0 #123
2024/03/15-12:09:03.438625 7fee33e006c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/10-15:44:15.251468 7fb8ba7fc6c0 Recovering log #104
2023/10/10-15:44:15.263005 7fb8ba7fc6c0 Delete type=3 #102
2023/10/10-15:44:15.263083 7fb8ba7fc6c0 Delete type=0 #104
2023/10/10-16:47:17.832601 7fb8b97fa6c0 Level-0 table #109: started
2023/10/10-16:47:17.832642 7fb8b97fa6c0 Level-0 table #109: 0 bytes OK
2023/10/10-16:47:17.838860 7fb8b97fa6c0 Delete type=0 #107
2023/10/10-16:47:17.846327 7fb8b97fa6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
2024/03/15-11:36:32.787457 7fee396006c0 Recovering log #116
2024/03/15-11:36:32.797573 7fee396006c0 Delete type=3 #114
2024/03/15-11:36:32.797918 7fee396006c0 Delete type=0 #116
2024/03/15-11:37:15.119298 7fee33e006c0 Level-0 table #121: started
2024/03/15-11:37:15.119321 7fee33e006c0 Level-0 table #121: 0 bytes OK
2024/03/15-11:37:15.125565 7fee33e006c0 Delete type=0 #119
2024/03/15-11:37:15.133015 7fee33e006c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)

BIN
packs/scenes/000005.ldb Normal file

Binary file not shown.

1
packs/scenes/CURRENT Normal file
View File

@ -0,0 +1 @@
MANIFEST-000006

8
packs/scenes/LOG Normal file
View File

@ -0,0 +1,8 @@
2024/03/15-12:08:26.281286 7fee396006c0 Recovering log #4
2024/03/15-12:08:26.291076 7fee396006c0 Delete type=3 #2
2024/03/15-12:08:26.291124 7fee396006c0 Delete type=0 #4
2024/03/15-12:09:03.418395 7fee33e006c0 Level-0 table #9: started
2024/03/15-12:09:03.418438 7fee33e006c0 Level-0 table #9: 0 bytes OK
2024/03/15-12:09:03.425447 7fee33e006c0 Delete type=0 #7
2024/03/15-12:09:03.438599 7fee33e006c0 Manual compaction at level-0 from '!scenes!YYBr138LR7ntGFdo' @ 72057594037927935 : 1 .. '!scenes!wJJTdzEVyJpkUXaM' @ 0 : 0; will stop at (end)
2024/03/15-12:09:03.438664 7fee33e006c0 Manual compaction at level-1 from '!scenes!YYBr138LR7ntGFdo' @ 72057594037927935 : 1 .. '!scenes!wJJTdzEVyJpkUXaM' @ 0 : 0; will stop at (end)

5
packs/scenes/LOG.old Normal file
View File

@ -0,0 +1,5 @@
2024/03/15-11:36:32.784966 7fee396006c0 Delete type=3 #1
2024/03/15-11:37:15.108793 7fee33e006c0 Level-0 table #5: started
2024/03/15-11:37:15.112379 7fee33e006c0 Level-0 table #5: 1287 bytes OK
2024/03/15-11:37:15.119185 7fee33e006c0 Delete type=0 #3
2024/03/15-11:37:15.125663 7fee33e006c0 Manual compaction at level-0 from '!scenes!YYBr138LR7ntGFdo' @ 72057594037927935 : 1 .. '!scenes!wJJTdzEVyJpkUXaM' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

View File

@ -1 +1 @@
MANIFEST-000110
MANIFEST-000122

View File

@ -1,7 +1,7 @@
2023/10/11-23:48:51.528323 7ffafdffa6c0 Recovering log #108
2023/10/11-23:48:51.539236 7ffafdffa6c0 Delete type=3 #106
2023/10/11-23:48:51.539371 7ffafdffa6c0 Delete type=0 #108
2023/10/12-08:26:09.134584 7ff865e026c0 Level-0 table #113: started
2023/10/12-08:26:09.134646 7ff865e026c0 Level-0 table #113: 0 bytes OK
2023/10/12-08:26:09.141658 7ff865e026c0 Delete type=0 #111
2023/10/12-08:26:09.148759 7ff865e026c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
2024/03/15-12:08:26.233305 7fee3aa006c0 Recovering log #120
2024/03/15-12:08:26.243263 7fee3aa006c0 Delete type=3 #118
2024/03/15-12:08:26.243340 7fee3aa006c0 Delete type=0 #120
2024/03/15-12:09:03.377683 7fee33e006c0 Level-0 table #125: started
2024/03/15-12:09:03.377713 7fee33e006c0 Level-0 table #125: 0 bytes OK
2024/03/15-12:09:03.383693 7fee33e006c0 Delete type=0 #123
2024/03/15-12:09:03.383828 7fee33e006c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/10-15:44:15.196298 7fb8bb7fe6c0 Recovering log #104
2023/10/10-15:44:15.211750 7fb8bb7fe6c0 Delete type=3 #102
2023/10/10-15:44:15.211839 7fb8bb7fe6c0 Delete type=0 #104
2023/10/10-16:47:17.809484 7fb8b97fa6c0 Level-0 table #109: started
2023/10/10-16:47:17.809511 7fb8b97fa6c0 Level-0 table #109: 0 bytes OK
2023/10/10-16:47:17.816437 7fb8b97fa6c0 Delete type=0 #107
2023/10/10-16:47:17.832558 7fb8b97fa6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
2024/03/15-11:36:32.732586 7fee3a0006c0 Recovering log #116
2024/03/15-11:36:32.741979 7fee3a0006c0 Delete type=3 #114
2024/03/15-11:36:32.742032 7fee3a0006c0 Delete type=0 #116
2024/03/15-11:37:15.078700 7fee33e006c0 Level-0 table #121: started
2024/03/15-11:37:15.078734 7fee33e006c0 Level-0 table #121: 0 bytes OK
2024/03/15-11:37:15.085219 7fee33e006c0 Delete type=0 #119
2024/03/15-11:37:15.085375 7fee33e006c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)

0
packs/traits/000124.log Normal file
View File

View File

@ -1 +1 @@
MANIFEST-000110
MANIFEST-000122

View File

@ -1,7 +1,7 @@
2023/10/11-23:48:51.555605 7ffafcff86c0 Recovering log #108
2023/10/11-23:48:51.566715 7ffafcff86c0 Delete type=3 #106
2023/10/11-23:48:51.566824 7ffafcff86c0 Delete type=0 #108
2023/10/12-08:26:09.148992 7ff865e026c0 Level-0 table #113: started
2023/10/12-08:26:09.149043 7ff865e026c0 Level-0 table #113: 0 bytes OK
2023/10/12-08:26:09.156386 7ff865e026c0 Delete type=0 #111
2023/10/12-08:26:09.173997 7ff865e026c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
2024/03/15-12:08:26.264913 7fee3aa006c0 Recovering log #120
2024/03/15-12:08:26.279081 7fee3aa006c0 Delete type=3 #118
2024/03/15-12:08:26.279134 7fee3aa006c0 Delete type=0 #120
2024/03/15-12:09:03.412189 7fee33e006c0 Level-0 table #125: started
2024/03/15-12:09:03.412214 7fee33e006c0 Level-0 table #125: 0 bytes OK
2024/03/15-12:09:03.418237 7fee33e006c0 Delete type=0 #123
2024/03/15-12:09:03.431821 7fee33e006c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2023/10/10-15:44:15.233698 7fb8b9ffb6c0 Recovering log #104
2023/10/10-15:44:15.249165 7fb8b9ffb6c0 Delete type=3 #102
2023/10/10-15:44:15.249275 7fb8b9ffb6c0 Delete type=0 #104
2023/10/10-16:47:17.823003 7fb8b97fa6c0 Level-0 table #109: started
2023/10/10-16:47:17.823041 7fb8b97fa6c0 Level-0 table #109: 0 bytes OK
2023/10/10-16:47:17.832350 7fb8b97fa6c0 Delete type=0 #107
2023/10/10-16:47:17.838938 7fb8b97fa6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
2024/03/15-11:36:32.757613 7fee3a0006c0 Recovering log #116
2024/03/15-11:36:32.768867 7fee3a0006c0 Delete type=3 #114
2024/03/15-11:36:32.768966 7fee3a0006c0 Delete type=0 #116
2024/03/15-11:37:15.102318 7fee33e006c0 Level-0 table #121: started
2024/03/15-11:37:15.102363 7fee33e006c0 Level-0 table #121: 0 bytes OK
2024/03/15-11:37:15.108565 7fee33e006c0 Delete type=0 #119
2024/03/15-11:37:15.125646 7fee33e006c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)

View File

@ -62,6 +62,18 @@
"ASSISTANT": "OWNER"
}
},
{
"label": "Scenes",
"type": "Scene",
"name": "scenes",
"path": "packs/scenes",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Maneuvers",
"type": "Item",
@ -111,7 +123,7 @@
},
"title": "Ecryme, le Jeu de Rôles",
"url": "https://www.uberwald.me/gitea/public/fvtt-ecryme",
"version": "11.0.37",
"download": "https://www.uberwald.me/gitea/public/fvtt-ecryme/archive/fvtt-ecryme-v11.0.37.zip",
"version": "11.0.38",
"download": "https://www.uberwald.me/gitea/public/fvtt-ecryme/archive/fvtt-ecryme-v11.0.38.zip",
"background": "systems/fvtt-ecryme/images/assets/ecryme_extract_panel_01.webp"
}

View File

@ -2,6 +2,18 @@
"label": "Equipement",
"mapping": {
"description": "system.description"
},
"folders": {
"Armor": "Armure",
"Weapons": "Armes",
"Clothing": "Vêtements",
"Food": "Nourriture",
"Lighting": "Eclairage",
"Miscellany" : "Divers",
"Musical instruments": "Instruments de musique",
"Reading, writing, recording": "Lecture, écriture, enregistrement",
"Travel equipment": "Equipement de voyage",
"Vehicle": "Véhicule"
},
"entries": {
"Absinthe": {

View File

@ -2,6 +2,11 @@
"label": "Spécialisation",
"mapping": {
"description": "system.description"
},
"folders": {
"Mental": "Mentale",
"Physical": "Physique",
"Spocial": "Sociale"
},
"entries": {
"Aircraft": {

View File

@ -2,6 +2,9 @@
"label": "Traits",
"mapping": {
"description": "system.description"
},
"folders": {
"Maneuvers": "Manoeuvres"
},
"entries": {
"Ability to stay calm": {