5etools-utils 0.12.44 → 0.12.46
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 +4 -1
- package/schema/brew/class/class.json +28 -1
- package/schema/brew/entry.json +61 -1
- package/schema/brew/races.json +19 -1
- package/schema/brew/util-edition.json +1 -0
- package/schema/brew/util.json +64 -148
- package/schema/brew-fast/bestiary/bestiary.json +4 -1
- package/schema/brew-fast/class/class.json +28 -1
- package/schema/brew-fast/entry.json +61 -1
- package/schema/brew-fast/races.json +19 -1
- package/schema/brew-fast/util-edition.json +1 -0
- package/schema/brew-fast/util.json +64 -148
- package/schema/site/bestiary/bestiary.json +4 -1
- package/schema/site/class/class.json +28 -1
- package/schema/site/entry.json +61 -1
- package/schema/site/races.json +19 -1
- package/schema/site/util-edition.json +1 -0
- package/schema/site/util.json +55 -146
- package/schema/site-fast/bestiary/bestiary.json +4 -1
- package/schema/site-fast/class/class.json +28 -1
- package/schema/site-fast/entry.json +61 -1
- package/schema/site-fast/races.json +19 -1
- package/schema/site-fast/util-edition.json +1 -0
- package/schema/site-fast/util.json +55 -146
- package/schema/ua/bestiary/bestiary.json +4 -1
- package/schema/ua/class/class.json +28 -1
- package/schema/ua/entry.json +61 -1
- package/schema/ua/races.json +19 -1
- package/schema/ua/util-edition.json +1 -0
- package/schema/ua/util.json +55 -146
- package/schema/ua-fast/bestiary/bestiary.json +4 -1
- package/schema/ua-fast/class/class.json +28 -1
- package/schema/ua-fast/entry.json +61 -1
- package/schema/ua-fast/races.json +19 -1
- package/schema/ua-fast/util-edition.json +1 -0
- package/schema/ua-fast/util.json +55 -146
|
@@ -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.17.
|
|
6
|
+
"version": "1.17.11",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -196,6 +196,12 @@
|
|
|
196
196
|
"card"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
|
+
"tagNameStatsAbbreviation": {
|
|
200
|
+
"type": "string",
|
|
201
|
+
"enum": [
|
|
202
|
+
"itemProperty"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
199
205
|
"propNameStats": {
|
|
200
206
|
"type": "string",
|
|
201
207
|
"enum": [
|
|
@@ -214,33 +220,37 @@
|
|
|
214
220
|
]
|
|
215
221
|
},
|
|
216
222
|
"languageNameLower": {
|
|
217
|
-
"
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
223
|
+
"oneOf": [
|
|
224
|
+
{
|
|
225
|
+
"type": "string",
|
|
226
|
+
"enum": [
|
|
227
|
+
"abyssal",
|
|
228
|
+
"aquan",
|
|
229
|
+
"auran",
|
|
230
|
+
"celestial",
|
|
231
|
+
"common",
|
|
232
|
+
"common sign language",
|
|
233
|
+
"deep speech",
|
|
234
|
+
"draconic",
|
|
235
|
+
"druidic",
|
|
236
|
+
"dwarvish",
|
|
237
|
+
"elvish",
|
|
238
|
+
"giant",
|
|
239
|
+
"gith",
|
|
240
|
+
"gnomish",
|
|
241
|
+
"goblin",
|
|
242
|
+
"halfling",
|
|
243
|
+
"ignan",
|
|
244
|
+
"infernal",
|
|
245
|
+
"orc",
|
|
246
|
+
"other",
|
|
247
|
+
"primordial",
|
|
248
|
+
"sylvan",
|
|
249
|
+
"terran",
|
|
250
|
+
"thieves' cant",
|
|
251
|
+
"undercommon"
|
|
252
|
+
]
|
|
253
|
+
}
|
|
244
254
|
]
|
|
245
255
|
},
|
|
246
256
|
"languageProficiencies": {
|
|
@@ -477,6 +487,9 @@
|
|
|
477
487
|
"forgery kit": {
|
|
478
488
|
"const": true
|
|
479
489
|
},
|
|
490
|
+
"anyGamingSet": {
|
|
491
|
+
"type": "integer"
|
|
492
|
+
},
|
|
480
493
|
"gaming set": {
|
|
481
494
|
"const": true
|
|
482
495
|
},
|
|
@@ -853,6 +866,9 @@
|
|
|
853
866
|
"forgery kit": {
|
|
854
867
|
"const": true
|
|
855
868
|
},
|
|
869
|
+
"anyGamingSet": {
|
|
870
|
+
"type": "integer"
|
|
871
|
+
},
|
|
856
872
|
"gaming set": {
|
|
857
873
|
"const": true
|
|
858
874
|
},
|
|
@@ -1086,123 +1102,6 @@
|
|
|
1086
1102
|
"improvised": {
|
|
1087
1103
|
"const": true
|
|
1088
1104
|
},
|
|
1089
|
-
"battleaxe|phb": {
|
|
1090
|
-
"const": true
|
|
1091
|
-
},
|
|
1092
|
-
"club|phb": {
|
|
1093
|
-
"const": true
|
|
1094
|
-
},
|
|
1095
|
-
"dagger|phb": {
|
|
1096
|
-
"const": true
|
|
1097
|
-
},
|
|
1098
|
-
"flail|phb": {
|
|
1099
|
-
"const": true
|
|
1100
|
-
},
|
|
1101
|
-
"glaive|phb": {
|
|
1102
|
-
"const": true
|
|
1103
|
-
},
|
|
1104
|
-
"greataxe|phb": {
|
|
1105
|
-
"const": true
|
|
1106
|
-
},
|
|
1107
|
-
"greatclub|phb": {
|
|
1108
|
-
"const": true
|
|
1109
|
-
},
|
|
1110
|
-
"greatsword|phb": {
|
|
1111
|
-
"const": true
|
|
1112
|
-
},
|
|
1113
|
-
"halberd|phb": {
|
|
1114
|
-
"const": true
|
|
1115
|
-
},
|
|
1116
|
-
"handaxe|phb": {
|
|
1117
|
-
"const": true
|
|
1118
|
-
},
|
|
1119
|
-
"javelin|phb": {
|
|
1120
|
-
"const": true
|
|
1121
|
-
},
|
|
1122
|
-
"lance|phb": {
|
|
1123
|
-
"const": true
|
|
1124
|
-
},
|
|
1125
|
-
"light hammer|phb": {
|
|
1126
|
-
"const": true
|
|
1127
|
-
},
|
|
1128
|
-
"longsword|phb": {
|
|
1129
|
-
"const": true
|
|
1130
|
-
},
|
|
1131
|
-
"mace|phb": {
|
|
1132
|
-
"const": true
|
|
1133
|
-
},
|
|
1134
|
-
"maul|phb": {
|
|
1135
|
-
"const": true
|
|
1136
|
-
},
|
|
1137
|
-
"morningstar|phb": {
|
|
1138
|
-
"const": true
|
|
1139
|
-
},
|
|
1140
|
-
"pike|phb": {
|
|
1141
|
-
"const": true
|
|
1142
|
-
},
|
|
1143
|
-
"quarterstaff|phb": {
|
|
1144
|
-
"const": true
|
|
1145
|
-
},
|
|
1146
|
-
"rapier|phb": {
|
|
1147
|
-
"const": true
|
|
1148
|
-
},
|
|
1149
|
-
"scimitar|phb": {
|
|
1150
|
-
"const": true
|
|
1151
|
-
},
|
|
1152
|
-
"shortsword|phb": {
|
|
1153
|
-
"const": true
|
|
1154
|
-
},
|
|
1155
|
-
"sickle|phb": {
|
|
1156
|
-
"const": true
|
|
1157
|
-
},
|
|
1158
|
-
"spear|phb": {
|
|
1159
|
-
"const": true
|
|
1160
|
-
},
|
|
1161
|
-
"staff|phb": {
|
|
1162
|
-
"const": true
|
|
1163
|
-
},
|
|
1164
|
-
"trident|phb": {
|
|
1165
|
-
"const": true
|
|
1166
|
-
},
|
|
1167
|
-
"war pick|phb": {
|
|
1168
|
-
"const": true
|
|
1169
|
-
},
|
|
1170
|
-
"warhammer|phb": {
|
|
1171
|
-
"const": true
|
|
1172
|
-
},
|
|
1173
|
-
"whip|phb": {
|
|
1174
|
-
"const": true
|
|
1175
|
-
},
|
|
1176
|
-
"blowgun|phb": {
|
|
1177
|
-
"const": true
|
|
1178
|
-
},
|
|
1179
|
-
"dart|phb": {
|
|
1180
|
-
"const": true
|
|
1181
|
-
},
|
|
1182
|
-
"hand crossbow|phb": {
|
|
1183
|
-
"const": true
|
|
1184
|
-
},
|
|
1185
|
-
"heavy crossbow|phb": {
|
|
1186
|
-
"const": true
|
|
1187
|
-
},
|
|
1188
|
-
"light crossbow|phb": {
|
|
1189
|
-
"const": true
|
|
1190
|
-
},
|
|
1191
|
-
"longbow|phb": {
|
|
1192
|
-
"const": true
|
|
1193
|
-
},
|
|
1194
|
-
"net|phb": {
|
|
1195
|
-
"const": true
|
|
1196
|
-
},
|
|
1197
|
-
"shortbow|phb": {
|
|
1198
|
-
"const": true
|
|
1199
|
-
},
|
|
1200
|
-
"sling|phb": {
|
|
1201
|
-
"const": true
|
|
1202
|
-
},
|
|
1203
|
-
"double-bladed scimitar|erlw": {
|
|
1204
|
-
"const": true
|
|
1205
|
-
},
|
|
1206
1105
|
"choose": {
|
|
1207
1106
|
"type": "object",
|
|
1208
1107
|
"properties": {
|
|
@@ -1233,6 +1132,11 @@
|
|
|
1233
1132
|
"additionalProperties": false
|
|
1234
1133
|
}
|
|
1235
1134
|
},
|
|
1135
|
+
"patternProperties": {
|
|
1136
|
+
"^[^|]+\\|.+$": {
|
|
1137
|
+
"const": true
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1236
1140
|
"additionalProperties": false
|
|
1237
1141
|
},
|
|
1238
1142
|
"uniqueItems": true,
|
|
@@ -1642,7 +1546,12 @@
|
|
|
1642
1546
|
"additionalProperties": false
|
|
1643
1547
|
}
|
|
1644
1548
|
},
|
|
1645
|
-
"
|
|
1549
|
+
"patternProperties": {
|
|
1550
|
+
"^[^|]+\\|.+$": {
|
|
1551
|
+
"const": true
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"additionalProperties": false
|
|
1646
1555
|
}
|
|
1647
1556
|
]
|
|
1648
1557
|
},
|
|
@@ -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.40",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1012,6 +1012,7 @@
|
|
|
1012
1012
|
"Antimagic Susceptibility",
|
|
1013
1013
|
"Beast of Burden",
|
|
1014
1014
|
"Brute",
|
|
1015
|
+
"Camouflage",
|
|
1015
1016
|
"Charge",
|
|
1016
1017
|
"Damage Absorption",
|
|
1017
1018
|
"Death Burst",
|
|
@@ -2179,6 +2180,7 @@
|
|
|
2179
2180
|
"Antimagic Susceptibility",
|
|
2180
2181
|
"Beast of Burden",
|
|
2181
2182
|
"Brute",
|
|
2183
|
+
"Camouflage",
|
|
2182
2184
|
"Charge",
|
|
2183
2185
|
"Damage Absorption",
|
|
2184
2186
|
"Death Burst",
|
|
@@ -3351,6 +3353,7 @@
|
|
|
3351
3353
|
"Antimagic Susceptibility",
|
|
3352
3354
|
"Beast of Burden",
|
|
3353
3355
|
"Brute",
|
|
3356
|
+
"Camouflage",
|
|
3354
3357
|
"Charge",
|
|
3355
3358
|
"Damage Absorption",
|
|
3356
3359
|
"Death Burst",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.4",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -124,6 +124,15 @@
|
|
|
124
124
|
"minItems": 20,
|
|
125
125
|
"maxItems": 20
|
|
126
126
|
},
|
|
127
|
+
"preparedSpellsChange": {
|
|
128
|
+
"description": "The event at which a character can change their prepared spells.",
|
|
129
|
+
"type": "string",
|
|
130
|
+
"enum": [
|
|
131
|
+
"restShort",
|
|
132
|
+
"restLong",
|
|
133
|
+
"level"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
127
136
|
"spellsKnownProgression": {
|
|
128
137
|
"type": "array",
|
|
129
138
|
"items": {
|
|
@@ -637,6 +646,9 @@
|
|
|
637
646
|
"preparedSpellsProgression": {
|
|
638
647
|
"$ref": "#/$defs/preparedSpellsProgression"
|
|
639
648
|
},
|
|
649
|
+
"preparedSpellsChange": {
|
|
650
|
+
"$ref": "#/$defs/preparedSpellsChange"
|
|
651
|
+
},
|
|
640
652
|
"spellsKnownProgression": {
|
|
641
653
|
"$ref": "#/$defs/spellsKnownProgression"
|
|
642
654
|
},
|
|
@@ -831,6 +843,9 @@
|
|
|
831
843
|
"preparedSpellsProgression": {
|
|
832
844
|
"$ref": "#/$defs/preparedSpellsProgression"
|
|
833
845
|
},
|
|
846
|
+
"preparedSpellsChange": {
|
|
847
|
+
"$ref": "#/$defs/preparedSpellsChange"
|
|
848
|
+
},
|
|
834
849
|
"spellsKnownProgression": {
|
|
835
850
|
"$ref": "#/$defs/spellsKnownProgression"
|
|
836
851
|
},
|
|
@@ -1025,6 +1040,9 @@
|
|
|
1025
1040
|
"preparedSpellsProgression": {
|
|
1026
1041
|
"$ref": "#/$defs/preparedSpellsProgression"
|
|
1027
1042
|
},
|
|
1043
|
+
"preparedSpellsChange": {
|
|
1044
|
+
"$ref": "#/$defs/preparedSpellsChange"
|
|
1045
|
+
},
|
|
1028
1046
|
"spellsKnownProgression": {
|
|
1029
1047
|
"$ref": "#/$defs/spellsKnownProgression"
|
|
1030
1048
|
},
|
|
@@ -1405,6 +1423,9 @@
|
|
|
1405
1423
|
"preparedSpellsProgression": {
|
|
1406
1424
|
"$ref": "#/$defs/preparedSpellsProgression"
|
|
1407
1425
|
},
|
|
1426
|
+
"preparedSpellsChange": {
|
|
1427
|
+
"$ref": "#/$defs/preparedSpellsChange"
|
|
1428
|
+
},
|
|
1408
1429
|
"spellsKnownProgression": {
|
|
1409
1430
|
"$ref": "#/$defs/spellsKnownProgression"
|
|
1410
1431
|
},
|
|
@@ -1689,6 +1710,9 @@
|
|
|
1689
1710
|
"preparedSpellsProgression": {
|
|
1690
1711
|
"$ref": "#/$defs/preparedSpellsProgression"
|
|
1691
1712
|
},
|
|
1713
|
+
"preparedSpellsChange": {
|
|
1714
|
+
"$ref": "#/$defs/preparedSpellsChange"
|
|
1715
|
+
},
|
|
1692
1716
|
"spellsKnownProgression": {
|
|
1693
1717
|
"$ref": "#/$defs/spellsKnownProgression"
|
|
1694
1718
|
},
|
|
@@ -1976,6 +2000,9 @@
|
|
|
1976
2000
|
"preparedSpellsProgression": {
|
|
1977
2001
|
"$ref": "#/$defs/preparedSpellsProgression"
|
|
1978
2002
|
},
|
|
2003
|
+
"preparedSpellsChange": {
|
|
2004
|
+
"$ref": "#/$defs/preparedSpellsChange"
|
|
2005
|
+
},
|
|
1979
2006
|
"spellsKnownProgression": {
|
|
1980
2007
|
"$ref": "#/$defs/spellsKnownProgression"
|
|
1981
2008
|
},
|
package/schema/ua/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3303,6 +3303,66 @@
|
|
|
3303
3303
|
],
|
|
3304
3304
|
"additionalProperties": false
|
|
3305
3305
|
},
|
|
3306
|
+
{
|
|
3307
|
+
"type": "object",
|
|
3308
|
+
"properties": {
|
|
3309
|
+
"name": {
|
|
3310
|
+
"type": "string"
|
|
3311
|
+
},
|
|
3312
|
+
"type": {
|
|
3313
|
+
"type": "string",
|
|
3314
|
+
"const": "statblock"
|
|
3315
|
+
},
|
|
3316
|
+
"source": {
|
|
3317
|
+
"$ref": "util.json#/$defs/source"
|
|
3318
|
+
},
|
|
3319
|
+
"page": {
|
|
3320
|
+
"$ref": "util.json#/$defs/page"
|
|
3321
|
+
},
|
|
3322
|
+
"srd": {
|
|
3323
|
+
"$ref": "util.json#/$defs/srd"
|
|
3324
|
+
},
|
|
3325
|
+
"srd52": {
|
|
3326
|
+
"$ref": "util.json#/$defs/srd"
|
|
3327
|
+
},
|
|
3328
|
+
"basicRules": {
|
|
3329
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
3330
|
+
},
|
|
3331
|
+
"freeRules2024": {
|
|
3332
|
+
"$ref": "util.json#/$defs/basicRules"
|
|
3333
|
+
},
|
|
3334
|
+
"data": {
|
|
3335
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3336
|
+
},
|
|
3337
|
+
"id": {
|
|
3338
|
+
"type": "string"
|
|
3339
|
+
},
|
|
3340
|
+
"tag": {
|
|
3341
|
+
"$ref": "util.json#/$defs/tagNameStatsAbbreviation"
|
|
3342
|
+
},
|
|
3343
|
+
"abbreviation": {
|
|
3344
|
+
"type": "string"
|
|
3345
|
+
},
|
|
3346
|
+
"displayName": {
|
|
3347
|
+
"type": "string"
|
|
3348
|
+
},
|
|
3349
|
+
"hash": {
|
|
3350
|
+
"type": "string"
|
|
3351
|
+
},
|
|
3352
|
+
"style": {
|
|
3353
|
+
"$ref": "#/$defs/_entryDataStyle"
|
|
3354
|
+
},
|
|
3355
|
+
"collapsed": {
|
|
3356
|
+
"const": true
|
|
3357
|
+
}
|
|
3358
|
+
},
|
|
3359
|
+
"required": [
|
|
3360
|
+
"type",
|
|
3361
|
+
"tag",
|
|
3362
|
+
"abbreviation"
|
|
3363
|
+
],
|
|
3364
|
+
"additionalProperties": false
|
|
3365
|
+
},
|
|
3306
3366
|
{
|
|
3307
3367
|
"type": "object",
|
|
3308
3368
|
"properties": {
|
package/schema/ua/races.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "races.json",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"sharedData": {
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"reprintedAs": {
|
|
36
36
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
37
37
|
},
|
|
38
|
+
"edition": {
|
|
39
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
40
|
+
},
|
|
38
41
|
"ability": {
|
|
39
42
|
"$ref": "util.json#/$defs/abilityScores"
|
|
40
43
|
},
|
|
@@ -286,6 +289,9 @@
|
|
|
286
289
|
"reprintedAs": {
|
|
287
290
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
288
291
|
},
|
|
292
|
+
"edition": {
|
|
293
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
294
|
+
},
|
|
289
295
|
"ability": {
|
|
290
296
|
"$ref": "util.json#/$defs/abilityScores"
|
|
291
297
|
},
|
|
@@ -619,6 +625,9 @@
|
|
|
619
625
|
"reprintedAs": {
|
|
620
626
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
621
627
|
},
|
|
628
|
+
"edition": {
|
|
629
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
630
|
+
},
|
|
622
631
|
"ability": {
|
|
623
632
|
"$ref": "util.json#/$defs/abilityScores"
|
|
624
633
|
},
|
|
@@ -874,6 +883,9 @@
|
|
|
874
883
|
"reprintedAs": {
|
|
875
884
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
876
885
|
},
|
|
886
|
+
"edition": {
|
|
887
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
888
|
+
},
|
|
877
889
|
"ability": {
|
|
878
890
|
"$ref": "util.json#/$defs/abilityScores"
|
|
879
891
|
},
|
|
@@ -1135,6 +1147,9 @@
|
|
|
1135
1147
|
"reprintedAs": {
|
|
1136
1148
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
1137
1149
|
},
|
|
1150
|
+
"edition": {
|
|
1151
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
1152
|
+
},
|
|
1138
1153
|
"ability": {
|
|
1139
1154
|
"$ref": "util.json#/$defs/abilityScores"
|
|
1140
1155
|
},
|
|
@@ -1401,6 +1416,9 @@
|
|
|
1401
1416
|
"reprintedAs": {
|
|
1402
1417
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
1403
1418
|
},
|
|
1419
|
+
"edition": {
|
|
1420
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
1421
|
+
},
|
|
1404
1422
|
"ability": {
|
|
1405
1423
|
"$ref": "util.json#/$defs/abilityScores"
|
|
1406
1424
|
},
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"title": "Util: Edition",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"edition": {
|
|
8
|
+
"description": "A context-sensitive behaviour hint. Generally, entities marked with `\"edition\": \"one\"` will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an `\"edition\"` or using `\"edition\": \"classic\"` may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the \"Modern (2024)\" rules version: non-\"one\" species will be stripped of their ability scores; non-\"one\" backgrounds will gain extra ability scores; etc.",
|
|
8
9
|
"type": "string",
|
|
9
10
|
"enum": [
|
|
10
11
|
"classic",
|