5etools-utils 0.7.3 → 0.7.5
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/class/foundry.json +13 -1
- package/schema/brew/util.json +8 -2
- package/schema/brew-fast/class/foundry.json +13 -1
- package/schema/brew-fast/util.json +8 -2
- package/schema/site/class/foundry.json +13 -1
- package/schema/site/util.json +8 -2
- package/schema/site-fast/class/foundry.json +13 -1
- package/schema/site-fast/util.json +8 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
"isIgnored": {
|
|
97
97
|
"const": true
|
|
98
98
|
},
|
|
99
|
+
"ignoreSrdEffects": {
|
|
100
|
+
"const": true
|
|
101
|
+
},
|
|
99
102
|
"actorDataMod": {
|
|
100
103
|
"type": "object"
|
|
101
104
|
},
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
"isIgnored": {
|
|
172
175
|
"const": true
|
|
173
176
|
},
|
|
177
|
+
"ignoreSrdEffects": {
|
|
178
|
+
"const": true
|
|
179
|
+
},
|
|
174
180
|
"actorDataMod": {
|
|
175
181
|
"type": "object"
|
|
176
182
|
},
|
|
@@ -248,6 +254,9 @@
|
|
|
248
254
|
"isIgnored": {
|
|
249
255
|
"const": true
|
|
250
256
|
},
|
|
257
|
+
"ignoreSrdEffects": {
|
|
258
|
+
"const": true
|
|
259
|
+
},
|
|
251
260
|
"actorDataMod": {
|
|
252
261
|
"type": "object"
|
|
253
262
|
},
|
|
@@ -332,6 +341,9 @@
|
|
|
332
341
|
"isIgnored": {
|
|
333
342
|
"const": true
|
|
334
343
|
},
|
|
344
|
+
"ignoreSrdEffects": {
|
|
345
|
+
"const": true
|
|
346
|
+
},
|
|
335
347
|
"actorDataMod": {
|
|
336
348
|
"type": "object"
|
|
337
349
|
},
|
package/schema/brew/util.json
CHANGED
|
@@ -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.
|
|
6
|
+
"version": "1.13.12",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -159,7 +159,10 @@
|
|
|
159
159
|
"table",
|
|
160
160
|
"recipe",
|
|
161
161
|
"skill",
|
|
162
|
-
"sense"
|
|
162
|
+
"sense",
|
|
163
|
+
"legroup",
|
|
164
|
+
"deck",
|
|
165
|
+
"card"
|
|
163
166
|
]
|
|
164
167
|
},
|
|
165
168
|
"propNameStats": {
|
|
@@ -4023,6 +4026,9 @@
|
|
|
4023
4026
|
"isIgnored": {
|
|
4024
4027
|
"const": true
|
|
4025
4028
|
},
|
|
4029
|
+
"ignoreSrdEffects": {
|
|
4030
|
+
"const": true
|
|
4031
|
+
},
|
|
4026
4032
|
"system": {
|
|
4027
4033
|
"$ref": "#/$defs/foundrySystemObject"
|
|
4028
4034
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
"isIgnored": {
|
|
97
97
|
"const": true
|
|
98
98
|
},
|
|
99
|
+
"ignoreSrdEffects": {
|
|
100
|
+
"const": true
|
|
101
|
+
},
|
|
99
102
|
"actorDataMod": {
|
|
100
103
|
"type": "object"
|
|
101
104
|
},
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
"isIgnored": {
|
|
172
175
|
"const": true
|
|
173
176
|
},
|
|
177
|
+
"ignoreSrdEffects": {
|
|
178
|
+
"const": true
|
|
179
|
+
},
|
|
174
180
|
"actorDataMod": {
|
|
175
181
|
"type": "object"
|
|
176
182
|
},
|
|
@@ -248,6 +254,9 @@
|
|
|
248
254
|
"isIgnored": {
|
|
249
255
|
"const": true
|
|
250
256
|
},
|
|
257
|
+
"ignoreSrdEffects": {
|
|
258
|
+
"const": true
|
|
259
|
+
},
|
|
251
260
|
"actorDataMod": {
|
|
252
261
|
"type": "object"
|
|
253
262
|
},
|
|
@@ -332,6 +341,9 @@
|
|
|
332
341
|
"isIgnored": {
|
|
333
342
|
"const": true
|
|
334
343
|
},
|
|
344
|
+
"ignoreSrdEffects": {
|
|
345
|
+
"const": true
|
|
346
|
+
},
|
|
335
347
|
"actorDataMod": {
|
|
336
348
|
"type": "object"
|
|
337
349
|
},
|
|
@@ -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.
|
|
6
|
+
"version": "1.13.12",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -159,7 +159,10 @@
|
|
|
159
159
|
"table",
|
|
160
160
|
"recipe",
|
|
161
161
|
"skill",
|
|
162
|
-
"sense"
|
|
162
|
+
"sense",
|
|
163
|
+
"legroup",
|
|
164
|
+
"deck",
|
|
165
|
+
"card"
|
|
163
166
|
]
|
|
164
167
|
},
|
|
165
168
|
"propNameStats": {
|
|
@@ -4023,6 +4026,9 @@
|
|
|
4023
4026
|
"isIgnored": {
|
|
4024
4027
|
"const": true
|
|
4025
4028
|
},
|
|
4029
|
+
"ignoreSrdEffects": {
|
|
4030
|
+
"const": true
|
|
4031
|
+
},
|
|
4026
4032
|
"system": {
|
|
4027
4033
|
"$ref": "#/$defs/foundrySystemObject"
|
|
4028
4034
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
"isIgnored": {
|
|
97
97
|
"const": true
|
|
98
98
|
},
|
|
99
|
+
"ignoreSrdEffects": {
|
|
100
|
+
"const": true
|
|
101
|
+
},
|
|
99
102
|
"actorDataMod": {
|
|
100
103
|
"type": "object"
|
|
101
104
|
},
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
"isIgnored": {
|
|
172
175
|
"const": true
|
|
173
176
|
},
|
|
177
|
+
"ignoreSrdEffects": {
|
|
178
|
+
"const": true
|
|
179
|
+
},
|
|
174
180
|
"actorDataMod": {
|
|
175
181
|
"type": "object"
|
|
176
182
|
},
|
|
@@ -248,6 +254,9 @@
|
|
|
248
254
|
"isIgnored": {
|
|
249
255
|
"const": true
|
|
250
256
|
},
|
|
257
|
+
"ignoreSrdEffects": {
|
|
258
|
+
"const": true
|
|
259
|
+
},
|
|
251
260
|
"actorDataMod": {
|
|
252
261
|
"type": "object"
|
|
253
262
|
},
|
|
@@ -332,6 +341,9 @@
|
|
|
332
341
|
"isIgnored": {
|
|
333
342
|
"const": true
|
|
334
343
|
},
|
|
344
|
+
"ignoreSrdEffects": {
|
|
345
|
+
"const": true
|
|
346
|
+
},
|
|
335
347
|
"actorDataMod": {
|
|
336
348
|
"type": "object"
|
|
337
349
|
},
|
package/schema/site/util.json
CHANGED
|
@@ -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.
|
|
6
|
+
"version": "1.13.12",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -149,7 +149,10 @@
|
|
|
149
149
|
"table",
|
|
150
150
|
"recipe",
|
|
151
151
|
"skill",
|
|
152
|
-
"sense"
|
|
152
|
+
"sense",
|
|
153
|
+
"legroup",
|
|
154
|
+
"deck",
|
|
155
|
+
"card"
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
158
|
"propNameStats": {
|
|
@@ -4003,6 +4006,9 @@
|
|
|
4003
4006
|
"isIgnored": {
|
|
4004
4007
|
"const": true
|
|
4005
4008
|
},
|
|
4009
|
+
"ignoreSrdEffects": {
|
|
4010
|
+
"const": true
|
|
4011
|
+
},
|
|
4006
4012
|
"system": {
|
|
4007
4013
|
"$ref": "#/$defs/foundrySystemObject"
|
|
4008
4014
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
"isIgnored": {
|
|
97
97
|
"const": true
|
|
98
98
|
},
|
|
99
|
+
"ignoreSrdEffects": {
|
|
100
|
+
"const": true
|
|
101
|
+
},
|
|
99
102
|
"actorDataMod": {
|
|
100
103
|
"type": "object"
|
|
101
104
|
},
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
"isIgnored": {
|
|
172
175
|
"const": true
|
|
173
176
|
},
|
|
177
|
+
"ignoreSrdEffects": {
|
|
178
|
+
"const": true
|
|
179
|
+
},
|
|
174
180
|
"actorDataMod": {
|
|
175
181
|
"type": "object"
|
|
176
182
|
},
|
|
@@ -248,6 +254,9 @@
|
|
|
248
254
|
"isIgnored": {
|
|
249
255
|
"const": true
|
|
250
256
|
},
|
|
257
|
+
"ignoreSrdEffects": {
|
|
258
|
+
"const": true
|
|
259
|
+
},
|
|
251
260
|
"actorDataMod": {
|
|
252
261
|
"type": "object"
|
|
253
262
|
},
|
|
@@ -332,6 +341,9 @@
|
|
|
332
341
|
"isIgnored": {
|
|
333
342
|
"const": true
|
|
334
343
|
},
|
|
344
|
+
"ignoreSrdEffects": {
|
|
345
|
+
"const": true
|
|
346
|
+
},
|
|
335
347
|
"actorDataMod": {
|
|
336
348
|
"type": "object"
|
|
337
349
|
},
|
|
@@ -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.
|
|
6
|
+
"version": "1.13.12",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -149,7 +149,10 @@
|
|
|
149
149
|
"table",
|
|
150
150
|
"recipe",
|
|
151
151
|
"skill",
|
|
152
|
-
"sense"
|
|
152
|
+
"sense",
|
|
153
|
+
"legroup",
|
|
154
|
+
"deck",
|
|
155
|
+
"card"
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
158
|
"propNameStats": {
|
|
@@ -4003,6 +4006,9 @@
|
|
|
4003
4006
|
"isIgnored": {
|
|
4004
4007
|
"const": true
|
|
4005
4008
|
},
|
|
4009
|
+
"ignoreSrdEffects": {
|
|
4010
|
+
"const": true
|
|
4011
|
+
},
|
|
4006
4012
|
"system": {
|
|
4007
4013
|
"$ref": "#/$defs/foundrySystemObject"
|
|
4008
4014
|
},
|