5etools-utils 0.9.5 → 0.9.6

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.9.5",
3
+ "version": "0.9.6",
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": "magicvariants.json",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -104,6 +104,9 @@
104
104
  "bonusWeaponAttack": {
105
105
  "type": "string"
106
106
  },
107
+ "bonusWeaponDamage": {
108
+ "type": "string"
109
+ },
107
110
  "bonusSpellAttack": {
108
111
  "type": "string"
109
112
  },
@@ -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.13.31",
6
+ "version": "1.13.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1965,6 +1965,10 @@
1965
1965
  "description": "Renders with the updated text found in UA2020: Feats",
1966
1966
  "const": true
1967
1967
  },
1968
+ "spellcastingFeature": {
1969
+ "description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
1970
+ "const": true
1971
+ },
1968
1972
  "psionics": {
1969
1973
  "const": true
1970
1974
  },
@@ -1982,6 +1986,15 @@
1982
1986
  ]
1983
1987
  },
1984
1988
  "weapon": {
1989
+ "description": "Any <simple|martial> weapon.",
1990
+ "type": "string",
1991
+ "enum": [
1992
+ "simple",
1993
+ "martial"
1994
+ ]
1995
+ },
1996
+ "weaponGroup": {
1997
+ "description": "All <simple|martial> weapons.",
1985
1998
  "type": "string",
1986
1999
  "enum": [
1987
2000
  "simple",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -104,6 +104,9 @@
104
104
  "bonusWeaponAttack": {
105
105
  "type": "string"
106
106
  },
107
+ "bonusWeaponDamage": {
108
+ "type": "string"
109
+ },
107
110
  "bonusSpellAttack": {
108
111
  "type": "string"
109
112
  },
@@ -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.13.31",
6
+ "version": "1.13.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1965,6 +1965,10 @@
1965
1965
  "description": "Renders with the updated text found in UA2020: Feats",
1966
1966
  "const": true
1967
1967
  },
1968
+ "spellcastingFeature": {
1969
+ "description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
1970
+ "const": true
1971
+ },
1968
1972
  "psionics": {
1969
1973
  "const": true
1970
1974
  },
@@ -1982,6 +1986,15 @@
1982
1986
  ]
1983
1987
  },
1984
1988
  "weapon": {
1989
+ "description": "Any <simple|martial> weapon.",
1990
+ "type": "string",
1991
+ "enum": [
1992
+ "simple",
1993
+ "martial"
1994
+ ]
1995
+ },
1996
+ "weaponGroup": {
1997
+ "description": "All <simple|martial> weapons.",
1985
1998
  "type": "string",
1986
1999
  "enum": [
1987
2000
  "simple",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -102,6 +102,9 @@
102
102
  "bonusWeaponAttack": {
103
103
  "type": "string"
104
104
  },
105
+ "bonusWeaponDamage": {
106
+ "type": "string"
107
+ },
105
108
  "bonusSpellAttack": {
106
109
  "type": "string"
107
110
  },
@@ -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.13.31",
6
+ "version": "1.13.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1947,6 +1947,10 @@
1947
1947
  "description": "Renders with the updated text found in UA2020: Feats",
1948
1948
  "const": true
1949
1949
  },
1950
+ "spellcastingFeature": {
1951
+ "description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
1952
+ "const": true
1953
+ },
1950
1954
  "psionics": {
1951
1955
  "const": true
1952
1956
  },
@@ -1964,6 +1968,15 @@
1964
1968
  ]
1965
1969
  },
1966
1970
  "weapon": {
1971
+ "description": "Any <simple|martial> weapon.",
1972
+ "type": "string",
1973
+ "enum": [
1974
+ "simple",
1975
+ "martial"
1976
+ ]
1977
+ },
1978
+ "weaponGroup": {
1979
+ "description": "All <simple|martial> weapons.",
1967
1980
  "type": "string",
1968
1981
  "enum": [
1969
1982
  "simple",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -102,6 +102,9 @@
102
102
  "bonusWeaponAttack": {
103
103
  "type": "string"
104
104
  },
105
+ "bonusWeaponDamage": {
106
+ "type": "string"
107
+ },
105
108
  "bonusSpellAttack": {
106
109
  "type": "string"
107
110
  },
@@ -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.13.31",
6
+ "version": "1.13.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1947,6 +1947,10 @@
1947
1947
  "description": "Renders with the updated text found in UA2020: Feats",
1948
1948
  "const": true
1949
1949
  },
1950
+ "spellcastingFeature": {
1951
+ "description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
1952
+ "const": true
1953
+ },
1950
1954
  "psionics": {
1951
1955
  "const": true
1952
1956
  },
@@ -1964,6 +1968,15 @@
1964
1968
  ]
1965
1969
  },
1966
1970
  "weapon": {
1971
+ "description": "Any <simple|martial> weapon.",
1972
+ "type": "string",
1973
+ "enum": [
1974
+ "simple",
1975
+ "martial"
1976
+ ]
1977
+ },
1978
+ "weaponGroup": {
1979
+ "description": "All <simple|martial> weapons.",
1967
1980
  "type": "string",
1968
1981
  "enum": [
1969
1982
  "simple",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -102,6 +102,9 @@
102
102
  "bonusWeaponAttack": {
103
103
  "type": "string"
104
104
  },
105
+ "bonusWeaponDamage": {
106
+ "type": "string"
107
+ },
105
108
  "bonusSpellAttack": {
106
109
  "type": "string"
107
110
  },
@@ -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.13.31",
6
+ "version": "1.13.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1947,6 +1947,10 @@
1947
1947
  "description": "Renders with the updated text found in UA2020: Feats",
1948
1948
  "const": true
1949
1949
  },
1950
+ "spellcastingFeature": {
1951
+ "description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
1952
+ "const": true
1953
+ },
1950
1954
  "psionics": {
1951
1955
  "const": true
1952
1956
  },
@@ -1964,6 +1968,15 @@
1964
1968
  ]
1965
1969
  },
1966
1970
  "weapon": {
1971
+ "description": "Any <simple|martial> weapon.",
1972
+ "type": "string",
1973
+ "enum": [
1974
+ "simple",
1975
+ "martial"
1976
+ ]
1977
+ },
1978
+ "weaponGroup": {
1979
+ "description": "All <simple|martial> weapons.",
1967
1980
  "type": "string",
1968
1981
  "enum": [
1969
1982
  "simple",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.2",
4
+ "version": "1.8.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -102,6 +102,9 @@
102
102
  "bonusWeaponAttack": {
103
103
  "type": "string"
104
104
  },
105
+ "bonusWeaponDamage": {
106
+ "type": "string"
107
+ },
105
108
  "bonusSpellAttack": {
106
109
  "type": "string"
107
110
  },
@@ -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.13.31",
6
+ "version": "1.13.32",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1947,6 +1947,10 @@
1947
1947
  "description": "Renders with the updated text found in UA2020: Feats",
1948
1948
  "const": true
1949
1949
  },
1950
+ "spellcastingFeature": {
1951
+ "description": "A more restrictive spellcasting variant; specifically \"Spellcasting Feature\"",
1952
+ "const": true
1953
+ },
1950
1954
  "psionics": {
1951
1955
  "const": true
1952
1956
  },
@@ -1964,6 +1968,15 @@
1964
1968
  ]
1965
1969
  },
1966
1970
  "weapon": {
1971
+ "description": "Any <simple|martial> weapon.",
1972
+ "type": "string",
1973
+ "enum": [
1974
+ "simple",
1975
+ "martial"
1976
+ ]
1977
+ },
1978
+ "weaponGroup": {
1979
+ "description": "All <simple|martial> weapons.",
1967
1980
  "type": "string",
1968
1981
  "enum": [
1969
1982
  "simple",