5etools-utils 0.14.6 → 0.14.7
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/util-foundry.json +37 -2
- package/schema/brew-fast/util-foundry.json +37 -2
- package/schema/site/util-foundry.json +37 -2
- package/schema/site-fast/util-foundry.json +37 -2
- package/schema/ua/util-foundry.json +37 -2
- package/schema/ua-fast/util-foundry.json +37 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1009,7 +1009,34 @@
|
|
|
1009
1009
|
"effects": {
|
|
1010
1010
|
"type": "array",
|
|
1011
1011
|
"items": {
|
|
1012
|
-
"$ref": "#/$defs/_foundryIdRef"
|
|
1012
|
+
"$ref": "#/$defs/_foundryIdRef",
|
|
1013
|
+
"type": "object",
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"foundryId": {
|
|
1016
|
+
"$ref": "#/$defs/foundryIdShort"
|
|
1017
|
+
},
|
|
1018
|
+
"riders": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"activity": {
|
|
1022
|
+
"type": "array",
|
|
1023
|
+
"items": {
|
|
1024
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"effect": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"items": {
|
|
1030
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"minProperties": 1
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"foundryId"
|
|
1039
|
+
]
|
|
1013
1040
|
}
|
|
1014
1041
|
},
|
|
1015
1042
|
"_id": false,
|
|
@@ -1018,6 +1045,14 @@
|
|
|
1018
1045
|
"affects": false,
|
|
1019
1046
|
"type": {
|
|
1020
1047
|
"const": "enchant"
|
|
1048
|
+
},
|
|
1049
|
+
"enchant": {
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"self": {
|
|
1053
|
+
"const": true
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1021
1056
|
}
|
|
1022
1057
|
},
|
|
1023
1058
|
"required": [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1009,7 +1009,34 @@
|
|
|
1009
1009
|
"effects": {
|
|
1010
1010
|
"type": "array",
|
|
1011
1011
|
"items": {
|
|
1012
|
-
"$ref": "#/$defs/_foundryIdRef"
|
|
1012
|
+
"$ref": "#/$defs/_foundryIdRef",
|
|
1013
|
+
"type": "object",
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"foundryId": {
|
|
1016
|
+
"$ref": "#/$defs/foundryIdShort"
|
|
1017
|
+
},
|
|
1018
|
+
"riders": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"activity": {
|
|
1022
|
+
"type": "array",
|
|
1023
|
+
"items": {
|
|
1024
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"effect": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"items": {
|
|
1030
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"minProperties": 1
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"foundryId"
|
|
1039
|
+
]
|
|
1013
1040
|
}
|
|
1014
1041
|
},
|
|
1015
1042
|
"_id": false,
|
|
@@ -1018,6 +1045,14 @@
|
|
|
1018
1045
|
"affects": false,
|
|
1019
1046
|
"type": {
|
|
1020
1047
|
"const": "enchant"
|
|
1048
|
+
},
|
|
1049
|
+
"enchant": {
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"self": {
|
|
1053
|
+
"const": true
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1021
1056
|
}
|
|
1022
1057
|
},
|
|
1023
1058
|
"required": [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1009,7 +1009,34 @@
|
|
|
1009
1009
|
"effects": {
|
|
1010
1010
|
"type": "array",
|
|
1011
1011
|
"items": {
|
|
1012
|
-
"$ref": "#/$defs/_foundryIdRef"
|
|
1012
|
+
"$ref": "#/$defs/_foundryIdRef",
|
|
1013
|
+
"type": "object",
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"foundryId": {
|
|
1016
|
+
"$ref": "#/$defs/foundryIdShort"
|
|
1017
|
+
},
|
|
1018
|
+
"riders": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"activity": {
|
|
1022
|
+
"type": "array",
|
|
1023
|
+
"items": {
|
|
1024
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"effect": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"items": {
|
|
1030
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"minProperties": 1
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"foundryId"
|
|
1039
|
+
]
|
|
1013
1040
|
}
|
|
1014
1041
|
},
|
|
1015
1042
|
"_id": false,
|
|
@@ -1018,6 +1045,14 @@
|
|
|
1018
1045
|
"affects": false,
|
|
1019
1046
|
"type": {
|
|
1020
1047
|
"const": "enchant"
|
|
1048
|
+
},
|
|
1049
|
+
"enchant": {
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"self": {
|
|
1053
|
+
"const": true
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1021
1056
|
}
|
|
1022
1057
|
},
|
|
1023
1058
|
"required": [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1009,7 +1009,34 @@
|
|
|
1009
1009
|
"effects": {
|
|
1010
1010
|
"type": "array",
|
|
1011
1011
|
"items": {
|
|
1012
|
-
"$ref": "#/$defs/_foundryIdRef"
|
|
1012
|
+
"$ref": "#/$defs/_foundryIdRef",
|
|
1013
|
+
"type": "object",
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"foundryId": {
|
|
1016
|
+
"$ref": "#/$defs/foundryIdShort"
|
|
1017
|
+
},
|
|
1018
|
+
"riders": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"activity": {
|
|
1022
|
+
"type": "array",
|
|
1023
|
+
"items": {
|
|
1024
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"effect": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"items": {
|
|
1030
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"minProperties": 1
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"foundryId"
|
|
1039
|
+
]
|
|
1013
1040
|
}
|
|
1014
1041
|
},
|
|
1015
1042
|
"_id": false,
|
|
@@ -1018,6 +1045,14 @@
|
|
|
1018
1045
|
"affects": false,
|
|
1019
1046
|
"type": {
|
|
1020
1047
|
"const": "enchant"
|
|
1048
|
+
},
|
|
1049
|
+
"enchant": {
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"self": {
|
|
1053
|
+
"const": true
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1021
1056
|
}
|
|
1022
1057
|
},
|
|
1023
1058
|
"required": [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1009,7 +1009,34 @@
|
|
|
1009
1009
|
"effects": {
|
|
1010
1010
|
"type": "array",
|
|
1011
1011
|
"items": {
|
|
1012
|
-
"$ref": "#/$defs/_foundryIdRef"
|
|
1012
|
+
"$ref": "#/$defs/_foundryIdRef",
|
|
1013
|
+
"type": "object",
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"foundryId": {
|
|
1016
|
+
"$ref": "#/$defs/foundryIdShort"
|
|
1017
|
+
},
|
|
1018
|
+
"riders": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"activity": {
|
|
1022
|
+
"type": "array",
|
|
1023
|
+
"items": {
|
|
1024
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"effect": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"items": {
|
|
1030
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"minProperties": 1
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"foundryId"
|
|
1039
|
+
]
|
|
1013
1040
|
}
|
|
1014
1041
|
},
|
|
1015
1042
|
"_id": false,
|
|
@@ -1018,6 +1045,14 @@
|
|
|
1018
1045
|
"affects": false,
|
|
1019
1046
|
"type": {
|
|
1020
1047
|
"const": "enchant"
|
|
1048
|
+
},
|
|
1049
|
+
"enchant": {
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"self": {
|
|
1053
|
+
"const": true
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1021
1056
|
}
|
|
1022
1057
|
},
|
|
1023
1058
|
"required": [
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1009,7 +1009,34 @@
|
|
|
1009
1009
|
"effects": {
|
|
1010
1010
|
"type": "array",
|
|
1011
1011
|
"items": {
|
|
1012
|
-
"$ref": "#/$defs/_foundryIdRef"
|
|
1012
|
+
"$ref": "#/$defs/_foundryIdRef",
|
|
1013
|
+
"type": "object",
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"foundryId": {
|
|
1016
|
+
"$ref": "#/$defs/foundryIdShort"
|
|
1017
|
+
},
|
|
1018
|
+
"riders": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"activity": {
|
|
1022
|
+
"type": "array",
|
|
1023
|
+
"items": {
|
|
1024
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"effect": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"items": {
|
|
1030
|
+
"$ref": "#/$defs/_foundryIdRef"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"minProperties": 1
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"foundryId"
|
|
1039
|
+
]
|
|
1013
1040
|
}
|
|
1014
1041
|
},
|
|
1015
1042
|
"_id": false,
|
|
@@ -1018,6 +1045,14 @@
|
|
|
1018
1045
|
"affects": false,
|
|
1019
1046
|
"type": {
|
|
1020
1047
|
"const": "enchant"
|
|
1048
|
+
},
|
|
1049
|
+
"enchant": {
|
|
1050
|
+
"type": "object",
|
|
1051
|
+
"properties": {
|
|
1052
|
+
"self": {
|
|
1053
|
+
"const": true
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1021
1056
|
}
|
|
1022
1057
|
},
|
|
1023
1058
|
"required": [
|