Skip to content

Commit ed256b2

Browse files
authored
Merge pull request #607 from Lavaeolous/v4.0.2
V4.0.2
2 parents beae65e + 101d7fa commit ed256b2

7 files changed

Lines changed: 94 additions & 138 deletions

File tree

pf1-statblock-converter/module.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"url": "https://github.com/Lavaeolous/PF1-StatBlock-Converter-Module",
1212
"bugs": "https://github.com/Lavaeolous/PF1-StatBlock-Converter-Module/issues",
1313
"manifest": "https://github.com/Lavaeolous/PF1-StatBlock-Converter-Module/releases/latest/download/module.json",
14-
"download": "https://github.com/Lavaeolous/PF1-StatBlock-Converter-Module/releases/download/v4.0.0/4.0.0_pf1-statblock-converter.zip",
15-
"version": "4.0.0",
14+
"download": "https://github.com/Lavaeolous/PF1-StatBlock-Converter-Module/releases/download/v4.0.2/4.0.2_pf1-statblock-converter.zip",
15+
"version": "4.0.2",
1616
"compatibility": {
1717
"minimum": "10",
18-
"verified": "10.286",
18+
"verified": "10.288",
1919
"maximum": "10"
2020
},
2121
"esmodules": [

pf1-statblock-converter/scripts/sbcConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const sbcConfig = {};
77
/* ------------------------------------ */
88

99
sbcConfig.modData = {
10-
"version": "4.0.0",
10+
"version": "4.0.2",
1111
"mod": "pf1-statblock-converter",
1212
"modName": "sbc | PF1 Statblock Converter"
1313
}

pf1-statblock-converter/scripts/sbcData.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ export class sbcData {
1010
static characterData = {}
1111
static notes = {}
1212
static customFolderId = ""
13+
static treasureParsing = {
14+
treasureToParse: "",
15+
lineToRemove: 0,
16+
statisticsStartLine: 0
17+
}
1318

1419
}
1520

0 commit comments

Comments
 (0)