5etools-utils 0.12.26 → 0.12.28
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 +82 -1
- package/schema/brew/class/class.json +4 -35
- package/schema/brew/entry.json +2 -18
- package/schema/brew/skills.json +4 -1
- package/schema/brew/util.json +14 -25
- package/schema/brew/variantrules.json +3 -2
- package/schema/brew-fast/bestiary/bestiary.json +82 -1
- package/schema/brew-fast/class/class.json +4 -35
- package/schema/brew-fast/entry.json +2 -18
- package/schema/brew-fast/skills.json +4 -1
- package/schema/brew-fast/util.json +14 -25
- package/schema/brew-fast/variantrules.json +3 -2
- package/schema/site/bestiary/bestiary.json +82 -1
- package/schema/site/class/class.json +4 -35
- package/schema/site/entry.json +2 -18
- package/schema/site/skills.json +4 -1
- package/schema/site/util.json +14 -25
- package/schema/site/variantrules.json +3 -2
- package/schema/site-fast/bestiary/bestiary.json +82 -1
- package/schema/site-fast/class/class.json +4 -35
- package/schema/site-fast/entry.json +2 -18
- package/schema/site-fast/skills.json +4 -1
- package/schema/site-fast/util.json +14 -25
- package/schema/site-fast/variantrules.json +3 -2
- package/schema/ua/bestiary/bestiary.json +82 -1
- package/schema/ua/class/class.json +4 -35
- package/schema/ua/entry.json +2 -18
- package/schema/ua/skills.json +4 -1
- package/schema/ua/util.json +14 -25
- package/schema/ua/variantrules.json +3 -2
- package/schema/ua-fast/bestiary/bestiary.json +82 -1
- package/schema/ua-fast/class/class.json +4 -35
- package/schema/ua-fast/entry.json +2 -18
- package/schema/ua-fast/skills.json +4 -1
- package/schema/ua-fast/util.json +14 -25
- package/schema/ua-fast/variantrules.json +3 -2
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.33",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -323,6 +323,33 @@
|
|
|
323
323
|
"speed": {
|
|
324
324
|
"$ref": "../util.json#/$defs/speed"
|
|
325
325
|
},
|
|
326
|
+
"initiative": {
|
|
327
|
+
"oneOf": [
|
|
328
|
+
{
|
|
329
|
+
"type": "object",
|
|
330
|
+
"properties": {
|
|
331
|
+
"initiative": {
|
|
332
|
+
"type": "number"
|
|
333
|
+
},
|
|
334
|
+
"proficient": {
|
|
335
|
+
"const": true
|
|
336
|
+
},
|
|
337
|
+
"advantageMode": {
|
|
338
|
+
"type": "string",
|
|
339
|
+
"enum": [
|
|
340
|
+
"adv",
|
|
341
|
+
"dis"
|
|
342
|
+
]
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"minProperties": 1,
|
|
346
|
+
"additionalProperties": false
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"type": "number"
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
},
|
|
326
353
|
"str": {
|
|
327
354
|
"$ref": "#/$defs/abilityScore"
|
|
328
355
|
},
|
|
@@ -1502,6 +1529,33 @@
|
|
|
1502
1529
|
"speed": {
|
|
1503
1530
|
"$ref": "../util.json#/$defs/speed"
|
|
1504
1531
|
},
|
|
1532
|
+
"initiative": {
|
|
1533
|
+
"oneOf": [
|
|
1534
|
+
{
|
|
1535
|
+
"type": "object",
|
|
1536
|
+
"properties": {
|
|
1537
|
+
"initiative": {
|
|
1538
|
+
"type": "number"
|
|
1539
|
+
},
|
|
1540
|
+
"proficient": {
|
|
1541
|
+
"const": true
|
|
1542
|
+
},
|
|
1543
|
+
"advantageMode": {
|
|
1544
|
+
"type": "string",
|
|
1545
|
+
"enum": [
|
|
1546
|
+
"adv",
|
|
1547
|
+
"dis"
|
|
1548
|
+
]
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"minProperties": 1,
|
|
1552
|
+
"additionalProperties": false
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"type": "number"
|
|
1556
|
+
}
|
|
1557
|
+
]
|
|
1558
|
+
},
|
|
1505
1559
|
"str": {
|
|
1506
1560
|
"$ref": "#/$defs/abilityScore"
|
|
1507
1561
|
},
|
|
@@ -2686,6 +2740,33 @@
|
|
|
2686
2740
|
"speed": {
|
|
2687
2741
|
"$ref": "../util.json#/$defs/speed"
|
|
2688
2742
|
},
|
|
2743
|
+
"initiative": {
|
|
2744
|
+
"oneOf": [
|
|
2745
|
+
{
|
|
2746
|
+
"type": "object",
|
|
2747
|
+
"properties": {
|
|
2748
|
+
"initiative": {
|
|
2749
|
+
"type": "number"
|
|
2750
|
+
},
|
|
2751
|
+
"proficient": {
|
|
2752
|
+
"const": true
|
|
2753
|
+
},
|
|
2754
|
+
"advantageMode": {
|
|
2755
|
+
"type": "string",
|
|
2756
|
+
"enum": [
|
|
2757
|
+
"adv",
|
|
2758
|
+
"dis"
|
|
2759
|
+
]
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
"minProperties": 1,
|
|
2763
|
+
"additionalProperties": false
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"type": "number"
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
},
|
|
2689
2770
|
"str": {
|
|
2690
2771
|
"$ref": "#/$defs/abilityScore"
|
|
2691
2772
|
},
|
|
@@ -102,14 +102,7 @@
|
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
"spellcastingAbility": {
|
|
105
|
-
"
|
|
106
|
-
"str",
|
|
107
|
-
"dex",
|
|
108
|
-
"con",
|
|
109
|
-
"int",
|
|
110
|
-
"wis",
|
|
111
|
-
"cha"
|
|
112
|
-
]
|
|
105
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
113
106
|
},
|
|
114
107
|
"cantripProgression": {
|
|
115
108
|
"type": "array",
|
|
@@ -1109,15 +1102,7 @@
|
|
|
1109
1102
|
"proficiency": {
|
|
1110
1103
|
"type": "array",
|
|
1111
1104
|
"items": {
|
|
1112
|
-
"
|
|
1113
|
-
"enum": [
|
|
1114
|
-
"str",
|
|
1115
|
-
"dex",
|
|
1116
|
-
"con",
|
|
1117
|
-
"int",
|
|
1118
|
-
"wis",
|
|
1119
|
-
"cha"
|
|
1120
|
-
]
|
|
1105
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
1121
1106
|
}
|
|
1122
1107
|
},
|
|
1123
1108
|
"classTableGroups": {
|
|
@@ -1380,15 +1365,7 @@
|
|
|
1380
1365
|
"proficiency": {
|
|
1381
1366
|
"type": "array",
|
|
1382
1367
|
"items": {
|
|
1383
|
-
"
|
|
1384
|
-
"enum": [
|
|
1385
|
-
"str",
|
|
1386
|
-
"dex",
|
|
1387
|
-
"con",
|
|
1388
|
-
"int",
|
|
1389
|
-
"wis",
|
|
1390
|
-
"cha"
|
|
1391
|
-
]
|
|
1368
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
1392
1369
|
}
|
|
1393
1370
|
},
|
|
1394
1371
|
"classTableGroups": {
|
|
@@ -1654,15 +1631,7 @@
|
|
|
1654
1631
|
"proficiency": {
|
|
1655
1632
|
"type": "array",
|
|
1656
1633
|
"items": {
|
|
1657
|
-
"
|
|
1658
|
-
"enum": [
|
|
1659
|
-
"str",
|
|
1660
|
-
"dex",
|
|
1661
|
-
"con",
|
|
1662
|
-
"int",
|
|
1663
|
-
"wis",
|
|
1664
|
-
"cha"
|
|
1665
|
-
]
|
|
1634
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
1666
1635
|
}
|
|
1667
1636
|
},
|
|
1668
1637
|
"classTableGroups": {
|
package/schema/brew/entry.json
CHANGED
|
@@ -1176,15 +1176,7 @@
|
|
|
1176
1176
|
"attributes": {
|
|
1177
1177
|
"type": "array",
|
|
1178
1178
|
"items": {
|
|
1179
|
-
"
|
|
1180
|
-
"enum": [
|
|
1181
|
-
"str",
|
|
1182
|
-
"dex",
|
|
1183
|
-
"con",
|
|
1184
|
-
"int",
|
|
1185
|
-
"wis",
|
|
1186
|
-
"cha"
|
|
1187
|
-
]
|
|
1179
|
+
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
1188
1180
|
}
|
|
1189
1181
|
}
|
|
1190
1182
|
},
|
|
@@ -3428,15 +3420,7 @@
|
|
|
3428
3420
|
}
|
|
3429
3421
|
},
|
|
3430
3422
|
"ability": {
|
|
3431
|
-
"
|
|
3432
|
-
"enum": [
|
|
3433
|
-
"str",
|
|
3434
|
-
"dex",
|
|
3435
|
-
"con",
|
|
3436
|
-
"int",
|
|
3437
|
-
"wis",
|
|
3438
|
-
"cha"
|
|
3439
|
-
]
|
|
3423
|
+
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
3440
3424
|
},
|
|
3441
3425
|
"displayAs": {
|
|
3442
3426
|
"description": "Implicitly \"trait\"",
|
package/schema/brew/skills.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "skills.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"skill": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"basicRules": {
|
|
23
23
|
"$ref": "util.json#/$defs/basicRules"
|
|
24
24
|
},
|
|
25
|
+
"ability": {
|
|
26
|
+
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
27
|
+
},
|
|
25
28
|
"entries": {
|
|
26
29
|
"type": "array",
|
|
27
30
|
"items": {
|
package/schema/brew/util.json
CHANGED
|
@@ -218,6 +218,17 @@
|
|
|
218
218
|
"subclass"
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
|
+
"abilityScoreAbbreviation": {
|
|
222
|
+
"type": "string",
|
|
223
|
+
"enum": [
|
|
224
|
+
"str",
|
|
225
|
+
"dex",
|
|
226
|
+
"con",
|
|
227
|
+
"int",
|
|
228
|
+
"wis",
|
|
229
|
+
"cha"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
221
232
|
"languageNameLower": {
|
|
222
233
|
"type": "string",
|
|
223
234
|
"enum": [
|
|
@@ -1541,14 +1552,7 @@
|
|
|
1541
1552
|
"from": {
|
|
1542
1553
|
"type": "array",
|
|
1543
1554
|
"items": {
|
|
1544
|
-
"
|
|
1545
|
-
"str",
|
|
1546
|
-
"dex",
|
|
1547
|
-
"con",
|
|
1548
|
-
"int",
|
|
1549
|
-
"wis",
|
|
1550
|
-
"cha"
|
|
1551
|
-
]
|
|
1555
|
+
"$ref": "#/$defs/abilityScoreAbbreviation"
|
|
1552
1556
|
},
|
|
1553
1557
|
"uniqueItems": true,
|
|
1554
1558
|
"minItems": 1
|
|
@@ -1577,14 +1581,7 @@
|
|
|
1577
1581
|
"from": {
|
|
1578
1582
|
"type": "array",
|
|
1579
1583
|
"items": {
|
|
1580
|
-
"
|
|
1581
|
-
"str",
|
|
1582
|
-
"dex",
|
|
1583
|
-
"con",
|
|
1584
|
-
"int",
|
|
1585
|
-
"wis",
|
|
1586
|
-
"cha"
|
|
1587
|
-
]
|
|
1584
|
+
"$ref": "#/$defs/abilityScoreAbbreviation"
|
|
1588
1585
|
},
|
|
1589
1586
|
"uniqueItems": true,
|
|
1590
1587
|
"minItems": 1
|
|
@@ -3181,15 +3178,7 @@
|
|
|
3181
3178
|
"choose": {
|
|
3182
3179
|
"type": "array",
|
|
3183
3180
|
"items": {
|
|
3184
|
-
"
|
|
3185
|
-
"enum": [
|
|
3186
|
-
"str",
|
|
3187
|
-
"dex",
|
|
3188
|
-
"con",
|
|
3189
|
-
"int",
|
|
3190
|
-
"wis",
|
|
3191
|
-
"cha"
|
|
3192
|
-
]
|
|
3181
|
+
"$ref": "#/$defs/abilityScoreAbbreviation"
|
|
3193
3182
|
},
|
|
3194
3183
|
"uniqueItems": true
|
|
3195
3184
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "variantrules.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.7",
|
|
5
5
|
"title": "RulesArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
"$ref": "util.json#/$defs/page"
|
|
42
42
|
},
|
|
43
43
|
"ruleType": {
|
|
44
|
-
"description": "O: Optional\n P: Prerelease\n V: Variant\n VO: Variant Optional\n VV: Variant Variant",
|
|
44
|
+
"description": "C: Core\n O: Optional\n P: Prerelease\n V: Variant\n VO: Variant Optional\n VV: Variant Variant",
|
|
45
45
|
"type": "string",
|
|
46
46
|
"enum": [
|
|
47
|
+
"C",
|
|
47
48
|
"O",
|
|
48
49
|
"P",
|
|
49
50
|
"V",
|
|
@@ -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.33",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -323,6 +323,33 @@
|
|
|
323
323
|
"speed": {
|
|
324
324
|
"$ref": "../util.json#/$defs/speed"
|
|
325
325
|
},
|
|
326
|
+
"initiative": {
|
|
327
|
+
"oneOf": [
|
|
328
|
+
{
|
|
329
|
+
"type": "object",
|
|
330
|
+
"properties": {
|
|
331
|
+
"initiative": {
|
|
332
|
+
"type": "number"
|
|
333
|
+
},
|
|
334
|
+
"proficient": {
|
|
335
|
+
"const": true
|
|
336
|
+
},
|
|
337
|
+
"advantageMode": {
|
|
338
|
+
"type": "string",
|
|
339
|
+
"enum": [
|
|
340
|
+
"adv",
|
|
341
|
+
"dis"
|
|
342
|
+
]
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"minProperties": 1,
|
|
346
|
+
"additionalProperties": false
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"type": "number"
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
},
|
|
326
353
|
"str": {
|
|
327
354
|
"$ref": "#/$defs/abilityScore"
|
|
328
355
|
},
|
|
@@ -1502,6 +1529,33 @@
|
|
|
1502
1529
|
"speed": {
|
|
1503
1530
|
"$ref": "../util.json#/$defs/speed"
|
|
1504
1531
|
},
|
|
1532
|
+
"initiative": {
|
|
1533
|
+
"oneOf": [
|
|
1534
|
+
{
|
|
1535
|
+
"type": "object",
|
|
1536
|
+
"properties": {
|
|
1537
|
+
"initiative": {
|
|
1538
|
+
"type": "number"
|
|
1539
|
+
},
|
|
1540
|
+
"proficient": {
|
|
1541
|
+
"const": true
|
|
1542
|
+
},
|
|
1543
|
+
"advantageMode": {
|
|
1544
|
+
"type": "string",
|
|
1545
|
+
"enum": [
|
|
1546
|
+
"adv",
|
|
1547
|
+
"dis"
|
|
1548
|
+
]
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"minProperties": 1,
|
|
1552
|
+
"additionalProperties": false
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"type": "number"
|
|
1556
|
+
}
|
|
1557
|
+
]
|
|
1558
|
+
},
|
|
1505
1559
|
"str": {
|
|
1506
1560
|
"$ref": "#/$defs/abilityScore"
|
|
1507
1561
|
},
|
|
@@ -2686,6 +2740,33 @@
|
|
|
2686
2740
|
"speed": {
|
|
2687
2741
|
"$ref": "../util.json#/$defs/speed"
|
|
2688
2742
|
},
|
|
2743
|
+
"initiative": {
|
|
2744
|
+
"oneOf": [
|
|
2745
|
+
{
|
|
2746
|
+
"type": "object",
|
|
2747
|
+
"properties": {
|
|
2748
|
+
"initiative": {
|
|
2749
|
+
"type": "number"
|
|
2750
|
+
},
|
|
2751
|
+
"proficient": {
|
|
2752
|
+
"const": true
|
|
2753
|
+
},
|
|
2754
|
+
"advantageMode": {
|
|
2755
|
+
"type": "string",
|
|
2756
|
+
"enum": [
|
|
2757
|
+
"adv",
|
|
2758
|
+
"dis"
|
|
2759
|
+
]
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
"minProperties": 1,
|
|
2763
|
+
"additionalProperties": false
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"type": "number"
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
},
|
|
2689
2770
|
"str": {
|
|
2690
2771
|
"$ref": "#/$defs/abilityScore"
|
|
2691
2772
|
},
|
|
@@ -102,14 +102,7 @@
|
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
"spellcastingAbility": {
|
|
105
|
-
"
|
|
106
|
-
"str",
|
|
107
|
-
"dex",
|
|
108
|
-
"con",
|
|
109
|
-
"int",
|
|
110
|
-
"wis",
|
|
111
|
-
"cha"
|
|
112
|
-
]
|
|
105
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
113
106
|
},
|
|
114
107
|
"cantripProgression": {
|
|
115
108
|
"type": "array",
|
|
@@ -1109,15 +1102,7 @@
|
|
|
1109
1102
|
"proficiency": {
|
|
1110
1103
|
"type": "array",
|
|
1111
1104
|
"items": {
|
|
1112
|
-
"
|
|
1113
|
-
"enum": [
|
|
1114
|
-
"str",
|
|
1115
|
-
"dex",
|
|
1116
|
-
"con",
|
|
1117
|
-
"int",
|
|
1118
|
-
"wis",
|
|
1119
|
-
"cha"
|
|
1120
|
-
]
|
|
1105
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
1121
1106
|
}
|
|
1122
1107
|
},
|
|
1123
1108
|
"classTableGroups": {
|
|
@@ -1380,15 +1365,7 @@
|
|
|
1380
1365
|
"proficiency": {
|
|
1381
1366
|
"type": "array",
|
|
1382
1367
|
"items": {
|
|
1383
|
-
"
|
|
1384
|
-
"enum": [
|
|
1385
|
-
"str",
|
|
1386
|
-
"dex",
|
|
1387
|
-
"con",
|
|
1388
|
-
"int",
|
|
1389
|
-
"wis",
|
|
1390
|
-
"cha"
|
|
1391
|
-
]
|
|
1368
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
1392
1369
|
}
|
|
1393
1370
|
},
|
|
1394
1371
|
"classTableGroups": {
|
|
@@ -1654,15 +1631,7 @@
|
|
|
1654
1631
|
"proficiency": {
|
|
1655
1632
|
"type": "array",
|
|
1656
1633
|
"items": {
|
|
1657
|
-
"
|
|
1658
|
-
"enum": [
|
|
1659
|
-
"str",
|
|
1660
|
-
"dex",
|
|
1661
|
-
"con",
|
|
1662
|
-
"int",
|
|
1663
|
-
"wis",
|
|
1664
|
-
"cha"
|
|
1665
|
-
]
|
|
1634
|
+
"$ref": "../util.json#/$defs/abilityScoreAbbreviation"
|
|
1666
1635
|
}
|
|
1667
1636
|
},
|
|
1668
1637
|
"classTableGroups": {
|
|
@@ -1176,15 +1176,7 @@
|
|
|
1176
1176
|
"attributes": {
|
|
1177
1177
|
"type": "array",
|
|
1178
1178
|
"items": {
|
|
1179
|
-
"
|
|
1180
|
-
"enum": [
|
|
1181
|
-
"str",
|
|
1182
|
-
"dex",
|
|
1183
|
-
"con",
|
|
1184
|
-
"int",
|
|
1185
|
-
"wis",
|
|
1186
|
-
"cha"
|
|
1187
|
-
]
|
|
1179
|
+
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
1188
1180
|
}
|
|
1189
1181
|
}
|
|
1190
1182
|
},
|
|
@@ -3428,15 +3420,7 @@
|
|
|
3428
3420
|
}
|
|
3429
3421
|
},
|
|
3430
3422
|
"ability": {
|
|
3431
|
-
"
|
|
3432
|
-
"enum": [
|
|
3433
|
-
"str",
|
|
3434
|
-
"dex",
|
|
3435
|
-
"con",
|
|
3436
|
-
"int",
|
|
3437
|
-
"wis",
|
|
3438
|
-
"cha"
|
|
3439
|
-
]
|
|
3423
|
+
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
3440
3424
|
},
|
|
3441
3425
|
"displayAs": {
|
|
3442
3426
|
"description": "Implicitly \"trait\"",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "skills.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"skill": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"basicRules": {
|
|
23
23
|
"$ref": "util.json#/$defs/basicRules"
|
|
24
24
|
},
|
|
25
|
+
"ability": {
|
|
26
|
+
"$ref": "util.json#/$defs/abilityScoreAbbreviation"
|
|
27
|
+
},
|
|
25
28
|
"entries": {
|
|
26
29
|
"type": "array",
|
|
27
30
|
"items": {
|
|
@@ -218,6 +218,17 @@
|
|
|
218
218
|
"subclass"
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
|
+
"abilityScoreAbbreviation": {
|
|
222
|
+
"type": "string",
|
|
223
|
+
"enum": [
|
|
224
|
+
"str",
|
|
225
|
+
"dex",
|
|
226
|
+
"con",
|
|
227
|
+
"int",
|
|
228
|
+
"wis",
|
|
229
|
+
"cha"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
221
232
|
"languageNameLower": {
|
|
222
233
|
"type": "string",
|
|
223
234
|
"enum": [
|
|
@@ -1541,14 +1552,7 @@
|
|
|
1541
1552
|
"from": {
|
|
1542
1553
|
"type": "array",
|
|
1543
1554
|
"items": {
|
|
1544
|
-
"
|
|
1545
|
-
"str",
|
|
1546
|
-
"dex",
|
|
1547
|
-
"con",
|
|
1548
|
-
"int",
|
|
1549
|
-
"wis",
|
|
1550
|
-
"cha"
|
|
1551
|
-
]
|
|
1555
|
+
"$ref": "#/$defs/abilityScoreAbbreviation"
|
|
1552
1556
|
},
|
|
1553
1557
|
"uniqueItems": true,
|
|
1554
1558
|
"minItems": 1
|
|
@@ -1577,14 +1581,7 @@
|
|
|
1577
1581
|
"from": {
|
|
1578
1582
|
"type": "array",
|
|
1579
1583
|
"items": {
|
|
1580
|
-
"
|
|
1581
|
-
"str",
|
|
1582
|
-
"dex",
|
|
1583
|
-
"con",
|
|
1584
|
-
"int",
|
|
1585
|
-
"wis",
|
|
1586
|
-
"cha"
|
|
1587
|
-
]
|
|
1584
|
+
"$ref": "#/$defs/abilityScoreAbbreviation"
|
|
1588
1585
|
},
|
|
1589
1586
|
"uniqueItems": true,
|
|
1590
1587
|
"minItems": 1
|
|
@@ -3181,15 +3178,7 @@
|
|
|
3181
3178
|
"choose": {
|
|
3182
3179
|
"type": "array",
|
|
3183
3180
|
"items": {
|
|
3184
|
-
"
|
|
3185
|
-
"enum": [
|
|
3186
|
-
"str",
|
|
3187
|
-
"dex",
|
|
3188
|
-
"con",
|
|
3189
|
-
"int",
|
|
3190
|
-
"wis",
|
|
3191
|
-
"cha"
|
|
3192
|
-
]
|
|
3181
|
+
"$ref": "#/$defs/abilityScoreAbbreviation"
|
|
3193
3182
|
},
|
|
3194
3183
|
"uniqueItems": true
|
|
3195
3184
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "variantrules.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.7",
|
|
5
5
|
"title": "RulesArray",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
"$ref": "util.json#/$defs/page"
|
|
42
42
|
},
|
|
43
43
|
"ruleType": {
|
|
44
|
-
"description": "O: Optional\n P: Prerelease\n V: Variant\n VO: Variant Optional\n VV: Variant Variant",
|
|
44
|
+
"description": "C: Core\n O: Optional\n P: Prerelease\n V: Variant\n VO: Variant Optional\n VV: Variant Variant",
|
|
45
45
|
"type": "string",
|
|
46
46
|
"enum": [
|
|
47
|
+
"C",
|
|
47
48
|
"O",
|
|
48
49
|
"P",
|
|
49
50
|
"V",
|