optolith-database-schema 0.22.0 → 0.23.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 +31 -0
- package/gen/types.d.ts +1295 -1182
- package/lib/types/Locale.d.ts +97 -133
- package/lib/types/Locale.js +147 -134
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
- package/lib/types/equipment/item/Armor.d.ts +44 -0
- package/lib/types/equipment/item/Armor.js +9 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +45 -9
- package/lib/types/equipment/item/CeremonialItem.d.ts +45 -9
- package/lib/types/equipment/item/Clothes.d.ts +45 -9
- package/lib/types/equipment/item/Container.d.ts +45 -9
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +77 -20
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +5 -6
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +45 -9
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +45 -9
- package/lib/types/equipment/item/Jewelry.d.ts +1 -1
- package/lib/types/equipment/item/Laboratory.d.ts +1 -1
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +45 -9
- package/lib/types/equipment/item/LuxuryGood.d.ts +45 -9
- package/lib/types/equipment/item/MagicalArtifact.d.ts +61 -21
- package/lib/types/equipment/item/MagicalArtifact.js +33 -3
- package/lib/types/equipment/item/MusicalInstrument.d.ts +48 -9
- package/lib/types/equipment/item/MusicalInstrument.js +5 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +45 -9
- package/lib/types/equipment/item/Poison.d.ts +41 -5
- package/lib/types/equipment/item/Poison.js +33 -1
- package/lib/types/equipment/item/RopeOrChain.d.ts +45 -9
- package/lib/types/equipment/item/Stationery.d.ts +45 -9
- package/lib/types/equipment/item/ThievesTool.d.ts +45 -9
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +45 -9
- package/lib/types/equipment/item/Vehicle.d.ts +1 -1
- package/lib/types/equipment/item/Weapon.d.ts +105 -78
- package/lib/types/equipment/item/Weapon.js +8 -46
- package/lib/types/equipment/item/WeaponAccessory.d.ts +45 -9
- package/lib/types/equipment/item/_Item.d.ts +148 -29
- package/lib/types/equipment/item/_Item.js +94 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +52 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -1
- package/lib/types/specialAbility/MagicalSign.d.ts +75 -40
- package/lib/types/specialAbility/MagicalSign.js +23 -2
- package/package.json +2 -2
package/lib/types/Locale.d.ts
CHANGED
|
@@ -4,14 +4,14 @@ export declare const Locale: Entity<"Locale", {
|
|
|
4
4
|
region: MemberDecl<String, true>;
|
|
5
5
|
is_missing_implementation: MemberDecl<Boolean, true>;
|
|
6
6
|
translations: MemberDecl<TranslationObject<{
|
|
7
|
-
"About {
|
|
7
|
+
"About {$app}": null;
|
|
8
8
|
"Preferences \u2026": null;
|
|
9
9
|
Services: null;
|
|
10
|
-
"Hide {
|
|
10
|
+
"Hide {$app}": null;
|
|
11
11
|
"Hide Others": null;
|
|
12
12
|
"Show All": null;
|
|
13
|
-
"Quit {
|
|
14
|
-
File: null;
|
|
13
|
+
"Quit {$app}": null;
|
|
14
|
+
".input {$os :string} {{File}}": null;
|
|
15
15
|
Close: null;
|
|
16
16
|
Quit: null;
|
|
17
17
|
Edit: null;
|
|
@@ -47,7 +47,7 @@ export declare const Locale: Entity<"Locale", {
|
|
|
47
47
|
/**
|
|
48
48
|
* - `0`: Version number
|
|
49
49
|
*/
|
|
50
|
-
"Version {
|
|
50
|
+
"Version {$version} is available! Do you wish to download and install?": null;
|
|
51
51
|
Download: null;
|
|
52
52
|
"Download Later": null;
|
|
53
53
|
"Downloading update \u2026": null;
|
|
@@ -91,7 +91,7 @@ export declare const Locale: Entity<"Locale", {
|
|
|
91
91
|
/**
|
|
92
92
|
* - `0`: AP left
|
|
93
93
|
*/
|
|
94
|
-
"{
|
|
94
|
+
"{$value} AP Remaining": null;
|
|
95
95
|
Save: null;
|
|
96
96
|
"Show Settings": null;
|
|
97
97
|
"Toggle DevTools": null;
|
|
@@ -100,93 +100,93 @@ export declare const Locale: Entity<"Locale", {
|
|
|
100
100
|
/**
|
|
101
101
|
* - `0`: AP value
|
|
102
102
|
*/
|
|
103
|
-
"{
|
|
103
|
+
".input {$value :number} {{{$value} Adventure Points}}": null;
|
|
104
104
|
/**
|
|
105
105
|
* - `0`: AP value
|
|
106
106
|
*/
|
|
107
|
-
"{
|
|
107
|
+
"{$value} AP": null;
|
|
108
108
|
/**
|
|
109
109
|
* - `0`: AP Total
|
|
110
110
|
*/
|
|
111
|
-
"{
|
|
111
|
+
"{$value} Total AP": null;
|
|
112
112
|
/**
|
|
113
113
|
* - `0`: AP Spent
|
|
114
114
|
*/
|
|
115
|
-
"{
|
|
115
|
+
"{$value} AP Spent": null;
|
|
116
116
|
/**
|
|
117
117
|
* - `0`: Current AP spent on advantages
|
|
118
118
|
* - `1`: Maximum possible AP spent on advantages
|
|
119
119
|
*/
|
|
120
|
-
"{
|
|
120
|
+
"{$value}/{$max} AP spent on advantages": null;
|
|
121
121
|
/**
|
|
122
122
|
* - `0`: Current AP spent on magic advantages
|
|
123
123
|
* - `1`: Maximum possible AP spent on magic advantages
|
|
124
124
|
*/
|
|
125
|
-
"Thereof {
|
|
125
|
+
"Thereof {$value}/{$max} on magic advantages": null;
|
|
126
126
|
/**
|
|
127
127
|
* - `0`: Current AP spent on blessed advantages
|
|
128
128
|
* - `1`: Maximum possible AP spent on blessed advantages
|
|
129
129
|
*/
|
|
130
|
-
"Thereof {
|
|
130
|
+
"Thereof {$value}/{$max} on blessed advantages": null;
|
|
131
131
|
/**
|
|
132
132
|
* - `0`: Current AP spent on disadvantages
|
|
133
133
|
* - `1`: Maximum possible AP spent on disadvantages
|
|
134
134
|
*/
|
|
135
|
-
"{
|
|
135
|
+
"{$value}/{$max} AP received from disadvantages": null;
|
|
136
136
|
/**
|
|
137
137
|
* - `0`: Current AP spent on magic disadvantages
|
|
138
138
|
* - `1`: Maximum possible AP spent on magic disadvantages
|
|
139
139
|
*/
|
|
140
|
-
"Thereof {
|
|
140
|
+
"Thereof {$value}/{$max} from magic disadvantages": null;
|
|
141
141
|
/**
|
|
142
142
|
* - `0`: Current AP spent on blessed disadvantages
|
|
143
143
|
* - `1`: Maximum possible AP spent on blessed disadvantages
|
|
144
144
|
*/
|
|
145
|
-
"Thereof {
|
|
145
|
+
"Thereof {$value}/{$max} from blessed disadvantages": null;
|
|
146
146
|
/**
|
|
147
147
|
* - `0`: AP spent on race
|
|
148
148
|
*/
|
|
149
|
-
"{
|
|
149
|
+
"{$value} AP spent on race": null;
|
|
150
150
|
/**
|
|
151
151
|
* - `0`: AP spent on profession
|
|
152
152
|
*/
|
|
153
|
-
"{
|
|
153
|
+
"{$value} AP spent on profession": null;
|
|
154
154
|
/**
|
|
155
155
|
* - `0`: AP spent on attributes
|
|
156
156
|
*/
|
|
157
|
-
"{
|
|
157
|
+
"{$value} AP spent on attributes": null;
|
|
158
158
|
/**
|
|
159
159
|
* - `0`: AP spent on skills
|
|
160
160
|
*/
|
|
161
|
-
"{
|
|
161
|
+
"{$value} AP spent on skills": null;
|
|
162
162
|
/**
|
|
163
163
|
* - `0`: AP spent on combat techniques
|
|
164
164
|
*/
|
|
165
|
-
"{
|
|
165
|
+
"{$value} AP spent on combat techniques": null;
|
|
166
166
|
/**
|
|
167
167
|
* - `0`: AP spent on spells
|
|
168
168
|
*/
|
|
169
|
-
"{
|
|
169
|
+
"{$value} AP spent on spells": null;
|
|
170
170
|
/**
|
|
171
171
|
* - `0`: AP spent on cantrips
|
|
172
172
|
*/
|
|
173
|
-
"{
|
|
173
|
+
"{$value} AP spent on cantrips": null;
|
|
174
174
|
/**
|
|
175
175
|
* - `0`: AP spent on liturgical chants
|
|
176
176
|
*/
|
|
177
|
-
"{
|
|
177
|
+
"{$value} AP spent on liturgical chants": null;
|
|
178
178
|
/**
|
|
179
179
|
* - `0`: AP spent on blessings
|
|
180
180
|
*/
|
|
181
|
-
"{
|
|
181
|
+
"{$value} AP spent on blessings": null;
|
|
182
182
|
/**
|
|
183
183
|
* - `0`: AP spent on special abilities
|
|
184
184
|
*/
|
|
185
|
-
"{
|
|
185
|
+
"{$value} AP spent on special abilities": null;
|
|
186
186
|
/**
|
|
187
187
|
* - `0`: AP spent on energies (LP/AE/KP)
|
|
188
188
|
*/
|
|
189
|
-
"{
|
|
189
|
+
"{$value} AP spent on improving/buying back LP/AE/KP": null;
|
|
190
190
|
"header.dialogs.herosaved": null;
|
|
191
191
|
"header.dialogs.allsaved": null;
|
|
192
192
|
"header.dialogs.everythingelsesaved": null;
|
|
@@ -235,19 +235,19 @@ export declare const Locale: Entity<"Locale", {
|
|
|
235
235
|
Apply: null;
|
|
236
236
|
Add: null;
|
|
237
237
|
"Not enough AP": null;
|
|
238
|
-
"You are missing {
|
|
238
|
+
".input {$value :number} {{You are missing {$value} Adventure Points to do this.}}": null;
|
|
239
239
|
"Exceeding Adventure Points limit for advantages": null;
|
|
240
|
-
"You cannot spend more than {
|
|
240
|
+
"You cannot spend more than {$max} AP on advantages. You would exceed this limit by {$over} AP.": null;
|
|
241
241
|
"Exceeding Adventure Points limit for magical advantages": null;
|
|
242
|
-
"You cannot spend more than {
|
|
242
|
+
"You cannot spend more than {$max} AP on magical advantages. You would exceed this limit by {$over} AP.": null;
|
|
243
243
|
"Exceeding Adventure Points limit for blessed advantages": null;
|
|
244
|
-
"You cannot spend more than {
|
|
244
|
+
"You cannot spend more than {$max} AP on blessed advantages. You would exceed this limit by {$over} AP.": null;
|
|
245
245
|
"Exceeding Adventure Points limit for disadvantages": null;
|
|
246
|
-
"You cannot receive more than {
|
|
246
|
+
"You cannot receive more than {$max} AP from disadvantages. You would exceed this limit by {$over} AP.": null;
|
|
247
247
|
"Exceeding Adventure Points limit for magical disadvantages": null;
|
|
248
|
-
"You cannot receive more than {
|
|
248
|
+
"You cannot receive more than {$max} AP from magical disadvantages. You would exceed this limit by {$over} AP.": null;
|
|
249
249
|
"Exceeding Adventure Points limit for blessed disadvantages": null;
|
|
250
|
-
"You cannot receive more than {
|
|
250
|
+
"You cannot receive more than {$max} AP from blessed disadvantages. You would exceed this limit by {$over} AP.": null;
|
|
251
251
|
"heroes.filters.origin.allheroes": null;
|
|
252
252
|
"heroes.filters.origin.ownheroes": null;
|
|
253
253
|
"heroes.filters.origin.sharedheroes": null;
|
|
@@ -756,7 +756,7 @@ export declare const Locale: Entity<"Locale", {
|
|
|
756
756
|
/**
|
|
757
757
|
* - `0`: Entry name
|
|
758
758
|
*/
|
|
759
|
-
"AP Cost for {
|
|
759
|
+
"AP Cost for {$category}": null;
|
|
760
760
|
"Custom option": null;
|
|
761
761
|
"specialabilities.nativetonguelevel": null;
|
|
762
762
|
"Advanced Combat Special Abilities": null;
|
|
@@ -885,9 +885,9 @@ export declare const Locale: Entity<"Locale", {
|
|
|
885
885
|
"Check Modifier": null;
|
|
886
886
|
"spells.traditions.general": null;
|
|
887
887
|
"magicalactions.animistforces.tribes.general": null;
|
|
888
|
-
" (modified by {
|
|
889
|
-
" (\u2212
|
|
890
|
-
"{
|
|
888
|
+
" (modified by {$modifier})": null;
|
|
889
|
+
" (\u2212{$modifier})": null;
|
|
890
|
+
"{$first} or {$second}, depending on which value is higher": null;
|
|
891
891
|
"Invocation Difficulty": null;
|
|
892
892
|
ID: null;
|
|
893
893
|
"Creation Difficulty": null;
|
|
@@ -916,86 +916,86 @@ export declare const Locale: Entity<"Locale", {
|
|
|
916
916
|
" (you cannot use a modification on this ceremony\u2019s cost)": null;
|
|
917
917
|
" (you cannot use a modification on this ceremony\u2019s range)": null;
|
|
918
918
|
" (cannot modify)": null;
|
|
919
|
-
"{
|
|
919
|
+
"{$value} act": null;
|
|
920
920
|
act: null;
|
|
921
|
-
"{
|
|
921
|
+
".input {$value :number} {{{$value} actions}}": null;
|
|
922
922
|
actions: null;
|
|
923
|
-
"{
|
|
923
|
+
"{$value} s": null;
|
|
924
924
|
s: null;
|
|
925
|
-
"{
|
|
925
|
+
".input {$value :number} {{{$value} seconds}}": null;
|
|
926
926
|
seconds: null;
|
|
927
|
-
"{
|
|
927
|
+
"{$value} min": null;
|
|
928
928
|
min: null;
|
|
929
|
-
"{
|
|
929
|
+
".input {$value :number} {{{$value} minutes}}": null;
|
|
930
930
|
minutes: null;
|
|
931
|
-
"{
|
|
931
|
+
"{$value} h": null;
|
|
932
932
|
h: null;
|
|
933
|
-
"{
|
|
933
|
+
".input {$value :number} {{{$value} hours}}": null;
|
|
934
934
|
hours: null;
|
|
935
|
-
"{
|
|
935
|
+
"{$value} d": null;
|
|
936
936
|
d: null;
|
|
937
|
-
"{
|
|
937
|
+
".input {$value :number} {{{$value} days}}": null;
|
|
938
938
|
days: null;
|
|
939
|
-
"{
|
|
939
|
+
".input {$value :number} {{{$value} wks.}}": null;
|
|
940
940
|
"wks.": null;
|
|
941
|
-
"{
|
|
941
|
+
".input {$value :number} {{{$value} weeks}}": null;
|
|
942
942
|
weeks: null;
|
|
943
|
-
"{
|
|
943
|
+
".input {$value :number} {{{$value} mos.}}": null;
|
|
944
944
|
"mos.": null;
|
|
945
|
-
"{
|
|
945
|
+
".input {$value :number} {{{$value} months}}": null;
|
|
946
946
|
months: null;
|
|
947
|
-
"{
|
|
947
|
+
".input {$value :number} {{{$value} yrs.}}": null;
|
|
948
948
|
"yrs.": null;
|
|
949
|
-
"{
|
|
949
|
+
".input {$value :number} {{{$value} years}}": null;
|
|
950
950
|
years: null;
|
|
951
|
-
"{
|
|
951
|
+
"{$value} cent.": null;
|
|
952
952
|
"cent.": null;
|
|
953
|
-
"{
|
|
953
|
+
".input {$value :number} {{{$value} centuries}}": null;
|
|
954
954
|
centuries: null;
|
|
955
|
-
"{
|
|
956
|
-
"{
|
|
957
|
-
"{
|
|
958
|
-
"{
|
|
959
|
-
"{
|
|
955
|
+
"{$value} SA": null;
|
|
956
|
+
".input {$value :number} {{{$value} seduction actions}}": null;
|
|
957
|
+
"{$value} rnds": null;
|
|
958
|
+
".input {$value :number} {{{$value} rounds}}": null;
|
|
959
|
+
"{$value} CR": null;
|
|
960
960
|
CR: null;
|
|
961
|
-
"{
|
|
961
|
+
".input {$value :number} {{{$value} combat rounds}}": null;
|
|
962
962
|
"combat rounds": null;
|
|
963
|
-
"{
|
|
964
|
-
"{
|
|
963
|
+
"{$value} AE": null;
|
|
964
|
+
"{$value} KP": null;
|
|
965
965
|
"min. ": null;
|
|
966
966
|
"at least ": null;
|
|
967
|
-
"min. {
|
|
968
|
-
"at least {
|
|
969
|
-
"/{
|
|
970
|
-
" per {
|
|
971
|
-
", minimum of {
|
|
972
|
-
" ({
|
|
973
|
-
", {
|
|
967
|
+
"min. {$value}": null;
|
|
968
|
+
"at least {$value}": null;
|
|
969
|
+
"/{$value}": null;
|
|
970
|
+
" per {$value}": null;
|
|
971
|
+
", minimum of {$value}": null;
|
|
972
|
+
" ({$value} perm.)": null;
|
|
973
|
+
".input {$value :number} {{, {$value} of which are permanent}}": null;
|
|
974
974
|
"half of the activation cost": null;
|
|
975
975
|
" and ": null;
|
|
976
976
|
" + ": null;
|
|
977
977
|
" or ": null;
|
|
978
978
|
" / ": null;
|
|
979
979
|
" for ": null;
|
|
980
|
-
" (no more than {
|
|
981
|
-
" (max. {
|
|
982
|
-
"no more than {
|
|
983
|
-
"max. {
|
|
980
|
+
" (no more than {$value})": null;
|
|
981
|
+
" (max. {$value})": null;
|
|
982
|
+
"no more than {$value}": null;
|
|
983
|
+
"max. {$value}": null;
|
|
984
984
|
Immediate: null;
|
|
985
985
|
Permanent: null;
|
|
986
986
|
"no more than ": null;
|
|
987
987
|
"max. ": null;
|
|
988
988
|
"Quality Levels": null;
|
|
989
989
|
QL: null;
|
|
990
|
-
"QL {
|
|
990
|
+
"QL {$value}": null;
|
|
991
991
|
"Skill Points": null;
|
|
992
992
|
SP: null;
|
|
993
993
|
Sustained: null;
|
|
994
994
|
"(S)": null;
|
|
995
|
-
"{
|
|
996
|
-
"{
|
|
997
|
-
"{
|
|
998
|
-
"{
|
|
995
|
+
".input {$value :number} {{{$value} yards}}": null;
|
|
996
|
+
"{$value} yd": null;
|
|
997
|
+
".input {$value :number} {{{$value} miles}}": null;
|
|
998
|
+
"{$value} mi.": null;
|
|
999
999
|
Sight: null;
|
|
1000
1000
|
Self: null;
|
|
1001
1001
|
Global: null;
|
|
@@ -1009,58 +1009,22 @@ export declare const Locale: Entity<"Locale", {
|
|
|
1009
1009
|
all: null;
|
|
1010
1010
|
none: null;
|
|
1011
1011
|
State: null;
|
|
1012
|
-
"Social Status {
|
|
1013
|
-
"Person with {
|
|
1012
|
+
"Social Status {$minStatus} or higher": null;
|
|
1013
|
+
"Person with {$sexualCharacteristic}": null;
|
|
1014
1014
|
Penis: null;
|
|
1015
1015
|
Vagina: null;
|
|
1016
|
-
"the SR for {
|
|
1017
|
-
"{
|
|
1018
|
-
"{
|
|
1019
|
-
"{
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1022
|
-
"
|
|
1023
|
-
"
|
|
1024
|
-
"five of the following skills": null;
|
|
1025
|
-
"six of the following skills": null;
|
|
1026
|
-
"seven of the following skills": null;
|
|
1027
|
-
"eight of the following skills": null;
|
|
1028
|
-
"nine of the following skills": null;
|
|
1029
|
-
"{0} of the following skills": null;
|
|
1030
|
-
"one combat technique": null;
|
|
1031
|
-
"two combat techniques": null;
|
|
1032
|
-
"three combat techniques": null;
|
|
1033
|
-
"four combat techniques": null;
|
|
1034
|
-
"five combat techniques": null;
|
|
1035
|
-
"six combat techniques": null;
|
|
1036
|
-
"seven combat techniques": null;
|
|
1037
|
-
"eight combat techniques": null;
|
|
1038
|
-
"nine combat techniques": null;
|
|
1039
|
-
"{0} combat techniques": null;
|
|
1040
|
-
"one close combat technique": null;
|
|
1041
|
-
"two close combat techniques": null;
|
|
1042
|
-
"three close combat techniques": null;
|
|
1043
|
-
"four close combat techniques": null;
|
|
1044
|
-
"five close combat techniques": null;
|
|
1045
|
-
"six close combat techniques": null;
|
|
1046
|
-
"seven close combat techniques": null;
|
|
1047
|
-
"eight close combat techniques": null;
|
|
1048
|
-
"nine close combat techniques": null;
|
|
1049
|
-
"{0} close combat techniques": null;
|
|
1050
|
-
"one ranged combat technique": null;
|
|
1051
|
-
"two ranged combat techniques": null;
|
|
1052
|
-
"three ranged combat techniques": null;
|
|
1053
|
-
"four ranged combat techniques": null;
|
|
1054
|
-
"five ranged combat techniques": null;
|
|
1055
|
-
"six ranged combat techniques": null;
|
|
1056
|
-
"seven ranged combat techniques": null;
|
|
1057
|
-
"eight ranged combat techniques": null;
|
|
1058
|
-
"nine ranged combat techniques": null;
|
|
1059
|
-
"{0} ranged combat techniques": null;
|
|
1016
|
+
"the SR for {$skill} combined must add up to at least {$minRating}": null;
|
|
1017
|
+
".input {$count :number} .input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": null;
|
|
1018
|
+
".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": null;
|
|
1019
|
+
".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": null;
|
|
1020
|
+
".input {$count :number} {{{$count} of the following skills}}": null;
|
|
1021
|
+
".input {$count :number} {{{$count} combat techniques}}": null;
|
|
1022
|
+
".input {$count :number} {{{$count} close combat techniques}}": null;
|
|
1023
|
+
".input {$count :number} {{{$count} ranged combat techniques}}": null;
|
|
1060
1024
|
"special ability": null;
|
|
1061
1025
|
"no special ability": null;
|
|
1062
1026
|
Tradition: null;
|
|
1063
|
-
"Tradition ({
|
|
1027
|
+
"Tradition ({$tradition})": null;
|
|
1064
1028
|
Church: null;
|
|
1065
1029
|
Shaman: null;
|
|
1066
1030
|
"Tradition must be able to use rituals": null;
|
|
@@ -1069,12 +1033,12 @@ export declare const Locale: Entity<"Locale", {
|
|
|
1069
1033
|
"liturgical enhancement": null;
|
|
1070
1034
|
for: null;
|
|
1071
1035
|
"no other ancestor blood advantage": null;
|
|
1072
|
-
"Race, culture, or profession must have {
|
|
1036
|
+
"Race, culture, or profession must have {$entry} as an automatic or suggested {$itemOfCategory}": null;
|
|
1073
1037
|
advantage: null;
|
|
1074
1038
|
disadvantage: null;
|
|
1075
|
-
"domain {
|
|
1076
|
-
"{
|
|
1077
|
-
"Level {
|
|
1039
|
+
"domain {$domain}": null;
|
|
1040
|
+
"{$pact} level {$pactLevel}": null;
|
|
1041
|
+
"Level {$level}:": null;
|
|
1078
1042
|
"inlinewiki.castingtime": null;
|
|
1079
1043
|
"inlinewiki.ritualtime": null;
|
|
1080
1044
|
"inlinewiki.aecost": null;
|
|
@@ -1274,8 +1238,8 @@ export declare const Locale: Entity<"Locale", {
|
|
|
1274
1238
|
"Improvement Cost": null;
|
|
1275
1239
|
"Front Cover Inside": null;
|
|
1276
1240
|
"Back Cover Inside": null;
|
|
1277
|
-
"since the {
|
|
1278
|
-
"removed in {
|
|
1241
|
+
".input {$printing :number} {{since the {$printing}. printing}}": null;
|
|
1242
|
+
".input {$printing :number} {{removed in {$printing}. printing}}": null;
|
|
1279
1243
|
}>, false>;
|
|
1280
1244
|
}, undefined>;
|
|
1281
1245
|
export declare const NestedTranslationMap: <Name extends string, T extends Record<string, MemberDecl>, R extends boolean>(MemberDeclCreator: <T_1 extends Type>(options: {
|