5etools-utils 0.8.24 → 0.8.25
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/entry.json +31 -2
- package/schema/brew-fast/entry.json +31 -2
- package/schema/site/entry.json +31 -2
- package/schema/site-fast/entry.json +31 -2
package/package.json
CHANGED
package/schema/brew/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.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3321,6 +3321,9 @@
|
|
|
3321
3321
|
"charges": {
|
|
3322
3322
|
"$ref": "#/$defs/entrySpellcasting_frequency"
|
|
3323
3323
|
},
|
|
3324
|
+
"recharge": {
|
|
3325
|
+
"$ref": "#/$defs/entrySpellcasting_recharge"
|
|
3326
|
+
},
|
|
3324
3327
|
"spells": {
|
|
3325
3328
|
"type": "object",
|
|
3326
3329
|
"properties": {
|
|
@@ -3383,7 +3386,9 @@
|
|
|
3383
3386
|
"weekly",
|
|
3384
3387
|
"yearly",
|
|
3385
3388
|
"ritual",
|
|
3386
|
-
"spells"
|
|
3389
|
+
"spells",
|
|
3390
|
+
"charges",
|
|
3391
|
+
"recharge"
|
|
3387
3392
|
]
|
|
3388
3393
|
}
|
|
3389
3394
|
},
|
|
@@ -3507,6 +3512,30 @@
|
|
|
3507
3512
|
},
|
|
3508
3513
|
"additionalProperties": false
|
|
3509
3514
|
},
|
|
3515
|
+
"entrySpellcasting_recharge": {
|
|
3516
|
+
"type": "object",
|
|
3517
|
+
"properties": {
|
|
3518
|
+
"1": {
|
|
3519
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3520
|
+
},
|
|
3521
|
+
"2": {
|
|
3522
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3523
|
+
},
|
|
3524
|
+
"3": {
|
|
3525
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3526
|
+
},
|
|
3527
|
+
"4": {
|
|
3528
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3529
|
+
},
|
|
3530
|
+
"5": {
|
|
3531
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3532
|
+
},
|
|
3533
|
+
"6": {
|
|
3534
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
"additionalProperties": false
|
|
3538
|
+
},
|
|
3510
3539
|
"entryWrapped": {
|
|
3511
3540
|
"type": "object",
|
|
3512
3541
|
"properties": {
|
|
@@ -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.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3321,6 +3321,9 @@
|
|
|
3321
3321
|
"charges": {
|
|
3322
3322
|
"$ref": "#/$defs/entrySpellcasting_frequency"
|
|
3323
3323
|
},
|
|
3324
|
+
"recharge": {
|
|
3325
|
+
"$ref": "#/$defs/entrySpellcasting_recharge"
|
|
3326
|
+
},
|
|
3324
3327
|
"spells": {
|
|
3325
3328
|
"type": "object",
|
|
3326
3329
|
"properties": {
|
|
@@ -3383,7 +3386,9 @@
|
|
|
3383
3386
|
"weekly",
|
|
3384
3387
|
"yearly",
|
|
3385
3388
|
"ritual",
|
|
3386
|
-
"spells"
|
|
3389
|
+
"spells",
|
|
3390
|
+
"charges",
|
|
3391
|
+
"recharge"
|
|
3387
3392
|
]
|
|
3388
3393
|
}
|
|
3389
3394
|
},
|
|
@@ -3507,6 +3512,30 @@
|
|
|
3507
3512
|
},
|
|
3508
3513
|
"additionalProperties": false
|
|
3509
3514
|
},
|
|
3515
|
+
"entrySpellcasting_recharge": {
|
|
3516
|
+
"type": "object",
|
|
3517
|
+
"properties": {
|
|
3518
|
+
"1": {
|
|
3519
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3520
|
+
},
|
|
3521
|
+
"2": {
|
|
3522
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3523
|
+
},
|
|
3524
|
+
"3": {
|
|
3525
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3526
|
+
},
|
|
3527
|
+
"4": {
|
|
3528
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3529
|
+
},
|
|
3530
|
+
"5": {
|
|
3531
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3532
|
+
},
|
|
3533
|
+
"6": {
|
|
3534
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
"additionalProperties": false
|
|
3538
|
+
},
|
|
3510
3539
|
"entryWrapped": {
|
|
3511
3540
|
"type": "object",
|
|
3512
3541
|
"properties": {
|
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.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3278,6 +3278,9 @@
|
|
|
3278
3278
|
"charges": {
|
|
3279
3279
|
"$ref": "#/$defs/entrySpellcasting_frequency"
|
|
3280
3280
|
},
|
|
3281
|
+
"recharge": {
|
|
3282
|
+
"$ref": "#/$defs/entrySpellcasting_recharge"
|
|
3283
|
+
},
|
|
3281
3284
|
"spells": {
|
|
3282
3285
|
"type": "object",
|
|
3283
3286
|
"properties": {
|
|
@@ -3340,7 +3343,9 @@
|
|
|
3340
3343
|
"weekly",
|
|
3341
3344
|
"yearly",
|
|
3342
3345
|
"ritual",
|
|
3343
|
-
"spells"
|
|
3346
|
+
"spells",
|
|
3347
|
+
"charges",
|
|
3348
|
+
"recharge"
|
|
3344
3349
|
]
|
|
3345
3350
|
}
|
|
3346
3351
|
},
|
|
@@ -3464,6 +3469,30 @@
|
|
|
3464
3469
|
},
|
|
3465
3470
|
"additionalProperties": false
|
|
3466
3471
|
},
|
|
3472
|
+
"entrySpellcasting_recharge": {
|
|
3473
|
+
"type": "object",
|
|
3474
|
+
"properties": {
|
|
3475
|
+
"1": {
|
|
3476
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3477
|
+
},
|
|
3478
|
+
"2": {
|
|
3479
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3480
|
+
},
|
|
3481
|
+
"3": {
|
|
3482
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3483
|
+
},
|
|
3484
|
+
"4": {
|
|
3485
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3486
|
+
},
|
|
3487
|
+
"5": {
|
|
3488
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3489
|
+
},
|
|
3490
|
+
"6": {
|
|
3491
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
"additionalProperties": false
|
|
3495
|
+
},
|
|
3467
3496
|
"entryWrapped": {
|
|
3468
3497
|
"type": "object",
|
|
3469
3498
|
"properties": {
|
|
@@ -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.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3278,6 +3278,9 @@
|
|
|
3278
3278
|
"charges": {
|
|
3279
3279
|
"$ref": "#/$defs/entrySpellcasting_frequency"
|
|
3280
3280
|
},
|
|
3281
|
+
"recharge": {
|
|
3282
|
+
"$ref": "#/$defs/entrySpellcasting_recharge"
|
|
3283
|
+
},
|
|
3281
3284
|
"spells": {
|
|
3282
3285
|
"type": "object",
|
|
3283
3286
|
"properties": {
|
|
@@ -3340,7 +3343,9 @@
|
|
|
3340
3343
|
"weekly",
|
|
3341
3344
|
"yearly",
|
|
3342
3345
|
"ritual",
|
|
3343
|
-
"spells"
|
|
3346
|
+
"spells",
|
|
3347
|
+
"charges",
|
|
3348
|
+
"recharge"
|
|
3344
3349
|
]
|
|
3345
3350
|
}
|
|
3346
3351
|
},
|
|
@@ -3464,6 +3469,30 @@
|
|
|
3464
3469
|
},
|
|
3465
3470
|
"additionalProperties": false
|
|
3466
3471
|
},
|
|
3472
|
+
"entrySpellcasting_recharge": {
|
|
3473
|
+
"type": "object",
|
|
3474
|
+
"properties": {
|
|
3475
|
+
"1": {
|
|
3476
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3477
|
+
},
|
|
3478
|
+
"2": {
|
|
3479
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3480
|
+
},
|
|
3481
|
+
"3": {
|
|
3482
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3483
|
+
},
|
|
3484
|
+
"4": {
|
|
3485
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3486
|
+
},
|
|
3487
|
+
"5": {
|
|
3488
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3489
|
+
},
|
|
3490
|
+
"6": {
|
|
3491
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
"additionalProperties": false
|
|
3495
|
+
},
|
|
3467
3496
|
"entryWrapped": {
|
|
3468
3497
|
"type": "object",
|
|
3469
3498
|
"properties": {
|