optolith-database-schema 0.1.0 → 0.1.3
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/CHANGELOG.md +27 -0
- package/lib/types/FamiliarsTrick.d.ts +333 -0
- package/lib/types/FamiliarsTrick.js +4 -0
- package/lib/types/FamiliarsTrick_AnimalType.d.ts +30 -0
- package/lib/types/FamiliarsTrick_AnimalType.js +4 -0
- package/lib/types/_Activatable.d.ts +124 -1
- package/lib/types/_Identifier.d.ts +7 -1
- package/lib/types/_Identifier.js +7 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +50 -0
- package/lib/types/specialAbility/sub/TradeSecret.js +4 -0
- package/package.json +2 -2
- package/schema/Advantage.schema.json +8 -8
- package/schema/Disadvantage.schema.json +6 -6
- package/schema/FamiliarsTrick.schema.json +602 -0
- package/schema/FamiliarsTrick_AnimalType.schema.json +45 -0
- package/schema/_Activatable.schema.json +245 -3
- package/schema/_Identifier.schema.json +26 -4
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +13 -10
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/AncestorGlyph.schema.json +6 -6
- package/schema/specialAbility/BlessedTradition.schema.json +6 -6
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +9 -9
- package/schema/specialAbility/CombatSpecialAbility.schema.json +13 -10
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +11 -11
- package/schema/specialAbility/CommandSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +9 -9
- package/schema/specialAbility/LycantropicGift.schema.json +6 -6
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +9 -9
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/MagicalTradition.schema.json +7 -7
- package/schema/specialAbility/PactGift.schema.json +6 -6
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +5 -5
- package/schema/specialAbility/Sermon.schema.json +6 -6
- package/schema/specialAbility/SexSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +7 -7
- package/schema/specialAbility/VampiricGift.schema.json +6 -6
- package/schema/specialAbility/Vision.schema.json +6 -6
- package/schema/specialAbility/sub/TradeSecret.schema.json +68 -0
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/DaggerRitual.schema.json +7 -7
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +7 -7
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/RingEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/SickleRitual.schema.json +7 -7
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +7 -7
- package/schema/traditionArtifacts/WandEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +7 -7
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "FamiliarsTrick_AnimalType.schema.json",
|
|
4
|
+
"$ref": "#/definitions/AnimalType",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"AnimalType": {
|
|
7
|
+
"title": "Animal Type",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"description": "The animal type's identifier. An unique, increasing integer.",
|
|
12
|
+
"type": "integer",
|
|
13
|
+
"minimum": 1
|
|
14
|
+
},
|
|
15
|
+
"translations": {
|
|
16
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
17
|
+
"type": "object",
|
|
18
|
+
"patternProperties": {
|
|
19
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
20
|
+
"type": "object",
|
|
21
|
+
"properties": {
|
|
22
|
+
"name": {
|
|
23
|
+
"description": "The animal type name.",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"minLength": 1
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"required": [
|
|
29
|
+
"name"
|
|
30
|
+
],
|
|
31
|
+
"additionalProperties": false
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"minProperties": 1,
|
|
35
|
+
"additionalProperties": false
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"required": [
|
|
39
|
+
"id",
|
|
40
|
+
"translations"
|
|
41
|
+
],
|
|
42
|
+
"additionalProperties": false
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -280,7 +280,251 @@
|
|
|
280
280
|
},
|
|
281
281
|
"Penalty": {
|
|
282
282
|
"description": "The penalty the special ability gives when used.",
|
|
283
|
-
"
|
|
283
|
+
"oneOf": [
|
|
284
|
+
{
|
|
285
|
+
"type": "object",
|
|
286
|
+
"properties": {
|
|
287
|
+
"tag": {
|
|
288
|
+
"const": "Single"
|
|
289
|
+
},
|
|
290
|
+
"value": {
|
|
291
|
+
"description": "The penalty value.",
|
|
292
|
+
"type": "integer"
|
|
293
|
+
},
|
|
294
|
+
"applies_to_parry": {
|
|
295
|
+
"description": "Set to `true` if the penalty applies to the parry instead of the attack.",
|
|
296
|
+
"const": true
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": [
|
|
300
|
+
"tag",
|
|
301
|
+
"value"
|
|
302
|
+
],
|
|
303
|
+
"additionalProperties": false
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"type": "object",
|
|
307
|
+
"properties": {
|
|
308
|
+
"tag": {
|
|
309
|
+
"const": "ByHandedness"
|
|
310
|
+
},
|
|
311
|
+
"one_handed": {
|
|
312
|
+
"description": "The penalty value for one-handed weapons.",
|
|
313
|
+
"type": "integer"
|
|
314
|
+
},
|
|
315
|
+
"two_handed": {
|
|
316
|
+
"description": "The penalty value for two-handed weapons.",
|
|
317
|
+
"type": "integer"
|
|
318
|
+
},
|
|
319
|
+
"applies_to_parry": {
|
|
320
|
+
"description": "Set to `true` if the penalty applies to the parry instead of the attack.",
|
|
321
|
+
"const": true
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"required": [
|
|
325
|
+
"tag",
|
|
326
|
+
"one_handed",
|
|
327
|
+
"two_handed"
|
|
328
|
+
],
|
|
329
|
+
"additionalProperties": false
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"type": "object",
|
|
333
|
+
"properties": {
|
|
334
|
+
"tag": {
|
|
335
|
+
"const": "ByActivation"
|
|
336
|
+
},
|
|
337
|
+
"active": {
|
|
338
|
+
"description": "The penalty value if the entry has been bought by the character.",
|
|
339
|
+
"type": "integer"
|
|
340
|
+
},
|
|
341
|
+
"inactive": {
|
|
342
|
+
"description": "The penalty value if the entry has not been bought by the character.",
|
|
343
|
+
"type": "integer"
|
|
344
|
+
},
|
|
345
|
+
"applies_to_parry": {
|
|
346
|
+
"description": "Set to `true` if the penalty applies to the parry instead of the attack.",
|
|
347
|
+
"const": true
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"required": [
|
|
351
|
+
"tag",
|
|
352
|
+
"active",
|
|
353
|
+
"inactive"
|
|
354
|
+
],
|
|
355
|
+
"additionalProperties": false
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"type": "object",
|
|
359
|
+
"properties": {
|
|
360
|
+
"tag": {
|
|
361
|
+
"const": "Selection"
|
|
362
|
+
},
|
|
363
|
+
"options": {
|
|
364
|
+
"oneOf": [
|
|
365
|
+
{
|
|
366
|
+
"type": "object",
|
|
367
|
+
"properties": {
|
|
368
|
+
"tag": {
|
|
369
|
+
"const": "Specific"
|
|
370
|
+
},
|
|
371
|
+
"list": {
|
|
372
|
+
"description": "The list of specific penalty options.",
|
|
373
|
+
"type": "array",
|
|
374
|
+
"items": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"properties": {
|
|
377
|
+
"value": {
|
|
378
|
+
"description": "The penalty value.",
|
|
379
|
+
"type": "integer"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"required": [
|
|
383
|
+
"value"
|
|
384
|
+
],
|
|
385
|
+
"additionalProperties": false
|
|
386
|
+
},
|
|
387
|
+
"minItems": 2,
|
|
388
|
+
"uniqueItems": true
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"required": [
|
|
392
|
+
"tag",
|
|
393
|
+
"list"
|
|
394
|
+
],
|
|
395
|
+
"additionalProperties": false
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "object",
|
|
399
|
+
"properties": {
|
|
400
|
+
"tag": {
|
|
401
|
+
"const": "Range"
|
|
402
|
+
},
|
|
403
|
+
"minimum": {
|
|
404
|
+
"description": "The minimum penalty value.",
|
|
405
|
+
"type": "integer"
|
|
406
|
+
},
|
|
407
|
+
"maximum": {
|
|
408
|
+
"description": "The maximum penalty value.",
|
|
409
|
+
"type": "integer"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"required": [
|
|
413
|
+
"tag",
|
|
414
|
+
"minimum",
|
|
415
|
+
"maximum"
|
|
416
|
+
],
|
|
417
|
+
"additionalProperties": false
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"required": [
|
|
423
|
+
"tag",
|
|
424
|
+
"options"
|
|
425
|
+
],
|
|
426
|
+
"additionalProperties": false
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"type": "object",
|
|
430
|
+
"properties": {
|
|
431
|
+
"tag": {
|
|
432
|
+
"const": "ByLevel"
|
|
433
|
+
},
|
|
434
|
+
"levels": {
|
|
435
|
+
"description": "A continuous range of penalties for each level. The first element is the\npenalty for the first level, the second element is the penalty for the\nsecond level, and so on.",
|
|
436
|
+
"type": "array",
|
|
437
|
+
"items": {
|
|
438
|
+
"type": "object",
|
|
439
|
+
"properties": {
|
|
440
|
+
"value": {
|
|
441
|
+
"description": "The penalty value for this level.",
|
|
442
|
+
"type": "integer"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"required": [
|
|
446
|
+
"value"
|
|
447
|
+
],
|
|
448
|
+
"additionalProperties": false
|
|
449
|
+
},
|
|
450
|
+
"minItems": 2
|
|
451
|
+
},
|
|
452
|
+
"external_id": {
|
|
453
|
+
"description": "The identifier of the combat-related special ability of which the level\ndefines the penalty instead.",
|
|
454
|
+
"$ref": "./_Identifier.schema.json#/definitions/Identifier/Group/CombatRelatedSpecialAbility"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"required": [
|
|
458
|
+
"tag",
|
|
459
|
+
"levels"
|
|
460
|
+
],
|
|
461
|
+
"additionalProperties": false
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"type": "object",
|
|
465
|
+
"properties": {
|
|
466
|
+
"tag": {
|
|
467
|
+
"const": "ByAttack"
|
|
468
|
+
},
|
|
469
|
+
"list": {
|
|
470
|
+
"description": "A list of penalties for subsequent attacks. The first element is the\npenalty for the first attack, the second element is the penalty for the\nsecond attack, and so on. The order of the first element may be changed\nusing `initial_order`, so that e.g. if set to `2`, the first element is\nthe penalty for the second attack, the second element is the penalty for\nthe third attack, and so on.",
|
|
471
|
+
"type": "array",
|
|
472
|
+
"items": {
|
|
473
|
+
"type": "object",
|
|
474
|
+
"properties": {
|
|
475
|
+
"value": {
|
|
476
|
+
"description": "The penalty value for this order.",
|
|
477
|
+
"type": "integer"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"required": [
|
|
481
|
+
"value"
|
|
482
|
+
],
|
|
483
|
+
"additionalProperties": false
|
|
484
|
+
},
|
|
485
|
+
"minItems": 1
|
|
486
|
+
},
|
|
487
|
+
"initial_order": {
|
|
488
|
+
"description": "The order of the first element in the `list` of penalties.",
|
|
489
|
+
"type": "number"
|
|
490
|
+
},
|
|
491
|
+
"attack_replacement": {
|
|
492
|
+
"description": "Set if a predefined different word should be used instead of the word\n`attack` for display purposes.",
|
|
493
|
+
"oneOf": [
|
|
494
|
+
{
|
|
495
|
+
"type": "object",
|
|
496
|
+
"properties": {
|
|
497
|
+
"tag": {
|
|
498
|
+
"const": "Throw"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"required": [
|
|
502
|
+
"tag"
|
|
503
|
+
],
|
|
504
|
+
"additionalProperties": false
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"required": [
|
|
510
|
+
"tag",
|
|
511
|
+
"list"
|
|
512
|
+
],
|
|
513
|
+
"additionalProperties": false
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"type": "object",
|
|
517
|
+
"properties": {
|
|
518
|
+
"tag": {
|
|
519
|
+
"const": "DependsOnHitZone"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
"required": [
|
|
523
|
+
"tag"
|
|
524
|
+
],
|
|
525
|
+
"additionalProperties": false
|
|
526
|
+
}
|
|
527
|
+
]
|
|
284
528
|
},
|
|
285
529
|
"ArcaneEnergyCost": {
|
|
286
530
|
"description": "The AE Cost.",
|
|
@@ -506,7 +750,6 @@
|
|
|
506
750
|
"value": {
|
|
507
751
|
"description": "The referenced entry's numeric identifier.",
|
|
508
752
|
"type": "integer",
|
|
509
|
-
"maximum": 8,
|
|
510
753
|
"minimum": 1
|
|
511
754
|
}
|
|
512
755
|
},
|
|
@@ -525,7 +768,6 @@
|
|
|
525
768
|
"value": {
|
|
526
769
|
"description": "The referenced entry's numeric identifier.",
|
|
527
770
|
"type": "integer",
|
|
528
|
-
"maximum": 8,
|
|
529
771
|
"minimum": 1
|
|
530
772
|
}
|
|
531
773
|
},
|
|
@@ -54,6 +54,14 @@
|
|
|
54
54
|
"ChronicleEnchantment"
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
+
"CombatRelatedSpecialAbility": {
|
|
58
|
+
"enum": [
|
|
59
|
+
"CombatSpecialAbility",
|
|
60
|
+
"CombatStyleSpecialAbility",
|
|
61
|
+
"AdvancedCombatSpecialAbility",
|
|
62
|
+
"CommandSpecialAbility"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
57
65
|
"Rated": {
|
|
58
66
|
"enum": [
|
|
59
67
|
"Attribute",
|
|
@@ -89,7 +97,24 @@
|
|
|
89
97
|
"value": {
|
|
90
98
|
"description": "The referenced entry's numeric identifier.",
|
|
91
99
|
"type": "integer",
|
|
92
|
-
"
|
|
100
|
+
"minimum": 1
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"required": [
|
|
104
|
+
"tag",
|
|
105
|
+
"value"
|
|
106
|
+
],
|
|
107
|
+
"additionalProperties": false
|
|
108
|
+
},
|
|
109
|
+
"CombatRelatedSpecialAbility": {
|
|
110
|
+
"type": "object",
|
|
111
|
+
"properties": {
|
|
112
|
+
"tag": {
|
|
113
|
+
"$ref": "#/definitions/Identifier/Tag/CombatRelatedSpecialAbility"
|
|
114
|
+
},
|
|
115
|
+
"value": {
|
|
116
|
+
"description": "The referenced entry's numeric identifier.",
|
|
117
|
+
"type": "integer",
|
|
93
118
|
"minimum": 1
|
|
94
119
|
}
|
|
95
120
|
},
|
|
@@ -108,7 +133,6 @@
|
|
|
108
133
|
"value": {
|
|
109
134
|
"description": "The referenced entry's numeric identifier.",
|
|
110
135
|
"type": "integer",
|
|
111
|
-
"maximum": 8,
|
|
112
136
|
"minimum": 1
|
|
113
137
|
}
|
|
114
138
|
},
|
|
@@ -127,7 +151,6 @@
|
|
|
127
151
|
"value": {
|
|
128
152
|
"description": "The referenced entry's numeric identifier.",
|
|
129
153
|
"type": "integer",
|
|
130
|
-
"maximum": 8,
|
|
131
154
|
"minimum": 1
|
|
132
155
|
}
|
|
133
156
|
},
|
|
@@ -146,7 +169,6 @@
|
|
|
146
169
|
"value": {
|
|
147
170
|
"description": "The referenced entry's numeric identifier.",
|
|
148
171
|
"type": "integer",
|
|
149
|
-
"maximum": 8,
|
|
150
172
|
"minimum": 1
|
|
151
173
|
}
|
|
152
174
|
},
|
|
@@ -8,25 +8,28 @@
|
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"id": {
|
|
11
|
-
"$ref": "#/definitions/Id"
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
12
|
},
|
|
13
13
|
"levels": {
|
|
14
|
-
"$ref": "#/definitions/Levels"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
15
|
},
|
|
16
16
|
"usage_type": {
|
|
17
|
-
"$ref": "#/definitions/CombatSpecialAbilityType"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/CombatSpecialAbilityType"
|
|
18
18
|
},
|
|
19
19
|
"skill_applications": {
|
|
20
|
-
"$ref": "#/definitions/SkillApplications"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
21
21
|
},
|
|
22
22
|
"skill_uses": {
|
|
23
|
-
"$ref": "#/definitions/SkillUses"
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
24
|
+
},
|
|
25
|
+
"penalty": {
|
|
26
|
+
"$ref": "../_Activatable.schema.json#/definitions/Penalty"
|
|
24
27
|
},
|
|
25
28
|
"combat_techniques": {
|
|
26
|
-
"$ref": "#/definitions/ApplicableCombatTechniques"
|
|
29
|
+
"$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
|
|
27
30
|
},
|
|
28
31
|
"ap_value": {
|
|
29
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
32
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
30
33
|
},
|
|
31
34
|
"src": {
|
|
32
35
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -39,13 +42,13 @@
|
|
|
39
42
|
"type": "object",
|
|
40
43
|
"properties": {
|
|
41
44
|
"name": {
|
|
42
|
-
"$ref": "#/definitions/Name"
|
|
45
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
43
46
|
},
|
|
44
47
|
"name_in_library": {
|
|
45
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
48
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
46
49
|
},
|
|
47
50
|
"rules": {
|
|
48
|
-
"$ref": "#/definitions/Rules"
|
|
51
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
49
52
|
},
|
|
50
53
|
"errata": {
|
|
51
54
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"id": {
|
|
11
|
-
"$ref": "#/definitions/Id"
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
12
|
},
|
|
13
13
|
"levels": {
|
|
14
|
-
"$ref": "#/definitions/Levels"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
15
|
},
|
|
16
16
|
"skill_applications": {
|
|
17
|
-
"$ref": "#/definitions/SkillApplications"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
18
|
},
|
|
19
19
|
"skill_uses": {
|
|
20
|
-
"$ref": "#/definitions/SkillUses"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
21
|
},
|
|
22
22
|
"ap_value": {
|
|
23
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
24
24
|
},
|
|
25
25
|
"src": {
|
|
26
26
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"type": "object",
|
|
34
34
|
"properties": {
|
|
35
35
|
"name": {
|
|
36
|
-
"$ref": "#/definitions/Name"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
37
37
|
},
|
|
38
38
|
"name_in_library": {
|
|
39
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
40
40
|
},
|
|
41
41
|
"rules": {
|
|
42
|
-
"$ref": "#/definitions/Rules"
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
43
43
|
},
|
|
44
44
|
"errata": {
|
|
45
45
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"id": {
|
|
11
|
-
"$ref": "#/definitions/Id"
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
12
|
},
|
|
13
13
|
"levels": {
|
|
14
|
-
"$ref": "#/definitions/Levels"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
15
|
},
|
|
16
16
|
"skill_applications": {
|
|
17
|
-
"$ref": "#/definitions/SkillApplications"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
18
|
},
|
|
19
19
|
"skill_uses": {
|
|
20
|
-
"$ref": "#/definitions/SkillUses"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
21
|
},
|
|
22
22
|
"ap_value": {
|
|
23
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
24
24
|
},
|
|
25
25
|
"src": {
|
|
26
26
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"type": "object",
|
|
34
34
|
"properties": {
|
|
35
35
|
"name": {
|
|
36
|
-
"$ref": "#/definitions/Name"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
37
37
|
},
|
|
38
38
|
"name_in_library": {
|
|
39
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
40
40
|
},
|
|
41
41
|
"rules": {
|
|
42
|
-
"$ref": "#/definitions/Rules"
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
43
43
|
},
|
|
44
44
|
"errata": {
|
|
45
45
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"id": {
|
|
11
|
-
"$ref": "#/definitions/Id"
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
12
|
},
|
|
13
13
|
"levels": {
|
|
14
|
-
"$ref": "#/definitions/Levels"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
15
|
},
|
|
16
16
|
"skill_applications": {
|
|
17
|
-
"$ref": "#/definitions/SkillApplications"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
18
|
},
|
|
19
19
|
"skill_uses": {
|
|
20
|
-
"$ref": "#/definitions/SkillUses"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
21
|
},
|
|
22
22
|
"ap_value": {
|
|
23
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
24
24
|
},
|
|
25
25
|
"src": {
|
|
26
26
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"type": "object",
|
|
34
34
|
"properties": {
|
|
35
35
|
"name": {
|
|
36
|
-
"$ref": "#/definitions/Name"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
37
37
|
},
|
|
38
38
|
"name_in_library": {
|
|
39
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
40
40
|
},
|
|
41
41
|
"rules": {
|
|
42
|
-
"$ref": "#/definitions/Rules"
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
43
43
|
},
|
|
44
44
|
"errata": {
|
|
45
45
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"id": {
|
|
11
|
-
"$ref": "#/definitions/Id"
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
12
|
},
|
|
13
13
|
"levels": {
|
|
14
|
-
"$ref": "#/definitions/Levels"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
15
|
},
|
|
16
16
|
"ap_value": {
|
|
17
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
18
18
|
},
|
|
19
19
|
"src": {
|
|
20
20
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"type": "object",
|
|
28
28
|
"properties": {
|
|
29
29
|
"name": {
|
|
30
|
-
"$ref": "#/definitions/Name"
|
|
30
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
31
31
|
},
|
|
32
32
|
"name_in_library": {
|
|
33
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
34
34
|
},
|
|
35
35
|
"rules": {
|
|
36
|
-
"$ref": "#/definitions/Rules"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
37
37
|
},
|
|
38
38
|
"errata": {
|
|
39
39
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"id": {
|
|
11
|
-
"$ref": "#/definitions/Id"
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
12
|
},
|
|
13
13
|
"skill_applications": {
|
|
14
|
-
"$ref": "#/definitions/SkillApplications"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
15
15
|
},
|
|
16
16
|
"skill_uses": {
|
|
17
|
-
"$ref": "#/definitions/SkillUses"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
18
18
|
},
|
|
19
19
|
"primary": {
|
|
20
20
|
"description": "The tradition's primary attribute. Leave empty if the tradition does not\nhave one.",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"type": "number"
|
|
224
224
|
},
|
|
225
225
|
"ap_value": {
|
|
226
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
226
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
227
227
|
},
|
|
228
228
|
"src": {
|
|
229
229
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"type": "object",
|
|
237
237
|
"properties": {
|
|
238
238
|
"name": {
|
|
239
|
-
"$ref": "#/definitions/Name"
|
|
239
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
240
240
|
},
|
|
241
241
|
"name_compressed": {
|
|
242
242
|
"description": "A shorter name of the tradition's name, used in liturgical chant\ndescriptions.",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"minLength": 1
|
|
245
245
|
},
|
|
246
246
|
"name_in_library": {
|
|
247
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
247
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
248
248
|
},
|
|
249
249
|
"special_rules": {
|
|
250
250
|
"description": "The special rules of the tradition. They should be sorted like they are\nin the book.",
|