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
package/package.json
CHANGED
|
@@ -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": [
|
|
@@ -918,13 +918,16 @@
|
|
|
918
918
|
"$ref": "../util.json#/$defs/page"
|
|
919
919
|
},
|
|
920
920
|
"familiar": {
|
|
921
|
-
"
|
|
921
|
+
"enum": [
|
|
922
|
+
true,
|
|
923
|
+
null
|
|
924
|
+
]
|
|
922
925
|
},
|
|
923
926
|
"additionalSources": {
|
|
924
927
|
"$ref": "../util.json#/$defs/additionalSources"
|
|
925
928
|
},
|
|
926
929
|
"hasToken": {
|
|
927
|
-
"
|
|
930
|
+
"const": true
|
|
928
931
|
},
|
|
929
932
|
"tokenCredit": {
|
|
930
933
|
"type": "string"
|
|
@@ -939,11 +942,17 @@
|
|
|
939
942
|
"$ref": "../util-token.json#/$defs/token"
|
|
940
943
|
},
|
|
941
944
|
"isNamedCreature": {
|
|
942
|
-
"
|
|
945
|
+
"enum": [
|
|
946
|
+
true,
|
|
947
|
+
null
|
|
948
|
+
]
|
|
943
949
|
},
|
|
944
950
|
"isNpc": {
|
|
945
951
|
"description": "Used to flag adventure NPCs",
|
|
946
|
-
"
|
|
952
|
+
"enum": [
|
|
953
|
+
true,
|
|
954
|
+
null
|
|
955
|
+
]
|
|
947
956
|
},
|
|
948
957
|
"environment": {
|
|
949
958
|
"type": "array",
|
|
@@ -1072,14 +1081,20 @@
|
|
|
1072
1081
|
"type": "array",
|
|
1073
1082
|
"items": {
|
|
1074
1083
|
"type": "string",
|
|
1075
|
-
"description": "X: Any (Choose)\
|
|
1084
|
+
"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",
|
|
1076
1085
|
"enum": [
|
|
1086
|
+
"X",
|
|
1087
|
+
"XX",
|
|
1088
|
+
"CS",
|
|
1089
|
+
"LF",
|
|
1090
|
+
"TP",
|
|
1091
|
+
"OTH",
|
|
1077
1092
|
"AB",
|
|
1078
1093
|
"AQ",
|
|
1079
1094
|
"AU",
|
|
1080
1095
|
"C",
|
|
1081
1096
|
"CE",
|
|
1082
|
-
"
|
|
1097
|
+
"CSL",
|
|
1083
1098
|
"D",
|
|
1084
1099
|
"DR",
|
|
1085
1100
|
"DS",
|
|
@@ -1092,17 +1107,12 @@
|
|
|
1092
1107
|
"H",
|
|
1093
1108
|
"I",
|
|
1094
1109
|
"IG",
|
|
1095
|
-
"LF",
|
|
1096
1110
|
"O",
|
|
1097
|
-
"OTH",
|
|
1098
1111
|
"P",
|
|
1099
1112
|
"S",
|
|
1100
1113
|
"T",
|
|
1101
1114
|
"TC",
|
|
1102
|
-
"
|
|
1103
|
-
"U",
|
|
1104
|
-
"X",
|
|
1105
|
-
"XX"
|
|
1115
|
+
"U"
|
|
1106
1116
|
]
|
|
1107
1117
|
}
|
|
1108
1118
|
},
|
|
@@ -1253,10 +1263,10 @@
|
|
|
1253
1263
|
}
|
|
1254
1264
|
},
|
|
1255
1265
|
"hasFluff": {
|
|
1256
|
-
"
|
|
1266
|
+
"const": true
|
|
1257
1267
|
},
|
|
1258
1268
|
"hasFluffImages": {
|
|
1259
|
-
"
|
|
1269
|
+
"const": true
|
|
1260
1270
|
},
|
|
1261
1271
|
"externalSources": {
|
|
1262
1272
|
"description": "For homebrew use only.",
|
|
@@ -2166,13 +2176,16 @@
|
|
|
2166
2176
|
"$ref": "../util.json#/$defs/page"
|
|
2167
2177
|
},
|
|
2168
2178
|
"familiar": {
|
|
2169
|
-
"
|
|
2179
|
+
"enum": [
|
|
2180
|
+
true,
|
|
2181
|
+
null
|
|
2182
|
+
]
|
|
2170
2183
|
},
|
|
2171
2184
|
"additionalSources": {
|
|
2172
2185
|
"$ref": "../util.json#/$defs/additionalSources"
|
|
2173
2186
|
},
|
|
2174
2187
|
"hasToken": {
|
|
2175
|
-
"
|
|
2188
|
+
"const": true
|
|
2176
2189
|
},
|
|
2177
2190
|
"tokenCredit": {
|
|
2178
2191
|
"type": "string"
|
|
@@ -2187,11 +2200,17 @@
|
|
|
2187
2200
|
"$ref": "../util-token.json#/$defs/token"
|
|
2188
2201
|
},
|
|
2189
2202
|
"isNamedCreature": {
|
|
2190
|
-
"
|
|
2203
|
+
"enum": [
|
|
2204
|
+
true,
|
|
2205
|
+
null
|
|
2206
|
+
]
|
|
2191
2207
|
},
|
|
2192
2208
|
"isNpc": {
|
|
2193
2209
|
"description": "Used to flag adventure NPCs",
|
|
2194
|
-
"
|
|
2210
|
+
"enum": [
|
|
2211
|
+
true,
|
|
2212
|
+
null
|
|
2213
|
+
]
|
|
2195
2214
|
},
|
|
2196
2215
|
"environment": {
|
|
2197
2216
|
"type": "array",
|
|
@@ -2320,14 +2339,20 @@
|
|
|
2320
2339
|
"type": "array",
|
|
2321
2340
|
"items": {
|
|
2322
2341
|
"type": "string",
|
|
2323
|
-
"description": "X: Any (Choose)\
|
|
2342
|
+
"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",
|
|
2324
2343
|
"enum": [
|
|
2344
|
+
"X",
|
|
2345
|
+
"XX",
|
|
2346
|
+
"CS",
|
|
2347
|
+
"LF",
|
|
2348
|
+
"TP",
|
|
2349
|
+
"OTH",
|
|
2325
2350
|
"AB",
|
|
2326
2351
|
"AQ",
|
|
2327
2352
|
"AU",
|
|
2328
2353
|
"C",
|
|
2329
2354
|
"CE",
|
|
2330
|
-
"
|
|
2355
|
+
"CSL",
|
|
2331
2356
|
"D",
|
|
2332
2357
|
"DR",
|
|
2333
2358
|
"DS",
|
|
@@ -2340,17 +2365,12 @@
|
|
|
2340
2365
|
"H",
|
|
2341
2366
|
"I",
|
|
2342
2367
|
"IG",
|
|
2343
|
-
"LF",
|
|
2344
2368
|
"O",
|
|
2345
|
-
"OTH",
|
|
2346
2369
|
"P",
|
|
2347
2370
|
"S",
|
|
2348
2371
|
"T",
|
|
2349
2372
|
"TC",
|
|
2350
|
-
"
|
|
2351
|
-
"U",
|
|
2352
|
-
"X",
|
|
2353
|
-
"XX"
|
|
2373
|
+
"U"
|
|
2354
2374
|
]
|
|
2355
2375
|
}
|
|
2356
2376
|
},
|
|
@@ -2501,10 +2521,10 @@
|
|
|
2501
2521
|
}
|
|
2502
2522
|
},
|
|
2503
2523
|
"hasFluff": {
|
|
2504
|
-
"
|
|
2524
|
+
"const": true
|
|
2505
2525
|
},
|
|
2506
2526
|
"hasFluffImages": {
|
|
2507
|
-
"
|
|
2527
|
+
"const": true
|
|
2508
2528
|
},
|
|
2509
2529
|
"externalSources": {
|
|
2510
2530
|
"description": "For homebrew use only.",
|
|
@@ -3419,13 +3439,16 @@
|
|
|
3419
3439
|
"$ref": "../util.json#/$defs/page"
|
|
3420
3440
|
},
|
|
3421
3441
|
"familiar": {
|
|
3422
|
-
"
|
|
3442
|
+
"enum": [
|
|
3443
|
+
true,
|
|
3444
|
+
null
|
|
3445
|
+
]
|
|
3423
3446
|
},
|
|
3424
3447
|
"additionalSources": {
|
|
3425
3448
|
"$ref": "../util.json#/$defs/additionalSources"
|
|
3426
3449
|
},
|
|
3427
3450
|
"hasToken": {
|
|
3428
|
-
"
|
|
3451
|
+
"const": true
|
|
3429
3452
|
},
|
|
3430
3453
|
"tokenCredit": {
|
|
3431
3454
|
"type": "string"
|
|
@@ -3440,11 +3463,17 @@
|
|
|
3440
3463
|
"$ref": "../util-token.json#/$defs/token"
|
|
3441
3464
|
},
|
|
3442
3465
|
"isNamedCreature": {
|
|
3443
|
-
"
|
|
3466
|
+
"enum": [
|
|
3467
|
+
true,
|
|
3468
|
+
null
|
|
3469
|
+
]
|
|
3444
3470
|
},
|
|
3445
3471
|
"isNpc": {
|
|
3446
3472
|
"description": "Used to flag adventure NPCs",
|
|
3447
|
-
"
|
|
3473
|
+
"enum": [
|
|
3474
|
+
true,
|
|
3475
|
+
null
|
|
3476
|
+
]
|
|
3448
3477
|
},
|
|
3449
3478
|
"environment": {
|
|
3450
3479
|
"type": "array",
|
|
@@ -3573,14 +3602,20 @@
|
|
|
3573
3602
|
"type": "array",
|
|
3574
3603
|
"items": {
|
|
3575
3604
|
"type": "string",
|
|
3576
|
-
"description": "X: Any (Choose)\
|
|
3605
|
+
"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",
|
|
3577
3606
|
"enum": [
|
|
3607
|
+
"X",
|
|
3608
|
+
"XX",
|
|
3609
|
+
"CS",
|
|
3610
|
+
"LF",
|
|
3611
|
+
"TP",
|
|
3612
|
+
"OTH",
|
|
3578
3613
|
"AB",
|
|
3579
3614
|
"AQ",
|
|
3580
3615
|
"AU",
|
|
3581
3616
|
"C",
|
|
3582
3617
|
"CE",
|
|
3583
|
-
"
|
|
3618
|
+
"CSL",
|
|
3584
3619
|
"D",
|
|
3585
3620
|
"DR",
|
|
3586
3621
|
"DS",
|
|
@@ -3593,17 +3628,12 @@
|
|
|
3593
3628
|
"H",
|
|
3594
3629
|
"I",
|
|
3595
3630
|
"IG",
|
|
3596
|
-
"LF",
|
|
3597
3631
|
"O",
|
|
3598
|
-
"OTH",
|
|
3599
3632
|
"P",
|
|
3600
3633
|
"S",
|
|
3601
3634
|
"T",
|
|
3602
3635
|
"TC",
|
|
3603
|
-
"
|
|
3604
|
-
"U",
|
|
3605
|
-
"X",
|
|
3606
|
-
"XX"
|
|
3636
|
+
"U"
|
|
3607
3637
|
]
|
|
3608
3638
|
}
|
|
3609
3639
|
},
|
|
@@ -3754,10 +3784,10 @@
|
|
|
3754
3784
|
}
|
|
3755
3785
|
},
|
|
3756
3786
|
"hasFluff": {
|
|
3757
|
-
"
|
|
3787
|
+
"const": true
|
|
3758
3788
|
},
|
|
3759
3789
|
"hasFluffImages": {
|
|
3760
|
-
"
|
|
3790
|
+
"const": true
|
|
3761
3791
|
},
|
|
3762
3792
|
"externalSources": {
|
|
3763
3793
|
"description": "For homebrew use only.",
|
package/schema/brew/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"
|
|
@@ -991,12 +993,14 @@
|
|
|
991
993
|
"type": "object",
|
|
992
994
|
"properties": {
|
|
993
995
|
"weight": {
|
|
996
|
+
"description": "Value in pounds.",
|
|
994
997
|
"type": "array",
|
|
995
998
|
"items": {
|
|
996
999
|
"type": "number"
|
|
997
1000
|
}
|
|
998
1001
|
},
|
|
999
1002
|
"volume": {
|
|
1003
|
+
"description": "Value in cubic feet.",
|
|
1000
1004
|
"type": "array",
|
|
1001
1005
|
"items": {
|
|
1002
1006
|
"type": "number"
|
|
@@ -1556,12 +1560,14 @@
|
|
|
1556
1560
|
"type": "object",
|
|
1557
1561
|
"properties": {
|
|
1558
1562
|
"weight": {
|
|
1563
|
+
"description": "Value in pounds.",
|
|
1559
1564
|
"type": "array",
|
|
1560
1565
|
"items": {
|
|
1561
1566
|
"type": "number"
|
|
1562
1567
|
}
|
|
1563
1568
|
},
|
|
1564
1569
|
"volume": {
|
|
1570
|
+
"description": "Value in cubic feet.",
|
|
1565
1571
|
"type": "array",
|
|
1566
1572
|
"items": {
|
|
1567
1573
|
"type": "number"
|
|
@@ -2119,12 +2125,14 @@
|
|
|
2119
2125
|
"type": "object",
|
|
2120
2126
|
"properties": {
|
|
2121
2127
|
"weight": {
|
|
2128
|
+
"description": "Value in pounds.",
|
|
2122
2129
|
"type": "array",
|
|
2123
2130
|
"items": {
|
|
2124
2131
|
"type": "number"
|
|
2125
2132
|
}
|
|
2126
2133
|
},
|
|
2127
2134
|
"volume": {
|
|
2135
|
+
"description": "Value in cubic feet.",
|
|
2128
2136
|
"type": "array",
|
|
2129
2137
|
"items": {
|
|
2130
2138
|
"type": "number"
|
|
@@ -2689,12 +2697,14 @@
|
|
|
2689
2697
|
"type": "object",
|
|
2690
2698
|
"properties": {
|
|
2691
2699
|
"weight": {
|
|
2700
|
+
"description": "Value in pounds.",
|
|
2692
2701
|
"type": "array",
|
|
2693
2702
|
"items": {
|
|
2694
2703
|
"type": "number"
|
|
2695
2704
|
}
|
|
2696
2705
|
},
|
|
2697
2706
|
"volume": {
|
|
2707
|
+
"description": "Value in cubic feet.",
|
|
2698
2708
|
"type": "array",
|
|
2699
2709
|
"items": {
|
|
2700
2710
|
"type": "number"
|
|
@@ -3253,12 +3263,14 @@
|
|
|
3253
3263
|
"type": "object",
|
|
3254
3264
|
"properties": {
|
|
3255
3265
|
"weight": {
|
|
3266
|
+
"description": "Value in pounds.",
|
|
3256
3267
|
"type": "array",
|
|
3257
3268
|
"items": {
|
|
3258
3269
|
"type": "number"
|
|
3259
3270
|
}
|
|
3260
3271
|
},
|
|
3261
3272
|
"volume": {
|
|
3273
|
+
"description": "Value in cubic feet.",
|
|
3262
3274
|
"type": "array",
|
|
3263
3275
|
"items": {
|
|
3264
3276
|
"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
|
},
|
|
@@ -230,6 +233,9 @@
|
|
|
230
233
|
"optionalfeatureProgression": {
|
|
231
234
|
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
232
235
|
},
|
|
236
|
+
"featProgression": {
|
|
237
|
+
"$ref": "util.json#/$defs/featProgression"
|
|
238
|
+
},
|
|
233
239
|
"expertise": {
|
|
234
240
|
"$ref": "util.json#/$defs/expertise"
|
|
235
241
|
},
|
|
@@ -367,6 +373,9 @@
|
|
|
367
373
|
"optionalfeatureProgression": {
|
|
368
374
|
"$ref": "util.json#/$defs/optionalfeatureProgression"
|
|
369
375
|
},
|
|
376
|
+
"featProgression": {
|
|
377
|
+
"$ref": "util.json#/$defs/featProgression"
|
|
378
|
+
},
|
|
370
379
|
"expertise": {
|
|
371
380
|
"$ref": "util.json#/$defs/expertise"
|
|
372
381
|
},
|