5etools-utils 0.12.22 → 0.12.24
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/bestiary/bestiary.json +7 -4
- package/schema/brew/conditionsdiseases.json +4 -1
- package/schema/brew/deities.json +88 -7
- package/schema/brew/feats.json +10 -1
- package/schema/brew/homebrew.json +7 -1
- package/schema/brew/items-base.json +25 -1
- package/schema/brew/magicvariants.json +64 -1
- package/schema/brew-fast/bestiary/bestiary.json +7 -4
- package/schema/brew-fast/conditionsdiseases.json +4 -1
- package/schema/brew-fast/deities.json +88 -7
- package/schema/brew-fast/feats.json +10 -1
- package/schema/brew-fast/homebrew.json +7 -1
- package/schema/brew-fast/items-base.json +25 -1
- package/schema/brew-fast/magicvariants.json +64 -1
- package/schema/site/bestiary/bestiary.json +7 -4
- package/schema/site/conditionsdiseases.json +4 -1
- package/schema/site/deities.json +88 -7
- package/schema/site/feats.json +10 -1
- package/schema/site/homebrew.json +7 -1
- package/schema/site/items-base.json +25 -1
- package/schema/site/magicvariants.json +64 -1
- package/schema/site-fast/bestiary/bestiary.json +7 -4
- package/schema/site-fast/conditionsdiseases.json +4 -1
- package/schema/site-fast/deities.json +88 -7
- package/schema/site-fast/feats.json +10 -1
- package/schema/site-fast/homebrew.json +7 -1
- package/schema/site-fast/items-base.json +25 -1
- package/schema/site-fast/magicvariants.json +64 -1
- package/schema/ua/bestiary/bestiary.json +7 -4
- package/schema/ua/conditionsdiseases.json +4 -1
- package/schema/ua/deities.json +88 -7
- package/schema/ua/feats.json +10 -1
- package/schema/ua/homebrew.json +7 -1
- package/schema/ua/items-base.json +25 -1
- package/schema/ua/magicvariants.json +64 -1
- package/schema/ua-fast/bestiary/bestiary.json +7 -4
- package/schema/ua-fast/conditionsdiseases.json +4 -1
- package/schema/ua-fast/deities.json +88 -7
- package/schema/ua-fast/feats.json +10 -1
- package/schema/ua-fast/homebrew.json +7 -1
- package/schema/ua-fast/items-base.json +25 -1
- package/schema/ua-fast/magicvariants.json +64 -1
|
@@ -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.
|
|
4
|
+
"version": "1.8.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -87,6 +87,12 @@
|
|
|
87
87
|
"polearm": {
|
|
88
88
|
"type": "boolean"
|
|
89
89
|
},
|
|
90
|
+
"lance": {
|
|
91
|
+
"type": "boolean"
|
|
92
|
+
},
|
|
93
|
+
"rapier": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
90
96
|
"arrow": {
|
|
91
97
|
"type": "boolean"
|
|
92
98
|
},
|
|
@@ -101,6 +107,9 @@
|
|
|
101
107
|
},
|
|
102
108
|
"weaponCategory": {
|
|
103
109
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
110
|
+
},
|
|
111
|
+
"staff": {
|
|
112
|
+
"type": "boolean"
|
|
104
113
|
}
|
|
105
114
|
},
|
|
106
115
|
"minProperties": 1,
|
|
@@ -320,6 +329,9 @@
|
|
|
320
329
|
"weaponCategory": {
|
|
321
330
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
322
331
|
},
|
|
332
|
+
"weight": {
|
|
333
|
+
"type": "number"
|
|
334
|
+
},
|
|
323
335
|
"weightMult": {
|
|
324
336
|
"type": "number"
|
|
325
337
|
},
|
|
@@ -438,6 +450,12 @@
|
|
|
438
450
|
"polearm": {
|
|
439
451
|
"type": "boolean"
|
|
440
452
|
},
|
|
453
|
+
"lance": {
|
|
454
|
+
"type": "boolean"
|
|
455
|
+
},
|
|
456
|
+
"rapier": {
|
|
457
|
+
"type": "boolean"
|
|
458
|
+
},
|
|
441
459
|
"arrow": {
|
|
442
460
|
"type": "boolean"
|
|
443
461
|
},
|
|
@@ -452,6 +470,9 @@
|
|
|
452
470
|
},
|
|
453
471
|
"weaponCategory": {
|
|
454
472
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
473
|
+
},
|
|
474
|
+
"staff": {
|
|
475
|
+
"type": "boolean"
|
|
455
476
|
}
|
|
456
477
|
},
|
|
457
478
|
"minProperties": 1,
|
|
@@ -577,6 +598,12 @@
|
|
|
577
598
|
"polearm": {
|
|
578
599
|
"type": "boolean"
|
|
579
600
|
},
|
|
601
|
+
"lance": {
|
|
602
|
+
"type": "boolean"
|
|
603
|
+
},
|
|
604
|
+
"rapier": {
|
|
605
|
+
"type": "boolean"
|
|
606
|
+
},
|
|
580
607
|
"arrow": {
|
|
581
608
|
"type": "boolean"
|
|
582
609
|
},
|
|
@@ -591,6 +618,9 @@
|
|
|
591
618
|
},
|
|
592
619
|
"weaponCategory": {
|
|
593
620
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
621
|
+
},
|
|
622
|
+
"staff": {
|
|
623
|
+
"type": "boolean"
|
|
594
624
|
}
|
|
595
625
|
},
|
|
596
626
|
"minProperties": 1,
|
|
@@ -810,6 +840,9 @@
|
|
|
810
840
|
"weaponCategory": {
|
|
811
841
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
812
842
|
},
|
|
843
|
+
"weight": {
|
|
844
|
+
"type": "number"
|
|
845
|
+
},
|
|
813
846
|
"weightMult": {
|
|
814
847
|
"type": "number"
|
|
815
848
|
},
|
|
@@ -933,6 +966,12 @@
|
|
|
933
966
|
"polearm": {
|
|
934
967
|
"type": "boolean"
|
|
935
968
|
},
|
|
969
|
+
"lance": {
|
|
970
|
+
"type": "boolean"
|
|
971
|
+
},
|
|
972
|
+
"rapier": {
|
|
973
|
+
"type": "boolean"
|
|
974
|
+
},
|
|
936
975
|
"arrow": {
|
|
937
976
|
"type": "boolean"
|
|
938
977
|
},
|
|
@@ -947,6 +986,9 @@
|
|
|
947
986
|
},
|
|
948
987
|
"weaponCategory": {
|
|
949
988
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
989
|
+
},
|
|
990
|
+
"staff": {
|
|
991
|
+
"type": "boolean"
|
|
950
992
|
}
|
|
951
993
|
},
|
|
952
994
|
"minProperties": 1,
|
|
@@ -1077,6 +1119,12 @@
|
|
|
1077
1119
|
"polearm": {
|
|
1078
1120
|
"type": "boolean"
|
|
1079
1121
|
},
|
|
1122
|
+
"lance": {
|
|
1123
|
+
"type": "boolean"
|
|
1124
|
+
},
|
|
1125
|
+
"rapier": {
|
|
1126
|
+
"type": "boolean"
|
|
1127
|
+
},
|
|
1080
1128
|
"arrow": {
|
|
1081
1129
|
"type": "boolean"
|
|
1082
1130
|
},
|
|
@@ -1091,6 +1139,9 @@
|
|
|
1091
1139
|
},
|
|
1092
1140
|
"weaponCategory": {
|
|
1093
1141
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1142
|
+
},
|
|
1143
|
+
"staff": {
|
|
1144
|
+
"type": "boolean"
|
|
1094
1145
|
}
|
|
1095
1146
|
},
|
|
1096
1147
|
"minProperties": 1,
|
|
@@ -1310,6 +1361,9 @@
|
|
|
1310
1361
|
"weaponCategory": {
|
|
1311
1362
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1312
1363
|
},
|
|
1364
|
+
"weight": {
|
|
1365
|
+
"type": "number"
|
|
1366
|
+
},
|
|
1313
1367
|
"weightMult": {
|
|
1314
1368
|
"type": "number"
|
|
1315
1369
|
},
|
|
@@ -1432,6 +1486,12 @@
|
|
|
1432
1486
|
"polearm": {
|
|
1433
1487
|
"type": "boolean"
|
|
1434
1488
|
},
|
|
1489
|
+
"lance": {
|
|
1490
|
+
"type": "boolean"
|
|
1491
|
+
},
|
|
1492
|
+
"rapier": {
|
|
1493
|
+
"type": "boolean"
|
|
1494
|
+
},
|
|
1435
1495
|
"arrow": {
|
|
1436
1496
|
"type": "boolean"
|
|
1437
1497
|
},
|
|
@@ -1446,6 +1506,9 @@
|
|
|
1446
1506
|
},
|
|
1447
1507
|
"weaponCategory": {
|
|
1448
1508
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1509
|
+
},
|
|
1510
|
+
"staff": {
|
|
1511
|
+
"type": "boolean"
|
|
1449
1512
|
}
|
|
1450
1513
|
},
|
|
1451
1514
|
"minProperties": 1,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.32",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -763,7 +763,8 @@
|
|
|
763
763
|
]
|
|
764
764
|
},
|
|
765
765
|
"legendaryActions": {
|
|
766
|
-
"type": "
|
|
766
|
+
"type": "integer",
|
|
767
|
+
"minimum": 1
|
|
767
768
|
},
|
|
768
769
|
"legendaryHeader": {
|
|
769
770
|
"type": "array",
|
|
@@ -1850,7 +1851,8 @@
|
|
|
1850
1851
|
]
|
|
1851
1852
|
},
|
|
1852
1853
|
"legendaryActions": {
|
|
1853
|
-
"type": "
|
|
1854
|
+
"type": "integer",
|
|
1855
|
+
"minimum": 1
|
|
1854
1856
|
},
|
|
1855
1857
|
"legendaryHeader": {
|
|
1856
1858
|
"type": "array",
|
|
@@ -2942,7 +2944,8 @@
|
|
|
2942
2944
|
]
|
|
2943
2945
|
},
|
|
2944
2946
|
"legendaryActions": {
|
|
2945
|
-
"type": "
|
|
2947
|
+
"type": "integer",
|
|
2948
|
+
"minimum": 1
|
|
2946
2949
|
},
|
|
2947
2950
|
"legendaryHeader": {
|
|
2948
2951
|
"type": "array",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "conditionsdiseases.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"conditionDisease": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"entries": {
|
|
14
17
|
"type": "array",
|
|
15
18
|
"items": {
|
package/schema/ua/deities.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "deities.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deityData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"reprintAlias": {
|
|
14
17
|
"type": "string"
|
|
15
18
|
},
|
|
@@ -49,7 +52,10 @@
|
|
|
49
52
|
"Exandria",
|
|
50
53
|
"Theros",
|
|
51
54
|
"Unknown",
|
|
52
|
-
"Yuan-ti"
|
|
55
|
+
"Yuan-ti",
|
|
56
|
+
"Umbral",
|
|
57
|
+
"Shadow Realm Godlings",
|
|
58
|
+
"Shadow Realm Dark Gods"
|
|
53
59
|
]
|
|
54
60
|
},
|
|
55
61
|
"category": {
|
|
@@ -79,7 +85,25 @@
|
|
|
79
85
|
"Trickery",
|
|
80
86
|
"Twilight",
|
|
81
87
|
"Unknown",
|
|
82
|
-
"War"
|
|
88
|
+
"War",
|
|
89
|
+
"Apocalypse",
|
|
90
|
+
"Wine",
|
|
91
|
+
"Cat",
|
|
92
|
+
"Darkness",
|
|
93
|
+
"Hunger",
|
|
94
|
+
"Hunting",
|
|
95
|
+
"Justice",
|
|
96
|
+
"Keeper",
|
|
97
|
+
"Labyrinth",
|
|
98
|
+
"Lust",
|
|
99
|
+
"Mercy",
|
|
100
|
+
"Ocean",
|
|
101
|
+
"Portal",
|
|
102
|
+
"Prophecy",
|
|
103
|
+
"Shadow",
|
|
104
|
+
"Travel",
|
|
105
|
+
"Void",
|
|
106
|
+
"Wind"
|
|
83
107
|
]
|
|
84
108
|
}
|
|
85
109
|
},
|
|
@@ -93,6 +117,9 @@
|
|
|
93
117
|
"dogma": {
|
|
94
118
|
"type": "string"
|
|
95
119
|
},
|
|
120
|
+
"favoredWeapons": {
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
96
123
|
"source": {
|
|
97
124
|
"$ref": "util.json#/$defs/source"
|
|
98
125
|
},
|
|
@@ -146,6 +173,9 @@
|
|
|
146
173
|
"name": {
|
|
147
174
|
"type": "string"
|
|
148
175
|
},
|
|
176
|
+
"alias": {
|
|
177
|
+
"$ref": "util.json#/$defs/alias"
|
|
178
|
+
},
|
|
149
179
|
"reprintAlias": {
|
|
150
180
|
"type": "string"
|
|
151
181
|
},
|
|
@@ -185,7 +215,10 @@
|
|
|
185
215
|
"Exandria",
|
|
186
216
|
"Theros",
|
|
187
217
|
"Unknown",
|
|
188
|
-
"Yuan-ti"
|
|
218
|
+
"Yuan-ti",
|
|
219
|
+
"Umbral",
|
|
220
|
+
"Shadow Realm Godlings",
|
|
221
|
+
"Shadow Realm Dark Gods"
|
|
189
222
|
]
|
|
190
223
|
},
|
|
191
224
|
"category": {
|
|
@@ -215,7 +248,25 @@
|
|
|
215
248
|
"Trickery",
|
|
216
249
|
"Twilight",
|
|
217
250
|
"Unknown",
|
|
218
|
-
"War"
|
|
251
|
+
"War",
|
|
252
|
+
"Apocalypse",
|
|
253
|
+
"Wine",
|
|
254
|
+
"Cat",
|
|
255
|
+
"Darkness",
|
|
256
|
+
"Hunger",
|
|
257
|
+
"Hunting",
|
|
258
|
+
"Justice",
|
|
259
|
+
"Keeper",
|
|
260
|
+
"Labyrinth",
|
|
261
|
+
"Lust",
|
|
262
|
+
"Mercy",
|
|
263
|
+
"Ocean",
|
|
264
|
+
"Portal",
|
|
265
|
+
"Prophecy",
|
|
266
|
+
"Shadow",
|
|
267
|
+
"Travel",
|
|
268
|
+
"Void",
|
|
269
|
+
"Wind"
|
|
219
270
|
]
|
|
220
271
|
}
|
|
221
272
|
},
|
|
@@ -229,6 +280,9 @@
|
|
|
229
280
|
"dogma": {
|
|
230
281
|
"type": "string"
|
|
231
282
|
},
|
|
283
|
+
"favoredWeapons": {
|
|
284
|
+
"type": "string"
|
|
285
|
+
},
|
|
232
286
|
"source": {
|
|
233
287
|
"$ref": "util.json#/$defs/source"
|
|
234
288
|
},
|
|
@@ -285,6 +339,9 @@
|
|
|
285
339
|
"name": {
|
|
286
340
|
"type": "string"
|
|
287
341
|
},
|
|
342
|
+
"alias": {
|
|
343
|
+
"$ref": "util.json#/$defs/alias"
|
|
344
|
+
},
|
|
288
345
|
"reprintAlias": {
|
|
289
346
|
"type": "string"
|
|
290
347
|
},
|
|
@@ -324,7 +381,10 @@
|
|
|
324
381
|
"Exandria",
|
|
325
382
|
"Theros",
|
|
326
383
|
"Unknown",
|
|
327
|
-
"Yuan-ti"
|
|
384
|
+
"Yuan-ti",
|
|
385
|
+
"Umbral",
|
|
386
|
+
"Shadow Realm Godlings",
|
|
387
|
+
"Shadow Realm Dark Gods"
|
|
328
388
|
]
|
|
329
389
|
},
|
|
330
390
|
"category": {
|
|
@@ -354,7 +414,25 @@
|
|
|
354
414
|
"Trickery",
|
|
355
415
|
"Twilight",
|
|
356
416
|
"Unknown",
|
|
357
|
-
"War"
|
|
417
|
+
"War",
|
|
418
|
+
"Apocalypse",
|
|
419
|
+
"Wine",
|
|
420
|
+
"Cat",
|
|
421
|
+
"Darkness",
|
|
422
|
+
"Hunger",
|
|
423
|
+
"Hunting",
|
|
424
|
+
"Justice",
|
|
425
|
+
"Keeper",
|
|
426
|
+
"Labyrinth",
|
|
427
|
+
"Lust",
|
|
428
|
+
"Mercy",
|
|
429
|
+
"Ocean",
|
|
430
|
+
"Portal",
|
|
431
|
+
"Prophecy",
|
|
432
|
+
"Shadow",
|
|
433
|
+
"Travel",
|
|
434
|
+
"Void",
|
|
435
|
+
"Wind"
|
|
358
436
|
]
|
|
359
437
|
}
|
|
360
438
|
},
|
|
@@ -368,6 +446,9 @@
|
|
|
368
446
|
"dogma": {
|
|
369
447
|
"type": "string"
|
|
370
448
|
},
|
|
449
|
+
"favoredWeapons": {
|
|
450
|
+
"type": "string"
|
|
451
|
+
},
|
|
371
452
|
"source": {
|
|
372
453
|
"$ref": "util.json#/$defs/source"
|
|
373
454
|
},
|
package/schema/ua/feats.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "feats.json",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"featData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"prerequisite": {
|
|
14
17
|
"$ref": "util.json#/$defs/prerequisite"
|
|
15
18
|
},
|
|
@@ -123,6 +126,9 @@
|
|
|
123
126
|
"name": {
|
|
124
127
|
"type": "string"
|
|
125
128
|
},
|
|
129
|
+
"alias": {
|
|
130
|
+
"$ref": "util.json#/$defs/alias"
|
|
131
|
+
},
|
|
126
132
|
"prerequisite": {
|
|
127
133
|
"$ref": "util.json#/$defs/prerequisite"
|
|
128
134
|
},
|
|
@@ -239,6 +245,9 @@
|
|
|
239
245
|
"name": {
|
|
240
246
|
"type": "string"
|
|
241
247
|
},
|
|
248
|
+
"alias": {
|
|
249
|
+
"$ref": "util.json#/$defs/alias"
|
|
250
|
+
},
|
|
242
251
|
"prerequisite": {
|
|
243
252
|
"$ref": "util.json#/$defs/prerequisite"
|
|
244
253
|
},
|
package/schema/ua/homebrew.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.26",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -591,9 +591,15 @@
|
|
|
591
591
|
"disease": {
|
|
592
592
|
"$ref": "conditionsdiseases.json#/properties/disease"
|
|
593
593
|
},
|
|
594
|
+
"diseaseFluff": {
|
|
595
|
+
"$ref": "fluff-conditionsdiseases.json#/properties/diseaseFluff"
|
|
596
|
+
},
|
|
594
597
|
"status": {
|
|
595
598
|
"$ref": "conditionsdiseases.json#/properties/status"
|
|
596
599
|
},
|
|
600
|
+
"statusFluff": {
|
|
601
|
+
"$ref": "fluff-conditionsdiseases.json#/properties/statusFluff"
|
|
602
|
+
},
|
|
597
603
|
"cult": {
|
|
598
604
|
"$ref": "cultsboons.json#/properties/cult"
|
|
599
605
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -255,6 +255,14 @@
|
|
|
255
255
|
"description": "Flag used when merging generic variants",
|
|
256
256
|
"type": "boolean"
|
|
257
257
|
},
|
|
258
|
+
"lance": {
|
|
259
|
+
"description": "Flag used when merging generic variants",
|
|
260
|
+
"type": "boolean"
|
|
261
|
+
},
|
|
262
|
+
"rapier": {
|
|
263
|
+
"description": "Flag used when merging generic variants",
|
|
264
|
+
"type": "boolean"
|
|
265
|
+
},
|
|
258
266
|
"arrow": {
|
|
259
267
|
"description": "Flag used when merging generic variants",
|
|
260
268
|
"type": "boolean"
|
|
@@ -531,6 +539,14 @@
|
|
|
531
539
|
"description": "Flag used when merging generic variants",
|
|
532
540
|
"type": "boolean"
|
|
533
541
|
},
|
|
542
|
+
"lance": {
|
|
543
|
+
"description": "Flag used when merging generic variants",
|
|
544
|
+
"type": "boolean"
|
|
545
|
+
},
|
|
546
|
+
"rapier": {
|
|
547
|
+
"description": "Flag used when merging generic variants",
|
|
548
|
+
"type": "boolean"
|
|
549
|
+
},
|
|
534
550
|
"arrow": {
|
|
535
551
|
"description": "Flag used when merging generic variants",
|
|
536
552
|
"type": "boolean"
|
|
@@ -811,6 +827,14 @@
|
|
|
811
827
|
"description": "Flag used when merging generic variants",
|
|
812
828
|
"type": "boolean"
|
|
813
829
|
},
|
|
830
|
+
"lance": {
|
|
831
|
+
"description": "Flag used when merging generic variants",
|
|
832
|
+
"type": "boolean"
|
|
833
|
+
},
|
|
834
|
+
"rapier": {
|
|
835
|
+
"description": "Flag used when merging generic variants",
|
|
836
|
+
"type": "boolean"
|
|
837
|
+
},
|
|
814
838
|
"arrow": {
|
|
815
839
|
"description": "Flag used when merging generic variants",
|
|
816
840
|
"type": "boolean"
|
|
@@ -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.
|
|
4
|
+
"version": "1.8.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -87,6 +87,12 @@
|
|
|
87
87
|
"polearm": {
|
|
88
88
|
"type": "boolean"
|
|
89
89
|
},
|
|
90
|
+
"lance": {
|
|
91
|
+
"type": "boolean"
|
|
92
|
+
},
|
|
93
|
+
"rapier": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
90
96
|
"arrow": {
|
|
91
97
|
"type": "boolean"
|
|
92
98
|
},
|
|
@@ -102,6 +108,9 @@
|
|
|
102
108
|
"weaponCategory": {
|
|
103
109
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
104
110
|
},
|
|
111
|
+
"staff": {
|
|
112
|
+
"type": "boolean"
|
|
113
|
+
},
|
|
105
114
|
"customProperties": {
|
|
106
115
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
107
116
|
"type": "object",
|
|
@@ -329,6 +338,9 @@
|
|
|
329
338
|
"weaponCategory": {
|
|
330
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
331
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
332
344
|
"weightMult": {
|
|
333
345
|
"type": "number"
|
|
334
346
|
},
|
|
@@ -451,6 +463,12 @@
|
|
|
451
463
|
"polearm": {
|
|
452
464
|
"type": "boolean"
|
|
453
465
|
},
|
|
466
|
+
"lance": {
|
|
467
|
+
"type": "boolean"
|
|
468
|
+
},
|
|
469
|
+
"rapier": {
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
454
472
|
"arrow": {
|
|
455
473
|
"type": "boolean"
|
|
456
474
|
},
|
|
@@ -466,6 +484,9 @@
|
|
|
466
484
|
"weaponCategory": {
|
|
467
485
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
468
486
|
},
|
|
487
|
+
"staff": {
|
|
488
|
+
"type": "boolean"
|
|
489
|
+
},
|
|
469
490
|
"customProperties": {
|
|
470
491
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
471
492
|
}
|
|
@@ -596,6 +617,12 @@
|
|
|
596
617
|
"polearm": {
|
|
597
618
|
"type": "boolean"
|
|
598
619
|
},
|
|
620
|
+
"lance": {
|
|
621
|
+
"type": "boolean"
|
|
622
|
+
},
|
|
623
|
+
"rapier": {
|
|
624
|
+
"type": "boolean"
|
|
625
|
+
},
|
|
599
626
|
"arrow": {
|
|
600
627
|
"type": "boolean"
|
|
601
628
|
},
|
|
@@ -611,6 +638,9 @@
|
|
|
611
638
|
"weaponCategory": {
|
|
612
639
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
613
640
|
},
|
|
641
|
+
"staff": {
|
|
642
|
+
"type": "boolean"
|
|
643
|
+
},
|
|
614
644
|
"customProperties": {
|
|
615
645
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
616
646
|
"type": "object",
|
|
@@ -838,6 +868,9 @@
|
|
|
838
868
|
"weaponCategory": {
|
|
839
869
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
840
870
|
},
|
|
871
|
+
"weight": {
|
|
872
|
+
"type": "number"
|
|
873
|
+
},
|
|
841
874
|
"weightMult": {
|
|
842
875
|
"type": "number"
|
|
843
876
|
},
|
|
@@ -965,6 +998,12 @@
|
|
|
965
998
|
"polearm": {
|
|
966
999
|
"type": "boolean"
|
|
967
1000
|
},
|
|
1001
|
+
"lance": {
|
|
1002
|
+
"type": "boolean"
|
|
1003
|
+
},
|
|
1004
|
+
"rapier": {
|
|
1005
|
+
"type": "boolean"
|
|
1006
|
+
},
|
|
968
1007
|
"arrow": {
|
|
969
1008
|
"type": "boolean"
|
|
970
1009
|
},
|
|
@@ -980,6 +1019,9 @@
|
|
|
980
1019
|
"weaponCategory": {
|
|
981
1020
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
982
1021
|
},
|
|
1022
|
+
"staff": {
|
|
1023
|
+
"type": "boolean"
|
|
1024
|
+
},
|
|
983
1025
|
"customProperties": {
|
|
984
1026
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
985
1027
|
}
|
|
@@ -1115,6 +1157,12 @@
|
|
|
1115
1157
|
"polearm": {
|
|
1116
1158
|
"type": "boolean"
|
|
1117
1159
|
},
|
|
1160
|
+
"lance": {
|
|
1161
|
+
"type": "boolean"
|
|
1162
|
+
},
|
|
1163
|
+
"rapier": {
|
|
1164
|
+
"type": "boolean"
|
|
1165
|
+
},
|
|
1118
1166
|
"arrow": {
|
|
1119
1167
|
"type": "boolean"
|
|
1120
1168
|
},
|
|
@@ -1130,6 +1178,9 @@
|
|
|
1130
1178
|
"weaponCategory": {
|
|
1131
1179
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1132
1180
|
},
|
|
1181
|
+
"staff": {
|
|
1182
|
+
"type": "boolean"
|
|
1183
|
+
},
|
|
1133
1184
|
"customProperties": {
|
|
1134
1185
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1135
1186
|
"type": "object",
|
|
@@ -1357,6 +1408,9 @@
|
|
|
1357
1408
|
"weaponCategory": {
|
|
1358
1409
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1359
1410
|
},
|
|
1411
|
+
"weight": {
|
|
1412
|
+
"type": "number"
|
|
1413
|
+
},
|
|
1360
1414
|
"weightMult": {
|
|
1361
1415
|
"type": "number"
|
|
1362
1416
|
},
|
|
@@ -1483,6 +1537,12 @@
|
|
|
1483
1537
|
"polearm": {
|
|
1484
1538
|
"type": "boolean"
|
|
1485
1539
|
},
|
|
1540
|
+
"lance": {
|
|
1541
|
+
"type": "boolean"
|
|
1542
|
+
},
|
|
1543
|
+
"rapier": {
|
|
1544
|
+
"type": "boolean"
|
|
1545
|
+
},
|
|
1486
1546
|
"arrow": {
|
|
1487
1547
|
"type": "boolean"
|
|
1488
1548
|
},
|
|
@@ -1498,6 +1558,9 @@
|
|
|
1498
1558
|
"weaponCategory": {
|
|
1499
1559
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1500
1560
|
},
|
|
1561
|
+
"staff": {
|
|
1562
|
+
"type": "boolean"
|
|
1563
|
+
},
|
|
1501
1564
|
"customProperties": {
|
|
1502
1565
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1503
1566
|
}
|