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