5etools-utils 0.13.19 → 0.13.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/brew/deities.json +1 -1
- package/schema/brew/entry.json +2 -1
- package/schema/brew/homebrew.json +1 -1
- package/schema/brew/sources-5etools.json +1 -1
- package/schema/brew/util-copy.json +1 -1
- package/schema/brew/util-edition.json +1 -1
- package/schema/brew/util-foundry.json +64 -4
- package/schema/brew/util-token.json +1 -1
- package/schema/brew/util.json +1 -1
- package/schema/brew-fast/deities.json +1 -1
- package/schema/brew-fast/entry.json +2 -1
- package/schema/brew-fast/homebrew.json +1 -1
- package/schema/brew-fast/sources-5etools.json +1 -1
- package/schema/brew-fast/util-copy.json +1 -1
- package/schema/brew-fast/util-edition.json +1 -1
- package/schema/brew-fast/util-foundry.json +64 -4
- package/schema/brew-fast/util-token.json +1 -1
- package/schema/brew-fast/util.json +1 -1
- package/schema/site/entry.json +2 -1
- package/schema/site/homebrew.json +1 -1
- package/schema/site/sources-5etools.json +1 -1
- package/schema/site/util-copy.json +1 -1
- package/schema/site/util-edition.json +1 -1
- package/schema/site/util-foundry.json +64 -4
- package/schema/site/util-token.json +1 -1
- package/schema/site/util.json +1 -1
- package/schema/site-fast/entry.json +2 -1
- package/schema/site-fast/homebrew.json +1 -1
- package/schema/site-fast/sources-5etools.json +1 -1
- package/schema/site-fast/util-copy.json +1 -1
- package/schema/site-fast/util-edition.json +1 -1
- package/schema/site-fast/util-foundry.json +64 -4
- package/schema/site-fast/util-token.json +1 -1
- package/schema/site-fast/util.json +1 -1
- package/schema/ua/entry.json +2 -1
- package/schema/ua/homebrew.json +1 -1
- package/schema/ua/sources-5etools.json +1 -1
- package/schema/ua/util-copy.json +1 -1
- package/schema/ua/util-edition.json +1 -1
- package/schema/ua/util-foundry.json +64 -4
- package/schema/ua/util-token.json +1 -1
- package/schema/ua/util.json +1 -1
- package/schema/ua-fast/entry.json +2 -1
- package/schema/ua-fast/homebrew.json +1 -1
- package/schema/ua-fast/sources-5etools.json +1 -1
- package/schema/ua-fast/util-copy.json +1 -1
- package/schema/ua-fast/util-edition.json +1 -1
- package/schema/ua-fast/util-foundry.json +64 -4
- package/schema/ua-fast/util-token.json +1 -1
- package/schema/ua-fast/util.json +1 -1
package/package.json
CHANGED
package/schema/brew/deities.json
CHANGED
package/schema/brew/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -926,6 +926,7 @@
|
|
|
926
926
|
"list-decimal",
|
|
927
927
|
"list-hang",
|
|
928
928
|
"list-hang-notitle",
|
|
929
|
+
"list-hang-subtrait",
|
|
929
930
|
"list-lower-roman",
|
|
930
931
|
"list-upper-roman",
|
|
931
932
|
"list-name",
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"markdownDescription": "A context-sensitive behaviour hint. Generally, entities marked with "edition": "one" will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an "edition" or using "edition": "classic" may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the "Modern (2024)" rules version: non-"one" species will be stripped of their ability scores; non-"one" backgrounds will gain extra ability scores; etc."
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1019,6 +1019,9 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"type": "object",
|
|
1021
1021
|
"properties": {
|
|
1022
|
+
"name": {
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1022
1025
|
"cr": {
|
|
1023
1026
|
"type": "string"
|
|
1024
1027
|
},
|
|
@@ -1029,6 +1032,12 @@
|
|
|
1029
1032
|
},
|
|
1030
1033
|
"minItems": 1,
|
|
1031
1034
|
"uniqueItems": true
|
|
1035
|
+
},
|
|
1036
|
+
"count": {
|
|
1037
|
+
"type": [
|
|
1038
|
+
"integer",
|
|
1039
|
+
"string"
|
|
1040
|
+
]
|
|
1032
1041
|
}
|
|
1033
1042
|
},
|
|
1034
1043
|
"additionalProperties": false,
|
|
@@ -1043,6 +1052,23 @@
|
|
|
1043
1052
|
"uuid": {
|
|
1044
1053
|
"type": "string",
|
|
1045
1054
|
"pattern": "^@creature\\[.*\\]$"
|
|
1055
|
+
},
|
|
1056
|
+
"count": {
|
|
1057
|
+
"type": [
|
|
1058
|
+
"integer",
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"level": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"min": {
|
|
1066
|
+
"type": "integer"
|
|
1067
|
+
},
|
|
1068
|
+
"max": {
|
|
1069
|
+
"type": "integer"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1046
1072
|
}
|
|
1047
1073
|
},
|
|
1048
1074
|
"additionalProperties": false,
|
|
@@ -1263,10 +1289,14 @@
|
|
|
1263
1289
|
"surprised",
|
|
1264
1290
|
"transformed",
|
|
1265
1291
|
"unconscious",
|
|
1292
|
+
"coverHalf",
|
|
1293
|
+
"coverThreeQuarters",
|
|
1294
|
+
"dead",
|
|
1266
1295
|
"dodging",
|
|
1296
|
+
"ethereal",
|
|
1267
1297
|
"hiding",
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1298
|
+
"marked",
|
|
1299
|
+
"stable"
|
|
1270
1300
|
]
|
|
1271
1301
|
},
|
|
1272
1302
|
"markdownDescription": "Dumped via e.g. copy(Object.keys(CONFIG.DND5E.conditionTypes).sort())"
|
|
@@ -1333,6 +1363,36 @@
|
|
|
1333
1363
|
}
|
|
1334
1364
|
]
|
|
1335
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"description": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated.",
|
|
1368
|
+
"allOf": [
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "object",
|
|
1374
|
+
"required": [
|
|
1375
|
+
"name"
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"markdownDescription": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated.",
|
|
1383
|
+
"allOf": [
|
|
1384
|
+
{
|
|
1385
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"required": [
|
|
1390
|
+
"duration"
|
|
1391
|
+
]
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"markdownDescription": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated."
|
|
1395
|
+
},
|
|
1336
1396
|
{
|
|
1337
1397
|
"description": "An effect with no functional changes, but descriptive text. Should only be used for effects which cannot be otherwise automated.",
|
|
1338
1398
|
"allOf": [
|
|
@@ -1645,4 +1705,4 @@
|
|
|
1645
1705
|
}
|
|
1646
1706
|
}
|
|
1647
1707
|
}
|
|
1648
|
-
}
|
|
1708
|
+
}
|
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -926,6 +926,7 @@
|
|
|
926
926
|
"list-decimal",
|
|
927
927
|
"list-hang",
|
|
928
928
|
"list-hang-notitle",
|
|
929
|
+
"list-hang-subtrait",
|
|
929
930
|
"list-lower-roman",
|
|
930
931
|
"list-upper-roman",
|
|
931
932
|
"list-name",
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"markdownDescription": "A context-sensitive behaviour hint. Generally, entities marked with "edition": "one" will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an "edition" or using "edition": "classic" may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the "Modern (2024)" rules version: non-"one" species will be stripped of their ability scores; non-"one" backgrounds will gain extra ability scores; etc."
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1019,6 +1019,9 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"type": "object",
|
|
1021
1021
|
"properties": {
|
|
1022
|
+
"name": {
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1022
1025
|
"cr": {
|
|
1023
1026
|
"type": "string"
|
|
1024
1027
|
},
|
|
@@ -1029,6 +1032,12 @@
|
|
|
1029
1032
|
},
|
|
1030
1033
|
"minItems": 1,
|
|
1031
1034
|
"uniqueItems": true
|
|
1035
|
+
},
|
|
1036
|
+
"count": {
|
|
1037
|
+
"type": [
|
|
1038
|
+
"integer",
|
|
1039
|
+
"string"
|
|
1040
|
+
]
|
|
1032
1041
|
}
|
|
1033
1042
|
},
|
|
1034
1043
|
"additionalProperties": false,
|
|
@@ -1043,6 +1052,23 @@
|
|
|
1043
1052
|
"uuid": {
|
|
1044
1053
|
"type": "string",
|
|
1045
1054
|
"pattern": "^@creature\\[.*\\]$"
|
|
1055
|
+
},
|
|
1056
|
+
"count": {
|
|
1057
|
+
"type": [
|
|
1058
|
+
"integer",
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"level": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"min": {
|
|
1066
|
+
"type": "integer"
|
|
1067
|
+
},
|
|
1068
|
+
"max": {
|
|
1069
|
+
"type": "integer"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1046
1072
|
}
|
|
1047
1073
|
},
|
|
1048
1074
|
"additionalProperties": false,
|
|
@@ -1263,10 +1289,14 @@
|
|
|
1263
1289
|
"surprised",
|
|
1264
1290
|
"transformed",
|
|
1265
1291
|
"unconscious",
|
|
1292
|
+
"coverHalf",
|
|
1293
|
+
"coverThreeQuarters",
|
|
1294
|
+
"dead",
|
|
1266
1295
|
"dodging",
|
|
1296
|
+
"ethereal",
|
|
1267
1297
|
"hiding",
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1298
|
+
"marked",
|
|
1299
|
+
"stable"
|
|
1270
1300
|
]
|
|
1271
1301
|
},
|
|
1272
1302
|
"markdownDescription": "Dumped via e.g. copy(Object.keys(CONFIG.DND5E.conditionTypes).sort())"
|
|
@@ -1333,6 +1363,36 @@
|
|
|
1333
1363
|
}
|
|
1334
1364
|
]
|
|
1335
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"description": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated.",
|
|
1368
|
+
"allOf": [
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "object",
|
|
1374
|
+
"required": [
|
|
1375
|
+
"name"
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"markdownDescription": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated.",
|
|
1383
|
+
"allOf": [
|
|
1384
|
+
{
|
|
1385
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"required": [
|
|
1390
|
+
"duration"
|
|
1391
|
+
]
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"markdownDescription": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated."
|
|
1395
|
+
},
|
|
1336
1396
|
{
|
|
1337
1397
|
"description": "An effect with no functional changes, but descriptive text. Should only be used for effects which cannot be otherwise automated.",
|
|
1338
1398
|
"allOf": [
|
|
@@ -1645,4 +1705,4 @@
|
|
|
1645
1705
|
}
|
|
1646
1706
|
}
|
|
1647
1707
|
}
|
|
1648
|
-
}
|
|
1708
|
+
}
|
package/schema/site/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1062,6 +1062,7 @@
|
|
|
1062
1062
|
"list-decimal",
|
|
1063
1063
|
"list-hang",
|
|
1064
1064
|
"list-hang-notitle",
|
|
1065
|
+
"list-hang-subtrait",
|
|
1065
1066
|
"list-lower-roman",
|
|
1066
1067
|
"list-upper-roman",
|
|
1067
1068
|
"list-name",
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"markdownDescription": "A context-sensitive behaviour hint. Generally, entities marked with "edition": "one" will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an "edition" or using "edition": "classic" may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the "Modern (2024)" rules version: non-"one" species will be stripped of their ability scores; non-"one" backgrounds will gain extra ability scores; etc."
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1019,6 +1019,9 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"type": "object",
|
|
1021
1021
|
"properties": {
|
|
1022
|
+
"name": {
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1022
1025
|
"cr": {
|
|
1023
1026
|
"type": "string"
|
|
1024
1027
|
},
|
|
@@ -1029,6 +1032,12 @@
|
|
|
1029
1032
|
},
|
|
1030
1033
|
"minItems": 1,
|
|
1031
1034
|
"uniqueItems": true
|
|
1035
|
+
},
|
|
1036
|
+
"count": {
|
|
1037
|
+
"type": [
|
|
1038
|
+
"integer",
|
|
1039
|
+
"string"
|
|
1040
|
+
]
|
|
1032
1041
|
}
|
|
1033
1042
|
},
|
|
1034
1043
|
"additionalProperties": false,
|
|
@@ -1043,6 +1052,23 @@
|
|
|
1043
1052
|
"uuid": {
|
|
1044
1053
|
"type": "string",
|
|
1045
1054
|
"pattern": "^@creature\\[.*\\]$"
|
|
1055
|
+
},
|
|
1056
|
+
"count": {
|
|
1057
|
+
"type": [
|
|
1058
|
+
"integer",
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"level": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"min": {
|
|
1066
|
+
"type": "integer"
|
|
1067
|
+
},
|
|
1068
|
+
"max": {
|
|
1069
|
+
"type": "integer"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1046
1072
|
}
|
|
1047
1073
|
},
|
|
1048
1074
|
"additionalProperties": false,
|
|
@@ -1263,10 +1289,14 @@
|
|
|
1263
1289
|
"surprised",
|
|
1264
1290
|
"transformed",
|
|
1265
1291
|
"unconscious",
|
|
1292
|
+
"coverHalf",
|
|
1293
|
+
"coverThreeQuarters",
|
|
1294
|
+
"dead",
|
|
1266
1295
|
"dodging",
|
|
1296
|
+
"ethereal",
|
|
1267
1297
|
"hiding",
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1298
|
+
"marked",
|
|
1299
|
+
"stable"
|
|
1270
1300
|
]
|
|
1271
1301
|
},
|
|
1272
1302
|
"markdownDescription": "Dumped via e.g. copy(Object.keys(CONFIG.DND5E.conditionTypes).sort())"
|
|
@@ -1333,6 +1363,36 @@
|
|
|
1333
1363
|
}
|
|
1334
1364
|
]
|
|
1335
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"description": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated.",
|
|
1368
|
+
"allOf": [
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "object",
|
|
1374
|
+
"required": [
|
|
1375
|
+
"name"
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"markdownDescription": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated.",
|
|
1383
|
+
"allOf": [
|
|
1384
|
+
{
|
|
1385
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"required": [
|
|
1390
|
+
"duration"
|
|
1391
|
+
]
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"markdownDescription": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated."
|
|
1395
|
+
},
|
|
1336
1396
|
{
|
|
1337
1397
|
"description": "An effect with no functional changes, but descriptive text. Should only be used for effects which cannot be otherwise automated.",
|
|
1338
1398
|
"allOf": [
|
|
@@ -1645,4 +1705,4 @@
|
|
|
1645
1705
|
}
|
|
1646
1706
|
}
|
|
1647
1707
|
}
|
|
1648
|
-
}
|
|
1708
|
+
}
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1062,6 +1062,7 @@
|
|
|
1062
1062
|
"list-decimal",
|
|
1063
1063
|
"list-hang",
|
|
1064
1064
|
"list-hang-notitle",
|
|
1065
|
+
"list-hang-subtrait",
|
|
1065
1066
|
"list-lower-roman",
|
|
1066
1067
|
"list-upper-roman",
|
|
1067
1068
|
"list-name",
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"markdownDescription": "A context-sensitive behaviour hint. Generally, entities marked with "edition": "one" will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an "edition" or using "edition": "classic" may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the "Modern (2024)" rules version: non-"one" species will be stripped of their ability scores; non-"one" backgrounds will gain extra ability scores; etc."
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1019,6 +1019,9 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"type": "object",
|
|
1021
1021
|
"properties": {
|
|
1022
|
+
"name": {
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1022
1025
|
"cr": {
|
|
1023
1026
|
"type": "string"
|
|
1024
1027
|
},
|
|
@@ -1029,6 +1032,12 @@
|
|
|
1029
1032
|
},
|
|
1030
1033
|
"minItems": 1,
|
|
1031
1034
|
"uniqueItems": true
|
|
1035
|
+
},
|
|
1036
|
+
"count": {
|
|
1037
|
+
"type": [
|
|
1038
|
+
"integer",
|
|
1039
|
+
"string"
|
|
1040
|
+
]
|
|
1032
1041
|
}
|
|
1033
1042
|
},
|
|
1034
1043
|
"additionalProperties": false,
|
|
@@ -1043,6 +1052,23 @@
|
|
|
1043
1052
|
"uuid": {
|
|
1044
1053
|
"type": "string",
|
|
1045
1054
|
"pattern": "^@creature\\[.*\\]$"
|
|
1055
|
+
},
|
|
1056
|
+
"count": {
|
|
1057
|
+
"type": [
|
|
1058
|
+
"integer",
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"level": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"min": {
|
|
1066
|
+
"type": "integer"
|
|
1067
|
+
},
|
|
1068
|
+
"max": {
|
|
1069
|
+
"type": "integer"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1046
1072
|
}
|
|
1047
1073
|
},
|
|
1048
1074
|
"additionalProperties": false,
|
|
@@ -1263,10 +1289,14 @@
|
|
|
1263
1289
|
"surprised",
|
|
1264
1290
|
"transformed",
|
|
1265
1291
|
"unconscious",
|
|
1292
|
+
"coverHalf",
|
|
1293
|
+
"coverThreeQuarters",
|
|
1294
|
+
"dead",
|
|
1266
1295
|
"dodging",
|
|
1296
|
+
"ethereal",
|
|
1267
1297
|
"hiding",
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1298
|
+
"marked",
|
|
1299
|
+
"stable"
|
|
1270
1300
|
]
|
|
1271
1301
|
},
|
|
1272
1302
|
"markdownDescription": "Dumped via e.g. copy(Object.keys(CONFIG.DND5E.conditionTypes).sort())"
|
|
@@ -1333,6 +1363,36 @@
|
|
|
1333
1363
|
}
|
|
1334
1364
|
]
|
|
1335
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"description": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated.",
|
|
1368
|
+
"allOf": [
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "object",
|
|
1374
|
+
"required": [
|
|
1375
|
+
"name"
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"markdownDescription": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated.",
|
|
1383
|
+
"allOf": [
|
|
1384
|
+
{
|
|
1385
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"required": [
|
|
1390
|
+
"duration"
|
|
1391
|
+
]
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"markdownDescription": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated."
|
|
1395
|
+
},
|
|
1336
1396
|
{
|
|
1337
1397
|
"description": "An effect with no functional changes, but descriptive text. Should only be used for effects which cannot be otherwise automated.",
|
|
1338
1398
|
"allOf": [
|
|
@@ -1645,4 +1705,4 @@
|
|
|
1645
1705
|
}
|
|
1646
1706
|
}
|
|
1647
1707
|
}
|
|
1648
|
-
}
|
|
1708
|
+
}
|
package/schema/ua/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -893,6 +893,7 @@
|
|
|
893
893
|
"list-decimal",
|
|
894
894
|
"list-hang",
|
|
895
895
|
"list-hang-notitle",
|
|
896
|
+
"list-hang-subtrait",
|
|
896
897
|
"list-lower-roman",
|
|
897
898
|
"list-upper-roman",
|
|
898
899
|
"list-name",
|
package/schema/ua/homebrew.json
CHANGED
package/schema/ua/util-copy.json
CHANGED
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"markdownDescription": "A context-sensitive behaviour hint. Generally, entities marked with "edition": "one" will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an "edition" or using "edition": "classic" may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the "Modern (2024)" rules version: non-"one" species will be stripped of their ability scores; non-"one" backgrounds will gain extra ability scores; etc."
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1019,6 +1019,9 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"type": "object",
|
|
1021
1021
|
"properties": {
|
|
1022
|
+
"name": {
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1022
1025
|
"cr": {
|
|
1023
1026
|
"type": "string"
|
|
1024
1027
|
},
|
|
@@ -1029,6 +1032,12 @@
|
|
|
1029
1032
|
},
|
|
1030
1033
|
"minItems": 1,
|
|
1031
1034
|
"uniqueItems": true
|
|
1035
|
+
},
|
|
1036
|
+
"count": {
|
|
1037
|
+
"type": [
|
|
1038
|
+
"integer",
|
|
1039
|
+
"string"
|
|
1040
|
+
]
|
|
1032
1041
|
}
|
|
1033
1042
|
},
|
|
1034
1043
|
"additionalProperties": false,
|
|
@@ -1043,6 +1052,23 @@
|
|
|
1043
1052
|
"uuid": {
|
|
1044
1053
|
"type": "string",
|
|
1045
1054
|
"pattern": "^@creature\\[.*\\]$"
|
|
1055
|
+
},
|
|
1056
|
+
"count": {
|
|
1057
|
+
"type": [
|
|
1058
|
+
"integer",
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"level": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"min": {
|
|
1066
|
+
"type": "integer"
|
|
1067
|
+
},
|
|
1068
|
+
"max": {
|
|
1069
|
+
"type": "integer"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1046
1072
|
}
|
|
1047
1073
|
},
|
|
1048
1074
|
"additionalProperties": false,
|
|
@@ -1263,10 +1289,14 @@
|
|
|
1263
1289
|
"surprised",
|
|
1264
1290
|
"transformed",
|
|
1265
1291
|
"unconscious",
|
|
1292
|
+
"coverHalf",
|
|
1293
|
+
"coverThreeQuarters",
|
|
1294
|
+
"dead",
|
|
1266
1295
|
"dodging",
|
|
1296
|
+
"ethereal",
|
|
1267
1297
|
"hiding",
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1298
|
+
"marked",
|
|
1299
|
+
"stable"
|
|
1270
1300
|
]
|
|
1271
1301
|
},
|
|
1272
1302
|
"markdownDescription": "Dumped via e.g. copy(Object.keys(CONFIG.DND5E.conditionTypes).sort())"
|
|
@@ -1333,6 +1363,36 @@
|
|
|
1333
1363
|
}
|
|
1334
1364
|
]
|
|
1335
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"description": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated.",
|
|
1368
|
+
"allOf": [
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "object",
|
|
1374
|
+
"required": [
|
|
1375
|
+
"name"
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"markdownDescription": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated.",
|
|
1383
|
+
"allOf": [
|
|
1384
|
+
{
|
|
1385
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"required": [
|
|
1390
|
+
"duration"
|
|
1391
|
+
]
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"markdownDescription": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated."
|
|
1395
|
+
},
|
|
1336
1396
|
{
|
|
1337
1397
|
"description": "An effect with no functional changes, but descriptive text. Should only be used for effects which cannot be otherwise automated.",
|
|
1338
1398
|
"allOf": [
|
|
@@ -1645,4 +1705,4 @@
|
|
|
1645
1705
|
}
|
|
1646
1706
|
}
|
|
1647
1707
|
}
|
|
1648
|
-
}
|
|
1708
|
+
}
|
package/schema/ua/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -893,6 +893,7 @@
|
|
|
893
893
|
"list-decimal",
|
|
894
894
|
"list-hang",
|
|
895
895
|
"list-hang-notitle",
|
|
896
|
+
"list-hang-subtrait",
|
|
896
897
|
"list-lower-roman",
|
|
897
898
|
"list-upper-roman",
|
|
898
899
|
"list-name",
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"markdownDescription": "A context-sensitive behaviour hint. Generally, entities marked with "edition": "one" will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an "edition" or using "edition": "classic" may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the "Modern (2024)" rules version: non-"one" species will be stripped of their ability scores; non-"one" backgrounds will gain extra ability scores; etc."
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
}
|
|
17
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.16",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1019,6 +1019,9 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"type": "object",
|
|
1021
1021
|
"properties": {
|
|
1022
|
+
"name": {
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1022
1025
|
"cr": {
|
|
1023
1026
|
"type": "string"
|
|
1024
1027
|
},
|
|
@@ -1029,6 +1032,12 @@
|
|
|
1029
1032
|
},
|
|
1030
1033
|
"minItems": 1,
|
|
1031
1034
|
"uniqueItems": true
|
|
1035
|
+
},
|
|
1036
|
+
"count": {
|
|
1037
|
+
"type": [
|
|
1038
|
+
"integer",
|
|
1039
|
+
"string"
|
|
1040
|
+
]
|
|
1032
1041
|
}
|
|
1033
1042
|
},
|
|
1034
1043
|
"additionalProperties": false,
|
|
@@ -1043,6 +1052,23 @@
|
|
|
1043
1052
|
"uuid": {
|
|
1044
1053
|
"type": "string",
|
|
1045
1054
|
"pattern": "^@creature\\[.*\\]$"
|
|
1055
|
+
},
|
|
1056
|
+
"count": {
|
|
1057
|
+
"type": [
|
|
1058
|
+
"integer",
|
|
1059
|
+
"string"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"level": {
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"min": {
|
|
1066
|
+
"type": "integer"
|
|
1067
|
+
},
|
|
1068
|
+
"max": {
|
|
1069
|
+
"type": "integer"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1046
1072
|
}
|
|
1047
1073
|
},
|
|
1048
1074
|
"additionalProperties": false,
|
|
@@ -1263,10 +1289,14 @@
|
|
|
1263
1289
|
"surprised",
|
|
1264
1290
|
"transformed",
|
|
1265
1291
|
"unconscious",
|
|
1292
|
+
"coverHalf",
|
|
1293
|
+
"coverThreeQuarters",
|
|
1294
|
+
"dead",
|
|
1266
1295
|
"dodging",
|
|
1296
|
+
"ethereal",
|
|
1267
1297
|
"hiding",
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1298
|
+
"marked",
|
|
1299
|
+
"stable"
|
|
1270
1300
|
]
|
|
1271
1301
|
},
|
|
1272
1302
|
"markdownDescription": "Dumped via e.g. copy(Object.keys(CONFIG.DND5E.conditionTypes).sort())"
|
|
@@ -1333,6 +1363,36 @@
|
|
|
1333
1363
|
}
|
|
1334
1364
|
]
|
|
1335
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"description": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated.",
|
|
1368
|
+
"allOf": [
|
|
1369
|
+
{
|
|
1370
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "object",
|
|
1374
|
+
"required": [
|
|
1375
|
+
"name"
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"markdownDescription": "An effect with no functional changes, but a name. Should only be used for effects which cannot be otherwise automated."
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated.",
|
|
1383
|
+
"allOf": [
|
|
1384
|
+
{
|
|
1385
|
+
"$ref": "#/$defs/_foundryEffectObject"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"required": [
|
|
1390
|
+
"duration"
|
|
1391
|
+
]
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"markdownDescription": "An effect with no functional changes, but a duration. Should only be used for effects which cannot be otherwise automated."
|
|
1395
|
+
},
|
|
1336
1396
|
{
|
|
1337
1397
|
"description": "An effect with no functional changes, but descriptive text. Should only be used for effects which cannot be otherwise automated.",
|
|
1338
1398
|
"allOf": [
|
|
@@ -1645,4 +1705,4 @@
|
|
|
1645
1705
|
}
|
|
1646
1706
|
}
|
|
1647
1707
|
}
|
|
1648
|
-
}
|
|
1708
|
+
}
|
package/schema/ua-fast/util.json
CHANGED