5etools-utils 0.13.8 → 0.13.9

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.
@@ -2778,21 +2778,24 @@
2778
2778
  },
2779
2779
  "uniqueItems": true
2780
2780
  },
2781
+ "consumesName": {
2782
+ "type": "string",
2783
+ "enum": [
2784
+ "Superiority Die",
2785
+ "Ki",
2786
+ "Channel Divinity",
2787
+ "Psionic Energy Die",
2788
+ "Wild Shape",
2789
+ "Sorcery Point",
2790
+ "Arcane Shot",
2791
+ "Focus Point"
2792
+ ]
2793
+ },
2781
2794
  "_consumesObjectBase": {
2782
2795
  "type": "object",
2783
2796
  "properties": {
2784
2797
  "name": {
2785
- "type": "string",
2786
- "enum": [
2787
- "Superiority Die",
2788
- "Ki",
2789
- "Channel Divinity",
2790
- "Psionic Energy Die",
2791
- "Wild Shape",
2792
- "Sorcery Point",
2793
- "Arcane Shot",
2794
- "Focus Point"
2795
- ]
2798
+ "$ref": "#/$defs/consumesName"
2796
2799
  }
2797
2800
  },
2798
2801
  "additionalProperties": false
@@ -2803,17 +2806,7 @@
2803
2806
  "type": "object",
2804
2807
  "properties": {
2805
2808
  "name": {
2806
- "type": "string",
2807
- "enum": [
2808
- "Superiority Die",
2809
- "Ki",
2810
- "Channel Divinity",
2811
- "Psionic Energy Die",
2812
- "Wild Shape",
2813
- "Sorcery Point",
2814
- "Arcane Shot",
2815
- "Focus Point"
2816
- ]
2809
+ "$ref": "#/$defs/consumesName"
2817
2810
  },
2818
2811
  "amount": {
2819
2812
  "type": "integer"
@@ -2828,17 +2821,7 @@
2828
2821
  "type": "object",
2829
2822
  "properties": {
2830
2823
  "name": {
2831
- "type": "string",
2832
- "enum": [
2833
- "Superiority Die",
2834
- "Ki",
2835
- "Channel Divinity",
2836
- "Psionic Energy Die",
2837
- "Wild Shape",
2838
- "Sorcery Point",
2839
- "Arcane Shot",
2840
- "Focus Point"
2841
- ]
2824
+ "$ref": "#/$defs/consumesName"
2842
2825
  },
2843
2826
  "amountMin": {
2844
2827
  "type": "integer"