optolith-database-schema 0.0.4 → 0.1.2
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 +39 -0
- package/lib/types/Advantage.d.ts +48 -0
- package/lib/types/Advantage.js +4 -0
- package/lib/types/ArcaneBardTradition.d.ts +2 -2
- package/lib/types/ArcaneDancerTradition.d.ts +2 -2
- package/lib/types/Ceremony.d.ts +2 -2
- package/lib/types/Continent.d.ts +32 -0
- package/lib/types/Continent.js +4 -0
- package/lib/types/DerivedCharacteristic.d.ts +2 -2
- package/lib/types/Disadvantage.d.ts +46 -0
- package/lib/types/Disadvantage.js +4 -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/LiturgicalChant.d.ts +2 -2
- package/lib/types/Patron.d.ts +197 -0
- package/lib/types/Patron.js +4 -0
- package/lib/types/PatronCategory.d.ts +44 -0
- package/lib/types/PatronCategory.js +4 -0
- package/lib/types/Ritual.d.ts +2 -2
- package/lib/types/Spell.d.ts +2 -2
- package/lib/types/_Activatable.d.ts +528 -0
- package/lib/types/_Activatable.js +5 -0
- package/lib/types/_Enhancements.d.ts +2 -2
- package/lib/types/_I18n.d.ts +38 -0
- package/lib/types/_I18n.js +1 -0
- package/lib/types/_Identifier.d.ts +81 -75
- package/lib/types/_Identifier.js +76 -1
- package/lib/types/_Influence.d.ts +52 -0
- package/lib/types/_Influence.js +4 -0
- package/lib/types/_Prerequisite.d.ts +343 -296
- package/lib/types/_Prerequisite.js +136 -183
- package/lib/types/magicalActions/GeodeRitual.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +34 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
- package/lib/types/specialAbility/AncestorGlyph.js +4 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +170 -0
- package/lib/types/specialAbility/BlessedTradition.js +4 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +33 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +34 -0
- package/lib/types/specialAbility/CombatSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +43 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +33 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
- package/lib/types/specialAbility/LycantropicGift.js +4 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +33 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +130 -0
- package/lib/types/specialAbility/MagicalTradition.js +4 -0
- package/lib/types/specialAbility/PactGift.d.ts +86 -0
- package/lib/types/specialAbility/PactGift.js +4 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +41 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/Sermon.d.ts +30 -0
- package/lib/types/specialAbility/Sermon.js +4 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
- package/lib/types/specialAbility/VampiricGift.js +4 -0
- package/lib/types/specialAbility/Vision.d.ts +30 -0
- package/lib/types/specialAbility/Vision.js +4 -0
- package/lib/types/specialAbility/sub/Language.d.ts +141 -0
- package/lib/types/specialAbility/sub/Language.js +4 -0
- package/lib/types/specialAbility/sub/Script.d.ts +85 -0
- package/lib/types/specialAbility/sub/Script.js +4 -0
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +50 -0
- package/lib/types/specialAbility/sub/TradeSecret.js +4 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +44 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +31 -0
- package/lib/types/traditionArtifacts/DaggerRitual.js +4 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +31 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/RingEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +31 -0
- package/lib/types/traditionArtifacts/SickleRitual.js +4 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +31 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/WandEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +42 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +30 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +42 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -0
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +30 -0
- package/lib/types/traditionArtifacts/sub/Brew.js +4 -0
- package/package.json +2 -2
- package/schema/Advantage.schema.json +81 -0
- package/schema/ArcaneBardTradition.schema.json +1 -1
- package/schema/ArcaneDancerTradition.schema.json +1 -1
- package/schema/Ceremony.schema.json +1 -1
- package/schema/Continent.schema.json +46 -0
- package/schema/DerivedCharacteristic.schema.json +1 -1
- package/schema/Disadvantage.schema.json +75 -0
- package/schema/FamiliarsTrick.schema.json +602 -0
- package/schema/FamiliarsTrick_AnimalType.schema.json +45 -0
- package/schema/LiturgicalChant.schema.json +1 -1
- package/schema/Patron.schema.json +407 -0
- package/schema/PatronCategory.schema.json +66 -0
- package/schema/Ritual.schema.json +1 -1
- package/schema/Spell.schema.json +1 -1
- package/schema/_Activatable.schema.json +1182 -0
- package/schema/_Enhancements.schema.json +1 -1
- package/schema/_I18n.schema.json +38 -0
- package/schema/_Identifier.schema.json +90 -113
- package/schema/_Influence.schema.json +77 -0
- package/schema/_Prerequisite.schema.json +703 -573
- package/schema/magicalActions/GeodeRitual.schema.json +1 -1
- package/schema/source/Publication.schema.json +1 -1
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +76 -0
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/AncestorGlyph.schema.json +62 -0
- package/schema/specialAbility/BlessedTradition.schema.json +300 -0
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +70 -0
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +72 -0
- package/schema/specialAbility/CombatSpecialAbility.schema.json +76 -0
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +110 -0
- package/schema/specialAbility/CommandSpecialAbility.schema.json +70 -0
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +72 -0
- package/schema/specialAbility/LycantropicGift.schema.json +62 -0
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +72 -0
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/MagicalTradition.schema.json +181 -0
- package/schema/specialAbility/PactGift.schema.json +215 -0
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +70 -0
- package/schema/specialAbility/Sermon.schema.json +62 -0
- package/schema/specialAbility/SexSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +66 -0
- package/schema/specialAbility/VampiricGift.schema.json +62 -0
- package/schema/specialAbility/Vision.schema.json +62 -0
- package/schema/specialAbility/sub/Language.schema.json +215 -0
- package/schema/specialAbility/sub/Script.schema.json +127 -0
- package/schema/specialAbility/sub/TradeSecret.schema.json +68 -0
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +83 -0
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/DaggerRitual.schema.json +66 -0
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +66 -0
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/RingEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/SickleRitual.schema.json +66 -0
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +66 -0
- package/schema/traditionArtifacts/WandEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +57 -0
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +45 -0
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +57 -0
- package/schema/traditionArtifacts/sub/Brew.schema.json +45 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "specialAbility/KarmaSpecialAbility.schema.json",
|
|
4
|
+
"$ref": "#/definitions/KarmaSpecialAbility",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"KarmaSpecialAbility": {
|
|
7
|
+
"title": "Karma Special Ability",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
|
+
},
|
|
13
|
+
"levels": {
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
|
+
},
|
|
16
|
+
"ap_value": {
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
18
|
+
},
|
|
19
|
+
"src": {
|
|
20
|
+
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
21
|
+
},
|
|
22
|
+
"translations": {
|
|
23
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"patternProperties": {
|
|
26
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
27
|
+
"type": "object",
|
|
28
|
+
"properties": {
|
|
29
|
+
"name": {
|
|
30
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
31
|
+
},
|
|
32
|
+
"name_in_library": {
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
34
|
+
},
|
|
35
|
+
"rules": {
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
37
|
+
},
|
|
38
|
+
"errata": {
|
|
39
|
+
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"required": [
|
|
43
|
+
"name",
|
|
44
|
+
"rules"
|
|
45
|
+
],
|
|
46
|
+
"additionalProperties": false
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"minProperties": 1,
|
|
50
|
+
"additionalProperties": false
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"required": [
|
|
54
|
+
"id",
|
|
55
|
+
"ap_value",
|
|
56
|
+
"src",
|
|
57
|
+
"translations"
|
|
58
|
+
],
|
|
59
|
+
"additionalProperties": false
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "specialAbility/LiturgicalStyleSpecialAbility.schema.json",
|
|
4
|
+
"$ref": "#/definitions/KarmaSpecialAbility",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"KarmaSpecialAbility": {
|
|
7
|
+
"title": "Karma Special Ability",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
|
+
},
|
|
13
|
+
"levels": {
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
|
+
},
|
|
16
|
+
"skill_applications": {
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
|
+
},
|
|
19
|
+
"skill_uses": {
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
|
+
},
|
|
22
|
+
"advanced": {
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdvancedSpecialAbilities"
|
|
24
|
+
},
|
|
25
|
+
"ap_value": {
|
|
26
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
27
|
+
},
|
|
28
|
+
"src": {
|
|
29
|
+
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
30
|
+
},
|
|
31
|
+
"translations": {
|
|
32
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
33
|
+
"type": "object",
|
|
34
|
+
"patternProperties": {
|
|
35
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"name": {
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
40
|
+
},
|
|
41
|
+
"name_in_library": {
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
43
|
+
},
|
|
44
|
+
"rules": {
|
|
45
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
46
|
+
},
|
|
47
|
+
"errata": {
|
|
48
|
+
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"required": [
|
|
52
|
+
"name",
|
|
53
|
+
"rules"
|
|
54
|
+
],
|
|
55
|
+
"additionalProperties": false
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"minProperties": 1,
|
|
59
|
+
"additionalProperties": false
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"required": [
|
|
63
|
+
"id",
|
|
64
|
+
"advanced",
|
|
65
|
+
"ap_value",
|
|
66
|
+
"src",
|
|
67
|
+
"translations"
|
|
68
|
+
],
|
|
69
|
+
"additionalProperties": false
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "specialAbility/LycantropicGift.schema.json",
|
|
4
|
+
"$ref": "#/definitions/LycantropicGift",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"LycantropicGift": {
|
|
7
|
+
"title": "Lycantropic Gift",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
|
+
},
|
|
13
|
+
"levels": {
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
|
+
},
|
|
16
|
+
"ap_value": {
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
18
|
+
},
|
|
19
|
+
"src": {
|
|
20
|
+
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
21
|
+
},
|
|
22
|
+
"translations": {
|
|
23
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"patternProperties": {
|
|
26
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
27
|
+
"type": "object",
|
|
28
|
+
"properties": {
|
|
29
|
+
"name": {
|
|
30
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
31
|
+
},
|
|
32
|
+
"name_in_library": {
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
34
|
+
},
|
|
35
|
+
"rules": {
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
37
|
+
},
|
|
38
|
+
"errata": {
|
|
39
|
+
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"required": [
|
|
43
|
+
"name",
|
|
44
|
+
"rules"
|
|
45
|
+
],
|
|
46
|
+
"additionalProperties": false
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"minProperties": 1,
|
|
50
|
+
"additionalProperties": false
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"required": [
|
|
54
|
+
"id",
|
|
55
|
+
"ap_value",
|
|
56
|
+
"src",
|
|
57
|
+
"translations"
|
|
58
|
+
],
|
|
59
|
+
"additionalProperties": false
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "specialAbility/MagicStyleSpecialAbility.schema.json",
|
|
4
|
+
"$ref": "#/definitions/MagicStyleSpecialAbility",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"MagicStyleSpecialAbility": {
|
|
7
|
+
"title": "Magic Style Special Ability",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
|
+
},
|
|
13
|
+
"levels": {
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
|
+
},
|
|
16
|
+
"skill_applications": {
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
|
+
},
|
|
19
|
+
"skill_uses": {
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
|
+
},
|
|
22
|
+
"advanced": {
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdvancedSpecialAbilities"
|
|
24
|
+
},
|
|
25
|
+
"ap_value": {
|
|
26
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
27
|
+
},
|
|
28
|
+
"src": {
|
|
29
|
+
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
30
|
+
},
|
|
31
|
+
"translations": {
|
|
32
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
33
|
+
"type": "object",
|
|
34
|
+
"patternProperties": {
|
|
35
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"name": {
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
40
|
+
},
|
|
41
|
+
"name_in_library": {
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
43
|
+
},
|
|
44
|
+
"rules": {
|
|
45
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
46
|
+
},
|
|
47
|
+
"errata": {
|
|
48
|
+
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"required": [
|
|
52
|
+
"name",
|
|
53
|
+
"rules"
|
|
54
|
+
],
|
|
55
|
+
"additionalProperties": false
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"minProperties": 1,
|
|
59
|
+
"additionalProperties": false
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"required": [
|
|
63
|
+
"id",
|
|
64
|
+
"advanced",
|
|
65
|
+
"ap_value",
|
|
66
|
+
"src",
|
|
67
|
+
"translations"
|
|
68
|
+
],
|
|
69
|
+
"additionalProperties": false
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "specialAbility/MagicalSpecialAbility.schema.json",
|
|
4
|
+
"$ref": "#/definitions/MagicalSpecialAbility",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"MagicalSpecialAbility": {
|
|
7
|
+
"title": "Magical Special Ability",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
|
+
},
|
|
13
|
+
"levels": {
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
|
+
},
|
|
16
|
+
"skill_applications": {
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
|
+
},
|
|
19
|
+
"skill_uses": {
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
|
+
},
|
|
22
|
+
"ap_value": {
|
|
23
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
24
|
+
},
|
|
25
|
+
"src": {
|
|
26
|
+
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
27
|
+
},
|
|
28
|
+
"translations": {
|
|
29
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
30
|
+
"type": "object",
|
|
31
|
+
"patternProperties": {
|
|
32
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"name": {
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
37
|
+
},
|
|
38
|
+
"name_in_library": {
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
40
|
+
},
|
|
41
|
+
"rules": {
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
43
|
+
},
|
|
44
|
+
"errata": {
|
|
45
|
+
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"required": [
|
|
49
|
+
"name",
|
|
50
|
+
"rules"
|
|
51
|
+
],
|
|
52
|
+
"additionalProperties": false
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"minProperties": 1,
|
|
56
|
+
"additionalProperties": false
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"required": [
|
|
60
|
+
"id",
|
|
61
|
+
"ap_value",
|
|
62
|
+
"src",
|
|
63
|
+
"translations"
|
|
64
|
+
],
|
|
65
|
+
"additionalProperties": false
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "specialAbility/MagicalTradition.schema.json",
|
|
4
|
+
"$ref": "#/definitions/MagicalTradition",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"MagicalTradition": {
|
|
7
|
+
"title": "Magical Tradition",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": {
|
|
11
|
+
"$ref": "../_Activatable.schema.json#/definitions/Id"
|
|
12
|
+
},
|
|
13
|
+
"levels": {
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/Levels"
|
|
15
|
+
},
|
|
16
|
+
"skill_applications": {
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
18
|
+
},
|
|
19
|
+
"skill_uses": {
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
21
|
+
},
|
|
22
|
+
"primary": {
|
|
23
|
+
"description": "The tradition's primary attribute. Leave empty if the tradition does not\nhave one.",
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"id": {
|
|
27
|
+
"description": "The attribute's identifier.",
|
|
28
|
+
"type": "integer",
|
|
29
|
+
"minimum": 1
|
|
30
|
+
},
|
|
31
|
+
"use_half_for_arcane_energy": {
|
|
32
|
+
"description": "Typically, the value of the primary attribute (if one exists) is added\nonto the base of 20 AE to get the actual AE. But sometimes, only half the\nvalue is added.",
|
|
33
|
+
"type": "boolean"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"required": [
|
|
37
|
+
"id",
|
|
38
|
+
"use_half_for_arcane_energy"
|
|
39
|
+
],
|
|
40
|
+
"additionalProperties": false
|
|
41
|
+
},
|
|
42
|
+
"can_learn_cantrips": {
|
|
43
|
+
"description": "Can a member of the tradition learn cantrips?",
|
|
44
|
+
"type": "boolean"
|
|
45
|
+
},
|
|
46
|
+
"can_learn_spells": {
|
|
47
|
+
"description": "Can a member of the tradition learn spells?",
|
|
48
|
+
"type": "boolean"
|
|
49
|
+
},
|
|
50
|
+
"can_learn_rituals": {
|
|
51
|
+
"description": "Can a member of the tradition learn rituals?",
|
|
52
|
+
"type": "boolean"
|
|
53
|
+
},
|
|
54
|
+
"can_bind_familiars": {
|
|
55
|
+
"description": "Can this magical tradition bind familiars?",
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
"allows_multiple_traditions": {
|
|
59
|
+
"description": "Does the tradition allow learning more traditions or having learned a\ndifferent tradition before learning this tradition?",
|
|
60
|
+
"type": "boolean"
|
|
61
|
+
},
|
|
62
|
+
"alternative_magical_adventure_points_maximum": {
|
|
63
|
+
"description": "Is the maximum AP you're able to spent on magical advantages and able to\nget by magical disadvantages different than the default of 50 AP?",
|
|
64
|
+
"type": "integer",
|
|
65
|
+
"maximum": 30,
|
|
66
|
+
"minimum": 25,
|
|
67
|
+
"multipleOf": 5
|
|
68
|
+
},
|
|
69
|
+
"require_non_spellwork_exclusive_effects": {
|
|
70
|
+
"description": "Are advantages/disadvantages required to not exclusively apply to arcane\nspellworks, but also to the tradition's magical actions or applications?",
|
|
71
|
+
"type": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"is_magical_dilettante": {
|
|
74
|
+
"description": "Is this a magical dilettante tradition?",
|
|
75
|
+
"type": "boolean"
|
|
76
|
+
},
|
|
77
|
+
"use_arcane_spellworks_from_tradition": {
|
|
78
|
+
"description": "If arcane spellworks from a different tradition count as arcane spellworks\nof this tradition, this is the different tradition's reference.",
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"id": {
|
|
82
|
+
"description": "The magical tradition's identifier.",
|
|
83
|
+
"type": "integer",
|
|
84
|
+
"minimum": 1
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"required": [
|
|
88
|
+
"id"
|
|
89
|
+
],
|
|
90
|
+
"additionalProperties": false
|
|
91
|
+
},
|
|
92
|
+
"influences": {
|
|
93
|
+
"description": "The Influences for the traditions. Influences are enabled by Focus Rules.",
|
|
94
|
+
"type": "array",
|
|
95
|
+
"items": {
|
|
96
|
+
"$ref": "../_Influence.schema.json#/definitions/Influence"
|
|
97
|
+
},
|
|
98
|
+
"minItems": 2
|
|
99
|
+
},
|
|
100
|
+
"ap_value": {
|
|
101
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
102
|
+
},
|
|
103
|
+
"src": {
|
|
104
|
+
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
105
|
+
},
|
|
106
|
+
"translations": {
|
|
107
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
108
|
+
"type": "object",
|
|
109
|
+
"patternProperties": {
|
|
110
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"properties": {
|
|
113
|
+
"name": {
|
|
114
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
115
|
+
},
|
|
116
|
+
"name_for_arcane_spellworks": {
|
|
117
|
+
"description": "The name used for the traditions list of arcane spellworks if it is\ndifferent than the `name` of the special ability.",
|
|
118
|
+
"type": "string",
|
|
119
|
+
"minLength": 1
|
|
120
|
+
},
|
|
121
|
+
"name_in_library": {
|
|
122
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
123
|
+
},
|
|
124
|
+
"special_rules": {
|
|
125
|
+
"description": "The special rules of the tradition. They should be sorted like they are\nin the book.",
|
|
126
|
+
"type": "array",
|
|
127
|
+
"items": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"properties": {
|
|
130
|
+
"label": {
|
|
131
|
+
"description": "An optional label that is displayed and placed before the actual\ntext.",
|
|
132
|
+
"type": "string",
|
|
133
|
+
"minLength": 1
|
|
134
|
+
},
|
|
135
|
+
"text": {
|
|
136
|
+
"description": "The text of a special rule.",
|
|
137
|
+
"type": "string",
|
|
138
|
+
"minLength": 1
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"required": [
|
|
142
|
+
"text"
|
|
143
|
+
],
|
|
144
|
+
"additionalProperties": false
|
|
145
|
+
},
|
|
146
|
+
"minItems": 1
|
|
147
|
+
},
|
|
148
|
+
"errata": {
|
|
149
|
+
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"required": [
|
|
153
|
+
"name",
|
|
154
|
+
"special_rules"
|
|
155
|
+
],
|
|
156
|
+
"additionalProperties": false
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"minProperties": 1,
|
|
160
|
+
"additionalProperties": false
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"required": [
|
|
164
|
+
"id",
|
|
165
|
+
"can_learn_cantrips",
|
|
166
|
+
"can_learn_spells",
|
|
167
|
+
"can_learn_rituals",
|
|
168
|
+
"can_bind_familiars",
|
|
169
|
+
"allows_multiple_traditions",
|
|
170
|
+
"alternative_magical_adventure_points_maximum",
|
|
171
|
+
"require_non_spellwork_exclusive_effects",
|
|
172
|
+
"is_magical_dilettante",
|
|
173
|
+
"use_arcane_spellworks_from_tradition",
|
|
174
|
+
"ap_value",
|
|
175
|
+
"src",
|
|
176
|
+
"translations"
|
|
177
|
+
],
|
|
178
|
+
"additionalProperties": false
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|