optolith-database-schema 0.40.0 → 0.42.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 +59 -0
- package/README.md +1 -1
- package/gen/types.d.ts +1705 -1582
- package/lib/types/Ceremony.d.ts +3 -0
- 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/FamiliarsTrick.d.ts +1 -0
- package/lib/types/FamiliarsTrick.js +8 -2
- package/lib/types/LiturgicalChant.d.ts +3 -0
- package/lib/types/Locale.d.ts +10 -6
- package/lib/types/Locale.js +10 -6
- package/lib/types/Profession.d.ts +31 -14
- package/lib/types/Profession.js +12 -2
- package/lib/types/Race.d.ts +28 -19
- package/lib/types/Race.js +36 -22
- package/lib/types/Ritual.d.ts +3 -0
- package/lib/types/Spell.d.ts +3 -0
- package/lib/types/Talisman.d.ts +32 -6
- package/lib/types/Talisman.js +51 -11
- package/lib/types/_ActivatableSkill.d.ts +8 -0
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -0
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -0
- package/lib/types/_ActivatableSkillDuration.d.ts +2 -0
- package/lib/types/_ActivatableSkillRange.d.ts +1 -0
- 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/AnimistPower.d.ts +1 -0
- package/lib/types/magicalActions/Curse.d.ts +2 -0
- package/lib/types/magicalActions/DominationRitual.d.ts +2 -0
- package/lib/types/magicalActions/GeodeRitual.d.ts +1 -0
- package/lib/types/magicalActions/JesterTrick.d.ts +3 -0
- package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
- package/lib/types/magicalActions/MagicalMelody.js +5 -0
- package/lib/types/magicalActions/MagicalRune.d.ts +2 -0
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +2 -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,578 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/magicalActions/MagicalRune.schema.json",
|
|
4
|
-
"$ref": "#/$defs/MagicalRune",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"MagicalRune": {
|
|
7
|
-
"title": "Magical Rune",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"description": "The magical rune's identifier. An unique, increasing integer.",
|
|
12
|
-
"type": "integer",
|
|
13
|
-
"minimum": 1
|
|
14
|
-
},
|
|
15
|
-
"options": {
|
|
16
|
-
"description": "The options the magical rune has, if any.\n\nIf there are multiple options, the magical rune may be activated for each option, that is, multiple times.",
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"$ref": "#/$defs/MagicalRuneOption"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"check": {
|
|
23
|
-
"description": "Lists the linked three attributes used to make a skill check.",
|
|
24
|
-
"$ref": "../_SkillCheck.schema.json#/$defs/SkillCheck"
|
|
25
|
-
},
|
|
26
|
-
"check_penalty": {
|
|
27
|
-
"description": "In some cases, the target's Spirit or Toughness is applied as a penalty.",
|
|
28
|
-
"$ref": "#/$defs/MagicalRuneCheckPenalty"
|
|
29
|
-
},
|
|
30
|
-
"parameters": {
|
|
31
|
-
"description": "Measurable parameters of a magical rune.",
|
|
32
|
-
"$ref": "#/$defs/MagicalRunePerformanceParameters"
|
|
33
|
-
},
|
|
34
|
-
"property": {
|
|
35
|
-
"description": "The associated property.",
|
|
36
|
-
"$ref": "../_SimpleReferences.schema.json#/$defs/PropertyReference"
|
|
37
|
-
},
|
|
38
|
-
"improvement_cost": {
|
|
39
|
-
"description": "States which column is used to improve the skill.",
|
|
40
|
-
"$ref": "#/$defs/MagicalRuneImprovementCost"
|
|
41
|
-
},
|
|
42
|
-
"src": {
|
|
43
|
-
"$ref": "../source/_PublicationRef.schema.json#/$defs/PublicationRefs"
|
|
44
|
-
},
|
|
45
|
-
"translations": {
|
|
46
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
47
|
-
"type": "object",
|
|
48
|
-
"patternProperties": {
|
|
49
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
50
|
-
"$ref": "#/$defs/MagicalRuneTranslation"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"minProperties": 1,
|
|
54
|
-
"additionalProperties": false
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"required": [
|
|
58
|
-
"id",
|
|
59
|
-
"check",
|
|
60
|
-
"parameters",
|
|
61
|
-
"property",
|
|
62
|
-
"improvement_cost",
|
|
63
|
-
"src",
|
|
64
|
-
"translations"
|
|
65
|
-
],
|
|
66
|
-
"additionalProperties": false
|
|
67
|
-
},
|
|
68
|
-
"MagicalRuneTranslation": {
|
|
69
|
-
"type": "object",
|
|
70
|
-
"properties": {
|
|
71
|
-
"name": {
|
|
72
|
-
"description": "The name of the magical rune.\n\nIf the rune has an option, the option’s name will/should not be included in the name as well as its surrounding parenthesis. It will/should be combined on demand.",
|
|
73
|
-
"$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
74
|
-
},
|
|
75
|
-
"name_in_library": {
|
|
76
|
-
"description": "The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.",
|
|
77
|
-
"$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
78
|
-
},
|
|
79
|
-
"native_name": {
|
|
80
|
-
"description": "The native name of the magical rune.",
|
|
81
|
-
"$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
82
|
-
},
|
|
83
|
-
"effect": {
|
|
84
|
-
"description": "The effect description may be either a plain text or a text that is divided by a list of effects for each quality level. It may also be a list for each two quality levels.",
|
|
85
|
-
"$ref": "../_ActivatableSkillEffect.schema.json#/$defs/ActivatableSkillEffect"
|
|
86
|
-
},
|
|
87
|
-
"cost": {
|
|
88
|
-
"$ref": "../_ActivatableSkill.schema.json#/$defs/OldParameter"
|
|
89
|
-
},
|
|
90
|
-
"crafting_time": {
|
|
91
|
-
"$ref": "#/$defs/OldParameterBySpeed"
|
|
92
|
-
},
|
|
93
|
-
"duration": {
|
|
94
|
-
"$ref": "#/$defs/OldParameterBySpeed"
|
|
95
|
-
},
|
|
96
|
-
"errata": {
|
|
97
|
-
"$ref": "../source/_Erratum.schema.json#/$defs/Errata"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"required": [
|
|
101
|
-
"name",
|
|
102
|
-
"effect",
|
|
103
|
-
"cost",
|
|
104
|
-
"crafting_time",
|
|
105
|
-
"duration"
|
|
106
|
-
],
|
|
107
|
-
"additionalProperties": false
|
|
108
|
-
},
|
|
109
|
-
"OldParameterBySpeed": {
|
|
110
|
-
"type": "object",
|
|
111
|
-
"properties": {
|
|
112
|
-
"slow": {
|
|
113
|
-
"$ref": "../_ActivatableSkill.schema.json#/$defs/OldParameter"
|
|
114
|
-
},
|
|
115
|
-
"fast": {
|
|
116
|
-
"$ref": "../_ActivatableSkill.schema.json#/$defs/OldParameter"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"required": [
|
|
120
|
-
"slow",
|
|
121
|
-
"fast"
|
|
122
|
-
],
|
|
123
|
-
"additionalProperties": false
|
|
124
|
-
},
|
|
125
|
-
"MagicalRuneCheckPenalty": {
|
|
126
|
-
"type": "object",
|
|
127
|
-
"properties": {
|
|
128
|
-
"tag": {
|
|
129
|
-
"const": "CombatTechnique"
|
|
130
|
-
},
|
|
131
|
-
"combat_technique": {
|
|
132
|
-
"$ref": "#/$defs/MagicalRuneCombatTechniqueCheckPenalty"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
"required": [
|
|
136
|
-
"tag",
|
|
137
|
-
"combat_technique"
|
|
138
|
-
],
|
|
139
|
-
"additionalProperties": false
|
|
140
|
-
},
|
|
141
|
-
"MagicalRuneCombatTechniqueCheckPenalty": {
|
|
142
|
-
"type": "object",
|
|
143
|
-
"properties": {
|
|
144
|
-
"map": {
|
|
145
|
-
"description": "A map from combat techniques to their modifiers.",
|
|
146
|
-
"type": "array",
|
|
147
|
-
"items": {
|
|
148
|
-
"$ref": "#/$defs/MagicalRuneCombatTechniqueCheckPenaltyMapping"
|
|
149
|
-
},
|
|
150
|
-
"minItems": 1
|
|
151
|
-
},
|
|
152
|
-
"rest": {
|
|
153
|
-
"$ref": "#/$defs/MagicalRuneCombatTechniqueCheckPenaltyRest"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
"required": [
|
|
157
|
-
"map",
|
|
158
|
-
"rest"
|
|
159
|
-
],
|
|
160
|
-
"additionalProperties": false
|
|
161
|
-
},
|
|
162
|
-
"MagicalRuneCombatTechniqueCheckPenaltyMapping": {
|
|
163
|
-
"type": "object",
|
|
164
|
-
"properties": {
|
|
165
|
-
"id": {
|
|
166
|
-
"description": "The combat technique's identifier.",
|
|
167
|
-
"$ref": "../_IdentifierGroup.schema.json#/$defs/CombatTechniqueIdentifier"
|
|
168
|
-
},
|
|
169
|
-
"modifier": {
|
|
170
|
-
"description": "The check modifier for the specified combat technique.",
|
|
171
|
-
"type": "integer"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"required": [
|
|
175
|
-
"id",
|
|
176
|
-
"modifier"
|
|
177
|
-
],
|
|
178
|
-
"additionalProperties": false
|
|
179
|
-
},
|
|
180
|
-
"MagicalRuneCombatTechniqueCheckPenaltyRest": {
|
|
181
|
-
"type": "object",
|
|
182
|
-
"properties": {
|
|
183
|
-
"modifier": {
|
|
184
|
-
"description": "The check modifier for combat techniques not specified in `map`.",
|
|
185
|
-
"type": "integer"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"required": [
|
|
189
|
-
"modifier"
|
|
190
|
-
],
|
|
191
|
-
"additionalProperties": false
|
|
192
|
-
},
|
|
193
|
-
"MagicalRunePerformanceParameters": {
|
|
194
|
-
"description": "Measurable parameters of a magical rune.",
|
|
195
|
-
"type": "object",
|
|
196
|
-
"properties": {
|
|
197
|
-
"cost": {
|
|
198
|
-
"description": "The AE cost.",
|
|
199
|
-
"$ref": "#/$defs/MagicalRuneCost"
|
|
200
|
-
},
|
|
201
|
-
"crafting_time": {
|
|
202
|
-
"description": "The crafting time.",
|
|
203
|
-
"$ref": "#/$defs/MagicalRuneCraftingTime"
|
|
204
|
-
},
|
|
205
|
-
"duration": {
|
|
206
|
-
"description": "The duration.",
|
|
207
|
-
"$ref": "#/$defs/MagicalRuneDuration"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
"required": [
|
|
211
|
-
"cost",
|
|
212
|
-
"crafting_time",
|
|
213
|
-
"duration"
|
|
214
|
-
],
|
|
215
|
-
"additionalProperties": false
|
|
216
|
-
},
|
|
217
|
-
"MagicalRuneCost": {
|
|
218
|
-
"oneOf": [
|
|
219
|
-
{
|
|
220
|
-
"type": "object",
|
|
221
|
-
"properties": {
|
|
222
|
-
"tag": {
|
|
223
|
-
"const": "Single"
|
|
224
|
-
},
|
|
225
|
-
"single": {
|
|
226
|
-
"$ref": "#/$defs/SingleMagicalRuneCost"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
"required": [
|
|
230
|
-
"tag",
|
|
231
|
-
"single"
|
|
232
|
-
],
|
|
233
|
-
"additionalProperties": false
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"type": "object",
|
|
237
|
-
"properties": {
|
|
238
|
-
"tag": {
|
|
239
|
-
"const": "Disjunction"
|
|
240
|
-
},
|
|
241
|
-
"disjunction": {
|
|
242
|
-
"$ref": "#/$defs/MagicalRuneCostDisjunction"
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
"required": [
|
|
246
|
-
"tag",
|
|
247
|
-
"disjunction"
|
|
248
|
-
],
|
|
249
|
-
"additionalProperties": false
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"type": "object",
|
|
253
|
-
"properties": {
|
|
254
|
-
"tag": {
|
|
255
|
-
"const": "DerivedFromOption"
|
|
256
|
-
},
|
|
257
|
-
"derived_from_option": {
|
|
258
|
-
"type": "object",
|
|
259
|
-
"properties": {},
|
|
260
|
-
"required": [],
|
|
261
|
-
"additionalProperties": false
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
"required": [
|
|
265
|
-
"tag",
|
|
266
|
-
"derived_from_option"
|
|
267
|
-
],
|
|
268
|
-
"additionalProperties": false
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
},
|
|
272
|
-
"MagicalRuneOptionCost": {
|
|
273
|
-
"oneOf": [
|
|
274
|
-
{
|
|
275
|
-
"type": "object",
|
|
276
|
-
"properties": {
|
|
277
|
-
"tag": {
|
|
278
|
-
"const": "Single"
|
|
279
|
-
},
|
|
280
|
-
"single": {
|
|
281
|
-
"$ref": "#/$defs/SingleMagicalRuneCost"
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
"required": [
|
|
285
|
-
"tag",
|
|
286
|
-
"single"
|
|
287
|
-
],
|
|
288
|
-
"additionalProperties": false
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"type": "object",
|
|
292
|
-
"properties": {
|
|
293
|
-
"tag": {
|
|
294
|
-
"const": "Disjunction"
|
|
295
|
-
},
|
|
296
|
-
"disjunction": {
|
|
297
|
-
"$ref": "#/$defs/MagicalRuneCostDisjunction"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"required": [
|
|
301
|
-
"tag",
|
|
302
|
-
"disjunction"
|
|
303
|
-
],
|
|
304
|
-
"additionalProperties": false
|
|
305
|
-
}
|
|
306
|
-
]
|
|
307
|
-
},
|
|
308
|
-
"SingleMagicalRuneCost": {
|
|
309
|
-
"type": "object",
|
|
310
|
-
"properties": {
|
|
311
|
-
"value": {
|
|
312
|
-
"description": "The AE cost value.",
|
|
313
|
-
"type": "integer",
|
|
314
|
-
"minimum": 1
|
|
315
|
-
},
|
|
316
|
-
"translations": {
|
|
317
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
318
|
-
"type": "object",
|
|
319
|
-
"patternProperties": {
|
|
320
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
321
|
-
"$ref": "#/$defs/SingleMagicalRuneCostTranslation"
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
"minProperties": 1,
|
|
325
|
-
"additionalProperties": false
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
"required": [
|
|
329
|
-
"value"
|
|
330
|
-
],
|
|
331
|
-
"additionalProperties": false
|
|
332
|
-
},
|
|
333
|
-
"SingleMagicalRuneCostTranslation": {
|
|
334
|
-
"type": "object",
|
|
335
|
-
"properties": {
|
|
336
|
-
"note": {
|
|
337
|
-
"description": "A note, appended to the generated string in parenthesis.",
|
|
338
|
-
"$ref": "../_ResponsiveText.schema.json#/$defs/ResponsiveTextOptional"
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
"required": [
|
|
342
|
-
"note"
|
|
343
|
-
],
|
|
344
|
-
"additionalProperties": false
|
|
345
|
-
},
|
|
346
|
-
"MagicalRuneCostDisjunction": {
|
|
347
|
-
"type": "object",
|
|
348
|
-
"properties": {
|
|
349
|
-
"list": {
|
|
350
|
-
"description": "A set of possible AE cost values.",
|
|
351
|
-
"type": "array",
|
|
352
|
-
"items": {
|
|
353
|
-
"$ref": "#/$defs/SingleMagicalRuneCost"
|
|
354
|
-
},
|
|
355
|
-
"minItems": 2
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
"required": [
|
|
359
|
-
"list"
|
|
360
|
-
],
|
|
361
|
-
"additionalProperties": false
|
|
362
|
-
},
|
|
363
|
-
"MagicalRuneCraftingTime": {
|
|
364
|
-
"type": "object",
|
|
365
|
-
"properties": {
|
|
366
|
-
"value": {
|
|
367
|
-
"description": "The (unitless) crafting time.",
|
|
368
|
-
"type": "integer"
|
|
369
|
-
},
|
|
370
|
-
"translations": {
|
|
371
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
372
|
-
"type": "object",
|
|
373
|
-
"patternProperties": {
|
|
374
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
375
|
-
"$ref": "#/$defs/MagicalRuneCraftingTimeTranslation"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
"minProperties": 1,
|
|
379
|
-
"additionalProperties": false
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
"required": [
|
|
383
|
-
"value"
|
|
384
|
-
],
|
|
385
|
-
"additionalProperties": false
|
|
386
|
-
},
|
|
387
|
-
"MagicalRuneCraftingTimeTranslation": {
|
|
388
|
-
"type": "object",
|
|
389
|
-
"properties": {
|
|
390
|
-
"per": {
|
|
391
|
-
"description": "The crafting time has to be per a specific countable entity, e.g. `8 action per person`.",
|
|
392
|
-
"$ref": "../_ResponsiveText.schema.json#/$defs/ResponsiveText"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
"required": [
|
|
396
|
-
"per"
|
|
397
|
-
],
|
|
398
|
-
"additionalProperties": false
|
|
399
|
-
},
|
|
400
|
-
"MagicalRuneDuration": {
|
|
401
|
-
"type": "object",
|
|
402
|
-
"properties": {
|
|
403
|
-
"slow": {
|
|
404
|
-
"description": "The duration on slow rune application.",
|
|
405
|
-
"$ref": "../_ActivatableSkillDuration.schema.json#/$defs/CheckResultBasedDuration"
|
|
406
|
-
},
|
|
407
|
-
"fast": {
|
|
408
|
-
"description": "The duration on fast rune application.",
|
|
409
|
-
"$ref": "../_ActivatableSkillDuration.schema.json#/$defs/CheckResultBasedDuration"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
"required": [
|
|
413
|
-
"slow",
|
|
414
|
-
"fast"
|
|
415
|
-
],
|
|
416
|
-
"additionalProperties": false
|
|
417
|
-
},
|
|
418
|
-
"MagicalRuneImprovementCost": {
|
|
419
|
-
"oneOf": [
|
|
420
|
-
{
|
|
421
|
-
"type": "object",
|
|
422
|
-
"properties": {
|
|
423
|
-
"tag": {
|
|
424
|
-
"const": "Constant"
|
|
425
|
-
},
|
|
426
|
-
"constant": {
|
|
427
|
-
"$ref": "#/$defs/ConstantMagicalRuneImprovementCost"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"required": [
|
|
431
|
-
"tag",
|
|
432
|
-
"constant"
|
|
433
|
-
],
|
|
434
|
-
"additionalProperties": false
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"type": "object",
|
|
438
|
-
"properties": {
|
|
439
|
-
"tag": {
|
|
440
|
-
"const": "DerivedFromOption"
|
|
441
|
-
},
|
|
442
|
-
"derived_from_option": {
|
|
443
|
-
"type": "object",
|
|
444
|
-
"properties": {},
|
|
445
|
-
"required": [],
|
|
446
|
-
"additionalProperties": false
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"required": [
|
|
450
|
-
"tag",
|
|
451
|
-
"derived_from_option"
|
|
452
|
-
],
|
|
453
|
-
"additionalProperties": false
|
|
454
|
-
}
|
|
455
|
-
]
|
|
456
|
-
},
|
|
457
|
-
"ConstantMagicalRuneImprovementCost": {
|
|
458
|
-
"type": "object",
|
|
459
|
-
"properties": {
|
|
460
|
-
"value": {
|
|
461
|
-
"$ref": "../_ImprovementCost.schema.json#/$defs/ImprovementCost"
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
"required": [
|
|
465
|
-
"value"
|
|
466
|
-
],
|
|
467
|
-
"additionalProperties": false
|
|
468
|
-
},
|
|
469
|
-
"MagicalRuneOption": {
|
|
470
|
-
"type": "object",
|
|
471
|
-
"properties": {
|
|
472
|
-
"id": {
|
|
473
|
-
"description": "The magical rune option’s identifier. An unique, increasing integer.",
|
|
474
|
-
"type": "integer",
|
|
475
|
-
"minimum": 1
|
|
476
|
-
},
|
|
477
|
-
"cost": {
|
|
478
|
-
"description": "The option-specific AE cost.",
|
|
479
|
-
"$ref": "#/$defs/MagicalRuneOptionCost"
|
|
480
|
-
},
|
|
481
|
-
"improvement_cost": {
|
|
482
|
-
"description": "The option-specific improvement cost.",
|
|
483
|
-
"$ref": "../_ImprovementCost.schema.json#/$defs/ImprovementCost"
|
|
484
|
-
},
|
|
485
|
-
"suboption": {
|
|
486
|
-
"$ref": "#/$defs/MagicalRuneSuboption"
|
|
487
|
-
},
|
|
488
|
-
"translations": {
|
|
489
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
490
|
-
"type": "object",
|
|
491
|
-
"patternProperties": {
|
|
492
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
493
|
-
"$ref": "#/$defs/MagicalRuneOptionTranslation"
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"minProperties": 1,
|
|
497
|
-
"additionalProperties": false
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"required": [
|
|
501
|
-
"id",
|
|
502
|
-
"cost",
|
|
503
|
-
"improvement_cost",
|
|
504
|
-
"suboption",
|
|
505
|
-
"translations"
|
|
506
|
-
],
|
|
507
|
-
"additionalProperties": false
|
|
508
|
-
},
|
|
509
|
-
"MagicalRuneSuboption": {
|
|
510
|
-
"type": "object",
|
|
511
|
-
"properties": {
|
|
512
|
-
"tag": {
|
|
513
|
-
"const": "Custom"
|
|
514
|
-
},
|
|
515
|
-
"custom": {
|
|
516
|
-
"$ref": "#/$defs/CustomMagicalRuneSuboption"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
"required": [
|
|
520
|
-
"tag",
|
|
521
|
-
"custom"
|
|
522
|
-
],
|
|
523
|
-
"additionalProperties": false
|
|
524
|
-
},
|
|
525
|
-
"CustomMagicalRuneSuboption": {
|
|
526
|
-
"type": "object",
|
|
527
|
-
"properties": {
|
|
528
|
-
"translations": {
|
|
529
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
530
|
-
"type": "object",
|
|
531
|
-
"patternProperties": {
|
|
532
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
533
|
-
"$ref": "#/$defs/CustomMagicalRuneSuboptionTranslation"
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
"minProperties": 1,
|
|
537
|
-
"additionalProperties": false
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
"required": [
|
|
541
|
-
"translations"
|
|
542
|
-
],
|
|
543
|
-
"additionalProperties": false
|
|
544
|
-
},
|
|
545
|
-
"CustomMagicalRuneSuboptionTranslation": {
|
|
546
|
-
"type": "object",
|
|
547
|
-
"properties": {
|
|
548
|
-
"examples": {
|
|
549
|
-
"description": "One or more examples for the suboption.",
|
|
550
|
-
"type": "array",
|
|
551
|
-
"items": {
|
|
552
|
-
"$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
"required": [],
|
|
557
|
-
"additionalProperties": false
|
|
558
|
-
},
|
|
559
|
-
"MagicalRuneOptionTranslation": {
|
|
560
|
-
"type": "object",
|
|
561
|
-
"properties": {
|
|
562
|
-
"name": {
|
|
563
|
-
"description": "The name of the option.\n\nThe surrounding parenthesis will/should not be included, they will/should be generated.",
|
|
564
|
-
"$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
565
|
-
},
|
|
566
|
-
"native_name": {
|
|
567
|
-
"description": "The native name of the magical rune option.",
|
|
568
|
-
"$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"required": [
|
|
572
|
-
"name",
|
|
573
|
-
"native_name"
|
|
574
|
-
],
|
|
575
|
-
"additionalProperties": false
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}
|