5etools-utils 0.12.41 → 0.12.43
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/bestiary/bestiary.json +74 -44
- package/schema/brew/items.json +12 -0
- package/schema/brew/optionalfeatures.json +10 -1
- package/schema/brew-fast/bestiary/bestiary.json +74 -44
- package/schema/brew-fast/items.json +12 -0
- package/schema/brew-fast/optionalfeatures.json +10 -1
- package/schema/site/bestiary/bestiary.json +74 -44
- package/schema/site/items.json +12 -0
- package/schema/site/optionalfeatures.json +10 -1
- package/schema/site-fast/bestiary/bestiary.json +74 -44
- package/schema/site-fast/items.json +12 -0
- package/schema/site-fast/optionalfeatures.json +10 -1
- package/schema/ua/bestiary/bestiary.json +74 -44
- package/schema/ua/items.json +12 -0
- package/schema/ua/optionalfeatures.json +10 -1
- package/schema/ua-fast/bestiary/bestiary.json +74 -44
- package/schema/ua-fast/items.json +12 -0
- package/schema/ua-fast/optionalfeatures.json +10 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.39",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"type": "string"
|
|
64
64
|
},
|
|
65
65
|
"braces": {
|
|
66
|
-
"
|
|
66
|
+
"const": true
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"required": [
|
|
@@ -910,13 +910,16 @@
|
|
|
910
910
|
"$ref": "../util.json#/$defs/page"
|
|
911
911
|
},
|
|
912
912
|
"familiar": {
|
|
913
|
-
"
|
|
913
|
+
"enum": [
|
|
914
|
+
true,
|
|
915
|
+
null
|
|
916
|
+
]
|
|
914
917
|
},
|
|
915
918
|
"additionalSources": {
|
|
916
919
|
"$ref": "../util.json#/$defs/additionalSources"
|
|
917
920
|
},
|
|
918
921
|
"hasToken": {
|
|
919
|
-
"
|
|
922
|
+
"const": true
|
|
920
923
|
},
|
|
921
924
|
"tokenCredit": {
|
|
922
925
|
"type": "string"
|
|
@@ -931,11 +934,17 @@
|
|
|
931
934
|
"$ref": "../util-token.json#/$defs/token"
|
|
932
935
|
},
|
|
933
936
|
"isNamedCreature": {
|
|
934
|
-
"
|
|
937
|
+
"enum": [
|
|
938
|
+
true,
|
|
939
|
+
null
|
|
940
|
+
]
|
|
935
941
|
},
|
|
936
942
|
"isNpc": {
|
|
937
943
|
"description": "Used to flag adventure NPCs",
|
|
938
|
-
"
|
|
944
|
+
"enum": [
|
|
945
|
+
true,
|
|
946
|
+
null
|
|
947
|
+
]
|
|
939
948
|
},
|
|
940
949
|
"environment": {
|
|
941
950
|
"type": "array",
|
|
@@ -1064,14 +1073,20 @@
|
|
|
1064
1073
|
"type": "array",
|
|
1065
1074
|
"items": {
|
|
1066
1075
|
"type": "string",
|
|
1067
|
-
"description": "X: Any (Choose)\
|
|
1076
|
+
"description": "X: Any (Choose)\nXX: All\nCS: Can't Speak Known Languages\nLF: Languages Known in Life\nTP: Telepathy\nOTH: Other\n-\nAB: Abyssal\nAQ: Aquan\nAU: Auran\nC: Common\nCE: Celestial\nCSL: Common Sign Language\nD: Dwarvish\nDR: Draconic\nDS: Deep Speech\nDU: Druidic\nE: Elvish\nG: Gnomish\nGI: Giant\nGO: Goblin\nGTH: Gith\nH: Halfling\nI: Infernal\nIG: Ignan\nO: Orc\nP: Primordial\nS: Sylvan\nT: Terran\nTC: Thieves' cant\nU: Undercommon",
|
|
1068
1077
|
"enum": [
|
|
1078
|
+
"X",
|
|
1079
|
+
"XX",
|
|
1080
|
+
"CS",
|
|
1081
|
+
"LF",
|
|
1082
|
+
"TP",
|
|
1083
|
+
"OTH",
|
|
1069
1084
|
"AB",
|
|
1070
1085
|
"AQ",
|
|
1071
1086
|
"AU",
|
|
1072
1087
|
"C",
|
|
1073
1088
|
"CE",
|
|
1074
|
-
"
|
|
1089
|
+
"CSL",
|
|
1075
1090
|
"D",
|
|
1076
1091
|
"DR",
|
|
1077
1092
|
"DS",
|
|
@@ -1084,17 +1099,12 @@
|
|
|
1084
1099
|
"H",
|
|
1085
1100
|
"I",
|
|
1086
1101
|
"IG",
|
|
1087
|
-
"LF",
|
|
1088
1102
|
"O",
|
|
1089
|
-
"OTH",
|
|
1090
1103
|
"P",
|
|
1091
1104
|
"S",
|
|
1092
1105
|
"T",
|
|
1093
1106
|
"TC",
|
|
1094
|
-
"
|
|
1095
|
-
"U",
|
|
1096
|
-
"X",
|
|
1097
|
-
"XX"
|
|
1107
|
+
"U"
|
|
1098
1108
|
]
|
|
1099
1109
|
}
|
|
1100
1110
|
},
|
|
@@ -1245,10 +1255,10 @@
|
|
|
1245
1255
|
}
|
|
1246
1256
|
},
|
|
1247
1257
|
"hasFluff": {
|
|
1248
|
-
"
|
|
1258
|
+
"const": true
|
|
1249
1259
|
},
|
|
1250
1260
|
"hasFluffImages": {
|
|
1251
|
-
"
|
|
1261
|
+
"const": true
|
|
1252
1262
|
}
|
|
1253
1263
|
},
|
|
1254
1264
|
"additionalProperties": false
|
|
@@ -2055,13 +2065,16 @@
|
|
|
2055
2065
|
"$ref": "../util.json#/$defs/page"
|
|
2056
2066
|
},
|
|
2057
2067
|
"familiar": {
|
|
2058
|
-
"
|
|
2068
|
+
"enum": [
|
|
2069
|
+
true,
|
|
2070
|
+
null
|
|
2071
|
+
]
|
|
2059
2072
|
},
|
|
2060
2073
|
"additionalSources": {
|
|
2061
2074
|
"$ref": "../util.json#/$defs/additionalSources"
|
|
2062
2075
|
},
|
|
2063
2076
|
"hasToken": {
|
|
2064
|
-
"
|
|
2077
|
+
"const": true
|
|
2065
2078
|
},
|
|
2066
2079
|
"tokenCredit": {
|
|
2067
2080
|
"type": "string"
|
|
@@ -2076,11 +2089,17 @@
|
|
|
2076
2089
|
"$ref": "../util-token.json#/$defs/token"
|
|
2077
2090
|
},
|
|
2078
2091
|
"isNamedCreature": {
|
|
2079
|
-
"
|
|
2092
|
+
"enum": [
|
|
2093
|
+
true,
|
|
2094
|
+
null
|
|
2095
|
+
]
|
|
2080
2096
|
},
|
|
2081
2097
|
"isNpc": {
|
|
2082
2098
|
"description": "Used to flag adventure NPCs",
|
|
2083
|
-
"
|
|
2099
|
+
"enum": [
|
|
2100
|
+
true,
|
|
2101
|
+
null
|
|
2102
|
+
]
|
|
2084
2103
|
},
|
|
2085
2104
|
"environment": {
|
|
2086
2105
|
"type": "array",
|
|
@@ -2209,14 +2228,20 @@
|
|
|
2209
2228
|
"type": "array",
|
|
2210
2229
|
"items": {
|
|
2211
2230
|
"type": "string",
|
|
2212
|
-
"description": "X: Any (Choose)\
|
|
2231
|
+
"description": "X: Any (Choose)\nXX: All\nCS: Can't Speak Known Languages\nLF: Languages Known in Life\nTP: Telepathy\nOTH: Other\n-\nAB: Abyssal\nAQ: Aquan\nAU: Auran\nC: Common\nCE: Celestial\nCSL: Common Sign Language\nD: Dwarvish\nDR: Draconic\nDS: Deep Speech\nDU: Druidic\nE: Elvish\nG: Gnomish\nGI: Giant\nGO: Goblin\nGTH: Gith\nH: Halfling\nI: Infernal\nIG: Ignan\nO: Orc\nP: Primordial\nS: Sylvan\nT: Terran\nTC: Thieves' cant\nU: Undercommon",
|
|
2213
2232
|
"enum": [
|
|
2233
|
+
"X",
|
|
2234
|
+
"XX",
|
|
2235
|
+
"CS",
|
|
2236
|
+
"LF",
|
|
2237
|
+
"TP",
|
|
2238
|
+
"OTH",
|
|
2214
2239
|
"AB",
|
|
2215
2240
|
"AQ",
|
|
2216
2241
|
"AU",
|
|
2217
2242
|
"C",
|
|
2218
2243
|
"CE",
|
|
2219
|
-
"
|
|
2244
|
+
"CSL",
|
|
2220
2245
|
"D",
|
|
2221
2246
|
"DR",
|
|
2222
2247
|
"DS",
|
|
@@ -2229,17 +2254,12 @@
|
|
|
2229
2254
|
"H",
|
|
2230
2255
|
"I",
|
|
2231
2256
|
"IG",
|
|
2232
|
-
"LF",
|
|
2233
2257
|
"O",
|
|
2234
|
-
"OTH",
|
|
2235
2258
|
"P",
|
|
2236
2259
|
"S",
|
|
2237
2260
|
"T",
|
|
2238
2261
|
"TC",
|
|
2239
|
-
"
|
|
2240
|
-
"U",
|
|
2241
|
-
"X",
|
|
2242
|
-
"XX"
|
|
2262
|
+
"U"
|
|
2243
2263
|
]
|
|
2244
2264
|
}
|
|
2245
2265
|
},
|
|
@@ -2390,10 +2410,10 @@
|
|
|
2390
2410
|
}
|
|
2391
2411
|
},
|
|
2392
2412
|
"hasFluff": {
|
|
2393
|
-
"
|
|
2413
|
+
"const": true
|
|
2394
2414
|
},
|
|
2395
2415
|
"hasFluffImages": {
|
|
2396
|
-
"
|
|
2416
|
+
"const": true
|
|
2397
2417
|
}
|
|
2398
2418
|
},
|
|
2399
2419
|
"additionalProperties": false,
|
|
@@ -3205,13 +3225,16 @@
|
|
|
3205
3225
|
"$ref": "../util.json#/$defs/page"
|
|
3206
3226
|
},
|
|
3207
3227
|
"familiar": {
|
|
3208
|
-
"
|
|
3228
|
+
"enum": [
|
|
3229
|
+
true,
|
|
3230
|
+
null
|
|
3231
|
+
]
|
|
3209
3232
|
},
|
|
3210
3233
|
"additionalSources": {
|
|
3211
3234
|
"$ref": "../util.json#/$defs/additionalSources"
|
|
3212
3235
|
},
|
|
3213
3236
|
"hasToken": {
|
|
3214
|
-
"
|
|
3237
|
+
"const": true
|
|
3215
3238
|
},
|
|
3216
3239
|
"tokenCredit": {
|
|
3217
3240
|
"type": "string"
|
|
@@ -3226,11 +3249,17 @@
|
|
|
3226
3249
|
"$ref": "../util-token.json#/$defs/token"
|
|
3227
3250
|
},
|
|
3228
3251
|
"isNamedCreature": {
|
|
3229
|
-
"
|
|
3252
|
+
"enum": [
|
|
3253
|
+
true,
|
|
3254
|
+
null
|
|
3255
|
+
]
|
|
3230
3256
|
},
|
|
3231
3257
|
"isNpc": {
|
|
3232
3258
|
"description": "Used to flag adventure NPCs",
|
|
3233
|
-
"
|
|
3259
|
+
"enum": [
|
|
3260
|
+
true,
|
|
3261
|
+
null
|
|
3262
|
+
]
|
|
3234
3263
|
},
|
|
3235
3264
|
"environment": {
|
|
3236
3265
|
"type": "array",
|
|
@@ -3359,14 +3388,20 @@
|
|
|
3359
3388
|
"type": "array",
|
|
3360
3389
|
"items": {
|
|
3361
3390
|
"type": "string",
|
|
3362
|
-
"description": "X: Any (Choose)\
|
|
3391
|
+
"description": "X: Any (Choose)\nXX: All\nCS: Can't Speak Known Languages\nLF: Languages Known in Life\nTP: Telepathy\nOTH: Other\n-\nAB: Abyssal\nAQ: Aquan\nAU: Auran\nC: Common\nCE: Celestial\nCSL: Common Sign Language\nD: Dwarvish\nDR: Draconic\nDS: Deep Speech\nDU: Druidic\nE: Elvish\nG: Gnomish\nGI: Giant\nGO: Goblin\nGTH: Gith\nH: Halfling\nI: Infernal\nIG: Ignan\nO: Orc\nP: Primordial\nS: Sylvan\nT: Terran\nTC: Thieves' cant\nU: Undercommon",
|
|
3363
3392
|
"enum": [
|
|
3393
|
+
"X",
|
|
3394
|
+
"XX",
|
|
3395
|
+
"CS",
|
|
3396
|
+
"LF",
|
|
3397
|
+
"TP",
|
|
3398
|
+
"OTH",
|
|
3364
3399
|
"AB",
|
|
3365
3400
|
"AQ",
|
|
3366
3401
|
"AU",
|
|
3367
3402
|
"C",
|
|
3368
3403
|
"CE",
|
|
3369
|
-
"
|
|
3404
|
+
"CSL",
|
|
3370
3405
|
"D",
|
|
3371
3406
|
"DR",
|
|
3372
3407
|
"DS",
|
|
@@ -3379,17 +3414,12 @@
|
|
|
3379
3414
|
"H",
|
|
3380
3415
|
"I",
|
|
3381
3416
|
"IG",
|
|
3382
|
-
"LF",
|
|
3383
3417
|
"O",
|
|
3384
|
-
"OTH",
|
|
3385
3418
|
"P",
|
|
3386
3419
|
"S",
|
|
3387
3420
|
"T",
|
|
3388
3421
|
"TC",
|
|
3389
|
-
"
|
|
3390
|
-
"U",
|
|
3391
|
-
"X",
|
|
3392
|
-
"XX"
|
|
3422
|
+
"U"
|
|
3393
3423
|
]
|
|
3394
3424
|
}
|
|
3395
3425
|
},
|
|
@@ -3540,10 +3570,10 @@
|
|
|
3540
3570
|
}
|
|
3541
3571
|
},
|
|
3542
3572
|
"hasFluff": {
|
|
3543
|
-
"
|
|
3573
|
+
"const": true
|
|
3544
3574
|
},
|
|
3545
3575
|
"hasFluffImages": {
|
|
3546
|
-
"
|
|
3576
|
+
"const": true
|
|
3547
3577
|
},
|
|
3548
3578
|
"_copy": {
|
|
3549
3579
|
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
package/schema/site/items.json
CHANGED
|
@@ -428,12 +428,14 @@
|
|
|
428
428
|
"type": "object",
|
|
429
429
|
"properties": {
|
|
430
430
|
"weight": {
|
|
431
|
+
"description": "Value in pounds.",
|
|
431
432
|
"type": "array",
|
|
432
433
|
"items": {
|
|
433
434
|
"type": "number"
|
|
434
435
|
}
|
|
435
436
|
},
|
|
436
437
|
"volume": {
|
|
438
|
+
"description": "Value in cubic feet.",
|
|
437
439
|
"type": "array",
|
|
438
440
|
"items": {
|
|
439
441
|
"type": "number"
|
|
@@ -947,12 +949,14 @@
|
|
|
947
949
|
"type": "object",
|
|
948
950
|
"properties": {
|
|
949
951
|
"weight": {
|
|
952
|
+
"description": "Value in pounds.",
|
|
950
953
|
"type": "array",
|
|
951
954
|
"items": {
|
|
952
955
|
"type": "number"
|
|
953
956
|
}
|
|
954
957
|
},
|
|
955
958
|
"volume": {
|
|
959
|
+
"description": "Value in cubic feet.",
|
|
956
960
|
"type": "array",
|
|
957
961
|
"items": {
|
|
958
962
|
"type": "number"
|
|
@@ -1468,12 +1472,14 @@
|
|
|
1468
1472
|
"type": "object",
|
|
1469
1473
|
"properties": {
|
|
1470
1474
|
"weight": {
|
|
1475
|
+
"description": "Value in pounds.",
|
|
1471
1476
|
"type": "array",
|
|
1472
1477
|
"items": {
|
|
1473
1478
|
"type": "number"
|
|
1474
1479
|
}
|
|
1475
1480
|
},
|
|
1476
1481
|
"volume": {
|
|
1482
|
+
"description": "Value in cubic feet.",
|
|
1477
1483
|
"type": "array",
|
|
1478
1484
|
"items": {
|
|
1479
1485
|
"type": "number"
|
|
@@ -1987,12 +1993,14 @@
|
|
|
1987
1993
|
"type": "object",
|
|
1988
1994
|
"properties": {
|
|
1989
1995
|
"weight": {
|
|
1996
|
+
"description": "Value in pounds.",
|
|
1990
1997
|
"type": "array",
|
|
1991
1998
|
"items": {
|
|
1992
1999
|
"type": "number"
|
|
1993
2000
|
}
|
|
1994
2001
|
},
|
|
1995
2002
|
"volume": {
|
|
2003
|
+
"description": "Value in cubic feet.",
|
|
1996
2004
|
"type": "array",
|
|
1997
2005
|
"items": {
|
|
1998
2006
|
"type": "number"
|
|
@@ -2516,12 +2524,14 @@
|
|
|
2516
2524
|
"type": "object",
|
|
2517
2525
|
"properties": {
|
|
2518
2526
|
"weight": {
|
|
2527
|
+
"description": "Value in pounds.",
|
|
2519
2528
|
"type": "array",
|
|
2520
2529
|
"items": {
|
|
2521
2530
|
"type": "number"
|
|
2522
2531
|
}
|
|
2523
2532
|
},
|
|
2524
2533
|
"volume": {
|
|
2534
|
+
"description": "Value in cubic feet.",
|
|
2525
2535
|
"type": "array",
|
|
2526
2536
|
"items": {
|
|
2527
2537
|
"type": "number"
|
|
@@ -3036,12 +3046,14 @@
|
|
|
3036
3046
|
"type": "object",
|
|
3037
3047
|
"properties": {
|
|
3038
3048
|
"weight": {
|
|
3049
|
+
"description": "Value in pounds.",
|
|
3039
3050
|
"type": "array",
|
|
3040
3051
|
"items": {
|
|
3041
3052
|
"type": "number"
|
|
3042
3053
|
}
|
|
3043
3054
|
},
|
|
3044
3055
|
"volume": {
|
|
3056
|
+
"description": "Value in cubic feet.",
|
|
3045
3057
|
"type": "array",
|
|
3046
3058
|
"items": {
|
|
3047
3059
|
"type": "number"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "optionalfeatures.json",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.6",
|
|
5
5
|
"title": "Optional Features",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -97,6 +97,9 @@
|
|
|
97
97
|
"optionalfeatureProgression": {
|
|
98
98
|
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
99
99
|
},
|
|
100
|
+
"featProgression": {
|
|
101
|
+
"$ref": "util.json#/$defs/featProgression"
|
|
102
|
+
},
|
|
100
103
|
"expertise": {
|
|
101
104
|
"$ref": "util.json#/$defs/expertise"
|
|
102
105
|
},
|
|
@@ -215,6 +218,9 @@
|
|
|
215
218
|
"optionalfeatureProgression": {
|
|
216
219
|
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
217
220
|
},
|
|
221
|
+
"featProgression": {
|
|
222
|
+
"$ref": "util.json#/$defs/featProgression"
|
|
223
|
+
},
|
|
218
224
|
"expertise": {
|
|
219
225
|
"$ref": "util.json#/$defs/expertise"
|
|
220
226
|
},
|
|
@@ -337,6 +343,9 @@
|
|
|
337
343
|
"optionalfeatureProgression": {
|
|
338
344
|
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
339
345
|
},
|
|
346
|
+
"featProgression": {
|
|
347
|
+
"$ref": "util.json#/$defs/featProgression"
|
|
348
|
+
},
|
|
340
349
|
"expertise": {
|
|
341
350
|
"$ref": "util.json#/$defs/expertise"
|
|
342
351
|
},
|