5etools-utils 0.7.1 → 0.7.3
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/README.md
CHANGED
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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -88,6 +88,28 @@
|
|
|
88
88
|
}
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
|
+
"abilityScore": {
|
|
92
|
+
"oneOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": [
|
|
95
|
+
"integer",
|
|
96
|
+
"null"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "object",
|
|
101
|
+
"properties": {
|
|
102
|
+
"special": {
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"special"
|
|
108
|
+
],
|
|
109
|
+
"additionalProperties": false
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
91
113
|
"creatureData": {
|
|
92
114
|
"type": "object",
|
|
93
115
|
"properties": {
|
|
@@ -299,40 +321,22 @@
|
|
|
299
321
|
"$ref": "../util.json#/$defs/speed"
|
|
300
322
|
},
|
|
301
323
|
"str": {
|
|
302
|
-
"
|
|
303
|
-
"integer",
|
|
304
|
-
"null"
|
|
305
|
-
]
|
|
324
|
+
"$ref": "#/$defs/abilityScore"
|
|
306
325
|
},
|
|
307
326
|
"dex": {
|
|
308
|
-
"
|
|
309
|
-
"integer",
|
|
310
|
-
"null"
|
|
311
|
-
]
|
|
327
|
+
"$ref": "#/$defs/abilityScore"
|
|
312
328
|
},
|
|
313
329
|
"con": {
|
|
314
|
-
"
|
|
315
|
-
"integer",
|
|
316
|
-
"null"
|
|
317
|
-
]
|
|
330
|
+
"$ref": "#/$defs/abilityScore"
|
|
318
331
|
},
|
|
319
332
|
"int": {
|
|
320
|
-
"
|
|
321
|
-
"integer",
|
|
322
|
-
"null"
|
|
323
|
-
]
|
|
333
|
+
"$ref": "#/$defs/abilityScore"
|
|
324
334
|
},
|
|
325
335
|
"wis": {
|
|
326
|
-
"
|
|
327
|
-
"integer",
|
|
328
|
-
"null"
|
|
329
|
-
]
|
|
336
|
+
"$ref": "#/$defs/abilityScore"
|
|
330
337
|
},
|
|
331
338
|
"cha": {
|
|
332
|
-
"
|
|
333
|
-
"integer",
|
|
334
|
-
"null"
|
|
335
|
-
]
|
|
339
|
+
"$ref": "#/$defs/abilityScore"
|
|
336
340
|
},
|
|
337
341
|
"save": {
|
|
338
342
|
"type": "object",
|
|
@@ -1472,40 +1476,22 @@
|
|
|
1472
1476
|
"$ref": "../util.json#/$defs/speed"
|
|
1473
1477
|
},
|
|
1474
1478
|
"str": {
|
|
1475
|
-
"
|
|
1476
|
-
"integer",
|
|
1477
|
-
"null"
|
|
1478
|
-
]
|
|
1479
|
+
"$ref": "#/$defs/abilityScore"
|
|
1479
1480
|
},
|
|
1480
1481
|
"dex": {
|
|
1481
|
-
"
|
|
1482
|
-
"integer",
|
|
1483
|
-
"null"
|
|
1484
|
-
]
|
|
1482
|
+
"$ref": "#/$defs/abilityScore"
|
|
1485
1483
|
},
|
|
1486
1484
|
"con": {
|
|
1487
|
-
"
|
|
1488
|
-
"integer",
|
|
1489
|
-
"null"
|
|
1490
|
-
]
|
|
1485
|
+
"$ref": "#/$defs/abilityScore"
|
|
1491
1486
|
},
|
|
1492
1487
|
"int": {
|
|
1493
|
-
"
|
|
1494
|
-
"integer",
|
|
1495
|
-
"null"
|
|
1496
|
-
]
|
|
1488
|
+
"$ref": "#/$defs/abilityScore"
|
|
1497
1489
|
},
|
|
1498
1490
|
"wis": {
|
|
1499
|
-
"
|
|
1500
|
-
"integer",
|
|
1501
|
-
"null"
|
|
1502
|
-
]
|
|
1491
|
+
"$ref": "#/$defs/abilityScore"
|
|
1503
1492
|
},
|
|
1504
1493
|
"cha": {
|
|
1505
|
-
"
|
|
1506
|
-
"integer",
|
|
1507
|
-
"null"
|
|
1508
|
-
]
|
|
1494
|
+
"$ref": "#/$defs/abilityScore"
|
|
1509
1495
|
},
|
|
1510
1496
|
"save": {
|
|
1511
1497
|
"type": "object",
|
|
@@ -2444,8 +2430,7 @@
|
|
|
2444
2430
|
"con",
|
|
2445
2431
|
"int",
|
|
2446
2432
|
"wis",
|
|
2447
|
-
"cha"
|
|
2448
|
-
"passive"
|
|
2433
|
+
"cha"
|
|
2449
2434
|
]
|
|
2450
2435
|
},
|
|
2451
2436
|
{
|
|
@@ -2660,40 +2645,22 @@
|
|
|
2660
2645
|
"$ref": "../util.json#/$defs/speed"
|
|
2661
2646
|
},
|
|
2662
2647
|
"str": {
|
|
2663
|
-
"
|
|
2664
|
-
"integer",
|
|
2665
|
-
"null"
|
|
2666
|
-
]
|
|
2648
|
+
"$ref": "#/$defs/abilityScore"
|
|
2667
2649
|
},
|
|
2668
2650
|
"dex": {
|
|
2669
|
-
"
|
|
2670
|
-
"integer",
|
|
2671
|
-
"null"
|
|
2672
|
-
]
|
|
2651
|
+
"$ref": "#/$defs/abilityScore"
|
|
2673
2652
|
},
|
|
2674
2653
|
"con": {
|
|
2675
|
-
"
|
|
2676
|
-
"integer",
|
|
2677
|
-
"null"
|
|
2678
|
-
]
|
|
2654
|
+
"$ref": "#/$defs/abilityScore"
|
|
2679
2655
|
},
|
|
2680
2656
|
"int": {
|
|
2681
|
-
"
|
|
2682
|
-
"integer",
|
|
2683
|
-
"null"
|
|
2684
|
-
]
|
|
2657
|
+
"$ref": "#/$defs/abilityScore"
|
|
2685
2658
|
},
|
|
2686
2659
|
"wis": {
|
|
2687
|
-
"
|
|
2688
|
-
"integer",
|
|
2689
|
-
"null"
|
|
2690
|
-
]
|
|
2660
|
+
"$ref": "#/$defs/abilityScore"
|
|
2691
2661
|
},
|
|
2692
2662
|
"cha": {
|
|
2693
|
-
"
|
|
2694
|
-
"integer",
|
|
2695
|
-
"null"
|
|
2696
|
-
]
|
|
2663
|
+
"$ref": "#/$defs/abilityScore"
|
|
2697
2664
|
},
|
|
2698
2665
|
"save": {
|
|
2699
2666
|
"type": "object",
|
|
@@ -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -88,6 +88,28 @@
|
|
|
88
88
|
}
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
|
+
"abilityScore": {
|
|
92
|
+
"oneOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": [
|
|
95
|
+
"integer",
|
|
96
|
+
"null"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "object",
|
|
101
|
+
"properties": {
|
|
102
|
+
"special": {
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"special"
|
|
108
|
+
],
|
|
109
|
+
"additionalProperties": false
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
91
113
|
"creatureData": {
|
|
92
114
|
"type": "object",
|
|
93
115
|
"properties": {
|
|
@@ -299,40 +321,22 @@
|
|
|
299
321
|
"$ref": "../util.json#/$defs/speed"
|
|
300
322
|
},
|
|
301
323
|
"str": {
|
|
302
|
-
"
|
|
303
|
-
"integer",
|
|
304
|
-
"null"
|
|
305
|
-
]
|
|
324
|
+
"$ref": "#/$defs/abilityScore"
|
|
306
325
|
},
|
|
307
326
|
"dex": {
|
|
308
|
-
"
|
|
309
|
-
"integer",
|
|
310
|
-
"null"
|
|
311
|
-
]
|
|
327
|
+
"$ref": "#/$defs/abilityScore"
|
|
312
328
|
},
|
|
313
329
|
"con": {
|
|
314
|
-
"
|
|
315
|
-
"integer",
|
|
316
|
-
"null"
|
|
317
|
-
]
|
|
330
|
+
"$ref": "#/$defs/abilityScore"
|
|
318
331
|
},
|
|
319
332
|
"int": {
|
|
320
|
-
"
|
|
321
|
-
"integer",
|
|
322
|
-
"null"
|
|
323
|
-
]
|
|
333
|
+
"$ref": "#/$defs/abilityScore"
|
|
324
334
|
},
|
|
325
335
|
"wis": {
|
|
326
|
-
"
|
|
327
|
-
"integer",
|
|
328
|
-
"null"
|
|
329
|
-
]
|
|
336
|
+
"$ref": "#/$defs/abilityScore"
|
|
330
337
|
},
|
|
331
338
|
"cha": {
|
|
332
|
-
"
|
|
333
|
-
"integer",
|
|
334
|
-
"null"
|
|
335
|
-
]
|
|
339
|
+
"$ref": "#/$defs/abilityScore"
|
|
336
340
|
},
|
|
337
341
|
"save": {
|
|
338
342
|
"type": "object",
|
|
@@ -1472,40 +1476,22 @@
|
|
|
1472
1476
|
"$ref": "../util.json#/$defs/speed"
|
|
1473
1477
|
},
|
|
1474
1478
|
"str": {
|
|
1475
|
-
"
|
|
1476
|
-
"integer",
|
|
1477
|
-
"null"
|
|
1478
|
-
]
|
|
1479
|
+
"$ref": "#/$defs/abilityScore"
|
|
1479
1480
|
},
|
|
1480
1481
|
"dex": {
|
|
1481
|
-
"
|
|
1482
|
-
"integer",
|
|
1483
|
-
"null"
|
|
1484
|
-
]
|
|
1482
|
+
"$ref": "#/$defs/abilityScore"
|
|
1485
1483
|
},
|
|
1486
1484
|
"con": {
|
|
1487
|
-
"
|
|
1488
|
-
"integer",
|
|
1489
|
-
"null"
|
|
1490
|
-
]
|
|
1485
|
+
"$ref": "#/$defs/abilityScore"
|
|
1491
1486
|
},
|
|
1492
1487
|
"int": {
|
|
1493
|
-
"
|
|
1494
|
-
"integer",
|
|
1495
|
-
"null"
|
|
1496
|
-
]
|
|
1488
|
+
"$ref": "#/$defs/abilityScore"
|
|
1497
1489
|
},
|
|
1498
1490
|
"wis": {
|
|
1499
|
-
"
|
|
1500
|
-
"integer",
|
|
1501
|
-
"null"
|
|
1502
|
-
]
|
|
1491
|
+
"$ref": "#/$defs/abilityScore"
|
|
1503
1492
|
},
|
|
1504
1493
|
"cha": {
|
|
1505
|
-
"
|
|
1506
|
-
"integer",
|
|
1507
|
-
"null"
|
|
1508
|
-
]
|
|
1494
|
+
"$ref": "#/$defs/abilityScore"
|
|
1509
1495
|
},
|
|
1510
1496
|
"save": {
|
|
1511
1497
|
"type": "object",
|
|
@@ -2444,8 +2430,7 @@
|
|
|
2444
2430
|
"con",
|
|
2445
2431
|
"int",
|
|
2446
2432
|
"wis",
|
|
2447
|
-
"cha"
|
|
2448
|
-
"passive"
|
|
2433
|
+
"cha"
|
|
2449
2434
|
]
|
|
2450
2435
|
},
|
|
2451
2436
|
{
|
|
@@ -2660,40 +2645,22 @@
|
|
|
2660
2645
|
"$ref": "../util.json#/$defs/speed"
|
|
2661
2646
|
},
|
|
2662
2647
|
"str": {
|
|
2663
|
-
"
|
|
2664
|
-
"integer",
|
|
2665
|
-
"null"
|
|
2666
|
-
]
|
|
2648
|
+
"$ref": "#/$defs/abilityScore"
|
|
2667
2649
|
},
|
|
2668
2650
|
"dex": {
|
|
2669
|
-
"
|
|
2670
|
-
"integer",
|
|
2671
|
-
"null"
|
|
2672
|
-
]
|
|
2651
|
+
"$ref": "#/$defs/abilityScore"
|
|
2673
2652
|
},
|
|
2674
2653
|
"con": {
|
|
2675
|
-
"
|
|
2676
|
-
"integer",
|
|
2677
|
-
"null"
|
|
2678
|
-
]
|
|
2654
|
+
"$ref": "#/$defs/abilityScore"
|
|
2679
2655
|
},
|
|
2680
2656
|
"int": {
|
|
2681
|
-
"
|
|
2682
|
-
"integer",
|
|
2683
|
-
"null"
|
|
2684
|
-
]
|
|
2657
|
+
"$ref": "#/$defs/abilityScore"
|
|
2685
2658
|
},
|
|
2686
2659
|
"wis": {
|
|
2687
|
-
"
|
|
2688
|
-
"integer",
|
|
2689
|
-
"null"
|
|
2690
|
-
]
|
|
2660
|
+
"$ref": "#/$defs/abilityScore"
|
|
2691
2661
|
},
|
|
2692
2662
|
"cha": {
|
|
2693
|
-
"
|
|
2694
|
-
"integer",
|
|
2695
|
-
"null"
|
|
2696
|
-
]
|
|
2663
|
+
"$ref": "#/$defs/abilityScore"
|
|
2697
2664
|
},
|
|
2698
2665
|
"save": {
|
|
2699
2666
|
"type": "object",
|
|
@@ -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -88,6 +88,28 @@
|
|
|
88
88
|
}
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
|
+
"abilityScore": {
|
|
92
|
+
"oneOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": [
|
|
95
|
+
"integer",
|
|
96
|
+
"null"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "object",
|
|
101
|
+
"properties": {
|
|
102
|
+
"special": {
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"special"
|
|
108
|
+
],
|
|
109
|
+
"additionalProperties": false
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
91
113
|
"creatureData": {
|
|
92
114
|
"type": "object",
|
|
93
115
|
"properties": {
|
|
@@ -299,40 +321,22 @@
|
|
|
299
321
|
"$ref": "../util.json#/$defs/speed"
|
|
300
322
|
},
|
|
301
323
|
"str": {
|
|
302
|
-
"
|
|
303
|
-
"integer",
|
|
304
|
-
"null"
|
|
305
|
-
]
|
|
324
|
+
"$ref": "#/$defs/abilityScore"
|
|
306
325
|
},
|
|
307
326
|
"dex": {
|
|
308
|
-
"
|
|
309
|
-
"integer",
|
|
310
|
-
"null"
|
|
311
|
-
]
|
|
327
|
+
"$ref": "#/$defs/abilityScore"
|
|
312
328
|
},
|
|
313
329
|
"con": {
|
|
314
|
-
"
|
|
315
|
-
"integer",
|
|
316
|
-
"null"
|
|
317
|
-
]
|
|
330
|
+
"$ref": "#/$defs/abilityScore"
|
|
318
331
|
},
|
|
319
332
|
"int": {
|
|
320
|
-
"
|
|
321
|
-
"integer",
|
|
322
|
-
"null"
|
|
323
|
-
]
|
|
333
|
+
"$ref": "#/$defs/abilityScore"
|
|
324
334
|
},
|
|
325
335
|
"wis": {
|
|
326
|
-
"
|
|
327
|
-
"integer",
|
|
328
|
-
"null"
|
|
329
|
-
]
|
|
336
|
+
"$ref": "#/$defs/abilityScore"
|
|
330
337
|
},
|
|
331
338
|
"cha": {
|
|
332
|
-
"
|
|
333
|
-
"integer",
|
|
334
|
-
"null"
|
|
335
|
-
]
|
|
339
|
+
"$ref": "#/$defs/abilityScore"
|
|
336
340
|
},
|
|
337
341
|
"save": {
|
|
338
342
|
"type": "object",
|
|
@@ -1376,40 +1380,22 @@
|
|
|
1376
1380
|
"$ref": "../util.json#/$defs/speed"
|
|
1377
1381
|
},
|
|
1378
1382
|
"str": {
|
|
1379
|
-
"
|
|
1380
|
-
"integer",
|
|
1381
|
-
"null"
|
|
1382
|
-
]
|
|
1383
|
+
"$ref": "#/$defs/abilityScore"
|
|
1383
1384
|
},
|
|
1384
1385
|
"dex": {
|
|
1385
|
-
"
|
|
1386
|
-
"integer",
|
|
1387
|
-
"null"
|
|
1388
|
-
]
|
|
1386
|
+
"$ref": "#/$defs/abilityScore"
|
|
1389
1387
|
},
|
|
1390
1388
|
"con": {
|
|
1391
|
-
"
|
|
1392
|
-
"integer",
|
|
1393
|
-
"null"
|
|
1394
|
-
]
|
|
1389
|
+
"$ref": "#/$defs/abilityScore"
|
|
1395
1390
|
},
|
|
1396
1391
|
"int": {
|
|
1397
|
-
"
|
|
1398
|
-
"integer",
|
|
1399
|
-
"null"
|
|
1400
|
-
]
|
|
1392
|
+
"$ref": "#/$defs/abilityScore"
|
|
1401
1393
|
},
|
|
1402
1394
|
"wis": {
|
|
1403
|
-
"
|
|
1404
|
-
"integer",
|
|
1405
|
-
"null"
|
|
1406
|
-
]
|
|
1395
|
+
"$ref": "#/$defs/abilityScore"
|
|
1407
1396
|
},
|
|
1408
1397
|
"cha": {
|
|
1409
|
-
"
|
|
1410
|
-
"integer",
|
|
1411
|
-
"null"
|
|
1412
|
-
]
|
|
1398
|
+
"$ref": "#/$defs/abilityScore"
|
|
1413
1399
|
},
|
|
1414
1400
|
"save": {
|
|
1415
1401
|
"type": "object",
|
|
@@ -2252,8 +2238,7 @@
|
|
|
2252
2238
|
"con",
|
|
2253
2239
|
"int",
|
|
2254
2240
|
"wis",
|
|
2255
|
-
"cha"
|
|
2256
|
-
"passive"
|
|
2241
|
+
"cha"
|
|
2257
2242
|
]
|
|
2258
2243
|
},
|
|
2259
2244
|
{
|
|
@@ -2468,40 +2453,22 @@
|
|
|
2468
2453
|
"$ref": "../util.json#/$defs/speed"
|
|
2469
2454
|
},
|
|
2470
2455
|
"str": {
|
|
2471
|
-
"
|
|
2472
|
-
"integer",
|
|
2473
|
-
"null"
|
|
2474
|
-
]
|
|
2456
|
+
"$ref": "#/$defs/abilityScore"
|
|
2475
2457
|
},
|
|
2476
2458
|
"dex": {
|
|
2477
|
-
"
|
|
2478
|
-
"integer",
|
|
2479
|
-
"null"
|
|
2480
|
-
]
|
|
2459
|
+
"$ref": "#/$defs/abilityScore"
|
|
2481
2460
|
},
|
|
2482
2461
|
"con": {
|
|
2483
|
-
"
|
|
2484
|
-
"integer",
|
|
2485
|
-
"null"
|
|
2486
|
-
]
|
|
2462
|
+
"$ref": "#/$defs/abilityScore"
|
|
2487
2463
|
},
|
|
2488
2464
|
"int": {
|
|
2489
|
-
"
|
|
2490
|
-
"integer",
|
|
2491
|
-
"null"
|
|
2492
|
-
]
|
|
2465
|
+
"$ref": "#/$defs/abilityScore"
|
|
2493
2466
|
},
|
|
2494
2467
|
"wis": {
|
|
2495
|
-
"
|
|
2496
|
-
"integer",
|
|
2497
|
-
"null"
|
|
2498
|
-
]
|
|
2468
|
+
"$ref": "#/$defs/abilityScore"
|
|
2499
2469
|
},
|
|
2500
2470
|
"cha": {
|
|
2501
|
-
"
|
|
2502
|
-
"integer",
|
|
2503
|
-
"null"
|
|
2504
|
-
]
|
|
2471
|
+
"$ref": "#/$defs/abilityScore"
|
|
2505
2472
|
},
|
|
2506
2473
|
"save": {
|
|
2507
2474
|
"type": "object",
|
|
@@ -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.16",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -88,6 +88,28 @@
|
|
|
88
88
|
}
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
|
+
"abilityScore": {
|
|
92
|
+
"oneOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": [
|
|
95
|
+
"integer",
|
|
96
|
+
"null"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "object",
|
|
101
|
+
"properties": {
|
|
102
|
+
"special": {
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"special"
|
|
108
|
+
],
|
|
109
|
+
"additionalProperties": false
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
91
113
|
"creatureData": {
|
|
92
114
|
"type": "object",
|
|
93
115
|
"properties": {
|
|
@@ -299,40 +321,22 @@
|
|
|
299
321
|
"$ref": "../util.json#/$defs/speed"
|
|
300
322
|
},
|
|
301
323
|
"str": {
|
|
302
|
-
"
|
|
303
|
-
"integer",
|
|
304
|
-
"null"
|
|
305
|
-
]
|
|
324
|
+
"$ref": "#/$defs/abilityScore"
|
|
306
325
|
},
|
|
307
326
|
"dex": {
|
|
308
|
-
"
|
|
309
|
-
"integer",
|
|
310
|
-
"null"
|
|
311
|
-
]
|
|
327
|
+
"$ref": "#/$defs/abilityScore"
|
|
312
328
|
},
|
|
313
329
|
"con": {
|
|
314
|
-
"
|
|
315
|
-
"integer",
|
|
316
|
-
"null"
|
|
317
|
-
]
|
|
330
|
+
"$ref": "#/$defs/abilityScore"
|
|
318
331
|
},
|
|
319
332
|
"int": {
|
|
320
|
-
"
|
|
321
|
-
"integer",
|
|
322
|
-
"null"
|
|
323
|
-
]
|
|
333
|
+
"$ref": "#/$defs/abilityScore"
|
|
324
334
|
},
|
|
325
335
|
"wis": {
|
|
326
|
-
"
|
|
327
|
-
"integer",
|
|
328
|
-
"null"
|
|
329
|
-
]
|
|
336
|
+
"$ref": "#/$defs/abilityScore"
|
|
330
337
|
},
|
|
331
338
|
"cha": {
|
|
332
|
-
"
|
|
333
|
-
"integer",
|
|
334
|
-
"null"
|
|
335
|
-
]
|
|
339
|
+
"$ref": "#/$defs/abilityScore"
|
|
336
340
|
},
|
|
337
341
|
"save": {
|
|
338
342
|
"type": "object",
|
|
@@ -1376,40 +1380,22 @@
|
|
|
1376
1380
|
"$ref": "../util.json#/$defs/speed"
|
|
1377
1381
|
},
|
|
1378
1382
|
"str": {
|
|
1379
|
-
"
|
|
1380
|
-
"integer",
|
|
1381
|
-
"null"
|
|
1382
|
-
]
|
|
1383
|
+
"$ref": "#/$defs/abilityScore"
|
|
1383
1384
|
},
|
|
1384
1385
|
"dex": {
|
|
1385
|
-
"
|
|
1386
|
-
"integer",
|
|
1387
|
-
"null"
|
|
1388
|
-
]
|
|
1386
|
+
"$ref": "#/$defs/abilityScore"
|
|
1389
1387
|
},
|
|
1390
1388
|
"con": {
|
|
1391
|
-
"
|
|
1392
|
-
"integer",
|
|
1393
|
-
"null"
|
|
1394
|
-
]
|
|
1389
|
+
"$ref": "#/$defs/abilityScore"
|
|
1395
1390
|
},
|
|
1396
1391
|
"int": {
|
|
1397
|
-
"
|
|
1398
|
-
"integer",
|
|
1399
|
-
"null"
|
|
1400
|
-
]
|
|
1392
|
+
"$ref": "#/$defs/abilityScore"
|
|
1401
1393
|
},
|
|
1402
1394
|
"wis": {
|
|
1403
|
-
"
|
|
1404
|
-
"integer",
|
|
1405
|
-
"null"
|
|
1406
|
-
]
|
|
1395
|
+
"$ref": "#/$defs/abilityScore"
|
|
1407
1396
|
},
|
|
1408
1397
|
"cha": {
|
|
1409
|
-
"
|
|
1410
|
-
"integer",
|
|
1411
|
-
"null"
|
|
1412
|
-
]
|
|
1398
|
+
"$ref": "#/$defs/abilityScore"
|
|
1413
1399
|
},
|
|
1414
1400
|
"save": {
|
|
1415
1401
|
"type": "object",
|
|
@@ -2252,8 +2238,7 @@
|
|
|
2252
2238
|
"con",
|
|
2253
2239
|
"int",
|
|
2254
2240
|
"wis",
|
|
2255
|
-
"cha"
|
|
2256
|
-
"passive"
|
|
2241
|
+
"cha"
|
|
2257
2242
|
]
|
|
2258
2243
|
},
|
|
2259
2244
|
{
|
|
@@ -2468,40 +2453,22 @@
|
|
|
2468
2453
|
"$ref": "../util.json#/$defs/speed"
|
|
2469
2454
|
},
|
|
2470
2455
|
"str": {
|
|
2471
|
-
"
|
|
2472
|
-
"integer",
|
|
2473
|
-
"null"
|
|
2474
|
-
]
|
|
2456
|
+
"$ref": "#/$defs/abilityScore"
|
|
2475
2457
|
},
|
|
2476
2458
|
"dex": {
|
|
2477
|
-
"
|
|
2478
|
-
"integer",
|
|
2479
|
-
"null"
|
|
2480
|
-
]
|
|
2459
|
+
"$ref": "#/$defs/abilityScore"
|
|
2481
2460
|
},
|
|
2482
2461
|
"con": {
|
|
2483
|
-
"
|
|
2484
|
-
"integer",
|
|
2485
|
-
"null"
|
|
2486
|
-
]
|
|
2462
|
+
"$ref": "#/$defs/abilityScore"
|
|
2487
2463
|
},
|
|
2488
2464
|
"int": {
|
|
2489
|
-
"
|
|
2490
|
-
"integer",
|
|
2491
|
-
"null"
|
|
2492
|
-
]
|
|
2465
|
+
"$ref": "#/$defs/abilityScore"
|
|
2493
2466
|
},
|
|
2494
2467
|
"wis": {
|
|
2495
|
-
"
|
|
2496
|
-
"integer",
|
|
2497
|
-
"null"
|
|
2498
|
-
]
|
|
2468
|
+
"$ref": "#/$defs/abilityScore"
|
|
2499
2469
|
},
|
|
2500
2470
|
"cha": {
|
|
2501
|
-
"
|
|
2502
|
-
"integer",
|
|
2503
|
-
"null"
|
|
2504
|
-
]
|
|
2471
|
+
"$ref": "#/$defs/abilityScore"
|
|
2505
2472
|
},
|
|
2506
2473
|
"save": {
|
|
2507
2474
|
"type": "object",
|