optolith-database-schema 0.21.2 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -0
- package/gen/types.d.ts +1361 -1185
- package/lib/types/Advantage.d.ts +136 -1
- package/lib/types/Advantage.js +6 -1
- package/lib/types/Disadvantage.d.ts +66 -1
- package/lib/types/Disadvantage.js +4 -1
- package/lib/types/Locale.d.ts +97 -133
- package/lib/types/Locale.js +147 -134
- package/lib/types/_Activatable.d.ts +1 -1900
- package/lib/types/_Activatable.js +1 -1385
- package/lib/types/_ActivatableAdvanced.d.ts +50 -0
- package/lib/types/_ActivatableAdvanced.js +97 -0
- package/lib/types/_ActivatableAdventurePointsValue.d.ts +152 -0
- package/lib/types/_ActivatableAdventurePointsValue.js +141 -0
- package/lib/types/_ActivatableAutomatic.d.ts +71 -0
- package/lib/types/_ActivatableAutomatic.js +64 -0
- package/lib/types/_ActivatableCombat.d.ts +124 -0
- package/lib/types/_ActivatableCombat.js +359 -0
- package/lib/types/_ActivatableNonMundane.d.ts +399 -0
- package/lib/types/_ActivatableNonMundane.js +492 -0
- package/lib/types/_ActivatableSelectOptions.d.ts +1197 -0
- package/lib/types/_ActivatableSelectOptions.js +272 -0
- package/lib/types/_ActivatableSkillApplicationsAndUses.d.ts +109 -0
- package/lib/types/_ActivatableSkillApplicationsAndUses.js +78 -0
- package/lib/types/_Identifier.js +2 -1
- package/lib/types/_SizeCategory.d.ts +15 -0
- package/lib/types/_SizeCategory.js +24 -0
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
- package/lib/types/equipment/item/Armor.d.ts +44 -0
- package/lib/types/equipment/item/Armor.js +9 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +45 -9
- package/lib/types/equipment/item/CeremonialItem.d.ts +45 -9
- package/lib/types/equipment/item/Clothes.d.ts +45 -9
- package/lib/types/equipment/item/Container.d.ts +45 -9
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +77 -20
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +5 -6
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +45 -9
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +45 -9
- package/lib/types/equipment/item/Jewelry.d.ts +1 -1
- package/lib/types/equipment/item/Laboratory.d.ts +1 -1
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +45 -9
- package/lib/types/equipment/item/LuxuryGood.d.ts +45 -9
- package/lib/types/equipment/item/MagicalArtifact.d.ts +61 -21
- package/lib/types/equipment/item/MagicalArtifact.js +33 -3
- package/lib/types/equipment/item/MusicalInstrument.d.ts +48 -9
- package/lib/types/equipment/item/MusicalInstrument.js +5 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +45 -9
- package/lib/types/equipment/item/Poison.d.ts +41 -5
- package/lib/types/equipment/item/Poison.js +33 -1
- package/lib/types/equipment/item/RopeOrChain.d.ts +45 -9
- package/lib/types/equipment/item/Stationery.d.ts +45 -9
- package/lib/types/equipment/item/ThievesTool.d.ts +45 -9
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +45 -9
- package/lib/types/equipment/item/Vehicle.d.ts +1 -1
- package/lib/types/equipment/item/Weapon.d.ts +105 -78
- package/lib/types/equipment/item/Weapon.js +8 -46
- package/lib/types/equipment/item/WeaponAccessory.d.ts +45 -9
- package/lib/types/equipment/item/_Item.d.ts +148 -29
- package/lib/types/equipment/item/_Item.js +94 -2
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +5 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -1
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -1
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -1
- package/lib/types/specialAbility/AncestorGlyph.d.ts +66 -1
- package/lib/types/specialAbility/AncestorGlyph.js +3 -1
- package/lib/types/specialAbility/BlessedTradition.d.ts +66 -1
- package/lib/types/specialAbility/BlessedTradition.js +4 -1
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -1
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +6 -2
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/CombatSpecialAbility.js +5 -1
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +119 -1
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +7 -1
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +3 -1
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +3 -1
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -1
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -1
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/KarmaSpecialAbility.js +3 -1
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +5 -1
- package/lib/types/specialAbility/LycantropicGift.d.ts +66 -1
- package/lib/types/specialAbility/LycantropicGift.js +3 -1
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +5 -1
- package/lib/types/specialAbility/MagicalSign.d.ts +76 -40
- package/lib/types/specialAbility/MagicalSign.js +30 -3
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -1
- package/lib/types/specialAbility/MagicalTradition.d.ts +66 -1
- package/lib/types/specialAbility/MagicalTradition.js +4 -1
- package/lib/types/specialAbility/PactGift.d.ts +128 -62
- package/lib/types/specialAbility/PactGift.js +6 -61
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +3 -1
- package/lib/types/specialAbility/Sermon.d.ts +66 -1
- package/lib/types/specialAbility/Sermon.js +3 -1
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -1
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +3 -1
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -1
- package/lib/types/specialAbility/VampiricGift.d.ts +66 -1
- package/lib/types/specialAbility/VampiricGift.js +3 -1
- package/lib/types/specialAbility/Vision.d.ts +66 -1
- package/lib/types/specialAbility/Vision.js +3 -1
- package/lib/types/specialAbility/sub/TradeSecret.js +2 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/AttireEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/BowlEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +66 -1
- package/lib/types/traditionArtifacts/DaggerRitual.js +5 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +66 -1
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +5 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/OrbEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/RingEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +66 -1
- package/lib/types/traditionArtifacts/SickleRitual.js +5 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/StaffEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/ToyEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +66 -1
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +5 -2
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/WandEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +5 -2
- package/package.json +2 -2
package/gen/types.d.ts
CHANGED
|
@@ -173,6 +173,10 @@ export type EntityMap = {
|
|
|
173
173
|
ZibiljaRitual: ZibiljaRitual
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
export type StringableTranslationParameter = {
|
|
177
|
+
toString(): string
|
|
178
|
+
}
|
|
179
|
+
|
|
176
180
|
/**
|
|
177
181
|
* Combat Special Abilities that are being unlocked by Combat Style Special Abilities.
|
|
178
182
|
*/
|
|
@@ -447,1098 +451,1062 @@ export interface Locale {
|
|
|
447
451
|
* The translations strings for the locale.
|
|
448
452
|
*/
|
|
449
453
|
translations?: {
|
|
450
|
-
"About {
|
|
451
|
-
"Preferences …"
|
|
452
|
-
"Services"
|
|
453
|
-
"Hide {
|
|
454
|
-
"Hide Others"
|
|
455
|
-
"Show All"
|
|
456
|
-
"Quit {
|
|
457
|
-
"File"
|
|
458
|
-
"Close"
|
|
459
|
-
"Quit"
|
|
460
|
-
"Edit"
|
|
461
|
-
"Undo"
|
|
462
|
-
"Redo"
|
|
463
|
-
"Cut"
|
|
464
|
-
"Copy"
|
|
465
|
-
"Paste"
|
|
466
|
-
"Delete"
|
|
467
|
-
"Select All"
|
|
468
|
-
"View"
|
|
469
|
-
"Toggle Full Screen"
|
|
470
|
-
"Window"
|
|
471
|
-
"Minimize"
|
|
472
|
-
"Zoom"
|
|
473
|
-
"Main Window"
|
|
474
|
-
"Bring All to Front"
|
|
475
|
-
"Settings"
|
|
476
|
-
"Main Language"
|
|
477
|
-
"System Language"
|
|
478
|
-
"Fallback Language"
|
|
479
|
-
"No fallback language"
|
|
480
|
-
"Appearance"
|
|
481
|
-
"Auto"
|
|
482
|
-
"Light"
|
|
483
|
-
"Dark"
|
|
484
|
-
"Edit characters after creation"
|
|
485
|
-
"Show animations"
|
|
486
|
-
"Check for updates"
|
|
487
|
-
"Updater"
|
|
488
|
-
"Checking for updates …"
|
|
489
|
-
"New version available"
|
|
490
|
-
"Version {
|
|
491
|
-
"Download"
|
|
492
|
-
"Download Later"
|
|
493
|
-
"Downloading update …"
|
|
494
|
-
"Update downloaded"
|
|
495
|
-
"Quit and Install"
|
|
496
|
-
"Install Later"
|
|
497
|
-
"No update available"
|
|
498
|
-
"You're running the latest version available."
|
|
499
|
-
"Characters"
|
|
500
|
-
"Groups"
|
|
501
|
-
"Library"
|
|
502
|
-
"FAQ"
|
|
503
|
-
"About"
|
|
504
|
-
"Imprint"
|
|
505
|
-
"Third-Party Licenses"
|
|
506
|
-
"Last Changes"
|
|
507
|
-
"Profile"
|
|
508
|
-
"Overview"
|
|
509
|
-
"Personal Data"
|
|
510
|
-
"Character Sheet"
|
|
511
|
-
"Pact"
|
|
512
|
-
"Rules"
|
|
513
|
-
"Race, Culture & Profession"
|
|
514
|
-
"Race"
|
|
515
|
-
"Culture"
|
|
516
|
-
"Profession"
|
|
517
|
-
"Attributes"
|
|
518
|
-
"Advantages & Disadvantages"
|
|
519
|
-
"Advantages"
|
|
520
|
-
"Disadvantages"
|
|
521
|
-
"Abilities"
|
|
522
|
-
"Skills"
|
|
523
|
-
"Combat Techniques"
|
|
524
|
-
"Special Abilities"
|
|
525
|
-
"Spells"
|
|
526
|
-
"Liturgical Chants"
|
|
527
|
-
"Belongings"
|
|
528
|
-
"Equipment"
|
|
529
|
-
"Hit Zone Armor"
|
|
530
|
-
"Pets"
|
|
531
|
-
"{
|
|
532
|
-
"Save"
|
|
533
|
-
"Show Settings"
|
|
534
|
-
"Toggle DevTools"
|
|
535
|
-
"Adventure Points"
|
|
536
|
-
"AP"
|
|
537
|
-
"{
|
|
538
|
-
"{
|
|
539
|
-
"{
|
|
540
|
-
"{
|
|
541
|
-
"{
|
|
542
|
-
"Thereof {
|
|
543
|
-
"Thereof {
|
|
544
|
-
"{
|
|
545
|
-
"Thereof {
|
|
546
|
-
"Thereof {
|
|
547
|
-
"{
|
|
548
|
-
"{
|
|
549
|
-
"{
|
|
550
|
-
"{
|
|
551
|
-
"{
|
|
552
|
-
"{
|
|
553
|
-
"{
|
|
554
|
-
"{
|
|
555
|
-
"{
|
|
556
|
-
"{
|
|
557
|
-
"{
|
|
558
|
-
"header.dialogs.herosaved"
|
|
559
|
-
"header.dialogs.allsaved"
|
|
560
|
-
"header.dialogs.everythingelsesaved"
|
|
561
|
-
"header.dialogs.saveconfigerror.title"
|
|
562
|
-
"header.dialogs.saveconfigerror.message"
|
|
563
|
-
"header.dialogs.saveheroeserror.title"
|
|
564
|
-
"header.dialogs.saveheroeserror.message"
|
|
565
|
-
"general.weightvalue"
|
|
566
|
-
"general.pricevalue"
|
|
567
|
-
"general.lengthvalue"
|
|
568
|
-
"D"
|
|
569
|
-
"general.none"
|
|
570
|
-
"general.or"
|
|
571
|
-
"general.and"
|
|
572
|
-
"general.error"
|
|
573
|
-
"general.errorcode"
|
|
574
|
-
"general.emptylistplaceholder"
|
|
575
|
-
"general.emptylistnoresultsplaceholder"
|
|
576
|
-
"No Results"
|
|
577
|
-
"Search"
|
|
578
|
-
"Sort By"
|
|
579
|
-
"Name"
|
|
580
|
-
"Date Modified"
|
|
581
|
-
"Group"
|
|
582
|
-
"Property"
|
|
583
|
-
"general.filters.sort.bylocation"
|
|
584
|
-
"general.filters.sort.bycost"
|
|
585
|
-
"general.filters.sort.byweight"
|
|
586
|
-
"general.filters.showactivatedentries"
|
|
587
|
-
"Done"
|
|
588
|
-
"OK"
|
|
589
|
-
"Cancel"
|
|
590
|
-
"Create"
|
|
591
|
-
"Apply"
|
|
592
|
-
"Add"
|
|
593
|
-
"Not enough AP"
|
|
594
|
-
"You are missing {
|
|
595
|
-
"Exceeding Adventure Points limit for advantages"
|
|
596
|
-
"You cannot spend more than {
|
|
597
|
-
"Exceeding Adventure Points limit for magical advantages"
|
|
598
|
-
"You cannot spend more than {
|
|
599
|
-
"Exceeding Adventure Points limit for blessed advantages"
|
|
600
|
-
"You cannot spend more than {
|
|
601
|
-
"Exceeding Adventure Points limit for disadvantages"
|
|
602
|
-
"You cannot receive more than {
|
|
603
|
-
"Exceeding Adventure Points limit for magical disadvantages"
|
|
604
|
-
"You cannot receive more than {
|
|
605
|
-
"Exceeding Adventure Points limit for blessed disadvantages"
|
|
606
|
-
"You cannot receive more than {
|
|
607
|
-
"heroes.filters.origin.allheroes"
|
|
608
|
-
"heroes.filters.origin.ownheroes"
|
|
609
|
-
"heroes.filters.origin.sharedheroes"
|
|
610
|
-
"Import"
|
|
611
|
-
"New Character"
|
|
612
|
-
"Duplicate Character"
|
|
613
|
-
"Export Character as OPTLC file"
|
|
614
|
-
"Delete Character"
|
|
615
|
-
"Open Character"
|
|
616
|
-
"heroes.saveherobtn"
|
|
617
|
-
"heroes.unsavedhero.name"
|
|
618
|
-
"heroes.list.adventurepoints"
|
|
619
|
-
"heroes.dialogs.herosaved"
|
|
620
|
-
"heroes.dialogs.importheroerror.title"
|
|
621
|
-
"heroes.dialogs.importheroerror.message"
|
|
622
|
-
"heroes.dialogs.heroexportsavelocation.title"
|
|
623
|
-
"heroes.dialogs.herojsonsaveerror.title"
|
|
624
|
-
"heroes.dialogs.herojsonsaveerror.message"
|
|
625
|
-
"heroes.dialogs.unsavedactions.title"
|
|
626
|
-
"heroes.dialogs.unsavedactions.message"
|
|
627
|
-
"heroes.dialogs.unsavedactions.quit"
|
|
628
|
-
"heroes.dialogs.unsavedactions.saveandquit"
|
|
629
|
-
"heroes.dialogs.deletehero.title"
|
|
630
|
-
"heroes.dialogs.deletehero.message"
|
|
631
|
-
"heroes.dialogs.herocreation.title"
|
|
632
|
-
"heroes.dialogs.herocreation.nameofhero"
|
|
633
|
-
"heroes.dialogs.herocreation.sex.placeholder"
|
|
634
|
-
"heroes.dialogs.herocreation.sex.male"
|
|
635
|
-
"heroes.dialogs.herocreation.sex.female"
|
|
636
|
-
"heroes.dialogs.herocreation.experiencelevel.placeholder"
|
|
637
|
-
"heroes.dialogs.herocreation.startbtn"
|
|
638
|
-
"wiki.chooseacategory"
|
|
639
|
-
"wiki.chooseacategorytodisplayalist"
|
|
640
|
-
"wiki.filters.races"
|
|
641
|
-
"wiki.filters.cultures"
|
|
642
|
-
"wiki.filters.professions"
|
|
643
|
-
"wiki.filters.advantages"
|
|
644
|
-
"wiki.filters.disadvantages"
|
|
645
|
-
"wiki.filters.skills"
|
|
646
|
-
"wiki.filters.skills.all"
|
|
647
|
-
"wiki.filters.combattechniques"
|
|
648
|
-
"wiki.filters.combattechniques.all"
|
|
649
|
-
"wiki.filters.magic"
|
|
650
|
-
"wiki.filters.magic.all"
|
|
651
|
-
"wiki.filters.liturgicalchants"
|
|
652
|
-
"wiki.filters.liturgicalchants.all"
|
|
653
|
-
"wiki.filters.specialabilities"
|
|
654
|
-
"wiki.filters.specialabilities.all"
|
|
655
|
-
"wiki.filters.itemtemplates"
|
|
656
|
-
"wiki.filters.itemtemplates.all"
|
|
657
|
-
"Edit Name"
|
|
658
|
-
"Change Name"
|
|
659
|
-
"Edit Profession Name"
|
|
660
|
-
"Change Profession Name"
|
|
661
|
-
"Add AP"
|
|
662
|
-
"Add Adventure Points"
|
|
663
|
-
"How many Adventure Points do you want to add?"
|
|
664
|
-
"Finish Character Creation"
|
|
665
|
-
"Select New Avatar"
|
|
666
|
-
"Delete Avatar"
|
|
667
|
-
"profile.dialogs.changeheroavatar.title"
|
|
668
|
-
"profile.dialogs.changeheroavatar.selectfilebtn"
|
|
669
|
-
"profile.dialogs.changeheroavatar.imagefiletype"
|
|
670
|
-
"profile.dialogs.changeheroavatar.invalidfilewarning"
|
|
671
|
-
"Male"
|
|
672
|
-
"Female"
|
|
673
|
-
"Bal’Thani"
|
|
674
|
-
"Tsajana"
|
|
675
|
-
"Family"
|
|
676
|
-
"Place of Birth"
|
|
677
|
-
"Date of Birth"
|
|
678
|
-
"Age"
|
|
679
|
-
"Hair Color"
|
|
680
|
-
"Eye Color"
|
|
681
|
-
"Size"
|
|
682
|
-
"Weight"
|
|
683
|
-
"Title"
|
|
684
|
-
"Social Status"
|
|
685
|
-
"Characteristics"
|
|
686
|
-
"Other Information"
|
|
687
|
-
"Reroll Eye Color"
|
|
688
|
-
"Reroll Hair Color"
|
|
689
|
-
"Reroll Size"
|
|
690
|
-
"Reroll Weight"
|
|
691
|
-
"personaldata.cultureareaknowledge"
|
|
692
|
-
"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."
|
|
693
|
-
"sheets.printtopdfbtn"
|
|
694
|
-
"sheets.dialogs.pdfexportsavelocation.title"
|
|
695
|
-
"sheets.dialogs.pdfsaved"
|
|
696
|
-
"sheets.dialogs.pdfsaveerror.title"
|
|
697
|
-
"sheets.dialogs.pdfsaveerror.message"
|
|
698
|
-
"sheets.dialogs.pdfcreationerror.title"
|
|
699
|
-
"sheets.dialogs.pdfcreationerror.message"
|
|
700
|
-
"sheets.showattributevalues"
|
|
701
|
-
"sheets.useparchment"
|
|
702
|
-
"sheets.zoomfactor"
|
|
703
|
-
"sheets.charactersheet"
|
|
704
|
-
"sheets.attributemodifiers.title"
|
|
705
|
-
"sheets.mainsheet.title"
|
|
706
|
-
"sheets.mainsheet.name"
|
|
707
|
-
"sheets.mainsheet.family"
|
|
708
|
-
"sheets.mainsheet.placeofbirth"
|
|
709
|
-
"sheets.mainsheet.dateofbirth"
|
|
710
|
-
"sheets.mainsheet.age"
|
|
711
|
-
"sheets.mainsheet.sex"
|
|
712
|
-
"sheets.mainsheet.race"
|
|
713
|
-
"sheets.mainsheet.size"
|
|
714
|
-
"sheets.mainsheet.weight"
|
|
715
|
-
"sheets.mainsheet.haircolor"
|
|
716
|
-
"sheets.mainsheet.eyecolor"
|
|
717
|
-
"sheets.mainsheet.culture"
|
|
718
|
-
"sheets.mainsheet.socialstatus"
|
|
719
|
-
"sheets.mainsheet.profession"
|
|
720
|
-
"sheets.mainsheet.rank"
|
|
721
|
-
"sheets.mainsheet.characteristics"
|
|
722
|
-
"sheets.mainsheet.otherinfo"
|
|
723
|
-
"sheets.mainsheet.experiencelevellabel"
|
|
724
|
-
"sheets.mainsheet.totalaplabel"
|
|
725
|
-
"sheets.mainsheet.apcollectedlabel"
|
|
726
|
-
"sheets.mainsheet.apspentlabel"
|
|
727
|
-
"sheets.mainsheet.avatarlabel"
|
|
728
|
-
"sheets.mainsheet.advantages"
|
|
729
|
-
"sheets.mainsheet.disadvantages"
|
|
730
|
-
"sheets.mainsheet.generalspecialabilites"
|
|
731
|
-
"sheets.mainsheet.fatepoints"
|
|
732
|
-
"sheets.mainsheet.derivedcharacteristics.labels.value"
|
|
733
|
-
"sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty"
|
|
734
|
-
"sheets.mainsheet.derivedcharacteristics.labels.bonus"
|
|
735
|
-
"sheets.mainsheet.derivedcharacteristics.labels.bought"
|
|
736
|
-
"sheets.mainsheet.derivedcharacteristics.labels.max"
|
|
737
|
-
"sheets.mainsheet.derivedcharacteristics.labels.current"
|
|
738
|
-
"sheets.mainsheet.derivedcharacteristics.labels.basestat"
|
|
739
|
-
"sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback"
|
|
740
|
-
"sheets.gamestatssheet.title"
|
|
741
|
-
"sheets.gamestatssheet.skillstable.title"
|
|
742
|
-
"sheets.gamestatssheet.skillstable.labels.skill"
|
|
743
|
-
"sheets.gamestatssheet.skillstable.labels.check"
|
|
744
|
-
"sheets.gamestatssheet.skillstable.labels.encumbrance"
|
|
745
|
-
"sheets.gamestatssheet.skillstable.labels.improvementcost"
|
|
746
|
-
"sheets.gamestatssheet.skillstable.labels.skillrating"
|
|
747
|
-
"sheets.gamestatssheet.skillstable.labels.routinechecks"
|
|
748
|
-
"sheets.gamestatssheet.skillstable.labels.notes"
|
|
749
|
-
"sheets.gamestatssheet.skillstable.encumbrance.yes"
|
|
750
|
-
"sheets.gamestatssheet.skillstable.encumbrance.no"
|
|
751
|
-
"sheets.gamestatssheet.skillstable.encumbrance.maybe"
|
|
752
|
-
"sheets.gamestatssheet.skillstable.groups.pages"
|
|
753
|
-
"sheets.gamestatssheet.languages.title"
|
|
754
|
-
"sheets.gamestatssheet.languages.nativetongue"
|
|
755
|
-
"sheets.gamestatssheet.knownscripts.title"
|
|
756
|
-
"sheets.gamestatssheet.routinechecks.title"
|
|
757
|
-
"sheets.gamestatssheet.routinechecks.textRow1"
|
|
758
|
-
"sheets.gamestatssheet.routinechecks.textRow2"
|
|
759
|
-
"sheets.gamestatssheet.routinechecks.textRow3"
|
|
760
|
-
"sheets.gamestatssheet.routinechecks.textRow4"
|
|
761
|
-
"sheets.gamestatssheet.routinechecks.labels.checkmod"
|
|
762
|
-
"sheets.gamestatssheet.routinechecks.labels.neededsr"
|
|
763
|
-
"sheets.gamestatssheet.routinechecks.from3on"
|
|
764
|
-
"sheets.gamestatssheet.qualitylevels.title"
|
|
765
|
-
"sheets.gamestatssheet.qualitylevels.labels.skillpoints"
|
|
766
|
-
"sheets.gamestatssheet.qualitylevels.labels.qualitylevel"
|
|
767
|
-
"sheets.combatsheet.title"
|
|
768
|
-
"sheets.combatsheet.combattechniquestable.title"
|
|
769
|
-
"sheets.combatsheet.combattechniquestable.labels.combattechnique"
|
|
770
|
-
"sheets.combatsheet.combattechniquestable.labels.primaryattribute"
|
|
771
|
-
"sheets.combatsheet.combattechniquestable.labels.improvementcost"
|
|
772
|
-
"sheets.combatsheet.combattechniquestable.labels.combattechniquerating"
|
|
773
|
-
"sheets.combatsheet.combattechniquestable.labels.attackrangecombat"
|
|
774
|
-
"sheets.combatsheet.combattechniquestable.labels.parry"
|
|
775
|
-
"sheets.combatsheet.lifepoints.title"
|
|
776
|
-
"sheets.combatsheet.lifepoints.max"
|
|
777
|
-
"sheets.combatsheet.lifepoints.current"
|
|
778
|
-
"sheets.combatsheet.lifepoints.pain1"
|
|
779
|
-
"sheets.combatsheet.lifepoints.pain2"
|
|
780
|
-
"sheets.combatsheet.lifepoints.pain3"
|
|
781
|
-
"sheets.combatsheet.lifepoints.pain4"
|
|
782
|
-
"sheets.combatsheet.lifepoints.dying"
|
|
783
|
-
"sheets.combatsheet.closecombatweapons"
|
|
784
|
-
"sheets.combatsheet.closecombatweapons.labels.weapon"
|
|
785
|
-
"sheets.combatsheet.closecombatweapons.labels.combattechnique"
|
|
786
|
-
"sheets.combatsheet.closecombatweapons.labels.damagebonus"
|
|
787
|
-
"sheets.combatsheet.closecombatweapons.labels.damagepoints"
|
|
788
|
-
"sheets.combatsheet.closecombatweapons.labels.attackparrymodifier"
|
|
789
|
-
"sheets.combatsheet.closecombatweapons.labels.reach"
|
|
790
|
-
"sheets.combatsheet.closecombatweapons.labels.breakingpointrating"
|
|
791
|
-
"sheets.combatsheet.closecombatweapons.labels.damaged"
|
|
792
|
-
"sheets.combatsheet.closecombatweapons.labels.attack"
|
|
793
|
-
"sheets.combatsheet.closecombatweapons.labels.parry"
|
|
794
|
-
"sheets.combatsheet.closecombatweapons.labels.weight"
|
|
795
|
-
"sheets.combatsheet.rangedcombatweapons"
|
|
796
|
-
"sheets.combatsheet.rangedcombatweapons.labels.weapon"
|
|
797
|
-
"sheets.combatsheet.rangedcombatweapons.labels.combattechnique"
|
|
798
|
-
"sheets.combatsheet.rangedcombatweapons.labels.reloadtime"
|
|
799
|
-
"sheets.combatsheet.rangedcombatweapons.labels.damagepoints"
|
|
800
|
-
"sheets.combatsheet.rangedcombatweapons.labels.ammunition"
|
|
801
|
-
"sheets.combatsheet.rangedcombatweapons.labels.rangebrackets"
|
|
802
|
-
"sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating"
|
|
803
|
-
"sheets.combatsheet.rangedcombatweapons.labels.damaged"
|
|
804
|
-
"sheets.combatsheet.rangedcombatweapons.labels.rangedcombat"
|
|
805
|
-
"sheets.combatsheet.rangedcombatweapons.labels.weight"
|
|
806
|
-
"sheets.combatsheet.armors.title"
|
|
807
|
-
"sheets.combatsheet.armors.labels.armor"
|
|
808
|
-
"sheets.combatsheet.armors.labels.sturdinessrating"
|
|
809
|
-
"sheets.combatsheet.armors.labels.wear"
|
|
810
|
-
"sheets.combatsheet.armors.labels.protection"
|
|
811
|
-
"sheets.combatsheet.armors.labels.encumbrance"
|
|
812
|
-
"sheets.combatsheet.armors.labels.movementinitiative"
|
|
813
|
-
"sheets.combatsheet.armors.labels.carriedwhereexamples"
|
|
814
|
-
"sheets.combatsheet.armors.labels.head"
|
|
815
|
-
"sheets.combatsheet.armors.labels.torso"
|
|
816
|
-
"sheets.combatsheet.armors.labels.leftarm"
|
|
817
|
-
"sheets.combatsheet.armors.labels.rightarm"
|
|
818
|
-
"sheets.combatsheet.armors.labels.leftleg"
|
|
819
|
-
"sheets.combatsheet.armors.labels.rightleg"
|
|
820
|
-
"sheets.combatsheet.armors.labels.weight"
|
|
821
|
-
"sheets.combatsheet.shieldparryingweapon.title"
|
|
822
|
-
"sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon"
|
|
823
|
-
"sheets.combatsheet.shieldparryingweapon.labels.structurepoints"
|
|
824
|
-
"sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating"
|
|
825
|
-
"sheets.combatsheet.shieldparryingweapon.labels.damaged"
|
|
826
|
-
"sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier"
|
|
827
|
-
"sheets.combatsheet.shieldparryingweapon.labels.weight"
|
|
828
|
-
"sheets.combatsheet.actions"
|
|
829
|
-
"sheets.combatsheet.combatspecialabilities"
|
|
830
|
-
"sheets.combatsheet.conditions"
|
|
831
|
-
"sheets.combatsheet.states"
|
|
832
|
-
"sheets.belongingssheet.title"
|
|
833
|
-
"sheets.belongingssheet.equipmenttable.title"
|
|
834
|
-
"sheets.belongingssheet.equipmenttable.labels.item"
|
|
835
|
-
"sheets.belongingssheet.equipmenttable.labels.number"
|
|
836
|
-
"sheets.belongingssheet.equipmenttable.labels.price"
|
|
837
|
-
"sheets.belongingssheet.equipmenttable.labels.weight"
|
|
838
|
-
"sheets.belongingssheet.equipmenttable.labels.carriedwhere"
|
|
839
|
-
"sheets.belongingssheet.equipmenttable.labels.total"
|
|
840
|
-
"sheets.belongingssheet.purse.title"
|
|
841
|
-
"sheets.belongingssheet.purse.ducats"
|
|
842
|
-
"sheets.belongingssheet.purse.silverthalers"
|
|
843
|
-
"sheets.belongingssheet.purse.halers"
|
|
844
|
-
"sheets.belongingssheet.purse.kreutzers"
|
|
845
|
-
"sheets.belongingssheet.purse.gems"
|
|
846
|
-
"sheets.belongingssheet.purse.jewelry"
|
|
847
|
-
"sheets.belongingssheet.purse.other"
|
|
848
|
-
"sheets.belongingssheet.carryingcapacity.title"
|
|
849
|
-
"sheets.belongingssheet.carryingcapacity.calc"
|
|
850
|
-
"sheets.belongingssheet.carryingcapacity.label"
|
|
851
|
-
"sheets.belongingssheet.animal.title"
|
|
852
|
-
"sheets.belongingssheet.animal.name"
|
|
853
|
-
"sheets.belongingssheet.animal.sizecategory"
|
|
854
|
-
"sheets.belongingssheet.animal.type"
|
|
855
|
-
"sheets.belongingssheet.animal.ap"
|
|
856
|
-
"sheets.belongingssheet.animal.protection"
|
|
857
|
-
"sheets.belongingssheet.animal.attackname"
|
|
858
|
-
"sheets.belongingssheet.animal.attack"
|
|
859
|
-
"sheets.belongingssheet.animal.parry"
|
|
860
|
-
"sheets.belongingssheet.animal.damagepoints"
|
|
861
|
-
"sheets.belongingssheet.animal.reach"
|
|
862
|
-
"sheets.belongingssheet.animal.actions"
|
|
863
|
-
"sheets.belongingssheet.animal.skills"
|
|
864
|
-
"sheets.belongingssheet.animal.specialabilities"
|
|
865
|
-
"sheets.belongingssheet.animal.notes"
|
|
866
|
-
"sheets.spellssheet.title"
|
|
867
|
-
"sheets.spellssheet.header.labels.aemax"
|
|
868
|
-
"sheets.spellssheet.header.labels.aecurrent"
|
|
869
|
-
"sheets.spellssheet.spellstable.title"
|
|
870
|
-
"sheets.spellssheet.spellstable.labels.spellorritual"
|
|
871
|
-
"sheets.spellssheet.spellstable.labels.check"
|
|
872
|
-
"sheets.spellssheet.spellstable.labels.skillrating"
|
|
873
|
-
"sheets.spellssheet.spellstable.labels.cost"
|
|
874
|
-
"sheets.spellssheet.spellstable.labels.castingtime"
|
|
875
|
-
"sheets.spellssheet.spellstable.labels.range"
|
|
876
|
-
"sheets.spellssheet.spellstable.labels.duration"
|
|
877
|
-
"sheets.spellssheet.spellstable.labels.property"
|
|
878
|
-
"sheets.spellssheet.spellstable.labels.improvementcost"
|
|
879
|
-
"sheets.spellssheet.spellstable.labels.effect"
|
|
880
|
-
"sheets.spellssheet.spellstable.labels.pages"
|
|
881
|
-
"sheets.spellssheet.spellstable.unfamiliarspell"
|
|
882
|
-
"sheets.spellssheet.primaryattribute"
|
|
883
|
-
"sheets.spellssheet.properties"
|
|
884
|
-
"sheets.spellssheet.tradition"
|
|
885
|
-
"sheets.spellssheet.magicalspecialabilities"
|
|
886
|
-
"sheets.spellssheet.cantrips"
|
|
887
|
-
"sheets.chantssheet.title"
|
|
888
|
-
"sheets.chantssheet.header.labels.kpmax"
|
|
889
|
-
"sheets.chantssheet.header.labels.kpcurrent"
|
|
890
|
-
"sheets.chantssheet.chantstable.title"
|
|
891
|
-
"sheets.chantssheet.chantstable.labels.chant"
|
|
892
|
-
"sheets.chantssheet.chantstable.labels.check"
|
|
893
|
-
"sheets.chantssheet.chantstable.labels.skillrating"
|
|
894
|
-
"sheets.chantssheet.chantstable.labels.cost"
|
|
895
|
-
"sheets.chantssheet.chantstable.labels.castingtime"
|
|
896
|
-
"sheets.chantssheet.chantstable.labels.range"
|
|
897
|
-
"sheets.chantssheet.chantstable.labels.duration"
|
|
898
|
-
"sheets.chantssheet.chantstable.labels.aspect"
|
|
899
|
-
"sheets.chantssheet.chantstable.labels.improvementcost"
|
|
900
|
-
"sheets.chantssheet.chantstable.labels.effect"
|
|
901
|
-
"sheets.chantssheet.chantstable.labels.pages"
|
|
902
|
-
"sheets.chantssheet.primaryattribute"
|
|
903
|
-
"sheets.chantssheet.aspects"
|
|
904
|
-
"sheets.chantssheet.tradition"
|
|
905
|
-
"sheets.chantssheet.blessedspecialabilities"
|
|
906
|
-
"sheets.chantssheet.blessings"
|
|
907
|
-
"pacts.pactcategory"
|
|
908
|
-
"pacts.nopact"
|
|
909
|
-
"pacts.pactlevel"
|
|
910
|
-
"pacts.fairytype"
|
|
911
|
-
"pacts.domain"
|
|
912
|
-
"pacts.userdefined"
|
|
913
|
-
"pacts.demontype"
|
|
914
|
-
"pacts.circleofdamnation"
|
|
915
|
-
"pacts.minorpact"
|
|
916
|
-
"pacts.pactisincompletehint"
|
|
917
|
-
"pacts.name"
|
|
918
|
-
"Rule Sources"
|
|
919
|
-
"Use all publications"
|
|
920
|
-
"Focus Rules"
|
|
921
|
-
"Optional Rules"
|
|
922
|
-
"rules.manualherodatarepair"
|
|
923
|
-
"rules.manualherodatarepairexplanation"
|
|
924
|
-
"inlinewiki.complementarysources"
|
|
925
|
-
"race.header.name"
|
|
926
|
-
"race.header.adventurepoints"
|
|
927
|
-
"race.header.adventurepoints.tooltip"
|
|
928
|
-
"inlinewiki.apvalue"
|
|
929
|
-
"inlinewiki.adventurepoints"
|
|
930
|
-
"inlinewiki.lifepointbasevalue"
|
|
931
|
-
"inlinewiki.spiritbasevalue"
|
|
932
|
-
"inlinewiki.toughnessbasevalue"
|
|
933
|
-
"inlinewiki.movementbasevalue"
|
|
934
|
-
"inlinewiki.attributeadjustments"
|
|
935
|
-
"inlinewiki.automaticadvantages"
|
|
936
|
-
"inlinewiki.stronglyrecommendedadvantages"
|
|
937
|
-
"inlinewiki.stronglyrecommendeddisadvantages"
|
|
938
|
-
"inlinewiki.commoncultures"
|
|
939
|
-
"inlinewiki.commonadvantages"
|
|
940
|
-
"inlinewiki.commondisadvantages"
|
|
941
|
-
"inlinewiki.uncommonadvantages"
|
|
942
|
-
"inlinewiki.uncommondisadvantages"
|
|
943
|
-
"culture.filters.common.allcultures"
|
|
944
|
-
"culture.filters.common.commoncultures"
|
|
945
|
-
"culture.header.name"
|
|
946
|
-
"inlinewiki.language"
|
|
947
|
-
"inlinewiki.script"
|
|
948
|
-
"inlinewiki.areaknowledge"
|
|
949
|
-
"inlinewiki.socialstatus"
|
|
950
|
-
"inlinewiki.commonprofessions"
|
|
951
|
-
"inlinewiki.commonprofessions.mundane"
|
|
952
|
-
"inlinewiki.commonprofessions.magic"
|
|
953
|
-
"inlinewiki.commonprofessions.blessed"
|
|
954
|
-
"inlinewiki.commonskills"
|
|
955
|
-
"inlinewiki.uncommonskills"
|
|
956
|
-
"inlinewiki.commonnames"
|
|
957
|
-
"inlinewiki.culturalpackage"
|
|
958
|
-
"profession.ownprofession"
|
|
959
|
-
"profession.variants.novariant"
|
|
960
|
-
"profession.filters.common.allprofessions"
|
|
961
|
-
"profession.filters.common.commonprofessions"
|
|
962
|
-
"profession.filters.groups.allprofessiongroups"
|
|
963
|
-
"profession.filters.groups.mundaneprofessions"
|
|
964
|
-
"profession.filters.groups.magicalprofessions"
|
|
965
|
-
"profession.filters.groups.blessedprofessions"
|
|
966
|
-
"profession.header.name"
|
|
967
|
-
"profession.header.adventurepoints"
|
|
968
|
-
"profession.header.adventurepoints.tooltip"
|
|
969
|
-
"inlinewiki.prerequisites"
|
|
970
|
-
"inlinewiki.race"
|
|
971
|
-
"inlinewiki.specialabilities"
|
|
972
|
-
"inlinewiki.languagesandliteracytotalingap"
|
|
973
|
-
"inlinewiki.skillspecialization"
|
|
974
|
-
"inlinewiki.skillsselection"
|
|
975
|
-
"inlinewiki.combattechniques"
|
|
976
|
-
"inlinewiki.combattechniqueselection"
|
|
977
|
-
"inlinewiki.combattechnique.one"
|
|
978
|
-
"inlinewiki.combattechnique.two"
|
|
979
|
-
"inlinewiki.combattechniquesecondselection"
|
|
980
|
-
"inlinewiki.skills"
|
|
981
|
-
"inlinewiki.spells"
|
|
982
|
-
"inlinewiki.cursestotalingap"
|
|
983
|
-
"inlinewiki.cantripsfromlist"
|
|
984
|
-
"inlinewiki.cantrip.one"
|
|
985
|
-
"inlinewiki.cantrip.two"
|
|
986
|
-
"inlinewiki.liturgicalchants"
|
|
987
|
-
"inlinewiki.thetwelveblessings"
|
|
988
|
-
"inlinewiki.thetwelveblessingsexceptions"
|
|
989
|
-
"inlinewiki.sixblessings"
|
|
990
|
-
"inlinewiki.suggestedadvantages"
|
|
991
|
-
"inlinewiki.suggesteddisadvantages"
|
|
992
|
-
"inlinewiki.unsuitableadvantages"
|
|
993
|
-
"inlinewiki.unsuitabledisadvantages"
|
|
994
|
-
"inlinewiki.variants"
|
|
995
|
-
"inlinewiki.insteadof"
|
|
996
|
-
"rcpselectoptions.race"
|
|
997
|
-
"rcpselectoptions.culture"
|
|
998
|
-
"rcpselectoptions.profession"
|
|
999
|
-
"rcpselectoptions.cantripsfromlist"
|
|
1000
|
-
"rcpselectoptions.cantrip.one"
|
|
1001
|
-
"rcpselectoptions.cantrip.two"
|
|
1002
|
-
"rcpselectoptions.combattechniqueselection"
|
|
1003
|
-
"rcpselectoptions.combattechnique.one"
|
|
1004
|
-
"rcpselectoptions.combattechnique.two"
|
|
1005
|
-
"rcpselectoptions.selectattributeadjustment"
|
|
1006
|
-
"rcpselectoptions.buyculturalpackage"
|
|
1007
|
-
"rcpselectoptions.nativetongue.placeholder"
|
|
1008
|
-
"rcpselectoptions.buyscript"
|
|
1009
|
-
"rcpselectoptions.script.placeholder"
|
|
1010
|
-
"rcpselectoptions.combattechniquesecondselection"
|
|
1011
|
-
"rcpselectoptions.cursestotalingapleft"
|
|
1012
|
-
"rcpselectoptions.languagesandliteracytotalingapleft"
|
|
1013
|
-
"rcpselectoptions.applicationforskillspecialization"
|
|
1014
|
-
"rcpselectoptions.skillselectionap"
|
|
1015
|
-
"rcpselectoptions.skillspecialization"
|
|
1016
|
-
"rcpselectoptions.completebtn"
|
|
1017
|
-
"rcpselectoptions.unfamiliarspells"
|
|
1018
|
-
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage"
|
|
1019
|
-
"rcpselectoptions.unfamiliarspell.placeholder"
|
|
1020
|
-
"rcpselectoptions.unfamiliarspell"
|
|
1021
|
-
"Total Points"
|
|
1022
|
-
"Increment"
|
|
1023
|
-
"Decrement"
|
|
1024
|
-
"Activate"
|
|
1025
|
-
"Attribute Adjustment Selection"
|
|
1026
|
-
"Modifier"
|
|
1027
|
-
"Bought"
|
|
1028
|
-
"Lost Total"
|
|
1029
|
-
"Bought Back"
|
|
1030
|
-
"Buy Back Permanently Lost Point"
|
|
1031
|
-
"Permanently Lost Life Points"
|
|
1032
|
-
"pLP"
|
|
1033
|
-
"Permanently Lost Arcane Energy"
|
|
1034
|
-
"pAE"
|
|
1035
|
-
"Permanently Lost Karma Points"
|
|
1036
|
-
"pKP"
|
|
1037
|
-
"Loose Permanent Points"
|
|
1038
|
-
"How many points do you want to remove?"
|
|
1039
|
-
"Remove"
|
|
1040
|
-
"Permanently Spent"
|
|
1041
|
-
"Common Advantages"
|
|
1042
|
-
"Common Disadvantages"
|
|
1043
|
-
"Custom AP Cost"
|
|
1044
|
-
"AP Cost for {
|
|
1045
|
-
"Custom option"
|
|
1046
|
-
"specialabilities.nativetonguelevel"
|
|
1047
|
-
"Advanced Combat Special Abilities"
|
|
1048
|
-
"Advanced Karma Special Abilities"
|
|
1049
|
-
"Advanced Magical Special Abilities"
|
|
1050
|
-
"Advanced Skill Special Abilities"
|
|
1051
|
-
"Ancestor Glyphs"
|
|
1052
|
-
"Arcane Orb Enchantments"
|
|
1053
|
-
"Attire Enchantments"
|
|
1054
|
-
"Blessed Traditions"
|
|
1055
|
-
"Bowl Enchantments"
|
|
1056
|
-
"Brawling Special Abilities"
|
|
1057
|
-
"Cauldron Enchantments"
|
|
1058
|
-
"Ceremonial Item Special Abilities"
|
|
1059
|
-
"Chronicle Enchantments"
|
|
1060
|
-
"Combat Special Abilities"
|
|
1061
|
-
"Combat Style Special Abilities"
|
|
1062
|
-
"Command Special Abilities"
|
|
1063
|
-
"Dagger Rituals"
|
|
1064
|
-
"Familiar Special Abilities"
|
|
1065
|
-
"Fate Point Sex Special Abilities"
|
|
1066
|
-
"Fate Point Special Abilities"
|
|
1067
|
-
"Fools Hat Enchantments"
|
|
1068
|
-
"General Special Abilities"
|
|
1069
|
-
"Instrument Enchantments"
|
|
1070
|
-
"Karma Special Abilities"
|
|
1071
|
-
"Krallenkettenzauber"
|
|
1072
|
-
"Liturgical Style Special Abilities"
|
|
1073
|
-
"Lycantropic Gifts"
|
|
1074
|
-
"Magical Signs"
|
|
1075
|
-
"Magical Special Abilities"
|
|
1076
|
-
"Magical Traditions"
|
|
1077
|
-
"Magic Style Special Abilities"
|
|
1078
|
-
"Orb Enchantments"
|
|
1079
|
-
"Pact Gifts"
|
|
1080
|
-
"Protective/Warding Circle Special Abilities"
|
|
1081
|
-
"Ring Enchantments"
|
|
1082
|
-
"Sermons"
|
|
1083
|
-
"Sex Special Abilities"
|
|
1084
|
-
"Sickle Rituals"
|
|
1085
|
-
"Sikaryan Drain Special Abilities"
|
|
1086
|
-
"Skill Style Special Abilities"
|
|
1087
|
-
"Spell Sword Enchantments"
|
|
1088
|
-
"Staff Enchantments"
|
|
1089
|
-
"Toy Enchantments"
|
|
1090
|
-
"Trinkhornzauber"
|
|
1091
|
-
"Vampiric Gifts"
|
|
1092
|
-
"Visions"
|
|
1093
|
-
"Wand Enchantments"
|
|
1094
|
-
"Weapon Enchantments"
|
|
1095
|
-
"inlinewiki.rule"
|
|
1096
|
-
"inlinewiki.effect"
|
|
1097
|
-
"inlinewiki.extendedcombatspecialabilities"
|
|
1098
|
-
"inlinewiki.extendedmagicalspecialabilities"
|
|
1099
|
-
"inlinewiki.extendedblessedspecialabilities"
|
|
1100
|
-
"inlinewiki.extendedskillspecialabilities"
|
|
1101
|
-
"inlinewiki.penalty"
|
|
1102
|
-
"inlinewiki.level"
|
|
1103
|
-
"inlinewiki.perlevel"
|
|
1104
|
-
"inlinewiki.volume"
|
|
1105
|
-
"inlinewiki.aspect"
|
|
1106
|
-
"inlinewiki.bindingcost"
|
|
1107
|
-
"inlinewiki.protectivecircle"
|
|
1108
|
-
"inlinewiki.wardingcircle"
|
|
1109
|
-
"inlinewiki.actions"
|
|
1110
|
-
"inlinewiki.racecultureorprofessionrequiresautomaticorsuggested"
|
|
1111
|
-
"inlinewiki.advantage"
|
|
1112
|
-
"inlinewiki.disadvantage"
|
|
1113
|
-
"inlinewiki.primaryattributeofthetradition"
|
|
1114
|
-
"inlinewiki.knowledgeofspell"
|
|
1115
|
-
"inlinewiki.knowledgeofliturgicalchant"
|
|
1116
|
-
"inlinewiki.appropriatecombatstylespecialability"
|
|
1117
|
-
"inlinewiki.appropriatemagicalstylespecialability"
|
|
1118
|
-
"inlinewiki.appropriateblessedstylespecialability"
|
|
1119
|
-
"inlinewiki.appropriateskillstylespecialability"
|
|
1120
|
-
"inlinewiki.sex"
|
|
1121
|
-
"inlinewiki.sex.male"
|
|
1122
|
-
"inlinewiki.sex.female"
|
|
1123
|
-
"inlinewiki.combattechniques.groups.all"
|
|
1124
|
-
"inlinewiki.combattechniques.groups.allmeleecombattechniques"
|
|
1125
|
-
"inlinewiki.combattechniques.groups.allrangedcombattechniques"
|
|
1126
|
-
"inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry"
|
|
1127
|
-
"inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons"
|
|
1128
|
-
"inlinewiki.socialstatusxorhigher"
|
|
1129
|
-
"Common Skills"
|
|
1130
|
-
"SR"
|
|
1131
|
-
"Skill Rating"
|
|
1132
|
-
"IC"
|
|
1133
|
-
"New Applications"
|
|
1134
|
-
"Uses"
|
|
1135
|
-
"Strongly Recommended"
|
|
1136
|
-
"Common"
|
|
1137
|
-
"Uncommon"
|
|
1138
|
-
"Unfamiliar Spells"
|
|
1139
|
-
"CTR"
|
|
1140
|
-
"Combat Technique Rating"
|
|
1141
|
-
"P"
|
|
1142
|
-
"Primary Attribute(s)"
|
|
1143
|
-
"AT"
|
|
1144
|
-
"Attack"
|
|
1145
|
-
"PA"
|
|
1146
|
-
"Parry"
|
|
1147
|
-
"Close Combat"
|
|
1148
|
-
"Ranged Combat"
|
|
1149
|
-
"Special"
|
|
1150
|
-
"Primary Attribute"
|
|
1151
|
-
"Cantrips"
|
|
1152
|
-
"Rituals"
|
|
1153
|
-
"Curses"
|
|
1154
|
-
"Elven Magical Songs"
|
|
1155
|
-
"Domination Rituals"
|
|
1156
|
-
"Magical Dances"
|
|
1157
|
-
"Magical Melodies"
|
|
1158
|
-
"Jester Tricks"
|
|
1159
|
-
"Animist Powers"
|
|
1160
|
-
"Geode Rituals"
|
|
1161
|
-
"Zibilja Rituals"
|
|
1162
|
-
"Mod"
|
|
1163
|
-
"Check Modifier"
|
|
1164
|
-
"spells.traditions.general"
|
|
1165
|
-
"magicalactions.animistforces.tribes.general"
|
|
1166
|
-
" (modified by {
|
|
1167
|
-
" (−
|
|
1168
|
-
"{
|
|
1169
|
-
"Invocation Difficulty"
|
|
1170
|
-
"ID"
|
|
1171
|
-
"Creation Difficulty"
|
|
1172
|
-
"CD"
|
|
1173
|
-
"Effect"
|
|
1174
|
-
"Casting Time"
|
|
1175
|
-
"Ritual Time"
|
|
1176
|
-
"Liturgical Time"
|
|
1177
|
-
"Ceremonial Time"
|
|
1178
|
-
"AE Cost"
|
|
1179
|
-
"KP Cost"
|
|
1180
|
-
"Range"
|
|
1181
|
-
"Duration"
|
|
1182
|
-
"Target Category"
|
|
1183
|
-
"Traditions"
|
|
1184
|
-
" (you cannot use a modification on this spell’s casting time)"
|
|
1185
|
-
" (you cannot use a modification on this spell’s cost)"
|
|
1186
|
-
" (you cannot use a modification on this spell’s range)"
|
|
1187
|
-
" (you cannot use a modification on this ritual’s ritual time)"
|
|
1188
|
-
" (you cannot use a modification on this ritual’s cost)"
|
|
1189
|
-
" (you cannot use a modification on this ritual’s range)"
|
|
1190
|
-
" (you cannot use a modification on this chant’s liturgical time)"
|
|
1191
|
-
" (you cannot use a modification on this chant’s cost)"
|
|
1192
|
-
" (you cannot use a modification on this chant’s range)"
|
|
1193
|
-
" (you cannot use a modification on this ceremony’s ceremonial time)"
|
|
1194
|
-
" (you cannot use a modification on this ceremony’s cost)"
|
|
1195
|
-
" (you cannot use a modification on this ceremony’s range)"
|
|
1196
|
-
" (cannot modify)"
|
|
1197
|
-
"{
|
|
1198
|
-
"act"
|
|
1199
|
-
"{
|
|
1200
|
-
"actions"
|
|
1201
|
-
"{
|
|
1202
|
-
"s"
|
|
1203
|
-
"{
|
|
1204
|
-
"seconds"
|
|
1205
|
-
"{
|
|
1206
|
-
"min"
|
|
1207
|
-
"{
|
|
1208
|
-
"minutes"
|
|
1209
|
-
"{
|
|
1210
|
-
"h"
|
|
1211
|
-
"{
|
|
1212
|
-
"hours"
|
|
1213
|
-
"{
|
|
1214
|
-
"d"
|
|
1215
|
-
"{
|
|
1216
|
-
"days"
|
|
1217
|
-
"{
|
|
1218
|
-
"wks."
|
|
1219
|
-
"{
|
|
1220
|
-
"weeks"
|
|
1221
|
-
"{
|
|
1222
|
-
"mos."
|
|
1223
|
-
"{
|
|
1224
|
-
"months"
|
|
1225
|
-
"{
|
|
1226
|
-
"yrs."
|
|
1227
|
-
"{
|
|
1228
|
-
"years"
|
|
1229
|
-
"{
|
|
1230
|
-
"cent."
|
|
1231
|
-
"{
|
|
1232
|
-
"centuries"
|
|
1233
|
-
"{
|
|
1234
|
-
"{
|
|
1235
|
-
"{
|
|
1236
|
-
"{
|
|
1237
|
-
"{
|
|
1238
|
-
"CR"
|
|
1239
|
-
"{
|
|
1240
|
-
"combat rounds"
|
|
1241
|
-
"{
|
|
1242
|
-
"{
|
|
1243
|
-
"min. "
|
|
1244
|
-
"at least "
|
|
1245
|
-
"min. {
|
|
1246
|
-
"at least {
|
|
1247
|
-
"/{
|
|
1248
|
-
" per {
|
|
1249
|
-
", minimum of {
|
|
1250
|
-
" ({
|
|
1251
|
-
", {
|
|
1252
|
-
"half of the activation cost"
|
|
1253
|
-
" and "
|
|
1254
|
-
" + "
|
|
1255
|
-
" or "
|
|
1256
|
-
" / "
|
|
1257
|
-
" for "
|
|
1258
|
-
" (no more than {
|
|
1259
|
-
" (max. {
|
|
1260
|
-
"no more than {
|
|
1261
|
-
"max. {
|
|
1262
|
-
"Immediate"
|
|
1263
|
-
"Permanent"
|
|
1264
|
-
"no more than "
|
|
1265
|
-
"max. "
|
|
1266
|
-
"Quality Levels"
|
|
1267
|
-
"QL"
|
|
1268
|
-
"QL {
|
|
1269
|
-
"Skill Points"
|
|
1270
|
-
"SP"
|
|
1271
|
-
"Sustained"
|
|
1272
|
-
"(S)"
|
|
1273
|
-
"{
|
|
1274
|
-
"{
|
|
1275
|
-
"{
|
|
1276
|
-
"{
|
|
1277
|
-
"Sight"
|
|
1278
|
-
"Self"
|
|
1279
|
-
"Global"
|
|
1280
|
-
"Touch"
|
|
1281
|
-
"Radius"
|
|
1282
|
-
" (casting)"
|
|
1283
|
-
"Zone"
|
|
1284
|
-
"Liturgical Chants and Ceremonies"
|
|
1285
|
-
"General"
|
|
1286
|
-
"Note"
|
|
1287
|
-
"all"
|
|
1288
|
-
"none"
|
|
1289
|
-
"State"
|
|
1290
|
-
"Social Status {
|
|
1291
|
-
"Person with {
|
|
1292
|
-
"Penis"
|
|
1293
|
-
"Vagina"
|
|
1294
|
-
"the SR for {
|
|
1295
|
-
"{
|
|
1296
|
-
"{
|
|
1297
|
-
"{
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"{
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1360
|
-
"inlinewiki.
|
|
1361
|
-
"inlinewiki.
|
|
1362
|
-
"inlinewiki.
|
|
1363
|
-
"inlinewiki.
|
|
1364
|
-
"inlinewiki.
|
|
1365
|
-
"inlinewiki.
|
|
1366
|
-
"inlinewiki.
|
|
1367
|
-
"inlinewiki.
|
|
1368
|
-
"inlinewiki.
|
|
1369
|
-
"inlinewiki.
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1405
|
-
"
|
|
1406
|
-
"equipment.
|
|
1407
|
-
"equipment.
|
|
1408
|
-
"equipment.
|
|
1409
|
-
"equipment.
|
|
1410
|
-
"equipment.
|
|
1411
|
-
"equipment.
|
|
1412
|
-
"equipment.
|
|
1413
|
-
"equipment.
|
|
1414
|
-
"equipment.
|
|
1415
|
-
"equipment.
|
|
1416
|
-
"equipment.
|
|
1417
|
-
"equipment.
|
|
1418
|
-
"equipment.
|
|
1419
|
-
"equipment.
|
|
1420
|
-
"equipment.
|
|
1421
|
-
"equipment.
|
|
1422
|
-
"equipment.
|
|
1423
|
-
"equipment.
|
|
1424
|
-
"equipment.
|
|
1425
|
-
"equipment.dialogs.addedit.
|
|
1426
|
-
"equipment.dialogs.addedit.
|
|
1427
|
-
"equipment.dialogs.addedit.
|
|
1428
|
-
"equipment.dialogs.addedit.
|
|
1429
|
-
"equipment.dialogs.addedit.
|
|
1430
|
-
"equipment.dialogs.addedit.
|
|
1431
|
-
"equipment.dialogs.addedit.
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
"equipment.
|
|
1445
|
-
"equipment.
|
|
1446
|
-
"equipment.
|
|
1447
|
-
"equipment.
|
|
1448
|
-
"equipment.
|
|
1449
|
-
"equipment.
|
|
1450
|
-
"equipment.
|
|
1451
|
-
"equipment.
|
|
1452
|
-
"equipment.
|
|
1453
|
-
"equipment.
|
|
1454
|
-
"equipment.
|
|
1455
|
-
"equipment.
|
|
1456
|
-
"equipment.
|
|
1457
|
-
"equipment.
|
|
1458
|
-
"equipment.
|
|
1459
|
-
"equipment.
|
|
1460
|
-
"equipment.
|
|
1461
|
-
"equipment.
|
|
1462
|
-
"equipment.
|
|
1463
|
-
"equipment.
|
|
1464
|
-
"equipment.
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
"pets.dialogs.addedit.totalap"?: string
|
|
1507
|
-
"pets.dialogs.addedit.protection"?: string
|
|
1508
|
-
"pets.dialogs.addedit.attackname"?: string
|
|
1509
|
-
"pets.dialogs.addedit.attack"?: string
|
|
1510
|
-
"pets.dialogs.addedit.parry"?: string
|
|
1511
|
-
"pets.dialogs.addedit.damagepoints"?: string
|
|
1512
|
-
"pets.dialogs.addedit.reach"?: string
|
|
1513
|
-
"pets.dialogs.addedit.actions"?: string
|
|
1514
|
-
"pets.dialogs.addedit.skills"?: string
|
|
1515
|
-
"pets.dialogs.addedit.specialabilities"?: string
|
|
1516
|
-
"pets.dialogs.addedit.notes"?: string
|
|
1517
|
-
"pets.dialogs.addedit.addbtn"?: string
|
|
1518
|
-
"pets.dialogs.addedit.savebtn"?: string
|
|
1519
|
-
"Show details"?: string
|
|
1520
|
-
"Maximum Attribute Value"?: string
|
|
1521
|
-
"Maximum Skill Value"?: string
|
|
1522
|
-
"Maximum Combat Technique"?: string
|
|
1523
|
-
"Maximum Attribute Total"?: string
|
|
1524
|
-
"Number of Spells/Liturgical Chants"?: string
|
|
1525
|
-
"Number from other Traditions"?: string
|
|
1526
|
-
"Check"?: string
|
|
1527
|
-
"Applications"?: string
|
|
1528
|
-
"Encumbrance"?: string
|
|
1529
|
-
"Yes"?: string
|
|
1530
|
-
"No"?: string
|
|
1531
|
-
"Maybe"?: string
|
|
1532
|
-
"Tools"?: string
|
|
1533
|
-
"Quality"?: string
|
|
1534
|
-
"Failed Check"?: string
|
|
1535
|
-
"Critical Success"?: string
|
|
1536
|
-
"Botch"?: string
|
|
1537
|
-
"Improvement Cost"?: string
|
|
1538
|
-
"Front Cover Inside"?: string
|
|
1539
|
-
"Back Cover Inside"?: string
|
|
1540
|
-
"since the {0}. printing"?: string
|
|
1541
|
-
"removed in {0}. printing"?: string
|
|
454
|
+
"About {$app}": string & { __params: { "app": StringableTranslationParameter } }
|
|
455
|
+
"Preferences …": string
|
|
456
|
+
"Services": string
|
|
457
|
+
"Hide {$app}": string & { __params: { "app": StringableTranslationParameter } }
|
|
458
|
+
"Hide Others": string
|
|
459
|
+
"Show All": string
|
|
460
|
+
"Quit {$app}": string & { __params: { "app": StringableTranslationParameter } }
|
|
461
|
+
".input {$os :string} {{File}}": string & { __params: { "os": string } }
|
|
462
|
+
"Close": string
|
|
463
|
+
"Quit": string
|
|
464
|
+
"Edit": string
|
|
465
|
+
"Undo": string
|
|
466
|
+
"Redo": string
|
|
467
|
+
"Cut": string
|
|
468
|
+
"Copy": string
|
|
469
|
+
"Paste": string
|
|
470
|
+
"Delete": string
|
|
471
|
+
"Select All": string
|
|
472
|
+
"View": string
|
|
473
|
+
"Toggle Full Screen": string
|
|
474
|
+
"Window": string
|
|
475
|
+
"Minimize": string
|
|
476
|
+
"Zoom": string
|
|
477
|
+
"Main Window": string
|
|
478
|
+
"Bring All to Front": string
|
|
479
|
+
"Settings": string
|
|
480
|
+
"Main Language": string
|
|
481
|
+
"System Language": string
|
|
482
|
+
"Fallback Language": string
|
|
483
|
+
"No fallback language": string
|
|
484
|
+
"Appearance": string
|
|
485
|
+
"Auto": string
|
|
486
|
+
"Light": string
|
|
487
|
+
"Dark": string
|
|
488
|
+
"Edit characters after creation": string
|
|
489
|
+
"Show animations": string
|
|
490
|
+
"Check for updates": string
|
|
491
|
+
"Updater": string
|
|
492
|
+
"Checking for updates …": string
|
|
493
|
+
"New version available": string
|
|
494
|
+
"Version {$version} is available! Do you wish to download and install?": string & { __params: { "version": StringableTranslationParameter } }
|
|
495
|
+
"Download": string
|
|
496
|
+
"Download Later": string
|
|
497
|
+
"Downloading update …": string
|
|
498
|
+
"Update downloaded": string
|
|
499
|
+
"Quit and Install": string
|
|
500
|
+
"Install Later": string
|
|
501
|
+
"No update available": string
|
|
502
|
+
"You're running the latest version available.": string
|
|
503
|
+
"Characters": string
|
|
504
|
+
"Groups": string
|
|
505
|
+
"Library": string
|
|
506
|
+
"FAQ": string
|
|
507
|
+
"About": string
|
|
508
|
+
"Imprint": string
|
|
509
|
+
"Third-Party Licenses": string
|
|
510
|
+
"Last Changes": string
|
|
511
|
+
"Profile": string
|
|
512
|
+
"Overview": string
|
|
513
|
+
"Personal Data": string
|
|
514
|
+
"Character Sheet": string
|
|
515
|
+
"Pact": string
|
|
516
|
+
"Rules": string
|
|
517
|
+
"Race, Culture & Profession": string
|
|
518
|
+
"Race": string
|
|
519
|
+
"Culture": string
|
|
520
|
+
"Profession": string
|
|
521
|
+
"Attributes": string
|
|
522
|
+
"Advantages & Disadvantages": string
|
|
523
|
+
"Advantages": string
|
|
524
|
+
"Disadvantages": string
|
|
525
|
+
"Abilities": string
|
|
526
|
+
"Skills": string
|
|
527
|
+
"Combat Techniques": string
|
|
528
|
+
"Special Abilities": string
|
|
529
|
+
"Spells": string
|
|
530
|
+
"Liturgical Chants": string
|
|
531
|
+
"Belongings": string
|
|
532
|
+
"Equipment": string
|
|
533
|
+
"Hit Zone Armor": string
|
|
534
|
+
"Pets": string
|
|
535
|
+
"{$value} AP Remaining": string & { __params: { "value": StringableTranslationParameter } }
|
|
536
|
+
"Save": string
|
|
537
|
+
"Show Settings": string
|
|
538
|
+
"Toggle DevTools": string
|
|
539
|
+
"Adventure Points": string
|
|
540
|
+
"AP": string
|
|
541
|
+
".input {$value :number} {{{$value} Adventure Points}}": string & { __params: { "value": number } }
|
|
542
|
+
"{$value} AP": string & { __params: { "value": StringableTranslationParameter } }
|
|
543
|
+
"{$value} Total AP": string & { __params: { "value": StringableTranslationParameter } }
|
|
544
|
+
"{$value} AP Spent": string & { __params: { "value": StringableTranslationParameter } }
|
|
545
|
+
"{$value}/{$max} AP spent on advantages": string & { __params: { "value": StringableTranslationParameter; "max": StringableTranslationParameter } }
|
|
546
|
+
"Thereof {$value}/{$max} on magic advantages": string & { __params: { "value": StringableTranslationParameter; "max": StringableTranslationParameter } }
|
|
547
|
+
"Thereof {$value}/{$max} on blessed advantages": string & { __params: { "value": StringableTranslationParameter; "max": StringableTranslationParameter } }
|
|
548
|
+
"{$value}/{$max} AP received from disadvantages": string & { __params: { "value": StringableTranslationParameter; "max": StringableTranslationParameter } }
|
|
549
|
+
"Thereof {$value}/{$max} from magic disadvantages": string & { __params: { "value": StringableTranslationParameter; "max": StringableTranslationParameter } }
|
|
550
|
+
"Thereof {$value}/{$max} from blessed disadvantages": string & { __params: { "value": StringableTranslationParameter; "max": StringableTranslationParameter } }
|
|
551
|
+
"{$value} AP spent on race": string & { __params: { "value": StringableTranslationParameter } }
|
|
552
|
+
"{$value} AP spent on profession": string & { __params: { "value": StringableTranslationParameter } }
|
|
553
|
+
"{$value} AP spent on attributes": string & { __params: { "value": StringableTranslationParameter } }
|
|
554
|
+
"{$value} AP spent on skills": string & { __params: { "value": StringableTranslationParameter } }
|
|
555
|
+
"{$value} AP spent on combat techniques": string & { __params: { "value": StringableTranslationParameter } }
|
|
556
|
+
"{$value} AP spent on spells": string & { __params: { "value": StringableTranslationParameter } }
|
|
557
|
+
"{$value} AP spent on cantrips": string & { __params: { "value": StringableTranslationParameter } }
|
|
558
|
+
"{$value} AP spent on liturgical chants": string & { __params: { "value": StringableTranslationParameter } }
|
|
559
|
+
"{$value} AP spent on blessings": string & { __params: { "value": StringableTranslationParameter } }
|
|
560
|
+
"{$value} AP spent on special abilities": string & { __params: { "value": StringableTranslationParameter } }
|
|
561
|
+
"{$value} AP spent on improving/buying back LP/AE/KP": string & { __params: { "value": StringableTranslationParameter } }
|
|
562
|
+
"header.dialogs.herosaved": string
|
|
563
|
+
"header.dialogs.allsaved": string
|
|
564
|
+
"header.dialogs.everythingelsesaved": string
|
|
565
|
+
"header.dialogs.saveconfigerror.title": string
|
|
566
|
+
"header.dialogs.saveconfigerror.message": string
|
|
567
|
+
"header.dialogs.saveheroeserror.title": string
|
|
568
|
+
"header.dialogs.saveheroeserror.message": string
|
|
569
|
+
"general.weightvalue": string
|
|
570
|
+
"general.pricevalue": string
|
|
571
|
+
"general.lengthvalue": string
|
|
572
|
+
"D": string
|
|
573
|
+
"general.none": string
|
|
574
|
+
"general.or": string
|
|
575
|
+
"general.and": string
|
|
576
|
+
"general.error": string
|
|
577
|
+
"general.errorcode": string
|
|
578
|
+
"general.emptylistplaceholder": string
|
|
579
|
+
"general.emptylistnoresultsplaceholder": string
|
|
580
|
+
"No Results": string
|
|
581
|
+
"Search": string
|
|
582
|
+
"Sort By": string
|
|
583
|
+
"Name": string
|
|
584
|
+
"Date Modified": string
|
|
585
|
+
"Group": string
|
|
586
|
+
"Property": string
|
|
587
|
+
"general.filters.sort.bylocation": string
|
|
588
|
+
"general.filters.sort.bycost": string
|
|
589
|
+
"general.filters.sort.byweight": string
|
|
590
|
+
"general.filters.showactivatedentries": string
|
|
591
|
+
"Done": string
|
|
592
|
+
"OK": string
|
|
593
|
+
"Cancel": string
|
|
594
|
+
"Create": string
|
|
595
|
+
"Apply": string
|
|
596
|
+
"Add": string
|
|
597
|
+
"Not enough AP": string
|
|
598
|
+
".input {$value :number} {{You are missing {$value} Adventure Points to do this.}}": string & { __params: { "value": number } }
|
|
599
|
+
"Exceeding Adventure Points limit for advantages": string
|
|
600
|
+
"You cannot spend more than {$max} AP on advantages. You would exceed this limit by {$over} AP.": string & { __params: { "max": StringableTranslationParameter; "over": StringableTranslationParameter } }
|
|
601
|
+
"Exceeding Adventure Points limit for magical advantages": string
|
|
602
|
+
"You cannot spend more than {$max} AP on magical advantages. You would exceed this limit by {$over} AP.": string & { __params: { "max": StringableTranslationParameter; "over": StringableTranslationParameter } }
|
|
603
|
+
"Exceeding Adventure Points limit for blessed advantages": string
|
|
604
|
+
"You cannot spend more than {$max} AP on blessed advantages. You would exceed this limit by {$over} AP.": string & { __params: { "max": StringableTranslationParameter; "over": StringableTranslationParameter } }
|
|
605
|
+
"Exceeding Adventure Points limit for disadvantages": string
|
|
606
|
+
"You cannot receive more than {$max} AP from disadvantages. You would exceed this limit by {$over} AP.": string & { __params: { "max": StringableTranslationParameter; "over": StringableTranslationParameter } }
|
|
607
|
+
"Exceeding Adventure Points limit for magical disadvantages": string
|
|
608
|
+
"You cannot receive more than {$max} AP from magical disadvantages. You would exceed this limit by {$over} AP.": string & { __params: { "max": StringableTranslationParameter; "over": StringableTranslationParameter } }
|
|
609
|
+
"Exceeding Adventure Points limit for blessed disadvantages": string
|
|
610
|
+
"You cannot receive more than {$max} AP from blessed disadvantages. You would exceed this limit by {$over} AP.": string & { __params: { "max": StringableTranslationParameter; "over": StringableTranslationParameter } }
|
|
611
|
+
"heroes.filters.origin.allheroes": string
|
|
612
|
+
"heroes.filters.origin.ownheroes": string
|
|
613
|
+
"heroes.filters.origin.sharedheroes": string
|
|
614
|
+
"Import": string
|
|
615
|
+
"New Character": string
|
|
616
|
+
"Duplicate Character": string
|
|
617
|
+
"Export Character as OPTLC file": string
|
|
618
|
+
"Delete Character": string
|
|
619
|
+
"Open Character": string
|
|
620
|
+
"heroes.saveherobtn": string
|
|
621
|
+
"heroes.unsavedhero.name": string
|
|
622
|
+
"heroes.list.adventurepoints": string
|
|
623
|
+
"heroes.dialogs.herosaved": string
|
|
624
|
+
"heroes.dialogs.importheroerror.title": string
|
|
625
|
+
"heroes.dialogs.importheroerror.message": string
|
|
626
|
+
"heroes.dialogs.heroexportsavelocation.title": string
|
|
627
|
+
"heroes.dialogs.herojsonsaveerror.title": string
|
|
628
|
+
"heroes.dialogs.herojsonsaveerror.message": string
|
|
629
|
+
"heroes.dialogs.unsavedactions.title": string
|
|
630
|
+
"heroes.dialogs.unsavedactions.message": string
|
|
631
|
+
"heroes.dialogs.unsavedactions.quit": string
|
|
632
|
+
"heroes.dialogs.unsavedactions.saveandquit": string
|
|
633
|
+
"heroes.dialogs.deletehero.title": string
|
|
634
|
+
"heroes.dialogs.deletehero.message": string
|
|
635
|
+
"heroes.dialogs.herocreation.title": string
|
|
636
|
+
"heroes.dialogs.herocreation.nameofhero": string
|
|
637
|
+
"heroes.dialogs.herocreation.sex.placeholder": string
|
|
638
|
+
"heroes.dialogs.herocreation.sex.male": string
|
|
639
|
+
"heroes.dialogs.herocreation.sex.female": string
|
|
640
|
+
"heroes.dialogs.herocreation.experiencelevel.placeholder": string
|
|
641
|
+
"heroes.dialogs.herocreation.startbtn": string
|
|
642
|
+
"wiki.chooseacategory": string
|
|
643
|
+
"wiki.chooseacategorytodisplayalist": string
|
|
644
|
+
"wiki.filters.races": string
|
|
645
|
+
"wiki.filters.cultures": string
|
|
646
|
+
"wiki.filters.professions": string
|
|
647
|
+
"wiki.filters.advantages": string
|
|
648
|
+
"wiki.filters.disadvantages": string
|
|
649
|
+
"wiki.filters.skills": string
|
|
650
|
+
"wiki.filters.skills.all": string
|
|
651
|
+
"wiki.filters.combattechniques": string
|
|
652
|
+
"wiki.filters.combattechniques.all": string
|
|
653
|
+
"wiki.filters.magic": string
|
|
654
|
+
"wiki.filters.magic.all": string
|
|
655
|
+
"wiki.filters.liturgicalchants": string
|
|
656
|
+
"wiki.filters.liturgicalchants.all": string
|
|
657
|
+
"wiki.filters.specialabilities": string
|
|
658
|
+
"wiki.filters.specialabilities.all": string
|
|
659
|
+
"wiki.filters.itemtemplates": string
|
|
660
|
+
"wiki.filters.itemtemplates.all": string
|
|
661
|
+
"Edit Name": string
|
|
662
|
+
"Change Name": string
|
|
663
|
+
"Edit Profession Name": string
|
|
664
|
+
"Change Profession Name": string
|
|
665
|
+
"Add AP": string
|
|
666
|
+
"Add Adventure Points": string
|
|
667
|
+
"How many Adventure Points do you want to add?": string
|
|
668
|
+
"Finish Character Creation": string
|
|
669
|
+
"Select New Avatar": string
|
|
670
|
+
"Delete Avatar": string
|
|
671
|
+
"profile.dialogs.changeheroavatar.title": string
|
|
672
|
+
"profile.dialogs.changeheroavatar.selectfilebtn": string
|
|
673
|
+
"profile.dialogs.changeheroavatar.imagefiletype": string
|
|
674
|
+
"profile.dialogs.changeheroavatar.invalidfilewarning": string
|
|
675
|
+
"Male": string
|
|
676
|
+
"Female": string
|
|
677
|
+
"Bal’Thani": string
|
|
678
|
+
"Tsajana": string
|
|
679
|
+
"Family": string
|
|
680
|
+
"Place of Birth": string
|
|
681
|
+
"Date of Birth": string
|
|
682
|
+
"Age": string
|
|
683
|
+
"Hair Color": string
|
|
684
|
+
"Eye Color": string
|
|
685
|
+
"Size": string
|
|
686
|
+
"Weight": string
|
|
687
|
+
"Title": string
|
|
688
|
+
"Social Status": string
|
|
689
|
+
"Characteristics": string
|
|
690
|
+
"Other Information": string
|
|
691
|
+
"Reroll Eye Color": string
|
|
692
|
+
"Reroll Hair Color": string
|
|
693
|
+
"Reroll Size": string
|
|
694
|
+
"Reroll Weight": string
|
|
695
|
+
"personaldata.cultureareaknowledge": string
|
|
696
|
+
"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.": string
|
|
697
|
+
"sheets.printtopdfbtn": string
|
|
698
|
+
"sheets.dialogs.pdfexportsavelocation.title": string
|
|
699
|
+
"sheets.dialogs.pdfsaved": string
|
|
700
|
+
"sheets.dialogs.pdfsaveerror.title": string
|
|
701
|
+
"sheets.dialogs.pdfsaveerror.message": string
|
|
702
|
+
"sheets.dialogs.pdfcreationerror.title": string
|
|
703
|
+
"sheets.dialogs.pdfcreationerror.message": string
|
|
704
|
+
"sheets.showattributevalues": string
|
|
705
|
+
"sheets.useparchment": string
|
|
706
|
+
"sheets.zoomfactor": string
|
|
707
|
+
"sheets.charactersheet": string
|
|
708
|
+
"sheets.attributemodifiers.title": string
|
|
709
|
+
"sheets.mainsheet.title": string
|
|
710
|
+
"sheets.mainsheet.name": string
|
|
711
|
+
"sheets.mainsheet.family": string
|
|
712
|
+
"sheets.mainsheet.placeofbirth": string
|
|
713
|
+
"sheets.mainsheet.dateofbirth": string
|
|
714
|
+
"sheets.mainsheet.age": string
|
|
715
|
+
"sheets.mainsheet.sex": string
|
|
716
|
+
"sheets.mainsheet.race": string
|
|
717
|
+
"sheets.mainsheet.size": string
|
|
718
|
+
"sheets.mainsheet.weight": string
|
|
719
|
+
"sheets.mainsheet.haircolor": string
|
|
720
|
+
"sheets.mainsheet.eyecolor": string
|
|
721
|
+
"sheets.mainsheet.culture": string
|
|
722
|
+
"sheets.mainsheet.socialstatus": string
|
|
723
|
+
"sheets.mainsheet.profession": string
|
|
724
|
+
"sheets.mainsheet.rank": string
|
|
725
|
+
"sheets.mainsheet.characteristics": string
|
|
726
|
+
"sheets.mainsheet.otherinfo": string
|
|
727
|
+
"sheets.mainsheet.experiencelevellabel": string
|
|
728
|
+
"sheets.mainsheet.totalaplabel": string
|
|
729
|
+
"sheets.mainsheet.apcollectedlabel": string
|
|
730
|
+
"sheets.mainsheet.apspentlabel": string
|
|
731
|
+
"sheets.mainsheet.avatarlabel": string
|
|
732
|
+
"sheets.mainsheet.advantages": string
|
|
733
|
+
"sheets.mainsheet.disadvantages": string
|
|
734
|
+
"sheets.mainsheet.generalspecialabilites": string
|
|
735
|
+
"sheets.mainsheet.fatepoints": string
|
|
736
|
+
"sheets.mainsheet.derivedcharacteristics.labels.value": string
|
|
737
|
+
"sheets.mainsheet.derivedcharacteristics.labels.bonuspenalty": string
|
|
738
|
+
"sheets.mainsheet.derivedcharacteristics.labels.bonus": string
|
|
739
|
+
"sheets.mainsheet.derivedcharacteristics.labels.bought": string
|
|
740
|
+
"sheets.mainsheet.derivedcharacteristics.labels.max": string
|
|
741
|
+
"sheets.mainsheet.derivedcharacteristics.labels.current": string
|
|
742
|
+
"sheets.mainsheet.derivedcharacteristics.labels.basestat": string
|
|
743
|
+
"sheets.mainsheet.derivedcharacteristics.labels.permanentlylostboughtback": string
|
|
744
|
+
"sheets.gamestatssheet.title": string
|
|
745
|
+
"sheets.gamestatssheet.skillstable.title": string
|
|
746
|
+
"sheets.gamestatssheet.skillstable.labels.skill": string
|
|
747
|
+
"sheets.gamestatssheet.skillstable.labels.check": string
|
|
748
|
+
"sheets.gamestatssheet.skillstable.labels.encumbrance": string
|
|
749
|
+
"sheets.gamestatssheet.skillstable.labels.improvementcost": string
|
|
750
|
+
"sheets.gamestatssheet.skillstable.labels.skillrating": string
|
|
751
|
+
"sheets.gamestatssheet.skillstable.labels.routinechecks": string
|
|
752
|
+
"sheets.gamestatssheet.skillstable.labels.notes": string
|
|
753
|
+
"sheets.gamestatssheet.skillstable.encumbrance.yes": string
|
|
754
|
+
"sheets.gamestatssheet.skillstable.encumbrance.no": string
|
|
755
|
+
"sheets.gamestatssheet.skillstable.encumbrance.maybe": string
|
|
756
|
+
"sheets.gamestatssheet.skillstable.groups.pages": string
|
|
757
|
+
"sheets.gamestatssheet.languages.title": string
|
|
758
|
+
"sheets.gamestatssheet.languages.nativetongue": string
|
|
759
|
+
"sheets.gamestatssheet.knownscripts.title": string
|
|
760
|
+
"sheets.gamestatssheet.routinechecks.title": string
|
|
761
|
+
"sheets.gamestatssheet.routinechecks.textRow1": string
|
|
762
|
+
"sheets.gamestatssheet.routinechecks.textRow2": string
|
|
763
|
+
"sheets.gamestatssheet.routinechecks.textRow3": string
|
|
764
|
+
"sheets.gamestatssheet.routinechecks.textRow4": string
|
|
765
|
+
"sheets.gamestatssheet.routinechecks.labels.checkmod": string
|
|
766
|
+
"sheets.gamestatssheet.routinechecks.labels.neededsr": string
|
|
767
|
+
"sheets.gamestatssheet.routinechecks.from3on": string
|
|
768
|
+
"sheets.gamestatssheet.qualitylevels.title": string
|
|
769
|
+
"sheets.gamestatssheet.qualitylevels.labels.skillpoints": string
|
|
770
|
+
"sheets.gamestatssheet.qualitylevels.labels.qualitylevel": string
|
|
771
|
+
"sheets.combatsheet.title": string
|
|
772
|
+
"sheets.combatsheet.combattechniquestable.title": string
|
|
773
|
+
"sheets.combatsheet.combattechniquestable.labels.combattechnique": string
|
|
774
|
+
"sheets.combatsheet.combattechniquestable.labels.primaryattribute": string
|
|
775
|
+
"sheets.combatsheet.combattechniquestable.labels.improvementcost": string
|
|
776
|
+
"sheets.combatsheet.combattechniquestable.labels.combattechniquerating": string
|
|
777
|
+
"sheets.combatsheet.combattechniquestable.labels.attackrangecombat": string
|
|
778
|
+
"sheets.combatsheet.combattechniquestable.labels.parry": string
|
|
779
|
+
"sheets.combatsheet.lifepoints.title": string
|
|
780
|
+
"sheets.combatsheet.lifepoints.max": string
|
|
781
|
+
"sheets.combatsheet.lifepoints.current": string
|
|
782
|
+
"sheets.combatsheet.lifepoints.pain1": string
|
|
783
|
+
"sheets.combatsheet.lifepoints.pain2": string
|
|
784
|
+
"sheets.combatsheet.lifepoints.pain3": string
|
|
785
|
+
"sheets.combatsheet.lifepoints.pain4": string
|
|
786
|
+
"sheets.combatsheet.lifepoints.dying": string
|
|
787
|
+
"sheets.combatsheet.closecombatweapons": string
|
|
788
|
+
"sheets.combatsheet.closecombatweapons.labels.weapon": string
|
|
789
|
+
"sheets.combatsheet.closecombatweapons.labels.combattechnique": string
|
|
790
|
+
"sheets.combatsheet.closecombatweapons.labels.damagebonus": string
|
|
791
|
+
"sheets.combatsheet.closecombatweapons.labels.damagepoints": string
|
|
792
|
+
"sheets.combatsheet.closecombatweapons.labels.attackparrymodifier": string
|
|
793
|
+
"sheets.combatsheet.closecombatweapons.labels.reach": string
|
|
794
|
+
"sheets.combatsheet.closecombatweapons.labels.breakingpointrating": string
|
|
795
|
+
"sheets.combatsheet.closecombatweapons.labels.damaged": string
|
|
796
|
+
"sheets.combatsheet.closecombatweapons.labels.attack": string
|
|
797
|
+
"sheets.combatsheet.closecombatweapons.labels.parry": string
|
|
798
|
+
"sheets.combatsheet.closecombatweapons.labels.weight": string
|
|
799
|
+
"sheets.combatsheet.rangedcombatweapons": string
|
|
800
|
+
"sheets.combatsheet.rangedcombatweapons.labels.weapon": string
|
|
801
|
+
"sheets.combatsheet.rangedcombatweapons.labels.combattechnique": string
|
|
802
|
+
"sheets.combatsheet.rangedcombatweapons.labels.reloadtime": string
|
|
803
|
+
"sheets.combatsheet.rangedcombatweapons.labels.damagepoints": string
|
|
804
|
+
"sheets.combatsheet.rangedcombatweapons.labels.ammunition": string
|
|
805
|
+
"sheets.combatsheet.rangedcombatweapons.labels.rangebrackets": string
|
|
806
|
+
"sheets.combatsheet.rangedcombatweapons.labels.breakingpointrating": string
|
|
807
|
+
"sheets.combatsheet.rangedcombatweapons.labels.damaged": string
|
|
808
|
+
"sheets.combatsheet.rangedcombatweapons.labels.rangedcombat": string
|
|
809
|
+
"sheets.combatsheet.rangedcombatweapons.labels.weight": string
|
|
810
|
+
"sheets.combatsheet.armors.title": string
|
|
811
|
+
"sheets.combatsheet.armors.labels.armor": string
|
|
812
|
+
"sheets.combatsheet.armors.labels.sturdinessrating": string
|
|
813
|
+
"sheets.combatsheet.armors.labels.wear": string
|
|
814
|
+
"sheets.combatsheet.armors.labels.protection": string
|
|
815
|
+
"sheets.combatsheet.armors.labels.encumbrance": string
|
|
816
|
+
"sheets.combatsheet.armors.labels.movementinitiative": string
|
|
817
|
+
"sheets.combatsheet.armors.labels.carriedwhereexamples": string
|
|
818
|
+
"sheets.combatsheet.armors.labels.head": string
|
|
819
|
+
"sheets.combatsheet.armors.labels.torso": string
|
|
820
|
+
"sheets.combatsheet.armors.labels.leftarm": string
|
|
821
|
+
"sheets.combatsheet.armors.labels.rightarm": string
|
|
822
|
+
"sheets.combatsheet.armors.labels.leftleg": string
|
|
823
|
+
"sheets.combatsheet.armors.labels.rightleg": string
|
|
824
|
+
"sheets.combatsheet.armors.labels.weight": string
|
|
825
|
+
"sheets.combatsheet.shieldparryingweapon.title": string
|
|
826
|
+
"sheets.combatsheet.shieldparryingweapon.labels.shieldparryingweapon": string
|
|
827
|
+
"sheets.combatsheet.shieldparryingweapon.labels.structurepoints": string
|
|
828
|
+
"sheets.combatsheet.shieldparryingweapon.labels.breakingpointrating": string
|
|
829
|
+
"sheets.combatsheet.shieldparryingweapon.labels.damaged": string
|
|
830
|
+
"sheets.combatsheet.shieldparryingweapon.labels.attackparrymodifier": string
|
|
831
|
+
"sheets.combatsheet.shieldparryingweapon.labels.weight": string
|
|
832
|
+
"sheets.combatsheet.actions": string
|
|
833
|
+
"sheets.combatsheet.combatspecialabilities": string
|
|
834
|
+
"sheets.combatsheet.conditions": string
|
|
835
|
+
"sheets.combatsheet.states": string
|
|
836
|
+
"sheets.belongingssheet.title": string
|
|
837
|
+
"sheets.belongingssheet.equipmenttable.title": string
|
|
838
|
+
"sheets.belongingssheet.equipmenttable.labels.item": string
|
|
839
|
+
"sheets.belongingssheet.equipmenttable.labels.number": string
|
|
840
|
+
"sheets.belongingssheet.equipmenttable.labels.price": string
|
|
841
|
+
"sheets.belongingssheet.equipmenttable.labels.weight": string
|
|
842
|
+
"sheets.belongingssheet.equipmenttable.labels.carriedwhere": string
|
|
843
|
+
"sheets.belongingssheet.equipmenttable.labels.total": string
|
|
844
|
+
"sheets.belongingssheet.purse.title": string
|
|
845
|
+
"sheets.belongingssheet.purse.ducats": string
|
|
846
|
+
"sheets.belongingssheet.purse.silverthalers": string
|
|
847
|
+
"sheets.belongingssheet.purse.halers": string
|
|
848
|
+
"sheets.belongingssheet.purse.kreutzers": string
|
|
849
|
+
"sheets.belongingssheet.purse.gems": string
|
|
850
|
+
"sheets.belongingssheet.purse.jewelry": string
|
|
851
|
+
"sheets.belongingssheet.purse.other": string
|
|
852
|
+
"sheets.belongingssheet.carryingcapacity.title": string
|
|
853
|
+
"sheets.belongingssheet.carryingcapacity.calc": string
|
|
854
|
+
"sheets.belongingssheet.carryingcapacity.label": string
|
|
855
|
+
"sheets.belongingssheet.animal.title": string
|
|
856
|
+
"sheets.belongingssheet.animal.name": string
|
|
857
|
+
"sheets.belongingssheet.animal.sizecategory": string
|
|
858
|
+
"sheets.belongingssheet.animal.type": string
|
|
859
|
+
"sheets.belongingssheet.animal.ap": string
|
|
860
|
+
"sheets.belongingssheet.animal.protection": string
|
|
861
|
+
"sheets.belongingssheet.animal.attackname": string
|
|
862
|
+
"sheets.belongingssheet.animal.attack": string
|
|
863
|
+
"sheets.belongingssheet.animal.parry": string
|
|
864
|
+
"sheets.belongingssheet.animal.damagepoints": string
|
|
865
|
+
"sheets.belongingssheet.animal.reach": string
|
|
866
|
+
"sheets.belongingssheet.animal.actions": string
|
|
867
|
+
"sheets.belongingssheet.animal.skills": string
|
|
868
|
+
"sheets.belongingssheet.animal.specialabilities": string
|
|
869
|
+
"sheets.belongingssheet.animal.notes": string
|
|
870
|
+
"sheets.spellssheet.title": string
|
|
871
|
+
"sheets.spellssheet.header.labels.aemax": string
|
|
872
|
+
"sheets.spellssheet.header.labels.aecurrent": string
|
|
873
|
+
"sheets.spellssheet.spellstable.title": string
|
|
874
|
+
"sheets.spellssheet.spellstable.labels.spellorritual": string
|
|
875
|
+
"sheets.spellssheet.spellstable.labels.check": string
|
|
876
|
+
"sheets.spellssheet.spellstable.labels.skillrating": string
|
|
877
|
+
"sheets.spellssheet.spellstable.labels.cost": string
|
|
878
|
+
"sheets.spellssheet.spellstable.labels.castingtime": string
|
|
879
|
+
"sheets.spellssheet.spellstable.labels.range": string
|
|
880
|
+
"sheets.spellssheet.spellstable.labels.duration": string
|
|
881
|
+
"sheets.spellssheet.spellstable.labels.property": string
|
|
882
|
+
"sheets.spellssheet.spellstable.labels.improvementcost": string
|
|
883
|
+
"sheets.spellssheet.spellstable.labels.effect": string
|
|
884
|
+
"sheets.spellssheet.spellstable.labels.pages": string
|
|
885
|
+
"sheets.spellssheet.spellstable.unfamiliarspell": string
|
|
886
|
+
"sheets.spellssheet.primaryattribute": string
|
|
887
|
+
"sheets.spellssheet.properties": string
|
|
888
|
+
"sheets.spellssheet.tradition": string
|
|
889
|
+
"sheets.spellssheet.magicalspecialabilities": string
|
|
890
|
+
"sheets.spellssheet.cantrips": string
|
|
891
|
+
"sheets.chantssheet.title": string
|
|
892
|
+
"sheets.chantssheet.header.labels.kpmax": string
|
|
893
|
+
"sheets.chantssheet.header.labels.kpcurrent": string
|
|
894
|
+
"sheets.chantssheet.chantstable.title": string
|
|
895
|
+
"sheets.chantssheet.chantstable.labels.chant": string
|
|
896
|
+
"sheets.chantssheet.chantstable.labels.check": string
|
|
897
|
+
"sheets.chantssheet.chantstable.labels.skillrating": string
|
|
898
|
+
"sheets.chantssheet.chantstable.labels.cost": string
|
|
899
|
+
"sheets.chantssheet.chantstable.labels.castingtime": string
|
|
900
|
+
"sheets.chantssheet.chantstable.labels.range": string
|
|
901
|
+
"sheets.chantssheet.chantstable.labels.duration": string
|
|
902
|
+
"sheets.chantssheet.chantstable.labels.aspect": string
|
|
903
|
+
"sheets.chantssheet.chantstable.labels.improvementcost": string
|
|
904
|
+
"sheets.chantssheet.chantstable.labels.effect": string
|
|
905
|
+
"sheets.chantssheet.chantstable.labels.pages": string
|
|
906
|
+
"sheets.chantssheet.primaryattribute": string
|
|
907
|
+
"sheets.chantssheet.aspects": string
|
|
908
|
+
"sheets.chantssheet.tradition": string
|
|
909
|
+
"sheets.chantssheet.blessedspecialabilities": string
|
|
910
|
+
"sheets.chantssheet.blessings": string
|
|
911
|
+
"pacts.pactcategory": string
|
|
912
|
+
"pacts.nopact": string
|
|
913
|
+
"pacts.pactlevel": string
|
|
914
|
+
"pacts.fairytype": string
|
|
915
|
+
"pacts.domain": string
|
|
916
|
+
"pacts.userdefined": string
|
|
917
|
+
"pacts.demontype": string
|
|
918
|
+
"pacts.circleofdamnation": string
|
|
919
|
+
"pacts.minorpact": string
|
|
920
|
+
"pacts.pactisincompletehint": string
|
|
921
|
+
"pacts.name": string
|
|
922
|
+
"Rule Sources": string
|
|
923
|
+
"Use all publications": string
|
|
924
|
+
"Focus Rules": string
|
|
925
|
+
"Optional Rules": string
|
|
926
|
+
"rules.manualherodatarepair": string
|
|
927
|
+
"rules.manualherodatarepairexplanation": string
|
|
928
|
+
"inlinewiki.complementarysources": string
|
|
929
|
+
"race.header.name": string
|
|
930
|
+
"race.header.adventurepoints": string
|
|
931
|
+
"race.header.adventurepoints.tooltip": string
|
|
932
|
+
"inlinewiki.apvalue": string
|
|
933
|
+
"inlinewiki.adventurepoints": string
|
|
934
|
+
"inlinewiki.lifepointbasevalue": string
|
|
935
|
+
"inlinewiki.spiritbasevalue": string
|
|
936
|
+
"inlinewiki.toughnessbasevalue": string
|
|
937
|
+
"inlinewiki.movementbasevalue": string
|
|
938
|
+
"inlinewiki.attributeadjustments": string
|
|
939
|
+
"inlinewiki.automaticadvantages": string
|
|
940
|
+
"inlinewiki.stronglyrecommendedadvantages": string
|
|
941
|
+
"inlinewiki.stronglyrecommendeddisadvantages": string
|
|
942
|
+
"inlinewiki.commoncultures": string
|
|
943
|
+
"inlinewiki.commonadvantages": string
|
|
944
|
+
"inlinewiki.commondisadvantages": string
|
|
945
|
+
"inlinewiki.uncommonadvantages": string
|
|
946
|
+
"inlinewiki.uncommondisadvantages": string
|
|
947
|
+
"culture.filters.common.allcultures": string
|
|
948
|
+
"culture.filters.common.commoncultures": string
|
|
949
|
+
"culture.header.name": string
|
|
950
|
+
"inlinewiki.language": string
|
|
951
|
+
"inlinewiki.script": string
|
|
952
|
+
"inlinewiki.areaknowledge": string
|
|
953
|
+
"inlinewiki.socialstatus": string
|
|
954
|
+
"inlinewiki.commonprofessions": string
|
|
955
|
+
"inlinewiki.commonprofessions.mundane": string
|
|
956
|
+
"inlinewiki.commonprofessions.magic": string
|
|
957
|
+
"inlinewiki.commonprofessions.blessed": string
|
|
958
|
+
"inlinewiki.commonskills": string
|
|
959
|
+
"inlinewiki.uncommonskills": string
|
|
960
|
+
"inlinewiki.commonnames": string
|
|
961
|
+
"inlinewiki.culturalpackage": string
|
|
962
|
+
"profession.ownprofession": string
|
|
963
|
+
"profession.variants.novariant": string
|
|
964
|
+
"profession.filters.common.allprofessions": string
|
|
965
|
+
"profession.filters.common.commonprofessions": string
|
|
966
|
+
"profession.filters.groups.allprofessiongroups": string
|
|
967
|
+
"profession.filters.groups.mundaneprofessions": string
|
|
968
|
+
"profession.filters.groups.magicalprofessions": string
|
|
969
|
+
"profession.filters.groups.blessedprofessions": string
|
|
970
|
+
"profession.header.name": string
|
|
971
|
+
"profession.header.adventurepoints": string
|
|
972
|
+
"profession.header.adventurepoints.tooltip": string
|
|
973
|
+
"inlinewiki.prerequisites": string
|
|
974
|
+
"inlinewiki.race": string
|
|
975
|
+
"inlinewiki.specialabilities": string
|
|
976
|
+
"inlinewiki.languagesandliteracytotalingap": string
|
|
977
|
+
"inlinewiki.skillspecialization": string
|
|
978
|
+
"inlinewiki.skillsselection": string
|
|
979
|
+
"inlinewiki.combattechniques": string
|
|
980
|
+
"inlinewiki.combattechniqueselection": string
|
|
981
|
+
"inlinewiki.combattechnique.one": string
|
|
982
|
+
"inlinewiki.combattechnique.two": string
|
|
983
|
+
"inlinewiki.combattechniquesecondselection": string
|
|
984
|
+
"inlinewiki.skills": string
|
|
985
|
+
"inlinewiki.spells": string
|
|
986
|
+
"inlinewiki.cursestotalingap": string
|
|
987
|
+
"inlinewiki.cantripsfromlist": string
|
|
988
|
+
"inlinewiki.cantrip.one": string
|
|
989
|
+
"inlinewiki.cantrip.two": string
|
|
990
|
+
"inlinewiki.liturgicalchants": string
|
|
991
|
+
"inlinewiki.thetwelveblessings": string
|
|
992
|
+
"inlinewiki.thetwelveblessingsexceptions": string
|
|
993
|
+
"inlinewiki.sixblessings": string
|
|
994
|
+
"inlinewiki.suggestedadvantages": string
|
|
995
|
+
"inlinewiki.suggesteddisadvantages": string
|
|
996
|
+
"inlinewiki.unsuitableadvantages": string
|
|
997
|
+
"inlinewiki.unsuitabledisadvantages": string
|
|
998
|
+
"inlinewiki.variants": string
|
|
999
|
+
"inlinewiki.insteadof": string
|
|
1000
|
+
"rcpselectoptions.race": string
|
|
1001
|
+
"rcpselectoptions.culture": string
|
|
1002
|
+
"rcpselectoptions.profession": string
|
|
1003
|
+
"rcpselectoptions.cantripsfromlist": string
|
|
1004
|
+
"rcpselectoptions.cantrip.one": string
|
|
1005
|
+
"rcpselectoptions.cantrip.two": string
|
|
1006
|
+
"rcpselectoptions.combattechniqueselection": string
|
|
1007
|
+
"rcpselectoptions.combattechnique.one": string
|
|
1008
|
+
"rcpselectoptions.combattechnique.two": string
|
|
1009
|
+
"rcpselectoptions.selectattributeadjustment": string
|
|
1010
|
+
"rcpselectoptions.buyculturalpackage": string
|
|
1011
|
+
"rcpselectoptions.nativetongue.placeholder": string
|
|
1012
|
+
"rcpselectoptions.buyscript": string
|
|
1013
|
+
"rcpselectoptions.script.placeholder": string
|
|
1014
|
+
"rcpselectoptions.combattechniquesecondselection": string
|
|
1015
|
+
"rcpselectoptions.cursestotalingapleft": string
|
|
1016
|
+
"rcpselectoptions.languagesandliteracytotalingapleft": string
|
|
1017
|
+
"rcpselectoptions.applicationforskillspecialization": string
|
|
1018
|
+
"rcpselectoptions.skillselectionap": string
|
|
1019
|
+
"rcpselectoptions.skillspecialization": string
|
|
1020
|
+
"rcpselectoptions.completebtn": string
|
|
1021
|
+
"rcpselectoptions.unfamiliarspells": string
|
|
1022
|
+
"rcpselectoptions.unfamiliarspellselectionfortraditionguildmage": string
|
|
1023
|
+
"rcpselectoptions.unfamiliarspell.placeholder": string
|
|
1024
|
+
"rcpselectoptions.unfamiliarspell": string
|
|
1025
|
+
"Total Points": string
|
|
1026
|
+
"Increment": string
|
|
1027
|
+
"Decrement": string
|
|
1028
|
+
"Activate": string
|
|
1029
|
+
"Attribute Adjustment Selection": string
|
|
1030
|
+
"Modifier": string
|
|
1031
|
+
"Bought": string
|
|
1032
|
+
"Lost Total": string
|
|
1033
|
+
"Bought Back": string
|
|
1034
|
+
"Buy Back Permanently Lost Point": string
|
|
1035
|
+
"Permanently Lost Life Points": string
|
|
1036
|
+
"pLP": string
|
|
1037
|
+
"Permanently Lost Arcane Energy": string
|
|
1038
|
+
"pAE": string
|
|
1039
|
+
"Permanently Lost Karma Points": string
|
|
1040
|
+
"pKP": string
|
|
1041
|
+
"Loose Permanent Points": string
|
|
1042
|
+
"How many points do you want to remove?": string
|
|
1043
|
+
"Remove": string
|
|
1044
|
+
"Permanently Spent": string
|
|
1045
|
+
"Common Advantages": string
|
|
1046
|
+
"Common Disadvantages": string
|
|
1047
|
+
"Custom AP Cost": string
|
|
1048
|
+
"AP Cost for {$category}": string & { __params: { "category": StringableTranslationParameter } }
|
|
1049
|
+
"Custom option": string
|
|
1050
|
+
"specialabilities.nativetonguelevel": string
|
|
1051
|
+
"Advanced Combat Special Abilities": string
|
|
1052
|
+
"Advanced Karma Special Abilities": string
|
|
1053
|
+
"Advanced Magical Special Abilities": string
|
|
1054
|
+
"Advanced Skill Special Abilities": string
|
|
1055
|
+
"Ancestor Glyphs": string
|
|
1056
|
+
"Arcane Orb Enchantments": string
|
|
1057
|
+
"Attire Enchantments": string
|
|
1058
|
+
"Blessed Traditions": string
|
|
1059
|
+
"Bowl Enchantments": string
|
|
1060
|
+
"Brawling Special Abilities": string
|
|
1061
|
+
"Cauldron Enchantments": string
|
|
1062
|
+
"Ceremonial Item Special Abilities": string
|
|
1063
|
+
"Chronicle Enchantments": string
|
|
1064
|
+
"Combat Special Abilities": string
|
|
1065
|
+
"Combat Style Special Abilities": string
|
|
1066
|
+
"Command Special Abilities": string
|
|
1067
|
+
"Dagger Rituals": string
|
|
1068
|
+
"Familiar Special Abilities": string
|
|
1069
|
+
"Fate Point Sex Special Abilities": string
|
|
1070
|
+
"Fate Point Special Abilities": string
|
|
1071
|
+
"Fools Hat Enchantments": string
|
|
1072
|
+
"General Special Abilities": string
|
|
1073
|
+
"Instrument Enchantments": string
|
|
1074
|
+
"Karma Special Abilities": string
|
|
1075
|
+
"Krallenkettenzauber": string
|
|
1076
|
+
"Liturgical Style Special Abilities": string
|
|
1077
|
+
"Lycantropic Gifts": string
|
|
1078
|
+
"Magical Signs": string
|
|
1079
|
+
"Magical Special Abilities": string
|
|
1080
|
+
"Magical Traditions": string
|
|
1081
|
+
"Magic Style Special Abilities": string
|
|
1082
|
+
"Orb Enchantments": string
|
|
1083
|
+
"Pact Gifts": string
|
|
1084
|
+
"Protective/Warding Circle Special Abilities": string
|
|
1085
|
+
"Ring Enchantments": string
|
|
1086
|
+
"Sermons": string
|
|
1087
|
+
"Sex Special Abilities": string
|
|
1088
|
+
"Sickle Rituals": string
|
|
1089
|
+
"Sikaryan Drain Special Abilities": string
|
|
1090
|
+
"Skill Style Special Abilities": string
|
|
1091
|
+
"Spell Sword Enchantments": string
|
|
1092
|
+
"Staff Enchantments": string
|
|
1093
|
+
"Toy Enchantments": string
|
|
1094
|
+
"Trinkhornzauber": string
|
|
1095
|
+
"Vampiric Gifts": string
|
|
1096
|
+
"Visions": string
|
|
1097
|
+
"Wand Enchantments": string
|
|
1098
|
+
"Weapon Enchantments": string
|
|
1099
|
+
"inlinewiki.rule": string
|
|
1100
|
+
"inlinewiki.effect": string
|
|
1101
|
+
"inlinewiki.extendedcombatspecialabilities": string
|
|
1102
|
+
"inlinewiki.extendedmagicalspecialabilities": string
|
|
1103
|
+
"inlinewiki.extendedblessedspecialabilities": string
|
|
1104
|
+
"inlinewiki.extendedskillspecialabilities": string
|
|
1105
|
+
"inlinewiki.penalty": string
|
|
1106
|
+
"inlinewiki.level": string
|
|
1107
|
+
"inlinewiki.perlevel": string
|
|
1108
|
+
"inlinewiki.volume": string
|
|
1109
|
+
"inlinewiki.aspect": string
|
|
1110
|
+
"inlinewiki.bindingcost": string
|
|
1111
|
+
"inlinewiki.protectivecircle": string
|
|
1112
|
+
"inlinewiki.wardingcircle": string
|
|
1113
|
+
"inlinewiki.actions": string
|
|
1114
|
+
"inlinewiki.racecultureorprofessionrequiresautomaticorsuggested": string
|
|
1115
|
+
"inlinewiki.advantage": string
|
|
1116
|
+
"inlinewiki.disadvantage": string
|
|
1117
|
+
"inlinewiki.primaryattributeofthetradition": string
|
|
1118
|
+
"inlinewiki.knowledgeofspell": string
|
|
1119
|
+
"inlinewiki.knowledgeofliturgicalchant": string
|
|
1120
|
+
"inlinewiki.appropriatecombatstylespecialability": string
|
|
1121
|
+
"inlinewiki.appropriatemagicalstylespecialability": string
|
|
1122
|
+
"inlinewiki.appropriateblessedstylespecialability": string
|
|
1123
|
+
"inlinewiki.appropriateskillstylespecialability": string
|
|
1124
|
+
"inlinewiki.sex": string
|
|
1125
|
+
"inlinewiki.sex.male": string
|
|
1126
|
+
"inlinewiki.sex.female": string
|
|
1127
|
+
"inlinewiki.combattechniques.groups.all": string
|
|
1128
|
+
"inlinewiki.combattechniques.groups.allmeleecombattechniques": string
|
|
1129
|
+
"inlinewiki.combattechniques.groups.allrangedcombattechniques": string
|
|
1130
|
+
"inlinewiki.combattechniques.groups.allmeleecombattechniqueswithparry": string
|
|
1131
|
+
"inlinewiki.combattechniques.groups.allmeleecombattechniquesforonehandedweapons": string
|
|
1132
|
+
"inlinewiki.socialstatusxorhigher": string
|
|
1133
|
+
"Common Skills": string
|
|
1134
|
+
"SR": string
|
|
1135
|
+
"Skill Rating": string
|
|
1136
|
+
"IC": string
|
|
1137
|
+
"New Applications": string
|
|
1138
|
+
"Uses": string
|
|
1139
|
+
"Strongly Recommended": string
|
|
1140
|
+
"Common": string
|
|
1141
|
+
"Uncommon": string
|
|
1142
|
+
"Unfamiliar Spells": string
|
|
1143
|
+
"CTR": string
|
|
1144
|
+
"Combat Technique Rating": string
|
|
1145
|
+
"P": string
|
|
1146
|
+
"Primary Attribute(s)": string
|
|
1147
|
+
"AT": string
|
|
1148
|
+
"Attack": string
|
|
1149
|
+
"PA": string
|
|
1150
|
+
"Parry": string
|
|
1151
|
+
"Close Combat": string
|
|
1152
|
+
"Ranged Combat": string
|
|
1153
|
+
"Special": string
|
|
1154
|
+
"Primary Attribute": string
|
|
1155
|
+
"Cantrips": string
|
|
1156
|
+
"Rituals": string
|
|
1157
|
+
"Curses": string
|
|
1158
|
+
"Elven Magical Songs": string
|
|
1159
|
+
"Domination Rituals": string
|
|
1160
|
+
"Magical Dances": string
|
|
1161
|
+
"Magical Melodies": string
|
|
1162
|
+
"Jester Tricks": string
|
|
1163
|
+
"Animist Powers": string
|
|
1164
|
+
"Geode Rituals": string
|
|
1165
|
+
"Zibilja Rituals": string
|
|
1166
|
+
"Mod": string
|
|
1167
|
+
"Check Modifier": string
|
|
1168
|
+
"spells.traditions.general": string
|
|
1169
|
+
"magicalactions.animistforces.tribes.general": string
|
|
1170
|
+
" (modified by {$modifier})": string & { __params: { "modifier": StringableTranslationParameter } }
|
|
1171
|
+
" (−{$modifier})": string & { __params: { "modifier": StringableTranslationParameter } }
|
|
1172
|
+
"{$first} or {$second}, depending on which value is higher": string & { __params: { "first": StringableTranslationParameter; "second": StringableTranslationParameter } }
|
|
1173
|
+
"Invocation Difficulty": string
|
|
1174
|
+
"ID": string
|
|
1175
|
+
"Creation Difficulty": string
|
|
1176
|
+
"CD": string
|
|
1177
|
+
"Effect": string
|
|
1178
|
+
"Casting Time": string
|
|
1179
|
+
"Ritual Time": string
|
|
1180
|
+
"Liturgical Time": string
|
|
1181
|
+
"Ceremonial Time": string
|
|
1182
|
+
"AE Cost": string
|
|
1183
|
+
"KP Cost": string
|
|
1184
|
+
"Range": string
|
|
1185
|
+
"Duration": string
|
|
1186
|
+
"Target Category": string
|
|
1187
|
+
"Traditions": string
|
|
1188
|
+
" (you cannot use a modification on this spell’s casting time)": string
|
|
1189
|
+
" (you cannot use a modification on this spell’s cost)": string
|
|
1190
|
+
" (you cannot use a modification on this spell’s range)": string
|
|
1191
|
+
" (you cannot use a modification on this ritual’s ritual time)": string
|
|
1192
|
+
" (you cannot use a modification on this ritual’s cost)": string
|
|
1193
|
+
" (you cannot use a modification on this ritual’s range)": string
|
|
1194
|
+
" (you cannot use a modification on this chant’s liturgical time)": string
|
|
1195
|
+
" (you cannot use a modification on this chant’s cost)": string
|
|
1196
|
+
" (you cannot use a modification on this chant’s range)": string
|
|
1197
|
+
" (you cannot use a modification on this ceremony’s ceremonial time)": string
|
|
1198
|
+
" (you cannot use a modification on this ceremony’s cost)": string
|
|
1199
|
+
" (you cannot use a modification on this ceremony’s range)": string
|
|
1200
|
+
" (cannot modify)": string
|
|
1201
|
+
"{$value} act": string & { __params: { "value": StringableTranslationParameter } }
|
|
1202
|
+
"act": string
|
|
1203
|
+
".input {$value :number} {{{$value} actions}}": string & { __params: { "value": number } }
|
|
1204
|
+
"actions": string
|
|
1205
|
+
"{$value} s": string & { __params: { "value": StringableTranslationParameter } }
|
|
1206
|
+
"s": string
|
|
1207
|
+
".input {$value :number} {{{$value} seconds}}": string & { __params: { "value": number } }
|
|
1208
|
+
"seconds": string
|
|
1209
|
+
"{$value} min": string & { __params: { "value": StringableTranslationParameter } }
|
|
1210
|
+
"min": string
|
|
1211
|
+
".input {$value :number} {{{$value} minutes}}": string & { __params: { "value": number } }
|
|
1212
|
+
"minutes": string
|
|
1213
|
+
"{$value} h": string & { __params: { "value": StringableTranslationParameter } }
|
|
1214
|
+
"h": string
|
|
1215
|
+
".input {$value :number} {{{$value} hours}}": string & { __params: { "value": number } }
|
|
1216
|
+
"hours": string
|
|
1217
|
+
"{$value} d": string & { __params: { "value": StringableTranslationParameter } }
|
|
1218
|
+
"d": string
|
|
1219
|
+
".input {$value :number} {{{$value} days}}": string & { __params: { "value": number } }
|
|
1220
|
+
"days": string
|
|
1221
|
+
".input {$value :number} {{{$value} wks.}}": string & { __params: { "value": number } }
|
|
1222
|
+
"wks.": string
|
|
1223
|
+
".input {$value :number} {{{$value} weeks}}": string & { __params: { "value": number } }
|
|
1224
|
+
"weeks": string
|
|
1225
|
+
".input {$value :number} {{{$value} mos.}}": string & { __params: { "value": number } }
|
|
1226
|
+
"mos.": string
|
|
1227
|
+
".input {$value :number} {{{$value} months}}": string & { __params: { "value": number } }
|
|
1228
|
+
"months": string
|
|
1229
|
+
".input {$value :number} {{{$value} yrs.}}": string & { __params: { "value": number } }
|
|
1230
|
+
"yrs.": string
|
|
1231
|
+
".input {$value :number} {{{$value} years}}": string & { __params: { "value": number } }
|
|
1232
|
+
"years": string
|
|
1233
|
+
"{$value} cent.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1234
|
+
"cent.": string
|
|
1235
|
+
".input {$value :number} {{{$value} centuries}}": string & { __params: { "value": number } }
|
|
1236
|
+
"centuries": string
|
|
1237
|
+
"{$value} SA": string & { __params: { "value": StringableTranslationParameter } }
|
|
1238
|
+
".input {$value :number} {{{$value} seduction actions}}": string & { __params: { "value": number } }
|
|
1239
|
+
"{$value} rnds": string & { __params: { "value": StringableTranslationParameter } }
|
|
1240
|
+
".input {$value :number} {{{$value} rounds}}": string & { __params: { "value": number } }
|
|
1241
|
+
"{$value} CR": string & { __params: { "value": StringableTranslationParameter } }
|
|
1242
|
+
"CR": string
|
|
1243
|
+
".input {$value :number} {{{$value} combat rounds}}": string & { __params: { "value": number } }
|
|
1244
|
+
"combat rounds": string
|
|
1245
|
+
"{$value} AE": string & { __params: { "value": StringableTranslationParameter } }
|
|
1246
|
+
"{$value} KP": string & { __params: { "value": StringableTranslationParameter } }
|
|
1247
|
+
"min. ": string
|
|
1248
|
+
"at least ": string
|
|
1249
|
+
"min. {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1250
|
+
"at least {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1251
|
+
"/{$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1252
|
+
" per {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1253
|
+
", minimum of {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1254
|
+
" ({$value} perm.)": string & { __params: { "value": StringableTranslationParameter } }
|
|
1255
|
+
".input {$value :number} {{, {$value} of which are permanent}}": string & { __params: { "value": number } }
|
|
1256
|
+
"half of the activation cost": string
|
|
1257
|
+
" and ": string
|
|
1258
|
+
" + ": string
|
|
1259
|
+
" or ": string
|
|
1260
|
+
" / ": string
|
|
1261
|
+
" for ": string
|
|
1262
|
+
" (no more than {$value})": string & { __params: { "value": StringableTranslationParameter } }
|
|
1263
|
+
" (max. {$value})": string & { __params: { "value": StringableTranslationParameter } }
|
|
1264
|
+
"no more than {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1265
|
+
"max. {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1266
|
+
"Immediate": string
|
|
1267
|
+
"Permanent": string
|
|
1268
|
+
"no more than ": string
|
|
1269
|
+
"max. ": string
|
|
1270
|
+
"Quality Levels": string
|
|
1271
|
+
"QL": string
|
|
1272
|
+
"QL {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1273
|
+
"Skill Points": string
|
|
1274
|
+
"SP": string
|
|
1275
|
+
"Sustained": string
|
|
1276
|
+
"(S)": string
|
|
1277
|
+
".input {$value :number} {{{$value} yards}}": string & { __params: { "value": number } }
|
|
1278
|
+
"{$value} yd": string & { __params: { "value": StringableTranslationParameter } }
|
|
1279
|
+
".input {$value :number} {{{$value} miles}}": string & { __params: { "value": number } }
|
|
1280
|
+
"{$value} mi.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1281
|
+
"Sight": string
|
|
1282
|
+
"Self": string
|
|
1283
|
+
"Global": string
|
|
1284
|
+
"Touch": string
|
|
1285
|
+
"Radius": string
|
|
1286
|
+
" (casting)": string
|
|
1287
|
+
"Zone": string
|
|
1288
|
+
"Liturgical Chants and Ceremonies": string
|
|
1289
|
+
"General": string
|
|
1290
|
+
"Note": string
|
|
1291
|
+
"all": string
|
|
1292
|
+
"none": string
|
|
1293
|
+
"State": string
|
|
1294
|
+
"Social Status {$minStatus} or higher": string & { __params: { "minStatus": StringableTranslationParameter } }
|
|
1295
|
+
"Person with {$sexualCharacteristic}": string & { __params: { "sexualCharacteristic": StringableTranslationParameter } }
|
|
1296
|
+
"Penis": string
|
|
1297
|
+
"Vagina": string
|
|
1298
|
+
"the SR for {$skill} combined must add up to at least {$minRating}": string & { __params: { "skill": StringableTranslationParameter; "minRating": StringableTranslationParameter } }
|
|
1299
|
+
".input {$count :number} .input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": string & { __params: { "count": number; "minRating": number; "list": StringableTranslationParameter } }
|
|
1300
|
+
".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": string & { __params: { "count": number; "minRating": number; "property": StringableTranslationParameter } }
|
|
1301
|
+
".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": string & { __params: { "count": number; "minRating": number; "aspect": StringableTranslationParameter } }
|
|
1302
|
+
".input {$count :number} {{{$count} of the following skills}}": string & { __params: { "count": number } }
|
|
1303
|
+
".input {$count :number} {{{$count} combat techniques}}": string & { __params: { "count": number } }
|
|
1304
|
+
".input {$count :number} {{{$count} close combat techniques}}": string & { __params: { "count": number } }
|
|
1305
|
+
".input {$count :number} {{{$count} ranged combat techniques}}": string & { __params: { "count": number } }
|
|
1306
|
+
"special ability": string
|
|
1307
|
+
"no special ability": string
|
|
1308
|
+
"Tradition": string
|
|
1309
|
+
"Tradition ({$tradition})": string & { __params: { "tradition": StringableTranslationParameter } }
|
|
1310
|
+
"Church": string
|
|
1311
|
+
"Shaman": string
|
|
1312
|
+
"Tradition must be able to use rituals": string
|
|
1313
|
+
"Tradition must be able to bind familiars": string
|
|
1314
|
+
"spell enhancement": string
|
|
1315
|
+
"liturgical enhancement": string
|
|
1316
|
+
"for": string
|
|
1317
|
+
"no other ancestor blood advantage": string
|
|
1318
|
+
"Race, culture, or profession must have {$entry} as an automatic or suggested {$itemOfCategory}": string & { __params: { "entry": StringableTranslationParameter; "itemOfCategory": StringableTranslationParameter } }
|
|
1319
|
+
"advantage": string
|
|
1320
|
+
"disadvantage": string
|
|
1321
|
+
"domain {$domain}": string & { __params: { "domain": StringableTranslationParameter } }
|
|
1322
|
+
"{$pact} level {$pactLevel}": string & { __params: { "pact": StringableTranslationParameter; "pactLevel": StringableTranslationParameter } }
|
|
1323
|
+
"Level {$level}:": string & { __params: { "level": StringableTranslationParameter } }
|
|
1324
|
+
"inlinewiki.castingtime": string
|
|
1325
|
+
"inlinewiki.ritualtime": string
|
|
1326
|
+
"inlinewiki.aecost": string
|
|
1327
|
+
"inlinewiki.range": string
|
|
1328
|
+
"inlinewiki.duration": string
|
|
1329
|
+
"inlinewiki.targetcategory": string
|
|
1330
|
+
"inlinewiki.property": string
|
|
1331
|
+
"inlinewiki.traditions": string
|
|
1332
|
+
"inlinewiki.skill": string
|
|
1333
|
+
"inlinewiki.lengthoftime": string
|
|
1334
|
+
"inlinewiki.musictradition": string
|
|
1335
|
+
"inlinewiki.youcannotuseamodificationonthisspellscastingtime": string
|
|
1336
|
+
"inlinewiki.youcannotuseamodificationonthisspellsritualtime": string
|
|
1337
|
+
"inlinewiki.youcannotuseamodificationonthisspellscost": string
|
|
1338
|
+
"inlinewiki.youcannotuseamodificationonthisspellsrange": string
|
|
1339
|
+
"inlinewiki.youcannotuseamodificationonthisspellsduration": string
|
|
1340
|
+
"inlinewiki.spellenhancements": string
|
|
1341
|
+
"inlinewiki.spellenhancements.title": string
|
|
1342
|
+
"inlinewiki.tribaltraditions": string
|
|
1343
|
+
"inlinewiki.brew": string
|
|
1344
|
+
"inlinewiki.spirithalf": string
|
|
1345
|
+
"inlinewiki.spirithalf.short": string
|
|
1346
|
+
"inlinewiki.spiritortoughness": string
|
|
1347
|
+
"inlinewiki.spiritortoughness.short": string
|
|
1348
|
+
"inlinewiki.note": string
|
|
1349
|
+
"Blessings": string
|
|
1350
|
+
"Ceremonies": string
|
|
1351
|
+
"liturgicalchants.addbtn": string
|
|
1352
|
+
"liturgicalchants.header.name": string
|
|
1353
|
+
"liturgicalchants.header.traditions": string
|
|
1354
|
+
"liturgicalchants.header.group": string
|
|
1355
|
+
"liturgicalchants.header.skillrating": string
|
|
1356
|
+
"liturgicalchants.header.skillrating.tooltip": string
|
|
1357
|
+
"liturgicalchants.header.check": string
|
|
1358
|
+
"liturgicalchants.header.checkmodifier": string
|
|
1359
|
+
"liturgicalchants.header.checkmodifier.tooltip": string
|
|
1360
|
+
"liturgicalchants.header.improvementcost": string
|
|
1361
|
+
"liturgicalchants.header.improvementcost.tooltip": string
|
|
1362
|
+
"liturgicalchants.groups.blessing": string
|
|
1363
|
+
"liturgicalchants.aspects.general": string
|
|
1364
|
+
"inlinewiki.liturgicaltime": string
|
|
1365
|
+
"inlinewiki.ceremonialtime": string
|
|
1366
|
+
"inlinewiki.kpcost": string
|
|
1367
|
+
"inlinewiki.youcannotuseamodificationonthischantsliturgicaltime": string
|
|
1368
|
+
"inlinewiki.youcannotuseamodificationonthischantsceremonialtime": string
|
|
1369
|
+
"inlinewiki.youcannotuseamodificationonthischantscost": string
|
|
1370
|
+
"inlinewiki.youcannotuseamodificationonthischantsrange": string
|
|
1371
|
+
"inlinewiki.youcannotuseamodificationonthischantsduration": string
|
|
1372
|
+
"inlinewiki.liturgicalchantenhancements": string
|
|
1373
|
+
"inlinewiki.liturgicalchantenhancements.title": string
|
|
1374
|
+
"equipment.header.name": string
|
|
1375
|
+
"equipment.header.group": string
|
|
1376
|
+
"equipment.addbtn": string
|
|
1377
|
+
"equipment.createbtn": string
|
|
1378
|
+
"equipment.filters.allcombattechniques": string
|
|
1379
|
+
"equipment.purse.title": string
|
|
1380
|
+
"equipment.purse.ducats": string
|
|
1381
|
+
"equipment.purse.silverthalers": string
|
|
1382
|
+
"equipment.purse.halers": string
|
|
1383
|
+
"equipment.purse.kreutzers": string
|
|
1384
|
+
"equipment.purse.carryingcapacity": string
|
|
1385
|
+
"equipment.purse.initialstartingwealthandcarryingcapacity": string
|
|
1386
|
+
"equipment.purse.earnpay": string
|
|
1387
|
+
"equipment.purse.earn": string
|
|
1388
|
+
"equipment.purse.pay": string
|
|
1389
|
+
"equipment.purse.notefirst": string
|
|
1390
|
+
"equipment.purse.notesecond": string
|
|
1391
|
+
"equipment.purse.currentcredit": string
|
|
1392
|
+
"equipment.purse.amount": string
|
|
1393
|
+
"equipment.dialogs.addedit.damage": string
|
|
1394
|
+
"equipment.dialogs.addedit.length": string
|
|
1395
|
+
"equipment.dialogs.addedit.range": string
|
|
1396
|
+
"equipment.dialogs.addedit.edititem": string
|
|
1397
|
+
"equipment.dialogs.addedit.createitem": string
|
|
1398
|
+
"equipment.dialogs.addedit.number": string
|
|
1399
|
+
"equipment.dialogs.addedit.name": string
|
|
1400
|
+
"equipment.dialogs.addedit.price": string
|
|
1401
|
+
"equipment.dialogs.addedit.weight": string
|
|
1402
|
+
"equipment.dialogs.addedit.carriedwhere": string
|
|
1403
|
+
"equipment.dialogs.addedit.itemgroup": string
|
|
1404
|
+
"equipment.dialogs.addedit.itemgrouphint": string
|
|
1405
|
+
"equipment.dialogs.addedit.improvisedweapon": string
|
|
1406
|
+
"equipment.dialogs.addedit.improvisedweapongroup": string
|
|
1407
|
+
"equipment.dialogs.addedit.template": string
|
|
1408
|
+
"equipment.dialogs.addedit.combattechnique": string
|
|
1409
|
+
"equipment.dialogs.addedit.primaryattributeanddamagethreshold": string
|
|
1410
|
+
"equipment.dialogs.addedit.primaryattribute": string
|
|
1411
|
+
"equipment.dialogs.addedit.primaryattribute.short": string
|
|
1412
|
+
"equipment.dialogs.addedit.damagethreshold": string
|
|
1413
|
+
"equipment.dialogs.addedit.separatedamagethresholds": string
|
|
1414
|
+
"equipment.dialogs.addedit.breakingpointratingmodifier": string
|
|
1415
|
+
"equipment.dialogs.addedit.damaged": string
|
|
1416
|
+
"equipment.dialogs.addedit.reach": string
|
|
1417
|
+
"equipment.dialogs.addedit.attackparrymodifier": string
|
|
1418
|
+
"equipment.dialogs.addedit.structurepoints": string
|
|
1419
|
+
"equipment.dialogs.addedit.lengthwithunit": string
|
|
1420
|
+
"equipment.dialogs.addedit.parryingweapon": string
|
|
1421
|
+
"equipment.dialogs.addedit.twohandedweapon": string
|
|
1422
|
+
"equipment.dialogs.addedit.reloadtime": string
|
|
1423
|
+
"equipment.dialogs.addedit.rangeclose": string
|
|
1424
|
+
"equipment.dialogs.addedit.rangemedium": string
|
|
1425
|
+
"equipment.dialogs.addedit.rangefar": string
|
|
1426
|
+
"equipment.dialogs.addedit.ammunition": string
|
|
1427
|
+
"equipment.dialogs.addedit.protection": string
|
|
1428
|
+
"equipment.dialogs.addedit.encumbrance": string
|
|
1429
|
+
"equipment.dialogs.addedit.armortype": string
|
|
1430
|
+
"equipment.dialogs.addedit.sturdinessmodifier": string
|
|
1431
|
+
"equipment.dialogs.addedit.wear": string
|
|
1432
|
+
"equipment.dialogs.addedit.hitzonearmoronly": string
|
|
1433
|
+
"equipment.dialogs.addedit.movementmodifier": string
|
|
1434
|
+
"equipment.dialogs.addedit.initiativemodifier": string
|
|
1435
|
+
"equipment.dialogs.addedit.additionalpenalties": string
|
|
1436
|
+
"hitzonearmors.header.name": string
|
|
1437
|
+
"hitzonearmors.createbtn": string
|
|
1438
|
+
"hitzonearmors.dialogs.addedit.name": string
|
|
1439
|
+
"hitzonearmors.dialogs.addedit.edithitzonearmor": string
|
|
1440
|
+
"hitzonearmors.dialogs.addedit.createhitzonearmor": string
|
|
1441
|
+
"hitzonearmors.dialogs.addedit.head": string
|
|
1442
|
+
"hitzonearmors.dialogs.addedit.torso": string
|
|
1443
|
+
"hitzonearmors.dialogs.addedit.leftarm": string
|
|
1444
|
+
"hitzonearmors.dialogs.addedit.rightarm": string
|
|
1445
|
+
"hitzonearmors.dialogs.addedit.leftleg": string
|
|
1446
|
+
"hitzonearmors.dialogs.addedit.rightleg": string
|
|
1447
|
+
"hitzonearmors.dialogs.addedit.wear": string
|
|
1448
|
+
"inlinewiki.equipment.weight": string
|
|
1449
|
+
"inlinewiki.equipment.price": string
|
|
1450
|
+
"inlinewiki.equipment.ammunition": string
|
|
1451
|
+
"inlinewiki.equipment.combattechnique": string
|
|
1452
|
+
"inlinewiki.equipment.damage": string
|
|
1453
|
+
"inlinewiki.equipment.primaryattributeanddamagethreshold": string
|
|
1454
|
+
"inlinewiki.equipment.attackparrymodifier": string
|
|
1455
|
+
"inlinewiki.equipment.reach": string
|
|
1456
|
+
"inlinewiki.equipment.length": string
|
|
1457
|
+
"inlinewiki.equipment.reloadtime": string
|
|
1458
|
+
"inlinewiki.equipment.range": string
|
|
1459
|
+
"inlinewiki.equipment.actionsvalue": string
|
|
1460
|
+
"inlinewiki.equipment.protection": string
|
|
1461
|
+
"inlinewiki.equipment.encumbrance": string
|
|
1462
|
+
"inlinewiki.equipment.additionalpenalties": string
|
|
1463
|
+
"inlinewiki.equipment.note": string
|
|
1464
|
+
"inlinewiki.equipment.rules": string
|
|
1465
|
+
"inlinewiki.equipment.weaponadvantage": string
|
|
1466
|
+
"inlinewiki.equipment.weapondisadvantage": string
|
|
1467
|
+
"inlinewiki.equipment.armoradvantage": string
|
|
1468
|
+
"inlinewiki.equipment.armordisadvantage": string
|
|
1469
|
+
"pets.dialogs.addedit.deleteavatarbtn": string
|
|
1470
|
+
"pets.dialogs.addedit.name": string
|
|
1471
|
+
"pets.dialogs.addedit.sizecategory": string
|
|
1472
|
+
"pets.dialogs.addedit.type": string
|
|
1473
|
+
"pets.dialogs.addedit.apspent": string
|
|
1474
|
+
"pets.dialogs.addedit.totalap": string
|
|
1475
|
+
"pets.dialogs.addedit.protection": string
|
|
1476
|
+
"pets.dialogs.addedit.attackname": string
|
|
1477
|
+
"pets.dialogs.addedit.attack": string
|
|
1478
|
+
"pets.dialogs.addedit.parry": string
|
|
1479
|
+
"pets.dialogs.addedit.damagepoints": string
|
|
1480
|
+
"pets.dialogs.addedit.reach": string
|
|
1481
|
+
"pets.dialogs.addedit.actions": string
|
|
1482
|
+
"pets.dialogs.addedit.skills": string
|
|
1483
|
+
"pets.dialogs.addedit.specialabilities": string
|
|
1484
|
+
"pets.dialogs.addedit.notes": string
|
|
1485
|
+
"pets.dialogs.addedit.addbtn": string
|
|
1486
|
+
"pets.dialogs.addedit.savebtn": string
|
|
1487
|
+
"Show details": string
|
|
1488
|
+
"Maximum Attribute Value": string
|
|
1489
|
+
"Maximum Skill Value": string
|
|
1490
|
+
"Maximum Combat Technique": string
|
|
1491
|
+
"Maximum Attribute Total": string
|
|
1492
|
+
"Number of Spells/Liturgical Chants": string
|
|
1493
|
+
"Number from other Traditions": string
|
|
1494
|
+
"Check": string
|
|
1495
|
+
"Applications": string
|
|
1496
|
+
"Encumbrance": string
|
|
1497
|
+
"Yes": string
|
|
1498
|
+
"No": string
|
|
1499
|
+
"Maybe": string
|
|
1500
|
+
"Tools": string
|
|
1501
|
+
"Quality": string
|
|
1502
|
+
"Failed Check": string
|
|
1503
|
+
"Critical Success": string
|
|
1504
|
+
"Botch": string
|
|
1505
|
+
"Improvement Cost": string
|
|
1506
|
+
"Front Cover Inside": string
|
|
1507
|
+
"Back Cover Inside": string
|
|
1508
|
+
".input {$printing :number} {{since the {$printing}. printing}}": string & { __params: { "printing": number } }
|
|
1509
|
+
".input {$printing :number} {{removed in {$printing}. printing}}": string & { __params: { "printing": number } }
|
|
1542
1510
|
}
|
|
1543
1511
|
}
|
|
1544
1512
|
|
|
@@ -1874,6 +1842,11 @@ export interface Advantage {
|
|
|
1874
1842
|
*/
|
|
1875
1843
|
maximum?: number
|
|
1876
1844
|
|
|
1845
|
+
/**
|
|
1846
|
+
* This entry has a direct influence on the existence of other entries. It may add or remove entries.
|
|
1847
|
+
*/
|
|
1848
|
+
automatic_entries?: AutomaticEntry[]
|
|
1849
|
+
|
|
1877
1850
|
prerequisites?: AdvantageDisadvantagePrerequisites
|
|
1878
1851
|
|
|
1879
1852
|
/**
|
|
@@ -5672,6 +5645,10 @@ export type AdventurePointsValue =
|
|
|
5672
5645
|
kind: "DerivedFromSelection"
|
|
5673
5646
|
DerivedFromSelection: AdventurePointsDerivedFromSelection
|
|
5674
5647
|
}
|
|
5648
|
+
| {
|
|
5649
|
+
kind: "DependingOnActive"
|
|
5650
|
+
DependingOnActive: AdventurePointsDependingOnActive
|
|
5651
|
+
}
|
|
5675
5652
|
| {
|
|
5676
5653
|
kind: "DependingOnActiveInstances"
|
|
5677
5654
|
DependingOnActiveInstances: AdventurePointsDependingOnActiveInstances
|
|
@@ -5691,9 +5668,30 @@ export type FixedAdventurePointsValue = AdventurePointsSingleValue
|
|
|
5691
5668
|
export type AdventurePointsSingleValue = number
|
|
5692
5669
|
|
|
5693
5670
|
/**
|
|
5694
|
-
* An entry with levels may have different costs for each level.
|
|
5671
|
+
* An entry with levels may have different costs for each level.
|
|
5695
5672
|
*/
|
|
5696
|
-
export
|
|
5673
|
+
export interface AdventurePointsValueByLevel {
|
|
5674
|
+
/**
|
|
5675
|
+
* The list of adventure point values, where the position in the list corresponds to the level (i.e. the first value is for level I, the second value is for level II, and so on). The length of the list must match the amount of levels the special ability has.
|
|
5676
|
+
*/
|
|
5677
|
+
list: AdventurePointsSingleValue[]
|
|
5678
|
+
|
|
5679
|
+
/**
|
|
5680
|
+
* Values may be added to each level based on the size category of the character. Negative values mean that the AP value is lowered.
|
|
5681
|
+
*/
|
|
5682
|
+
additionalBySizeCategory?: BySizeCategory<number>
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5685
|
+
/**
|
|
5686
|
+
* An object that holds values for the different size categories
|
|
5687
|
+
*/
|
|
5688
|
+
export interface BySizeCategory<T> {
|
|
5689
|
+
tiny: T
|
|
5690
|
+
small: T
|
|
5691
|
+
medium: T
|
|
5692
|
+
large: T
|
|
5693
|
+
huge: T
|
|
5694
|
+
}
|
|
5697
5695
|
|
|
5698
5696
|
/**
|
|
5699
5697
|
* The adventure points value is derived from the selection of the special ability. Its display value may be able to be derived from the given information for the select options. If that is not the case or the generated text would not match the original one, a replacement text can be provided.
|
|
@@ -5714,6 +5712,26 @@ export interface AdventurePointsDerivedFromSelectionTranslation {
|
|
|
5714
5712
|
replacement?: string
|
|
5715
5713
|
}
|
|
5716
5714
|
|
|
5715
|
+
/**
|
|
5716
|
+
* The adventure points cost depends on if an instance of an entry is active.
|
|
5717
|
+
*/
|
|
5718
|
+
export interface AdventurePointsDependingOnActive {
|
|
5719
|
+
/**
|
|
5720
|
+
* The identifier of the entry to that decides which AP value to pick.
|
|
5721
|
+
*/
|
|
5722
|
+
id: ActivatableIdentifier
|
|
5723
|
+
|
|
5724
|
+
/**
|
|
5725
|
+
* The adventure points value if an instance of the referenced entry is active.
|
|
5726
|
+
*/
|
|
5727
|
+
active: AdventurePointsSingleValue
|
|
5728
|
+
|
|
5729
|
+
/**
|
|
5730
|
+
* The adventure points value if no instance of the referenced entry is active.
|
|
5731
|
+
*/
|
|
5732
|
+
inactive: AdventurePointsSingleValue
|
|
5733
|
+
}
|
|
5734
|
+
|
|
5717
5735
|
/**
|
|
5718
5736
|
* The adventure points cost depends on how many instances of the entry are already active.
|
|
5719
5737
|
*/
|
|
@@ -9486,6 +9504,9 @@ export type ApplicableCloseCombatTechniquesRestriction =
|
|
|
9486
9504
|
| {
|
|
9487
9505
|
kind: "OneHanded"
|
|
9488
9506
|
}
|
|
9507
|
+
| {
|
|
9508
|
+
kind: "TwoHanded"
|
|
9509
|
+
}
|
|
9489
9510
|
| {
|
|
9490
9511
|
kind: "ParryingWeapon"
|
|
9491
9512
|
}
|
|
@@ -9603,19 +9624,9 @@ export interface Weapon {
|
|
|
9603
9624
|
}
|
|
9604
9625
|
|
|
9605
9626
|
/**
|
|
9606
|
-
*
|
|
9627
|
+
* Define if during character creation this weapon can only be bought by a specific subset of characters.
|
|
9607
9628
|
*/
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
/**
|
|
9611
|
-
* Define if during character creation this weapon can only be bought by characters of a specific race or culture.
|
|
9612
|
-
*/
|
|
9613
|
-
restricted_to_cultures?: RestrictedToCultures
|
|
9614
|
-
|
|
9615
|
-
/**
|
|
9616
|
-
* Define if during character creation this weapon can only be bought by characters of specific magical or blessed traditions.
|
|
9617
|
-
*/
|
|
9618
|
-
restricted_to_traditions?: MagicalTradition_ID[]
|
|
9629
|
+
restrictedTo?: RestrictedTo
|
|
9619
9630
|
|
|
9620
9631
|
/**
|
|
9621
9632
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
@@ -10083,26 +10094,104 @@ export interface AmmunitionTranslation {
|
|
|
10083
10094
|
}
|
|
10084
10095
|
|
|
10085
10096
|
/**
|
|
10086
|
-
* If the
|
|
10097
|
+
* If the item is in any case restricted to a subset of characters. The differenciating aspect may be tradition, race, culture, or a profession. Each element must be applicable to a character.
|
|
10087
10098
|
*/
|
|
10088
|
-
export
|
|
10099
|
+
export interface RestrictedTo {
|
|
10100
|
+
/**
|
|
10101
|
+
* The item is restricted to one of a list of races. If only one race is allowed, the list may only have a single element.
|
|
10102
|
+
*/
|
|
10103
|
+
races?: RestrictedToRaces
|
|
10104
|
+
|
|
10105
|
+
/**
|
|
10106
|
+
* The item is restricted to one of a list of cultures. If only one culture is allowed, the list may only have a single element.
|
|
10107
|
+
*/
|
|
10108
|
+
cultures?: RestrictedToCultures
|
|
10109
|
+
|
|
10110
|
+
/**
|
|
10111
|
+
* The item is restricted to one of a list of professions. If only one profession is allowed, the list may only have a single element.
|
|
10112
|
+
*/
|
|
10113
|
+
professions?: RestrictedToProfessions
|
|
10114
|
+
|
|
10115
|
+
/**
|
|
10116
|
+
* The item is restricted to one of a list of magical traditions. If only one magical tradition is allowed, the list may only have a single element.
|
|
10117
|
+
*/
|
|
10118
|
+
magicalTraditions?: RestrictedToMagicalTraditions
|
|
10119
|
+
|
|
10120
|
+
/**
|
|
10121
|
+
* The item is restricted to one of a list of blessed traditions. If only one blessed tradition is allowed, the list may only have a single element.
|
|
10122
|
+
*/
|
|
10123
|
+
blessedTraditions?: RestrictedToBlessedTraditions
|
|
10124
|
+
}
|
|
10089
10125
|
|
|
10090
10126
|
/**
|
|
10091
|
-
*
|
|
10127
|
+
* The item is restricted to one of a list of races. If only one race is allowed, the list may only have a single element.
|
|
10092
10128
|
*/
|
|
10093
|
-
export
|
|
10129
|
+
export interface RestrictedToRaces {
|
|
10130
|
+
/**
|
|
10131
|
+
* The item is restricted to one of a list of races. If only one race is allowed, the list may only have a single element.
|
|
10132
|
+
*/
|
|
10133
|
+
scope: MagicalTradition_ID[]
|
|
10134
|
+
}
|
|
10135
|
+
|
|
10136
|
+
/**
|
|
10137
|
+
* The item is restricted to one of a list of cultures. If only one culture is allowed, the list may only have a single element.
|
|
10138
|
+
*/
|
|
10139
|
+
export interface RestrictedToCultures {
|
|
10140
|
+
/**
|
|
10141
|
+
* The item is restricted to one of a list of cultures. If only one culture is allowed, the list may only have a single element.
|
|
10142
|
+
*/
|
|
10143
|
+
scope: MagicalTradition_ID[]
|
|
10144
|
+
}
|
|
10145
|
+
|
|
10146
|
+
/**
|
|
10147
|
+
* The item is restricted to one of a list of professions. If only one profession is allowed, the list may only have a single element.
|
|
10148
|
+
*/
|
|
10149
|
+
export interface RestrictedToProfessions {
|
|
10150
|
+
/**
|
|
10151
|
+
* The item is restricted to one of a list of professions. If only one profession is allowed, the list may only have a single element.
|
|
10152
|
+
*/
|
|
10153
|
+
scope: MagicalTradition_ID[]
|
|
10154
|
+
}
|
|
10155
|
+
|
|
10156
|
+
/**
|
|
10157
|
+
* The item is restricted to one of a list of magical traditions. If only one magical tradition is allowed, the list may only have a single element.
|
|
10158
|
+
*/
|
|
10159
|
+
export interface RestrictedToMagicalTraditions {
|
|
10160
|
+
/**
|
|
10161
|
+
* The item is restricted to one of a list of magical traditions. If only one magical tradition is allowed, the list may only have a single element.
|
|
10162
|
+
*/
|
|
10163
|
+
scope: MagicalTradition_ID[]
|
|
10164
|
+
}
|
|
10165
|
+
|
|
10166
|
+
/**
|
|
10167
|
+
* The item is restricted to one of a list of blessed traditions. If only one blessed tradition is allowed, the list may only have a single element. The item may also be declared as sanctified.
|
|
10168
|
+
*/
|
|
10169
|
+
export interface RestrictedToBlessedTraditions {
|
|
10170
|
+
/**
|
|
10171
|
+
* The item is restricted to one of a list of blessed traditions. If only one blessed tradition is allowed, the list may only have a single element.
|
|
10172
|
+
*/
|
|
10173
|
+
scope: RestrictedToBlessedTraditionsScope
|
|
10174
|
+
|
|
10175
|
+
/**
|
|
10176
|
+
* The item is sanctified by the applicable listed tradition.
|
|
10177
|
+
*/
|
|
10178
|
+
isSanctifiedBy: boolean
|
|
10179
|
+
}
|
|
10180
|
+
|
|
10181
|
+
/**
|
|
10182
|
+
* The item is restricted to one of a list of blessed traditions. If only one blessed tradition is allowed, the list may only have a single element. Instead of providing an specific set of traditions, the restriction may also cover a category of blessed traditions.
|
|
10183
|
+
*/
|
|
10184
|
+
export type RestrictedToBlessedTraditionsScope =
|
|
10094
10185
|
| {
|
|
10095
|
-
kind: "
|
|
10096
|
-
|
|
10186
|
+
kind: "Specific"
|
|
10187
|
+
Specific: BlessedTradition_ID[]
|
|
10097
10188
|
}
|
|
10098
10189
|
| {
|
|
10099
|
-
kind: "
|
|
10100
|
-
|
|
10190
|
+
kind: "Church"
|
|
10191
|
+
}
|
|
10192
|
+
| {
|
|
10193
|
+
kind: "Shamanistic"
|
|
10101
10194
|
}
|
|
10102
|
-
|
|
10103
|
-
export interface RestrictedToSpecificCultures {
|
|
10104
|
-
list: Culture_ID[]
|
|
10105
|
-
}
|
|
10106
10195
|
|
|
10107
10196
|
export interface CauldronEnchantment {
|
|
10108
10197
|
/**
|
|
@@ -10811,6 +10900,11 @@ export interface CombatStyleSpecialAbility {
|
|
|
10811
10900
|
*/
|
|
10812
10901
|
maximum?: number
|
|
10813
10902
|
|
|
10903
|
+
/**
|
|
10904
|
+
* The penalty the special ability gives when used.
|
|
10905
|
+
*/
|
|
10906
|
+
penalty?: Penalty
|
|
10907
|
+
|
|
10814
10908
|
/**
|
|
10815
10909
|
* The Advanced Special Abilities for the respective Style Special Ability. Sometimes, only a specific select option or a set of select options of an entry is allowed, which can be modelled by the option property. It can also be that you can choose from a set of special abilities, but then you can’t specify an option.
|
|
10816
10910
|
*/
|
|
@@ -12543,10 +12637,15 @@ export interface LycantropicGiftTranslation {
|
|
|
12543
12637
|
export interface MagicalSign {
|
|
12544
12638
|
prerequisites?: GeneralPrerequisites
|
|
12545
12639
|
|
|
12640
|
+
/**
|
|
12641
|
+
* The cost in AE.
|
|
12642
|
+
*/
|
|
12643
|
+
cost?: MagicalSignCost
|
|
12644
|
+
|
|
12546
12645
|
/**
|
|
12547
12646
|
* The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
|
|
12548
12647
|
*/
|
|
12549
|
-
property
|
|
12648
|
+
property?: PropertyDeclaration
|
|
12550
12649
|
|
|
12551
12650
|
/**
|
|
12552
12651
|
* The adventure points value.
|
|
@@ -12602,6 +12701,28 @@ export interface MagicalSignTranslation {
|
|
|
12602
12701
|
errata?: Errata
|
|
12603
12702
|
}
|
|
12604
12703
|
|
|
12704
|
+
export type MagicalSignCost =
|
|
12705
|
+
| {
|
|
12706
|
+
kind: "Constant"
|
|
12707
|
+
Constant: ConstantMagicalSignCost
|
|
12708
|
+
}
|
|
12709
|
+
| {
|
|
12710
|
+
kind: "Map"
|
|
12711
|
+
Map: CostMap
|
|
12712
|
+
}
|
|
12713
|
+
|
|
12714
|
+
export interface ConstantMagicalSignCost {
|
|
12715
|
+
/**
|
|
12716
|
+
* The AE cost value.
|
|
12717
|
+
*/
|
|
12718
|
+
value: number
|
|
12719
|
+
|
|
12720
|
+
/**
|
|
12721
|
+
* The part of the cost value that has to be spent permanently.
|
|
12722
|
+
*/
|
|
12723
|
+
permanent_value?: number
|
|
12724
|
+
}
|
|
12725
|
+
|
|
12605
12726
|
export interface MagicalSpecialAbility {
|
|
12606
12727
|
/**
|
|
12607
12728
|
* Number of available levels.
|
|
@@ -12963,7 +13084,7 @@ export interface PactGift {
|
|
|
12963
13084
|
permanent_demonic_consumption?: PactGiftPermanentDemonicConsumption
|
|
12964
13085
|
|
|
12965
13086
|
/**
|
|
12966
|
-
* This
|
|
13087
|
+
* This entry has a direct influence on the existence of other entries. It may add or remove entries.
|
|
12967
13088
|
*/
|
|
12968
13089
|
automatic_entries?: AutomaticEntry[]
|
|
12969
13090
|
|
|
@@ -13096,6 +13217,11 @@ export type AutomaticEntryTargetSelectionList =
|
|
|
13096
13217
|
|
|
13097
13218
|
export interface FixedAutomaticEntryTarget {
|
|
13098
13219
|
id: ActivatableIdentifier
|
|
13220
|
+
|
|
13221
|
+
/**
|
|
13222
|
+
* The level of the target entry to be added or removed. If this is omitted for a multi-level entry, level 1 is assumed.
|
|
13223
|
+
*/
|
|
13224
|
+
level?: number
|
|
13099
13225
|
}
|
|
13100
13226
|
|
|
13101
13227
|
export interface ProtectiveWardingCircleSpecialAbility {
|
|
@@ -17691,7 +17817,7 @@ export interface AnimalCare {
|
|
|
17691
17817
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
17692
17818
|
*/
|
|
17693
17819
|
translations: {
|
|
17694
|
-
[localeId: string]:
|
|
17820
|
+
[localeId: string]: AnimalCareTranslation
|
|
17695
17821
|
}
|
|
17696
17822
|
}
|
|
17697
17823
|
|
|
@@ -17700,7 +17826,7 @@ export interface AnimalCare {
|
|
|
17700
17826
|
*/
|
|
17701
17827
|
export type AnimalCare_ID = string
|
|
17702
17828
|
|
|
17703
|
-
export interface
|
|
17829
|
+
export interface AnimalCareTranslation {
|
|
17704
17830
|
/**
|
|
17705
17831
|
* The item’s name.
|
|
17706
17832
|
*/
|
|
@@ -17960,7 +18086,7 @@ export interface Animal {
|
|
|
17960
18086
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
17961
18087
|
*/
|
|
17962
18088
|
translations: {
|
|
17963
|
-
[localeId: string]:
|
|
18089
|
+
[localeId: string]: AnimalTranslation
|
|
17964
18090
|
}
|
|
17965
18091
|
}
|
|
17966
18092
|
|
|
@@ -17969,7 +18095,7 @@ export interface Animal {
|
|
|
17969
18095
|
*/
|
|
17970
18096
|
export type Animal_ID = string
|
|
17971
18097
|
|
|
17972
|
-
export interface
|
|
18098
|
+
export interface AnimalTranslation {
|
|
17973
18099
|
/**
|
|
17974
18100
|
* The item’s name.
|
|
17975
18101
|
*/
|
|
@@ -18034,6 +18160,11 @@ export interface Armor {
|
|
|
18034
18160
|
*/
|
|
18035
18161
|
hit_zone?: HitZone
|
|
18036
18162
|
|
|
18163
|
+
/**
|
|
18164
|
+
* Define if during character creation this weapon can only be bought by a specific subset of characters.
|
|
18165
|
+
*/
|
|
18166
|
+
restrictedTo?: RestrictedTo
|
|
18167
|
+
|
|
18037
18168
|
/**
|
|
18038
18169
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18039
18170
|
*/
|
|
@@ -18217,7 +18348,7 @@ export interface BandageOrRemedy {
|
|
|
18217
18348
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18218
18349
|
*/
|
|
18219
18350
|
translations: {
|
|
18220
|
-
[localeId: string]:
|
|
18351
|
+
[localeId: string]: BandageOrRemedyTranslation
|
|
18221
18352
|
}
|
|
18222
18353
|
}
|
|
18223
18354
|
|
|
@@ -18226,7 +18357,7 @@ export interface BandageOrRemedy {
|
|
|
18226
18357
|
*/
|
|
18227
18358
|
export type BandageOrRemedy_ID = string
|
|
18228
18359
|
|
|
18229
|
-
export interface
|
|
18360
|
+
export interface BandageOrRemedyTranslation {
|
|
18230
18361
|
/**
|
|
18231
18362
|
* The item’s name.
|
|
18232
18363
|
*/
|
|
@@ -18279,19 +18410,9 @@ export interface ImprovisedWeapon {
|
|
|
18279
18410
|
}
|
|
18280
18411
|
|
|
18281
18412
|
/**
|
|
18282
|
-
*
|
|
18283
|
-
*/
|
|
18284
|
-
sanctified_by?: SanctifiedBy
|
|
18285
|
-
|
|
18286
|
-
/**
|
|
18287
|
-
* Define if during character creation this weapon can only be bought by characters of a specific race or culture.
|
|
18288
|
-
*/
|
|
18289
|
-
restricted_to_cultures?: RestrictedToCultures
|
|
18290
|
-
|
|
18291
|
-
/**
|
|
18292
|
-
* Define if during character creation this weapon can only be bought by characters of specific magical or blessed traditions.
|
|
18413
|
+
* Define if during character creation this weapon can only be bought by a specific subset of characters.
|
|
18293
18414
|
*/
|
|
18294
|
-
|
|
18415
|
+
restrictedTo?: RestrictedTo
|
|
18295
18416
|
|
|
18296
18417
|
/**
|
|
18297
18418
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
@@ -18343,6 +18464,11 @@ export interface SecondaryArmor {
|
|
|
18343
18464
|
*/
|
|
18344
18465
|
hit_zone?: HitZone
|
|
18345
18466
|
|
|
18467
|
+
/**
|
|
18468
|
+
* Define if during character creation this armor can only be bought by a specific subset of characters.
|
|
18469
|
+
*/
|
|
18470
|
+
restrictedTo?: RestrictedTo
|
|
18471
|
+
|
|
18346
18472
|
/**
|
|
18347
18473
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18348
18474
|
*/
|
|
@@ -18597,7 +18723,7 @@ export interface CeremonialItem {
|
|
|
18597
18723
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18598
18724
|
*/
|
|
18599
18725
|
translations: {
|
|
18600
|
-
[localeId: string]:
|
|
18726
|
+
[localeId: string]: CeremonialItemTranslation
|
|
18601
18727
|
}
|
|
18602
18728
|
}
|
|
18603
18729
|
|
|
@@ -18606,7 +18732,7 @@ export interface CeremonialItem {
|
|
|
18606
18732
|
*/
|
|
18607
18733
|
export type CeremonialItem_ID = string
|
|
18608
18734
|
|
|
18609
|
-
export interface
|
|
18735
|
+
export interface CeremonialItemTranslation {
|
|
18610
18736
|
/**
|
|
18611
18737
|
* The item’s name.
|
|
18612
18738
|
*/
|
|
@@ -18665,7 +18791,7 @@ export interface Clothes {
|
|
|
18665
18791
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18666
18792
|
*/
|
|
18667
18793
|
translations: {
|
|
18668
|
-
[localeId: string]:
|
|
18794
|
+
[localeId: string]: ClothesTranslation
|
|
18669
18795
|
}
|
|
18670
18796
|
}
|
|
18671
18797
|
|
|
@@ -18674,7 +18800,7 @@ export interface Clothes {
|
|
|
18674
18800
|
*/
|
|
18675
18801
|
export type Clothes_ID = string
|
|
18676
18802
|
|
|
18677
|
-
export interface
|
|
18803
|
+
export interface ClothesTranslation {
|
|
18678
18804
|
/**
|
|
18679
18805
|
* The item’s name.
|
|
18680
18806
|
*/
|
|
@@ -18793,7 +18919,7 @@ export interface Container {
|
|
|
18793
18919
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18794
18920
|
*/
|
|
18795
18921
|
translations: {
|
|
18796
|
-
[localeId: string]:
|
|
18922
|
+
[localeId: string]: ContainerTranslation
|
|
18797
18923
|
}
|
|
18798
18924
|
}
|
|
18799
18925
|
|
|
@@ -18802,7 +18928,7 @@ export interface Container {
|
|
|
18802
18928
|
*/
|
|
18803
18929
|
export type Container_ID = string
|
|
18804
18930
|
|
|
18805
|
-
export interface
|
|
18931
|
+
export interface ContainerTranslation {
|
|
18806
18932
|
/**
|
|
18807
18933
|
* The item’s name.
|
|
18808
18934
|
*/
|
|
@@ -19457,9 +19583,9 @@ export interface EquipmentOfBlessedOnes {
|
|
|
19457
19583
|
structure_points: StructurePoints
|
|
19458
19584
|
|
|
19459
19585
|
/**
|
|
19460
|
-
*
|
|
19586
|
+
* Define if during character creation this item can only be bought by a specific subset of characters.
|
|
19461
19587
|
*/
|
|
19462
|
-
|
|
19588
|
+
restrictedTo?: RestrictedTo
|
|
19463
19589
|
|
|
19464
19590
|
/**
|
|
19465
19591
|
* The item can also be used either as an improvised weapon or as an armor, although this is not the primary use case of the item.
|
|
@@ -19475,7 +19601,7 @@ export interface EquipmentOfBlessedOnes {
|
|
|
19475
19601
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
19476
19602
|
*/
|
|
19477
19603
|
translations: {
|
|
19478
|
-
[localeId: string]:
|
|
19604
|
+
[localeId: string]: EquipmentOfBlessedOnesTranslation
|
|
19479
19605
|
}
|
|
19480
19606
|
}
|
|
19481
19607
|
|
|
@@ -19484,7 +19610,7 @@ export interface EquipmentOfBlessedOnes {
|
|
|
19484
19610
|
*/
|
|
19485
19611
|
export type EquipmentOfBlessedOnes_ID = string
|
|
19486
19612
|
|
|
19487
|
-
export interface
|
|
19613
|
+
export interface EquipmentOfBlessedOnesTranslation {
|
|
19488
19614
|
/**
|
|
19489
19615
|
* The item’s name.
|
|
19490
19616
|
*/
|
|
@@ -19774,7 +19900,7 @@ export interface IlluminationLightSource {
|
|
|
19774
19900
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
19775
19901
|
*/
|
|
19776
19902
|
translations: {
|
|
19777
|
-
[localeId: string]:
|
|
19903
|
+
[localeId: string]: IlluminationLightSourceTranslation
|
|
19778
19904
|
}
|
|
19779
19905
|
}
|
|
19780
19906
|
|
|
@@ -19783,7 +19909,7 @@ export interface IlluminationLightSource {
|
|
|
19783
19909
|
*/
|
|
19784
19910
|
export type IlluminationLightSource_ID = string
|
|
19785
19911
|
|
|
19786
|
-
export interface
|
|
19912
|
+
export interface IlluminationLightSourceTranslation {
|
|
19787
19913
|
/**
|
|
19788
19914
|
* The item’s name.
|
|
19789
19915
|
*/
|
|
@@ -19868,7 +19994,7 @@ export interface IlluminationRefillOrSupply {
|
|
|
19868
19994
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
19869
19995
|
*/
|
|
19870
19996
|
translations: {
|
|
19871
|
-
[localeId: string]:
|
|
19997
|
+
[localeId: string]: IlluminationRefillOrSupplyTranslation
|
|
19872
19998
|
}
|
|
19873
19999
|
}
|
|
19874
20000
|
|
|
@@ -19877,7 +20003,7 @@ export interface IlluminationRefillOrSupply {
|
|
|
19877
20003
|
*/
|
|
19878
20004
|
export type IlluminationRefillOrSupply_ID = string
|
|
19879
20005
|
|
|
19880
|
-
export interface
|
|
20006
|
+
export interface IlluminationRefillOrSupplyTranslation {
|
|
19881
20007
|
/**
|
|
19882
20008
|
* The item’s name.
|
|
19883
20009
|
*/
|
|
@@ -19931,7 +20057,7 @@ export interface Jewelry {
|
|
|
19931
20057
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
19932
20058
|
*/
|
|
19933
20059
|
translations: {
|
|
19934
|
-
[localeId: string]:
|
|
20060
|
+
[localeId: string]: JewelryTranslation
|
|
19935
20061
|
}
|
|
19936
20062
|
}
|
|
19937
20063
|
|
|
@@ -19940,7 +20066,7 @@ export interface Jewelry {
|
|
|
19940
20066
|
*/
|
|
19941
20067
|
export type Jewelry_ID = string
|
|
19942
20068
|
|
|
19943
|
-
export interface
|
|
20069
|
+
export interface JewelryTranslation {
|
|
19944
20070
|
/**
|
|
19945
20071
|
* The item’s name.
|
|
19946
20072
|
*/
|
|
@@ -20003,7 +20129,7 @@ export interface Laboratory {
|
|
|
20003
20129
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20004
20130
|
*/
|
|
20005
20131
|
translations: {
|
|
20006
|
-
[localeId: string]:
|
|
20132
|
+
[localeId: string]: LaboratoryTranslation
|
|
20007
20133
|
}
|
|
20008
20134
|
}
|
|
20009
20135
|
|
|
@@ -20012,7 +20138,7 @@ export interface Laboratory {
|
|
|
20012
20138
|
*/
|
|
20013
20139
|
export type Laboratory_ID = string
|
|
20014
20140
|
|
|
20015
|
-
export interface
|
|
20141
|
+
export interface LaboratoryTranslation {
|
|
20016
20142
|
/**
|
|
20017
20143
|
* The item’s name.
|
|
20018
20144
|
*/
|
|
@@ -20071,7 +20197,7 @@ export interface Liebesspielzeug {
|
|
|
20071
20197
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20072
20198
|
*/
|
|
20073
20199
|
translations: {
|
|
20074
|
-
[localeId: string]:
|
|
20200
|
+
[localeId: string]: LiebesspielzeugTranslation
|
|
20075
20201
|
}
|
|
20076
20202
|
}
|
|
20077
20203
|
|
|
@@ -20080,7 +20206,7 @@ export interface Liebesspielzeug {
|
|
|
20080
20206
|
*/
|
|
20081
20207
|
export type Liebesspielzeug_ID = string
|
|
20082
20208
|
|
|
20083
|
-
export interface
|
|
20209
|
+
export interface LiebesspielzeugTranslation {
|
|
20084
20210
|
/**
|
|
20085
20211
|
* The item’s name.
|
|
20086
20212
|
*/
|
|
@@ -20139,7 +20265,7 @@ export interface LuxuryGood {
|
|
|
20139
20265
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20140
20266
|
*/
|
|
20141
20267
|
translations: {
|
|
20142
|
-
[localeId: string]:
|
|
20268
|
+
[localeId: string]: LuxuryGoodTranslation
|
|
20143
20269
|
}
|
|
20144
20270
|
}
|
|
20145
20271
|
|
|
@@ -20148,7 +20274,7 @@ export interface LuxuryGood {
|
|
|
20148
20274
|
*/
|
|
20149
20275
|
export type LuxuryGood_ID = string
|
|
20150
20276
|
|
|
20151
|
-
export interface
|
|
20277
|
+
export interface LuxuryGoodTranslation {
|
|
20152
20278
|
/**
|
|
20153
20279
|
* The item’s name.
|
|
20154
20280
|
*/
|
|
@@ -20188,6 +20314,11 @@ export interface MagicalArtifact {
|
|
|
20188
20314
|
*/
|
|
20189
20315
|
complexity?: Complexity
|
|
20190
20316
|
|
|
20317
|
+
/**
|
|
20318
|
+
* The structure points of the item. Use an array if the item consists of multiple components that have individual structure points.
|
|
20319
|
+
*/
|
|
20320
|
+
structure_points?: StructurePoints
|
|
20321
|
+
|
|
20191
20322
|
/**
|
|
20192
20323
|
* The item can also be used either as an improvised weapon or as an armor, although this is not the primary use case of the item.
|
|
20193
20324
|
*/
|
|
@@ -20202,7 +20333,7 @@ export interface MagicalArtifact {
|
|
|
20202
20333
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20203
20334
|
*/
|
|
20204
20335
|
translations: {
|
|
20205
|
-
[localeId: string]:
|
|
20336
|
+
[localeId: string]: MagicalArtifactTranslation
|
|
20206
20337
|
}
|
|
20207
20338
|
}
|
|
20208
20339
|
|
|
@@ -20211,7 +20342,7 @@ export interface MagicalArtifact {
|
|
|
20211
20342
|
*/
|
|
20212
20343
|
export type MagicalArtifact_ID = string
|
|
20213
20344
|
|
|
20214
|
-
export interface
|
|
20345
|
+
export interface MagicalArtifactTranslation {
|
|
20215
20346
|
/**
|
|
20216
20347
|
* The item’s name.
|
|
20217
20348
|
*/
|
|
@@ -20223,14 +20354,19 @@ export interface MagicalArtifactTranslationTranslation {
|
|
|
20223
20354
|
secondary_name?: string
|
|
20224
20355
|
|
|
20225
20356
|
/**
|
|
20226
|
-
*
|
|
20357
|
+
* Description text.
|
|
20227
20358
|
*/
|
|
20228
|
-
|
|
20359
|
+
description?: string
|
|
20229
20360
|
|
|
20230
20361
|
/**
|
|
20231
|
-
*
|
|
20362
|
+
* Effect text.
|
|
20232
20363
|
*/
|
|
20233
|
-
|
|
20364
|
+
effect?: string
|
|
20365
|
+
|
|
20366
|
+
/**
|
|
20367
|
+
* Cost text.
|
|
20368
|
+
*/
|
|
20369
|
+
cost?: string
|
|
20234
20370
|
|
|
20235
20371
|
errata?: Errata
|
|
20236
20372
|
}
|
|
@@ -20251,6 +20387,11 @@ export interface MusicalInstrument {
|
|
|
20251
20387
|
*/
|
|
20252
20388
|
complexity?: Complexity
|
|
20253
20389
|
|
|
20390
|
+
/**
|
|
20391
|
+
* The structure points of the item. Use an array if the item consists of multiple components that have individual structure points.
|
|
20392
|
+
*/
|
|
20393
|
+
structure_points?: StructurePoints
|
|
20394
|
+
|
|
20254
20395
|
/**
|
|
20255
20396
|
* The item can also be used either as an improvised weapon or as an armor, although this is not the primary use case of the item.
|
|
20256
20397
|
*/
|
|
@@ -20265,7 +20406,7 @@ export interface MusicalInstrument {
|
|
|
20265
20406
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20266
20407
|
*/
|
|
20267
20408
|
translations: {
|
|
20268
|
-
[localeId: string]:
|
|
20409
|
+
[localeId: string]: MusicalInstrumentTranslation
|
|
20269
20410
|
}
|
|
20270
20411
|
}
|
|
20271
20412
|
|
|
@@ -20274,7 +20415,7 @@ export interface MusicalInstrument {
|
|
|
20274
20415
|
*/
|
|
20275
20416
|
export type MusicalInstrument_ID = string
|
|
20276
20417
|
|
|
20277
|
-
export interface
|
|
20418
|
+
export interface MusicalInstrumentTranslation {
|
|
20278
20419
|
/**
|
|
20279
20420
|
* The item’s name.
|
|
20280
20421
|
*/
|
|
@@ -20374,7 +20515,7 @@ export interface OrienteeringAid {
|
|
|
20374
20515
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20375
20516
|
*/
|
|
20376
20517
|
translations: {
|
|
20377
|
-
[localeId: string]:
|
|
20518
|
+
[localeId: string]: OrienteeringAidTranslation
|
|
20378
20519
|
}
|
|
20379
20520
|
}
|
|
20380
20521
|
|
|
@@ -20383,7 +20524,7 @@ export interface OrienteeringAid {
|
|
|
20383
20524
|
*/
|
|
20384
20525
|
export type OrienteeringAid_ID = string
|
|
20385
20526
|
|
|
20386
|
-
export interface
|
|
20527
|
+
export interface OrienteeringAidTranslation {
|
|
20387
20528
|
/**
|
|
20388
20529
|
* The item’s name.
|
|
20389
20530
|
*/
|
|
@@ -20656,7 +20797,7 @@ export interface IntoxicantTranslation {
|
|
|
20656
20797
|
/**
|
|
20657
20798
|
* What happens if the intoxicant has been overdosed, that is, it has been ingested another time within the duration.
|
|
20658
20799
|
*/
|
|
20659
|
-
overdose
|
|
20800
|
+
overdose?: string
|
|
20660
20801
|
|
|
20661
20802
|
/**
|
|
20662
20803
|
* Special information about the intoxicant.
|
|
@@ -20684,6 +20825,20 @@ export interface IntoxicantAddiction {
|
|
|
20684
20825
|
* The maximum interval at which it, while addicted, must be ingested to not suffer from withdrawal symptoms.
|
|
20685
20826
|
*/
|
|
20686
20827
|
interval: IntoxicantAddictionInterval
|
|
20828
|
+
|
|
20829
|
+
/**
|
|
20830
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20831
|
+
*/
|
|
20832
|
+
translations?: {
|
|
20833
|
+
[localeId: string]: IntoxicantAddictionTranslation
|
|
20834
|
+
}
|
|
20835
|
+
}
|
|
20836
|
+
|
|
20837
|
+
export interface IntoxicantAddictionTranslation {
|
|
20838
|
+
/**
|
|
20839
|
+
* The chance of getting addicted after an ingestion. Use if and only if the plain constant percent is not sufficient.
|
|
20840
|
+
*/
|
|
20841
|
+
chance: string
|
|
20687
20842
|
}
|
|
20688
20843
|
|
|
20689
20844
|
/**
|
|
@@ -20859,11 +21014,32 @@ export type PoisonDuration =
|
|
|
20859
21014
|
kind: "DiceBased"
|
|
20860
21015
|
DiceBased: DiceBasedPoisonTime
|
|
20861
21016
|
}
|
|
21017
|
+
| {
|
|
21018
|
+
kind: "ExpressionBased"
|
|
21019
|
+
ExpressionBased: ExpressionBasedPoisonTime
|
|
21020
|
+
}
|
|
20862
21021
|
| {
|
|
20863
21022
|
kind: "Indefinite"
|
|
20864
21023
|
Indefinite: IndefinitePoisonTime
|
|
20865
21024
|
}
|
|
20866
21025
|
|
|
21026
|
+
export interface ExpressionBasedPoisonTime {
|
|
21027
|
+
value: ExpressionBasedPoisonTimeValue
|
|
21028
|
+
unit: PoisonTimeUnit
|
|
21029
|
+
}
|
|
21030
|
+
|
|
21031
|
+
export type ExpressionBasedPoisonTimeValue = MathOperation<ExpressionBasedPoisonTimeExpressionValue>
|
|
21032
|
+
|
|
21033
|
+
export type ExpressionBasedPoisonTimeExpressionValue =
|
|
21034
|
+
| {
|
|
21035
|
+
kind: "Constant"
|
|
21036
|
+
Constant: number
|
|
21037
|
+
}
|
|
21038
|
+
| {
|
|
21039
|
+
kind: "Dice"
|
|
21040
|
+
Dice: Dice
|
|
21041
|
+
}
|
|
21042
|
+
|
|
20867
21043
|
export type PoisonCost =
|
|
20868
21044
|
| {
|
|
20869
21045
|
kind: "CannotBeExtracted"
|
|
@@ -20948,7 +21124,7 @@ export interface RopeOrChain {
|
|
|
20948
21124
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
20949
21125
|
*/
|
|
20950
21126
|
translations: {
|
|
20951
|
-
[localeId: string]:
|
|
21127
|
+
[localeId: string]: RopeOrChainTranslation
|
|
20952
21128
|
}
|
|
20953
21129
|
}
|
|
20954
21130
|
|
|
@@ -20957,7 +21133,7 @@ export interface RopeOrChain {
|
|
|
20957
21133
|
*/
|
|
20958
21134
|
export type RopeOrChain_ID = string
|
|
20959
21135
|
|
|
20960
|
-
export interface
|
|
21136
|
+
export interface RopeOrChainTranslation {
|
|
20961
21137
|
/**
|
|
20962
21138
|
* The item’s name.
|
|
20963
21139
|
*/
|
|
@@ -21016,7 +21192,7 @@ export interface Stationery {
|
|
|
21016
21192
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
21017
21193
|
*/
|
|
21018
21194
|
translations: {
|
|
21019
|
-
[localeId: string]:
|
|
21195
|
+
[localeId: string]: StationeryTranslation
|
|
21020
21196
|
}
|
|
21021
21197
|
}
|
|
21022
21198
|
|
|
@@ -21025,7 +21201,7 @@ export interface Stationery {
|
|
|
21025
21201
|
*/
|
|
21026
21202
|
export type Stationery_ID = string
|
|
21027
21203
|
|
|
21028
|
-
export interface
|
|
21204
|
+
export interface StationeryTranslation {
|
|
21029
21205
|
/**
|
|
21030
21206
|
* The item’s name.
|
|
21031
21207
|
*/
|
|
@@ -21084,7 +21260,7 @@ export interface ThievesTool {
|
|
|
21084
21260
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
21085
21261
|
*/
|
|
21086
21262
|
translations: {
|
|
21087
|
-
[localeId: string]:
|
|
21263
|
+
[localeId: string]: ThievesToolTranslation
|
|
21088
21264
|
}
|
|
21089
21265
|
}
|
|
21090
21266
|
|
|
@@ -21093,7 +21269,7 @@ export interface ThievesTool {
|
|
|
21093
21269
|
*/
|
|
21094
21270
|
export type ThievesTool_ID = string
|
|
21095
21271
|
|
|
21096
|
-
export interface
|
|
21272
|
+
export interface ThievesToolTranslation {
|
|
21097
21273
|
/**
|
|
21098
21274
|
* The item’s name.
|
|
21099
21275
|
*/
|
|
@@ -21147,7 +21323,7 @@ export interface ToolOfTheTrade {
|
|
|
21147
21323
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
21148
21324
|
*/
|
|
21149
21325
|
translations: {
|
|
21150
|
-
[localeId: string]:
|
|
21326
|
+
[localeId: string]: ToolOfTheTradeTranslation
|
|
21151
21327
|
}
|
|
21152
21328
|
}
|
|
21153
21329
|
|
|
@@ -21156,7 +21332,7 @@ export interface ToolOfTheTrade {
|
|
|
21156
21332
|
*/
|
|
21157
21333
|
export type ToolOfTheTrade_ID = string
|
|
21158
21334
|
|
|
21159
|
-
export interface
|
|
21335
|
+
export interface ToolOfTheTradeTranslation {
|
|
21160
21336
|
/**
|
|
21161
21337
|
* The item’s name.
|
|
21162
21338
|
*/
|
|
@@ -21215,7 +21391,7 @@ export interface TravelGearOrTool {
|
|
|
21215
21391
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
21216
21392
|
*/
|
|
21217
21393
|
translations: {
|
|
21218
|
-
[localeId: string]:
|
|
21394
|
+
[localeId: string]: TravelGearOrToolTranslation
|
|
21219
21395
|
}
|
|
21220
21396
|
}
|
|
21221
21397
|
|
|
@@ -21224,7 +21400,7 @@ export interface TravelGearOrTool {
|
|
|
21224
21400
|
*/
|
|
21225
21401
|
export type TravelGearOrTool_ID = string
|
|
21226
21402
|
|
|
21227
|
-
export interface
|
|
21403
|
+
export interface TravelGearOrToolTranslation {
|
|
21228
21404
|
/**
|
|
21229
21405
|
* The item’s name.
|
|
21230
21406
|
*/
|
|
@@ -21273,7 +21449,7 @@ export interface Vehicle {
|
|
|
21273
21449
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
21274
21450
|
*/
|
|
21275
21451
|
translations: {
|
|
21276
|
-
[localeId: string]:
|
|
21452
|
+
[localeId: string]: VehicleTranslation
|
|
21277
21453
|
}
|
|
21278
21454
|
}
|
|
21279
21455
|
|
|
@@ -21282,7 +21458,7 @@ export interface Vehicle {
|
|
|
21282
21458
|
*/
|
|
21283
21459
|
export type Vehicle_ID = string
|
|
21284
21460
|
|
|
21285
|
-
export interface
|
|
21461
|
+
export interface VehicleTranslation {
|
|
21286
21462
|
/**
|
|
21287
21463
|
* The item’s name.
|
|
21288
21464
|
*/
|
|
@@ -21341,7 +21517,7 @@ export interface WeaponAccessory {
|
|
|
21341
21517
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
21342
21518
|
*/
|
|
21343
21519
|
translations: {
|
|
21344
|
-
[localeId: string]:
|
|
21520
|
+
[localeId: string]: WeaponAccessoryTranslation
|
|
21345
21521
|
}
|
|
21346
21522
|
}
|
|
21347
21523
|
|
|
@@ -21350,7 +21526,7 @@ export interface WeaponAccessory {
|
|
|
21350
21526
|
*/
|
|
21351
21527
|
export type WeaponAccessory_ID = string
|
|
21352
21528
|
|
|
21353
|
-
export interface
|
|
21529
|
+
export interface WeaponAccessoryTranslation {
|
|
21354
21530
|
/**
|
|
21355
21531
|
* The item’s name.
|
|
21356
21532
|
*/
|