optolith-database-schema 0.40.0 → 0.41.0
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 +41 -0
- package/README.md +1 -1
- package/gen/types.d.ts +1705 -1606
- package/lib/types/DerivedCharacteristic.d.ts +23 -14
- package/lib/types/DerivedCharacteristic.js +58 -21
- package/lib/types/Disease.d.ts +2 -0
- package/lib/types/Disease.js +8 -0
- package/lib/types/Profession.d.ts +31 -14
- package/lib/types/Profession.js +12 -2
- package/lib/types/Race.d.ts +22 -15
- package/lib/types/Race.js +26 -20
- package/lib/types/Talisman.d.ts +32 -6
- package/lib/types/Talisman.js +51 -11
- package/lib/types/_Identifier.d.ts +1 -0
- package/lib/types/_Identifier.js +2 -0
- package/lib/types/_IdentifierGroup.d.ts +58 -0
- package/lib/types/_IdentifierGroup.js +15 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
- package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
- package/lib/types/equipment/item/CeremonialItem.js +1 -1
- package/lib/types/equipment/item/Clothes.d.ts +5 -2
- package/lib/types/equipment/item/Container.d.ts +5 -2
- package/lib/types/equipment/item/Elixir.d.ts +16 -1
- package/lib/types/equipment/item/Elixir.js +35 -5
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
- package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
- package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
- package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
- package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
- package/lib/types/equipment/item/Poison.d.ts +64 -91
- package/lib/types/equipment/item/Poison.js +5 -34
- package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
- package/lib/types/equipment/item/Stationery.d.ts +5 -2
- package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
- package/lib/types/equipment/item/Weapon.d.ts +10 -4
- package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
- package/lib/types/equipment/item/_Herbary.d.ts +31 -0
- package/lib/types/equipment/item/_Herbary.js +9 -0
- package/lib/types/equipment/item/_Item.d.ts +10 -4
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
- package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
- package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
- package/lib/types/equipment/item/_RangedWeapon.js +2 -2
- package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
- package/lib/types/equipment/item/sub/Reach.js +7 -0
- package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
- package/lib/types/magicalActions/MagicalMelody.js +5 -0
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
- package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
- package/package.json +7 -7
- package/schema/Advantage.schema.json +0 -108
- package/schema/AnimalDisease.schema.json +0 -74
- package/schema/AnimalType.schema.json +0 -47
- package/schema/ArcaneBardTradition.schema.json +0 -11
- package/schema/ArcaneDancerTradition.schema.json +0 -11
- package/schema/Aspect.schema.json +0 -51
- package/schema/Attribute.schema.json +0 -57
- package/schema/Blessing.schema.json +0 -265
- package/schema/Cantrip.schema.json +0 -443
- package/schema/Ceremony.schema.json +0 -122
- package/schema/CombatTechnique_Close.schema.json +0 -116
- package/schema/CombatTechnique_Ranged.schema.json +0 -99
- package/schema/Condition.schema.json +0 -68
- package/schema/Continent.schema.json +0 -49
- package/schema/Culture.schema.json +0 -781
- package/schema/DerivedCharacteristic.schema.json +0 -90
- package/schema/Disadvantage.schema.json +0 -97
- package/schema/Disease.schema.json +0 -58
- package/schema/Element.schema.json +0 -48
- package/schema/ExperienceLevel.schema.json +0 -84
- package/schema/EyeColor.schema.json +0 -47
- package/schema/FamiliarsTrick.schema.json +0 -576
- package/schema/HairColor.schema.json +0 -47
- package/schema/Kirchenpraegung.schema.json +0 -11
- package/schema/Lessons_Curriculum.schema.json +0 -499
- package/schema/Lessons_Guideline.schema.json +0 -53
- package/schema/LiturgicalChant.schema.json +0 -122
- package/schema/Locale.schema.json +0 -38
- package/schema/MetaCondition.schema.json +0 -69
- package/schema/PactCategory.schema.json +0 -150
- package/schema/Patron.schema.json +0 -352
- package/schema/PatronCategory.schema.json +0 -57
- package/schema/PersonalityTrait.schema.json +0 -100
- package/schema/Profession.schema.json +0 -1424
- package/schema/Property.schema.json +0 -51
- package/schema/Race.schema.json +0 -534
- package/schema/Region.schema.json +0 -47
- package/schema/Ritual.schema.json +0 -120
- package/schema/Service.schema.json +0 -79
- package/schema/SexPractice.schema.json +0 -70
- package/schema/Skill.schema.json +0 -223
- package/schema/SkillGroup.schema.json +0 -57
- package/schema/SkillModificationLevel.schema.json +0 -153
- package/schema/SocialStatus.schema.json +0 -47
- package/schema/Spell.schema.json +0 -119
- package/schema/State.schema.json +0 -59
- package/schema/Talisman.schema.json +0 -120
- package/schema/TargetCategory.schema.json +0 -65
- package/schema/UI.schema.json +0 -4441
- package/schema/_Activatable.schema.json +0 -2755
- package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
- package/schema/_ActivatableSkill.schema.json +0 -188
- package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
- package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
- package/schema/_ActivatableSkillCost.schema.json +0 -513
- package/schema/_ActivatableSkillDuration.schema.json +0 -353
- package/schema/_ActivatableSkillEffect.schema.json +0 -122
- package/schema/_ActivatableSkillRange.schema.json +0 -264
- package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
- package/schema/_AlternativeNames.schema.json +0 -23
- package/schema/_ArcaneTradition.schema.json +0 -51
- package/schema/_Blessed.schema.json +0 -64
- package/schema/_Dice.schema.json +0 -40
- package/schema/_DiseasePoison.schema.json +0 -152
- package/schema/_Enhancements.schema.json +0 -85
- package/schema/_I18n.schema.json +0 -55
- package/schema/_Identifier.schema.json +0 -2577
- package/schema/_IdentifierGroup.schema.json +0 -753
- package/schema/_ImprovementCost.schema.json +0 -23
- package/schema/_Influence.schema.json +0 -84
- package/schema/_NonEmptyString.schema.json +0 -14
- package/schema/_Prerequisite.schema.json +0 -1518
- package/schema/_ResponsiveText.schema.json +0 -66
- package/schema/_Sex.schema.json +0 -18
- package/schema/_SimpleReferences.schema.json +0 -522
- package/schema/_SkillCheck.schema.json +0 -38
- package/schema/_Spellwork.schema.json +0 -54
- package/schema/equipment/EquipmentPackage.schema.json +0 -79
- package/schema/equipment/item/Ammunition.schema.json +0 -56
- package/schema/equipment/item/Animal.schema.json +0 -36
- package/schema/equipment/item/AnimalCare.schema.json +0 -124
- package/schema/equipment/item/Armor.schema.json +0 -309
- package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
- package/schema/equipment/item/Book.schema.json +0 -89
- package/schema/equipment/item/CeremonialItem.schema.json +0 -59
- package/schema/equipment/item/Clothes.schema.json +0 -10
- package/schema/equipment/item/Container.schema.json +0 -10
- package/schema/equipment/item/Elixir.schema.json +0 -103
- package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
- package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
- package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
- package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
- package/schema/equipment/item/Jewelry.schema.json +0 -113
- package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
- package/schema/equipment/item/LuxuryGood.schema.json +0 -53
- package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
- package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
- package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
- package/schema/equipment/item/Poison.schema.json +0 -835
- package/schema/equipment/item/RopeOrChain.schema.json +0 -10
- package/schema/equipment/item/Stationary.schema.json +0 -10
- package/schema/equipment/item/ThievesTool.schema.json +0 -10
- package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
- package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
- package/schema/equipment/item/Vehicle.schema.json +0 -36
- package/schema/equipment/item/Weapon.schema.json +0 -285
- package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
- package/schema/equipment/item/_Herbary.schema.json +0 -62
- package/schema/equipment/item/_Item.schema.json +0 -384
- package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
- package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
- package/schema/equipment/item/_Weapon.schema.json +0 -99
- package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
- package/schema/equipment/item/sub/Reach.schema.json +0 -47
- package/schema/magicalActions/AnimistPower.schema.json +0 -488
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
- package/schema/magicalActions/Curse.schema.json +0 -332
- package/schema/magicalActions/DominationRitual.schema.json +0 -275
- package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
- package/schema/magicalActions/GeodeRitual.schema.json +0 -327
- package/schema/magicalActions/JesterTrick.schema.json +0 -311
- package/schema/magicalActions/MagicalDance.schema.json +0 -198
- package/schema/magicalActions/MagicalMelody.schema.json +0 -193
- package/schema/magicalActions/MagicalRune.schema.json +0 -578
- package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
- package/schema/magicalActions/_MusicTradition.schema.json +0 -82
- package/schema/magicalActions/_SkillReference.schema.json +0 -20
- package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
- package/schema/prerequisites/DisplayOption.schema.json +0 -70
- package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
- package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
- package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
- package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
- package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
- package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
- package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
- package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
- package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
- package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
- package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
- package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
- package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
- package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
- package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
- package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
- package/schema/rule/CoreRule.schema.json +0 -1403
- package/schema/rule/FocusRule.schema.json +0 -76
- package/schema/rule/FocusRule_Subject.schema.json +0 -48
- package/schema/rule/OptionalRule.schema.json +0 -64
- package/schema/source/Publication.schema.json +0 -103
- package/schema/source/_Erratum.schema.json +0 -36
- package/schema/source/_PublicationRef.schema.json +0 -285
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
- package/schema/specialAbility/BlessedTradition.schema.json +0 -354
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
- package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
- package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
- package/schema/specialAbility/LycantropicGift.schema.json +0 -74
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
- package/schema/specialAbility/MagicalSign.schema.json +0 -72
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
- package/schema/specialAbility/MagicalTradition.schema.json +0 -163
- package/schema/specialAbility/PactGift.schema.json +0 -254
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
- package/schema/specialAbility/Sermon.schema.json +0 -74
- package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
- package/schema/specialAbility/VampiricGift.schema.json +0 -78
- package/schema/specialAbility/Vision.schema.json +0 -74
- package/schema/specialAbility/_Tradition.schema.json +0 -23
- package/schema/specialAbility/sub/Language.schema.json +0 -222
- package/schema/specialAbility/sub/Script.schema.json +0 -90
- package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
- package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
- package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
- package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/_ActivatableSkill.schema.json",
|
|
4
|
-
"$defs": {
|
|
5
|
-
"FastPerformanceParameters": {
|
|
6
|
-
"oneOf": [
|
|
7
|
-
{
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"tag": {
|
|
11
|
-
"const": "OneTime"
|
|
12
|
-
},
|
|
13
|
-
"one_time": {
|
|
14
|
-
"$ref": "#/$defs/FastOneTimePerformanceParameters"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"required": [
|
|
18
|
-
"tag",
|
|
19
|
-
"one_time"
|
|
20
|
-
],
|
|
21
|
-
"additionalProperties": false
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"type": "object",
|
|
25
|
-
"properties": {
|
|
26
|
-
"tag": {
|
|
27
|
-
"const": "Sustained"
|
|
28
|
-
},
|
|
29
|
-
"sustained": {
|
|
30
|
-
"$ref": "#/$defs/FastSustainedPerformanceParameters"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"required": [
|
|
34
|
-
"tag",
|
|
35
|
-
"sustained"
|
|
36
|
-
],
|
|
37
|
-
"additionalProperties": false
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
"FastOneTimePerformanceParameters": {
|
|
42
|
-
"type": "object",
|
|
43
|
-
"properties": {
|
|
44
|
-
"casting_time": {
|
|
45
|
-
"$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/FastCastingTime"
|
|
46
|
-
},
|
|
47
|
-
"cost": {
|
|
48
|
-
"$ref": "./_ActivatableSkillCost.schema.json#/$defs/OneTimeCost"
|
|
49
|
-
},
|
|
50
|
-
"range": {
|
|
51
|
-
"$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
|
|
52
|
-
},
|
|
53
|
-
"duration": {
|
|
54
|
-
"$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForOneTime"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"required": [
|
|
58
|
-
"casting_time",
|
|
59
|
-
"cost",
|
|
60
|
-
"range",
|
|
61
|
-
"duration"
|
|
62
|
-
],
|
|
63
|
-
"additionalProperties": false
|
|
64
|
-
},
|
|
65
|
-
"FastSustainedPerformanceParameters": {
|
|
66
|
-
"type": "object",
|
|
67
|
-
"properties": {
|
|
68
|
-
"casting_time": {
|
|
69
|
-
"$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/FastCastingTime"
|
|
70
|
-
},
|
|
71
|
-
"cost": {
|
|
72
|
-
"$ref": "./_ActivatableSkillCost.schema.json#/$defs/SustainedCost"
|
|
73
|
-
},
|
|
74
|
-
"range": {
|
|
75
|
-
"$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
|
|
76
|
-
},
|
|
77
|
-
"duration": {
|
|
78
|
-
"$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForSustained"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"required": [
|
|
82
|
-
"casting_time",
|
|
83
|
-
"cost",
|
|
84
|
-
"range"
|
|
85
|
-
],
|
|
86
|
-
"additionalProperties": false
|
|
87
|
-
},
|
|
88
|
-
"SlowPerformanceParameters": {
|
|
89
|
-
"oneOf": [
|
|
90
|
-
{
|
|
91
|
-
"type": "object",
|
|
92
|
-
"properties": {
|
|
93
|
-
"tag": {
|
|
94
|
-
"const": "OneTime"
|
|
95
|
-
},
|
|
96
|
-
"one_time": {
|
|
97
|
-
"$ref": "#/$defs/SlowOneTimePerformanceParameters"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"required": [
|
|
101
|
-
"tag",
|
|
102
|
-
"one_time"
|
|
103
|
-
],
|
|
104
|
-
"additionalProperties": false
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "object",
|
|
108
|
-
"properties": {
|
|
109
|
-
"tag": {
|
|
110
|
-
"const": "Sustained"
|
|
111
|
-
},
|
|
112
|
-
"sustained": {
|
|
113
|
-
"$ref": "#/$defs/SlowSustainedPerformanceParameters"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"required": [
|
|
117
|
-
"tag",
|
|
118
|
-
"sustained"
|
|
119
|
-
],
|
|
120
|
-
"additionalProperties": false
|
|
121
|
-
}
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
"SlowOneTimePerformanceParameters": {
|
|
125
|
-
"type": "object",
|
|
126
|
-
"properties": {
|
|
127
|
-
"casting_time": {
|
|
128
|
-
"$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/SlowCastingTime"
|
|
129
|
-
},
|
|
130
|
-
"cost": {
|
|
131
|
-
"$ref": "./_ActivatableSkillCost.schema.json#/$defs/OneTimeCost"
|
|
132
|
-
},
|
|
133
|
-
"range": {
|
|
134
|
-
"$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
|
|
135
|
-
},
|
|
136
|
-
"duration": {
|
|
137
|
-
"$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForOneTime"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"required": [
|
|
141
|
-
"casting_time",
|
|
142
|
-
"cost",
|
|
143
|
-
"range",
|
|
144
|
-
"duration"
|
|
145
|
-
],
|
|
146
|
-
"additionalProperties": false
|
|
147
|
-
},
|
|
148
|
-
"SlowSustainedPerformanceParameters": {
|
|
149
|
-
"type": "object",
|
|
150
|
-
"properties": {
|
|
151
|
-
"casting_time": {
|
|
152
|
-
"$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/SlowCastingTime"
|
|
153
|
-
},
|
|
154
|
-
"cost": {
|
|
155
|
-
"$ref": "./_ActivatableSkillCost.schema.json#/$defs/SustainedCost"
|
|
156
|
-
},
|
|
157
|
-
"range": {
|
|
158
|
-
"$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
|
|
159
|
-
},
|
|
160
|
-
"duration": {
|
|
161
|
-
"$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForSustained"
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
"required": [
|
|
165
|
-
"casting_time",
|
|
166
|
-
"cost",
|
|
167
|
-
"range"
|
|
168
|
-
],
|
|
169
|
-
"additionalProperties": false
|
|
170
|
-
},
|
|
171
|
-
"OldParameter": {
|
|
172
|
-
"type": "object",
|
|
173
|
-
"properties": {
|
|
174
|
-
"full": {
|
|
175
|
-
"type": "string"
|
|
176
|
-
},
|
|
177
|
-
"abbr": {
|
|
178
|
-
"type": "string"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"required": [
|
|
182
|
-
"full",
|
|
183
|
-
"abbr"
|
|
184
|
-
],
|
|
185
|
-
"additionalProperties": false
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/_ActivatableSkillCastingTime.schema.json",
|
|
4
|
-
"$defs": {
|
|
5
|
-
"ModifiableCastingTime": {
|
|
6
|
-
"type": "object",
|
|
7
|
-
"properties": {
|
|
8
|
-
"initial_modification_level": {
|
|
9
|
-
"description": "The initial skill modification identifier/level.",
|
|
10
|
-
"type": "integer",
|
|
11
|
-
"maximum": 6,
|
|
12
|
-
"minimum": 1
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"required": [
|
|
16
|
-
"initial_modification_level"
|
|
17
|
-
],
|
|
18
|
-
"additionalProperties": false
|
|
19
|
-
},
|
|
20
|
-
"CastingTimeDuringLovemaking": {
|
|
21
|
-
"description": "The casting time during lovemaking. In Aventurian Intimacy, you may only use an activatable skill during lovemaking if it has a casting time used during lovemaking.",
|
|
22
|
-
"type": "object",
|
|
23
|
-
"properties": {
|
|
24
|
-
"value": {
|
|
25
|
-
"description": "The (unitless) casting time value.",
|
|
26
|
-
"type": "integer",
|
|
27
|
-
"minimum": 1
|
|
28
|
-
},
|
|
29
|
-
"unit": {
|
|
30
|
-
"description": "The unit of the `value`.",
|
|
31
|
-
"$ref": "#/$defs/CastingTimeDuringLovemakingUnit"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"required": [
|
|
35
|
-
"value",
|
|
36
|
-
"unit"
|
|
37
|
-
],
|
|
38
|
-
"additionalProperties": false
|
|
39
|
-
},
|
|
40
|
-
"CastingTimeDuringLovemakingUnit": {
|
|
41
|
-
"oneOf": [
|
|
42
|
-
{
|
|
43
|
-
"const": "SeductionActions"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"const": "Rounds"
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
"FastSkillNonModifiableCastingTime": {
|
|
51
|
-
"type": "object",
|
|
52
|
-
"properties": {
|
|
53
|
-
"actions": {
|
|
54
|
-
"description": "The casting time value in actions.",
|
|
55
|
-
"type": "integer",
|
|
56
|
-
"minimum": 1
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"required": [
|
|
60
|
-
"actions"
|
|
61
|
-
],
|
|
62
|
-
"additionalProperties": false
|
|
63
|
-
},
|
|
64
|
-
"SlowSkillNonModifiableCastingTime": {
|
|
65
|
-
"type": "object",
|
|
66
|
-
"properties": {
|
|
67
|
-
"value": {
|
|
68
|
-
"description": "The (unitless) casting time value.",
|
|
69
|
-
"type": "integer",
|
|
70
|
-
"minimum": 1
|
|
71
|
-
},
|
|
72
|
-
"unit": {
|
|
73
|
-
"$ref": "./SkillModificationLevel.schema.json#/$defs/SlowSkillCastingTimeUnit"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"required": [
|
|
77
|
-
"value",
|
|
78
|
-
"unit"
|
|
79
|
-
],
|
|
80
|
-
"additionalProperties": false
|
|
81
|
-
},
|
|
82
|
-
"FastCastingTime": {
|
|
83
|
-
"description": "The casting time may have two different values: One for use in “normal” time, i. e. actions, combat rounds and others, and one for use during lovemaking, which is a rule set from Aventurian Intimacy.\n\nThere must always be at least one casting time value.",
|
|
84
|
-
"type": "object",
|
|
85
|
-
"properties": {
|
|
86
|
-
"default": {
|
|
87
|
-
"oneOf": [
|
|
88
|
-
{
|
|
89
|
-
"type": "object",
|
|
90
|
-
"properties": {
|
|
91
|
-
"tag": {
|
|
92
|
-
"const": "Modifiable"
|
|
93
|
-
},
|
|
94
|
-
"modifiable": {
|
|
95
|
-
"$ref": "#/$defs/ModifiableCastingTime"
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
"required": [
|
|
99
|
-
"tag",
|
|
100
|
-
"modifiable"
|
|
101
|
-
],
|
|
102
|
-
"additionalProperties": false
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"type": "object",
|
|
106
|
-
"properties": {
|
|
107
|
-
"tag": {
|
|
108
|
-
"const": "NonModifiable"
|
|
109
|
-
},
|
|
110
|
-
"non_modifiable": {
|
|
111
|
-
"$ref": "#/$defs/FastSkillNonModifiableCastingTime"
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"required": [
|
|
115
|
-
"tag",
|
|
116
|
-
"non_modifiable"
|
|
117
|
-
],
|
|
118
|
-
"additionalProperties": false
|
|
119
|
-
}
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
"during_lovemaking": {
|
|
123
|
-
"description": "The casting time during lovemaking. In Aventurian Intimacy, you may only use an activatable skill during lovemaking if it has a casting time used during lovemaking.",
|
|
124
|
-
"$ref": "#/$defs/CastingTimeDuringLovemaking"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"required": [],
|
|
128
|
-
"minProperties": 1,
|
|
129
|
-
"additionalProperties": false
|
|
130
|
-
},
|
|
131
|
-
"SlowCastingTime": {
|
|
132
|
-
"description": "The casting time may have two different values: One for use in “normal” time, i. e. actions, combat rounds and others, and one for use during lovemaking, which is a rule set from Aventurian Intimacy.\n\nThere must always be at least one casting time value.",
|
|
133
|
-
"type": "object",
|
|
134
|
-
"properties": {
|
|
135
|
-
"default": {
|
|
136
|
-
"oneOf": [
|
|
137
|
-
{
|
|
138
|
-
"type": "object",
|
|
139
|
-
"properties": {
|
|
140
|
-
"tag": {
|
|
141
|
-
"const": "Modifiable"
|
|
142
|
-
},
|
|
143
|
-
"modifiable": {
|
|
144
|
-
"$ref": "#/$defs/ModifiableCastingTime"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"required": [
|
|
148
|
-
"tag",
|
|
149
|
-
"modifiable"
|
|
150
|
-
],
|
|
151
|
-
"additionalProperties": false
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"type": "object",
|
|
155
|
-
"properties": {
|
|
156
|
-
"tag": {
|
|
157
|
-
"const": "NonModifiable"
|
|
158
|
-
},
|
|
159
|
-
"non_modifiable": {
|
|
160
|
-
"$ref": "#/$defs/SlowSkillNonModifiableCastingTime"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"required": [
|
|
164
|
-
"tag",
|
|
165
|
-
"non_modifiable"
|
|
166
|
-
],
|
|
167
|
-
"additionalProperties": false
|
|
168
|
-
}
|
|
169
|
-
]
|
|
170
|
-
},
|
|
171
|
-
"during_lovemaking": {
|
|
172
|
-
"description": "The casting time during lovemaking. In Aventurian Intimacy, you may only use an activatable skill during lovemaking if it has a casting time used during lovemaking.",
|
|
173
|
-
"$ref": "#/$defs/CastingTimeDuringLovemaking"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"required": [],
|
|
177
|
-
"minProperties": 1,
|
|
178
|
-
"additionalProperties": false
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/_ActivatableSkillCheckResultBased.schema.json",
|
|
4
|
-
"$defs": {
|
|
5
|
-
"CheckResultValue": {
|
|
6
|
-
"description": "Defines the derived (unitless) value.",
|
|
7
|
-
"oneOf": [
|
|
8
|
-
{
|
|
9
|
-
"const": "QualityLevels"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"const": "SkillPoints"
|
|
13
|
-
}
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
"CheckResultArithmetic": {
|
|
17
|
-
"description": "Defines how the the `value` is set off against the check result.",
|
|
18
|
-
"oneOf": [
|
|
19
|
-
{
|
|
20
|
-
"const": "Multiply"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"const": "Divide"
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"CheckResultBasedModifier": {
|
|
28
|
-
"type": "object",
|
|
29
|
-
"properties": {
|
|
30
|
-
"arithmetic": {
|
|
31
|
-
"description": "The arithmetic how to apply the `value` to the `base`.",
|
|
32
|
-
"$ref": "#/$defs/CheckResultArithmetic"
|
|
33
|
-
},
|
|
34
|
-
"value": {
|
|
35
|
-
"description": "The value that is applied to the `base` using the defined `arithmetic`.",
|
|
36
|
-
"type": "integer",
|
|
37
|
-
"minimum": 2
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"required": [
|
|
41
|
-
"arithmetic",
|
|
42
|
-
"value"
|
|
43
|
-
],
|
|
44
|
-
"additionalProperties": false
|
|
45
|
-
},
|
|
46
|
-
"CheckResultBased": {
|
|
47
|
-
"description": "Defines a parameter being based on a check result.",
|
|
48
|
-
"type": "object",
|
|
49
|
-
"properties": {
|
|
50
|
-
"base": {
|
|
51
|
-
"description": "The base value that is derived from the check result.",
|
|
52
|
-
"$ref": "#/$defs/CheckResultValue"
|
|
53
|
-
},
|
|
54
|
-
"modifier": {
|
|
55
|
-
"description": "If defined, it modifies the base value.",
|
|
56
|
-
"$ref": "#/$defs/CheckResultBasedModifier"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"required": [
|
|
60
|
-
"base"
|
|
61
|
-
],
|
|
62
|
-
"additionalProperties": false
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|