Script renamed...
This commit is contained in:
parent
54c31acf6c
commit
7bb5d88149
@ -176,6 +176,7 @@ class WFRP4eNightOfBloodInitializationSetup {
|
|||||||
WFRP4eNightOfBloodInitializationSetup.setEmbeddedEntities()
|
WFRP4eNightOfBloodInitializationSetup.setEmbeddedEntities()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** This gets every folder in the system */
|
||||||
static async displayFolders() {
|
static async displayFolders() {
|
||||||
let array = [];
|
let array = [];
|
||||||
game.folders.entities.forEach(async f => {
|
game.folders.entities.forEach(async f => {
|
@ -2,14 +2,14 @@
|
|||||||
"name": "wfrp4e-night-of-blood",
|
"name": "wfrp4e-night-of-blood",
|
||||||
"title": "Night of Blood (WFRP 4e)",
|
"title": "Night of Blood (WFRP 4e)",
|
||||||
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
|
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1.1",
|
||||||
"author": "Stu",
|
"author": "Stu",
|
||||||
"systems": ["wfrp4e"],
|
"systems": ["wfrp4e"],
|
||||||
"styles": [
|
"styles": [
|
||||||
"./styles.css"
|
"./styles.css"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"initialization.js"
|
"init.js"
|
||||||
],
|
],
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user