optolith-database-schema 0.12.1 → 0.13.1
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 +29 -0
- package/lib/cache/newApplicationsAndUses.d.ts +17 -0
- package/lib/cache/newApplicationsAndUses.js +67 -0
- package/lib/cacheConfig.d.ts +4 -0
- package/lib/cacheConfig.js +1 -0
- package/lib/config/cache.d.ts +7 -0
- package/lib/config/cache.js +4 -0
- package/lib/main.d.ts +27 -0
- package/lib/main.js +33 -0
- package/lib/types/Advantage.js +2 -2
- package/lib/types/AnimalDisease.js +2 -2
- package/lib/types/AnimalType.js +2 -2
- package/lib/types/ArcaneBardTradition.js +2 -2
- package/lib/types/ArcaneDancerTradition.js +2 -2
- package/lib/types/Aspect.js +2 -2
- package/lib/types/Attribute.js +3 -3
- package/lib/types/Blessing.js +2 -2
- package/lib/types/Cantrip.js +2 -2
- package/lib/types/Ceremony.js +2 -2
- package/lib/types/CombatTechnique_Close.js +2 -2
- package/lib/types/CombatTechnique_Ranged.js +2 -2
- package/lib/types/Condition.js +2 -2
- package/lib/types/Continent.js +2 -2
- package/lib/types/Culture.d.ts +4 -17
- package/lib/types/Culture.js +2 -40
- package/lib/types/DerivedCharacteristic.js +2 -2
- package/lib/types/Disadvantage.js +2 -2
- package/lib/types/Disease.js +2 -2
- package/lib/types/Element.js +2 -2
- package/lib/types/ExperienceLevel.js +2 -2
- package/lib/types/EyeColor.js +2 -2
- package/lib/types/FamiliarsTrick.js +2 -2
- package/lib/types/HairColor.js +2 -2
- package/lib/types/Kirchenpraegung.js +2 -2
- package/lib/types/Lessons_Curriculum.js +2 -2
- package/lib/types/Lessons_Guideline.js +2 -2
- package/lib/types/LiturgicalChant.js +2 -2
- package/lib/types/MetaCondition.js +2 -2
- package/lib/types/PactCategory.js +2 -2
- package/lib/types/Patron.d.ts +2 -12
- package/lib/types/Patron.js +2 -22
- package/lib/types/PatronCategory.js +2 -2
- package/lib/types/PersonalityTrait.js +2 -2
- package/lib/types/Profession.d.ts +1 -5
- package/lib/types/Profession.js +2 -8
- package/lib/types/Property.js +2 -2
- package/lib/types/Race.d.ts +68 -134
- package/lib/types/Race.js +2 -13
- package/lib/types/Region.js +2 -2
- package/lib/types/Ritual.js +2 -2
- package/lib/types/Service.d.ts +1 -4
- package/lib/types/Service.js +2 -7
- package/lib/types/SexPractice.js +2 -2
- package/lib/types/Skill.d.ts +2 -10
- package/lib/types/Skill.js +2 -21
- package/lib/types/SkillGroup.js +2 -2
- package/lib/types/SkillModificationLevel.d.ts +1 -4
- package/lib/types/SkillModificationLevel.js +2 -7
- package/lib/types/SocialStatus.js +2 -2
- package/lib/types/Spell.js +2 -2
- package/lib/types/State.js +2 -2
- package/lib/types/Talisman.d.ts +1 -7
- package/lib/types/Talisman.js +3 -11
- package/lib/types/TargetCategory.js +3 -3
- package/lib/types/UI.d.ts +184 -129
- package/lib/types/_Activatable.d.ts +5 -19
- package/lib/types/_Activatable.js +1 -40
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +1 -4
- package/lib/types/_ActivatableSelectOptionCategory.js +1 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +1 -4
- package/lib/types/_ActivatableSkillCastingTime.js +1 -5
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -8
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -16
- package/lib/types/_ActivatableSkillDuration.d.ts +1 -12
- package/lib/types/_ActivatableSkillDuration.js +1 -13
- package/lib/types/_ActivatableSkillRange.d.ts +1 -4
- package/lib/types/_ActivatableSkillRange.js +1 -5
- package/lib/types/_Dice.d.ts +1 -5
- package/lib/types/_Dice.js +1 -9
- package/lib/types/_DiseasePoison.d.ts +2 -6
- package/lib/types/_DiseasePoison.js +1 -11
- package/lib/types/_I18n.d.ts +8 -0
- package/lib/types/_ImprovementCost.d.ts +1 -6
- package/lib/types/_ImprovementCost.js +1 -10
- package/lib/types/_Sex.d.ts +1 -4
- package/lib/types/_Sex.js +1 -8
- package/lib/types/_SkillCheck.d.ts +1 -8
- package/lib/types/_SkillCheck.js +1 -13
- package/lib/types/equipment/EquipmentPackage.js +2 -2
- package/lib/types/equipment/item/Alchemicum.js +2 -2
- package/lib/types/equipment/item/Ammunition.js +2 -2
- package/lib/types/equipment/item/Animal.js +2 -2
- package/lib/types/equipment/item/AnimalCare.js +2 -2
- package/lib/types/equipment/item/Armor.js +2 -2
- package/lib/types/equipment/item/BandageOrRemedy.js +2 -2
- package/lib/types/equipment/item/Book.js +2 -2
- package/lib/types/equipment/item/CeremonialItem.js +2 -2
- package/lib/types/equipment/item/Clothes.js +2 -2
- package/lib/types/equipment/item/Container.js +2 -2
- package/lib/types/equipment/item/Elixir.js +2 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +2 -2
- package/lib/types/equipment/item/GemOrPreciousStone.js +2 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -3
- package/lib/types/equipment/item/IlluminationLightSource.js +2 -6
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +2 -2
- package/lib/types/equipment/item/Jewelry.js +2 -2
- package/lib/types/equipment/item/Liebesspielzeug.js +2 -2
- package/lib/types/equipment/item/LuxuryGood.js +2 -2
- package/lib/types/equipment/item/MagicalArtifact.js +2 -2
- package/lib/types/equipment/item/MusicalInstrument.js +2 -2
- package/lib/types/equipment/item/OrienteeringAid.js +2 -2
- package/lib/types/equipment/item/Poison.d.ts +3 -15
- package/lib/types/equipment/item/Poison.js +2 -20
- package/lib/types/equipment/item/RopeOrChain.js +2 -2
- package/lib/types/equipment/item/Stationary.js +2 -2
- package/lib/types/equipment/item/ThievesTool.js +2 -2
- package/lib/types/equipment/item/ToolOfTheTrade.js +2 -2
- package/lib/types/equipment/item/TravelGearOrTool.js +2 -2
- package/lib/types/equipment/item/Vehicle.js +2 -2
- package/lib/types/equipment/item/Weapon.js +2 -2
- package/lib/types/equipment/item/WeaponAccessory.js +2 -2
- package/lib/types/equipment/item/_Herbary.d.ts +2 -14
- package/lib/types/equipment/item/_Herbary.js +1 -19
- package/lib/types/equipment/item/sub/ArmorType.js +2 -2
- package/lib/types/equipment/item/sub/Reach.js +2 -2
- package/lib/types/magicalActions/AnimistPower.js +2 -2
- package/lib/types/magicalActions/AnimistPower_Tribe.js +2 -2
- package/lib/types/magicalActions/Curse.js +2 -2
- package/lib/types/magicalActions/DominationRitual.js +2 -2
- package/lib/types/magicalActions/ElvenMagicalSong.js +2 -2
- package/lib/types/magicalActions/GeodeRitual.js +2 -2
- package/lib/types/magicalActions/JesterTrick.js +2 -2
- package/lib/types/magicalActions/MagicalDance.js +2 -2
- package/lib/types/magicalActions/MagicalMelody.js +2 -2
- package/lib/types/magicalActions/MagicalRune.js +2 -2
- package/lib/types/magicalActions/ZibiljaRitual.js +2 -2
- package/lib/types/magicalActions/_MusicTradition.d.ts +2 -8
- package/lib/types/magicalActions/_MusicTradition.js +1 -10
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -4
- package/lib/types/magicalActions/_SkillReference.js +1 -5
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +1 -6
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +1 -5
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TextPrerequisite.js +1 -10
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +1 -18
- package/lib/types/rule/CoreRule.d.ts +1 -4
- package/lib/types/rule/CoreRule.js +2 -7
- package/lib/types/rule/FocusRule.js +2 -2
- package/lib/types/rule/FocusRule_Subject.js +2 -2
- package/lib/types/rule/OptionalRule.js +2 -2
- package/lib/types/source/Publication.d.ts +1 -6
- package/lib/types/source/Publication.js +2 -12
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +2 -2
- package/lib/types/specialAbility/AncestorGlyph.js +2 -2
- package/lib/types/specialAbility/BlessedTradition.js +2 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CombatSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/CommandSpecialAbility.js +2 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +2 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +2 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.js +2 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.js +2 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.js +2 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/LycantropicGift.js +2 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/MagicalSign.js +2 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.js +2 -2
- package/lib/types/specialAbility/MagicalTradition.js +2 -2
- package/lib/types/specialAbility/PactGift.d.ts +2 -8
- package/lib/types/specialAbility/PactGift.js +2 -12
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/Sermon.js +2 -2
- package/lib/types/specialAbility/SexSpecialAbility.js +2 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +2 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -2
- package/lib/types/specialAbility/VampiricGift.js +2 -2
- package/lib/types/specialAbility/Vision.js +2 -2
- package/lib/types/specialAbility/sub/Language.js +2 -2
- package/lib/types/specialAbility/sub/Script.js +2 -2
- package/lib/types/specialAbility/sub/TradeSecret.js +2 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/DaggerRitual.js +2 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +2 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/RingEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/SickleRitual.js +2 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +2 -2
- package/lib/types/traditionArtifacts/WandEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +2 -2
- package/lib/types/traditionArtifacts/sub/Brew.js +2 -2
- package/lib/validation/filename.d.ts +1 -1
- package/lib/validation/filename.js +1 -1
- package/package.json +2 -2
- package/schema/Culture.schema.json +31 -13
- package/schema/Patron.schema.json +26 -10
- package/schema/Profession.schema.json +10 -4
- package/schema/Race.schema.json +79 -208
- package/schema/Service.schema.json +7 -3
- package/schema/Skill.schema.json +20 -8
- package/schema/SkillModificationLevel.schema.json +7 -3
- package/schema/Talisman.schema.json +16 -6
- package/schema/UI.schema.json +553 -300
- package/schema/_Activatable.schema.json +32 -14
- package/schema/_ActivatableSelectOptionCategory.schema.json +7 -3
- package/schema/_ActivatableSkillCastingTime.schema.json +7 -3
- package/schema/_ActivatableSkillCheckResultBased.schema.json +14 -6
- package/schema/_ActivatableSkillDuration.schema.json +31 -11
- package/schema/_ActivatableSkillRange.schema.json +7 -3
- package/schema/_Dice.schema.json +10 -4
- package/schema/_DiseasePoison.schema.json +10 -4
- package/schema/_I18n.schema.json +21 -0
- package/schema/_ImprovementCost.schema.json +13 -5
- package/schema/_Sex.schema.json +7 -3
- package/schema/_SkillCheck.schema.json +19 -7
- package/schema/equipment/item/IlluminationLightSource.schema.json +4 -2
- package/schema/equipment/item/Poison.schema.json +30 -12
- package/schema/equipment/item/_Herbary.schema.json +32 -12
- package/schema/magicalActions/_MusicTradition.schema.json +14 -6
- package/schema/magicalActions/_SkillReference.schema.json +7 -3
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +10 -4
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -6
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +14 -6
- package/schema/rule/CoreRule.schema.json +7 -3
- package/schema/source/Publication.schema.json +13 -5
- package/schema/specialAbility/PactGift.schema.json +14 -6
|
@@ -4,28 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
8
|
-
export var PoisonApplicationType;
|
|
9
|
-
(function (PoisonApplicationType) {
|
|
10
|
-
PoisonApplicationType["Weapon"] = "Weapon";
|
|
11
|
-
PoisonApplicationType["Ingestion"] = "Ingestion";
|
|
12
|
-
PoisonApplicationType["Inhalation"] = "Inhalation";
|
|
13
|
-
PoisonApplicationType["Contact"] = "Contact";
|
|
14
|
-
})(PoisonApplicationType = PoisonApplicationType || (PoisonApplicationType = {}));
|
|
15
|
-
export var PoisonTimeUnit;
|
|
16
|
-
(function (PoisonTimeUnit) {
|
|
17
|
-
PoisonTimeUnit["CombatRounds"] = "CombatRounds";
|
|
18
|
-
PoisonTimeUnit["Minutes"] = "Minutes";
|
|
19
|
-
PoisonTimeUnit["Hours"] = "Hours";
|
|
20
|
-
PoisonTimeUnit["Days"] = "Days";
|
|
21
|
-
})(PoisonTimeUnit = PoisonTimeUnit || (PoisonTimeUnit = {}));
|
|
22
|
-
export var QualityLevelDemonicPoisonLevelSource;
|
|
23
|
-
(function (QualityLevelDemonicPoisonLevelSource) {
|
|
24
|
-
QualityLevelDemonicPoisonLevelSource["Spellwork"] = "Spellwork";
|
|
25
|
-
})(QualityLevelDemonicPoisonLevelSource = QualityLevelDemonicPoisonLevelSource || (QualityLevelDemonicPoisonLevelSource = {}));
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
26
8
|
export const config = {
|
|
27
9
|
name: "Poison",
|
|
28
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
29
11
|
integrityValidator: todo("Poison"),
|
|
30
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
31
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "RopeOrChain",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("RopeOrChain"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Stationary",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Stationary"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "ThievesTool",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("ThievesTool"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "ToolOfTheTrade",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("ToolOfTheTrade"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "TravelGearOrTool",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("TravelGearOrTool"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Vehicle",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Vehicle"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Weapon",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Weapon"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "WeaponAccessory",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("WeaponAccessory"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -5,20 +5,8 @@ import { PlainGeneralPrerequisites } from "../../_Prerequisite.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* Effect type categories of a plant or recipe.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
Poison = "Poison",
|
|
11
|
-
PhysicalEffect = "PhysicalEffect",
|
|
12
|
-
PsychicEffect = "PsychicEffect",
|
|
13
|
-
Beneficial = "Beneficial",
|
|
14
|
-
Defensive = "Defensive",
|
|
15
|
-
Supernatural = "Supernatural"
|
|
16
|
-
}
|
|
17
|
-
export declare enum LaboratoryLevel {
|
|
18
|
-
ArchaicLaboratory = "ArchaicLaboratory",
|
|
19
|
-
WitchKitchen = "WitchKitchen",
|
|
20
|
-
AlchemistsLaboratory = "AlchemistsLaboratory"
|
|
21
|
-
}
|
|
8
|
+
export type EffectType = "Healing" | "Poison" | "PhysicalEffect" | "PsychicEffect" | "Beneficial" | "Defensive" | "Supernatural";
|
|
9
|
+
export type LaboratoryLevel = "ArchaicLaboratory" | "WitchKitchen" | "AlchemistsLaboratory";
|
|
22
10
|
export type RecipeTradeSecret = {
|
|
23
11
|
/**
|
|
24
12
|
* The AP value of the trade secret.
|
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Herbary-related types.
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
* Effect type categories of a plant or recipe.
|
|
6
|
-
*/
|
|
7
|
-
export var EffectType;
|
|
8
|
-
(function (EffectType) {
|
|
9
|
-
EffectType["Healing"] = "Healing";
|
|
10
|
-
EffectType["Poison"] = "Poison";
|
|
11
|
-
EffectType["PhysicalEffect"] = "PhysicalEffect";
|
|
12
|
-
EffectType["PsychicEffect"] = "PsychicEffect";
|
|
13
|
-
EffectType["Beneficial"] = "Beneficial";
|
|
14
|
-
EffectType["Defensive"] = "Defensive";
|
|
15
|
-
EffectType["Supernatural"] = "Supernatural";
|
|
16
|
-
})(EffectType = EffectType || (EffectType = {}));
|
|
17
|
-
export var LaboratoryLevel;
|
|
18
|
-
(function (LaboratoryLevel) {
|
|
19
|
-
LaboratoryLevel["ArchaicLaboratory"] = "ArchaicLaboratory";
|
|
20
|
-
LaboratoryLevel["WitchKitchen"] = "WitchKitchen";
|
|
21
|
-
LaboratoryLevel["AlchemistsLaboratory"] = "AlchemistsLaboratory";
|
|
22
|
-
})(LaboratoryLevel = LaboratoryLevel || (LaboratoryLevel = {}));
|
|
4
|
+
export {};
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "ArmorType",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("ArmorType"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Reach",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Reach"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "AnimistPower",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("AnimistPower"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Tribe",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Tribe"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Curse",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Curse"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "DominationRitual",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("DominationRitual"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "ElvenMagicalSong",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("ElvenMagicalSong"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "GeodeRitual",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("GeodeRitual"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "JesterTrick",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("JesterTrick"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "MagicalDance",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("MagicalDance"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "MagicalMelody",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("MagicalMelody"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "MagicalRune",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("MagicalRune"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "ZibiljaRitual",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("ZibiljaRitual"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -26,11 +26,5 @@ export type MusicDuration = {
|
|
|
26
26
|
length: MusicLength;
|
|
27
27
|
reusability: MusicReusability;
|
|
28
28
|
};
|
|
29
|
-
export
|
|
30
|
-
|
|
31
|
-
Short = "Short"
|
|
32
|
-
}
|
|
33
|
-
export declare enum MusicReusability {
|
|
34
|
-
OneTime = "OneTime",
|
|
35
|
-
Sustainable = "Sustainable"
|
|
36
|
-
}
|
|
29
|
+
export type MusicLength = "Long" | "Short";
|
|
30
|
+
export type MusicReusability = "OneTime" | "Sustainable";
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (MusicLength) {
|
|
3
|
-
MusicLength["Long"] = "Long";
|
|
4
|
-
MusicLength["Short"] = "Short";
|
|
5
|
-
})(MusicLength = MusicLength || (MusicLength = {}));
|
|
6
|
-
export var MusicReusability;
|
|
7
|
-
(function (MusicReusability) {
|
|
8
|
-
MusicReusability["OneTime"] = "OneTime";
|
|
9
|
-
MusicReusability["Sustainable"] = "Sustainable";
|
|
10
|
-
})(MusicReusability = MusicReusability || (MusicReusability = {}));
|
|
1
|
+
export {};
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (SkillIdentifierValue) {
|
|
3
|
-
SkillIdentifierValue[SkillIdentifierValue["Singing"] = 9] = "Singing";
|
|
4
|
-
SkillIdentifierValue[SkillIdentifierValue["Music"] = 56] = "Music";
|
|
5
|
-
})(SkillIdentifierValue = SkillIdentifierValue || (SkillIdentifierValue = {}));
|
|
1
|
+
export {};
|
|
@@ -15,7 +15,4 @@ export type PrimaryAttributePrerequisite = {
|
|
|
15
15
|
value: number;
|
|
16
16
|
display_option?: DisplayOption;
|
|
17
17
|
};
|
|
18
|
-
export
|
|
19
|
-
Blessed = "Blessed",
|
|
20
|
-
Magical = "Magical"
|
|
21
|
-
}
|
|
18
|
+
export type PrimaryAttributeCategory = "Blessed" | "Magical";
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (PrimaryAttributeCategory) {
|
|
3
|
-
PrimaryAttributeCategory["Blessed"] = "Blessed";
|
|
4
|
-
PrimaryAttributeCategory["Magical"] = "Magical";
|
|
5
|
-
})(PrimaryAttributeCategory = PrimaryAttributeCategory || (PrimaryAttributeCategory = {}));
|
|
1
|
+
export {};
|
|
@@ -48,11 +48,7 @@ export type RatedMinimumNumberPrerequisiteSkillsTarget = {
|
|
|
48
48
|
export type CombatTechniquesTarget = {
|
|
49
49
|
group: CombatTechniquesTargetGroup;
|
|
50
50
|
};
|
|
51
|
-
export
|
|
52
|
-
All = "All",
|
|
53
|
-
Close = "Close",
|
|
54
|
-
Ranged = "Ranged"
|
|
55
|
-
}
|
|
51
|
+
export type CombatTechniquesTargetGroup = "All" | "Close" | "Ranged";
|
|
56
52
|
export type RatedMinimumNumberPrerequisiteSpellworksTarget = {
|
|
57
53
|
/**
|
|
58
54
|
* The skills that are taken into account for satisfying the prerequisite.
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (CombatTechniquesTargetGroup) {
|
|
3
|
-
CombatTechniquesTargetGroup["All"] = "All";
|
|
4
|
-
CombatTechniquesTargetGroup["Close"] = "Close";
|
|
5
|
-
CombatTechniquesTargetGroup["Ranged"] = "Ranged";
|
|
6
|
-
})(CombatTechniquesTargetGroup = CombatTechniquesTargetGroup || (CombatTechniquesTargetGroup = {}));
|
|
1
|
+
export {};
|
|
@@ -44,12 +44,6 @@ export type TextPrerequisite = {
|
|
|
44
44
|
*/
|
|
45
45
|
translations: LocaleMap<TextPrerequisiteTranslation>;
|
|
46
46
|
};
|
|
47
|
-
export
|
|
48
|
-
|
|
49
|
-
Deny = "Deny"
|
|
50
|
-
}
|
|
51
|
-
export declare enum SentenceType {
|
|
52
|
-
Standalone = "Standalone",
|
|
53
|
-
Connected = "Connected"
|
|
54
|
-
}
|
|
47
|
+
export type TextVerificationRule = "Pass" | "Deny";
|
|
48
|
+
export type SentenceType = "Standalone" | "Connected";
|
|
55
49
|
export type TextPrerequisiteTranslation = NonEmptyMarkdown;
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (TextVerificationRule) {
|
|
3
|
-
TextVerificationRule["Pass"] = "Pass";
|
|
4
|
-
TextVerificationRule["Deny"] = "Deny";
|
|
5
|
-
})(TextVerificationRule = TextVerificationRule || (TextVerificationRule = {}));
|
|
6
|
-
export var SentenceType;
|
|
7
|
-
(function (SentenceType) {
|
|
8
|
-
SentenceType["Standalone"] = "Standalone";
|
|
9
|
-
SentenceType["Connected"] = "Connected";
|
|
10
|
-
})(SentenceType = SentenceType || (SentenceType = {}));
|
|
1
|
+
export {};
|
|
@@ -14,10 +14,7 @@ export type BlessedTraditionPrerequisite = {
|
|
|
14
14
|
* The blessed tradition prerequisite may only be satified if the blessed
|
|
15
15
|
* tradition is either church or shamanistic.
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
18
|
-
Church = "Church",
|
|
19
|
-
Shamanistic = "Shamanistic"
|
|
20
|
-
}
|
|
17
|
+
export type BlessedTraditionPrerequisiteRestriction = "Church" | "Shamanistic";
|
|
21
18
|
/**
|
|
22
19
|
* @title Magical Tradition Prerequisite
|
|
23
20
|
*/
|
|
@@ -33,7 +30,4 @@ export type MagicalTraditionPrerequisite = {
|
|
|
33
30
|
* The magical tradition prerequisite may only be satified if the magical
|
|
34
31
|
* tradition can learn rituals or can bind familiars.
|
|
35
32
|
*/
|
|
36
|
-
export
|
|
37
|
-
CanLearnRituals = "CanLearnRituals",
|
|
38
|
-
CanBindFamiliars = "CanBindFamiliars"
|
|
39
|
-
}
|
|
33
|
+
export type MagicalTraditionPrerequisiteRestriction = "CanLearnRituals" | "CanBindFamiliars";
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* The blessed tradition prerequisite may only be satified if the blessed
|
|
3
|
-
* tradition is either church or shamanistic.
|
|
4
|
-
*/
|
|
5
|
-
export var BlessedTraditionPrerequisiteRestriction;
|
|
6
|
-
(function (BlessedTraditionPrerequisiteRestriction) {
|
|
7
|
-
BlessedTraditionPrerequisiteRestriction["Church"] = "Church";
|
|
8
|
-
BlessedTraditionPrerequisiteRestriction["Shamanistic"] = "Shamanistic";
|
|
9
|
-
})(BlessedTraditionPrerequisiteRestriction = BlessedTraditionPrerequisiteRestriction || (BlessedTraditionPrerequisiteRestriction = {}));
|
|
10
|
-
/**
|
|
11
|
-
* The magical tradition prerequisite may only be satified if the magical
|
|
12
|
-
* tradition can learn rituals or can bind familiars.
|
|
13
|
-
*/
|
|
14
|
-
export var MagicalTraditionPrerequisiteRestriction;
|
|
15
|
-
(function (MagicalTraditionPrerequisiteRestriction) {
|
|
16
|
-
MagicalTraditionPrerequisiteRestriction["CanLearnRituals"] = "CanLearnRituals";
|
|
17
|
-
MagicalTraditionPrerequisiteRestriction["CanBindFamiliars"] = "CanBindFamiliars";
|
|
18
|
-
})(MagicalTraditionPrerequisiteRestriction = MagicalTraditionPrerequisiteRestriction || (MagicalTraditionPrerequisiteRestriction = {}));
|
|
1
|
+
export {};
|
|
@@ -293,10 +293,7 @@ export type ReferenceListNodeImprovementCostSource = {
|
|
|
293
293
|
*/
|
|
294
294
|
maximum_rating: number;
|
|
295
295
|
};
|
|
296
|
-
export
|
|
297
|
-
Attributes = "Attributes",
|
|
298
|
-
Skills = "Skills"
|
|
299
|
-
}
|
|
296
|
+
export type ReferenceListNodeImprovementCostSourceTarget = "Attributes" | "Skills";
|
|
300
297
|
export type ReferenceListNodeTranslation = {
|
|
301
298
|
/**
|
|
302
299
|
* Markdown-formatted text.
|
|
@@ -4,15 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
8
|
-
export var ReferenceListNodeImprovementCostSourceTarget;
|
|
9
|
-
(function (ReferenceListNodeImprovementCostSourceTarget) {
|
|
10
|
-
ReferenceListNodeImprovementCostSourceTarget["Attributes"] = "Attributes";
|
|
11
|
-
ReferenceListNodeImprovementCostSourceTarget["Skills"] = "Skills";
|
|
12
|
-
})(ReferenceListNodeImprovementCostSourceTarget = ReferenceListNodeImprovementCostSourceTarget || (ReferenceListNodeImprovementCostSourceTarget = {}));
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
13
8
|
export const config = {
|
|
14
9
|
name: "CoreRule",
|
|
15
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
16
11
|
integrityValidator: todo("CoreRule"),
|
|
17
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
18
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "FocusRule",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("FocusRule"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
5
|
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
6
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
7
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
8
8
|
export const config = {
|
|
9
9
|
name: "Subject",
|
|
10
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
11
11
|
integrityValidator: todo("Subject"),
|
|
12
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
13
|
fileNameValidator: validateEntityFileName,
|