5etools-utils 0.14.8 → 0.14.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.14.8",
3
+ "version": "0.14.10",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "sources.json",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "object",
6
6
  "description": "Keys are source identifiers.",
7
7
  "patternProperties": {
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Keys are spell names.",
11
11
  "patternProperties": {
12
- "^[-a-zA-Z0-9 '()/;]+$": {
12
+ "^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
13
13
  "type": "object",
14
14
  "properties": {
15
15
  "class": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.31",
6
+ "version": "1.17.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1901,9 +1901,19 @@
1901
1901
  "$ref": "util.json#/$defs/source"
1902
1902
  },
1903
1903
  "visible": {
1904
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1904
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1905
1905
  "const": true,
1906
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1906
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1907
+ },
1908
+ "visibleStats": {
1909
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1910
+ "const": true,
1911
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1912
+ },
1913
+ "visibleList": {
1914
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1915
+ "const": true,
1916
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1907
1917
  }
1908
1918
  },
1909
1919
  "required": [
@@ -1921,9 +1931,19 @@
1921
1931
  "$ref": "util.json#/$defs/source"
1922
1932
  },
1923
1933
  "visible": {
1924
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1934
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1935
+ "const": true,
1936
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1937
+ },
1938
+ "visibleStats": {
1939
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1940
+ "const": true,
1941
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1942
+ },
1943
+ "visibleList": {
1944
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1925
1945
  "const": true,
1926
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1946
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1927
1947
  }
1928
1948
  },
1929
1949
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "sources.json",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "object",
6
6
  "description": "Keys are source identifiers.",
7
7
  "patternProperties": {
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Keys are spell names.",
11
11
  "patternProperties": {
12
- "^[-a-zA-Z0-9 '()/;]+$": {
12
+ "^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
13
13
  "type": "object",
14
14
  "properties": {
15
15
  "class": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.31",
6
+ "version": "1.17.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1901,9 +1901,19 @@
1901
1901
  "$ref": "util.json#/$defs/source"
1902
1902
  },
1903
1903
  "visible": {
1904
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1904
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1905
1905
  "const": true,
1906
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1906
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1907
+ },
1908
+ "visibleStats": {
1909
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1910
+ "const": true,
1911
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1912
+ },
1913
+ "visibleList": {
1914
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1915
+ "const": true,
1916
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1907
1917
  }
1908
1918
  },
1909
1919
  "required": [
@@ -1921,9 +1931,19 @@
1921
1931
  "$ref": "util.json#/$defs/source"
1922
1932
  },
1923
1933
  "visible": {
1924
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1934
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1935
+ "const": true,
1936
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1937
+ },
1938
+ "visibleStats": {
1939
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1940
+ "const": true,
1941
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1942
+ },
1943
+ "visibleList": {
1944
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1925
1945
  "const": true,
1926
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1946
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1927
1947
  }
1928
1948
  },
1929
1949
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "sources.json",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "object",
6
6
  "description": "Keys are source identifiers.",
7
7
  "patternProperties": {
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Keys are spell names.",
11
11
  "patternProperties": {
12
- "^[-a-zA-Z0-9 '()/;]+$": {
12
+ "^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
13
13
  "type": "object",
14
14
  "properties": {
15
15
  "class": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.31",
6
+ "version": "1.17.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1846,9 +1846,19 @@
1846
1846
  "$ref": "util.json#/$defs/source"
1847
1847
  },
1848
1848
  "visible": {
1849
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1849
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1850
1850
  "const": true,
1851
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1851
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1852
+ },
1853
+ "visibleStats": {
1854
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1855
+ "const": true,
1856
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1857
+ },
1858
+ "visibleList": {
1859
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1860
+ "const": true,
1861
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1852
1862
  }
1853
1863
  },
1854
1864
  "required": [
@@ -1866,9 +1876,19 @@
1866
1876
  "$ref": "util.json#/$defs/source"
1867
1877
  },
1868
1878
  "visible": {
1869
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1879
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1880
+ "const": true,
1881
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1882
+ },
1883
+ "visibleStats": {
1884
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1885
+ "const": true,
1886
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1887
+ },
1888
+ "visibleList": {
1889
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1870
1890
  "const": true,
1871
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1891
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1872
1892
  }
1873
1893
  },
1874
1894
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "sources.json",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "object",
6
6
  "description": "Keys are source identifiers.",
7
7
  "patternProperties": {
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Keys are spell names.",
11
11
  "patternProperties": {
12
- "^[-a-zA-Z0-9 '()/;]+$": {
12
+ "^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
13
13
  "type": "object",
14
14
  "properties": {
15
15
  "class": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.31",
6
+ "version": "1.17.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1846,9 +1846,19 @@
1846
1846
  "$ref": "util.json#/$defs/source"
1847
1847
  },
1848
1848
  "visible": {
1849
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1849
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1850
1850
  "const": true,
1851
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1851
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1852
+ },
1853
+ "visibleStats": {
1854
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1855
+ "const": true,
1856
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1857
+ },
1858
+ "visibleList": {
1859
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1860
+ "const": true,
1861
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1852
1862
  }
1853
1863
  },
1854
1864
  "required": [
@@ -1866,9 +1876,19 @@
1866
1876
  "$ref": "util.json#/$defs/source"
1867
1877
  },
1868
1878
  "visible": {
1869
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1879
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1880
+ "const": true,
1881
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1882
+ },
1883
+ "visibleStats": {
1884
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1885
+ "const": true,
1886
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1887
+ },
1888
+ "visibleList": {
1889
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1870
1890
  "const": true,
1871
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1891
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1872
1892
  }
1873
1893
  },
1874
1894
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "sources.json",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "object",
6
6
  "description": "Keys are source identifiers.",
7
7
  "patternProperties": {
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Keys are spell names.",
11
11
  "patternProperties": {
12
- "^[-a-zA-Z0-9 '()/;]+$": {
12
+ "^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
13
13
  "type": "object",
14
14
  "properties": {
15
15
  "class": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.31",
6
+ "version": "1.17.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1857,9 +1857,19 @@
1857
1857
  "$ref": "util.json#/$defs/source"
1858
1858
  },
1859
1859
  "visible": {
1860
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1860
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1861
1861
  "const": true,
1862
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1862
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1863
+ },
1864
+ "visibleStats": {
1865
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1866
+ "const": true,
1867
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1868
+ },
1869
+ "visibleList": {
1870
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1871
+ "const": true,
1872
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1863
1873
  }
1864
1874
  },
1865
1875
  "required": [
@@ -1877,9 +1887,19 @@
1877
1887
  "$ref": "util.json#/$defs/source"
1878
1888
  },
1879
1889
  "visible": {
1880
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1890
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1891
+ "const": true,
1892
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1893
+ },
1894
+ "visibleStats": {
1895
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1896
+ "const": true,
1897
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1898
+ },
1899
+ "visibleList": {
1900
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1881
1901
  "const": true,
1882
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1902
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1883
1903
  }
1884
1904
  },
1885
1905
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "sources.json",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "object",
6
6
  "description": "Keys are source identifiers.",
7
7
  "patternProperties": {
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Keys are spell names.",
11
11
  "patternProperties": {
12
- "^[-a-zA-Z0-9 '()/;]+$": {
12
+ "^[-a-zA-ZÀ-ž0-9 '()/;]+$": {
13
13
  "type": "object",
14
14
  "properties": {
15
15
  "class": {
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.31",
6
+ "version": "1.17.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1857,9 +1857,19 @@
1857
1857
  "$ref": "util.json#/$defs/source"
1858
1858
  },
1859
1859
  "visible": {
1860
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1860
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1861
1861
  "const": true,
1862
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1862
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1863
+ },
1864
+ "visibleStats": {
1865
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1866
+ "const": true,
1867
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1868
+ },
1869
+ "visibleList": {
1870
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1871
+ "const": true,
1872
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1863
1873
  }
1864
1874
  },
1865
1875
  "required": [
@@ -1877,9 +1887,19 @@
1877
1887
  "$ref": "util.json#/$defs/source"
1878
1888
  },
1879
1889
  "visible": {
1880
- "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1890
+ "description": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of \"visibleStats\" and \"visibleList\".",
1891
+ "const": true,
1892
+ "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations. This functions as a combination of "visibleStats" and "visibleList"."
1893
+ },
1894
+ "visibleStats": {
1895
+ "description": "Governs whether or not the class name is visible in the prerequisite line.",
1896
+ "const": true,
1897
+ "markdownDescription": "Governs whether or not the class name is visible in the prerequisite line."
1898
+ },
1899
+ "visibleList": {
1900
+ "description": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations.",
1881
1901
  "const": true,
1882
- "markdownDescription": "Governs whether or not the class name is visible in the list display/prerequisite line. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1902
+ "markdownDescription": "Governs whether or not the class name is visible in the list display. *Not* recommended for features which implicitly carry a class restriction, such as Eldritch Invocations."
1883
1903
  }
1884
1904
  },
1885
1905
  "required": [