5etools-utils 0.14.3 → 0.14.4
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 +12 -0
- package/schema/brew/foundry-backgrounds.json +3 -0
- package/schema/brew/foundry-items.json +3 -0
- package/schema/brew/foundry-psionics.json +3 -0
- package/schema/brew/foundry-races.json +15 -0
- package/schema/brew/util-foundry.json +10 -1
- package/schema/brew-fast/class/foundry.json +12 -0
- package/schema/brew-fast/foundry-backgrounds.json +3 -0
- package/schema/brew-fast/foundry-items.json +3 -0
- package/schema/brew-fast/foundry-psionics.json +3 -0
- package/schema/brew-fast/foundry-races.json +15 -0
- package/schema/brew-fast/util-foundry.json +10 -1
- package/schema/site/class/foundry.json +12 -0
- package/schema/site/foundry-backgrounds.json +3 -0
- package/schema/site/foundry-items.json +3 -0
- package/schema/site/foundry-psionics.json +3 -0
- package/schema/site/foundry-races.json +15 -0
- package/schema/site/util-foundry.json +10 -1
- package/schema/site-fast/class/foundry.json +12 -0
- package/schema/site-fast/foundry-backgrounds.json +3 -0
- package/schema/site-fast/foundry-items.json +3 -0
- package/schema/site-fast/foundry-psionics.json +3 -0
- package/schema/site-fast/foundry-races.json +15 -0
- package/schema/site-fast/util-foundry.json +10 -1
- package/schema/ua/class/foundry.json +12 -0
- package/schema/ua/foundry-backgrounds.json +3 -0
- package/schema/ua/foundry-items.json +3 -0
- package/schema/ua/foundry-psionics.json +3 -0
- package/schema/ua/foundry-races.json +15 -0
- package/schema/ua/util-foundry.json +10 -1
- package/schema/ua-fast/class/foundry.json +12 -0
- package/schema/ua-fast/foundry-backgrounds.json +3 -0
- package/schema/ua-fast/foundry-items.json +3 -0
- package/schema/ua-fast/foundry-psionics.json +3 -0
- package/schema/ua-fast/foundry-races.json +15 -0
- package/schema/ua-fast/util-foundry.json +10 -1
package/package.json
CHANGED
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|