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
package/lib/types/UI.d.ts
CHANGED
|
@@ -2,20 +2,64 @@
|
|
|
2
2
|
* @main UI
|
|
3
3
|
*/
|
|
4
4
|
import { TypeConfig } from "../typeConfig.js";
|
|
5
|
-
import { PluralizationCategories } from "./_I18n.js";
|
|
5
|
+
import { PluralizationCategories, VaryBySystem } from "./_I18n.js";
|
|
6
6
|
import { NonEmptyString } from "./_NonEmptyString.js";
|
|
7
7
|
/**
|
|
8
8
|
* @title UI
|
|
9
9
|
*/
|
|
10
10
|
export type UI = {
|
|
11
|
+
"About {0}": NonEmptyString;
|
|
12
|
+
"Preferences …": NonEmptyString;
|
|
13
|
+
"Services": NonEmptyString;
|
|
14
|
+
"Hide {0}": NonEmptyString;
|
|
15
|
+
"Hide Others": NonEmptyString;
|
|
16
|
+
"Show All": NonEmptyString;
|
|
17
|
+
"Quit {0}": NonEmptyString;
|
|
18
|
+
"File": NonEmptyString | VaryBySystem;
|
|
19
|
+
"Close": NonEmptyString;
|
|
20
|
+
"Quit": NonEmptyString;
|
|
21
|
+
"Edit": NonEmptyString;
|
|
22
|
+
"Undo": NonEmptyString;
|
|
23
|
+
"Redo": NonEmptyString;
|
|
24
|
+
"Cut": NonEmptyString;
|
|
25
|
+
"Copy": NonEmptyString;
|
|
26
|
+
"Paste": NonEmptyString;
|
|
27
|
+
"Delete": NonEmptyString;
|
|
28
|
+
"Select All": NonEmptyString;
|
|
29
|
+
"View": NonEmptyString;
|
|
30
|
+
"Toggle Full Screen": NonEmptyString;
|
|
31
|
+
"Window": NonEmptyString;
|
|
32
|
+
"Minimize": NonEmptyString;
|
|
33
|
+
"Zoom": NonEmptyString;
|
|
34
|
+
"Main Window": NonEmptyString;
|
|
35
|
+
"Bring All to Front": NonEmptyString;
|
|
36
|
+
"Settings": NonEmptyString;
|
|
37
|
+
"Main Language": NonEmptyString;
|
|
38
|
+
"System Language": NonEmptyString;
|
|
39
|
+
"Fallback Language": NonEmptyString;
|
|
40
|
+
"No fallback language": NonEmptyString;
|
|
41
|
+
"Appearance": NonEmptyString;
|
|
42
|
+
"Auto": NonEmptyString;
|
|
43
|
+
"Light": NonEmptyString;
|
|
44
|
+
"Dark": NonEmptyString;
|
|
45
|
+
"Edit characters after creation": NonEmptyString;
|
|
46
|
+
"Show animations": NonEmptyString;
|
|
47
|
+
"Check for updates": NonEmptyString;
|
|
48
|
+
"Updater": NonEmptyString;
|
|
49
|
+
"Checking for updates …": NonEmptyString;
|
|
50
|
+
"New version available": NonEmptyString;
|
|
11
51
|
/**
|
|
12
|
-
* - `0`:
|
|
52
|
+
* - `0`: Version number
|
|
13
53
|
*/
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
54
|
+
"Version {0} is available! Do you wish to download and install?": NonEmptyString;
|
|
55
|
+
"Download": NonEmptyString;
|
|
56
|
+
"Download Later": NonEmptyString;
|
|
57
|
+
"Downloading update …": NonEmptyString;
|
|
58
|
+
"Update downloaded": NonEmptyString;
|
|
59
|
+
"Quit and Install": NonEmptyString;
|
|
60
|
+
"Install Later": NonEmptyString;
|
|
61
|
+
"No update available": NonEmptyString;
|
|
62
|
+
"You're running the latest version available.": NonEmptyString;
|
|
19
63
|
"initialization.loadtableserror": NonEmptyString;
|
|
20
64
|
"Characters": NonEmptyString;
|
|
21
65
|
"Groups": NonEmptyString;
|
|
@@ -52,93 +96,93 @@ export type UI = {
|
|
|
52
96
|
/**
|
|
53
97
|
* - `0`: AP left
|
|
54
98
|
*/
|
|
55
|
-
"
|
|
56
|
-
"
|
|
99
|
+
"{0} AP Remaining": NonEmptyString;
|
|
100
|
+
"Save": NonEmptyString;
|
|
57
101
|
"Show Settings": NonEmptyString;
|
|
58
102
|
"Toggle DevTools": NonEmptyString;
|
|
59
|
-
"
|
|
103
|
+
"Adventure Points": NonEmptyString;
|
|
60
104
|
/**
|
|
61
105
|
* - `0`: AP Total
|
|
62
106
|
*/
|
|
63
|
-
"
|
|
107
|
+
"{0} Total AP": NonEmptyString;
|
|
64
108
|
/**
|
|
65
109
|
* - `0`: AP Spent
|
|
66
110
|
*/
|
|
67
|
-
"
|
|
111
|
+
"{0} AP Spent": NonEmptyString;
|
|
68
112
|
/**
|
|
69
113
|
* - `0`: Current AP spent on advantages
|
|
70
114
|
* - `1`: Maximum possible AP spent on advantages
|
|
71
115
|
*/
|
|
72
|
-
"
|
|
116
|
+
"{0}/{1} AP spent on advantages": NonEmptyString;
|
|
73
117
|
/**
|
|
74
118
|
* - `0`: Current AP spent on magic advantages
|
|
75
119
|
* - `1`: Maximum possible AP spent on magic advantages
|
|
76
120
|
*/
|
|
77
|
-
"
|
|
121
|
+
"Thereof {0}/{1} on magic advantages": NonEmptyString;
|
|
78
122
|
/**
|
|
79
123
|
* - `0`: Current AP spent on blessed advantages
|
|
80
124
|
* - `1`: Maximum possible AP spent on blessed advantages
|
|
81
125
|
*/
|
|
82
|
-
"
|
|
126
|
+
"Thereof {0}/{1} on blessed advantages": NonEmptyString;
|
|
83
127
|
/**
|
|
84
128
|
* - `0`: Current AP spent on disadvantages
|
|
85
129
|
* - `1`: Maximum possible AP spent on disadvantages
|
|
86
130
|
*/
|
|
87
|
-
"
|
|
131
|
+
"{0}/{1} AP received from disadvantages": NonEmptyString;
|
|
88
132
|
/**
|
|
89
133
|
* - `0`: Current AP spent on magic disadvantages
|
|
90
134
|
* - `1`: Maximum possible AP spent on magic disadvantages
|
|
91
135
|
*/
|
|
92
|
-
"
|
|
136
|
+
"Thereof {0}/{1} from magic disadvantages": NonEmptyString;
|
|
93
137
|
/**
|
|
94
138
|
* - `0`: Current AP spent on blessed disadvantages
|
|
95
139
|
* - `1`: Maximum possible AP spent on blessed disadvantages
|
|
96
140
|
*/
|
|
97
|
-
"
|
|
141
|
+
"Thereof {0}/{1} from blessed disadvantages": NonEmptyString;
|
|
98
142
|
/**
|
|
99
143
|
* - `0`: AP spent on race
|
|
100
144
|
*/
|
|
101
|
-
"
|
|
145
|
+
"{0} AP spent on race": NonEmptyString;
|
|
102
146
|
/**
|
|
103
147
|
* - `0`: AP spent on profession
|
|
104
148
|
*/
|
|
105
|
-
"
|
|
149
|
+
"{0} AP spent on profession": NonEmptyString;
|
|
106
150
|
/**
|
|
107
151
|
* - `0`: AP spent on attributes
|
|
108
152
|
*/
|
|
109
|
-
"
|
|
153
|
+
"{0} AP spent on attributes": NonEmptyString;
|
|
110
154
|
/**
|
|
111
155
|
* - `0`: AP spent on skills
|
|
112
156
|
*/
|
|
113
|
-
"
|
|
157
|
+
"{0} AP spent on skills": NonEmptyString;
|
|
114
158
|
/**
|
|
115
159
|
* - `0`: AP spent on combat techniques
|
|
116
160
|
*/
|
|
117
|
-
"
|
|
161
|
+
"{0} AP spent on combat techniques": NonEmptyString;
|
|
118
162
|
/**
|
|
119
163
|
* - `0`: AP spent on spells
|
|
120
164
|
*/
|
|
121
|
-
"
|
|
165
|
+
"{0} AP spent on spells": NonEmptyString;
|
|
122
166
|
/**
|
|
123
167
|
* - `0`: AP spent on cantrips
|
|
124
168
|
*/
|
|
125
|
-
"
|
|
169
|
+
"{0} AP spent on cantrips": NonEmptyString;
|
|
126
170
|
/**
|
|
127
171
|
* - `0`: AP spent on liturgical chants
|
|
128
172
|
*/
|
|
129
|
-
"
|
|
173
|
+
"{0} AP spent on liturgical chants": NonEmptyString;
|
|
130
174
|
/**
|
|
131
175
|
* - `0`: AP spent on blessings
|
|
132
176
|
*/
|
|
133
|
-
"
|
|
177
|
+
"{0} AP spent on blessings": NonEmptyString;
|
|
134
178
|
/**
|
|
135
179
|
* - `0`: AP spent on special abilities
|
|
136
180
|
*/
|
|
137
|
-
"
|
|
181
|
+
"{0} AP spent on special abilities": NonEmptyString;
|
|
138
182
|
/**
|
|
139
183
|
* - `0`: AP spent on energies (LP/AE/KP)
|
|
140
184
|
*/
|
|
141
|
-
"
|
|
185
|
+
"{0} AP spent on improving/buying back LP/AE/KP": NonEmptyString;
|
|
142
186
|
"header.dialogs.herosaved": NonEmptyString;
|
|
143
187
|
"header.dialogs.allsaved": NonEmptyString;
|
|
144
188
|
"header.dialogs.everythingelsesaved": NonEmptyString;
|
|
@@ -158,7 +202,7 @@ export type UI = {
|
|
|
158
202
|
* - `0`: Length in cm
|
|
159
203
|
*/
|
|
160
204
|
"general.lengthvalue": NonEmptyString;
|
|
161
|
-
"
|
|
205
|
+
"D": NonEmptyString;
|
|
162
206
|
"general.none": NonEmptyString;
|
|
163
207
|
"general.or": NonEmptyString;
|
|
164
208
|
"general.and": NonEmptyString;
|
|
@@ -166,40 +210,41 @@ export type UI = {
|
|
|
166
210
|
"general.errorcode": NonEmptyString;
|
|
167
211
|
"general.emptylistplaceholder": NonEmptyString;
|
|
168
212
|
"general.emptylistnoresultsplaceholder": NonEmptyString;
|
|
213
|
+
"No Results": NonEmptyString;
|
|
169
214
|
/**
|
|
170
215
|
* - `0`: AP value
|
|
171
216
|
*/
|
|
172
|
-
"
|
|
217
|
+
"{0} Adventure Points": PluralizationCategories;
|
|
173
218
|
/**
|
|
174
219
|
* - `0`: AP value
|
|
175
220
|
*/
|
|
176
|
-
"
|
|
221
|
+
"{0} AP": NonEmptyString;
|
|
177
222
|
/**
|
|
178
223
|
* - `0`: Name of element
|
|
179
224
|
* - `1`: AP value
|
|
180
225
|
*/
|
|
181
226
|
"general.withapvalue": NonEmptyString;
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
227
|
+
"Search": NonEmptyString;
|
|
228
|
+
"Sort By": NonEmptyString;
|
|
229
|
+
"Name": NonEmptyString;
|
|
230
|
+
"Date Modified": NonEmptyString;
|
|
231
|
+
"Group": NonEmptyString;
|
|
232
|
+
"Property": NonEmptyString;
|
|
188
233
|
"general.filters.sort.bylocation": NonEmptyString;
|
|
189
234
|
"general.filters.sort.bycost": NonEmptyString;
|
|
190
235
|
"general.filters.sort.byweight": NonEmptyString;
|
|
191
236
|
"general.filters.showactivatedentries": NonEmptyString;
|
|
192
237
|
"general.dialogs.savebtn": NonEmptyString;
|
|
193
|
-
"
|
|
238
|
+
"Done": NonEmptyString;
|
|
194
239
|
"general.dialogs.deletebtn": NonEmptyString;
|
|
195
240
|
"general.dialogs.yesbtn": NonEmptyString;
|
|
196
241
|
"general.dialogs.nobtn": NonEmptyString;
|
|
197
242
|
"general.dialogs.okbtn": NonEmptyString;
|
|
198
|
-
"
|
|
243
|
+
"Cancel": NonEmptyString;
|
|
199
244
|
"general.dialogs.copybtn": NonEmptyString;
|
|
200
245
|
"general.dialogs.createbtn": NonEmptyString;
|
|
201
246
|
"general.dialogs.applybtn": NonEmptyString;
|
|
202
|
-
"
|
|
247
|
+
"Add": NonEmptyString;
|
|
203
248
|
"general.dialogs.notenoughap.title": NonEmptyString;
|
|
204
249
|
/**
|
|
205
250
|
* - `0`: Missing AP
|
|
@@ -221,40 +266,15 @@ export type UI = {
|
|
|
221
266
|
"general.dialogs.reachedaplimit.disadvantages": NonEmptyString;
|
|
222
267
|
"general.dialogs.reachedaplimit.magicaldisadvantages": NonEmptyString;
|
|
223
268
|
"general.dialogs.reachedaplimit.blesseddisadvantages": NonEmptyString;
|
|
224
|
-
"settings.title": NonEmptyString;
|
|
225
|
-
"settings.language": NonEmptyString;
|
|
226
|
-
"settings.fallbacklanguage": NonEmptyString;
|
|
227
|
-
"settings.systemlanguage": NonEmptyString;
|
|
228
|
-
"settings.languagehint": NonEmptyString;
|
|
229
|
-
"settings.theme": NonEmptyString;
|
|
230
|
-
"settings.theme.dark": NonEmptyString;
|
|
231
|
-
"settings.theme.light": NonEmptyString;
|
|
232
|
-
"settings.showanimations": NonEmptyString;
|
|
233
|
-
"settings.enableeditingheroaftercreationphase": NonEmptyString;
|
|
234
|
-
"settings.checkforupdatesbtn": NonEmptyString;
|
|
235
|
-
"settings.newversionavailable.title": NonEmptyString;
|
|
236
|
-
/**
|
|
237
|
-
* - `0`: Version number
|
|
238
|
-
*/
|
|
239
|
-
"settings.newversionavailable.message": NonEmptyString;
|
|
240
|
-
/**
|
|
241
|
-
* - `0`: Version number
|
|
242
|
-
* - `1`: Size of update package
|
|
243
|
-
*/
|
|
244
|
-
"settings.newversionavailable.messagewithsize": NonEmptyString;
|
|
245
|
-
"settings.newversionavailable.updatebtn": NonEmptyString;
|
|
246
|
-
"settings.nonewversionavailable.title": NonEmptyString;
|
|
247
|
-
"settings.nonewversionavailable.message": NonEmptyString;
|
|
248
|
-
"settings.downloadingupdate.title": NonEmptyString;
|
|
249
269
|
"heroes.filters.origin.allheroes": NonEmptyString;
|
|
250
270
|
"heroes.filters.origin.ownheroes": NonEmptyString;
|
|
251
271
|
"heroes.filters.origin.sharedheroes": NonEmptyString;
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
272
|
+
"Import": NonEmptyString;
|
|
273
|
+
"New Character": NonEmptyString;
|
|
274
|
+
"Duplicate Character": NonEmptyString;
|
|
275
|
+
"Export Character as OPTLC file": NonEmptyString;
|
|
276
|
+
"Delete Character": NonEmptyString;
|
|
277
|
+
"Open Character": NonEmptyString;
|
|
258
278
|
"heroes.saveherobtn": NonEmptyString;
|
|
259
279
|
"heroes.unsavedhero.name": NonEmptyString;
|
|
260
280
|
"heroes.list.adventurepoints": NonEmptyString;
|
|
@@ -300,34 +320,40 @@ export type UI = {
|
|
|
300
320
|
"wiki.filters.itemtemplates": NonEmptyString;
|
|
301
321
|
"wiki.filters.itemtemplates.all": NonEmptyString;
|
|
302
322
|
"imprint.title": NonEmptyString;
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
323
|
+
"Edit Name": NonEmptyString;
|
|
324
|
+
"Change Name": NonEmptyString;
|
|
325
|
+
"Edit Profession Name": NonEmptyString;
|
|
326
|
+
"Change Profession Name": NonEmptyString;
|
|
327
|
+
"Add AP": NonEmptyString;
|
|
328
|
+
"Add Adventure Points": NonEmptyString;
|
|
329
|
+
"How many Adventure Points do you want to add?": NonEmptyString;
|
|
330
|
+
"Finish Character Creation": NonEmptyString;
|
|
331
|
+
"Select New Avatar": NonEmptyString;
|
|
332
|
+
"Delete Avatar": NonEmptyString;
|
|
308
333
|
"profile.dialogs.changeheroavatar.title": NonEmptyString;
|
|
309
334
|
"profile.dialogs.changeheroavatar.selectfilebtn": NonEmptyString;
|
|
310
335
|
"profile.dialogs.changeheroavatar.imagefiletype": NonEmptyString;
|
|
311
336
|
"profile.dialogs.changeheroavatar.invalidfilewarning": NonEmptyString;
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
337
|
+
"Male": NonEmptyString;
|
|
338
|
+
"Female": NonEmptyString;
|
|
339
|
+
"Bal’Thani": NonEmptyString;
|
|
340
|
+
"Tsajana": NonEmptyString;
|
|
341
|
+
"Family": NonEmptyString;
|
|
342
|
+
"Place of Birth": NonEmptyString;
|
|
343
|
+
"Date of Birth": NonEmptyString;
|
|
344
|
+
"Age": NonEmptyString;
|
|
345
|
+
"Hair Color": NonEmptyString;
|
|
346
|
+
"Eye Color": NonEmptyString;
|
|
347
|
+
"Size": NonEmptyString;
|
|
348
|
+
"Weight": NonEmptyString;
|
|
349
|
+
"Title": NonEmptyString;
|
|
350
|
+
"Social Status": NonEmptyString;
|
|
351
|
+
"Characteristics": NonEmptyString;
|
|
352
|
+
"Other Information": NonEmptyString;
|
|
353
|
+
"Reroll Eye Color": NonEmptyString;
|
|
354
|
+
"Reroll Hair Color": NonEmptyString;
|
|
355
|
+
"Reroll Size": NonEmptyString;
|
|
356
|
+
"Reroll Weight": NonEmptyString;
|
|
331
357
|
"personaldata.cultureareaknowledge": NonEmptyString;
|
|
332
358
|
"sheets.printtopdfbtn": NonEmptyString;
|
|
333
359
|
"sheets.dialogs.pdfexportsavelocation.title": NonEmptyString;
|
|
@@ -554,10 +580,10 @@ export type UI = {
|
|
|
554
580
|
"pacts.minorpact": NonEmptyString;
|
|
555
581
|
"pacts.pactisincompletehint": NonEmptyString;
|
|
556
582
|
"pacts.name": NonEmptyString;
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"
|
|
583
|
+
"Rule Sources": NonEmptyString;
|
|
584
|
+
"Use all publications": NonEmptyString;
|
|
585
|
+
"Focus Rules": NonEmptyString;
|
|
586
|
+
"Optional Rules": NonEmptyString;
|
|
561
587
|
"rules.manualherodatarepair": NonEmptyString;
|
|
562
588
|
"rules.manualherodatarepairexplanation": NonEmptyString;
|
|
563
589
|
"inlinewiki.complementarysources": NonEmptyString;
|
|
@@ -722,23 +748,26 @@ export type UI = {
|
|
|
722
748
|
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": NonEmptyString;
|
|
723
749
|
"rcpselectoptions.unfamiliarspell.placeholder": NonEmptyString;
|
|
724
750
|
"rcpselectoptions.unfamiliarspell": NonEmptyString;
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
"
|
|
730
|
-
"
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
"
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"
|
|
741
|
-
"
|
|
751
|
+
"Total Points": NonEmptyString;
|
|
752
|
+
"Increment": NonEmptyString;
|
|
753
|
+
"Decrement": NonEmptyString;
|
|
754
|
+
"Activate": NonEmptyString;
|
|
755
|
+
"Attribute Adjustment Selection": NonEmptyString;
|
|
756
|
+
"Modifier": NonEmptyString;
|
|
757
|
+
"Bought": NonEmptyString;
|
|
758
|
+
"Lost Total": NonEmptyString;
|
|
759
|
+
"Bought Back": NonEmptyString;
|
|
760
|
+
"Buy Back Permanently Lost Point": NonEmptyString;
|
|
761
|
+
"Permanently Lost Life Points": NonEmptyString;
|
|
762
|
+
"pLP": NonEmptyString;
|
|
763
|
+
"Permanently Lost Arcane Energy": NonEmptyString;
|
|
764
|
+
"pAE": NonEmptyString;
|
|
765
|
+
"Permanently Lost Karma Points": NonEmptyString;
|
|
766
|
+
"pKP": NonEmptyString;
|
|
767
|
+
"Loose Permanent Points": NonEmptyString;
|
|
768
|
+
"How many points do you want to remove?": NonEmptyString;
|
|
769
|
+
"Remove": NonEmptyString;
|
|
770
|
+
"Permanently Spent": NonEmptyString;
|
|
742
771
|
"advantages.filters.commonadvantages": NonEmptyString;
|
|
743
772
|
"disadvantages.filters.commondisadvantages": NonEmptyString;
|
|
744
773
|
"advantagesdisadvantages.addbtn": NonEmptyString;
|
|
@@ -838,20 +867,8 @@ export type UI = {
|
|
|
838
867
|
"skills.header.check": NonEmptyString;
|
|
839
868
|
"skills.header.improvementcost": NonEmptyString;
|
|
840
869
|
"skills.header.improvementcost.tooltip": NonEmptyString;
|
|
841
|
-
"inlinewiki.check": NonEmptyString;
|
|
842
870
|
"inlinewiki.newapplications": NonEmptyString;
|
|
843
|
-
"inlinewiki.applications": NonEmptyString;
|
|
844
871
|
"inlinewiki.uses": NonEmptyString;
|
|
845
|
-
"inlinewiki.encumbrance": NonEmptyString;
|
|
846
|
-
"inlinewiki.encumbrance.yes": NonEmptyString;
|
|
847
|
-
"inlinewiki.encumbrance.no": NonEmptyString;
|
|
848
|
-
"inlinewiki.encumbrance.maybe": NonEmptyString;
|
|
849
|
-
"inlinewiki.tools": NonEmptyString;
|
|
850
|
-
"inlinewiki.quality": NonEmptyString;
|
|
851
|
-
"inlinewiki.failedcheck": NonEmptyString;
|
|
852
|
-
"inlinewiki.criticalsuccess": NonEmptyString;
|
|
853
|
-
"inlinewiki.botch": NonEmptyString;
|
|
854
|
-
"inlinewiki.improvementcost": NonEmptyString;
|
|
855
872
|
"showfrequency.stronglyrecommended": NonEmptyString;
|
|
856
873
|
"showfrequency.common": NonEmptyString;
|
|
857
874
|
"showfrequency.uncommon": NonEmptyString;
|
|
@@ -868,8 +885,21 @@ export type UI = {
|
|
|
868
885
|
"combattechniques.header.attack.tooltip": NonEmptyString;
|
|
869
886
|
"combattechniques.header.parry": NonEmptyString;
|
|
870
887
|
"combattechniques.header.parry.tooltip": NonEmptyString;
|
|
888
|
+
"Close Combat": NonEmptyString;
|
|
889
|
+
"Ranged Combat": NonEmptyString;
|
|
871
890
|
"inlinewiki.special": NonEmptyString;
|
|
872
891
|
"inlinewiki.primaryattribute": NonEmptyString;
|
|
892
|
+
"Cantrips": NonEmptyString;
|
|
893
|
+
"Rituals": NonEmptyString;
|
|
894
|
+
"Curses": NonEmptyString;
|
|
895
|
+
"Elven Magical Songs": NonEmptyString;
|
|
896
|
+
"Domination Rituals": NonEmptyString;
|
|
897
|
+
"Magical Dances": NonEmptyString;
|
|
898
|
+
"Magical Melodies": NonEmptyString;
|
|
899
|
+
"Jester Tricks": NonEmptyString;
|
|
900
|
+
"Animist Powers": NonEmptyString;
|
|
901
|
+
"Geode Rituals": NonEmptyString;
|
|
902
|
+
"Zibilja Rituals": NonEmptyString;
|
|
873
903
|
"spells.addbtn": NonEmptyString;
|
|
874
904
|
"spells.header.name": NonEmptyString;
|
|
875
905
|
"spells.header.property": NonEmptyString;
|
|
@@ -915,6 +945,8 @@ export type UI = {
|
|
|
915
945
|
"inlinewiki.spiritortoughness": NonEmptyString;
|
|
916
946
|
"inlinewiki.spiritortoughness.short": NonEmptyString;
|
|
917
947
|
"inlinewiki.note": NonEmptyString;
|
|
948
|
+
"Blessings": NonEmptyString;
|
|
949
|
+
"Ceremonies": NonEmptyString;
|
|
918
950
|
"liturgicalchants.addbtn": NonEmptyString;
|
|
919
951
|
"liturgicalchants.header.name": NonEmptyString;
|
|
920
952
|
"liturgicalchants.header.traditions": NonEmptyString;
|
|
@@ -1060,5 +1092,28 @@ export type UI = {
|
|
|
1060
1092
|
"pets.dialogs.addedit.notes": NonEmptyString;
|
|
1061
1093
|
"pets.dialogs.addedit.addbtn": NonEmptyString;
|
|
1062
1094
|
"pets.dialogs.addedit.savebtn": NonEmptyString;
|
|
1095
|
+
"Show details": NonEmptyString;
|
|
1096
|
+
"Maximum Attribute Value": NonEmptyString;
|
|
1097
|
+
"Maximum Skill Value": NonEmptyString;
|
|
1098
|
+
"Maximum Combat Technique": NonEmptyString;
|
|
1099
|
+
"Maximum Attribute Total": NonEmptyString;
|
|
1100
|
+
"Number of Spells/Liturgical Chants": NonEmptyString;
|
|
1101
|
+
"Number from other Traditions": NonEmptyString;
|
|
1102
|
+
"Check": NonEmptyString;
|
|
1103
|
+
"Applications": NonEmptyString;
|
|
1104
|
+
"Encumbrance": NonEmptyString;
|
|
1105
|
+
"Yes": NonEmptyString;
|
|
1106
|
+
"No": NonEmptyString;
|
|
1107
|
+
"Maybe": NonEmptyString;
|
|
1108
|
+
"Tools": NonEmptyString;
|
|
1109
|
+
"Quality": NonEmptyString;
|
|
1110
|
+
"Failed Check": NonEmptyString;
|
|
1111
|
+
"Critical Success": NonEmptyString;
|
|
1112
|
+
"Botch": NonEmptyString;
|
|
1113
|
+
"Improvement Cost": NonEmptyString;
|
|
1114
|
+
"Front Cover Inside": NonEmptyString;
|
|
1115
|
+
"Back Cover Inside": NonEmptyString;
|
|
1116
|
+
"since the {0}. printing": PluralizationCategories;
|
|
1117
|
+
"removed in {0}. printing": PluralizationCategories;
|
|
1063
1118
|
};
|
|
1064
1119
|
export declare const config: TypeConfig<UI, string>;
|
|
@@ -255,19 +255,12 @@ export type Effect = NonEmptyMarkdown;
|
|
|
255
255
|
/**
|
|
256
256
|
* The definition of how the combat special ability can be used in combat.
|
|
257
257
|
*/
|
|
258
|
-
export
|
|
259
|
-
Passive = "Passive",
|
|
260
|
-
BasicManeuver = "BasicManeuver",
|
|
261
|
-
SpecialManeuver = "SpecialManeuver"
|
|
262
|
-
}
|
|
258
|
+
export type CombatSpecialAbilityUsageType = "Passive" | "BasicManeuver" | "SpecialManeuver";
|
|
263
259
|
/**
|
|
264
260
|
* The definition of if the combat special ability can be used when armed or
|
|
265
261
|
* when unarmed.
|
|
266
262
|
*/
|
|
267
|
-
export
|
|
268
|
-
Armed = "Armed",
|
|
269
|
-
Unarmed = "Unarmed"
|
|
270
|
-
}
|
|
263
|
+
export type CombatSpecialAbilityType = "Armed" | "Unarmed";
|
|
271
264
|
/**
|
|
272
265
|
* Registers new skill applications, which get enabled once this entry is
|
|
273
266
|
* activated. It specifies an entry-unique identifier and the skill it belongs
|
|
@@ -532,9 +525,7 @@ export type PenaltyByAttackOrderItem = {
|
|
|
532
525
|
* Set if a predefined different word should be used instead of the word
|
|
533
526
|
* `attack` for display purposes.
|
|
534
527
|
*/
|
|
535
|
-
export
|
|
536
|
-
Throw = "Throw"
|
|
537
|
-
}
|
|
528
|
+
export type PenaltyByAttackReplacement = "Throw";
|
|
538
529
|
export type EnchantmentCost = {
|
|
539
530
|
tag: "ArcaneEnergyCost";
|
|
540
531
|
arcane_energy_cost: ArcaneEnergyCost;
|
|
@@ -600,10 +591,7 @@ export type FixedArcaneEnergyCost = {
|
|
|
600
591
|
* in a compressed way (e.g. `1 AE per level`) or in a verbose way (e.g. `1
|
|
601
592
|
* AE for level I; 2 AE for level II`).
|
|
602
593
|
*/
|
|
603
|
-
export
|
|
604
|
-
Compressed = "Compressed",
|
|
605
|
-
Verbose = "Verbose"
|
|
606
|
-
}
|
|
594
|
+
export type FixedArcaneEnergyCostPerLevel = "Compressed" | "Verbose";
|
|
607
595
|
/**
|
|
608
596
|
* @minProperties 1
|
|
609
597
|
*/
|
|
@@ -692,9 +680,7 @@ export type IndefiniteArcaneEnergyCostModifier = {
|
|
|
692
680
|
*/
|
|
693
681
|
value: number;
|
|
694
682
|
};
|
|
695
|
-
export
|
|
696
|
-
Add = "Add"
|
|
697
|
-
}
|
|
683
|
+
export type IndefiniteArcaneEnergyCostModifierArithmetic = "Add";
|
|
698
684
|
export type IndefiniteArcaneEnergyCostTranslation = {
|
|
699
685
|
/**
|
|
700
686
|
* A description of where the cost come from.
|
|
@@ -2,43 +2,4 @@
|
|
|
2
2
|
* General type specifications used by multiple activatable entries.
|
|
3
3
|
* @title Activatable
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
* The definition of how the combat special ability can be used in combat.
|
|
7
|
-
*/
|
|
8
|
-
export var CombatSpecialAbilityUsageType;
|
|
9
|
-
(function (CombatSpecialAbilityUsageType) {
|
|
10
|
-
CombatSpecialAbilityUsageType["Passive"] = "Passive";
|
|
11
|
-
CombatSpecialAbilityUsageType["BasicManeuver"] = "BasicManeuver";
|
|
12
|
-
CombatSpecialAbilityUsageType["SpecialManeuver"] = "SpecialManeuver";
|
|
13
|
-
})(CombatSpecialAbilityUsageType = CombatSpecialAbilityUsageType || (CombatSpecialAbilityUsageType = {}));
|
|
14
|
-
/**
|
|
15
|
-
* The definition of if the combat special ability can be used when armed or
|
|
16
|
-
* when unarmed.
|
|
17
|
-
*/
|
|
18
|
-
export var CombatSpecialAbilityType;
|
|
19
|
-
(function (CombatSpecialAbilityType) {
|
|
20
|
-
CombatSpecialAbilityType["Armed"] = "Armed";
|
|
21
|
-
CombatSpecialAbilityType["Unarmed"] = "Unarmed";
|
|
22
|
-
})(CombatSpecialAbilityType = CombatSpecialAbilityType || (CombatSpecialAbilityType = {}));
|
|
23
|
-
/**
|
|
24
|
-
* Set if a predefined different word should be used instead of the word
|
|
25
|
-
* `attack` for display purposes.
|
|
26
|
-
*/
|
|
27
|
-
export var PenaltyByAttackReplacement;
|
|
28
|
-
(function (PenaltyByAttackReplacement) {
|
|
29
|
-
PenaltyByAttackReplacement["Throw"] = "Throw";
|
|
30
|
-
})(PenaltyByAttackReplacement = PenaltyByAttackReplacement || (PenaltyByAttackReplacement = {}));
|
|
31
|
-
/**
|
|
32
|
-
* The AE cost are per level of the enchantment. It may either be displayed
|
|
33
|
-
* in a compressed way (e.g. `1 AE per level`) or in a verbose way (e.g. `1
|
|
34
|
-
* AE for level I; 2 AE for level II`).
|
|
35
|
-
*/
|
|
36
|
-
export var FixedArcaneEnergyCostPerLevel;
|
|
37
|
-
(function (FixedArcaneEnergyCostPerLevel) {
|
|
38
|
-
FixedArcaneEnergyCostPerLevel["Compressed"] = "Compressed";
|
|
39
|
-
FixedArcaneEnergyCostPerLevel["Verbose"] = "Verbose";
|
|
40
|
-
})(FixedArcaneEnergyCostPerLevel = FixedArcaneEnergyCostPerLevel || (FixedArcaneEnergyCostPerLevel = {}));
|
|
41
|
-
export var IndefiniteArcaneEnergyCostModifierArithmetic;
|
|
42
|
-
(function (IndefiniteArcaneEnergyCostModifierArithmetic) {
|
|
43
|
-
IndefiniteArcaneEnergyCostModifierArithmetic["Add"] = "Add";
|
|
44
|
-
})(IndefiniteArcaneEnergyCostModifierArithmetic = IndefiniteArcaneEnergyCostModifierArithmetic || (IndefiniteArcaneEnergyCostModifierArithmetic = {}));
|
|
5
|
+
export {};
|
|
@@ -274,10 +274,7 @@ export type SpecificFromSkillSelectOptionCategoryCategory<Ref> = {
|
|
|
274
274
|
/**
|
|
275
275
|
* Only include (`Intersection`) or exclude (`Difference`) specific entries.
|
|
276
276
|
*/
|
|
277
|
-
export
|
|
278
|
-
Intersection = "Intersection",
|
|
279
|
-
Difference = "Difference"
|
|
280
|
-
}
|
|
277
|
+
export type SpecificFromSkillSelectOptionCategoryCategoryOperation = "Intersection" | "Difference";
|
|
281
278
|
export type SkillSelectOptionCategoryPrerequisite = {
|
|
282
279
|
tag: "Self";
|
|
283
280
|
self: SelfPrerequisite;
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* Only include (`Intersection`) or exclude (`Difference`) specific entries.
|
|
3
|
-
*/
|
|
4
|
-
export var SpecificFromSkillSelectOptionCategoryCategoryOperation;
|
|
5
|
-
(function (SpecificFromSkillSelectOptionCategoryCategoryOperation) {
|
|
6
|
-
SpecificFromSkillSelectOptionCategoryCategoryOperation["Intersection"] = "Intersection";
|
|
7
|
-
SpecificFromSkillSelectOptionCategoryCategoryOperation["Difference"] = "Difference";
|
|
8
|
-
})(SpecificFromSkillSelectOptionCategoryCategoryOperation = SpecificFromSkillSelectOptionCategoryCategoryOperation || (SpecificFromSkillSelectOptionCategoryCategoryOperation = {}));
|
|
1
|
+
export {};
|
|
@@ -52,10 +52,7 @@ export type CastingTimeDuringLovemaking = {
|
|
|
52
52
|
*/
|
|
53
53
|
unit: CastingTimeDuringLovemakingUnit;
|
|
54
54
|
};
|
|
55
|
-
export
|
|
56
|
-
SeductionActions = "SeductionActions",
|
|
57
|
-
Rounds = "Rounds"
|
|
58
|
-
}
|
|
55
|
+
export type CastingTimeDuringLovemakingUnit = "SeductionActions" | "Rounds";
|
|
59
56
|
export type FastSkillNonModifiableCastingTime = {
|
|
60
57
|
/**
|
|
61
58
|
* The casting time value in actions.
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (CastingTimeDuringLovemakingUnit) {
|
|
3
|
-
CastingTimeDuringLovemakingUnit["SeductionActions"] = "SeductionActions";
|
|
4
|
-
CastingTimeDuringLovemakingUnit["Rounds"] = "Rounds";
|
|
5
|
-
})(CastingTimeDuringLovemakingUnit = CastingTimeDuringLovemakingUnit || (CastingTimeDuringLovemakingUnit = {}));
|
|
1
|
+
export {};
|