5etools-utils 0.9.15 → 0.9.16
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/spells/spells.json +7 -4
- package/schema/brew-fast/bestiary/bestiary.json +7 -4
- package/schema/brew-fast/spells/spells.json +7 -4
- package/schema/site/bestiary/bestiary.json +7 -4
- package/schema/site/spells/spells.json +7 -4
- package/schema/site-fast/bestiary/bestiary.json +7 -4
- package/schema/site-fast/spells/spells.json +7 -4
- package/schema/ua/bestiary/bestiary.json +7 -4
- package/schema/ua/spells/spells.json +7 -4
- package/schema/ua-fast/bestiary/bestiary.json +7 -4
- package/schema/ua-fast/spells/spells.json +7 -4
package/package.json
CHANGED
|
@@ -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.20",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1125,13 +1125,14 @@
|
|
|
1125
1125
|
"miscTags": {
|
|
1126
1126
|
"type": "array",
|
|
1127
1127
|
"items": {
|
|
1128
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1128
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1129
1129
|
"enum": [
|
|
1130
1130
|
"AOE",
|
|
1131
1131
|
"HPR",
|
|
1132
1132
|
"MW",
|
|
1133
1133
|
"RW",
|
|
1134
1134
|
"RCH",
|
|
1135
|
+
"MLW",
|
|
1135
1136
|
"RNG",
|
|
1136
1137
|
"THW"
|
|
1137
1138
|
]
|
|
@@ -2306,13 +2307,14 @@
|
|
|
2306
2307
|
"miscTags": {
|
|
2307
2308
|
"type": "array",
|
|
2308
2309
|
"items": {
|
|
2309
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2310
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2310
2311
|
"enum": [
|
|
2311
2312
|
"AOE",
|
|
2312
2313
|
"HPR",
|
|
2313
2314
|
"MW",
|
|
2314
2315
|
"RW",
|
|
2315
2316
|
"RCH",
|
|
2317
|
+
"MLW",
|
|
2316
2318
|
"RNG",
|
|
2317
2319
|
"THW"
|
|
2318
2320
|
]
|
|
@@ -3501,13 +3503,14 @@
|
|
|
3501
3503
|
"miscTags": {
|
|
3502
3504
|
"type": "array",
|
|
3503
3505
|
"items": {
|
|
3504
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3506
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3505
3507
|
"enum": [
|
|
3506
3508
|
"AOE",
|
|
3507
3509
|
"HPR",
|
|
3508
3510
|
"MW",
|
|
3509
3511
|
"RW",
|
|
3510
3512
|
"RCH",
|
|
3513
|
+
"MLW",
|
|
3511
3514
|
"RNG",
|
|
3512
3515
|
"THW"
|
|
3513
3516
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.8",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -278,13 +278,14 @@
|
|
|
278
278
|
},
|
|
279
279
|
"miscTags": {
|
|
280
280
|
"type": "array",
|
|
281
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
281
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
282
282
|
"minItems": 1,
|
|
283
283
|
"uniqueItems": true,
|
|
284
284
|
"items": {
|
|
285
285
|
"type": "string",
|
|
286
286
|
"enum": [
|
|
287
287
|
"AAD",
|
|
288
|
+
"ADV",
|
|
288
289
|
"DFT",
|
|
289
290
|
"FMV",
|
|
290
291
|
"HL",
|
|
@@ -823,13 +824,14 @@
|
|
|
823
824
|
},
|
|
824
825
|
"miscTags": {
|
|
825
826
|
"type": "array",
|
|
826
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
827
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
827
828
|
"minItems": 1,
|
|
828
829
|
"uniqueItems": true,
|
|
829
830
|
"items": {
|
|
830
831
|
"type": "string",
|
|
831
832
|
"enum": [
|
|
832
833
|
"AAD",
|
|
834
|
+
"ADV",
|
|
833
835
|
"DFT",
|
|
834
836
|
"FMV",
|
|
835
837
|
"HL",
|
|
@@ -1376,13 +1378,14 @@
|
|
|
1376
1378
|
},
|
|
1377
1379
|
"miscTags": {
|
|
1378
1380
|
"type": "array",
|
|
1379
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
1381
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
1380
1382
|
"minItems": 1,
|
|
1381
1383
|
"uniqueItems": true,
|
|
1382
1384
|
"items": {
|
|
1383
1385
|
"type": "string",
|
|
1384
1386
|
"enum": [
|
|
1385
1387
|
"AAD",
|
|
1388
|
+
"ADV",
|
|
1386
1389
|
"DFT",
|
|
1387
1390
|
"FMV",
|
|
1388
1391
|
"HL",
|
|
@@ -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.20",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1125,13 +1125,14 @@
|
|
|
1125
1125
|
"miscTags": {
|
|
1126
1126
|
"type": "array",
|
|
1127
1127
|
"items": {
|
|
1128
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1128
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1129
1129
|
"enum": [
|
|
1130
1130
|
"AOE",
|
|
1131
1131
|
"HPR",
|
|
1132
1132
|
"MW",
|
|
1133
1133
|
"RW",
|
|
1134
1134
|
"RCH",
|
|
1135
|
+
"MLW",
|
|
1135
1136
|
"RNG",
|
|
1136
1137
|
"THW"
|
|
1137
1138
|
]
|
|
@@ -2306,13 +2307,14 @@
|
|
|
2306
2307
|
"miscTags": {
|
|
2307
2308
|
"type": "array",
|
|
2308
2309
|
"items": {
|
|
2309
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2310
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2310
2311
|
"enum": [
|
|
2311
2312
|
"AOE",
|
|
2312
2313
|
"HPR",
|
|
2313
2314
|
"MW",
|
|
2314
2315
|
"RW",
|
|
2315
2316
|
"RCH",
|
|
2317
|
+
"MLW",
|
|
2316
2318
|
"RNG",
|
|
2317
2319
|
"THW"
|
|
2318
2320
|
]
|
|
@@ -3501,13 +3503,14 @@
|
|
|
3501
3503
|
"miscTags": {
|
|
3502
3504
|
"type": "array",
|
|
3503
3505
|
"items": {
|
|
3504
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3506
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3505
3507
|
"enum": [
|
|
3506
3508
|
"AOE",
|
|
3507
3509
|
"HPR",
|
|
3508
3510
|
"MW",
|
|
3509
3511
|
"RW",
|
|
3510
3512
|
"RCH",
|
|
3513
|
+
"MLW",
|
|
3511
3514
|
"RNG",
|
|
3512
3515
|
"THW"
|
|
3513
3516
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.8",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -278,13 +278,14 @@
|
|
|
278
278
|
},
|
|
279
279
|
"miscTags": {
|
|
280
280
|
"type": "array",
|
|
281
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
281
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
282
282
|
"minItems": 1,
|
|
283
283
|
"uniqueItems": true,
|
|
284
284
|
"items": {
|
|
285
285
|
"type": "string",
|
|
286
286
|
"enum": [
|
|
287
287
|
"AAD",
|
|
288
|
+
"ADV",
|
|
288
289
|
"DFT",
|
|
289
290
|
"FMV",
|
|
290
291
|
"HL",
|
|
@@ -823,13 +824,14 @@
|
|
|
823
824
|
},
|
|
824
825
|
"miscTags": {
|
|
825
826
|
"type": "array",
|
|
826
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
827
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
827
828
|
"minItems": 1,
|
|
828
829
|
"uniqueItems": true,
|
|
829
830
|
"items": {
|
|
830
831
|
"type": "string",
|
|
831
832
|
"enum": [
|
|
832
833
|
"AAD",
|
|
834
|
+
"ADV",
|
|
833
835
|
"DFT",
|
|
834
836
|
"FMV",
|
|
835
837
|
"HL",
|
|
@@ -1376,13 +1378,14 @@
|
|
|
1376
1378
|
},
|
|
1377
1379
|
"miscTags": {
|
|
1378
1380
|
"type": "array",
|
|
1379
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
1381
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
1380
1382
|
"minItems": 1,
|
|
1381
1383
|
"uniqueItems": true,
|
|
1382
1384
|
"items": {
|
|
1383
1385
|
"type": "string",
|
|
1384
1386
|
"enum": [
|
|
1385
1387
|
"AAD",
|
|
1388
|
+
"ADV",
|
|
1386
1389
|
"DFT",
|
|
1387
1390
|
"FMV",
|
|
1388
1391
|
"HL",
|
|
@@ -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.20",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1104,13 +1104,14 @@
|
|
|
1104
1104
|
"miscTags": {
|
|
1105
1105
|
"type": "array",
|
|
1106
1106
|
"items": {
|
|
1107
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1107
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1108
1108
|
"enum": [
|
|
1109
1109
|
"AOE",
|
|
1110
1110
|
"HPR",
|
|
1111
1111
|
"MW",
|
|
1112
1112
|
"RW",
|
|
1113
1113
|
"RCH",
|
|
1114
|
+
"MLW",
|
|
1114
1115
|
"RNG",
|
|
1115
1116
|
"THW"
|
|
1116
1117
|
]
|
|
@@ -2186,13 +2187,14 @@
|
|
|
2186
2187
|
"miscTags": {
|
|
2187
2188
|
"type": "array",
|
|
2188
2189
|
"items": {
|
|
2189
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
2191
|
"enum": [
|
|
2191
2192
|
"AOE",
|
|
2192
2193
|
"HPR",
|
|
2193
2194
|
"MW",
|
|
2194
2195
|
"RW",
|
|
2195
2196
|
"RCH",
|
|
2197
|
+
"MLW",
|
|
2196
2198
|
"RNG",
|
|
2197
2199
|
"THW"
|
|
2198
2200
|
]
|
|
@@ -3282,13 +3284,14 @@
|
|
|
3282
3284
|
"miscTags": {
|
|
3283
3285
|
"type": "array",
|
|
3284
3286
|
"items": {
|
|
3285
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3287
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3286
3288
|
"enum": [
|
|
3287
3289
|
"AOE",
|
|
3288
3290
|
"HPR",
|
|
3289
3291
|
"MW",
|
|
3290
3292
|
"RW",
|
|
3291
3293
|
"RCH",
|
|
3294
|
+
"MLW",
|
|
3292
3295
|
"RNG",
|
|
3293
3296
|
"THW"
|
|
3294
3297
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.8",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -260,13 +260,14 @@
|
|
|
260
260
|
},
|
|
261
261
|
"miscTags": {
|
|
262
262
|
"type": "array",
|
|
263
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
263
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
264
264
|
"minItems": 1,
|
|
265
265
|
"uniqueItems": true,
|
|
266
266
|
"items": {
|
|
267
267
|
"type": "string",
|
|
268
268
|
"enum": [
|
|
269
269
|
"AAD",
|
|
270
|
+
"ADV",
|
|
270
271
|
"DFT",
|
|
271
272
|
"FMV",
|
|
272
273
|
"HL",
|
|
@@ -583,13 +584,14 @@
|
|
|
583
584
|
},
|
|
584
585
|
"miscTags": {
|
|
585
586
|
"type": "array",
|
|
586
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
587
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
587
588
|
"minItems": 1,
|
|
588
589
|
"uniqueItems": true,
|
|
589
590
|
"items": {
|
|
590
591
|
"type": "string",
|
|
591
592
|
"enum": [
|
|
592
593
|
"AAD",
|
|
594
|
+
"ADV",
|
|
593
595
|
"DFT",
|
|
594
596
|
"FMV",
|
|
595
597
|
"HL",
|
|
@@ -914,13 +916,14 @@
|
|
|
914
916
|
},
|
|
915
917
|
"miscTags": {
|
|
916
918
|
"type": "array",
|
|
917
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
919
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
918
920
|
"minItems": 1,
|
|
919
921
|
"uniqueItems": true,
|
|
920
922
|
"items": {
|
|
921
923
|
"type": "string",
|
|
922
924
|
"enum": [
|
|
923
925
|
"AAD",
|
|
926
|
+
"ADV",
|
|
924
927
|
"DFT",
|
|
925
928
|
"FMV",
|
|
926
929
|
"HL",
|
|
@@ -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.20",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1104,13 +1104,14 @@
|
|
|
1104
1104
|
"miscTags": {
|
|
1105
1105
|
"type": "array",
|
|
1106
1106
|
"items": {
|
|
1107
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1107
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1108
1108
|
"enum": [
|
|
1109
1109
|
"AOE",
|
|
1110
1110
|
"HPR",
|
|
1111
1111
|
"MW",
|
|
1112
1112
|
"RW",
|
|
1113
1113
|
"RCH",
|
|
1114
|
+
"MLW",
|
|
1114
1115
|
"RNG",
|
|
1115
1116
|
"THW"
|
|
1116
1117
|
]
|
|
@@ -2186,13 +2187,14 @@
|
|
|
2186
2187
|
"miscTags": {
|
|
2187
2188
|
"type": "array",
|
|
2188
2189
|
"items": {
|
|
2189
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
2191
|
"enum": [
|
|
2191
2192
|
"AOE",
|
|
2192
2193
|
"HPR",
|
|
2193
2194
|
"MW",
|
|
2194
2195
|
"RW",
|
|
2195
2196
|
"RCH",
|
|
2197
|
+
"MLW",
|
|
2196
2198
|
"RNG",
|
|
2197
2199
|
"THW"
|
|
2198
2200
|
]
|
|
@@ -3282,13 +3284,14 @@
|
|
|
3282
3284
|
"miscTags": {
|
|
3283
3285
|
"type": "array",
|
|
3284
3286
|
"items": {
|
|
3285
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3287
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3286
3288
|
"enum": [
|
|
3287
3289
|
"AOE",
|
|
3288
3290
|
"HPR",
|
|
3289
3291
|
"MW",
|
|
3290
3292
|
"RW",
|
|
3291
3293
|
"RCH",
|
|
3294
|
+
"MLW",
|
|
3292
3295
|
"RNG",
|
|
3293
3296
|
"THW"
|
|
3294
3297
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.8",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -260,13 +260,14 @@
|
|
|
260
260
|
},
|
|
261
261
|
"miscTags": {
|
|
262
262
|
"type": "array",
|
|
263
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
263
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
264
264
|
"minItems": 1,
|
|
265
265
|
"uniqueItems": true,
|
|
266
266
|
"items": {
|
|
267
267
|
"type": "string",
|
|
268
268
|
"enum": [
|
|
269
269
|
"AAD",
|
|
270
|
+
"ADV",
|
|
270
271
|
"DFT",
|
|
271
272
|
"FMV",
|
|
272
273
|
"HL",
|
|
@@ -583,13 +584,14 @@
|
|
|
583
584
|
},
|
|
584
585
|
"miscTags": {
|
|
585
586
|
"type": "array",
|
|
586
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
587
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
587
588
|
"minItems": 1,
|
|
588
589
|
"uniqueItems": true,
|
|
589
590
|
"items": {
|
|
590
591
|
"type": "string",
|
|
591
592
|
"enum": [
|
|
592
593
|
"AAD",
|
|
594
|
+
"ADV",
|
|
593
595
|
"DFT",
|
|
594
596
|
"FMV",
|
|
595
597
|
"HL",
|
|
@@ -914,13 +916,14 @@
|
|
|
914
916
|
},
|
|
915
917
|
"miscTags": {
|
|
916
918
|
"type": "array",
|
|
917
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
919
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
918
920
|
"minItems": 1,
|
|
919
921
|
"uniqueItems": true,
|
|
920
922
|
"items": {
|
|
921
923
|
"type": "string",
|
|
922
924
|
"enum": [
|
|
923
925
|
"AAD",
|
|
926
|
+
"ADV",
|
|
924
927
|
"DFT",
|
|
925
928
|
"FMV",
|
|
926
929
|
"HL",
|
|
@@ -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.20",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1104,13 +1104,14 @@
|
|
|
1104
1104
|
"miscTags": {
|
|
1105
1105
|
"type": "array",
|
|
1106
1106
|
"items": {
|
|
1107
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1107
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1108
1108
|
"enum": [
|
|
1109
1109
|
"AOE",
|
|
1110
1110
|
"HPR",
|
|
1111
1111
|
"MW",
|
|
1112
1112
|
"RW",
|
|
1113
1113
|
"RCH",
|
|
1114
|
+
"MLW",
|
|
1114
1115
|
"RNG",
|
|
1115
1116
|
"THW"
|
|
1116
1117
|
]
|
|
@@ -2186,13 +2187,14 @@
|
|
|
2186
2187
|
"miscTags": {
|
|
2187
2188
|
"type": "array",
|
|
2188
2189
|
"items": {
|
|
2189
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
2191
|
"enum": [
|
|
2191
2192
|
"AOE",
|
|
2192
2193
|
"HPR",
|
|
2193
2194
|
"MW",
|
|
2194
2195
|
"RW",
|
|
2195
2196
|
"RCH",
|
|
2197
|
+
"MLW",
|
|
2196
2198
|
"RNG",
|
|
2197
2199
|
"THW"
|
|
2198
2200
|
]
|
|
@@ -3282,13 +3284,14 @@
|
|
|
3282
3284
|
"miscTags": {
|
|
3283
3285
|
"type": "array",
|
|
3284
3286
|
"items": {
|
|
3285
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3287
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3286
3288
|
"enum": [
|
|
3287
3289
|
"AOE",
|
|
3288
3290
|
"HPR",
|
|
3289
3291
|
"MW",
|
|
3290
3292
|
"RW",
|
|
3291
3293
|
"RCH",
|
|
3294
|
+
"MLW",
|
|
3292
3295
|
"RNG",
|
|
3293
3296
|
"THW"
|
|
3294
3297
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.8",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -260,13 +260,14 @@
|
|
|
260
260
|
},
|
|
261
261
|
"miscTags": {
|
|
262
262
|
"type": "array",
|
|
263
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
263
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
264
264
|
"minItems": 1,
|
|
265
265
|
"uniqueItems": true,
|
|
266
266
|
"items": {
|
|
267
267
|
"type": "string",
|
|
268
268
|
"enum": [
|
|
269
269
|
"AAD",
|
|
270
|
+
"ADV",
|
|
270
271
|
"DFT",
|
|
271
272
|
"FMV",
|
|
272
273
|
"HL",
|
|
@@ -603,13 +604,14 @@
|
|
|
603
604
|
},
|
|
604
605
|
"miscTags": {
|
|
605
606
|
"type": "array",
|
|
606
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
607
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
607
608
|
"minItems": 1,
|
|
608
609
|
"uniqueItems": true,
|
|
609
610
|
"items": {
|
|
610
611
|
"type": "string",
|
|
611
612
|
"enum": [
|
|
612
613
|
"AAD",
|
|
614
|
+
"ADV",
|
|
613
615
|
"DFT",
|
|
614
616
|
"FMV",
|
|
615
617
|
"HL",
|
|
@@ -954,13 +956,14 @@
|
|
|
954
956
|
},
|
|
955
957
|
"miscTags": {
|
|
956
958
|
"type": "array",
|
|
957
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
959
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
958
960
|
"minItems": 1,
|
|
959
961
|
"uniqueItems": true,
|
|
960
962
|
"items": {
|
|
961
963
|
"type": "string",
|
|
962
964
|
"enum": [
|
|
963
965
|
"AAD",
|
|
966
|
+
"ADV",
|
|
964
967
|
"DFT",
|
|
965
968
|
"FMV",
|
|
966
969
|
"HL",
|
|
@@ -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.20",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1104,13 +1104,14 @@
|
|
|
1104
1104
|
"miscTags": {
|
|
1105
1105
|
"type": "array",
|
|
1106
1106
|
"items": {
|
|
1107
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1107
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
1108
1108
|
"enum": [
|
|
1109
1109
|
"AOE",
|
|
1110
1110
|
"HPR",
|
|
1111
1111
|
"MW",
|
|
1112
1112
|
"RW",
|
|
1113
1113
|
"RCH",
|
|
1114
|
+
"MLW",
|
|
1114
1115
|
"RNG",
|
|
1115
1116
|
"THW"
|
|
1116
1117
|
]
|
|
@@ -2186,13 +2187,14 @@
|
|
|
2186
2187
|
"miscTags": {
|
|
2187
2188
|
"type": "array",
|
|
2188
2189
|
"items": {
|
|
2189
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
2190
2191
|
"enum": [
|
|
2191
2192
|
"AOE",
|
|
2192
2193
|
"HPR",
|
|
2193
2194
|
"MW",
|
|
2194
2195
|
"RW",
|
|
2195
2196
|
"RCH",
|
|
2197
|
+
"MLW",
|
|
2196
2198
|
"RNG",
|
|
2197
2199
|
"THW"
|
|
2198
2200
|
]
|
|
@@ -3282,13 +3284,14 @@
|
|
|
3282
3284
|
"miscTags": {
|
|
3283
3285
|
"type": "array",
|
|
3284
3286
|
"items": {
|
|
3285
|
-
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3287
|
+
"description": "AOE: Has Areas of Effect\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
|
|
3286
3288
|
"enum": [
|
|
3287
3289
|
"AOE",
|
|
3288
3290
|
"HPR",
|
|
3289
3291
|
"MW",
|
|
3290
3292
|
"RW",
|
|
3291
3293
|
"RCH",
|
|
3294
|
+
"MLW",
|
|
3292
3295
|
"RNG",
|
|
3293
3296
|
"THW"
|
|
3294
3297
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.8",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -260,13 +260,14 @@
|
|
|
260
260
|
},
|
|
261
261
|
"miscTags": {
|
|
262
262
|
"type": "array",
|
|
263
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
263
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
264
264
|
"minItems": 1,
|
|
265
265
|
"uniqueItems": true,
|
|
266
266
|
"items": {
|
|
267
267
|
"type": "string",
|
|
268
268
|
"enum": [
|
|
269
269
|
"AAD",
|
|
270
|
+
"ADV",
|
|
270
271
|
"DFT",
|
|
271
272
|
"FMV",
|
|
272
273
|
"HL",
|
|
@@ -603,13 +604,14 @@
|
|
|
603
604
|
},
|
|
604
605
|
"miscTags": {
|
|
605
606
|
"type": "array",
|
|
606
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
607
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
607
608
|
"minItems": 1,
|
|
608
609
|
"uniqueItems": true,
|
|
609
610
|
"items": {
|
|
610
611
|
"type": "string",
|
|
611
612
|
"enum": [
|
|
612
613
|
"AAD",
|
|
614
|
+
"ADV",
|
|
613
615
|
"DFT",
|
|
614
616
|
"FMV",
|
|
615
617
|
"HL",
|
|
@@ -954,13 +956,14 @@
|
|
|
954
956
|
},
|
|
955
957
|
"miscTags": {
|
|
956
958
|
"type": "array",
|
|
957
|
-
"description": "AAD: Additional Attack Damage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
959
|
+
"description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
|
|
958
960
|
"minItems": 1,
|
|
959
961
|
"uniqueItems": true,
|
|
960
962
|
"items": {
|
|
961
963
|
"type": "string",
|
|
962
964
|
"enum": [
|
|
963
965
|
"AAD",
|
|
966
|
+
"ADV",
|
|
964
967
|
"DFT",
|
|
965
968
|
"FMV",
|
|
966
969
|
"HL",
|