5etools-utils 0.12.30 → 0.12.32
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 +10 -10
- package/schema/brew/class/class.json +193 -66
- package/schema/brew/entry.json +23 -1
- package/schema/brew/feats.json +13 -16
- package/schema/brew/items-base.json +22 -10
- package/schema/brew/items-shared.json +7 -2
- package/schema/brew/items.json +43 -7
- package/schema/brew/magicvariants.json +19 -10
- package/schema/brew/recipes.json +31 -4
- package/schema/brew/util-edition.json +1 -9
- package/schema/brew/util.json +170 -27
- package/schema/brew-fast/bestiary/bestiary.json +10 -10
- package/schema/brew-fast/class/class.json +193 -66
- package/schema/brew-fast/entry.json +23 -1
- package/schema/brew-fast/feats.json +13 -16
- package/schema/brew-fast/items-base.json +22 -10
- package/schema/brew-fast/items-shared.json +7 -2
- package/schema/brew-fast/items.json +43 -7
- package/schema/brew-fast/magicvariants.json +19 -10
- package/schema/brew-fast/recipes.json +31 -4
- package/schema/brew-fast/util-edition.json +1 -9
- package/schema/brew-fast/util.json +170 -27
- package/schema/site/bestiary/bestiary.json +10 -1
- package/schema/site/class/class.json +193 -66
- package/schema/site/entry.json +23 -1
- package/schema/site/feats.json +13 -16
- package/schema/site/items-base.json +23 -12
- package/schema/site/items-shared.json +7 -2
- package/schema/site/items.json +43 -7
- package/schema/site/magicvariants.json +21 -14
- package/schema/site/recipes.json +31 -4
- package/schema/site/util-edition.json +1 -9
- package/schema/site/util.json +170 -27
- package/schema/site-fast/bestiary/bestiary.json +10 -1
- package/schema/site-fast/class/class.json +193 -66
- package/schema/site-fast/entry.json +23 -1
- package/schema/site-fast/feats.json +13 -16
- package/schema/site-fast/items-base.json +23 -12
- package/schema/site-fast/items-shared.json +7 -2
- package/schema/site-fast/items.json +43 -7
- package/schema/site-fast/magicvariants.json +21 -14
- package/schema/site-fast/recipes.json +31 -4
- package/schema/site-fast/util-edition.json +1 -9
- package/schema/site-fast/util.json +170 -27
- package/schema/ua/bestiary/bestiary.json +10 -10
- package/schema/ua/class/class.json +193 -66
- package/schema/ua/entry.json +23 -1
- package/schema/ua/feats.json +13 -16
- package/schema/ua/items-base.json +22 -10
- package/schema/ua/items-shared.json +7 -2
- package/schema/ua/items.json +43 -7
- package/schema/ua/magicvariants.json +19 -10
- package/schema/ua/recipes.json +31 -4
- package/schema/ua/util-edition.json +1 -9
- package/schema/ua/util.json +170 -27
- package/schema/ua-fast/bestiary/bestiary.json +10 -10
- package/schema/ua-fast/class/class.json +193 -66
- package/schema/ua-fast/entry.json +23 -1
- package/schema/ua-fast/feats.json +13 -16
- package/schema/ua-fast/items-base.json +22 -10
- package/schema/ua-fast/items-shared.json +7 -2
- package/schema/ua-fast/items.json +43 -7
- package/schema/ua-fast/magicvariants.json +19 -10
- package/schema/ua-fast/recipes.json +31 -4
- package/schema/ua-fast/util-edition.json +1 -9
- package/schema/ua-fast/util.json +170 -27
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"light",
|
|
336
336
|
"medium",
|
|
337
337
|
"heavy",
|
|
338
|
-
"
|
|
338
|
+
"shield"
|
|
339
339
|
]
|
|
340
340
|
},
|
|
341
341
|
{
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"light",
|
|
348
348
|
"medium",
|
|
349
349
|
"heavy",
|
|
350
|
-
"
|
|
350
|
+
"shield",
|
|
351
351
|
"special"
|
|
352
352
|
]
|
|
353
353
|
},
|
|
@@ -390,6 +390,10 @@
|
|
|
390
390
|
]
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
|
+
"weaponProficiencies": {
|
|
394
|
+
"description": "Well-structured weapon proficiency data, used by e.g. Plutonium.",
|
|
395
|
+
"$ref": "../util.json#/$defs/weaponProficiencies"
|
|
396
|
+
},
|
|
393
397
|
"tools": {
|
|
394
398
|
"type": "array",
|
|
395
399
|
"items": {
|
|
@@ -472,6 +476,9 @@
|
|
|
472
476
|
"optionalfeatureProgression": {
|
|
473
477
|
"$ref": "../util.json#/$defs/optionalfeatureProgression"
|
|
474
478
|
},
|
|
479
|
+
"featProgression": {
|
|
480
|
+
"$ref": "../util.json#/$defs/featProgression"
|
|
481
|
+
},
|
|
475
482
|
"subclassFeatures": {
|
|
476
483
|
"type": "array",
|
|
477
484
|
"description": "Format: \" name | className | classSource | subclassShortName | subclassSource | level | source\"\nPHB is assumed for sources.\nfeatureSource is assumed to be the same as subclassSource.",
|
|
@@ -598,6 +605,9 @@
|
|
|
598
605
|
"optionalfeatureProgression": {
|
|
599
606
|
"$ref": "../util.json#/$defs/optionalfeatureProgression"
|
|
600
607
|
},
|
|
608
|
+
"featProgression": {
|
|
609
|
+
"$ref": "../util.json#/$defs/featProgression"
|
|
610
|
+
},
|
|
601
611
|
"subclassFeatures": {
|
|
602
612
|
"type": "array",
|
|
603
613
|
"description": "Format: \" name | className | classSource | subclassShortName | subclassSource | level | source\"\nPHB is assumed for sources.\nfeatureSource is assumed to be the same as subclassSource.",
|
|
@@ -724,6 +734,9 @@
|
|
|
724
734
|
"optionalfeatureProgression": {
|
|
725
735
|
"$ref": "../util.json#/$defs/optionalfeatureProgression"
|
|
726
736
|
},
|
|
737
|
+
"featProgression": {
|
|
738
|
+
"$ref": "../util.json#/$defs/featProgression"
|
|
739
|
+
},
|
|
727
740
|
"subclassFeatures": {
|
|
728
741
|
"type": "array",
|
|
729
742
|
"description": "Format: \" name | className | classSource | subclassShortName | subclassSource | level | source\"\nPHB is assumed for sources.\nfeatureSource is assumed to be the same as subclassSource.",
|
|
@@ -834,6 +847,33 @@
|
|
|
834
847
|
},
|
|
835
848
|
"additionalProperties": false
|
|
836
849
|
},
|
|
850
|
+
"primaryAbility": {
|
|
851
|
+
"type": "array",
|
|
852
|
+
"items": {
|
|
853
|
+
"type": "object",
|
|
854
|
+
"properties": {
|
|
855
|
+
"str": {
|
|
856
|
+
"const": true
|
|
857
|
+
},
|
|
858
|
+
"dex": {
|
|
859
|
+
"const": true
|
|
860
|
+
},
|
|
861
|
+
"con": {
|
|
862
|
+
"const": true
|
|
863
|
+
},
|
|
864
|
+
"int": {
|
|
865
|
+
"const": true
|
|
866
|
+
},
|
|
867
|
+
"wis": {
|
|
868
|
+
"const": true
|
|
869
|
+
},
|
|
870
|
+
"cha": {
|
|
871
|
+
"const": true
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"additionalProperties": false
|
|
875
|
+
}
|
|
876
|
+
},
|
|
837
877
|
"class": {
|
|
838
878
|
"anyOf": [
|
|
839
879
|
{
|
|
@@ -908,33 +948,59 @@
|
|
|
908
948
|
"$ref": "#/$defs/proficiencies"
|
|
909
949
|
},
|
|
910
950
|
"startingEquipment": {
|
|
911
|
-
"
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
"
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
951
|
+
"oneOf": [
|
|
952
|
+
{
|
|
953
|
+
"type": "object",
|
|
954
|
+
"properties": {
|
|
955
|
+
"additionalFromBackground": {
|
|
956
|
+
"type": "boolean"
|
|
957
|
+
},
|
|
958
|
+
"default": {
|
|
959
|
+
"type": "array",
|
|
960
|
+
"items": {
|
|
961
|
+
"type": "string"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"defaultData": {
|
|
965
|
+
"$ref": "../util.json#/$defs/startingEquipment"
|
|
966
|
+
},
|
|
967
|
+
"goldAlternative": {
|
|
968
|
+
"type": "string"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"required": [
|
|
972
|
+
"additionalFromBackground",
|
|
973
|
+
"default"
|
|
974
|
+
],
|
|
975
|
+
"additionalProperties": false
|
|
924
976
|
},
|
|
925
|
-
|
|
926
|
-
"type": "
|
|
977
|
+
{
|
|
978
|
+
"type": "object",
|
|
979
|
+
"properties": {
|
|
980
|
+
"entries": {
|
|
981
|
+
"type": "array",
|
|
982
|
+
"items": {
|
|
983
|
+
"$ref": "../entry.json"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
"defaultData": {
|
|
987
|
+
"$ref": "../util.json#/$defs/startingEquipment"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"required": [
|
|
991
|
+
"entries",
|
|
992
|
+
"defaultData"
|
|
993
|
+
],
|
|
994
|
+
"additionalProperties": false
|
|
927
995
|
}
|
|
928
|
-
|
|
929
|
-
"required": [
|
|
930
|
-
"additionalFromBackground",
|
|
931
|
-
"default"
|
|
932
|
-
],
|
|
933
|
-
"additionalProperties": false
|
|
996
|
+
]
|
|
934
997
|
},
|
|
935
998
|
"requirements": {
|
|
936
999
|
"$ref": "#/$defs/requirements"
|
|
937
1000
|
},
|
|
1001
|
+
"primaryAbility": {
|
|
1002
|
+
"$ref": "#/$defs/primaryAbility"
|
|
1003
|
+
},
|
|
938
1004
|
"multiclassing": {
|
|
939
1005
|
"type": "object",
|
|
940
1006
|
"properties": {
|
|
@@ -983,6 +1049,9 @@
|
|
|
983
1049
|
"optionalfeatureProgression": {
|
|
984
1050
|
"$ref": "../util.json#/$defs/optionalfeatureProgression"
|
|
985
1051
|
},
|
|
1052
|
+
"featProgression": {
|
|
1053
|
+
"$ref": "../util.json#/$defs/featProgression"
|
|
1054
|
+
},
|
|
986
1055
|
"classFeatures": {
|
|
987
1056
|
"type": "array",
|
|
988
1057
|
"description": "Format: \" name | className | classSource | level | source \" , PHB is assumed as classSource and featureSource is assumed to be the same as classSource.",
|
|
@@ -1142,33 +1211,59 @@
|
|
|
1142
1211
|
"$ref": "#/$defs/proficiencies"
|
|
1143
1212
|
},
|
|
1144
1213
|
"startingEquipment": {
|
|
1145
|
-
"
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
"
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1214
|
+
"oneOf": [
|
|
1215
|
+
{
|
|
1216
|
+
"type": "object",
|
|
1217
|
+
"properties": {
|
|
1218
|
+
"additionalFromBackground": {
|
|
1219
|
+
"type": "boolean"
|
|
1220
|
+
},
|
|
1221
|
+
"default": {
|
|
1222
|
+
"type": "array",
|
|
1223
|
+
"items": {
|
|
1224
|
+
"type": "string"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"defaultData": {
|
|
1228
|
+
"$ref": "../util.json#/$defs/startingEquipment"
|
|
1229
|
+
},
|
|
1230
|
+
"goldAlternative": {
|
|
1231
|
+
"type": "string"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"required": [
|
|
1235
|
+
"additionalFromBackground",
|
|
1236
|
+
"default"
|
|
1237
|
+
],
|
|
1238
|
+
"additionalProperties": false
|
|
1158
1239
|
},
|
|
1159
|
-
|
|
1160
|
-
"type": "
|
|
1240
|
+
{
|
|
1241
|
+
"type": "object",
|
|
1242
|
+
"properties": {
|
|
1243
|
+
"entries": {
|
|
1244
|
+
"type": "array",
|
|
1245
|
+
"items": {
|
|
1246
|
+
"$ref": "../entry.json"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"defaultData": {
|
|
1250
|
+
"$ref": "../util.json#/$defs/startingEquipment"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
"required": [
|
|
1254
|
+
"entries",
|
|
1255
|
+
"defaultData"
|
|
1256
|
+
],
|
|
1257
|
+
"additionalProperties": false
|
|
1161
1258
|
}
|
|
1162
|
-
|
|
1163
|
-
"required": [
|
|
1164
|
-
"additionalFromBackground",
|
|
1165
|
-
"default"
|
|
1166
|
-
],
|
|
1167
|
-
"additionalProperties": false
|
|
1259
|
+
]
|
|
1168
1260
|
},
|
|
1169
1261
|
"requirements": {
|
|
1170
1262
|
"$ref": "#/$defs/requirements"
|
|
1171
1263
|
},
|
|
1264
|
+
"primaryAbility": {
|
|
1265
|
+
"$ref": "#/$defs/primaryAbility"
|
|
1266
|
+
},
|
|
1172
1267
|
"multiclassing": {
|
|
1173
1268
|
"type": "object",
|
|
1174
1269
|
"properties": {
|
|
@@ -1217,6 +1312,9 @@
|
|
|
1217
1312
|
"optionalfeatureProgression": {
|
|
1218
1313
|
"$ref": "../util.json#/$defs/optionalfeatureProgression"
|
|
1219
1314
|
},
|
|
1315
|
+
"featProgression": {
|
|
1316
|
+
"$ref": "../util.json#/$defs/featProgression"
|
|
1317
|
+
},
|
|
1220
1318
|
"classFeatures": {
|
|
1221
1319
|
"type": "array",
|
|
1222
1320
|
"description": "Format: \" name | className | classSource | level | source \" , PHB is assumed as classSource and featureSource is assumed to be the same as classSource.",
|
|
@@ -1379,33 +1477,59 @@
|
|
|
1379
1477
|
"$ref": "#/$defs/proficiencies"
|
|
1380
1478
|
},
|
|
1381
1479
|
"startingEquipment": {
|
|
1382
|
-
"
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
"
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1480
|
+
"oneOf": [
|
|
1481
|
+
{
|
|
1482
|
+
"type": "object",
|
|
1483
|
+
"properties": {
|
|
1484
|
+
"additionalFromBackground": {
|
|
1485
|
+
"type": "boolean"
|
|
1486
|
+
},
|
|
1487
|
+
"default": {
|
|
1488
|
+
"type": "array",
|
|
1489
|
+
"items": {
|
|
1490
|
+
"type": "string"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
"defaultData": {
|
|
1494
|
+
"$ref": "../util.json#/$defs/startingEquipment"
|
|
1495
|
+
},
|
|
1496
|
+
"goldAlternative": {
|
|
1497
|
+
"type": "string"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"required": [
|
|
1501
|
+
"additionalFromBackground",
|
|
1502
|
+
"default"
|
|
1503
|
+
],
|
|
1504
|
+
"additionalProperties": false
|
|
1395
1505
|
},
|
|
1396
|
-
|
|
1397
|
-
"type": "
|
|
1506
|
+
{
|
|
1507
|
+
"type": "object",
|
|
1508
|
+
"properties": {
|
|
1509
|
+
"entries": {
|
|
1510
|
+
"type": "array",
|
|
1511
|
+
"items": {
|
|
1512
|
+
"$ref": "../entry.json"
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"defaultData": {
|
|
1516
|
+
"$ref": "../util.json#/$defs/startingEquipment"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"required": [
|
|
1520
|
+
"entries",
|
|
1521
|
+
"defaultData"
|
|
1522
|
+
],
|
|
1523
|
+
"additionalProperties": false
|
|
1398
1524
|
}
|
|
1399
|
-
|
|
1400
|
-
"required": [
|
|
1401
|
-
"additionalFromBackground",
|
|
1402
|
-
"default"
|
|
1403
|
-
],
|
|
1404
|
-
"additionalProperties": false
|
|
1525
|
+
]
|
|
1405
1526
|
},
|
|
1406
1527
|
"requirements": {
|
|
1407
1528
|
"$ref": "#/$defs/requirements"
|
|
1408
1529
|
},
|
|
1530
|
+
"primaryAbility": {
|
|
1531
|
+
"$ref": "#/$defs/primaryAbility"
|
|
1532
|
+
},
|
|
1409
1533
|
"multiclassing": {
|
|
1410
1534
|
"type": "object",
|
|
1411
1535
|
"properties": {
|
|
@@ -1454,6 +1578,9 @@
|
|
|
1454
1578
|
"optionalfeatureProgression": {
|
|
1455
1579
|
"$ref": "../util.json#/$defs/optionalfeatureProgression"
|
|
1456
1580
|
},
|
|
1581
|
+
"featProgression": {
|
|
1582
|
+
"$ref": "../util.json#/$defs/featProgression"
|
|
1583
|
+
},
|
|
1457
1584
|
"classFeatures": {
|
|
1458
1585
|
"type": "array",
|
|
1459
1586
|
"description": "Format: \" name | className | classSource | level | source \" , PHB is assumed as classSource and featureSource is assumed to be the same as classSource.",
|
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.8.
|
|
6
|
+
"version": "1.8.22",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3219,6 +3219,25 @@
|
|
|
3219
3219
|
"optionalfeature"
|
|
3220
3220
|
]
|
|
3221
3221
|
},
|
|
3222
|
+
"entryRefFeat": {
|
|
3223
|
+
"description": "For use in classes page content only.",
|
|
3224
|
+
"type": "object",
|
|
3225
|
+
"properties": {
|
|
3226
|
+
"type": {
|
|
3227
|
+
"const": "refFeat"
|
|
3228
|
+
},
|
|
3229
|
+
"feat": {
|
|
3230
|
+
"type": "string"
|
|
3231
|
+
},
|
|
3232
|
+
"name": {
|
|
3233
|
+
"type": "string"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"required": [
|
|
3237
|
+
"type",
|
|
3238
|
+
"feat"
|
|
3239
|
+
]
|
|
3240
|
+
},
|
|
3222
3241
|
"entryHr": {
|
|
3223
3242
|
"type": "object",
|
|
3224
3243
|
"properties": {
|
|
@@ -3727,6 +3746,9 @@
|
|
|
3727
3746
|
{
|
|
3728
3747
|
"$ref": "#/$defs/entryRefOptionalfeature"
|
|
3729
3748
|
},
|
|
3749
|
+
{
|
|
3750
|
+
"$ref": "#/$defs/entryRefFeat"
|
|
3751
|
+
},
|
|
3730
3752
|
{
|
|
3731
3753
|
"$ref": "#/$defs/entryHr"
|
|
3732
3754
|
},
|
package/schema/site/feats.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "feats.json",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -47,11 +47,7 @@
|
|
|
47
47
|
"type": "string"
|
|
48
48
|
},
|
|
49
49
|
"category": {
|
|
50
|
-
"
|
|
51
|
-
"enum": [
|
|
52
|
-
"general",
|
|
53
|
-
"background"
|
|
54
|
-
]
|
|
50
|
+
"$ref": "util.json#/$defs/dataFeatCategory"
|
|
55
51
|
},
|
|
56
52
|
"additionalSpells": {
|
|
57
53
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
@@ -95,6 +91,9 @@
|
|
|
95
91
|
"conditionImmune": {
|
|
96
92
|
"$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
|
|
97
93
|
},
|
|
94
|
+
"senses": {
|
|
95
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
96
|
+
},
|
|
98
97
|
"traitTags": {
|
|
99
98
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
100
99
|
"oneOf": [
|
|
@@ -163,11 +162,7 @@
|
|
|
163
162
|
"type": "string"
|
|
164
163
|
},
|
|
165
164
|
"category": {
|
|
166
|
-
"
|
|
167
|
-
"enum": [
|
|
168
|
-
"general",
|
|
169
|
-
"background"
|
|
170
|
-
]
|
|
165
|
+
"$ref": "util.json#/$defs/dataFeatCategory"
|
|
171
166
|
},
|
|
172
167
|
"additionalSpells": {
|
|
173
168
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
@@ -211,6 +206,9 @@
|
|
|
211
206
|
"conditionImmune": {
|
|
212
207
|
"$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
|
|
213
208
|
},
|
|
209
|
+
"senses": {
|
|
210
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
211
|
+
},
|
|
214
212
|
"traitTags": {
|
|
215
213
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
216
214
|
"oneOf": [
|
|
@@ -282,11 +280,7 @@
|
|
|
282
280
|
"type": "string"
|
|
283
281
|
},
|
|
284
282
|
"category": {
|
|
285
|
-
"
|
|
286
|
-
"enum": [
|
|
287
|
-
"general",
|
|
288
|
-
"background"
|
|
289
|
-
]
|
|
283
|
+
"$ref": "util.json#/$defs/dataFeatCategory"
|
|
290
284
|
},
|
|
291
285
|
"additionalSpells": {
|
|
292
286
|
"$ref": "util.json#/$defs/additionalSpellsArray"
|
|
@@ -330,6 +324,9 @@
|
|
|
330
324
|
"conditionImmune": {
|
|
331
325
|
"$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
|
|
332
326
|
},
|
|
327
|
+
"senses": {
|
|
328
|
+
"$ref": "util.json#/$defs/sensesArray"
|
|
329
|
+
},
|
|
333
330
|
"traitTags": {
|
|
334
331
|
"description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
|
|
335
332
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
"alias": {
|
|
100
100
|
"$ref": "util.json#/$defs/alias"
|
|
101
101
|
},
|
|
102
|
+
"edition": {
|
|
103
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
104
|
+
},
|
|
102
105
|
"type": {
|
|
103
106
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
104
107
|
},
|
|
@@ -117,9 +120,6 @@
|
|
|
117
120
|
"reprintedAs": {
|
|
118
121
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
119
122
|
},
|
|
120
|
-
"acceptsVariantEdition": {
|
|
121
|
-
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
122
|
-
},
|
|
123
123
|
"ac": {
|
|
124
124
|
"type": "integer"
|
|
125
125
|
},
|
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
"description": "Flag used when merging generic variants",
|
|
275
275
|
"type": "boolean"
|
|
276
276
|
},
|
|
277
|
+
"bulletFirearm": {
|
|
278
|
+
"description": "Flag used when merging generic variants",
|
|
279
|
+
"type": "boolean"
|
|
280
|
+
},
|
|
277
281
|
"bulletSling": {
|
|
278
282
|
"description": "Flag used when merging generic variants",
|
|
279
283
|
"type": "boolean"
|
|
@@ -383,6 +387,9 @@
|
|
|
383
387
|
"alias": {
|
|
384
388
|
"$ref": "util.json#/$defs/alias"
|
|
385
389
|
},
|
|
390
|
+
"edition": {
|
|
391
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
392
|
+
},
|
|
386
393
|
"type": {
|
|
387
394
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
388
395
|
},
|
|
@@ -401,9 +408,6 @@
|
|
|
401
408
|
"reprintedAs": {
|
|
402
409
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
403
410
|
},
|
|
404
|
-
"acceptsVariantEdition": {
|
|
405
|
-
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
406
|
-
},
|
|
407
411
|
"ac": {
|
|
408
412
|
"type": "integer"
|
|
409
413
|
},
|
|
@@ -558,6 +562,10 @@
|
|
|
558
562
|
"description": "Flag used when merging generic variants",
|
|
559
563
|
"type": "boolean"
|
|
560
564
|
},
|
|
565
|
+
"bulletFirearm": {
|
|
566
|
+
"description": "Flag used when merging generic variants",
|
|
567
|
+
"type": "boolean"
|
|
568
|
+
},
|
|
561
569
|
"bulletSling": {
|
|
562
570
|
"description": "Flag used when merging generic variants",
|
|
563
571
|
"type": "boolean"
|
|
@@ -659,8 +667,7 @@
|
|
|
659
667
|
"name",
|
|
660
668
|
"type",
|
|
661
669
|
"rarity",
|
|
662
|
-
"source"
|
|
663
|
-
"acceptsVariantEdition"
|
|
670
|
+
"source"
|
|
664
671
|
]
|
|
665
672
|
},
|
|
666
673
|
{
|
|
@@ -672,6 +679,9 @@
|
|
|
672
679
|
"alias": {
|
|
673
680
|
"$ref": "util.json#/$defs/alias"
|
|
674
681
|
},
|
|
682
|
+
"edition": {
|
|
683
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
684
|
+
},
|
|
675
685
|
"type": {
|
|
676
686
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
677
687
|
},
|
|
@@ -690,9 +700,6 @@
|
|
|
690
700
|
"reprintedAs": {
|
|
691
701
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
692
702
|
},
|
|
693
|
-
"acceptsVariantEdition": {
|
|
694
|
-
"$ref": "util-edition.json#/$defs/editionChoice"
|
|
695
|
-
},
|
|
696
703
|
"ac": {
|
|
697
704
|
"type": "integer"
|
|
698
705
|
},
|
|
@@ -847,6 +854,10 @@
|
|
|
847
854
|
"description": "Flag used when merging generic variants",
|
|
848
855
|
"type": "boolean"
|
|
849
856
|
},
|
|
857
|
+
"bulletFirearm": {
|
|
858
|
+
"description": "Flag used when merging generic variants",
|
|
859
|
+
"type": "boolean"
|
|
860
|
+
},
|
|
850
861
|
"bulletSling": {
|
|
851
862
|
"description": "Flag used when merging generic variants",
|
|
852
863
|
"type": "boolean"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.1",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -300,7 +300,12 @@
|
|
|
300
300
|
"crossbow bolt|phb",
|
|
301
301
|
"arrow|phb",
|
|
302
302
|
"renaissance bullet",
|
|
303
|
-
"sling bullet|phb"
|
|
303
|
+
"sling bullet|phb",
|
|
304
|
+
"needle|xphb",
|
|
305
|
+
"bolt|xphb",
|
|
306
|
+
"arrow|xphb",
|
|
307
|
+
"firearm bullet|xphb",
|
|
308
|
+
"sling bullet|xphb"
|
|
304
309
|
]
|
|
305
310
|
},
|
|
306
311
|
"itemMastery": {
|