optolith-database-schema 0.20.4 → 0.20.5

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.
@@ -1,4 +1,4 @@
1
- import { Boolean, Entity, NestedEntityMap, Object, Required, String, } from "tsondb/schema/def";
1
+ import { Boolean, Entity, NestedEntityMap, Object, Optional, Required, String, TranslationObject, } from "tsondb/schema/def";
2
2
  export const Locale = Entity(import.meta.url, {
3
3
  name: "Locale",
4
4
  namePlural: "Locales",
@@ -16,1295 +16,1296 @@ export const Locale = Entity(import.meta.url, {
16
16
  comment: "The language is not (fully) implemented and thus needs to be excluded from stable releases.",
17
17
  type: Boolean(),
18
18
  }),
19
- // translations: Optional({
20
- // comment: "The translations strings for the locale.",
21
- // // prettier-ignore
22
- // type: Object({
23
- // // Menu
24
- // "About {0}": Required({ type: String({ minLength: 1 }) }),
25
- // "Preferences ": Required({ type: String({ minLength: 1 }) }),
26
- // "Services": Required({ type: String({ minLength: 1 }) }),
27
- // "Hide {0}": Required({ type: String({ minLength: 1 }) }),
28
- // "Hide Others": Required({ type: String({ minLength: 1 }) }),
29
- // "Show All": Required({ type: String({ minLength: 1 }) }),
30
- // "Quit {0}": Required({ type: String({ minLength: 1 }) }),
31
- // "File": Required({ type: IncludeIdentifier(VaryBySystem) }),
32
- // "Close": Required({ type: String({ minLength: 1 }) }),
33
- // "Quit": Required({ type: String({ minLength: 1 }) }),
34
- // "Edit": Required({ type: String({ minLength: 1 }) }),
35
- // "Undo": Required({ type: String({ minLength: 1 }) }),
36
- // "Redo": Required({ type: String({ minLength: 1 }) }),
37
- // "Cut": Required({ type: String({ minLength: 1 }) }),
38
- // "Copy": Required({ type: String({ minLength: 1 }) }),
39
- // "Paste": Required({ type: String({ minLength: 1 }) }),
40
- // "Delete": Required({ type: String({ minLength: 1 }) }),
41
- // "Select All": Required({ type: String({ minLength: 1 }) }),
42
- // "View": Required({ type: String({ minLength: 1 }) }),
43
- // "Toggle Full Screen": Required({ type: String({ minLength: 1 }) }),
44
- // "Window": Required({ type: String({ minLength: 1 }) }),
45
- // "Minimize": Required({ type: String({ minLength: 1 }) }),
46
- // "Zoom": Required({ type: String({ minLength: 1 }) }),
47
- // "Main Window": Required({ type: String({ minLength: 1 }) }),
48
- // "Bring All to Front": Required({ type: String({ minLength: 1 }) }),
49
- // // Settings Window
50
- // "Settings": Required({ type: String({ minLength: 1 }) }),
51
- // "Main Language": Required({ type: String({ minLength: 1 }) }),
52
- // "System Language": Required({ type: String({ minLength: 1 }) }),
53
- // "Fallback Language": Required({ type: String({ minLength: 1 }) }),
54
- // "No fallback language": Required({ type: String({ minLength: 1 }) }),
55
- // "Appearance": Required({ type: String({ minLength: 1 }) }),
56
- // "Auto": Required({ type: String({ minLength: 1 }) }),
57
- // "Light": Required({ type: String({ minLength: 1 }) }),
58
- // "Dark": Required({ type: String({ minLength: 1 }) }),
59
- // "Edit characters after creation": Required({ type: String({ minLength: 1 }) }),
60
- // "Show animations": Required({ type: String({ minLength: 1 }) }),
61
- // "Check for updates": Required({ type: String({ minLength: 1 }) }),
62
- // // Updater Window
63
- // "Updater": Required({ type: String({ minLength: 1 }) }),
64
- // "Checking for updates …": Required({ type: String({ minLength: 1 }) }),
65
- // "New version available": Required({ type: String({ minLength: 1 }) }),
66
- // /**
67
- // * - `0`: Version number
68
- // */
69
- // "Version {0} is available! Do you wish to download and install?": Required({ type: String({ minLength: 1 }) }),
70
- // "Download": Required({ type: String({ minLength: 1 }) }),
71
- // "Download Later": Required({ type: String({ minLength: 1 }) }),
72
- // "Downloading update …": Required({ type: String({ minLength: 1 }) }),
73
- // "Update downloaded": Required({ type: String({ minLength: 1 }) }),
74
- // "Quit and Install": Required({ type: String({ minLength: 1 }) }),
75
- // "Install Later": Required({ type: String({ minLength: 1 }) }),
76
- // "No update available": Required({ type: String({ minLength: 1 }) }),
77
- // "You're running the latest version available.": Required({ type: String({ minLength: 1 }) }),
78
- // // Main Window
79
- // "Characters": Required({ type: String({ minLength: 1 }) }),
80
- // "Groups": Required({ type: String({ minLength: 1 }) }),
81
- // "Library": Required({ type: String({ minLength: 1 }) }),
82
- // "FAQ": Required({ type: String({ minLength: 1 }) }),
83
- // "About": Required({ type: String({ minLength: 1 }) }),
84
- // "Imprint": Required({ type: String({ minLength: 1 }) }),
85
- // "Third-Party Licenses": Required({ type: String({ minLength: 1 }) }),
86
- // "Last Changes": Required({ type: String({ minLength: 1 }) }),
87
- // "Profile": Required({ type: String({ minLength: 1 }) }),
88
- // "Overview": Required({ type: String({ minLength: 1 }) }),
89
- // "Personal Data": Required({ type: String({ minLength: 1 }) }),
90
- // "Character Sheet": Required({ type: String({ minLength: 1 }) }),
91
- // "Pact": Required({ type: String({ minLength: 1 }) }),
92
- // "Rules": Required({ type: String({ minLength: 1 }) }),
93
- // "Race, Culture & Profession": Required({ type: String({ minLength: 1 }) }),
94
- // "Race": Required({ type: String({ minLength: 1 }) }),
95
- // "Culture": Required({ type: String({ minLength: 1 }) }),
96
- // "Profession": Required({ type: String({ minLength: 1 }) }),
97
- // "Attributes": Required({ type: String({ minLength: 1 }) }),
98
- // "Advantages & Disadvantages": Required({ type: String({ minLength: 1 }) }),
99
- // "Advantages": Required({ type: String({ minLength: 1 }) }),
100
- // "Disadvantages": Required({ type: String({ minLength: 1 }) }),
101
- // "Abilities": Required({ type: String({ minLength: 1 }) }),
102
- // "Skills": Required({ type: String({ minLength: 1 }) }),
103
- // "Combat Techniques": Required({ type: String({ minLength: 1 }) }),
104
- // "Special Abilities": Required({ type: String({ minLength: 1 }) }),
105
- // "Spells": Required({ type: String({ minLength: 1 }) }),
106
- // "Liturgical Chants": Required({ type: String({ minLength: 1 }) }),
107
- // "Belongings": Required({ type: String({ minLength: 1 }) }),
108
- // "Equipment": Required({ type: String({ minLength: 1 }) }),
109
- // "Hit Zone Armor": Required({ type: String({ minLength: 1 }) }),
110
- // "Pets": Required({ type: String({ minLength: 1 }) }),
111
- // /**
112
- // * - `0`: AP left
113
- // */
114
- // "{0} AP Remaining": Required({ type: String({ minLength: 1 }) }),
115
- // "Save": Required({ type: String({ minLength: 1 }) }),
116
- // "Show Settings": Required({ type: String({ minLength: 1 }) }),
117
- // "Toggle DevTools": Required({ type: String({ minLength: 1 }) }),
118
- // // Adventure Points
119
- // "Adventure Points": Required({ type: String({ minLength: 1 }) }),
120
- // "AP": Required({ type: String({ minLength: 1 }) }),
121
- // /**
122
- // * - `0`: AP value
123
- // */
124
- // "{0} Adventure Points": Required({ type: IncludeIdentifier(PluralizationCategories) }),
125
- // /**
126
- // * - `0`: AP value
127
- // */
128
- // "{0} AP": Required({ type: String({ minLength: 1 }) }),
129
- // /**
130
- // * - `0`: AP Total
131
- // */
132
- // "{0} Total AP": Required({ type: String({ minLength: 1 }) }),
133
- // /**
134
- // * - `0`: AP Spent
135
- // */
136
- // "{0} AP Spent": Required({ type: String({ minLength: 1 }) }),
137
- // /**
138
- // * - `0`: Current AP spent on advantages
139
- // * - `1`: Maximum possible AP spent on advantages
140
- // */
141
- // "{0}/{1} AP spent on advantages": Required({ type: String({ minLength: 1 }) }),
142
- // /**
143
- // * - `0`: Current AP spent on magic advantages
144
- // * - `1`: Maximum possible AP spent on magic advantages
145
- // */
146
- // "Thereof {0}/{1} on magic advantages": Required({ type: String({ minLength: 1 }) }),
147
- // /**
148
- // * - `0`: Current AP spent on blessed advantages
149
- // * - `1`: Maximum possible AP spent on blessed advantages
150
- // */
151
- // "Thereof {0}/{1} on blessed advantages": Required({ type: String({ minLength: 1 }) }),
152
- // /**
153
- // * - `0`: Current AP spent on disadvantages
154
- // * - `1`: Maximum possible AP spent on disadvantages
155
- // */
156
- // "{0}/{1} AP received from disadvantages": Required({ type: String({ minLength: 1 }) }),
157
- // /**
158
- // * - `0`: Current AP spent on magic disadvantages
159
- // * - `1`: Maximum possible AP spent on magic disadvantages
160
- // */
161
- // "Thereof {0}/{1} from magic disadvantages": Required({ type: String({ minLength: 1 }) }),
162
- // /**
163
- // * - `0`: Current AP spent on blessed disadvantages
164
- // * - `1`: Maximum possible AP spent on blessed disadvantages
165
- // */
166
- // "Thereof {0}/{1} from blessed disadvantages": Required({ type: String({ minLength: 1 }) }),
167
- // /**
168
- // * - `0`: AP spent on race
169
- // */
170
- // "{0} AP spent on race": Required({ type: String({ minLength: 1 }) }),
171
- // /**
172
- // * - `0`: AP spent on profession
173
- // */
174
- // "{0} AP spent on profession": Required({ type: String({ minLength: 1 }) }),
175
- // /**
176
- // * - `0`: AP spent on attributes
177
- // */
178
- // "{0} AP spent on attributes": Required({ type: String({ minLength: 1 }) }),
179
- // /**
180
- // * - `0`: AP spent on skills
181
- // */
182
- // "{0} AP spent on skills": Required({ type: String({ minLength: 1 }) }),
183
- // /**
184
- // * - `0`: AP spent on combat techniques
185
- // */
186
- // "{0} AP spent on combat techniques": Required({ type: String({ minLength: 1 }) }),
187
- // /**
188
- // * - `0`: AP spent on spells
189
- // */
190
- // "{0} AP spent on spells": Required({ type: String({ minLength: 1 }) }),
191
- // /**
192
- // * - `0`: AP spent on cantrips
193
- // */
194
- // "{0} AP spent on cantrips": Required({ type: String({ minLength: 1 }) }),
195
- // /**
196
- // * - `0`: AP spent on liturgical chants
197
- // */
198
- // "{0} AP spent on liturgical chants": Required({ type: String({ minLength: 1 }) }),
199
- // /**
200
- // * - `0`: AP spent on blessings
201
- // */
202
- // "{0} AP spent on blessings": Required({ type: String({ minLength: 1 }) }),
203
- // /**
204
- // * - `0`: AP spent on special abilities
205
- // */
206
- // "{0} AP spent on special abilities": Required({ type: String({ minLength: 1 }) }),
207
- // /**
208
- // * - `0`: AP spent on energies (LP/AE/KP)
209
- // */
210
- // "{0} AP spent on improving/buying back LP/AE/KP": Required({ type: String({ minLength: 1 }) }),
211
- // "header.dialogs.herosaved": Required({ type: String({ minLength: 1 }) }),
212
- // "header.dialogs.allsaved": Required({ type: String({ minLength: 1 }) }),
213
- // "header.dialogs.everythingelsesaved": Required({ type: String({ minLength: 1 }) }),
214
- // "header.dialogs.saveconfigerror.title": Required({ type: String({ minLength: 1 }) }),
215
- // "header.dialogs.saveconfigerror.message": Required({ type: String({ minLength: 1 }) }),
216
- // "header.dialogs.saveheroeserror.title": Required({ type: String({ minLength: 1 }) }),
217
- // "header.dialogs.saveheroeserror.message": Required({ type: String({ minLength: 1 }) }),
218
- // /**
219
- // * - `0`: Weight in kg
220
- // */
221
- // "general.weightvalue": Required({ type: String({ minLength: 1 }) }),
222
- // /**
223
- // * - `0`: Price in silverthalers
224
- // */
225
- // "general.pricevalue": Required({ type: String({ minLength: 1 }) }),
226
- // /**
227
- // * - `0`: Length in cm
228
- // */
229
- // "general.lengthvalue": Required({ type: String({ minLength: 1 }) }),
230
- // /**
231
- // * As in *2D6*.
232
- // */
233
- // "D": Required({ type: String({ minLength: 1 }) }),
234
- // "general.none": Required({ type: String({ minLength: 1 }) }),
235
- // "general.or": Required({ type: String({ minLength: 1 }) }),
236
- // "general.and": Required({ type: String({ minLength: 1 }) }),
237
- // "general.error": Required({ type: String({ minLength: 1 }) }),
238
- // "general.errorcode": Required({ type: String({ minLength: 1 }) }),
239
- // "general.emptylistplaceholder": Required({ type: String({ minLength: 1 }) }),
240
- // "general.emptylistnoresultsplaceholder": Required({ type: String({ minLength: 1 }) }),
241
- // "No Results": Required({ type: String({ minLength: 1 }) }),
242
- // "Search": Required({ type: String({ minLength: 1 }) }),
243
- // "Sort By": Required({ type: String({ minLength: 1 }) }),
244
- // "Name": Required({ type: String({ minLength: 1 }) }),
245
- // "Date Modified": Required({ type: String({ minLength: 1 }) }),
246
- // "Group": Required({ type: String({ minLength: 1 }) }),
247
- // "Property": Required({ type: String({ minLength: 1 }) }),
248
- // "general.filters.sort.bylocation": Required({ type: String({ minLength: 1 }) }),
249
- // "general.filters.sort.bycost": Required({ type: String({ minLength: 1 }) }),
250
- // "general.filters.sort.byweight": Required({ type: String({ minLength: 1 }) }),
251
- // "general.filters.showactivatedentries": Required({ type: String({ minLength: 1 }) }),
252
- // "Done": Required({ type: String({ minLength: 1 }) }),
253
- // "OK": Required({ type: String({ minLength: 1 }) }),
254
- // "Cancel": Required({ type: String({ minLength: 1 }) }),
255
- // "Create": Required({ type: String({ minLength: 1 }) }),
256
- // "Apply": Required({ type: String({ minLength: 1 }) }),
257
- // "Add": Required({ type: String({ minLength: 1 }) }),
258
- // "Not enough AP": Required({ type: String({ minLength: 1 }) }),
259
- // "You are missing {0} Adventure Points to do this.": Required({ type: IncludeIdentifier(PluralizationCategories) }),
260
- // "Exceeding Adventure Points limit for advantages": Required({ type: String({ minLength: 1 }) }),
261
- // "You cannot spend more than {0} AP on advantages. You would exceed this limit by {1} AP.": Required({ type: String({ minLength: 1 }) }),
262
- // "Exceeding Adventure Points limit for magical advantages": Required({ type: String({ minLength: 1 }) }),
263
- // "You cannot spend more than {0} AP on magical advantages. You would exceed this limit by {1} AP.": Required({ type: String({ minLength: 1 }) }),
264
- // "Exceeding Adventure Points limit for blessed advantages": Required({ type: String({ minLength: 1 }) }),
265
- // "You cannot spend more than {0} AP on blessed advantages. You would exceed this limit by {1} AP.": Required({ type: String({ minLength: 1 }) }),
266
- // "Exceeding Adventure Points limit for disadvantages": Required({ type: String({ minLength: 1 }) }),
267
- // "You cannot receive more than {0} AP from disadvantages. You would exceed this limit by {1} AP.": Required({ type: String({ minLength: 1 }) }),
268
- // "Exceeding Adventure Points limit for magical disadvantages": Required({ type: String({ minLength: 1 }) }),
269
- // "You cannot receive more than {0} AP from magical disadvantages. You would exceed this limit by {1} AP.": Required({ type: String({ minLength: 1 }) }),
270
- // "Exceeding Adventure Points limit for blessed disadvantages": Required({ type: String({ minLength: 1 }) }),
271
- // "You cannot receive more than {0} AP from blessed disadvantages. You would exceed this limit by {1} AP.": Required({ type: String({ minLength: 1 }) }),
272
- // "heroes.filters.origin.allheroes": Required({ type: String({ minLength: 1 }) }),
273
- // "heroes.filters.origin.ownheroes": Required({ type: String({ minLength: 1 }) }),
274
- // "heroes.filters.origin.sharedheroes": Required({ type: String({ minLength: 1 }) }),
275
- // "Import": Required({ type: String({ minLength: 1 }) }),
276
- // "New Character": Required({ type: String({ minLength: 1 }) }),
277
- // "Duplicate Character": Required({ type: String({ minLength: 1 }) }),
278
- // "Export Character as OPTLC file": Required({ type: String({ minLength: 1 }) }),
279
- // "Delete Character": Required({ type: String({ minLength: 1 }) }),
280
- // "Open Character": Required({ type: String({ minLength: 1 }) }),
281
- // "heroes.saveherobtn": Required({ type: String({ minLength: 1 }) }),
282
- // "heroes.unsavedhero.name": Required({ type: String({ minLength: 1 }) }),
283
- // "heroes.list.adventurepoints": Required({ type: String({ minLength: 1 }) }),
284
- // "heroes.dialogs.herosaved": Required({ type: String({ minLength: 1 }) }),
285
- // "heroes.dialogs.importheroerror.title": Required({ type: String({ minLength: 1 }) }),
286
- // "heroes.dialogs.importheroerror.message": Required({ type: String({ minLength: 1 }) }),
287
- // "heroes.dialogs.heroexportsavelocation.title": Required({ type: String({ minLength: 1 }) }),
288
- // "heroes.dialogs.herojsonsaveerror.title": Required({ type: String({ minLength: 1 }) }),
289
- // "heroes.dialogs.herojsonsaveerror.message": Required({ type: String({ minLength: 1 }) }),
290
- // "heroes.dialogs.unsavedactions.title": Required({ type: String({ minLength: 1 }) }),
291
- // "heroes.dialogs.unsavedactions.message": Required({ type: String({ minLength: 1 }) }),
292
- // "heroes.dialogs.unsavedactions.quit": Required({ type: String({ minLength: 1 }) }),
293
- // "heroes.dialogs.unsavedactions.saveandquit": Required({ type: String({ minLength: 1 }) }),
294
- // /**
295
- // * - `0`: Name of the hero to delete
296
- // */
297
- // "heroes.dialogs.deletehero.title": Required({ type: String({ minLength: 1 }) }),
298
- // "heroes.dialogs.deletehero.message": Required({ type: String({ minLength: 1 }) }),
299
- // "heroes.dialogs.herocreation.title": Required({ type: String({ minLength: 1 }) }),
300
- // "heroes.dialogs.herocreation.nameofhero": Required({ type: String({ minLength: 1 }) }),
301
- // "heroes.dialogs.herocreation.sex.placeholder": Required({ type: String({ minLength: 1 }) }),
302
- // "heroes.dialogs.herocreation.sex.male": Required({ type: String({ minLength: 1 }) }),
303
- // "heroes.dialogs.herocreation.sex.female": Required({ type: String({ minLength: 1 }) }),
304
- // "heroes.dialogs.herocreation.experiencelevel.placeholder": Required({ type: String({ minLength: 1 }) }),
305
- // "heroes.dialogs.herocreation.startbtn": Required({ type: String({ minLength: 1 }) }),
306
- // "wiki.chooseacategory": Required({ type: String({ minLength: 1 }) }),
307
- // "wiki.chooseacategorytodisplayalist": Required({ type: String({ minLength: 1 }) }),
308
- // "wiki.filters.races": Required({ type: String({ minLength: 1 }) }),
309
- // "wiki.filters.cultures": Required({ type: String({ minLength: 1 }) }),
310
- // "wiki.filters.professions": Required({ type: String({ minLength: 1 }) }),
311
- // "wiki.filters.advantages": Required({ type: String({ minLength: 1 }) }),
312
- // "wiki.filters.disadvantages": Required({ type: String({ minLength: 1 }) }),
313
- // "wiki.filters.skills": Required({ type: String({ minLength: 1 }) }),
314
- // "wiki.filters.skills.all": Required({ type: String({ minLength: 1 }) }),
315
- // "wiki.filters.combattechniques": Required({ type: String({ minLength: 1 }) }),
316
- // "wiki.filters.combattechniques.all": Required({ type: String({ minLength: 1 }) }),
317
- // "wiki.filters.magic": Required({ type: String({ minLength: 1 }) }),
318
- // "wiki.filters.magic.all": Required({ type: String({ minLength: 1 }) }),
319
- // "wiki.filters.liturgicalchants": Required({ type: String({ minLength: 1 }) }),
320
- // "wiki.filters.liturgicalchants.all": Required({ type: String({ minLength: 1 }) }),
321
- // "wiki.filters.specialabilities": Required({ type: String({ minLength: 1 }) }),
322
- // "wiki.filters.specialabilities.all": Required({ type: String({ minLength: 1 }) }),
323
- // "wiki.filters.itemtemplates": Required({ type: String({ minLength: 1 }) }),
324
- // "wiki.filters.itemtemplates.all": Required({ type: String({ minLength: 1 }) }),
325
- // "Edit Name": Required({ type: String({ minLength: 1 }) }),
326
- // "Change Name": Required({ type: String({ minLength: 1 }) }),
327
- // "Edit Profession Name": Required({ type: String({ minLength: 1 }) }),
328
- // "Change Profession Name": Required({ type: String({ minLength: 1 }) }),
329
- // "Add AP": Required({ type: String({ minLength: 1 }) }),
330
- // "Add Adventure Points": Required({ type: String({ minLength: 1 }) }),
331
- // "How many Adventure Points do you want to add?": Required({ type: String({ minLength: 1 }) }),
332
- // "Finish Character Creation": Required({ type: String({ minLength: 1 }) }),
333
- // "Select New Avatar": Required({ type: String({ minLength: 1 }) }),
334
- // "Delete Avatar": Required({ type: String({ minLength: 1 }) }),
335
- // "profile.dialogs.changeheroavatar.title": Required({ type: String({ minLength: 1 }) }),
336
- // "profile.dialogs.changeheroavatar.selectfilebtn": Required({ type: String({ minLength: 1 }) }),
337
- // "profile.dialogs.changeheroavatar.imagefiletype": Required({ type: String({ minLength: 1 }) }),
338
- // "profile.dialogs.changeheroavatar.invalidfilewarning": Required({ type: String({ minLength: 1 }) }),
339
- // // Personal Data
340
- // "Male": Required({ type: String({ minLength: 1 }) }),
341
- // "Female": Required({ type: String({ minLength: 1 }) }),
342
- // "Bal’Thani": Required({ type: String({ minLength: 1 }) }),
343
- // "Tsajana": Required({ type: String({ minLength: 1 }) }),
344
- // "Family": Required({ type: String({ minLength: 1 }) }),
345
- // "Place of Birth": Required({ type: String({ minLength: 1 }) }),
346
- // "Date of Birth": Required({ type: String({ minLength: 1 }) }),
347
- // "Age": Required({ type: String({ minLength: 1 }) }),
348
- // "Hair Color": Required({ type: String({ minLength: 1 }) }),
349
- // "Eye Color": Required({ type: String({ minLength: 1 }) }),
350
- // "Size": Required({ type: String({ minLength: 1 }) }),
351
- // "Weight": Required({ type: String({ minLength: 1 }) }),
352
- // "Title": Required({ type: String({ minLength: 1 }) }),
353
- // "Social Status": Required({ type: String({ minLength: 1 }) }),
354
- // "Characteristics": Required({ type: String({ minLength: 1 }) }),
355
- // "Other Information": Required({ type: String({ minLength: 1 }) }),
356
- // "Reroll Eye Color": Required({ type: String({ minLength: 1 }) }),
357
- // "Reroll Hair Color": Required({ type: String({ minLength: 1 }) }),
358
- // "Reroll Size": Required({ type: String({ minLength: 1 }) }),
359
- // "Reroll Weight": Required({ type: String({ minLength: 1 }) }),
360
- // "personaldata.cultureareaknowledge": Required({ type: String({ minLength: 1 }) }),
361
- // "You can save up no more than 10 AP to use later during the game, and you cannot begin the game with a negative AP balance.": Required({ type: String({ minLength: 1 }) }),
362
- // "sheets.printtopdfbtn": Required({ type: String({ minLength: 1 }) }),
363
- // "sheets.dialogs.pdfexportsavelocation.title": Required({ type: String({ minLength: 1 }) }),
364
- // "sheets.dialogs.pdfsaved": Required({ type: String({ minLength: 1 }) }),
365
- // "sheets.dialogs.pdfsaveerror.title": Required({ type: String({ minLength: 1 }) }),
366
- // "sheets.dialogs.pdfsaveerror.message": Required({ type: String({ minLength: 1 }) }),
367
- // "sheets.dialogs.pdfcreationerror.title": Required({ type: String({ minLength: 1 }) }),
368
- // "sheets.dialogs.pdfcreationerror.message": Required({ type: String({ minLength: 1 }) }),
369
- // "sheets.showattributevalues": Required({ type: String({ minLength: 1 }) }),
370
- // "sheets.useparchment": Required({ type: String({ minLength: 1 }) }),
371
- // "sheets.zoomfactor": Required({ type: String({ minLength: 1 }) }),
372
- // "sheets.charactersheet": Required({ type: String({ minLength: 1 }) }),
373
- // "sheets.attributemodifiers.title": Required({ type: String({ minLength: 1 }) }),
374
- // "sheets.mainsheet.title": Required({ type: String({ minLength: 1 }) }),
375
- // "sheets.mainsheet.name": Required({ type: String({ minLength: 1 }) }),
376
- // "sheets.mainsheet.family": Required({ type: String({ minLength: 1 }) }),
377
- // "sheets.mainsheet.placeofbirth": Required({ type: String({ minLength: 1 }) }),
378
- // "sheets.mainsheet.dateofbirth": Required({ type: String({ minLength: 1 }) }),
379
- // "sheets.mainsheet.age": Required({ type: String({ minLength: 1 }) }),
380
- // "sheets.mainsheet.sex": Required({ type: String({ minLength: 1 }) }),
381
- // "sheets.mainsheet.race": Required({ type: String({ minLength: 1 }) }),
382
- // "sheets.mainsheet.size": Required({ type: String({ minLength: 1 }) }),
383
- // "sheets.mainsheet.weight": Required({ type: String({ minLength: 1 }) }),
384
- // "sheets.mainsheet.haircolor": Required({ type: String({ minLength: 1 }) }),
385
- // "sheets.mainsheet.eyecolor": Required({ type: String({ minLength: 1 }) }),
386
- // "sheets.mainsheet.culture": Required({ type: String({ minLength: 1 }) }),
387
- // "sheets.mainsheet.socialstatus": Required({ type: String({ minLength: 1 }) }),
388
- // "sheets.mainsheet.profession": Required({ type: String({ minLength: 1 }) }),
389
- // "sheets.mainsheet.rank": Required({ type: String({ minLength: 1 }) }),
390
- // "sheets.mainsheet.characteristics": Required({ type: String({ minLength: 1 }) }),
391
- // "sheets.mainsheet.otherinfo": Required({ type: String({ minLength: 1 }) }),
392
- // "sheets.mainsheet.experiencelevellabel": Required({ type: String({ minLength: 1 }) }),
393
- // "sheets.mainsheet.totalaplabel": Required({ type: String({ minLength: 1 }) }),
394
- // "sheets.mainsheet.apcollectedlabel": Required({ type: String({ minLength: 1 }) }),
395
- // "sheets.mainsheet.apspentlabel": Required({ type: String({ minLength: 1 }) }),
396
- // "sheets.mainsheet.avatarlabel": Required({ type: String({ minLength: 1 }) }),
397
- // "sheets.mainsheet.advantages": Required({ type: String({ minLength: 1 }) }),
398
- // "sheets.mainsheet.disadvantages": Required({ type: String({ minLength: 1 }) }),
399
- // "sheets.mainsheet.generalspecialabilites": Required({ type: String({ minLength: 1 }) }),
400
- // "sheets.mainsheet.fatepoints": Required({ type: String({ minLength: 1 }) }),
401
- // "sheets.mainsheet.derivedcharacteristics.labels.value": Required({ type: String({ minLength: 1 }) }),
402
- // "sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty": Required({ type: String({ minLength: 1 }) }),
403
- // "sheets.mainsheet.derivedcharacteristics.labels.bonus": Required({ type: String({ minLength: 1 }) }),
404
- // "sheets.mainsheet.derivedcharacteristics.labels.bought": Required({ type: String({ minLength: 1 }) }),
405
- // "sheets.mainsheet.derivedcharacteristics.labels.max": Required({ type: String({ minLength: 1 }) }),
406
- // "sheets.mainsheet.derivedcharacteristics.labels.current": Required({ type: String({ minLength: 1 }) }),
407
- // "sheets.mainsheet.derivedcharacteristics.labels.basestat": Required({ type: String({ minLength: 1 }) }),
408
- // "sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback": Required({ type: String({ minLength: 1 }) }),
409
- // "sheets.gamestatssheet.title": Required({ type: String({ minLength: 1 }) }),
410
- // "sheets.gamestatssheet.skillstable.title": Required({ type: String({ minLength: 1 }) }),
411
- // "sheets.gamestatssheet.skillstable.labels.skill": Required({ type: String({ minLength: 1 }) }),
412
- // "sheets.gamestatssheet.skillstable.labels.check": Required({ type: String({ minLength: 1 }) }),
413
- // "sheets.gamestatssheet.skillstable.labels.encumbrance": Required({ type: String({ minLength: 1 }) }),
414
- // "sheets.gamestatssheet.skillstable.labels.improvementcost": Required({ type: String({ minLength: 1 }) }),
415
- // "sheets.gamestatssheet.skillstable.labels.skillrating": Required({ type: String({ minLength: 1 }) }),
416
- // "sheets.gamestatssheet.skillstable.labels.routinechecks": Required({ type: String({ minLength: 1 }) }),
417
- // "sheets.gamestatssheet.skillstable.labels.notes": Required({ type: String({ minLength: 1 }) }),
418
- // "sheets.gamestatssheet.skillstable.encumbrance.yes": Required({ type: String({ minLength: 1 }) }),
419
- // "sheets.gamestatssheet.skillstable.encumbrance.no": Required({ type: String({ minLength: 1 }) }),
420
- // "sheets.gamestatssheet.skillstable.encumbrance.maybe": Required({ type: String({ minLength: 1 }) }),
421
- // "sheets.gamestatssheet.skillstable.groups.pages": Required({ type: String({ minLength: 1 }) }),
422
- // "sheets.gamestatssheet.languages.title": Required({ type: String({ minLength: 1 }) }),
423
- // "sheets.gamestatssheet.languages.nativetongue": Required({ type: String({ minLength: 1 }) }),
424
- // "sheets.gamestatssheet.knownscripts.title": Required({ type: String({ minLength: 1 }) }),
425
- // "sheets.gamestatssheet.routinechecks.title": Required({ type: String({ minLength: 1 }) }),
426
- // "sheets.gamestatssheet.routinechecks.textRow1": Required({ type: String({ minLength: 1 }) }),
427
- // "sheets.gamestatssheet.routinechecks.textRow2": Required({ type: String({ minLength: 1 }) }),
428
- // "sheets.gamestatssheet.routinechecks.textRow3": Required({ type: String({ minLength: 1 }) }),
429
- // "sheets.gamestatssheet.routinechecks.textRow4": Required({ type: String({ minLength: 1 }) }),
430
- // "sheets.gamestatssheet.routinechecks.labels.checkmod": Required({ type: String({ minLength: 1 }) }),
431
- // "sheets.gamestatssheet.routinechecks.labels.neededsr": Required({ type: String({ minLength: 1 }) }),
432
- // "sheets.gamestatssheet.routinechecks.from3on": Required({ type: String({ minLength: 1 }) }),
433
- // "sheets.gamestatssheet.qualitylevels.title": Required({ type: String({ minLength: 1 }) }),
434
- // "sheets.gamestatssheet.qualitylevels.labels.skillpoints": Required({ type: String({ minLength: 1 }) }),
435
- // "sheets.gamestatssheet.qualitylevels.labels.qualitylevel": Required({ type: String({ minLength: 1 }) }),
436
- // "sheets.combatsheet.title": Required({ type: String({ minLength: 1 }) }),
437
- // "sheets.combatsheet.combattechniquestable.title": Required({ type: String({ minLength: 1 }) }),
438
- // "sheets.combatsheet.combattechniquestable.labels.combattechnique": Required({ type: String({ minLength: 1 }) }),
439
- // "sheets.combatsheet.combattechniquestable.labels.primaryattribute": Required({ type: String({ minLength: 1 }) }),
440
- // "sheets.combatsheet.combattechniquestable.labels.improvementcost": Required({ type: String({ minLength: 1 }) }),
441
- // "sheets.combatsheet.combattechniquestable.labels.combattechniquerating": Required({ type: String({ minLength: 1 }) }),
442
- // "sheets.combatsheet.combattechniquestable.labels.attackrangecombat": Required({ type: String({ minLength: 1 }) }),
443
- // "sheets.combatsheet.combattechniquestable.labels.parry": Required({ type: String({ minLength: 1 }) }),
444
- // "sheets.combatsheet.lifepoints.title": Required({ type: String({ minLength: 1 }) }),
445
- // "sheets.combatsheet.lifepoints.max": Required({ type: String({ minLength: 1 }) }),
446
- // "sheets.combatsheet.lifepoints.current": Required({ type: String({ minLength: 1 }) }),
447
- // "sheets.combatsheet.lifepoints.pain1": Required({ type: String({ minLength: 1 }) }),
448
- // "sheets.combatsheet.lifepoints.pain2": Required({ type: String({ minLength: 1 }) }),
449
- // "sheets.combatsheet.lifepoints.pain3": Required({ type: String({ minLength: 1 }) }),
450
- // "sheets.combatsheet.lifepoints.pain4": Required({ type: String({ minLength: 1 }) }),
451
- // "sheets.combatsheet.lifepoints.dying": Required({ type: String({ minLength: 1 }) }),
452
- // "sheets.combatsheet.closecombatweapons": Required({ type: String({ minLength: 1 }) }),
453
- // "sheets.combatsheet.closecombatweapons.labels.weapon": Required({ type: String({ minLength: 1 }) }),
454
- // "sheets.combatsheet.closecombatweapons.labels.combattechnique": Required({ type: String({ minLength: 1 }) }),
455
- // "sheets.combatsheet.closecombatweapons.labels.damagebonus": Required({ type: String({ minLength: 1 }) }),
456
- // "sheets.combatsheet.closecombatweapons.labels.damagepoints": Required({ type: String({ minLength: 1 }) }),
457
- // "sheets.combatsheet.closecombatweapons.labels.attackparrymodifier": Required({ type: String({ minLength: 1 }) }),
458
- // "sheets.combatsheet.closecombatweapons.labels.reach": Required({ type: String({ minLength: 1 }) }),
459
- // "sheets.combatsheet.closecombatweapons.labels.breakingpointrating": Required({ type: String({ minLength: 1 }) }),
460
- // "sheets.combatsheet.closecombatweapons.labels.damaged": Required({ type: String({ minLength: 1 }) }),
461
- // "sheets.combatsheet.closecombatweapons.labels.attack": Required({ type: String({ minLength: 1 }) }),
462
- // "sheets.combatsheet.closecombatweapons.labels.parry": Required({ type: String({ minLength: 1 }) }),
463
- // "sheets.combatsheet.closecombatweapons.labels.weight": Required({ type: String({ minLength: 1 }) }),
464
- // "sheets.combatsheet.rangedcombatweapons": Required({ type: String({ minLength: 1 }) }),
465
- // "sheets.combatsheet.rangedcombatweapons.labels.weapon": Required({ type: String({ minLength: 1 }) }),
466
- // "sheets.combatsheet.rangedcombatweapons.labels.combattechnique": Required({ type: String({ minLength: 1 }) }),
467
- // "sheets.combatsheet.rangedcombatweapons.labels.reloadtime": Required({ type: String({ minLength: 1 }) }),
468
- // "sheets.combatsheet.rangedcombatweapons.labels.damagepoints": Required({ type: String({ minLength: 1 }) }),
469
- // "sheets.combatsheet.rangedcombatweapons.labels.ammunition": Required({ type: String({ minLength: 1 }) }),
470
- // "sheets.combatsheet.rangedcombatweapons.labels.rangebrackets": Required({ type: String({ minLength: 1 }) }),
471
- // "sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating": Required({ type: String({ minLength: 1 }) }),
472
- // "sheets.combatsheet.rangedcombatweapons.labels.damaged": Required({ type: String({ minLength: 1 }) }),
473
- // "sheets.combatsheet.rangedcombatweapons.labels.rangedcombat": Required({ type: String({ minLength: 1 }) }),
474
- // "sheets.combatsheet.rangedcombatweapons.labels.weight": Required({ type: String({ minLength: 1 }) }),
475
- // "sheets.combatsheet.armors.title": Required({ type: String({ minLength: 1 }) }),
476
- // "sheets.combatsheet.armors.labels.armor": Required({ type: String({ minLength: 1 }) }),
477
- // "sheets.combatsheet.armors.labels.sturdinessrating": Required({ type: String({ minLength: 1 }) }),
478
- // "sheets.combatsheet.armors.labels.wear": Required({ type: String({ minLength: 1 }) }),
479
- // "sheets.combatsheet.armors.labels.protection": Required({ type: String({ minLength: 1 }) }),
480
- // "sheets.combatsheet.armors.labels.encumbrance": Required({ type: String({ minLength: 1 }) }),
481
- // "sheets.combatsheet.armors.labels.movementinitiative": Required({ type: String({ minLength: 1 }) }),
482
- // "sheets.combatsheet.armors.labels.carriedwhereexamples": Required({ type: String({ minLength: 1 }) }),
483
- // "sheets.combatsheet.armors.labels.head": Required({ type: String({ minLength: 1 }) }),
484
- // "sheets.combatsheet.armors.labels.torso": Required({ type: String({ minLength: 1 }) }),
485
- // "sheets.combatsheet.armors.labels.leftarm": Required({ type: String({ minLength: 1 }) }),
486
- // "sheets.combatsheet.armors.labels.rightarm": Required({ type: String({ minLength: 1 }) }),
487
- // "sheets.combatsheet.armors.labels.leftleg": Required({ type: String({ minLength: 1 }) }),
488
- // "sheets.combatsheet.armors.labels.rightleg": Required({ type: String({ minLength: 1 }) }),
489
- // "sheets.combatsheet.armors.labels.weight": Required({ type: String({ minLength: 1 }) }),
490
- // "sheets.combatsheet.shieldparryingweapon.title": Required({ type: String({ minLength: 1 }) }),
491
- // "sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon": Required({ type: String({ minLength: 1 }) }),
492
- // "sheets.combatsheet.shieldparryingweapon.labels.structurepoints": Required({ type: String({ minLength: 1 }) }),
493
- // "sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating": Required({ type: String({ minLength: 1 }) }),
494
- // "sheets.combatsheet.shieldparryingweapon.labels.damaged": Required({ type: String({ minLength: 1 }) }),
495
- // "sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier": Required({ type: String({ minLength: 1 }) }),
496
- // "sheets.combatsheet.shieldparryingweapon.labels.weight": Required({ type: String({ minLength: 1 }) }),
497
- // "sheets.combatsheet.actions": Required({ type: String({ minLength: 1 }) }),
498
- // "sheets.combatsheet.combatspecialabilities": Required({ type: String({ minLength: 1 }) }),
499
- // "sheets.combatsheet.conditions": Required({ type: String({ minLength: 1 }) }),
500
- // "sheets.combatsheet.states": Required({ type: String({ minLength: 1 }) }),
501
- // "sheets.belongingssheet.title": Required({ type: String({ minLength: 1 }) }),
502
- // "sheets.belongingssheet.equipmenttable.title": Required({ type: String({ minLength: 1 }) }),
503
- // "sheets.belongingssheet.equipmenttable.labels.item": Required({ type: String({ minLength: 1 }) }),
504
- // "sheets.belongingssheet.equipmenttable.labels.number": Required({ type: String({ minLength: 1 }) }),
505
- // "sheets.belongingssheet.equipmenttable.labels.price": Required({ type: String({ minLength: 1 }) }),
506
- // "sheets.belongingssheet.equipmenttable.labels.weight": Required({ type: String({ minLength: 1 }) }),
507
- // "sheets.belongingssheet.equipmenttable.labels.carriedwhere": Required({ type: String({ minLength: 1 }) }),
508
- // "sheets.belongingssheet.equipmenttable.labels.total": Required({ type: String({ minLength: 1 }) }),
509
- // "sheets.belongingssheet.purse.title": Required({ type: String({ minLength: 1 }) }),
510
- // "sheets.belongingssheet.purse.ducats": Required({ type: String({ minLength: 1 }) }),
511
- // "sheets.belongingssheet.purse.silverthalers": Required({ type: String({ minLength: 1 }) }),
512
- // "sheets.belongingssheet.purse.halers": Required({ type: String({ minLength: 1 }) }),
513
- // "sheets.belongingssheet.purse.kreutzers": Required({ type: String({ minLength: 1 }) }),
514
- // "sheets.belongingssheet.purse.gems": Required({ type: String({ minLength: 1 }) }),
515
- // "sheets.belongingssheet.purse.jewelry": Required({ type: String({ minLength: 1 }) }),
516
- // "sheets.belongingssheet.purse.other": Required({ type: String({ minLength: 1 }) }),
517
- // "sheets.belongingssheet.carryingcapacity.title": Required({ type: String({ minLength: 1 }) }),
518
- // "sheets.belongingssheet.carryingcapacity.calc": Required({ type: String({ minLength: 1 }) }),
519
- // "sheets.belongingssheet.carryingcapacity.label": Required({ type: String({ minLength: 1 }) }),
520
- // "sheets.belongingssheet.animal.title": Required({ type: String({ minLength: 1 }) }),
521
- // "sheets.belongingssheet.animal.name": Required({ type: String({ minLength: 1 }) }),
522
- // "sheets.belongingssheet.animal.sizecategory": Required({ type: String({ minLength: 1 }) }),
523
- // "sheets.belongingssheet.animal.type": Required({ type: String({ minLength: 1 }) }),
524
- // "sheets.belongingssheet.animal.ap": Required({ type: String({ minLength: 1 }) }),
525
- // "sheets.belongingssheet.animal.protection": Required({ type: String({ minLength: 1 }) }),
526
- // "sheets.belongingssheet.animal.attackname": Required({ type: String({ minLength: 1 }) }),
527
- // "sheets.belongingssheet.animal.attack": Required({ type: String({ minLength: 1 }) }),
528
- // "sheets.belongingssheet.animal.parry": Required({ type: String({ minLength: 1 }) }),
529
- // "sheets.belongingssheet.animal.damagepoints": Required({ type: String({ minLength: 1 }) }),
530
- // "sheets.belongingssheet.animal.reach": Required({ type: String({ minLength: 1 }) }),
531
- // "sheets.belongingssheet.animal.actions": Required({ type: String({ minLength: 1 }) }),
532
- // "sheets.belongingssheet.animal.skills": Required({ type: String({ minLength: 1 }) }),
533
- // "sheets.belongingssheet.animal.specialabilities": Required({ type: String({ minLength: 1 }) }),
534
- // "sheets.belongingssheet.animal.notes": Required({ type: String({ minLength: 1 }) }),
535
- // "sheets.spellssheet.title": Required({ type: String({ minLength: 1 }) }),
536
- // "sheets.spellssheet.header.labels.aemax": Required({ type: String({ minLength: 1 }) }),
537
- // "sheets.spellssheet.header.labels.aecurrent": Required({ type: String({ minLength: 1 }) }),
538
- // "sheets.spellssheet.spellstable.title": Required({ type: String({ minLength: 1 }) }),
539
- // "sheets.spellssheet.spellstable.labels.spellorritual": Required({ type: String({ minLength: 1 }) }),
540
- // "sheets.spellssheet.spellstable.labels.check": Required({ type: String({ minLength: 1 }) }),
541
- // "sheets.spellssheet.spellstable.labels.skillrating": Required({ type: String({ minLength: 1 }) }),
542
- // "sheets.spellssheet.spellstable.labels.cost": Required({ type: String({ minLength: 1 }) }),
543
- // "sheets.spellssheet.spellstable.labels.castingtime": Required({ type: String({ minLength: 1 }) }),
544
- // "sheets.spellssheet.spellstable.labels.range": Required({ type: String({ minLength: 1 }) }),
545
- // "sheets.spellssheet.spellstable.labels.duration": Required({ type: String({ minLength: 1 }) }),
546
- // "sheets.spellssheet.spellstable.labels.property": Required({ type: String({ minLength: 1 }) }),
547
- // "sheets.spellssheet.spellstable.labels.improvementcost": Required({ type: String({ minLength: 1 }) }),
548
- // "sheets.spellssheet.spellstable.labels.effect": Required({ type: String({ minLength: 1 }) }),
549
- // "sheets.spellssheet.spellstable.labels.pages": Required({ type: String({ minLength: 1 }) }),
550
- // "sheets.spellssheet.spellstable.unfamiliarspell": Required({ type: String({ minLength: 1 }) }),
551
- // "sheets.spellssheet.primaryattribute": Required({ type: String({ minLength: 1 }) }),
552
- // "sheets.spellssheet.properties": Required({ type: String({ minLength: 1 }) }),
553
- // "sheets.spellssheet.tradition": Required({ type: String({ minLength: 1 }) }),
554
- // "sheets.spellssheet.magicalspecialabilities": Required({ type: String({ minLength: 1 }) }),
555
- // "sheets.spellssheet.cantrips": Required({ type: String({ minLength: 1 }) }),
556
- // "sheets.chantssheet.title": Required({ type: String({ minLength: 1 }) }),
557
- // "sheets.chantssheet.header.labels.kpmax": Required({ type: String({ minLength: 1 }) }),
558
- // "sheets.chantssheet.header.labels.kpcurrent": Required({ type: String({ minLength: 1 }) }),
559
- // "sheets.chantssheet.chantstable.title": Required({ type: String({ minLength: 1 }) }),
560
- // "sheets.chantssheet.chantstable.labels.chant": Required({ type: String({ minLength: 1 }) }),
561
- // "sheets.chantssheet.chantstable.labels.check": Required({ type: String({ minLength: 1 }) }),
562
- // "sheets.chantssheet.chantstable.labels.skillrating": Required({ type: String({ minLength: 1 }) }),
563
- // "sheets.chantssheet.chantstable.labels.cost": Required({ type: String({ minLength: 1 }) }),
564
- // "sheets.chantssheet.chantstable.labels.castingtime": Required({ type: String({ minLength: 1 }) }),
565
- // "sheets.chantssheet.chantstable.labels.range": Required({ type: String({ minLength: 1 }) }),
566
- // "sheets.chantssheet.chantstable.labels.duration": Required({ type: String({ minLength: 1 }) }),
567
- // "sheets.chantssheet.chantstable.labels.aspect": Required({ type: String({ minLength: 1 }) }),
568
- // "sheets.chantssheet.chantstable.labels.improvementcost": Required({ type: String({ minLength: 1 }) }),
569
- // "sheets.chantssheet.chantstable.labels.effect": Required({ type: String({ minLength: 1 }) }),
570
- // "sheets.chantssheet.chantstable.labels.pages": Required({ type: String({ minLength: 1 }) }),
571
- // "sheets.chantssheet.primaryattribute": Required({ type: String({ minLength: 1 }) }),
572
- // "sheets.chantssheet.aspects": Required({ type: String({ minLength: 1 }) }),
573
- // "sheets.chantssheet.tradition": Required({ type: String({ minLength: 1 }) }),
574
- // "sheets.chantssheet.blessedspecialabilities": Required({ type: String({ minLength: 1 }) }),
575
- // "sheets.chantssheet.blessings": Required({ type: String({ minLength: 1 }) }),
576
- // "pacts.pactcategory": Required({ type: String({ minLength: 1 }) }),
577
- // "pacts.nopact": Required({ type: String({ minLength: 1 }) }),
578
- // "pacts.pactlevel": Required({ type: String({ minLength: 1 }) }),
579
- // "pacts.fairytype": Required({ type: String({ minLength: 1 }) }),
580
- // "pacts.domain": Required({ type: String({ minLength: 1 }) }),
581
- // "pacts.userdefined": Required({ type: String({ minLength: 1 }) }),
582
- // "pacts.demontype": Required({ type: String({ minLength: 1 }) }),
583
- // "pacts.circleofdamnation": Required({ type: String({ minLength: 1 }) }),
584
- // "pacts.minorpact": Required({ type: String({ minLength: 1 }) }),
585
- // "pacts.pactisincompletehint": Required({ type: String({ minLength: 1 }) }),
586
- // "pacts.name": Required({ type: String({ minLength: 1 }) }),
587
- // // Rules
588
- // "Rule Sources": Required({ type: String({ minLength: 1 }) }),
589
- // "Use all publications": Required({ type: String({ minLength: 1 }) }),
590
- // "Focus Rules": Required({ type: String({ minLength: 1 }) }),
591
- // "Optional Rules": Required({ type: String({ minLength: 1 }) }),
592
- // "rules.manualherodatarepair": Required({ type: String({ minLength: 1 }) }),
593
- // "rules.manualherodatarepairexplanation": Required({ type: String({ minLength: 1 }) }),
594
- // "inlinewiki.complementarysources": Required({ type: String({ minLength: 1 }) }),
595
- // "race.header.name": Required({ type: String({ minLength: 1 }) }),
596
- // "race.header.adventurepoints": Required({ type: String({ minLength: 1 }) }),
597
- // "race.header.adventurepoints.tooltip": Required({ type: String({ minLength: 1 }) }),
598
- // "inlinewiki.apvalue": Required({ type: String({ minLength: 1 }) }),
599
- // "inlinewiki.adventurepoints": Required({ type: String({ minLength: 1 }) }),
600
- // "inlinewiki.lifepointbasevalue": Required({ type: String({ minLength: 1 }) }),
601
- // "inlinewiki.spiritbasevalue": Required({ type: String({ minLength: 1 }) }),
602
- // "inlinewiki.toughnessbasevalue": Required({ type: String({ minLength: 1 }) }),
603
- // "inlinewiki.movementbasevalue": Required({ type: String({ minLength: 1 }) }),
604
- // "inlinewiki.attributeadjustments": Required({ type: String({ minLength: 1 }) }),
605
- // "inlinewiki.automaticadvantages": Required({ type: String({ minLength: 1 }) }),
606
- // "inlinewiki.stronglyrecommendedadvantages": Required({ type: String({ minLength: 1 }) }),
607
- // "inlinewiki.stronglyrecommendeddisadvantages": Required({ type: String({ minLength: 1 }) }),
608
- // "inlinewiki.commoncultures": Required({ type: String({ minLength: 1 }) }),
609
- // "inlinewiki.commonadvantages": Required({ type: String({ minLength: 1 }) }),
610
- // "inlinewiki.commondisadvantages": Required({ type: String({ minLength: 1 }) }),
611
- // "inlinewiki.uncommonadvantages": Required({ type: String({ minLength: 1 }) }),
612
- // "inlinewiki.uncommondisadvantages": Required({ type: String({ minLength: 1 }) }),
613
- // "culture.filters.common.allcultures": Required({ type: String({ minLength: 1 }) }),
614
- // "culture.filters.common.commoncultures": Required({ type: String({ minLength: 1 }) }),
615
- // "culture.header.name": Required({ type: String({ minLength: 1 }) }),
616
- // "inlinewiki.language": Required({ type: String({ minLength: 1 }) }),
617
- // "inlinewiki.script": Required({ type: String({ minLength: 1 }) }),
618
- // "inlinewiki.areaknowledge": Required({ type: String({ minLength: 1 }) }),
619
- // "inlinewiki.socialstatus": Required({ type: String({ minLength: 1 }) }),
620
- // "inlinewiki.commonprofessions": Required({ type: String({ minLength: 1 }) }),
621
- // "inlinewiki.commonprofessions.mundane": Required({ type: String({ minLength: 1 }) }),
622
- // "inlinewiki.commonprofessions.magic": Required({ type: String({ minLength: 1 }) }),
623
- // "inlinewiki.commonprofessions.blessed": Required({ type: String({ minLength: 1 }) }),
624
- // "inlinewiki.commonskills": Required({ type: String({ minLength: 1 }) }),
625
- // "inlinewiki.uncommonskills": Required({ type: String({ minLength: 1 }) }),
626
- // "inlinewiki.commonnames": Required({ type: String({ minLength: 1 }) }),
627
- // /**
628
- // * - `0`: Name of cultural package
629
- // * - `1`: AP cost of the cultural package
630
- // */
631
- // "inlinewiki.culturalpackage": Required({ type: String({ minLength: 1 }) }),
632
- // "profession.ownprofession": Required({ type: String({ minLength: 1 }) }),
633
- // "profession.variants.novariant": Required({ type: String({ minLength: 1 }) }),
634
- // "profession.filters.common.allprofessions": Required({ type: String({ minLength: 1 }) }),
635
- // "profession.filters.common.commonprofessions": Required({ type: String({ minLength: 1 }) }),
636
- // "profession.filters.groups.allprofessiongroups": Required({ type: String({ minLength: 1 }) }),
637
- // "profession.filters.groups.mundaneprofessions": Required({ type: String({ minLength: 1 }) }),
638
- // "profession.filters.groups.magicalprofessions": Required({ type: String({ minLength: 1 }) }),
639
- // "profession.filters.groups.blessedprofessions": Required({ type: String({ minLength: 1 }) }),
640
- // "profession.header.name": Required({ type: String({ minLength: 1 }) }),
641
- // "profession.header.adventurepoints": Required({ type: String({ minLength: 1 }) }),
642
- // "profession.header.adventurepoints.tooltip": Required({ type: String({ minLength: 1 }) }),
643
- // "inlinewiki.prerequisites": Required({ type: String({ minLength: 1 }) }),
644
- // "inlinewiki.race": Required({ type: String({ minLength: 1 }) }),
645
- // "inlinewiki.specialabilities": Required({ type: String({ minLength: 1 }) }),
646
- // /**
647
- // * - `0`: AP given
648
- // */
649
- // "inlinewiki.languagesandliteracytotalingap": Required({ type: String({ minLength: 1 }) }),
650
- // /**
651
- // * - `0`: Skill name(s)
652
- // */
653
- // "inlinewiki.skillspecialization": Required({ type: String({ minLength: 1 }) }),
654
- // /**
655
- // * - `0`: AP given
656
- // * - `1`: Skill group
657
- // */
658
- // "inlinewiki.skillsselection": Required({ type: String({ minLength: 1 }) }),
659
- // "inlinewiki.combattechniques": Required({ type: String({ minLength: 1 }) }),
660
- // /**
661
- // * - `0`: Amount of combat techniques to choose
662
- // * - `1`: CtR of the selected combat techniques after application
663
- // * - `2`: List of possible combat techniques
664
- // */
665
- // "inlinewiki.combattechniqueselection": Required({ type: String({ minLength: 1 }) }),
666
- // "inlinewiki.combattechnique.one": Required({ type: String({ minLength: 1 }) }),
667
- // "inlinewiki.combattechnique.two": Required({ type: String({ minLength: 1 }) }),
668
- // /**
669
- // * - `0`: Amount of combat techniques to choose
670
- // * - `1`: CtR of the selected combat techniques after application
671
- // * - `2`: Amount of combat techniques to choose in a second selection
672
- // * - `3`: CtR of the selected combat techniques from second selection after application
673
- // * - `4`: List of possible combat techniques
674
- // */
675
- // "inlinewiki.combattechniquesecondselection": Required({ type: String({ minLength: 1 }) }),
676
- // "inlinewiki.skills": Required({ type: String({ minLength: 1 }) }),
677
- // "inlinewiki.spells": Required({ type: String({ minLength: 1 }) }),
678
- // /**
679
- // * - `0`: AP given
680
- // */
681
- // "inlinewiki.cursestotalingap": Required({ type: String({ minLength: 1 }) }),
682
- // /**
683
- // * - `0`: Amount of cantrips to choose
684
- // * - `1`: List of possible cantrips
685
- // */
686
- // "inlinewiki.cantripsfromlist": Required({ type: String({ minLength: 1 }) }),
687
- // "inlinewiki.cantrip.one": Required({ type: String({ minLength: 1 }) }),
688
- // "inlinewiki.cantrip.two": Required({ type: String({ minLength: 1 }) }),
689
- // "inlinewiki.liturgicalchants": Required({ type: String({ minLength: 1 }) }),
690
- // "inlinewiki.thetwelveblessings": Required({ type: String({ minLength: 1 }) }),
691
- // /**
692
- // * - `0`: name of first excluded blessing
693
- // * - `1`: name of second excluded blessing
694
- // * - `2`: name of third excluded blessing
695
- // */
696
- // "inlinewiki.thetwelveblessingsexceptions": Required({ type: String({ minLength: 1 }) }),
697
- // "inlinewiki.sixblessings": Required({ type: String({ minLength: 1 }) }),
698
- // "inlinewiki.suggestedadvantages": Required({ type: String({ minLength: 1 }) }),
699
- // "inlinewiki.suggesteddisadvantages": Required({ type: String({ minLength: 1 }) }),
700
- // "inlinewiki.unsuitableadvantages": Required({ type: String({ minLength: 1 }) }),
701
- // "inlinewiki.unsuitabledisadvantages": Required({ type: String({ minLength: 1 }) }),
702
- // "inlinewiki.variants": Required({ type: String({ minLength: 1 }) }),
703
- // "inlinewiki.insteadof": Required({ type: String({ minLength: 1 }) }),
704
- // "rcpselectoptions.race": Required({ type: String({ minLength: 1 }) }),
705
- // "rcpselectoptions.culture": Required({ type: String({ minLength: 1 }) }),
706
- // "rcpselectoptions.profession": Required({ type: String({ minLength: 1 }) }),
707
- // /**
708
- // * - `0`: Amount of cantrips to choose
709
- // */
710
- // "rcpselectoptions.cantripsfromlist": Required({ type: String({ minLength: 1 }) }),
711
- // "rcpselectoptions.cantrip.one": Required({ type: String({ minLength: 1 }) }),
712
- // "rcpselectoptions.cantrip.two": Required({ type: String({ minLength: 1 }) }),
713
- // /**
714
- // * - `0`: Amount of combat techniques to choose
715
- // * - `1`: CtR of the selected combat techniques after application
716
- // */
717
- // "rcpselectoptions.combattechniqueselection": Required({ type: String({ minLength: 1 }) }),
718
- // "rcpselectoptions.combattechnique.one": Required({ type: String({ minLength: 1 }) }),
719
- // "rcpselectoptions.combattechnique.two": Required({ type: String({ minLength: 1 }) }),
720
- // "rcpselectoptions.selectattributeadjustment": Required({ type: String({ minLength: 1 }) }),
721
- // "rcpselectoptions.buyculturalpackage": Required({ type: String({ minLength: 1 }) }),
722
- // "rcpselectoptions.nativetongue.placeholder": Required({ type: String({ minLength: 1 }) }),
723
- // "rcpselectoptions.buyscript": Required({ type: String({ minLength: 1 }) }),
724
- // "rcpselectoptions.script.placeholder": Required({ type: String({ minLength: 1 }) }),
725
- // /**
726
- // * - `0`: Amount of combat techniques to choose in a second selection
727
- // * - `1`: CtR of the selected combat techniques from second selection after application
728
- // */
729
- // "rcpselectoptions.combattechniquesecondselection": Required({ type: String({ minLength: 1 }) }),
730
- // /**
731
- // * - `0`: AP given
732
- // * - `1`: AP left
733
- // */
734
- // "rcpselectoptions.cursestotalingapleft": Required({ type: String({ minLength: 1 }) }),
735
- // /**
736
- // * - `0`: AP given
737
- // * - `1`: AP left
738
- // */
739
- // "rcpselectoptions.languagesandliteracytotalingapleft": Required({ type: String({ minLength: 1 }) }),
740
- // "rcpselectoptions.applicationforskillspecialization": Required({ type: String({ minLength: 1 }) }),
741
- // /**
742
- // * - `0`: Skill group
743
- // * - `1`: AP given
744
- // * - `2`: AP left
745
- // */
746
- // "rcpselectoptions.skillselectionap": Required({ type: String({ minLength: 1 }) }),
747
- // /**
748
- // * - `0`: Skill name(s)
749
- // */
750
- // "rcpselectoptions.skillspecialization": Required({ type: String({ minLength: 1 }) }),
751
- // "rcpselectoptions.completebtn": Required({ type: String({ minLength: 1 }) }),
752
- // "rcpselectoptions.unfamiliarspells": Required({ type: String({ minLength: 1 }) }),
753
- // "rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": Required({ type: String({ minLength: 1 }) }),
754
- // "rcpselectoptions.unfamiliarspell.placeholder": Required({ type: String({ minLength: 1 }) }),
755
- // "rcpselectoptions.unfamiliarspell": Required({ type: String({ minLength: 1 }) }),
756
- // // Attributes
757
- // "Total Points": Required({ type: String({ minLength: 1 }) }),
758
- // "Increment": Required({ type: String({ minLength: 1 }) }),
759
- // "Decrement": Required({ type: String({ minLength: 1 }) }),
760
- // "Activate": Required({ type: String({ minLength: 1 }) }),
761
- // "Attribute Adjustment Selection": Required({ type: String({ minLength: 1 }) }),
762
- // "Modifier": Required({ type: String({ minLength: 1 }) }),
763
- // "Bought": Required({ type: String({ minLength: 1 }) }),
764
- // "Lost Total": Required({ type: String({ minLength: 1 }) }),
765
- // "Bought Back": Required({ type: String({ minLength: 1 }) }),
766
- // "Buy Back Permanently Lost Point": Required({ type: String({ minLength: 1 }) }),
767
- // "Permanently Lost Life Points": Required({ type: String({ minLength: 1 }) }),
768
- // "pLP": Required({ type: String({ minLength: 1 }) }),
769
- // "Permanently Lost Arcane Energy": Required({ type: String({ minLength: 1 }) }),
770
- // "pAE": Required({ type: String({ minLength: 1 }) }),
771
- // "Permanently Lost Karma Points": Required({ type: String({ minLength: 1 }) }),
772
- // "pKP": Required({ type: String({ minLength: 1 }) }),
773
- // "Loose Permanent Points": Required({ type: String({ minLength: 1 }) }),
774
- // "How many points do you want to remove?": Required({ type: String({ minLength: 1 }) }),
775
- // "Remove": Required({ type: String({ minLength: 1 }) }),
776
- // "Permanently Spent": Required({ type: String({ minLength: 1 }) }),
777
- // "Common Advantages": Required({ type: String({ minLength: 1 }) }),
778
- // "Common Disadvantages": Required({ type: String({ minLength: 1 }) }),
779
- // "Custom AP Cost": Required({ type: String({ minLength: 1 }) }),
780
- // /**
781
- // * - `0`: Entry name
782
- // */
783
- // "AP Cost for {0}": Required({ type: String({ minLength: 1 }) }),
784
- // "Custom option": Required({ type: String({ minLength: 1 }) }),
785
- // "specialabilities.nativetonguelevel": Required({ type: String({ minLength: 1 }) }),
786
- // "Advanced Combat Special Abilities": Required({ type: String({ minLength: 1 }) }),
787
- // "Advanced Karma Special Abilities": Required({ type: String({ minLength: 1 }) }),
788
- // "Advanced Magical Special Abilities": Required({ type: String({ minLength: 1 }) }),
789
- // "Advanced Skill Special Abilities": Required({ type: String({ minLength: 1 }) }),
790
- // "Ancestor Glyphs": Required({ type: String({ minLength: 1 }) }),
791
- // "Arcane Orb Enchantments": Required({ type: String({ minLength: 1 }) }),
792
- // "Attire Enchantments": Required({ type: String({ minLength: 1 }) }),
793
- // "Blessed Traditions": Required({ type: String({ minLength: 1 }) }),
794
- // "Bowl Enchantments": Required({ type: String({ minLength: 1 }) }),
795
- // "Brawling Special Abilities": Required({ type: String({ minLength: 1 }) }),
796
- // "Cauldron Enchantments": Required({ type: String({ minLength: 1 }) }),
797
- // "Ceremonial Item Special Abilities": Required({ type: String({ minLength: 1 }) }),
798
- // "Chronicle Enchantments": Required({ type: String({ minLength: 1 }) }),
799
- // "Combat Special Abilities": Required({ type: String({ minLength: 1 }) }),
800
- // "Combat Style Special Abilities": Required({ type: String({ minLength: 1 }) }),
801
- // "Command Special Abilities": Required({ type: String({ minLength: 1 }) }),
802
- // "Dagger Rituals": Required({ type: String({ minLength: 1 }) }),
803
- // "Familiar Special Abilities": Required({ type: String({ minLength: 1 }) }),
804
- // "Fate Point Sex Special Abilities": Required({ type: String({ minLength: 1 }) }),
805
- // "Fate Point Special Abilities": Required({ type: String({ minLength: 1 }) }),
806
- // "Fools Hat Enchantments": Required({ type: String({ minLength: 1 }) }),
807
- // "General Special Abilities": Required({ type: String({ minLength: 1 }) }),
808
- // "Instrument Enchantments": Required({ type: String({ minLength: 1 }) }),
809
- // "Karma Special Abilities": Required({ type: String({ minLength: 1 }) }),
810
- // "Krallenkettenzauber": Required({ type: String({ minLength: 1 }) }),
811
- // "Liturgical Style Special Abilities": Required({ type: String({ minLength: 1 }) }),
812
- // "Lycantropic Gifts": Required({ type: String({ minLength: 1 }) }),
813
- // "Magical Signs": Required({ type: String({ minLength: 1 }) }),
814
- // "Magical Special Abilities": Required({ type: String({ minLength: 1 }) }),
815
- // "Magical Traditions": Required({ type: String({ minLength: 1 }) }),
816
- // "Magic Style Special Abilities": Required({ type: String({ minLength: 1 }) }),
817
- // "Orb Enchantments": Required({ type: String({ minLength: 1 }) }),
818
- // "Pact Gifts": Required({ type: String({ minLength: 1 }) }),
819
- // "Protective/Warding Circle Special Abilities": Required({ type: String({ minLength: 1 }) }),
820
- // "Ring Enchantments": Required({ type: String({ minLength: 1 }) }),
821
- // "Sermons": Required({ type: String({ minLength: 1 }) }),
822
- // "Sex Special Abilities": Required({ type: String({ minLength: 1 }) }),
823
- // "Sickle Rituals": Required({ type: String({ minLength: 1 }) }),
824
- // "Sikaryan Drain Special Abilities": Required({ type: String({ minLength: 1 }) }),
825
- // "Skill Style Special Abilities": Required({ type: String({ minLength: 1 }) }),
826
- // "Spell Sword Enchantments": Required({ type: String({ minLength: 1 }) }),
827
- // "Staff Enchantments": Required({ type: String({ minLength: 1 }) }),
828
- // "Toy Enchantments": Required({ type: String({ minLength: 1 }) }),
829
- // "Trinkhornzauber": Required({ type: String({ minLength: 1 }) }),
830
- // "Vampiric Gifts": Required({ type: String({ minLength: 1 }) }),
831
- // "Visions": Required({ type: String({ minLength: 1 }) }),
832
- // "Wand Enchantments": Required({ type: String({ minLength: 1 }) }),
833
- // "Weapon Enchantments": Required({ type: String({ minLength: 1 }) }),
834
- // "inlinewiki.rule": Required({ type: String({ minLength: 1 }) }),
835
- // "inlinewiki.effect": Required({ type: String({ minLength: 1 }) }),
836
- // "inlinewiki.extendedcombatspecialabilities": Required({ type: String({ minLength: 1 }) }),
837
- // "inlinewiki.extendedmagicalspecialabilities": Required({ type: String({ minLength: 1 }) }),
838
- // "inlinewiki.extendedblessedspecialabilities": Required({ type: String({ minLength: 1 }) }),
839
- // "inlinewiki.extendedskillspecialabilities": Required({ type: String({ minLength: 1 }) }),
840
- // "inlinewiki.penalty": Required({ type: String({ minLength: 1 }) }),
841
- // "inlinewiki.level": Required({ type: String({ minLength: 1 }) }),
842
- // "inlinewiki.perlevel": Required({ type: String({ minLength: 1 }) }),
843
- // "inlinewiki.volume": Required({ type: String({ minLength: 1 }) }),
844
- // "inlinewiki.aspect": Required({ type: String({ minLength: 1 }) }),
845
- // "inlinewiki.bindingcost": Required({ type: String({ minLength: 1 }) }),
846
- // "inlinewiki.protectivecircle": Required({ type: String({ minLength: 1 }) }),
847
- // "inlinewiki.wardingcircle": Required({ type: String({ minLength: 1 }) }),
848
- // "inlinewiki.actions": Required({ type: String({ minLength: 1 }) }),
849
- // /**
850
- // * - `0`: Entry name
851
- // * - `1`: category (advantage, disadvantage, …)
852
- // */
853
- // "inlinewiki.racecultureorprofessionrequiresautomaticorsuggested": Required({ type: String({ minLength: 1 }) }),
854
- // "inlinewiki.advantage": Required({ type: String({ minLength: 1 }) }),
855
- // "inlinewiki.disadvantage": Required({ type: String({ minLength: 1 }) }),
856
- // "inlinewiki.primaryattributeofthetradition": Required({ type: String({ minLength: 1 }) }),
857
- // "inlinewiki.knowledgeofspell": Required({ type: String({ minLength: 1 }) }),
858
- // "inlinewiki.knowledgeofliturgicalchant": Required({ type: String({ minLength: 1 }) }),
859
- // "inlinewiki.appropriatecombatstylespecialability": Required({ type: String({ minLength: 1 }) }),
860
- // "inlinewiki.appropriatemagicalstylespecialability": Required({ type: String({ minLength: 1 }) }),
861
- // "inlinewiki.appropriateblessedstylespecialability": Required({ type: String({ minLength: 1 }) }),
862
- // "inlinewiki.appropriateskillstylespecialability": Required({ type: String({ minLength: 1 }) }),
863
- // "inlinewiki.sex": Required({ type: String({ minLength: 1 }) }),
864
- // "inlinewiki.sex.male": Required({ type: String({ minLength: 1 }) }),
865
- // "inlinewiki.sex.female": Required({ type: String({ minLength: 1 }) }),
866
- // "inlinewiki.combattechniques.groups.all": Required({ type: String({ minLength: 1 }) }),
867
- // "inlinewiki.combattechniques.groups.allmeleecombattechniques": Required({ type: String({ minLength: 1 }) }),
868
- // "inlinewiki.combattechniques.groups.allrangedcombattechniques": Required({ type: String({ minLength: 1 }) }),
869
- // "inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry": Required({ type: String({ minLength: 1 }) }),
870
- // "inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons": Required({ type: String({ minLength: 1 }) }),
871
- // /**
872
- // * - `0`: Minimum social status
873
- // */
874
- // "inlinewiki.socialstatusxorhigher": Required({ type: String({ minLength: 1 }) }),
875
- // "Common Skills": Required({ type: String({ minLength: 1 }) }),
876
- // "SR": Required({ type: String({ minLength: 1 }) }),
877
- // "Skill Rating": Required({ type: String({ minLength: 1 }) }),
878
- // "IC": Required({ type: String({ minLength: 1 }) }),
879
- // "New Applications": Required({ type: String({ minLength: 1 }) }),
880
- // "Uses": Required({ type: String({ minLength: 1 }) }),
881
- // "Strongly Recommended": Required({ type: String({ minLength: 1 }) }),
882
- // "Common": Required({ type: String({ minLength: 1 }) }),
883
- // "Uncommon": Required({ type: String({ minLength: 1 }) }),
884
- // "Unfamiliar Spells": Required({ type: String({ minLength: 1 }) }),
885
- // "CTR": Required({ type: String({ minLength: 1 }) }),
886
- // "Combat Technique Rating": Required({ type: String({ minLength: 1 }) }),
887
- // "P": Required({ type: String({ minLength: 1 }) }),
888
- // "Primary Attribute(s)": Required({ type: String({ minLength: 1 }) }),
889
- // "AT": Required({ type: String({ minLength: 1 }) }),
890
- // "Attack": Required({ type: String({ minLength: 1 }) }),
891
- // "PA": Required({ type: String({ minLength: 1 }) }),
892
- // "Parry": Required({ type: String({ minLength: 1 }) }),
893
- // "Close Combat": Required({ type: String({ minLength: 1 }) }),
894
- // "Ranged Combat": Required({ type: String({ minLength: 1 }) }),
895
- // "Special": Required({ type: String({ minLength: 1 }) }),
896
- // "Primary Attribute": Required({ type: String({ minLength: 1 }) }),
897
- // "Cantrips": Required({ type: String({ minLength: 1 }) }),
898
- // "Rituals": Required({ type: String({ minLength: 1 }) }),
899
- // "Curses": Required({ type: String({ minLength: 1 }) }),
900
- // "Elven Magical Songs": Required({ type: String({ minLength: 1 }) }),
901
- // "Domination Rituals": Required({ type: String({ minLength: 1 }) }),
902
- // "Magical Dances": Required({ type: String({ minLength: 1 }) }),
903
- // "Magical Melodies": Required({ type: String({ minLength: 1 }) }),
904
- // "Jester Tricks": Required({ type: String({ minLength: 1 }) }),
905
- // "Animist Powers": Required({ type: String({ minLength: 1 }) }),
906
- // "Geode Rituals": Required({ type: String({ minLength: 1 }) }),
907
- // "Zibilja Rituals": Required({ type: String({ minLength: 1 }) }),
908
- // "Mod": Required({ type: String({ minLength: 1 }) }),
909
- // "Check Modifier": Required({ type: String({ minLength: 1 }) }),
910
- // "spells.traditions.general": Required({ type: String({ minLength: 1 }) }),
911
- // "magicalactions.animistforces.tribes.general": Required({ type: String({ minLength: 1 }) }),
912
- // " (modified by {0})": Required({ type: String({ minLength: 1 }) }),
913
- // " ( {0})": Required({ type: String({ minLength: 1 }) }),
914
- // "{0} or {1}, depending on which value is higher": Required({ type: String({ minLength: 1 }) }),
915
- // "Invocation Difficulty": Required({ type: String({ minLength: 1 }) }),
916
- // "ID": Required({ type: String({ minLength: 1 }) }),
917
- // "Creation Difficulty": Required({ type: String({ minLength: 1 }) }),
918
- // "CD": Required({ type: String({ minLength: 1 }) }),
919
- // "Effect": Required({ type: String({ minLength: 1 }) }),
920
- // "Casting Time": Required({ type: String({ minLength: 1 }) }),
921
- // "Ritual Time": Required({ type: String({ minLength: 1 }) }),
922
- // "Liturgical Time": Required({ type: String({ minLength: 1 }) }),
923
- // "Ceremonial Time": Required({ type: String({ minLength: 1 }) }),
924
- // "AE Cost": Required({ type: String({ minLength: 1 }) }),
925
- // "KP Cost": Required({ type: String({ minLength: 1 }) }),
926
- // "Range": Required({ type: String({ minLength: 1 }) }),
927
- // "Duration": Required({ type: String({ minLength: 1 }) }),
928
- // "Target Category": Required({ type: String({ minLength: 1 }) }),
929
- // "Traditions": Required({ type: String({ minLength: 1 }) }),
930
- // " (you cannot use a modification on this spell’s casting time)": Required({ type: String({ minLength: 1 }) }),
931
- // " (you cannot use a modification on this spell’s cost)": Required({ type: String({ minLength: 1 }) }),
932
- // " (you cannot use a modification on this spell’s range)": Required({ type: String({ minLength: 1 }) }),
933
- // " (you cannot use a modification on this ritual’s ritual time)": Required({ type: String({ minLength: 1 }) }),
934
- // " (you cannot use a modification on this ritual’s cost)": Required({ type: String({ minLength: 1 }) }),
935
- // " (you cannot use a modification on this ritual’s range)": Required({ type: String({ minLength: 1 }) }),
936
- // " (you cannot use a modification on this chant’s liturgical time)": Required({ type: String({ minLength: 1 }) }),
937
- // " (you cannot use a modification on this chant’s cost)": Required({ type: String({ minLength: 1 }) }),
938
- // " (you cannot use a modification on this chant’s range)": Required({ type: String({ minLength: 1 }) }),
939
- // " (you cannot use a modification on this ceremony’s ceremonial time)": Required({ type: String({ minLength: 1 }) }),
940
- // " (you cannot use a modification on this ceremony’s cost)": Required({ type: String({ minLength: 1 }) }),
941
- // " (you cannot use a modification on this ceremony’s range)": Required({ type: String({ minLength: 1 }) }),
942
- // " (cannot modify)": Required({ type: String({ minLength: 1 }) }),
943
- // "{0} act": Required({ type: String({ minLength: 1 }) }),
944
- // "act": Required({ type: String({ minLength: 1 }) }),
945
- // "{0} actions": Required({ type: IncludeIdentifier(PluralizationCategories) }),
946
- // "actions": Required({ type: String({ minLength: 1 }) }),
947
- // "{0} s": Required({ type: String({ minLength: 1 }) }),
948
- // "s": Required({ type: String({ minLength: 1 }) }),
949
- // "{0} seconds": Required({ type: IncludeIdentifier(PluralizationCategories) }),
950
- // "seconds": Required({ type: String({ minLength: 1 }) }),
951
- // "{0} min": Required({ type: String({ minLength: 1 }) }),
952
- // "min": Required({ type: String({ minLength: 1 }) }),
953
- // "{0} minutes": Required({ type: IncludeIdentifier(PluralizationCategories) }),
954
- // "minutes": Required({ type: String({ minLength: 1 }) }),
955
- // "{0} h": Required({ type: String({ minLength: 1 }) }),
956
- // "h": Required({ type: String({ minLength: 1 }) }),
957
- // "{0} hours": Required({ type: IncludeIdentifier(PluralizationCategories) }),
958
- // "hours": Required({ type: String({ minLength: 1 }) }),
959
- // "{0} d": Required({ type: String({ minLength: 1 }) }),
960
- // "d": Required({ type: String({ minLength: 1 }) }),
961
- // "{0} days": Required({ type: IncludeIdentifier(PluralizationCategories) }),
962
- // "days": Required({ type: String({ minLength: 1 }) }),
963
- // "{0} wks.": Required({ type: IncludeIdentifier(PluralizationCategories) }),
964
- // "wks.": Required({ type: String({ minLength: 1 }) }),
965
- // "{0} weeks": Required({ type: IncludeIdentifier(PluralizationCategories) }),
966
- // "weeks": Required({ type: String({ minLength: 1 }) }),
967
- // "{0} mos.": Required({ type: IncludeIdentifier(PluralizationCategories) }),
968
- // "mos.": Required({ type: String({ minLength: 1 }) }),
969
- // "{0} months": Required({ type: IncludeIdentifier(PluralizationCategories) }),
970
- // "months": Required({ type: String({ minLength: 1 }) }),
971
- // "{0} yrs.": Required({ type: IncludeIdentifier(PluralizationCategories) }),
972
- // "yrs.": Required({ type: String({ minLength: 1 }) }),
973
- // "{0} years": Required({ type: IncludeIdentifier(PluralizationCategories) }),
974
- // "years": Required({ type: String({ minLength: 1 }) }),
975
- // "{0} cent.": Required({ type: String({ minLength: 1 }) }),
976
- // "cent.": Required({ type: String({ minLength: 1 }) }),
977
- // "{0} centuries": Required({ type: IncludeIdentifier(PluralizationCategories) }),
978
- // "centuries": Required({ type: String({ minLength: 1 }) }),
979
- // "{0} SA": Required({ type: String({ minLength: 1 }) }),
980
- // "{0} seduction actions": Required({ type: IncludeIdentifier(PluralizationCategories) }),
981
- // "{0} rnds": Required({ type: String({ minLength: 1 }) }),
982
- // "{0} rounds": Required({ type: IncludeIdentifier(PluralizationCategories) }),
983
- // "{0} CR": Required({ type: String({ minLength: 1 }) }),
984
- // "CR": Required({ type: String({ minLength: 1 }) }),
985
- // "{0} combat rounds": Required({ type: IncludeIdentifier(PluralizationCategories) }),
986
- // "combat rounds": Required({ type: String({ minLength: 1 }) }),
987
- // "{0} AE": Required({ type: String({ minLength: 1 }) }),
988
- // "{0} KP": Required({ type: String({ minLength: 1 }) }),
989
- // "min. ": Required({ type: String({ minLength: 1 }) }),
990
- // "at least ": Required({ type: String({ minLength: 1 }) }),
991
- // "min. {0}": Required({ type: String({ minLength: 1 }) }),
992
- // "at least {0}": Required({ type: String({ minLength: 1 }) }),
993
- // "/{0}": Required({ type: String({ minLength: 1 }) }),
994
- // " per {0}": Required({ type: String({ minLength: 1 }) }),
995
- // ", minimum of {0}": Required({ type: String({ minLength: 1 }) }),
996
- // " ({0} perm.)": Required({ type: String({ minLength: 1 }) }),
997
- // ", {0} of which are permanent": Required({ type: IncludeIdentifier(PluralizationCategories) }),
998
- // "half of the activation cost": Required({ type: String({ minLength: 1 }) }),
999
- // " and ": Required({ type: String({ minLength: 1 }) }),
1000
- // " + ": Required({ type: String({ minLength: 1 }) }),
1001
- // " or ": Required({ type: String({ minLength: 1 }) }),
1002
- // " / ": Required({ type: String({ minLength: 1 }) }),
1003
- // " for ": Required({ type: String({ minLength: 1 }) }),
1004
- // " (no more than {0})": Required({ type: String({ minLength: 1 }) }),
1005
- // " (max. {0})": Required({ type: String({ minLength: 1 }) }),
1006
- // "no more than {0}": Required({ type: String({ minLength: 1 }) }),
1007
- // "max. {0}": Required({ type: String({ minLength: 1 }) }),
1008
- // "Immediate": Required({ type: String({ minLength: 1 }) }),
1009
- // "Permanent": Required({ type: String({ minLength: 1 }) }),
1010
- // "no more than ": Required({ type: String({ minLength: 1 }) }),
1011
- // "max. ": Required({ type: String({ minLength: 1 }) }),
1012
- // "Quality Levels": Required({ type: String({ minLength: 1 }) }),
1013
- // "QL": Required({ type: String({ minLength: 1 }) }),
1014
- // "QL {0}": Required({ type: String({ minLength: 1 }) }),
1015
- // "Skill Points": Required({ type: String({ minLength: 1 }) }),
1016
- // "SP": Required({ type: String({ minLength: 1 }) }),
1017
- // "Sustained": Required({ type: String({ minLength: 1 }) }),
1018
- // "(S)": Required({ type: String({ minLength: 1 }) }),
1019
- // "{0} yards": Required({ type: IncludeIdentifier(PluralizationCategories) }),
1020
- // "{0} yd": Required({ type: String({ minLength: 1 }) }),
1021
- // "{0} miles": Required({ type: IncludeIdentifier(PluralizationCategories) }),
1022
- // "{0} mi.": Required({ type: String({ minLength: 1 }) }),
1023
- // "Sight": Required({ type: String({ minLength: 1 }) }),
1024
- // "Self": Required({ type: String({ minLength: 1 }) }),
1025
- // "Global": Required({ type: String({ minLength: 1 }) }),
1026
- // "Touch": Required({ type: String({ minLength: 1 }) }),
1027
- // "Radius": Required({ type: String({ minLength: 1 }) }),
1028
- // " (casting)": Required({ type: String({ minLength: 1 }) }),
1029
- // "Zone": Required({ type: String({ minLength: 1 }) }),
1030
- // "Liturgical Chants and Ceremonies": Required({ type: String({ minLength: 1 }) }),
1031
- // "General": Required({ type: String({ minLength: 1 }) }),
1032
- // "Note": Required({ type: String({ minLength: 1 }) }),
1033
- // "all": Required({ type: String({ minLength: 1 }) }),
1034
- // "none": Required({ type: String({ minLength: 1 }) }),
1035
- // "State": Required({ type: String({ minLength: 1 }) }),
1036
- // "Social Status {0} or higher": Required({ type: String({ minLength: 1 }) }),
1037
- // "Person with {0}": Required({ type: String({ minLength: 1 }) }),
1038
- // "Penis": Required({ type: String({ minLength: 1 }) }),
1039
- // "Vagina": Required({ type: String({ minLength: 1 }) }),
1040
- // "the SR for {0} combined must add up to at least {1}": Required({ type: String({ minLength: 1 }) }),
1041
- // "{0} on at least SR {1}: {2}": Required({ type: String({ minLength: 1 }) }),
1042
- // "{0} arcane works with the property {1} at SR {2} or higher": Required({ type: String({ minLength: 1 }) }),
1043
- // "{0} liturgical chants and ceremonies with the aspect {1} at SR {2} or higher": Required({ type: String({ minLength: 1 }) }),
1044
- // "one of the following skills": Required({ type: String({ minLength: 1 }) }),
1045
- // "two of the following skills": Required({ type: String({ minLength: 1 }) }),
1046
- // "three of the following skills": Required({ type: String({ minLength: 1 }) }),
1047
- // "four of the following skills": Required({ type: String({ minLength: 1 }) }),
1048
- // "five of the following skills": Required({ type: String({ minLength: 1 }) }),
1049
- // "six of the following skills": Required({ type: String({ minLength: 1 }) }),
1050
- // "seven of the following skills": Required({ type: String({ minLength: 1 }) }),
1051
- // "eight of the following skills": Required({ type: String({ minLength: 1 }) }),
1052
- // "nine of the following skills": Required({ type: String({ minLength: 1 }) }),
1053
- // "{0} of the following skills": Required({ type: String({ minLength: 1 }) }),
1054
- // "one combat technique": Required({ type: String({ minLength: 1 }) }),
1055
- // "two combat techniques": Required({ type: String({ minLength: 1 }) }),
1056
- // "three combat techniques": Required({ type: String({ minLength: 1 }) }),
1057
- // "four combat techniques": Required({ type: String({ minLength: 1 }) }),
1058
- // "five combat techniques": Required({ type: String({ minLength: 1 }) }),
1059
- // "six combat techniques": Required({ type: String({ minLength: 1 }) }),
1060
- // "seven combat techniques": Required({ type: String({ minLength: 1 }) }),
1061
- // "eight combat techniques": Required({ type: String({ minLength: 1 }) }),
1062
- // "nine combat techniques": Required({ type: String({ minLength: 1 }) }),
1063
- // "{0} combat techniques": Required({ type: String({ minLength: 1 }) }),
1064
- // "one close combat technique": Required({ type: String({ minLength: 1 }) }),
1065
- // "two close combat techniques": Required({ type: String({ minLength: 1 }) }),
1066
- // "three close combat techniques": Required({ type: String({ minLength: 1 }) }),
1067
- // "four close combat techniques": Required({ type: String({ minLength: 1 }) }),
1068
- // "five close combat techniques": Required({ type: String({ minLength: 1 }) }),
1069
- // "six close combat techniques": Required({ type: String({ minLength: 1 }) }),
1070
- // "seven close combat techniques": Required({ type: String({ minLength: 1 }) }),
1071
- // "eight close combat techniques": Required({ type: String({ minLength: 1 }) }),
1072
- // "nine close combat techniques": Required({ type: String({ minLength: 1 }) }),
1073
- // "{0} close combat techniques": Required({ type: String({ minLength: 1 }) }),
1074
- // "one ranged combat technique": Required({ type: String({ minLength: 1 }) }),
1075
- // "two ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1076
- // "three ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1077
- // "four ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1078
- // "five ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1079
- // "six ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1080
- // "seven ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1081
- // "eight ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1082
- // "nine ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1083
- // "{0} ranged combat techniques": Required({ type: String({ minLength: 1 }) }),
1084
- // "special ability": Required({ type: String({ minLength: 1 }) }),
1085
- // "no special ability": Required({ type: String({ minLength: 1 }) }),
1086
- // "Tradition": Required({ type: String({ minLength: 1 }) }),
1087
- // "Tradition ({0})": Required({ type: String({ minLength: 1 }) }),
1088
- // "Church": Required({ type: String({ minLength: 1 }) }),
1089
- // "Shaman": Required({ type: String({ minLength: 1 }) }),
1090
- // "Tradition must be able to use rituals": Required({ type: String({ minLength: 1 }) }),
1091
- // "Tradition must be able to bind familiars": Required({ type: String({ minLength: 1 }) }),
1092
- // "spell enhancement": Required({ type: String({ minLength: 1 }) }),
1093
- // "liturgical enhancement": Required({ type: String({ minLength: 1 }) }),
1094
- // "for": Required({ type: String({ minLength: 1 }) }),
1095
- // "no other ancestor blood advantage": Required({ type: String({ minLength: 1 }) }),
1096
- // "Race, culture, or profession must have {0} as an automatic or suggested {1}": Required({ type: String({ minLength: 1 }) }),
1097
- // "advantage": Required({ type: String({ minLength: 1 }) }),
1098
- // "disadvantage": Required({ type: String({ minLength: 1 }) }),
1099
- // "domain {0}": Required({ type: String({ minLength: 1 }) }),
1100
- // "{0} level {1}": Required({ type: String({ minLength: 1 }) }),
1101
- // "Level {0}:": Required({ type: String({ minLength: 1 }) }),
1102
- // "inlinewiki.castingtime": Required({ type: String({ minLength: 1 }) }),
1103
- // "inlinewiki.ritualtime": Required({ type: String({ minLength: 1 }) }),
1104
- // "inlinewiki.aecost": Required({ type: String({ minLength: 1 }) }),
1105
- // "inlinewiki.range": Required({ type: String({ minLength: 1 }) }),
1106
- // "inlinewiki.duration": Required({ type: String({ minLength: 1 }) }),
1107
- // "inlinewiki.targetcategory": Required({ type: String({ minLength: 1 }) }),
1108
- // "inlinewiki.property": Required({ type: String({ minLength: 1 }) }),
1109
- // "inlinewiki.traditions": Required({ type: String({ minLength: 1 }) }),
1110
- // "inlinewiki.skill": Required({ type: String({ minLength: 1 }) }),
1111
- // "inlinewiki.lengthoftime": Required({ type: String({ minLength: 1 }) }),
1112
- // "inlinewiki.musictradition": Required({ type: String({ minLength: 1 }) }),
1113
- // "inlinewiki.youcannotuseamodificationonthisspellscastingtime": Required({ type: String({ minLength: 1 }) }),
1114
- // "inlinewiki.youcannotuseamodificationonthisspellsritualtime": Required({ type: String({ minLength: 1 }) }),
1115
- // "inlinewiki.youcannotuseamodificationonthisspellscost": Required({ type: String({ minLength: 1 }) }),
1116
- // "inlinewiki.youcannotuseamodificationonthisspellsrange": Required({ type: String({ minLength: 1 }) }),
1117
- // "inlinewiki.youcannotuseamodificationonthisspellsduration": Required({ type: String({ minLength: 1 }) }),
1118
- // "inlinewiki.spellenhancements": Required({ type: String({ minLength: 1 }) }),
1119
- // /**
1120
- // * - `0`: Enhancement name
1121
- // * - `1`: Required Skill Rating
1122
- // * - `2`: AP value
1123
- // * - `3`: Description
1124
- // */
1125
- // "inlinewiki.spellenhancements.title": Required({ type: String({ minLength: 1 }) }),
1126
- // "inlinewiki.tribaltraditions": Required({ type: String({ minLength: 1 }) }),
1127
- // "inlinewiki.brew": Required({ type: String({ minLength: 1 }) }),
1128
- // "inlinewiki.spirithalf": Required({ type: String({ minLength: 1 }) }),
1129
- // "inlinewiki.spirithalf.short": Required({ type: String({ minLength: 1 }) }),
1130
- // "inlinewiki.spiritortoughness": Required({ type: String({ minLength: 1 }) }),
1131
- // "inlinewiki.spiritortoughness.short": Required({ type: String({ minLength: 1 }) }),
1132
- // "inlinewiki.note": Required({ type: String({ minLength: 1 }) }),
1133
- // "Blessings": Required({ type: String({ minLength: 1 }) }),
1134
- // "Ceremonies": Required({ type: String({ minLength: 1 }) }),
1135
- // "liturgicalchants.addbtn": Required({ type: String({ minLength: 1 }) }),
1136
- // "liturgicalchants.header.name": Required({ type: String({ minLength: 1 }) }),
1137
- // "liturgicalchants.header.traditions": Required({ type: String({ minLength: 1 }) }),
1138
- // "liturgicalchants.header.group": Required({ type: String({ minLength: 1 }) }),
1139
- // "liturgicalchants.header.skillrating": Required({ type: String({ minLength: 1 }) }),
1140
- // "liturgicalchants.header.skillrating.tooltip": Required({ type: String({ minLength: 1 }) }),
1141
- // "liturgicalchants.header.check": Required({ type: String({ minLength: 1 }) }),
1142
- // "liturgicalchants.header.checkmodifier": Required({ type: String({ minLength: 1 }) }),
1143
- // "liturgicalchants.header.checkmodifier.tooltip": Required({ type: String({ minLength: 1 }) }),
1144
- // "liturgicalchants.header.improvementcost": Required({ type: String({ minLength: 1 }) }),
1145
- // "liturgicalchants.header.improvementcost.tooltip": Required({ type: String({ minLength: 1 }) }),
1146
- // "liturgicalchants.groups.blessing": Required({ type: String({ minLength: 1 }) }),
1147
- // "liturgicalchants.aspects.general": Required({ type: String({ minLength: 1 }) }),
1148
- // "inlinewiki.liturgicaltime": Required({ type: String({ minLength: 1 }) }),
1149
- // "inlinewiki.ceremonialtime": Required({ type: String({ minLength: 1 }) }),
1150
- // "inlinewiki.kpcost": Required({ type: String({ minLength: 1 }) }),
1151
- // "inlinewiki.youcannotuseamodificationonthischantsliturgicaltime": Required({ type: String({ minLength: 1 }) }),
1152
- // "inlinewiki.youcannotuseamodificationonthischantsceremonialtime": Required({ type: String({ minLength: 1 }) }),
1153
- // "inlinewiki.youcannotuseamodificationonthischantscost": Required({ type: String({ minLength: 1 }) }),
1154
- // "inlinewiki.youcannotuseamodificationonthischantsrange": Required({ type: String({ minLength: 1 }) }),
1155
- // "inlinewiki.youcannotuseamodificationonthischantsduration": Required({ type: String({ minLength: 1 }) }),
1156
- // "inlinewiki.liturgicalchantenhancements": Required({ type: String({ minLength: 1 }) }),
1157
- // /**
1158
- // * - `0`: Enhancement name
1159
- // * - `1`: Required Skill Rating
1160
- // * - `2`: AP value
1161
- // * - `3`: Description
1162
- // */
1163
- // "inlinewiki.liturgicalchantenhancements.title": Required({ type: String({ minLength: 1 }) }),
1164
- // "equipment.header.name": Required({ type: String({ minLength: 1 }) }),
1165
- // "equipment.header.group": Required({ type: String({ minLength: 1 }) }),
1166
- // "equipment.addbtn": Required({ type: String({ minLength: 1 }) }),
1167
- // "equipment.createbtn": Required({ type: String({ minLength: 1 }) }),
1168
- // "equipment.filters.allcombattechniques": Required({ type: String({ minLength: 1 }) }),
1169
- // "equipment.purse.title": Required({ type: String({ minLength: 1 }) }),
1170
- // "equipment.purse.ducats": Required({ type: String({ minLength: 1 }) }),
1171
- // "equipment.purse.silverthalers": Required({ type: String({ minLength: 1 }) }),
1172
- // "equipment.purse.halers": Required({ type: String({ minLength: 1 }) }),
1173
- // "equipment.purse.kreutzers": Required({ type: String({ minLength: 1 }) }),
1174
- // "equipment.purse.carryingcapacity": Required({ type: String({ minLength: 1 }) }),
1175
- // "equipment.purse.initialstartingwealthandcarryingcapacity": Required({ type: String({ minLength: 1 }) }),
1176
- // "equipment.purse.earnpay": Required({ type: String({ minLength: 1 }) }),
1177
- // "equipment.purse.earn": Required({ type: String({ minLength: 1 }) }),
1178
- // "equipment.purse.pay": Required({ type: String({ minLength: 1 }) }),
1179
- // "equipment.purse.notefirst": Required({ type: String({ minLength: 1 }) }),
1180
- // "equipment.purse.notesecond": Required({ type: String({ minLength: 1 }) }),
1181
- // "equipment.purse.currentcredit": Required({ type: String({ minLength: 1 }) }),
1182
- // "equipment.purse.amount": Required({ type: String({ minLength: 1 }) }),
1183
- // "equipment.dialogs.addedit.damage": Required({ type: String({ minLength: 1 }) }),
1184
- // "equipment.dialogs.addedit.length": Required({ type: String({ minLength: 1 }) }),
1185
- // "equipment.dialogs.addedit.range": Required({ type: String({ minLength: 1 }) }),
1186
- // "equipment.dialogs.addedit.edititem": Required({ type: String({ minLength: 1 }) }),
1187
- // "equipment.dialogs.addedit.createitem": Required({ type: String({ minLength: 1 }) }),
1188
- // "equipment.dialogs.addedit.number": Required({ type: String({ minLength: 1 }) }),
1189
- // "equipment.dialogs.addedit.name": Required({ type: String({ minLength: 1 }) }),
1190
- // "equipment.dialogs.addedit.price": Required({ type: String({ minLength: 1 }) }),
1191
- // "equipment.dialogs.addedit.weight": Required({ type: String({ minLength: 1 }) }),
1192
- // "equipment.dialogs.addedit.carriedwhere": Required({ type: String({ minLength: 1 }) }),
1193
- // "equipment.dialogs.addedit.itemgroup": Required({ type: String({ minLength: 1 }) }),
1194
- // "equipment.dialogs.addedit.itemgrouphint": Required({ type: String({ minLength: 1 }) }),
1195
- // "equipment.dialogs.addedit.improvisedweapon": Required({ type: String({ minLength: 1 }) }),
1196
- // "equipment.dialogs.addedit.improvisedweapongroup": Required({ type: String({ minLength: 1 }) }),
1197
- // "equipment.dialogs.addedit.template": Required({ type: String({ minLength: 1 }) }),
1198
- // "equipment.dialogs.addedit.combattechnique": Required({ type: String({ minLength: 1 }) }),
1199
- // "equipment.dialogs.addedit.primaryattributeanddamagethreshold": Required({ type: String({ minLength: 1 }) }),
1200
- // "equipment.dialogs.addedit.primaryattribute": Required({ type: String({ minLength: 1 }) }),
1201
- // "equipment.dialogs.addedit.primaryattribute.short": Required({ type: String({ minLength: 1 }) }),
1202
- // "equipment.dialogs.addedit.damagethreshold": Required({ type: String({ minLength: 1 }) }),
1203
- // "equipment.dialogs.addedit.separatedamagethresholds": Required({ type: String({ minLength: 1 }) }),
1204
- // "equipment.dialogs.addedit.breakingpointratingmodifier": Required({ type: String({ minLength: 1 }) }),
1205
- // "equipment.dialogs.addedit.damaged": Required({ type: String({ minLength: 1 }) }),
1206
- // "equipment.dialogs.addedit.reach": Required({ type: String({ minLength: 1 }) }),
1207
- // "equipment.dialogs.addedit.attackparrymodifier": Required({ type: String({ minLength: 1 }) }),
1208
- // "equipment.dialogs.addedit.structurepoints": Required({ type: String({ minLength: 1 }) }),
1209
- // "equipment.dialogs.addedit.lengthwithunit": Required({ type: String({ minLength: 1 }) }),
1210
- // "equipment.dialogs.addedit.parryingweapon": Required({ type: String({ minLength: 1 }) }),
1211
- // "equipment.dialogs.addedit.twohandedweapon": Required({ type: String({ minLength: 1 }) }),
1212
- // "equipment.dialogs.addedit.reloadtime": Required({ type: String({ minLength: 1 }) }),
1213
- // "equipment.dialogs.addedit.rangeclose": Required({ type: String({ minLength: 1 }) }),
1214
- // "equipment.dialogs.addedit.rangemedium": Required({ type: String({ minLength: 1 }) }),
1215
- // "equipment.dialogs.addedit.rangefar": Required({ type: String({ minLength: 1 }) }),
1216
- // "equipment.dialogs.addedit.ammunition": Required({ type: String({ minLength: 1 }) }),
1217
- // "equipment.dialogs.addedit.protection": Required({ type: String({ minLength: 1 }) }),
1218
- // "equipment.dialogs.addedit.encumbrance": Required({ type: String({ minLength: 1 }) }),
1219
- // "equipment.dialogs.addedit.armortype": Required({ type: String({ minLength: 1 }) }),
1220
- // "equipment.dialogs.addedit.sturdinessmodifier": Required({ type: String({ minLength: 1 }) }),
1221
- // "equipment.dialogs.addedit.wear": Required({ type: String({ minLength: 1 }) }),
1222
- // "equipment.dialogs.addedit.hitzonearmoronly": Required({ type: String({ minLength: 1 }) }),
1223
- // "equipment.dialogs.addedit.movementmodifier": Required({ type: String({ minLength: 1 }) }),
1224
- // "equipment.dialogs.addedit.initiativemodifier": Required({ type: String({ minLength: 1 }) }),
1225
- // "equipment.dialogs.addedit.additionalpenalties": Required({ type: String({ minLength: 1 }) }),
1226
- // "hitzonearmors.header.name": Required({ type: String({ minLength: 1 }) }),
1227
- // "hitzonearmors.createbtn": Required({ type: String({ minLength: 1 }) }),
1228
- // "hitzonearmors.dialogs.addedit.name": Required({ type: String({ minLength: 1 }) }),
1229
- // "hitzonearmors.dialogs.addedit.edithitzonearmor": Required({ type: String({ minLength: 1 }) }),
1230
- // "hitzonearmors.dialogs.addedit.createhitzonearmor": Required({ type: String({ minLength: 1 }) }),
1231
- // "hitzonearmors.dialogs.addedit.head": Required({ type: String({ minLength: 1 }) }),
1232
- // "hitzonearmors.dialogs.addedit.torso": Required({ type: String({ minLength: 1 }) }),
1233
- // "hitzonearmors.dialogs.addedit.leftarm": Required({ type: String({ minLength: 1 }) }),
1234
- // "hitzonearmors.dialogs.addedit.rightarm": Required({ type: String({ minLength: 1 }) }),
1235
- // "hitzonearmors.dialogs.addedit.leftleg": Required({ type: String({ minLength: 1 }) }),
1236
- // "hitzonearmors.dialogs.addedit.rightleg": Required({ type: String({ minLength: 1 }) }),
1237
- // "hitzonearmors.dialogs.addedit.wear": Required({ type: String({ minLength: 1 }) }),
1238
- // "inlinewiki.equipment.weight": Required({ type: String({ minLength: 1 }) }),
1239
- // "inlinewiki.equipment.price": Required({ type: String({ minLength: 1 }) }),
1240
- // "inlinewiki.equipment.ammunition": Required({ type: String({ minLength: 1 }) }),
1241
- // "inlinewiki.equipment.combattechnique": Required({ type: String({ minLength: 1 }) }),
1242
- // "inlinewiki.equipment.damage": Required({ type: String({ minLength: 1 }) }),
1243
- // "inlinewiki.equipment.primaryattributeanddamagethreshold": Required({ type: String({ minLength: 1 }) }),
1244
- // "inlinewiki.equipment.attackparrymodifier": Required({ type: String({ minLength: 1 }) }),
1245
- // "inlinewiki.equipment.reach": Required({ type: String({ minLength: 1 }) }),
1246
- // "inlinewiki.equipment.length": Required({ type: String({ minLength: 1 }) }),
1247
- // "inlinewiki.equipment.reloadtime": Required({ type: String({ minLength: 1 }) }),
1248
- // "inlinewiki.equipment.range": Required({ type: String({ minLength: 1 }) }),
1249
- // /**
1250
- // * - `0`: Number of actions
1251
- // */
1252
- // "inlinewiki.equipment.actionsvalue": Required({ type: String({ minLength: 1 }) }),
1253
- // "inlinewiki.equipment.protection": Required({ type: String({ minLength: 1 }) }),
1254
- // "inlinewiki.equipment.encumbrance": Required({ type: String({ minLength: 1 }) }),
1255
- // "inlinewiki.equipment.additionalpenalties": Required({ type: String({ minLength: 1 }) }),
1256
- // "inlinewiki.equipment.note": Required({ type: String({ minLength: 1 }) }),
1257
- // "inlinewiki.equipment.rules": Required({ type: String({ minLength: 1 }) }),
1258
- // "inlinewiki.equipment.weaponadvantage": Required({ type: String({ minLength: 1 }) }),
1259
- // "inlinewiki.equipment.weapondisadvantage": Required({ type: String({ minLength: 1 }) }),
1260
- // "inlinewiki.equipment.armoradvantage": Required({ type: String({ minLength: 1 }) }),
1261
- // "inlinewiki.equipment.armordisadvantage": Required({ type: String({ minLength: 1 }) }),
1262
- // "pets.dialogs.addedit.deleteavatarbtn": Required({ type: String({ minLength: 1 }) }),
1263
- // "pets.dialogs.addedit.name": Required({ type: String({ minLength: 1 }) }),
1264
- // "pets.dialogs.addedit.sizecategory": Required({ type: String({ minLength: 1 }) }),
1265
- // "pets.dialogs.addedit.type": Required({ type: String({ minLength: 1 }) }),
1266
- // "pets.dialogs.addedit.apspent": Required({ type: String({ minLength: 1 }) }),
1267
- // "pets.dialogs.addedit.totalap": Required({ type: String({ minLength: 1 }) }),
1268
- // "pets.dialogs.addedit.protection": Required({ type: String({ minLength: 1 }) }),
1269
- // "pets.dialogs.addedit.attackname": Required({ type: String({ minLength: 1 }) }),
1270
- // "pets.dialogs.addedit.attack": Required({ type: String({ minLength: 1 }) }),
1271
- // "pets.dialogs.addedit.parry": Required({ type: String({ minLength: 1 }) }),
1272
- // "pets.dialogs.addedit.damagepoints": Required({ type: String({ minLength: 1 }) }),
1273
- // "pets.dialogs.addedit.reach": Required({ type: String({ minLength: 1 }) }),
1274
- // "pets.dialogs.addedit.actions": Required({ type: String({ minLength: 1 }) }),
1275
- // "pets.dialogs.addedit.skills": Required({ type: String({ minLength: 1 }) }),
1276
- // "pets.dialogs.addedit.specialabilities": Required({ type: String({ minLength: 1 }) }),
1277
- // "pets.dialogs.addedit.notes": Required({ type: String({ minLength: 1 }) }),
1278
- // "pets.dialogs.addedit.addbtn": Required({ type: String({ minLength: 1 }) }),
1279
- // "pets.dialogs.addedit.savebtn": Required({ type: String({ minLength: 1 }) }),
1280
- // // Inline Library
1281
- // "Show details": Required({ type: String({ minLength: 1 }) }),
1282
- // // Experience Level
1283
- // "Maximum Attribute Value": Required({ type: String({ minLength: 1 }) }),
1284
- // "Maximum Skill Value": Required({ type: String({ minLength: 1 }) }),
1285
- // "Maximum Combat Technique": Required({ type: String({ minLength: 1 }) }),
1286
- // "Maximum Attribute Total": Required({ type: String({ minLength: 1 }) }),
1287
- // "Number of Spells/Liturgical Chants": Required({ type: String({ minLength: 1 }) }),
1288
- // "Number from other Traditions": Required({ type: String({ minLength: 1 }) }),
1289
- // // Skill
1290
- // "Check": Required({ type: String({ minLength: 1 }) }),
1291
- // "Applications": Required({ type: String({ minLength: 1 }) }),
1292
- // "Encumbrance": Required({ type: String({ minLength: 1 }) }),
1293
- // "Yes": Required({ type: String({ minLength: 1 }) }),
1294
- // "No": Required({ type: String({ minLength: 1 }) }),
1295
- // "Maybe": Required({ type: String({ minLength: 1 }) }),
1296
- // "Tools": Required({ type: String({ minLength: 1 }) }),
1297
- // "Quality": Required({ type: String({ minLength: 1 }) }),
1298
- // "Failed Check": Required({ type: String({ minLength: 1 }) }),
1299
- // "Critical Success": Required({ type: String({ minLength: 1 }) }),
1300
- // "Botch": Required({ type: String({ minLength: 1 }) }),
1301
- // "Improvement Cost": Required({ type: String({ minLength: 1 }) }),
1302
- // "Front Cover Inside": Required({ type: String({ minLength: 1 }) }),
1303
- // "Back Cover Inside": Required({ type: String({ minLength: 1 }) }),
1304
- // "since the {0}. printing": Required({ type: IncludeIdentifier(PluralizationCategories) }),
1305
- // "removed in {0}. printing": Required({ type: IncludeIdentifier(PluralizationCategories) }),
1306
- // }),
1307
- // }),
19
+ translations: Optional({
20
+ // TODO: Make Required again once translations are added for all locales
21
+ comment: "The translations strings for the locale.",
22
+ // prettier-ignore
23
+ type: TranslationObject({
24
+ // Menu
25
+ "About {0}": null,
26
+ "Preferences …": null,
27
+ "Services": null,
28
+ "Hide {0}": null,
29
+ "Hide Others": null,
30
+ "Show All": null,
31
+ "Quit {0}": null,
32
+ "File": null,
33
+ "Close": null,
34
+ "Quit": null,
35
+ "Edit": null,
36
+ "Undo": null,
37
+ "Redo": null,
38
+ "Cut": null,
39
+ "Copy": null,
40
+ "Paste": null,
41
+ "Delete": null,
42
+ "Select All": null,
43
+ "View": null,
44
+ "Toggle Full Screen": null,
45
+ "Window": null,
46
+ "Minimize": null,
47
+ "Zoom": null,
48
+ "Main Window": null,
49
+ "Bring All to Front": null,
50
+ // Settings Window
51
+ "Settings": null,
52
+ "Main Language": null,
53
+ "System Language": null,
54
+ "Fallback Language": null,
55
+ "No fallback language": null,
56
+ "Appearance": null,
57
+ "Auto": null,
58
+ "Light": null,
59
+ "Dark": null,
60
+ "Edit characters after creation": null,
61
+ "Show animations": null,
62
+ "Check for updates": null,
63
+ // Updater Window
64
+ "Updater": null,
65
+ "Checking for updates …": null,
66
+ "New version available": null,
67
+ /**
68
+ * - `0`: Version number
69
+ */
70
+ "Version {0} is available! Do you wish to download and install?": null,
71
+ "Download": null,
72
+ "Download Later": null,
73
+ "Downloading update …": null,
74
+ "Update downloaded": null,
75
+ "Quit and Install": null,
76
+ "Install Later": null,
77
+ "No update available": null,
78
+ "You're running the latest version available.": null,
79
+ // Main Window
80
+ "Characters": null,
81
+ "Groups": null,
82
+ "Library": null,
83
+ "FAQ": null,
84
+ "About": null,
85
+ "Imprint": null,
86
+ "Third-Party Licenses": null,
87
+ "Last Changes": null,
88
+ "Profile": null,
89
+ "Overview": null,
90
+ "Personal Data": null,
91
+ "Character Sheet": null,
92
+ "Pact": null,
93
+ "Rules": null,
94
+ "Race, Culture & Profession": null,
95
+ "Race": null,
96
+ "Culture": null,
97
+ "Profession": null,
98
+ "Attributes": null,
99
+ "Advantages & Disadvantages": null,
100
+ "Advantages": null,
101
+ "Disadvantages": null,
102
+ "Abilities": null,
103
+ "Skills": null,
104
+ "Combat Techniques": null,
105
+ "Special Abilities": null,
106
+ "Spells": null,
107
+ "Liturgical Chants": null,
108
+ "Belongings": null,
109
+ "Equipment": null,
110
+ "Hit Zone Armor": null,
111
+ "Pets": null,
112
+ /**
113
+ * - `0`: AP left
114
+ */
115
+ "{0} AP Remaining": null,
116
+ "Save": null,
117
+ "Show Settings": null,
118
+ "Toggle DevTools": null,
119
+ // Adventure Points
120
+ "Adventure Points": null,
121
+ "AP": null,
122
+ /**
123
+ * - `0`: AP value
124
+ */
125
+ "{0} Adventure Points": null,
126
+ /**
127
+ * - `0`: AP value
128
+ */
129
+ "{0} AP": null,
130
+ /**
131
+ * - `0`: AP Total
132
+ */
133
+ "{0} Total AP": null,
134
+ /**
135
+ * - `0`: AP Spent
136
+ */
137
+ "{0} AP Spent": null,
138
+ /**
139
+ * - `0`: Current AP spent on advantages
140
+ * - `1`: Maximum possible AP spent on advantages
141
+ */
142
+ "{0}/{1} AP spent on advantages": null,
143
+ /**
144
+ * - `0`: Current AP spent on magic advantages
145
+ * - `1`: Maximum possible AP spent on magic advantages
146
+ */
147
+ "Thereof {0}/{1} on magic advantages": null,
148
+ /**
149
+ * - `0`: Current AP spent on blessed advantages
150
+ * - `1`: Maximum possible AP spent on blessed advantages
151
+ */
152
+ "Thereof {0}/{1} on blessed advantages": null,
153
+ /**
154
+ * - `0`: Current AP spent on disadvantages
155
+ * - `1`: Maximum possible AP spent on disadvantages
156
+ */
157
+ "{0}/{1} AP received from disadvantages": null,
158
+ /**
159
+ * - `0`: Current AP spent on magic disadvantages
160
+ * - `1`: Maximum possible AP spent on magic disadvantages
161
+ */
162
+ "Thereof {0}/{1} from magic disadvantages": null,
163
+ /**
164
+ * - `0`: Current AP spent on blessed disadvantages
165
+ * - `1`: Maximum possible AP spent on blessed disadvantages
166
+ */
167
+ "Thereof {0}/{1} from blessed disadvantages": null,
168
+ /**
169
+ * - `0`: AP spent on race
170
+ */
171
+ "{0} AP spent on race": null,
172
+ /**
173
+ * - `0`: AP spent on profession
174
+ */
175
+ "{0} AP spent on profession": null,
176
+ /**
177
+ * - `0`: AP spent on attributes
178
+ */
179
+ "{0} AP spent on attributes": null,
180
+ /**
181
+ * - `0`: AP spent on skills
182
+ */
183
+ "{0} AP spent on skills": null,
184
+ /**
185
+ * - `0`: AP spent on combat techniques
186
+ */
187
+ "{0} AP spent on combat techniques": null,
188
+ /**
189
+ * - `0`: AP spent on spells
190
+ */
191
+ "{0} AP spent on spells": null,
192
+ /**
193
+ * - `0`: AP spent on cantrips
194
+ */
195
+ "{0} AP spent on cantrips": null,
196
+ /**
197
+ * - `0`: AP spent on liturgical chants
198
+ */
199
+ "{0} AP spent on liturgical chants": null,
200
+ /**
201
+ * - `0`: AP spent on blessings
202
+ */
203
+ "{0} AP spent on blessings": null,
204
+ /**
205
+ * - `0`: AP spent on special abilities
206
+ */
207
+ "{0} AP spent on special abilities": null,
208
+ /**
209
+ * - `0`: AP spent on energies (LP/AE/KP)
210
+ */
211
+ "{0} AP spent on improving/buying back LP/AE/KP": null,
212
+ "header.dialogs.herosaved": null,
213
+ "header.dialogs.allsaved": null,
214
+ "header.dialogs.everythingelsesaved": null,
215
+ "header.dialogs.saveconfigerror.title": null,
216
+ "header.dialogs.saveconfigerror.message": null,
217
+ "header.dialogs.saveheroeserror.title": null,
218
+ "header.dialogs.saveheroeserror.message": null,
219
+ /**
220
+ * - `0`: Weight in kg
221
+ */
222
+ "general.weightvalue": null,
223
+ /**
224
+ * - `0`: Price in silverthalers
225
+ */
226
+ "general.pricevalue": null,
227
+ /**
228
+ * - `0`: Length in cm
229
+ */
230
+ "general.lengthvalue": null,
231
+ /**
232
+ * As in *2D6*.
233
+ */
234
+ "D": null,
235
+ "general.none": null,
236
+ "general.or": null,
237
+ "general.and": null,
238
+ "general.error": null,
239
+ "general.errorcode": null,
240
+ "general.emptylistplaceholder": null,
241
+ "general.emptylistnoresultsplaceholder": null,
242
+ "No Results": null,
243
+ "Search": null,
244
+ "Sort By": null,
245
+ "Name": null,
246
+ "Date Modified": null,
247
+ "Group": null,
248
+ "Property": null,
249
+ "general.filters.sort.bylocation": null,
250
+ "general.filters.sort.bycost": null,
251
+ "general.filters.sort.byweight": null,
252
+ "general.filters.showactivatedentries": null,
253
+ "Done": null,
254
+ "OK": null,
255
+ "Cancel": null,
256
+ "Create": null,
257
+ "Apply": null,
258
+ "Add": null,
259
+ "Not enough AP": null,
260
+ "You are missing {0} Adventure Points to do this.": null,
261
+ "Exceeding Adventure Points limit for advantages": null,
262
+ "You cannot spend more than {0} AP on advantages. You would exceed this limit by {1} AP.": null,
263
+ "Exceeding Adventure Points limit for magical advantages": null,
264
+ "You cannot spend more than {0} AP on magical advantages. You would exceed this limit by {1} AP.": null,
265
+ "Exceeding Adventure Points limit for blessed advantages": null,
266
+ "You cannot spend more than {0} AP on blessed advantages. You would exceed this limit by {1} AP.": null,
267
+ "Exceeding Adventure Points limit for disadvantages": null,
268
+ "You cannot receive more than {0} AP from disadvantages. You would exceed this limit by {1} AP.": null,
269
+ "Exceeding Adventure Points limit for magical disadvantages": null,
270
+ "You cannot receive more than {0} AP from magical disadvantages. You would exceed this limit by {1} AP.": null,
271
+ "Exceeding Adventure Points limit for blessed disadvantages": null,
272
+ "You cannot receive more than {0} AP from blessed disadvantages. You would exceed this limit by {1} AP.": null,
273
+ "heroes.filters.origin.allheroes": null,
274
+ "heroes.filters.origin.ownheroes": null,
275
+ "heroes.filters.origin.sharedheroes": null,
276
+ "Import": null,
277
+ "New Character": null,
278
+ "Duplicate Character": null,
279
+ "Export Character as OPTLC file": null,
280
+ "Delete Character": null,
281
+ "Open Character": null,
282
+ "heroes.saveherobtn": null,
283
+ "heroes.unsavedhero.name": null,
284
+ "heroes.list.adventurepoints": null,
285
+ "heroes.dialogs.herosaved": null,
286
+ "heroes.dialogs.importheroerror.title": null,
287
+ "heroes.dialogs.importheroerror.message": null,
288
+ "heroes.dialogs.heroexportsavelocation.title": null,
289
+ "heroes.dialogs.herojsonsaveerror.title": null,
290
+ "heroes.dialogs.herojsonsaveerror.message": null,
291
+ "heroes.dialogs.unsavedactions.title": null,
292
+ "heroes.dialogs.unsavedactions.message": null,
293
+ "heroes.dialogs.unsavedactions.quit": null,
294
+ "heroes.dialogs.unsavedactions.saveandquit": null,
295
+ /**
296
+ * - `0`: Name of the hero to delete
297
+ */
298
+ "heroes.dialogs.deletehero.title": null,
299
+ "heroes.dialogs.deletehero.message": null,
300
+ "heroes.dialogs.herocreation.title": null,
301
+ "heroes.dialogs.herocreation.nameofhero": null,
302
+ "heroes.dialogs.herocreation.sex.placeholder": null,
303
+ "heroes.dialogs.herocreation.sex.male": null,
304
+ "heroes.dialogs.herocreation.sex.female": null,
305
+ "heroes.dialogs.herocreation.experiencelevel.placeholder": null,
306
+ "heroes.dialogs.herocreation.startbtn": null,
307
+ "wiki.chooseacategory": null,
308
+ "wiki.chooseacategorytodisplayalist": null,
309
+ "wiki.filters.races": null,
310
+ "wiki.filters.cultures": null,
311
+ "wiki.filters.professions": null,
312
+ "wiki.filters.advantages": null,
313
+ "wiki.filters.disadvantages": null,
314
+ "wiki.filters.skills": null,
315
+ "wiki.filters.skills.all": null,
316
+ "wiki.filters.combattechniques": null,
317
+ "wiki.filters.combattechniques.all": null,
318
+ "wiki.filters.magic": null,
319
+ "wiki.filters.magic.all": null,
320
+ "wiki.filters.liturgicalchants": null,
321
+ "wiki.filters.liturgicalchants.all": null,
322
+ "wiki.filters.specialabilities": null,
323
+ "wiki.filters.specialabilities.all": null,
324
+ "wiki.filters.itemtemplates": null,
325
+ "wiki.filters.itemtemplates.all": null,
326
+ "Edit Name": null,
327
+ "Change Name": null,
328
+ "Edit Profession Name": null,
329
+ "Change Profession Name": null,
330
+ "Add AP": null,
331
+ "Add Adventure Points": null,
332
+ "How many Adventure Points do you want to add?": null,
333
+ "Finish Character Creation": null,
334
+ "Select New Avatar": null,
335
+ "Delete Avatar": null,
336
+ "profile.dialogs.changeheroavatar.title": null,
337
+ "profile.dialogs.changeheroavatar.selectfilebtn": null,
338
+ "profile.dialogs.changeheroavatar.imagefiletype": null,
339
+ "profile.dialogs.changeheroavatar.invalidfilewarning": null,
340
+ // Personal Data
341
+ "Male": null,
342
+ "Female": null,
343
+ "Bal’Thani": null,
344
+ "Tsajana": null,
345
+ "Family": null,
346
+ "Place of Birth": null,
347
+ "Date of Birth": null,
348
+ "Age": null,
349
+ "Hair Color": null,
350
+ "Eye Color": null,
351
+ "Size": null,
352
+ "Weight": null,
353
+ "Title": null,
354
+ "Social Status": null,
355
+ "Characteristics": null,
356
+ "Other Information": null,
357
+ "Reroll Eye Color": null,
358
+ "Reroll Hair Color": null,
359
+ "Reroll Size": null,
360
+ "Reroll Weight": null,
361
+ "personaldata.cultureareaknowledge": null,
362
+ "You can save up no more than 10 AP to use later during the game, and you cannot begin the game with a negative AP balance.": null,
363
+ "sheets.printtopdfbtn": null,
364
+ "sheets.dialogs.pdfexportsavelocation.title": null,
365
+ "sheets.dialogs.pdfsaved": null,
366
+ "sheets.dialogs.pdfsaveerror.title": null,
367
+ "sheets.dialogs.pdfsaveerror.message": null,
368
+ "sheets.dialogs.pdfcreationerror.title": null,
369
+ "sheets.dialogs.pdfcreationerror.message": null,
370
+ "sheets.showattributevalues": null,
371
+ "sheets.useparchment": null,
372
+ "sheets.zoomfactor": null,
373
+ "sheets.charactersheet": null,
374
+ "sheets.attributemodifiers.title": null,
375
+ "sheets.mainsheet.title": null,
376
+ "sheets.mainsheet.name": null,
377
+ "sheets.mainsheet.family": null,
378
+ "sheets.mainsheet.placeofbirth": null,
379
+ "sheets.mainsheet.dateofbirth": null,
380
+ "sheets.mainsheet.age": null,
381
+ "sheets.mainsheet.sex": null,
382
+ "sheets.mainsheet.race": null,
383
+ "sheets.mainsheet.size": null,
384
+ "sheets.mainsheet.weight": null,
385
+ "sheets.mainsheet.haircolor": null,
386
+ "sheets.mainsheet.eyecolor": null,
387
+ "sheets.mainsheet.culture": null,
388
+ "sheets.mainsheet.socialstatus": null,
389
+ "sheets.mainsheet.profession": null,
390
+ "sheets.mainsheet.rank": null,
391
+ "sheets.mainsheet.characteristics": null,
392
+ "sheets.mainsheet.otherinfo": null,
393
+ "sheets.mainsheet.experiencelevellabel": null,
394
+ "sheets.mainsheet.totalaplabel": null,
395
+ "sheets.mainsheet.apcollectedlabel": null,
396
+ "sheets.mainsheet.apspentlabel": null,
397
+ "sheets.mainsheet.avatarlabel": null,
398
+ "sheets.mainsheet.advantages": null,
399
+ "sheets.mainsheet.disadvantages": null,
400
+ "sheets.mainsheet.generalspecialabilites": null,
401
+ "sheets.mainsheet.fatepoints": null,
402
+ "sheets.mainsheet.derivedcharacteristics.labels.value": null,
403
+ "sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty": null,
404
+ "sheets.mainsheet.derivedcharacteristics.labels.bonus": null,
405
+ "sheets.mainsheet.derivedcharacteristics.labels.bought": null,
406
+ "sheets.mainsheet.derivedcharacteristics.labels.max": null,
407
+ "sheets.mainsheet.derivedcharacteristics.labels.current": null,
408
+ "sheets.mainsheet.derivedcharacteristics.labels.basestat": null,
409
+ "sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback": null,
410
+ "sheets.gamestatssheet.title": null,
411
+ "sheets.gamestatssheet.skillstable.title": null,
412
+ "sheets.gamestatssheet.skillstable.labels.skill": null,
413
+ "sheets.gamestatssheet.skillstable.labels.check": null,
414
+ "sheets.gamestatssheet.skillstable.labels.encumbrance": null,
415
+ "sheets.gamestatssheet.skillstable.labels.improvementcost": null,
416
+ "sheets.gamestatssheet.skillstable.labels.skillrating": null,
417
+ "sheets.gamestatssheet.skillstable.labels.routinechecks": null,
418
+ "sheets.gamestatssheet.skillstable.labels.notes": null,
419
+ "sheets.gamestatssheet.skillstable.encumbrance.yes": null,
420
+ "sheets.gamestatssheet.skillstable.encumbrance.no": null,
421
+ "sheets.gamestatssheet.skillstable.encumbrance.maybe": null,
422
+ "sheets.gamestatssheet.skillstable.groups.pages": null,
423
+ "sheets.gamestatssheet.languages.title": null,
424
+ "sheets.gamestatssheet.languages.nativetongue": null,
425
+ "sheets.gamestatssheet.knownscripts.title": null,
426
+ "sheets.gamestatssheet.routinechecks.title": null,
427
+ "sheets.gamestatssheet.routinechecks.textRow1": null,
428
+ "sheets.gamestatssheet.routinechecks.textRow2": null,
429
+ "sheets.gamestatssheet.routinechecks.textRow3": null,
430
+ "sheets.gamestatssheet.routinechecks.textRow4": null,
431
+ "sheets.gamestatssheet.routinechecks.labels.checkmod": null,
432
+ "sheets.gamestatssheet.routinechecks.labels.neededsr": null,
433
+ "sheets.gamestatssheet.routinechecks.from3on": null,
434
+ "sheets.gamestatssheet.qualitylevels.title": null,
435
+ "sheets.gamestatssheet.qualitylevels.labels.skillpoints": null,
436
+ "sheets.gamestatssheet.qualitylevels.labels.qualitylevel": null,
437
+ "sheets.combatsheet.title": null,
438
+ "sheets.combatsheet.combattechniquestable.title": null,
439
+ "sheets.combatsheet.combattechniquestable.labels.combattechnique": null,
440
+ "sheets.combatsheet.combattechniquestable.labels.primaryattribute": null,
441
+ "sheets.combatsheet.combattechniquestable.labels.improvementcost": null,
442
+ "sheets.combatsheet.combattechniquestable.labels.combattechniquerating": null,
443
+ "sheets.combatsheet.combattechniquestable.labels.attackrangecombat": null,
444
+ "sheets.combatsheet.combattechniquestable.labels.parry": null,
445
+ "sheets.combatsheet.lifepoints.title": null,
446
+ "sheets.combatsheet.lifepoints.max": null,
447
+ "sheets.combatsheet.lifepoints.current": null,
448
+ "sheets.combatsheet.lifepoints.pain1": null,
449
+ "sheets.combatsheet.lifepoints.pain2": null,
450
+ "sheets.combatsheet.lifepoints.pain3": null,
451
+ "sheets.combatsheet.lifepoints.pain4": null,
452
+ "sheets.combatsheet.lifepoints.dying": null,
453
+ "sheets.combatsheet.closecombatweapons": null,
454
+ "sheets.combatsheet.closecombatweapons.labels.weapon": null,
455
+ "sheets.combatsheet.closecombatweapons.labels.combattechnique": null,
456
+ "sheets.combatsheet.closecombatweapons.labels.damagebonus": null,
457
+ "sheets.combatsheet.closecombatweapons.labels.damagepoints": null,
458
+ "sheets.combatsheet.closecombatweapons.labels.attackparrymodifier": null,
459
+ "sheets.combatsheet.closecombatweapons.labels.reach": null,
460
+ "sheets.combatsheet.closecombatweapons.labels.breakingpointrating": null,
461
+ "sheets.combatsheet.closecombatweapons.labels.damaged": null,
462
+ "sheets.combatsheet.closecombatweapons.labels.attack": null,
463
+ "sheets.combatsheet.closecombatweapons.labels.parry": null,
464
+ "sheets.combatsheet.closecombatweapons.labels.weight": null,
465
+ "sheets.combatsheet.rangedcombatweapons": null,
466
+ "sheets.combatsheet.rangedcombatweapons.labels.weapon": null,
467
+ "sheets.combatsheet.rangedcombatweapons.labels.combattechnique": null,
468
+ "sheets.combatsheet.rangedcombatweapons.labels.reloadtime": null,
469
+ "sheets.combatsheet.rangedcombatweapons.labels.damagepoints": null,
470
+ "sheets.combatsheet.rangedcombatweapons.labels.ammunition": null,
471
+ "sheets.combatsheet.rangedcombatweapons.labels.rangebrackets": null,
472
+ "sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating": null,
473
+ "sheets.combatsheet.rangedcombatweapons.labels.damaged": null,
474
+ "sheets.combatsheet.rangedcombatweapons.labels.rangedcombat": null,
475
+ "sheets.combatsheet.rangedcombatweapons.labels.weight": null,
476
+ "sheets.combatsheet.armors.title": null,
477
+ "sheets.combatsheet.armors.labels.armor": null,
478
+ "sheets.combatsheet.armors.labels.sturdinessrating": null,
479
+ "sheets.combatsheet.armors.labels.wear": null,
480
+ "sheets.combatsheet.armors.labels.protection": null,
481
+ "sheets.combatsheet.armors.labels.encumbrance": null,
482
+ "sheets.combatsheet.armors.labels.movementinitiative": null,
483
+ "sheets.combatsheet.armors.labels.carriedwhereexamples": null,
484
+ "sheets.combatsheet.armors.labels.head": null,
485
+ "sheets.combatsheet.armors.labels.torso": null,
486
+ "sheets.combatsheet.armors.labels.leftarm": null,
487
+ "sheets.combatsheet.armors.labels.rightarm": null,
488
+ "sheets.combatsheet.armors.labels.leftleg": null,
489
+ "sheets.combatsheet.armors.labels.rightleg": null,
490
+ "sheets.combatsheet.armors.labels.weight": null,
491
+ "sheets.combatsheet.shieldparryingweapon.title": null,
492
+ "sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon": null,
493
+ "sheets.combatsheet.shieldparryingweapon.labels.structurepoints": null,
494
+ "sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating": null,
495
+ "sheets.combatsheet.shieldparryingweapon.labels.damaged": null,
496
+ "sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier": null,
497
+ "sheets.combatsheet.shieldparryingweapon.labels.weight": null,
498
+ "sheets.combatsheet.actions": null,
499
+ "sheets.combatsheet.combatspecialabilities": null,
500
+ "sheets.combatsheet.conditions": null,
501
+ "sheets.combatsheet.states": null,
502
+ "sheets.belongingssheet.title": null,
503
+ "sheets.belongingssheet.equipmenttable.title": null,
504
+ "sheets.belongingssheet.equipmenttable.labels.item": null,
505
+ "sheets.belongingssheet.equipmenttable.labels.number": null,
506
+ "sheets.belongingssheet.equipmenttable.labels.price": null,
507
+ "sheets.belongingssheet.equipmenttable.labels.weight": null,
508
+ "sheets.belongingssheet.equipmenttable.labels.carriedwhere": null,
509
+ "sheets.belongingssheet.equipmenttable.labels.total": null,
510
+ "sheets.belongingssheet.purse.title": null,
511
+ "sheets.belongingssheet.purse.ducats": null,
512
+ "sheets.belongingssheet.purse.silverthalers": null,
513
+ "sheets.belongingssheet.purse.halers": null,
514
+ "sheets.belongingssheet.purse.kreutzers": null,
515
+ "sheets.belongingssheet.purse.gems": null,
516
+ "sheets.belongingssheet.purse.jewelry": null,
517
+ "sheets.belongingssheet.purse.other": null,
518
+ "sheets.belongingssheet.carryingcapacity.title": null,
519
+ "sheets.belongingssheet.carryingcapacity.calc": null,
520
+ "sheets.belongingssheet.carryingcapacity.label": null,
521
+ "sheets.belongingssheet.animal.title": null,
522
+ "sheets.belongingssheet.animal.name": null,
523
+ "sheets.belongingssheet.animal.sizecategory": null,
524
+ "sheets.belongingssheet.animal.type": null,
525
+ "sheets.belongingssheet.animal.ap": null,
526
+ "sheets.belongingssheet.animal.protection": null,
527
+ "sheets.belongingssheet.animal.attackname": null,
528
+ "sheets.belongingssheet.animal.attack": null,
529
+ "sheets.belongingssheet.animal.parry": null,
530
+ "sheets.belongingssheet.animal.damagepoints": null,
531
+ "sheets.belongingssheet.animal.reach": null,
532
+ "sheets.belongingssheet.animal.actions": null,
533
+ "sheets.belongingssheet.animal.skills": null,
534
+ "sheets.belongingssheet.animal.specialabilities": null,
535
+ "sheets.belongingssheet.animal.notes": null,
536
+ "sheets.spellssheet.title": null,
537
+ "sheets.spellssheet.header.labels.aemax": null,
538
+ "sheets.spellssheet.header.labels.aecurrent": null,
539
+ "sheets.spellssheet.spellstable.title": null,
540
+ "sheets.spellssheet.spellstable.labels.spellorritual": null,
541
+ "sheets.spellssheet.spellstable.labels.check": null,
542
+ "sheets.spellssheet.spellstable.labels.skillrating": null,
543
+ "sheets.spellssheet.spellstable.labels.cost": null,
544
+ "sheets.spellssheet.spellstable.labels.castingtime": null,
545
+ "sheets.spellssheet.spellstable.labels.range": null,
546
+ "sheets.spellssheet.spellstable.labels.duration": null,
547
+ "sheets.spellssheet.spellstable.labels.property": null,
548
+ "sheets.spellssheet.spellstable.labels.improvementcost": null,
549
+ "sheets.spellssheet.spellstable.labels.effect": null,
550
+ "sheets.spellssheet.spellstable.labels.pages": null,
551
+ "sheets.spellssheet.spellstable.unfamiliarspell": null,
552
+ "sheets.spellssheet.primaryattribute": null,
553
+ "sheets.spellssheet.properties": null,
554
+ "sheets.spellssheet.tradition": null,
555
+ "sheets.spellssheet.magicalspecialabilities": null,
556
+ "sheets.spellssheet.cantrips": null,
557
+ "sheets.chantssheet.title": null,
558
+ "sheets.chantssheet.header.labels.kpmax": null,
559
+ "sheets.chantssheet.header.labels.kpcurrent": null,
560
+ "sheets.chantssheet.chantstable.title": null,
561
+ "sheets.chantssheet.chantstable.labels.chant": null,
562
+ "sheets.chantssheet.chantstable.labels.check": null,
563
+ "sheets.chantssheet.chantstable.labels.skillrating": null,
564
+ "sheets.chantssheet.chantstable.labels.cost": null,
565
+ "sheets.chantssheet.chantstable.labels.castingtime": null,
566
+ "sheets.chantssheet.chantstable.labels.range": null,
567
+ "sheets.chantssheet.chantstable.labels.duration": null,
568
+ "sheets.chantssheet.chantstable.labels.aspect": null,
569
+ "sheets.chantssheet.chantstable.labels.improvementcost": null,
570
+ "sheets.chantssheet.chantstable.labels.effect": null,
571
+ "sheets.chantssheet.chantstable.labels.pages": null,
572
+ "sheets.chantssheet.primaryattribute": null,
573
+ "sheets.chantssheet.aspects": null,
574
+ "sheets.chantssheet.tradition": null,
575
+ "sheets.chantssheet.blessedspecialabilities": null,
576
+ "sheets.chantssheet.blessings": null,
577
+ "pacts.pactcategory": null,
578
+ "pacts.nopact": null,
579
+ "pacts.pactlevel": null,
580
+ "pacts.fairytype": null,
581
+ "pacts.domain": null,
582
+ "pacts.userdefined": null,
583
+ "pacts.demontype": null,
584
+ "pacts.circleofdamnation": null,
585
+ "pacts.minorpact": null,
586
+ "pacts.pactisincompletehint": null,
587
+ "pacts.name": null,
588
+ // Rules
589
+ "Rule Sources": null,
590
+ "Use all publications": null,
591
+ "Focus Rules": null,
592
+ "Optional Rules": null,
593
+ "rules.manualherodatarepair": null,
594
+ "rules.manualherodatarepairexplanation": null,
595
+ "inlinewiki.complementarysources": null,
596
+ "race.header.name": null,
597
+ "race.header.adventurepoints": null,
598
+ "race.header.adventurepoints.tooltip": null,
599
+ "inlinewiki.apvalue": null,
600
+ "inlinewiki.adventurepoints": null,
601
+ "inlinewiki.lifepointbasevalue": null,
602
+ "inlinewiki.spiritbasevalue": null,
603
+ "inlinewiki.toughnessbasevalue": null,
604
+ "inlinewiki.movementbasevalue": null,
605
+ "inlinewiki.attributeadjustments": null,
606
+ "inlinewiki.automaticadvantages": null,
607
+ "inlinewiki.stronglyrecommendedadvantages": null,
608
+ "inlinewiki.stronglyrecommendeddisadvantages": null,
609
+ "inlinewiki.commoncultures": null,
610
+ "inlinewiki.commonadvantages": null,
611
+ "inlinewiki.commondisadvantages": null,
612
+ "inlinewiki.uncommonadvantages": null,
613
+ "inlinewiki.uncommondisadvantages": null,
614
+ "culture.filters.common.allcultures": null,
615
+ "culture.filters.common.commoncultures": null,
616
+ "culture.header.name": null,
617
+ "inlinewiki.language": null,
618
+ "inlinewiki.script": null,
619
+ "inlinewiki.areaknowledge": null,
620
+ "inlinewiki.socialstatus": null,
621
+ "inlinewiki.commonprofessions": null,
622
+ "inlinewiki.commonprofessions.mundane": null,
623
+ "inlinewiki.commonprofessions.magic": null,
624
+ "inlinewiki.commonprofessions.blessed": null,
625
+ "inlinewiki.commonskills": null,
626
+ "inlinewiki.uncommonskills": null,
627
+ "inlinewiki.commonnames": null,
628
+ /**
629
+ * - `0`: Name of cultural package
630
+ * - `1`: AP cost of the cultural package
631
+ */
632
+ "inlinewiki.culturalpackage": null,
633
+ "profession.ownprofession": null,
634
+ "profession.variants.novariant": null,
635
+ "profession.filters.common.allprofessions": null,
636
+ "profession.filters.common.commonprofessions": null,
637
+ "profession.filters.groups.allprofessiongroups": null,
638
+ "profession.filters.groups.mundaneprofessions": null,
639
+ "profession.filters.groups.magicalprofessions": null,
640
+ "profession.filters.groups.blessedprofessions": null,
641
+ "profession.header.name": null,
642
+ "profession.header.adventurepoints": null,
643
+ "profession.header.adventurepoints.tooltip": null,
644
+ "inlinewiki.prerequisites": null,
645
+ "inlinewiki.race": null,
646
+ "inlinewiki.specialabilities": null,
647
+ /**
648
+ * - `0`: AP given
649
+ */
650
+ "inlinewiki.languagesandliteracytotalingap": null,
651
+ /**
652
+ * - `0`: Skill name(s)
653
+ */
654
+ "inlinewiki.skillspecialization": null,
655
+ /**
656
+ * - `0`: AP given
657
+ * - `1`: Skill group
658
+ */
659
+ "inlinewiki.skillsselection": null,
660
+ "inlinewiki.combattechniques": null,
661
+ /**
662
+ * - `0`: Amount of combat techniques to choose
663
+ * - `1`: CtR of the selected combat techniques after application
664
+ * - `2`: List of possible combat techniques
665
+ */
666
+ "inlinewiki.combattechniqueselection": null,
667
+ "inlinewiki.combattechnique.one": null,
668
+ "inlinewiki.combattechnique.two": null,
669
+ /**
670
+ * - `0`: Amount of combat techniques to choose
671
+ * - `1`: CtR of the selected combat techniques after application
672
+ * - `2`: Amount of combat techniques to choose in a second selection
673
+ * - `3`: CtR of the selected combat techniques from second selection after application
674
+ * - `4`: List of possible combat techniques
675
+ */
676
+ "inlinewiki.combattechniquesecondselection": null,
677
+ "inlinewiki.skills": null,
678
+ "inlinewiki.spells": null,
679
+ /**
680
+ * - `0`: AP given
681
+ */
682
+ "inlinewiki.cursestotalingap": null,
683
+ /**
684
+ * - `0`: Amount of cantrips to choose
685
+ * - `1`: List of possible cantrips
686
+ */
687
+ "inlinewiki.cantripsfromlist": null,
688
+ "inlinewiki.cantrip.one": null,
689
+ "inlinewiki.cantrip.two": null,
690
+ "inlinewiki.liturgicalchants": null,
691
+ "inlinewiki.thetwelveblessings": null,
692
+ /**
693
+ * - `0`: name of first excluded blessing
694
+ * - `1`: name of second excluded blessing
695
+ * - `2`: name of third excluded blessing
696
+ */
697
+ "inlinewiki.thetwelveblessingsexceptions": null,
698
+ "inlinewiki.sixblessings": null,
699
+ "inlinewiki.suggestedadvantages": null,
700
+ "inlinewiki.suggesteddisadvantages": null,
701
+ "inlinewiki.unsuitableadvantages": null,
702
+ "inlinewiki.unsuitabledisadvantages": null,
703
+ "inlinewiki.variants": null,
704
+ "inlinewiki.insteadof": null,
705
+ "rcpselectoptions.race": null,
706
+ "rcpselectoptions.culture": null,
707
+ "rcpselectoptions.profession": null,
708
+ /**
709
+ * - `0`: Amount of cantrips to choose
710
+ */
711
+ "rcpselectoptions.cantripsfromlist": null,
712
+ "rcpselectoptions.cantrip.one": null,
713
+ "rcpselectoptions.cantrip.two": null,
714
+ /**
715
+ * - `0`: Amount of combat techniques to choose
716
+ * - `1`: CtR of the selected combat techniques after application
717
+ */
718
+ "rcpselectoptions.combattechniqueselection": null,
719
+ "rcpselectoptions.combattechnique.one": null,
720
+ "rcpselectoptions.combattechnique.two": null,
721
+ "rcpselectoptions.selectattributeadjustment": null,
722
+ "rcpselectoptions.buyculturalpackage": null,
723
+ "rcpselectoptions.nativetongue.placeholder": null,
724
+ "rcpselectoptions.buyscript": null,
725
+ "rcpselectoptions.script.placeholder": null,
726
+ /**
727
+ * - `0`: Amount of combat techniques to choose in a second selection
728
+ * - `1`: CtR of the selected combat techniques from second selection after application
729
+ */
730
+ "rcpselectoptions.combattechniquesecondselection": null,
731
+ /**
732
+ * - `0`: AP given
733
+ * - `1`: AP left
734
+ */
735
+ "rcpselectoptions.cursestotalingapleft": null,
736
+ /**
737
+ * - `0`: AP given
738
+ * - `1`: AP left
739
+ */
740
+ "rcpselectoptions.languagesandliteracytotalingapleft": null,
741
+ "rcpselectoptions.applicationforskillspecialization": null,
742
+ /**
743
+ * - `0`: Skill group
744
+ * - `1`: AP given
745
+ * - `2`: AP left
746
+ */
747
+ "rcpselectoptions.skillselectionap": null,
748
+ /**
749
+ * - `0`: Skill name(s)
750
+ */
751
+ "rcpselectoptions.skillspecialization": null,
752
+ "rcpselectoptions.completebtn": null,
753
+ "rcpselectoptions.unfamiliarspells": null,
754
+ "rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": null,
755
+ "rcpselectoptions.unfamiliarspell.placeholder": null,
756
+ "rcpselectoptions.unfamiliarspell": null,
757
+ // Attributes
758
+ "Total Points": null,
759
+ "Increment": null,
760
+ "Decrement": null,
761
+ "Activate": null,
762
+ "Attribute Adjustment Selection": null,
763
+ "Modifier": null,
764
+ "Bought": null,
765
+ "Lost Total": null,
766
+ "Bought Back": null,
767
+ "Buy Back Permanently Lost Point": null,
768
+ "Permanently Lost Life Points": null,
769
+ "pLP": null,
770
+ "Permanently Lost Arcane Energy": null,
771
+ "pAE": null,
772
+ "Permanently Lost Karma Points": null,
773
+ "pKP": null,
774
+ "Loose Permanent Points": null,
775
+ "How many points do you want to remove?": null,
776
+ "Remove": null,
777
+ "Permanently Spent": null,
778
+ "Common Advantages": null,
779
+ "Common Disadvantages": null,
780
+ "Custom AP Cost": null,
781
+ /**
782
+ * - `0`: Entry name
783
+ */
784
+ "AP Cost for {0}": null,
785
+ "Custom option": null,
786
+ "specialabilities.nativetonguelevel": null,
787
+ "Advanced Combat Special Abilities": null,
788
+ "Advanced Karma Special Abilities": null,
789
+ "Advanced Magical Special Abilities": null,
790
+ "Advanced Skill Special Abilities": null,
791
+ "Ancestor Glyphs": null,
792
+ "Arcane Orb Enchantments": null,
793
+ "Attire Enchantments": null,
794
+ "Blessed Traditions": null,
795
+ "Bowl Enchantments": null,
796
+ "Brawling Special Abilities": null,
797
+ "Cauldron Enchantments": null,
798
+ "Ceremonial Item Special Abilities": null,
799
+ "Chronicle Enchantments": null,
800
+ "Combat Special Abilities": null,
801
+ "Combat Style Special Abilities": null,
802
+ "Command Special Abilities": null,
803
+ "Dagger Rituals": null,
804
+ "Familiar Special Abilities": null,
805
+ "Fate Point Sex Special Abilities": null,
806
+ "Fate Point Special Abilities": null,
807
+ "Fools Hat Enchantments": null,
808
+ "General Special Abilities": null,
809
+ "Instrument Enchantments": null,
810
+ "Karma Special Abilities": null,
811
+ "Krallenkettenzauber": null,
812
+ "Liturgical Style Special Abilities": null,
813
+ "Lycantropic Gifts": null,
814
+ "Magical Signs": null,
815
+ "Magical Special Abilities": null,
816
+ "Magical Traditions": null,
817
+ "Magic Style Special Abilities": null,
818
+ "Orb Enchantments": null,
819
+ "Pact Gifts": null,
820
+ "Protective/Warding Circle Special Abilities": null,
821
+ "Ring Enchantments": null,
822
+ "Sermons": null,
823
+ "Sex Special Abilities": null,
824
+ "Sickle Rituals": null,
825
+ "Sikaryan Drain Special Abilities": null,
826
+ "Skill Style Special Abilities": null,
827
+ "Spell Sword Enchantments": null,
828
+ "Staff Enchantments": null,
829
+ "Toy Enchantments": null,
830
+ "Trinkhornzauber": null,
831
+ "Vampiric Gifts": null,
832
+ "Visions": null,
833
+ "Wand Enchantments": null,
834
+ "Weapon Enchantments": null,
835
+ "inlinewiki.rule": null,
836
+ "inlinewiki.effect": null,
837
+ "inlinewiki.extendedcombatspecialabilities": null,
838
+ "inlinewiki.extendedmagicalspecialabilities": null,
839
+ "inlinewiki.extendedblessedspecialabilities": null,
840
+ "inlinewiki.extendedskillspecialabilities": null,
841
+ "inlinewiki.penalty": null,
842
+ "inlinewiki.level": null,
843
+ "inlinewiki.perlevel": null,
844
+ "inlinewiki.volume": null,
845
+ "inlinewiki.aspect": null,
846
+ "inlinewiki.bindingcost": null,
847
+ "inlinewiki.protectivecircle": null,
848
+ "inlinewiki.wardingcircle": null,
849
+ "inlinewiki.actions": null,
850
+ /**
851
+ * - `0`: Entry name
852
+ * - `1`: category (advantage, disadvantage, …)
853
+ */
854
+ "inlinewiki.racecultureorprofessionrequiresautomaticorsuggested": null,
855
+ "inlinewiki.advantage": null,
856
+ "inlinewiki.disadvantage": null,
857
+ "inlinewiki.primaryattributeofthetradition": null,
858
+ "inlinewiki.knowledgeofspell": null,
859
+ "inlinewiki.knowledgeofliturgicalchant": null,
860
+ "inlinewiki.appropriatecombatstylespecialability": null,
861
+ "inlinewiki.appropriatemagicalstylespecialability": null,
862
+ "inlinewiki.appropriateblessedstylespecialability": null,
863
+ "inlinewiki.appropriateskillstylespecialability": null,
864
+ "inlinewiki.sex": null,
865
+ "inlinewiki.sex.male": null,
866
+ "inlinewiki.sex.female": null,
867
+ "inlinewiki.combattechniques.groups.all": null,
868
+ "inlinewiki.combattechniques.groups.allmeleecombattechniques": null,
869
+ "inlinewiki.combattechniques.groups.allrangedcombattechniques": null,
870
+ "inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry": null,
871
+ "inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons": null,
872
+ /**
873
+ * - `0`: Minimum social status
874
+ */
875
+ "inlinewiki.socialstatusxorhigher": null,
876
+ "Common Skills": null,
877
+ "SR": null,
878
+ "Skill Rating": null,
879
+ "IC": null,
880
+ "New Applications": null,
881
+ "Uses": null,
882
+ "Strongly Recommended": null,
883
+ "Common": null,
884
+ "Uncommon": null,
885
+ "Unfamiliar Spells": null,
886
+ "CTR": null,
887
+ "Combat Technique Rating": null,
888
+ "P": null,
889
+ "Primary Attribute(s)": null,
890
+ "AT": null,
891
+ "Attack": null,
892
+ "PA": null,
893
+ "Parry": null,
894
+ "Close Combat": null,
895
+ "Ranged Combat": null,
896
+ "Special": null,
897
+ "Primary Attribute": null,
898
+ "Cantrips": null,
899
+ "Rituals": null,
900
+ "Curses": null,
901
+ "Elven Magical Songs": null,
902
+ "Domination Rituals": null,
903
+ "Magical Dances": null,
904
+ "Magical Melodies": null,
905
+ "Jester Tricks": null,
906
+ "Animist Powers": null,
907
+ "Geode Rituals": null,
908
+ "Zibilja Rituals": null,
909
+ "Mod": null,
910
+ "Check Modifier": null,
911
+ "spells.traditions.general": null,
912
+ "magicalactions.animistforces.tribes.general": null,
913
+ " (modified by {0})": null,
914
+ " (− {0})": null,
915
+ "{0} or {1}, depending on which value is higher": null,
916
+ "Invocation Difficulty": null,
917
+ "ID": null,
918
+ "Creation Difficulty": null,
919
+ "CD": null,
920
+ "Effect": null,
921
+ "Casting Time": null,
922
+ "Ritual Time": null,
923
+ "Liturgical Time": null,
924
+ "Ceremonial Time": null,
925
+ "AE Cost": null,
926
+ "KP Cost": null,
927
+ "Range": null,
928
+ "Duration": null,
929
+ "Target Category": null,
930
+ "Traditions": null,
931
+ " (you cannot use a modification on this spell’s casting time)": null,
932
+ " (you cannot use a modification on this spell’s cost)": null,
933
+ " (you cannot use a modification on this spell’s range)": null,
934
+ " (you cannot use a modification on this ritual’s ritual time)": null,
935
+ " (you cannot use a modification on this ritual’s cost)": null,
936
+ " (you cannot use a modification on this ritual’s range)": null,
937
+ " (you cannot use a modification on this chant’s liturgical time)": null,
938
+ " (you cannot use a modification on this chant’s cost)": null,
939
+ " (you cannot use a modification on this chant’s range)": null,
940
+ " (you cannot use a modification on this ceremony’s ceremonial time)": null,
941
+ " (you cannot use a modification on this ceremony’s cost)": null,
942
+ " (you cannot use a modification on this ceremony’s range)": null,
943
+ " (cannot modify)": null,
944
+ "{0} act": null,
945
+ "act": null,
946
+ "{0} actions": null,
947
+ "actions": null,
948
+ "{0} s": null,
949
+ "s": null,
950
+ "{0} seconds": null,
951
+ "seconds": null,
952
+ "{0} min": null,
953
+ "min": null,
954
+ "{0} minutes": null,
955
+ "minutes": null,
956
+ "{0} h": null,
957
+ "h": null,
958
+ "{0} hours": null,
959
+ "hours": null,
960
+ "{0} d": null,
961
+ "d": null,
962
+ "{0} days": null,
963
+ "days": null,
964
+ "{0} wks.": null,
965
+ "wks.": null,
966
+ "{0} weeks": null,
967
+ "weeks": null,
968
+ "{0} mos.": null,
969
+ "mos.": null,
970
+ "{0} months": null,
971
+ "months": null,
972
+ "{0} yrs.": null,
973
+ "yrs.": null,
974
+ "{0} years": null,
975
+ "years": null,
976
+ "{0} cent.": null,
977
+ "cent.": null,
978
+ "{0} centuries": null,
979
+ "centuries": null,
980
+ "{0} SA": null,
981
+ "{0} seduction actions": null,
982
+ "{0} rnds": null,
983
+ "{0} rounds": null,
984
+ "{0} CR": null,
985
+ "CR": null,
986
+ "{0} combat rounds": null,
987
+ "combat rounds": null,
988
+ "{0} AE": null,
989
+ "{0} KP": null,
990
+ "min. ": null,
991
+ "at least ": null,
992
+ "min. {0}": null,
993
+ "at least {0}": null,
994
+ "/{0}": null,
995
+ " per {0}": null,
996
+ ", minimum of {0}": null,
997
+ " ({0} perm.)": null,
998
+ ", {0} of which are permanent": null,
999
+ "half of the activation cost": null,
1000
+ " and ": null,
1001
+ " + ": null,
1002
+ " or ": null,
1003
+ " / ": null,
1004
+ " for ": null,
1005
+ " (no more than {0})": null,
1006
+ " (max. {0})": null,
1007
+ "no more than {0}": null,
1008
+ "max. {0}": null,
1009
+ "Immediate": null,
1010
+ "Permanent": null,
1011
+ "no more than ": null,
1012
+ "max. ": null,
1013
+ "Quality Levels": null,
1014
+ "QL": null,
1015
+ "QL {0}": null,
1016
+ "Skill Points": null,
1017
+ "SP": null,
1018
+ "Sustained": null,
1019
+ "(S)": null,
1020
+ "{0} yards": null,
1021
+ "{0} yd": null,
1022
+ "{0} miles": null,
1023
+ "{0} mi.": null,
1024
+ "Sight": null,
1025
+ "Self": null,
1026
+ "Global": null,
1027
+ "Touch": null,
1028
+ "Radius": null,
1029
+ " (casting)": null,
1030
+ "Zone": null,
1031
+ "Liturgical Chants and Ceremonies": null,
1032
+ "General": null,
1033
+ "Note": null,
1034
+ "all": null,
1035
+ "none": null,
1036
+ "State": null,
1037
+ "Social Status {0} or higher": null,
1038
+ "Person with {0}": null,
1039
+ "Penis": null,
1040
+ "Vagina": null,
1041
+ "the SR for {0} combined must add up to at least {1}": null,
1042
+ "{0} on at least SR {1}: {2}": null,
1043
+ "{0} arcane works with the property {1} at SR {2} or higher": null,
1044
+ "{0} liturgical chants and ceremonies with the aspect {1} at SR {2} or higher": null,
1045
+ "one of the following skills": null,
1046
+ "two of the following skills": null,
1047
+ "three of the following skills": null,
1048
+ "four of the following skills": null,
1049
+ "five of the following skills": null,
1050
+ "six of the following skills": null,
1051
+ "seven of the following skills": null,
1052
+ "eight of the following skills": null,
1053
+ "nine of the following skills": null,
1054
+ "{0} of the following skills": null,
1055
+ "one combat technique": null,
1056
+ "two combat techniques": null,
1057
+ "three combat techniques": null,
1058
+ "four combat techniques": null,
1059
+ "five combat techniques": null,
1060
+ "six combat techniques": null,
1061
+ "seven combat techniques": null,
1062
+ "eight combat techniques": null,
1063
+ "nine combat techniques": null,
1064
+ "{0} combat techniques": null,
1065
+ "one close combat technique": null,
1066
+ "two close combat techniques": null,
1067
+ "three close combat techniques": null,
1068
+ "four close combat techniques": null,
1069
+ "five close combat techniques": null,
1070
+ "six close combat techniques": null,
1071
+ "seven close combat techniques": null,
1072
+ "eight close combat techniques": null,
1073
+ "nine close combat techniques": null,
1074
+ "{0} close combat techniques": null,
1075
+ "one ranged combat technique": null,
1076
+ "two ranged combat techniques": null,
1077
+ "three ranged combat techniques": null,
1078
+ "four ranged combat techniques": null,
1079
+ "five ranged combat techniques": null,
1080
+ "six ranged combat techniques": null,
1081
+ "seven ranged combat techniques": null,
1082
+ "eight ranged combat techniques": null,
1083
+ "nine ranged combat techniques": null,
1084
+ "{0} ranged combat techniques": null,
1085
+ "special ability": null,
1086
+ "no special ability": null,
1087
+ "Tradition": null,
1088
+ "Tradition ({0})": null,
1089
+ "Church": null,
1090
+ "Shaman": null,
1091
+ "Tradition must be able to use rituals": null,
1092
+ "Tradition must be able to bind familiars": null,
1093
+ "spell enhancement": null,
1094
+ "liturgical enhancement": null,
1095
+ "for": null,
1096
+ "no other ancestor blood advantage": null,
1097
+ "Race, culture, or profession must have {0} as an automatic or suggested {1}": null,
1098
+ "advantage": null,
1099
+ "disadvantage": null,
1100
+ "domain {0}": null,
1101
+ "{0} level {1}": null,
1102
+ "Level {0}:": null,
1103
+ "inlinewiki.castingtime": null,
1104
+ "inlinewiki.ritualtime": null,
1105
+ "inlinewiki.aecost": null,
1106
+ "inlinewiki.range": null,
1107
+ "inlinewiki.duration": null,
1108
+ "inlinewiki.targetcategory": null,
1109
+ "inlinewiki.property": null,
1110
+ "inlinewiki.traditions": null,
1111
+ "inlinewiki.skill": null,
1112
+ "inlinewiki.lengthoftime": null,
1113
+ "inlinewiki.musictradition": null,
1114
+ "inlinewiki.youcannotuseamodificationonthisspellscastingtime": null,
1115
+ "inlinewiki.youcannotuseamodificationonthisspellsritualtime": null,
1116
+ "inlinewiki.youcannotuseamodificationonthisspellscost": null,
1117
+ "inlinewiki.youcannotuseamodificationonthisspellsrange": null,
1118
+ "inlinewiki.youcannotuseamodificationonthisspellsduration": null,
1119
+ "inlinewiki.spellenhancements": null,
1120
+ /**
1121
+ * - `0`: Enhancement name
1122
+ * - `1`: Required Skill Rating
1123
+ * - `2`: AP value
1124
+ * - `3`: Description
1125
+ */
1126
+ "inlinewiki.spellenhancements.title": null,
1127
+ "inlinewiki.tribaltraditions": null,
1128
+ "inlinewiki.brew": null,
1129
+ "inlinewiki.spirithalf": null,
1130
+ "inlinewiki.spirithalf.short": null,
1131
+ "inlinewiki.spiritortoughness": null,
1132
+ "inlinewiki.spiritortoughness.short": null,
1133
+ "inlinewiki.note": null,
1134
+ "Blessings": null,
1135
+ "Ceremonies": null,
1136
+ "liturgicalchants.addbtn": null,
1137
+ "liturgicalchants.header.name": null,
1138
+ "liturgicalchants.header.traditions": null,
1139
+ "liturgicalchants.header.group": null,
1140
+ "liturgicalchants.header.skillrating": null,
1141
+ "liturgicalchants.header.skillrating.tooltip": null,
1142
+ "liturgicalchants.header.check": null,
1143
+ "liturgicalchants.header.checkmodifier": null,
1144
+ "liturgicalchants.header.checkmodifier.tooltip": null,
1145
+ "liturgicalchants.header.improvementcost": null,
1146
+ "liturgicalchants.header.improvementcost.tooltip": null,
1147
+ "liturgicalchants.groups.blessing": null,
1148
+ "liturgicalchants.aspects.general": null,
1149
+ "inlinewiki.liturgicaltime": null,
1150
+ "inlinewiki.ceremonialtime": null,
1151
+ "inlinewiki.kpcost": null,
1152
+ "inlinewiki.youcannotuseamodificationonthischantsliturgicaltime": null,
1153
+ "inlinewiki.youcannotuseamodificationonthischantsceremonialtime": null,
1154
+ "inlinewiki.youcannotuseamodificationonthischantscost": null,
1155
+ "inlinewiki.youcannotuseamodificationonthischantsrange": null,
1156
+ "inlinewiki.youcannotuseamodificationonthischantsduration": null,
1157
+ "inlinewiki.liturgicalchantenhancements": null,
1158
+ /**
1159
+ * - `0`: Enhancement name
1160
+ * - `1`: Required Skill Rating
1161
+ * - `2`: AP value
1162
+ * - `3`: Description
1163
+ */
1164
+ "inlinewiki.liturgicalchantenhancements.title": null,
1165
+ "equipment.header.name": null,
1166
+ "equipment.header.group": null,
1167
+ "equipment.addbtn": null,
1168
+ "equipment.createbtn": null,
1169
+ "equipment.filters.allcombattechniques": null,
1170
+ "equipment.purse.title": null,
1171
+ "equipment.purse.ducats": null,
1172
+ "equipment.purse.silverthalers": null,
1173
+ "equipment.purse.halers": null,
1174
+ "equipment.purse.kreutzers": null,
1175
+ "equipment.purse.carryingcapacity": null,
1176
+ "equipment.purse.initialstartingwealthandcarryingcapacity": null,
1177
+ "equipment.purse.earnpay": null,
1178
+ "equipment.purse.earn": null,
1179
+ "equipment.purse.pay": null,
1180
+ "equipment.purse.notefirst": null,
1181
+ "equipment.purse.notesecond": null,
1182
+ "equipment.purse.currentcredit": null,
1183
+ "equipment.purse.amount": null,
1184
+ "equipment.dialogs.addedit.damage": null,
1185
+ "equipment.dialogs.addedit.length": null,
1186
+ "equipment.dialogs.addedit.range": null,
1187
+ "equipment.dialogs.addedit.edititem": null,
1188
+ "equipment.dialogs.addedit.createitem": null,
1189
+ "equipment.dialogs.addedit.number": null,
1190
+ "equipment.dialogs.addedit.name": null,
1191
+ "equipment.dialogs.addedit.price": null,
1192
+ "equipment.dialogs.addedit.weight": null,
1193
+ "equipment.dialogs.addedit.carriedwhere": null,
1194
+ "equipment.dialogs.addedit.itemgroup": null,
1195
+ "equipment.dialogs.addedit.itemgrouphint": null,
1196
+ "equipment.dialogs.addedit.improvisedweapon": null,
1197
+ "equipment.dialogs.addedit.improvisedweapongroup": null,
1198
+ "equipment.dialogs.addedit.template": null,
1199
+ "equipment.dialogs.addedit.combattechnique": null,
1200
+ "equipment.dialogs.addedit.primaryattributeanddamagethreshold": null,
1201
+ "equipment.dialogs.addedit.primaryattribute": null,
1202
+ "equipment.dialogs.addedit.primaryattribute.short": null,
1203
+ "equipment.dialogs.addedit.damagethreshold": null,
1204
+ "equipment.dialogs.addedit.separatedamagethresholds": null,
1205
+ "equipment.dialogs.addedit.breakingpointratingmodifier": null,
1206
+ "equipment.dialogs.addedit.damaged": null,
1207
+ "equipment.dialogs.addedit.reach": null,
1208
+ "equipment.dialogs.addedit.attackparrymodifier": null,
1209
+ "equipment.dialogs.addedit.structurepoints": null,
1210
+ "equipment.dialogs.addedit.lengthwithunit": null,
1211
+ "equipment.dialogs.addedit.parryingweapon": null,
1212
+ "equipment.dialogs.addedit.twohandedweapon": null,
1213
+ "equipment.dialogs.addedit.reloadtime": null,
1214
+ "equipment.dialogs.addedit.rangeclose": null,
1215
+ "equipment.dialogs.addedit.rangemedium": null,
1216
+ "equipment.dialogs.addedit.rangefar": null,
1217
+ "equipment.dialogs.addedit.ammunition": null,
1218
+ "equipment.dialogs.addedit.protection": null,
1219
+ "equipment.dialogs.addedit.encumbrance": null,
1220
+ "equipment.dialogs.addedit.armortype": null,
1221
+ "equipment.dialogs.addedit.sturdinessmodifier": null,
1222
+ "equipment.dialogs.addedit.wear": null,
1223
+ "equipment.dialogs.addedit.hitzonearmoronly": null,
1224
+ "equipment.dialogs.addedit.movementmodifier": null,
1225
+ "equipment.dialogs.addedit.initiativemodifier": null,
1226
+ "equipment.dialogs.addedit.additionalpenalties": null,
1227
+ "hitzonearmors.header.name": null,
1228
+ "hitzonearmors.createbtn": null,
1229
+ "hitzonearmors.dialogs.addedit.name": null,
1230
+ "hitzonearmors.dialogs.addedit.edithitzonearmor": null,
1231
+ "hitzonearmors.dialogs.addedit.createhitzonearmor": null,
1232
+ "hitzonearmors.dialogs.addedit.head": null,
1233
+ "hitzonearmors.dialogs.addedit.torso": null,
1234
+ "hitzonearmors.dialogs.addedit.leftarm": null,
1235
+ "hitzonearmors.dialogs.addedit.rightarm": null,
1236
+ "hitzonearmors.dialogs.addedit.leftleg": null,
1237
+ "hitzonearmors.dialogs.addedit.rightleg": null,
1238
+ "hitzonearmors.dialogs.addedit.wear": null,
1239
+ "inlinewiki.equipment.weight": null,
1240
+ "inlinewiki.equipment.price": null,
1241
+ "inlinewiki.equipment.ammunition": null,
1242
+ "inlinewiki.equipment.combattechnique": null,
1243
+ "inlinewiki.equipment.damage": null,
1244
+ "inlinewiki.equipment.primaryattributeanddamagethreshold": null,
1245
+ "inlinewiki.equipment.attackparrymodifier": null,
1246
+ "inlinewiki.equipment.reach": null,
1247
+ "inlinewiki.equipment.length": null,
1248
+ "inlinewiki.equipment.reloadtime": null,
1249
+ "inlinewiki.equipment.range": null,
1250
+ /**
1251
+ * - `0`: Number of actions
1252
+ */
1253
+ "inlinewiki.equipment.actionsvalue": null,
1254
+ "inlinewiki.equipment.protection": null,
1255
+ "inlinewiki.equipment.encumbrance": null,
1256
+ "inlinewiki.equipment.additionalpenalties": null,
1257
+ "inlinewiki.equipment.note": null,
1258
+ "inlinewiki.equipment.rules": null,
1259
+ "inlinewiki.equipment.weaponadvantage": null,
1260
+ "inlinewiki.equipment.weapondisadvantage": null,
1261
+ "inlinewiki.equipment.armoradvantage": null,
1262
+ "inlinewiki.equipment.armordisadvantage": null,
1263
+ "pets.dialogs.addedit.deleteavatarbtn": null,
1264
+ "pets.dialogs.addedit.name": null,
1265
+ "pets.dialogs.addedit.sizecategory": null,
1266
+ "pets.dialogs.addedit.type": null,
1267
+ "pets.dialogs.addedit.apspent": null,
1268
+ "pets.dialogs.addedit.totalap": null,
1269
+ "pets.dialogs.addedit.protection": null,
1270
+ "pets.dialogs.addedit.attackname": null,
1271
+ "pets.dialogs.addedit.attack": null,
1272
+ "pets.dialogs.addedit.parry": null,
1273
+ "pets.dialogs.addedit.damagepoints": null,
1274
+ "pets.dialogs.addedit.reach": null,
1275
+ "pets.dialogs.addedit.actions": null,
1276
+ "pets.dialogs.addedit.skills": null,
1277
+ "pets.dialogs.addedit.specialabilities": null,
1278
+ "pets.dialogs.addedit.notes": null,
1279
+ "pets.dialogs.addedit.addbtn": null,
1280
+ "pets.dialogs.addedit.savebtn": null,
1281
+ // Inline Library
1282
+ "Show details": null,
1283
+ // Experience Level
1284
+ "Maximum Attribute Value": null,
1285
+ "Maximum Skill Value": null,
1286
+ "Maximum Combat Technique": null,
1287
+ "Maximum Attribute Total": null,
1288
+ "Number of Spells/Liturgical Chants": null,
1289
+ "Number from other Traditions": null,
1290
+ // Skill
1291
+ "Check": null,
1292
+ "Applications": null,
1293
+ "Encumbrance": null,
1294
+ "Yes": null,
1295
+ "No": null,
1296
+ "Maybe": null,
1297
+ "Tools": null,
1298
+ "Quality": null,
1299
+ "Failed Check": null,
1300
+ "Critical Success": null,
1301
+ "Botch": null,
1302
+ "Improvement Cost": null,
1303
+ "Front Cover Inside": null,
1304
+ "Back Cover Inside": null,
1305
+ "since the {0}. printing": null,
1306
+ "removed in {0}. printing": null,
1307
+ }),
1308
+ }),
1308
1309
  }),
1309
1310
  });
1310
1311
  export const NestedTranslationMap = (MemberDeclCreator, entityName, type) => MemberDeclCreator({