forked from timdenee/BitD
-
Notifications
You must be signed in to change notification settings - Fork 10
/
translation.json
1203 lines (1203 loc) · 89.9 KB
/
translation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"+heavy": "+Heavy",
"+heavy_description": "The addition of chain mail, metal plates, a metal helm",
"a_2nd_pistol": "A 2nd Pistol",
"a_blade_or_two": "A Blade or Two",
"a_blade_or_two_description": "Perhaps you carry a simple fighting knife. Or two curved swords. Or a rapier and stiletto. Or a heavy butcher’s cleaver.",
"a_consequence": "a consequence",
"a_large_weapon": "A Large Weapon",
"a_large_weapon_description": "A weapon meant for two hands. A battle-axe, greatsword, warhammer, or pole-arm. A hunting rifle. A blunderbuss. A bow or crossbow.",
"a_pistol": "A Pistol",
"a_pistol_description": "A heavy, single-shot, breech-loading firearm. Devastating at 20 paces, slow to reload.",
"ability_description": "Ability description",
"ability_name": "Ability Name",
"add_abilities": "Add abilities",
"add_contacts": "Add contacts",
"add_friends": "Add friends",
"add_items": "Add items",
"add_type": "Add Type: 2",
"add_upgrades": "Add upgrades",
"adepts": "Adepts",
"alcahest": "Alcahest",
"alchemicals": "Alchemicals",
"alchemicals_label": "Label for alchemicals section",
"alias": "Alias",
"alternate_iruvian_playbooks": "Unoffical alternate Iruvian playbooks",
"an_unusual_weapon": "An Unusual weapon",
"an_unusual_weapon_description": "A curiosity or tool turned into a weapon. A whip, a flail, a hatchet, a shovel, a length of chain, a razor-edged fan, steel-toed boots.",
"an_upgrade": "An upgrade",
"arcane_implements": "Arcane Implements",
"arcane_implements_description": "A vial of quicksilver. A pouch of black salt. A spirit anchor in the form of a small stone. A spirit bottle. A vial of electroplasm, designed to break and splatter on impact.",
"armor": "Armor",
"armor_description": "A thick leather tunic plus reinforced gloves and boots.",
"armor_uses": "Armor uses",
"assassins": "Assassins",
"assault": "Assault",
"assist_a_teammate": "<strong>Assist</strong> a teammate",
"attune": "Attune",
"attune_description": "Attune to spirits and the ghost field; channel electroplasmic energy; perceive and communicate with ghosts; understand spectrology.",
"autofill_reminder_crew": "To generate crew abilities, upgrades, contacts, and claims, enter the name of the crew type above:",
"autofill_reminder_playbook": "To generate playbook abilities, items, and friends, enter the name of the playbook above:",
"background": "Background",
"background_info": "Academic — Labor — Law — Trade — Military — Noble — Underworld",
"bandoliers": "Bandoliers",
"bestial": "Bestial",
"binding_oil": "Binding Oil",
"boat": "Boat",
"boat_carriage_other": "Boat — Carriage — Other",
"bold": "bold",
"bolster": "Bolster your crew's reputation or develop a new one.",
"bonus_die": "Bonus Die",
"bonusdice": "Bonus dice",
"bound": "Bound",
"bravos": "Bravos",
"broken": "Broken",
"burglary_gear": "Burglary Gear",
"burglary_gear_description": "A set of lockpicks. A small pry-bar. Vials of oil to silence squeaky hinges. A coil of wire and fishing hooks. A small pouch of fine sand.",
"carriage": "Carriage",
"chaotic": "Chaotic",
"character_mode": "Character Mode",
"chat_image": "Image to show alongside chat rolls",
"choose_2_features": "choose 2 features",
"choose_3_functions": "choose 3 functions",
"claim_above_the_law": "Above\nthe Law",
"claim_above_the_law_description": "-1 Wanted Level\nif Citizens faction\nstatus is +3",
"claim_ancient_altar": "Ancient Altar",
"claim_ancient_altar_description": "+1d engagement\nfor occult plans",
"claim_ancient_gate": "Ancient Gate",
"claim_ancient_gate_description": "Safe passage in\nthe Deathlands",
"claim_ancient_obelisk": "Ancient Obelisk",
"claim_ancient_obelisk_description": "-1 stress cost for\nall arcane powers\nand rituals",
"claim_ancient_tower": "Ancient\nTower",
"claim_ancient_tower_description": "+1d to Consort\nw/ arcane entities\non site",
"claim_barracks": "Barracks",
"claim_barracks_description": "+1 scale for your\nThugs cohorts",
"claim_bluecoat_confederates": "Bluecoat\nConfederates",
"claim_bluecoat_confederates_description": "+1d engagement\nfor assault plans",
"claim_bluecoat_confidants": "Bluecoat\nConfidants",
"claim_bluecoat_confidants_description": "-2 heat per score",
"claim_bluecoat_intimidation": "Bluecoat\nIntimidation",
"claim_bluecoat_intimidation_description": "-2 heat per score",
"claim_catacombs": "\nCatacombs",
"claim_catacombs_description": "+1d to Study or\nTinker on site",
"claim_city_records": "City Records",
"claim_city_records_description": "+1d engagement\nfor stealth plans",
"claim_cloister": "Cloister",
"claim_cloister_description": "+1 scale for your\nAdepts cohorts",
"claim_cover_identities": "Cover Identities",
"claim_cover_identities_description": "+1d engagement\nfor deception and\ntransport plans",
"claim_cover_operation": "Cover\nOperation",
"claim_cover_operation_description": "-2 heat per score",
"claim_covert_drops": "Covert Drops",
"claim_covert_drops_description": "+2 coin for espionage\nor sabotage",
"claim_defiant_citizens": "Defiant\nCitizens",
"claim_defiant_citizens_description": "Large gang who\nwill fight for you",
"claim_doskvol's_most_wanted": "Doskvol's\nMost Wanted",
"claim_doskvol's_most_wanted_description": "+2 rep on scores\nagainst the law",
"claim_drug_den": "Drug Den",
"claim_drug_den_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_envoy": "Envoy",
"claim_envoy_description": "+2 coin for high-\nclass targets",
"claim_fierce_allies": "\nFierce Allies",
"claim_fierce_allies_description": "All your experts\nare loyal",
"claim_fighting_pits": "Fighting Pits",
"claim_fighting_pits_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_fixer": "Fixer",
"claim_fixer_description": "+2 coin for lower-\nclass targets",
"claim_fleet": "Fleet",
"claim_fleet_description": "Your cohorts have\ntheir own vehicles",
"claim_foreign_market": "Foreign Market",
"claim_foreign_market_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_gambling_den": "Gambling Den",
"claim_gambling_den_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_hagfish_farm": "Hagfish Farm",
"claim_hagfish_farm_description": "Body disposal,\n+1d to reduce heat\nafter killing",
"claim_hidden_paths": "\nHidden Paths",
"claim_hidden_paths_description": "+1d to Prowl back\nto your lair",
"claim_infirmary": "Infirmary",
"claim_infirmary_description": "+1d to healing\nrolls",
"claim_informants": "Informants",
"claim_informants_description": "+1d gather info\nfor scores",
"claim_interrogation_chamber": "Interrogation\nChamber",
"claim_interrogation_chamber_description": "+1d to Command\nand Sway on site",
"claim_local_graft": "Local Graft",
"claim_local_graft_description": "+2 coin for\nshow of force or\nsocialize",
"claim_local_heroes": "\nLocal Heroes",
"claim_local_heroes_description": "+1d to indulge\nvice",
"claim_lookouts": "Lookouts",
"claim_lookouts_description": "+1d to Survey or\nHunt on your turf",
"claim_loyal_fence": "Loyal Fence",
"claim_loyal_fence_description": "+2 coin for burglary\nor robbery",
"claim_luxury_fence": "Luxury Fence",
"claim_luxury_fence_description": "+2 coin for high-\nclass targets",
"claim_luxury_venue": "Luxury Venue",
"claim_luxury_venue_description": "+1d to Consort\nand Sway on site",
"claim_offertory": "Offertory",
"claim_offertory_description": "+2 coin for occult\noperations",
"claim_personal_clothier": "Personal\nClothier",
"claim_personal_clothier_description": "+1d engagement\nroll for social plans",
"claim_protection_racket": "Protection\nRacket",
"claim_protection_racket_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_publicity": "\nPublicity",
"claim_publicity_description": "+2 rep on\ntakedown scores",
"claim_sacred_nexus": "Sacred Nexus",
"claim_sacred_nexus_description": "+1d to healing\nrolls",
"claim_sanctuary": "Sanctuary",
"claim_sanctuary_description": "+1d to Command\nand Sway on site",
"claim_secret_pathways": "Secret\nPathways",
"claim_secret_pathways_description": "+1d engagement\nfor stealth plans",
"claim_secret_routes": "Secret Routes",
"claim_secret_routes_description": "+1d engagement\nfor transport plans",
"claim_side_business": "Side Business",
"claim_side_business_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_spirit_well": "Spirit Well",
"claim_spirit_well_description": "+1d to Attune\non site",
"claim_street_fence": "Street Fence",
"claim_street_fence_description": "+2 coin for lower-\nclass targets",
"claim_surplus_caches": "Surplus Caches",
"claim_surplus_caches_description": "+2 coin for product\nsale or supply",
"claim_tavern": "Tavern",
"claim_tavern_description": "+1d to Consort\nand Sway on site",
"claim_terrorized_citizens": "Terrorized\nCitizens",
"claim_terrorized_citizens_description": "+2 coin for battle\nor extortion",
"claim_the_hookup": "The Hookup",
"claim_the_hookup_description": "Smugglers, +1d to\nacquire asets",
"claim_training_rooms": "Training\nRooms",
"claim_training_rooms_description": "+1 scale for your\nSkulks cohorts",
"claim_turf": "\nTurf",
"claim_vice_den": "Vice Den",
"claim_vice_den_description": "(Tier roll) - Heat =\ncoin in downtime",
"claim_victim_trophies": "Victim\nTrophies",
"claim_victim_trophies_description": "+1 rep per score",
"claim_warehouse": "Warehouse",
"claim_warehouse_description": "Stockpiles give you\n+1d to acquire\nassets",
"claim_warehouses": "Warehouses",
"claim_warehouses_description": "Stockpiles give you\n+1d to acquire\nassets",
"clanking": "Clanking",
"climbing_gear": "Climbing Gear",
"climbing_gear_description": "A large coil of rope. A small coil of rope. Grappling hooks. A small pouch of chalk dust. A climbing harness with loops and metal rings. A set of iron pitons and a small mallet.",
"clock_name": "Clock Name",
"clocks": "Clocks",
"clocks_only": "Show clocks only",
"cohort": "Cohort",
"cohort_quality": "Cohort Quality",
"cohorts": "Cohorts",
"coin": "Coin",
"cold": "Cold",
"command": "Command",
"command_description": "Command obedience with your force of personality; intimidate or threaten; lead an action with one of the crew's gangs.",
"consequence": "Consequence",
"consort": "Consort",
"consort_description": "Consort with connections from your heritage, background, friends, or rivals to gain access to resources, information, people, or places.",
"contact_name": "Contact name",
"contacts": "Contacts",
"controlled": "Controlled",
"crew": "Crew",
"crew_ability_accord": "Accord",
"crew_ability_accord_description": "Sometimes friends are as good as territory. You may count up to three +3 faction statuses you hold as if they are turf.",
"crew_ability_all_hands": "All Hands",
"crew_ability_all_hands_description": "During downtime, one of your cohorts may perform a downtime activity for the crew to acquire an asset, reduce heat, or work on a long-term project.",
"crew_ability_anointed": "Anointed",
"crew_ability_anointed_description": "You get +1d to resistance rolls against supernatural threats. You get +1d to healing rolls when you have supernatural harm.",
"crew_ability_as_good_as_your_word": "As Good as Your Word",
"crew_ability_as_good_as_your_word_description": "You may spend rep as coin in downtime actions. Vigilantes gain Obligation as a second vice.",
"crew_ability_avengers": "Avengers",
"crew_ability_avengers_description": "Each PC may add +1 action rating to Hunt, Prowl, or Command (up to a max rating of 3).",
"crew_ability_blood_brothers": "Blood Brothers",
"crew_ability_blood_brothers_description": "When you fight alongside your cohorts in combat, they get +1d for teamwork rolls (setup and group actions). All of your cohorts get the thugs type for free (if they're already thugs, add another type).",
"crew_ability_bound_in_darkness": "Bound in Darkness",
"crew_ability_bound_in_darkness_description": "You may use teamwork with any cult member, regardless of the distance separating you. By taking 1 stress, your whispered message is heard by every cultist.",
"crew_ability_chosen": "Chosen",
"crew_ability_chosen_description": "Each PC may add +1 action rating to Attune, Study, or Sway (up to a max rating of 3).",
"crew_ability_conviction": "Conviction",
"crew_ability_conviction_description": "Each PC gains an additional Vice: Worship. When you indulge this vice and bring a pleasing sacrifice, you don't overindulge if you clear excess stress. In addition, your deity will assist any one action roll you make — from now until you indulge this vice again.",
"crew_ability_crow's_veil": "Crow's Veil",
"crew_ability_crow's_veil_description": "Due to hard-won experience or occult ritual, your activities are hidden from the notice of the death-seeker crows. You don't take extra heat when killing is involved on a score.",
"crew_ability_dangerous": "Dangerous",
"crew_ability_dangerous_description": "Each PC may add +1 action rating to Hunt, Skirmish, or Wreck (up to a max rating of 3).",
"crew_ability_deadly": "Deadly",
"crew_ability_deadly_description": "Each PC may add +1 action rating to Hunt, Prowl, or Skirmish (up to a max rating of 3).",
"crew_ability_door_kickers": "Door Kickers",
"crew_ability_door_kickers_description": "When you execute an assault plan, take +1d to the engagement roll.",
"crew_ability_emberdeath": "Emberdeath",
"crew_ability_emberdeath_description": "Due to hard-won experience or occult ritual, you know the arcane method to destroy a living victim's spirit at the moment you kill them. Take 3 stress to channel electroplasmic energy from the ghost field to disintegrate the spirit and dead body in a shower of sparking embers.",
"crew_ability_everyone_steals": "Everyone Steals",
"crew_ability_everyone_steals_description": "Each PC may add +1 action rating to Prowl, Finesse, or Tinker (up to a max rating of 3).",
"crew_ability_favors": "Favors",
"crew_ability_favors_description": "Spend one rep and describe how one of your contacts is put out to help you. Everyone in your crew gets one dot in an action your contact is skilled in for this score.",
"crew_ability_fiends": "Fiends",
"crew_ability_fiends_description": "Fear is as good as respect. You may count each wanted level as if it was turf.",
"crew_ability_forged_in_the_fire": "Forged in the Fire",
"crew_ability_forged_in_the_fire_description": "Each PC has been toughened by cruel experience. You get +1d to resistance rolls.",
"crew_ability_ghost_echoes": "Ghost Echoes",
"crew_ability_ghost_echoes_description": "From weird experience or occult ritual, all crew members gain the ability to see and interact with the ghostly structures, streets, and objects within the echo of Doskvol that exists in the ghost field.",
"crew_ability_ghost_market": "Ghost Market",
"crew_ability_ghost_market_description": "Through arcane ritual or hard-won experience, you have discovered how to prepare your product for sale to ghosts and/or demons. They do not pay in coin. What do they pay with?",
"crew_ability_ghost_passage": "Ghost Passage",
"crew_ability_ghost_passage_description": "From harsh experience or occult ritual, all crew members become immune to possession by spirits, but may choose to \"carry\" a second ghost as a passenger within their body.",
"crew_ability_glory_incarnate": "Glory Incarnate",
"crew_ability_glory_incarnate_description": "Your deity sometimes manifests in the physical world. This can be a great boon, but the priorities and values of a god are not those of mortals. You have been warned.",
"crew_ability_high_society": "High Society",
"crew_ability_high_society_description": "It's all about who you know. Take -1 heat during downtime and +1d to gather info about the city's elite.",
"crew_ability_hooked": "Hooked",
"crew_ability_hooked_description": "Your gang members use your product. Add the savage, unreliable, or wild flaw to your gangs to give them +1 quality.",
"crew_ability_just_passing_through": "Just Passing Through",
"crew_ability_just_passing_through_description": "During downtime, take -1 heat. When your heat is 4 or less, you get +1d to deceive people when you pass yourselves off as ordinary citizens.",
"crew_ability_leverage": "Leverage",
"crew_ability_leverage_description": "Your crew supplies contraband for other factions. Your success is good for them. Whenever you gain rep, gain +1 rep.",
"crew_ability_like_part_of_the_family": "Like Part of the Family",
"crew_ability_like_part_of_the_family_description": "Create one of your vehicles as a cohort (use the vehicle edges and flaws, below). Its quality is equal to your Tier +1.",
"crew_ability_misdirection": "Misdirection",
"crew_ability_misdirection_description": "At the end of a score, you may sacrifice half the rep gained to make another faction lose status with your target instead of your crew. How do you pin it on someone else?",
"crew_ability_moral_compass": "Moral Compass",
"crew_ability_moral_compass_description": "Each PC gains an additional xp trigger: You fulfilled an obligation at a cost to you or the crew.",
"crew_ability_no_traces": "No Traces",
"crew_ability_no_traces_description": "When you keep an operation quiet or make it look like an accident, you get half the rep value of the target (round up) instead of zero. When you end downtime with zero heat, take +1 rep.",
"crew_ability_pack_rats": "Pack Rats",
"crew_ability_pack_rats_description": "Your lair is a jumble of stolen items. When you roll to acquire an asset, take +1d.",
"crew_ability_patron": "Patron",
"crew_ability_patron_description": "When you advance your Tier, it costs half the coin it normally would. Who is your patron? Why do they help you?",
"crew_ability_predators": "Predators",
"crew_ability_predators_description": "When you use stealth or subterfuge to commit murder, take +1d to the engagement roll.",
"crew_ability_reavers": "Reavers",
"crew_ability_reavers_description": "When you go into conflict aboard a vehicle, you gain +1 effect for vehicle damage and speed. Your vehicle gains armor.",
"crew_ability_renegades": "Renegades",
"crew_ability_renegades_description": "Each PC may add +1 action rating to Finesse, Prowl, or Skirmish (up to a max rating of 3).",
"crew_ability_roots": "Roots",
"crew_ability_roots_description": "During downtime one of your contacts or cohorts may take a downtime action to acquire an asset, reduce heat, or recover.",
"crew_ability_sealed_in_blood": "Sealed in Blood",
"crew_ability_sealed_in_blood_description": "Each human sacrifice yields -3 stress cost for any ritual you perform.",
"crew_ability_second_story": "Second Story",
"crew_ability_second_story_description": "When you execute a clandestine infiltration, you get +1d to the engagement roll.",
"crew_ability_silver_tongues": "Silver Tongues",
"crew_ability_silver_tongues_description": "Each PC may add +1 action rating to Command, Consort, or Sway (up to a max rating of 3).",
"crew_ability_slippery": "Slippery",
"crew_ability_slippery_description": "When you roll entanglements, roll twice and keep the one you want. When you reduce heat on the crew, take +1d.",
"crew_ability_synchronized": "Synchronized",
"crew_ability_synchronized_description": "When you perform a group action, you may count multiple 6s from different rolls as a critical success.",
"crew_ability_the_good_stuff": "The Good Stuff",
"crew_ability_the_good_stuff_description": "Your merchandise is exquisite. The product quality is equal to your Tier+2. When you deal with a crew or faction, the GM will tell you who among them is hooked on your product (one, a few, many, or all).",
"crew_ability_thorn_in_your_side": "Thorn in your Side",
"crew_ability_thorn_in_your_side_description": "When you use Stealth or Assault plans against a higher Tier faction, your Tier counts as +1.",
"crew_ability_uncanny_preparation": "Uncanny Preparation",
"crew_ability_uncanny_preparation_description": "Twice per session during a Desperate action, improve your effect or position. Describe a flashback that gives you the advantage now (setup action).",
"crew_ability_veteran": "Veteran",
"crew_ability_veteran_description": "Choose a special ability from another crew (can be taken more than once).",
"crew_ability_vipers": "Vipers",
"crew_ability_vipers_description": "When you acquire or craft poisons, you get +1 result level to your roll. When you employ a poison, you are specially prepared to be immune to its effects.",
"crew_ability_war_dogs": "War Dogs",
"crew_ability_war_dogs_description": "When you’re at war (-3 faction status), your crew does not suffer -1 hold and PCs still get two downtime activities, instead of just one.",
"crew_ability_zealotry": "Zealotry",
"crew_ability_zealotry_description": "Your cohorts have abandoned their reason to devote themselves to the cult. They will undertake any service, no matter how dangerous or strange. They gain +1d to rolls against enemies of the faith.",
"crew_advancement": "Crew Advancement",
"crew_assassins_contact_0": "Trev, a gang boss",
"crew_assassins_contact_1": "Lydra, a deal broker",
"crew_assassins_contact_2": "Irimina, a vicious noble",
"crew_assassins_contact_3": "Karlos, a bounty hunter",
"crew_assassins_contact_4": "Exeter, a spirit warden",
"crew_assassins_contact_5": "Sevoy, a merchant lord",
"crew_assassins_description": "Murderers\nfor Hire",
"crew_assassins_hunting_grounds_description": "Accident — Disappearance — Murder — Ransom",
"crew_assassins_hunting_grounds_type": "Hunting Grounds",
"crew_assassins_xp_condition": "Execute a successful accident, disappearance, murder, or ransom operation.",
"crew_bravos_contact_0": "Meg, a pit-fighter",
"crew_bravos_contact_1": "Conway, a bluecoat",
"crew_bravos_contact_2": "Keller, a blacksmith",
"crew_bravos_contact_3": "Tomas, a physicker",
"crew_bravos_contact_4": "Walker, a ward boss",
"crew_bravos_contact_5": "Lutes, a tavern owner",
"crew_bravos_description": "Mercenaries,\nThugs &\nKillers",
"crew_bravos_hunting_grounds_description": "Battle — Extortion — Sabotage — Smash & Grab",
"crew_bravos_hunting_grounds_type": "Hunting Grounds",
"crew_bravos_xp_condition": "Execute a successful battle, extortion, sabotage, or smash & grab operation.",
"crew_cult_contact_0": "Gagan, an academic",
"crew_cult_contact_1": "Adikin, an occultist",
"crew_cult_contact_2": "Hutchins, an antiquarian",
"crew_cult_contact_3": "Moriya, a spirit trafficker",
"crew_cult_contact_4": "Mateas Kline, a noble",
"crew_cult_contact_5": "Bennett, an astronomer",
"crew_cult_description": "Acolytes\nof a Deity",
"crew_cult_hunting_grounds_description": "Acquisition — Augury — Consecration — Sacrifice",
"crew_cult_hunting_grounds_type": "Sacred Sites",
"crew_cult_xp_condition": "Advance the agenda of your deity or embody its precepts in action.",
"crew_description": "A short crew description",
"crew_hawkers_contact_0": "Rolan Wott, a magistrate",
"crew_hawkers_contact_1": "Laroze, a bluecoat",
"crew_hawkers_contact_2": "Lydra, a deal broker",
"crew_hawkers_contact_3": "Hoxley, a smuggler",
"crew_hawkers_contact_4": "Anya, a dilettante",
"crew_hawkers_contact_5": "Marlo, a gang boss",
"crew_hawkers_description": "Vice\nDealers",
"crew_hawkers_hunting_grounds_description": "Sale — Supply — Show of Force — Socialize",
"crew_hawkers_hunting_grounds_type": "Sales Territory",
"crew_hawkers_xp_condition": "Acquire product supply, execute clandestine/covert sales, or secure new territory.",
"crew_mode": "Crew Mode",
"crew_shadows_contact_0": "Dowler, an explorer",
"crew_shadows_contact_1": "Laroze, a bluecoat",
"crew_shadows_contact_2": "Amancio, a deal broker",
"crew_shadows_contact_3": "Fitz, a collector",
"crew_shadows_contact_4": "Adelaide Phroaig, a noble",
"crew_shadows_contact_5": "Rigney, a tavern owner",
"crew_shadows_description": "Thieves,\nSpies, and\nSaboteurs",
"crew_shadows_hunting_grounds_description": "Burglary — Espionage — Robbery — Sabotage",
"crew_shadows_hunting_grounds_type": "Hunting Grounds",
"crew_shadows_xp_condition": "Execute a successful burglary, espionage, robbery, or sabotage operation.",
"crew_sheet": "Crew sheet",
"crew_smugglers_contact_0": "Elynn, a dock worker",
"crew_smugglers_contact_1": "Rolan, a drug dealer",
"crew_smugglers_contact_2": "Sera, an arms dealer",
"crew_smugglers_contact_3": "Nyelle, a spirit trafficker",
"crew_smugglers_contact_4": "Decker, an anarchist",
"crew_smugglers_contact_5": "Esme, a tavern owner",
"crew_smugglers_description": "Suppliers\nof Illicit\nGoods",
"crew_smugglers_hunting_grounds_description": "Arcane/Weird — Arms — Contraband — Passengers",
"crew_smugglers_hunting_grounds_type": "Cargo Types",
"crew_smugglers_xp_condition": "Execute a successful smuggling or acquire new clients or contraband sources.",
"crew_tier": "Crew Tier",
"crew_upgrade_assassin_rigging": "Assassin rigging (2 free load of weapons or gear)",
"crew_upgrade_barge": "Barge (+mobility for lair)",
"crew_upgrade_bravos_rigging": "Bravos rigging (2 free load of weapons or armor)",
"crew_upgrade_camouflage": "Camouflage (vehicles are perfectly concealed at rest)",
"crew_upgrade_composed": "Composed (+1 stress box)",
"crew_upgrade_cult_rigging": "Cult rigging (2 free load of documents or implements)",
"crew_upgrade_dedicated_crafters": "Dedicated crafters",
"crew_upgrade_elite_adepts": "Elite Adepts",
"crew_upgrade_elite_rooks": "Elite Rooks",
"crew_upgrade_elite_rovers": "Elite Rovers",
"crew_upgrade_elite_skulks": "Elite Skulks",
"crew_upgrade_elite_thugs": "Elite Thugs",
"crew_upgrade_hardened": "Hardened (+1 trauma box)",
"crew_upgrade_hawker's_rigging": "Hawker's rigging (1 carried item is concealed and has no load)",
"crew_upgrade_ironhook_contacts": "Ironhook Contacts (+1 Tier in prison)",
"crew_upgrade_irregulars": "Irregulars (Experts gain +1d to Gather Information)",
"crew_upgrade_ordained": "Ordained (+1 trauma box)",
"crew_upgrade_ritual_sanctum_in_lair": "Ritual sanctum in lair",
"crew_upgrade_smuggler's_rigging": "Smuggler's rigging (2 items carried are perfectly concealed)",
"crew_upgrade_steady": "Steady (+1 stress box)",
"crew_upgrade_thief_rigging": "Thief Rigging (2 free load of tools or gear)",
"crew_upgrade_unbroken": "Unbroken (+1 trauma box)",
"crew_upgrade_underground_maps_&_passkeys": "Underground maps & passkeys",
"crew_upgrade_vigilantes_attire": "Vigilantes attire (2 free load of weapons or supplies)",
"crew_upgrade_willing_to_fight": "Willing to Fight (Experts are braves)",
"crew_upgrades": "Crew Upgrades",
"crew_vigilantes_contact_0": "Mara, a chief inspector",
"crew_vigilantes_contact_1": "Twelves, a Leviathan Hunter",
"crew_vigilantes_contact_2": "Soren, a restless ghost",
"crew_vigilantes_contact_3": "Remira, a reluctant Lampblack",
"crew_vigilantes_contact_4": "Anis, a Spirit Warden",
"crew_vigilantes_contact_5": "Badger, a brilliant inventor",
"crew_vigilantes_description": "Deluded\nAvengers",
"crew_vigilantes_hunting_grounds_description": "Uniting — Interference — Resistance — Terror",
"crew_vigilantes_hunting_grounds_type": "Protected Grounds",
"crew_vigilantes_xp_condition": "Interfere with criminal scores, protect citizens, or antagonize the law.",
"cult": "Cult",
"custom_action_labels": "Use custom action labels",
"cutter": "Cutter",
"dark_talent": "Vampire's Dark Talent:",
"deception": "Deception",
"deity": "Deity",
"deity_features_info": "Alluring — Cruel — Ferocious — Monstrous — Radiant — Sinister — Serene — Transcendent",
"deity_label": "Label to use for Deity",
"demolition_tools": "Demolition Tools",
"demolition_tools_description": "A sledgehammer and iron spikes. Heavy drill. Crowbar.",
"description": "Description",
"desperate": "Desperate",
"destructive": "Destructive",
"detail_assault": "Point of attack",
"detail_deception": "Method",
"detail_occult": "Arcane power",
"detail_social": "Connection",
"detail_stealth": "Entry point",
"detail_transport": "Route",
"devils_bargain": "Devil's Bargain",
"documents": "Documents",
"documents_description": "A collection of slim volumes on a variety of topics, including a registry of the nobility, City Watch commanders, and other notable citizens. Blank pages, a vial of ink, a pen. A number of interesting maps.",
"drain": "Drain",
"drift_oil": "Drift Oil",
"drown_powder": "Drown Powder",
"edges": "Edges",
"effect_query": "?{Effect|Standard|Limited|Great|Extreme|Zero}",
"elite": "Elite",
"engagement": "Engagement",
"entanglement": "Entanglement",
"expert": "Expert",
"express_crew": "Express the goals, drives, inner conflict, or essential nature of the crew.",
"extra_xp_boxes": "Extra xp boxes for vampires",
"eyeblind_poison": "Eyeblind Poison",
"faction_barrowcleft": "Barrowcleft",
"faction_bluecoats": "Bluecoats",
"faction_brightstone": "Brightstone",
"faction_cabbies": "Cabbies",
"faction_charhollow": "Charhollow",
"faction_charterhall": "Charterhall",
"faction_city_council": "City Council",
"faction_coalridge": "Coalridge",
"faction_crow's_foot": "Crow's Foot",
"faction_cyphers": "Cyphers",
"faction_dagger_isles_consulate": "Dagger Isles Consulate",
"faction_deathlands_scavengers": "Deathlands Scavengers",
"faction_dockers": "Dockers",
"faction_dunslough": "Dunslough",
"faction_gondoliers": "Gondoliers",
"faction_imperial_military": "Imperial Military",
"faction_ink_rakes": "Ink Rakes",
"faction_inspectors": "Inspectors",
"faction_ironhook_prison": "Ironhook Prison",
"faction_iruvian_consulate": "Iruvian Consulate",
"faction_laborers": "Laborers",
"faction_leviathan_hunters": "Leviathan Hunters",
"faction_lord_scurlock": "Lord Scurlock",
"faction_ministry_of_preservation": "Ministry of Preservation",
"faction_mode": "Faction Mode",
"faction_nightmarket": "Nightmarket",
"faction_notes": "Faction notes",
"faction_rail_jacks": "Rail Jacks",
"faction_sailors": "Sailors",
"faction_servants": "Servants",
"faction_severosi_consulate": "Severosi Consulate",
"faction_silkshore": "Silkshore",
"faction_six_towers": "Six Towers",
"faction_skovlan_consulate": "Skovlan Consulate",
"faction_skovlander_refugees": "Skovlander Refugees",
"faction_sparkwrights": "Sparkwrights",
"faction_spirit_wardens": "Spirit Wardens",
"faction_the_billhooks": "The Billhooks",
"faction_the_brigade": "The Brigade",
"faction_the_church_of_ecstasy": "The Church of Ecstasy",
"faction_the_circle_of_flame": "The Circle of Flame",
"faction_the_crows": "The Crows",
"faction_the_dimmer_sisters": "The Dimmer Sisters",
"faction_the_docks": "The Docks",
"faction_the_foghounds": "The Foghounds",
"faction_the_forgotten_gods": "The Forgotten Gods",
"faction_the_foundation": "The Foundation",
"faction_the_gray_cloaks": "The Gray Cloaks",
"faction_the_grinders": "The Grinders",
"faction_the_hive": "The Hive",
"faction_the_horde": "The Horde",
"faction_the_lampblacks": "The Lampblacks",
"faction_the_lost": "The Lost",
"faction_the_path_of_echoes": "The Path of Echoes",
"faction_the_reconciled": "The Reconciled",
"faction_the_red_sashes": "The Red Sashes",
"faction_the_silver_nails": "The Silver Nails",
"faction_the_unseen": "The Unseen",
"faction_the_weeping_lady": "The Weeping Lady",
"faction_the_wraiths": "The Wraiths",
"faction_ulf_ironborn": "Ulf Ironborn",
"faction_whitecrown": "Whitecrown",
"factions1": "Underworld",
"factions2": "Institutions",
"factions3": "Labor & Trade",
"factions4": "The Fringe",
"factions5": "Citizenry",
"factions_title": "Factions of Doskvol",
"faris": "Faris",
"features": "Features",
"fill_fields": "Fill in sheet fields automatically upon entering or changing playbook or crew type",
"finesse": "Finesse",
"finesse_description": "Finesse an item from someone's pocket; employ subtle misdirection or sleight-of-hand; handle a vehicle or a mount.",
"fire_oil": "Fire Oil",
"fixated": "Fixated",
"flaws": "Flaws",
"flexible_width": "Flexible character sheet width (adapts to container)",
"forbidden": "Forbidden",
"forger": "Forger",
"fortune": "Fortune",
"fortune_roll": "Fortune roll",
"frame": "Frame",
"frame_description": "Frame description",
"frame_feature": "Frame feature",
"friend_name": "Friend name",
"friends": "Friends",
"functions": "Functions",
"functions_info": "to guard — to destroy — to discover — to acquire — to labor at ... that which my master commands.",
"furious": "Furious",
"gang": "Gang",
"gang_type": "Thugs",
"gather_information": "Gather Information",
"gatherinfo_are_they_telling": "Are they telling the truth?",
"gatherinfo_how_can_I_blend": "How can I blend in here?",
"gatherinfo_how_can_I_discover": "How can I discover [X]?",
"gatherinfo_how_can_I_find": "How can I find [X]?",
"gatherinfo_how_can_I_get_them": "How can I get them to [X]?",
"gatherinfo_how_can_I_hurt": "How can I hurt them?",
"gatherinfo_how_can_I_reveal": "How can I reveal [X]?",
"gatherinfo_what_are_they_really": "What are they really feeling?",
"gatherinfo_what_can_I_tinker": "What can I tinker with here?",
"gatherinfo_what_do_they_intend": "What do they intend to do?",
"gatherinfo_what_do_they_really": "What do they really care about?",
"gatherinfo_what_do_they_want": "What do they want most?",
"gatherinfo_what_drives_them": "What drives them to do this?",
"gatherinfo_what_echoes": "What echoes in the ghost field?",
"gatherinfo_what_is_arcane": "What is arcane or weird here?",
"gatherinfo_what_is_hidden": "What is hidden or lost here?",
"gatherinfo_what_might_happen": "What might happen if I [X]?",
"gatherinfo_what_should_I_look": "What should I look out for?",
"gatherinfo_whats_going_on": "What's really going on here?",
"gatherinfo_whats_the_best_way": "What's the best way in?",
"gatherinfo_where_can_I_hide": "Where can I hide here?",
"gatherinfo_where_did_x_go": "Where did [X] go?",
"gatherinfo_where_they_vulnerable": "Where are they vulnerable?",
"gatherinfo_wheres_the_leverage": "Where's the leverage here?",
"gatherinfo_wheres_the_weakness": "Where's the weakness here?",
"gatherinfo_whos_most_afraid": "Who's most afraid of me?",
"gatherinfo_whos_most_dangerous": "Who's most dangerous here?",
"gear": "Gear",
"generate_factions": "Generate Factions",
"ghost": "Ghost",
"ghost_traits": "Ghost traits",
"ghost_viceblurb": "You have an intense <span class=\"sheet-smallcaps\">need</span>: life essence. To satisfy this need, possess a living victim and consume their spirit energy (this may be a downtime action). When you do so, clear half your <span class=\"sheet-smallcaps\">drain</span> (round down).",
"gloom": "Gloom",
"grenade": "Grenade",
"harm": "Harm",
"haunted": "Haunted",
"hawkers": "Hawkers",
"healing": "Healing",
"heat": "Heat",
"heat_label": "Label to use for Heat",
"heavy": "Heavy",
"heritage": "Heritage",
"heritage_info": "Akoros — The Dagger Isles — Iruvia — Severos — Skovlan — Tycheros",
"hidden": "Hidden",
"hold": "Hold",
"hound": "Hound",
"how_many_boxes": "How many boxes?",
"how_much_load": "How much load?",
"hull": "Hull",
"hull_traits": "Hull traits",
"hull_viceblurb": "Your clockwork body runs on <span class=\"sheet-smallcaps\">electroplasm</span>. Recharge your capacitors by connecting to an industrial-grade generator (downtime action). When you do this, clear <strong>5 drain</strong>.",
"hunt": "Hunt",
"hunt_description": "Hunt a target; gather information about its location and movements; attack with precision shooting from a distance.",
"hunter": "Hunter",
"hunting_grounds": "Hunting Grounds",
"hunting_grounds_description": "Robbery",
"hunting_pet": "Hunting Pet",
"impaired": "Impaired",
"implements": "Implements",
"indulge_vice": "Indulge Vice",
"insight": "Insight",
"insight_description": "Resist consequences from deception or understanding.",
"italics_dont_count": "(italics don't count for load)",
"item_name": "A useful item",
"items": "Items",
"janissary": "Janissary",
"lair": "Lair",
"lantern": "Lantern",
"lantern_description": "A simple oil lantern, a fancy electroplasmic lamp, or other light source.",
"lead_a_group_action": "Lead a <strong>group action</strong>",
"leaking": "Leaking",
"leech": "Leech",
"less_effect": "Less Effect",
"lifestyle": "Lifestyle",
"light": "Light",
"list_crews": "Assassins, Bravos, Cult, Hawkers, Shadows, Smugglers, or Vigilantes.",
"list_playbooks": "Cutter, Hound, Leech, Lurk, Slide, Spider, Whisper, Ghost, Hull, or Vampire.",
"load": "load",
"load:": "Load:",
"look": "Look",
"lurk": "Lurk",
"mark_xp:": "Mark XP:",
"mastery": "Mastery",
"minus1d": "-1D",
"mirage": "Mirage",
"name": "Name",
"need_help": "Need Help",
"new_cohort": "New Cohort: 2",
"normal": "Normal",
"notes": "Notes",
"number_stress_boxes": "Number of stress boxes",
"numberofdice": "Number of dice",
"obsessed": "Obsessed",
"obsessive": "Obsessive",
"occult": "Occult",
"ok": "OK",
"origin": "Origin",
"paranoid": "Paranoid",
"personal": "Personal",
"planning_load": "Planning & Load",
"planningdesc": "Choose a plan, provide the <strong><em>detail</em></strong>. Choose your <strong><em>load</em></strong> limit for the operation.",
"playbook": "playbook",
"playbook_ability_a_little_something_on_the_side": "A Little Something on the Side",
"playbook_ability_a_little_something_on_the_side_description": "At the end of each downtime phase, you earn +2 stash.",
"playbook_ability_a_void_in_the_echo": "A Void in the Echo",
"playbook_ability_a_void_in_the_echo_description": "You are invisible to spirits and may not be harmed by them. Take 2 stress to cause living things to avert their gaze and fail to observe you for a few moments.",
"playbook_ability_alchemist": "Alchemist",
"playbook_ability_alchemist_description": "When you invent or craft a creation with alchemical features, take +1 result level to your roll. You begin with one special formula already known.",
"playbook_ability_ambitious": "Ambitious",
"playbook_ability_ambitious_description": "You gain an additional xp trigger: You defended your turf or tried to expand it. If your crew followed your lead, also mark crew xp.",
"playbook_ability_ambush": "Ambush",
"playbook_ability_ambush_description": "When you attack from hiding or spring a trap, you get +1d.",
"playbook_ability_analyst": "Analyst",
"playbook_ability_analyst_description": "During downtime, you get two ticks to distribute among any long term project clocks that involve investigation or learning a new formula or design plan.",
"playbook_ability_arcane_sight": "Arcane Sight",
"playbook_ability_arcane_sight_description": "Take 1 stress to sense beyond human limits. \"Hear\" a subject's true thoughts or feelings, see in pitch darkness, sense the presence of invisible things, intuit the location of a hidden object, etc.",
"playbook_ability_artificer": "Artificer",
"playbook_ability_artificer_description": "When you invent or craft a creation with spark-craft features, take +1 result level to your roll. You begin with one special design already known.",
"playbook_ability_automaton": "Automaton",
"playbook_ability_automaton_description": "You are a spirit animating a clockwork body. You have human-like strength and senses, by default. Your hull has natural armor (this doesn't count for your load). Your former human feelings, interests, and connections are only dim memories. You now exist to fulfill your functions. Choose three. You may be rebuilt if damaged or destroyed. If your soul vessel is shattered, you are freed from servitude and become a Ghost. Whenever you would take stress, take drain instead.",
"playbook_ability_battleborn": "Battleborn",
"playbook_ability_battleborn_description": "You may expend your special armor to reduce harm from an attack in combat or to push yourself during a fight.",
"playbook_ability_bodyguard": "Bodyguard",
"playbook_ability_bodyguard_description": "When you protect a teammate, take +1d to your resistance roll. When you gather info to anticipate possible threats in the current situation, you get +1 effect.",
"playbook_ability_calculating": "Calculating",
"playbook_ability_calculating_description": "Due to your careful planning, during downtime, you may give yourself or another crew member +1 downtime action.",
"playbook_ability_cloak_&_dagger": "Cloak & Dagger",
"playbook_ability_cloak_&_dagger_description": "When you use a disguise or other form of covert misdirection, you get +1d to rolls to confuse or deflect suspicion. When you throw off your disguise, the resulting surprise gives you the initiative in the situation.",
"playbook_ability_compartments": "Compartments",
"playbook_ability_compartments_description": "Your items are built-in to your frame and may recess beneath panels out of sight. Your frame can now carry +2 load.",
"playbook_ability_compel": "Compel",
"playbook_ability_compel_description": "You can Attune to the ghost field to force a nearby ghost to appear and obey a command you give it. You are not supernaturally terrified by a ghost you summon or compel (though your allies may be).",
"playbook_ability_connected": "Connected",
"playbook_ability_connected_description": "During downtime, you get +1 result level when you acquire an asset or reduce heat.",
"playbook_ability_cut-out": "Cut-out",
"playbook_ability_cut-out_description": "You may expend your special armor to resist a consequence from suspicion or persuasion, or to push yourself when acting on someone else’s behalf.",
"playbook_ability_daredevil": "Daredevil",
"playbook_ability_daredevil_description": "When you roll a desperate action, you get +1d to your roll if you also take -1d to any resistance rolls against consequences from your action.",
"playbook_ability_dark_talent": "Dark Talent",
"playbook_ability_dark_talent_description": "Choose Insight, Prowess, or Resolve. Your max rating for actions under that attribute becomes 5. When you take this ability, add +1 dot to the resistance rating of the attribute you've chosen.",
"playbook_ability_dissipate": "Dissipate",
"playbook_ability_dissipate_description": "You can disperse the electroplasmic vapor of your ghostly form in order to pass through solid objects for a moment. Take 1 drain when you dissipate, plus 1 drain for each feature: It lasts longer (a minute — an hour — a day) — you also become invisible — anything that passes through your form becomes dangerously electrified or frozen.",
"playbook_ability_driven": "Driven",
"playbook_ability_driven_description": "You may expend your special armor to resist a consequence of fatigue, weakness, or chemical effects, or to push yourself when wreaking havoc and destruction.",
"playbook_ability_electroplasmic_projectors": "Electroplasmic Projectors",
"playbook_ability_electroplasmic_projectors_description": "You may release some of your plasmic energy as an electrical shock around you or as a directed beam. You may also use this ability to create a lightning barrier to repel or trap a spirit. Take 1 drain for each level of magnitude.",
"playbook_ability_expertise": "Expertise",
"playbook_ability_expertise_description": "Choose one of your action ratings. When you lead a group action using that action, you can suffer only 1 stress at most regardless of the number of failed rolls.",
"playbook_ability_eye_for_weakness": "Eye for Weakness",
"playbook_ability_eye_for_weakness_description": "When you gather information about someone’s vulnerabilities, you get +1 effect. If you use this information to help plan a score, you also get +1d to the engagement roll for that operation.",
"playbook_ability_focused": "Focused",
"playbook_ability_focused_description": "You may expend your special armor to resist a consequence of surprise or mental harm (fear, confusion, losing track of someone) or to push yourself for ranged combat or tracking.",
"playbook_ability_foresight": "Foresight",
"playbook_ability_foresight_description": "Two times per score you can assist a teammate without paying stress. Tell us how you prepared for this.",
"playbook_ability_fortitude": "Fortitude",
"playbook_ability_fortitude_description": "You may expend your special armor to resist a consequence of fatigue, weakness, or chemical effects, or to push yourself when working with technical skill or handling alchemicals.",
"playbook_ability_fortune_teller": "Fortune Teller",
"playbook_ability_fortune_teller_description": "You may Attune to a nearby person’s thoughts, in order to “hear” them yourself.",
"playbook_ability_frame_upgrade": "Frame Upgrade",
"playbook_ability_frame_upgrade_description": "Choose an additional frame feature. This upgrade may be taken up to four times.",
"playbook_ability_functioning_vice": "Functioning Vice",
"playbook_ability_functioning_vice_description": "When you indulge your vice, you may adjust the dice outcome by 1 or 2 (up or down). An ally who joins in your vice may do the same.",
"playbook_ability_ghost_contract": "Ghost Contract",
"playbook_ability_ghost_contract_description": "When you shake on a deal, you and your partner — human or otherwise — both bear a mark of your oath. If either breaks the contract, they take level 3 harm, \"Cursed\".",
"playbook_ability_ghost_fighter": "Ghost Fighter",
"playbook_ability_ghost_fighter_description": "You may imbue your hands, melee weapons, or tools with spirit energy. You gain potency in combat vs. the supernatural. You may grapple with spirits to restrain and capture them.",
"playbook_ability_ghost_form": "Ghost Form",
"playbook_ability_ghost_form_description": "You are now a concentration of electroplasmic vapor which resembles your living body and clothes. You may weakly interact with the physical world and vice versa. You're vulnerable to arcane powers and electroplasmic effects. You move about by floating and may fly swiftly without tiring. You may slowly flow through small openings as a vapor. You chill the area around you and are terrifying for the living to behold. You are affected by spiritbane charms (take 2 drain to overcome the repulsion). Whenever you would take stress, take drain instead. When you would take trauma, take gloom instead.",
"playbook_ability_ghost_friend": "Ghost Friend",
"playbook_ability_ghost_friend_description": "Through some arcane means, you are able to interact, physically and socially, with some supernatural beings as if they were normal humans. Choose one type: demons—forgotten gods—ghosts and spirits—hulls—vampires. Take this ability again to choose an additional type of being.",
"playbook_ability_ghost_hunter": "Ghost Hunter",
"playbook_ability_ghost_hunter_description": "Your hunting pet is imbued with spirit energy. It gains potency when tracking or fighting the supernatural, and gains an arcane ability: ghost-form, mind-link, or arrow-swift. Take this ability again to choose an additional arcane ability for your pet.",
"playbook_ability_ghost_image": "Ghost Image",
"playbook_ability_ghost_image_description": "You may create an illusion, which affects one sense (sight, hearing, smell, etc) for as long as you concentrate. Take 1 stress when it manifests, plus 1 stress for each additional feature: it can affect multiple senses—it can move—it last for several minutes after you stop concentrating.",
"playbook_ability_ghost_in_the_machine": "Ghost in the Machine",
"playbook_ability_ghost_in_the_machine_description": "You can make inanimate objects move on their own, as if possessed by a ghost. Take 1 stress to do so, plus 1 stress for each extra feature: The objects function as a weapon—you break or damage something—you cause numerous objects to move.",
"playbook_ability_ghost_legion": "Ghost Legion",
"playbook_ability_ghost_legion_description": "Your entourage gains potency when fighting the supernatural or defending you from it, and an arcane ability: they can capture ghosts, they can survive in the deathlands, or you can possess their bodies from afar. Take this ability again to choose an additional arcane ability for your entourage.",
"playbook_ability_ghost_mind": "Ghost Mind",
"playbook_ability_ghost_mind_description": "You’re always aware of supernatural entities in your presence. Take +1d when you gather info about the supernatural.",
"playbook_ability_ghost_veil": "Ghost Veil",
"playbook_ability_ghost_veil_description": "You may shift partially into the ghost field, becoming shadowy and insubstantial for a few moments. Take 2 stress when you shift, plus 1 stress for each extra feature: It lasts for a few minutes rather than moments — you are invisible rather than shadowy — you may float through the air like a ghost",
"playbook_ability_ghost_voice": "Ghost Voice",
"playbook_ability_ghost_voice_description": "You know the secret method to interact with a ghost or demon as if it was a normal human, regardless of how wild or feral it appears. You gain potency when communicating with the supernatural.",
"playbook_ability_ghost_ward": "Ghost Ward",
"playbook_ability_ghost_ward_description": "You know how to Wreck an area with arcane substances and methods so it is either anathema or enticing to spirits (your choice).",
"playbook_ability_ghoul": "Ghoul",
"playbook_ability_ghoul_description": "You are able to consume any organic material, no matter how disgusting, as if it were food. You may devour an entire human body, and you are immune to poisons produced by plants and animals that are not arcane.",
"playbook_ability_hypnotic": "Hypnotic",
"playbook_ability_hypnotic_description": "You can push yourself to do one one of the following: paralyze someone you make eye contact with—plant a hypnotic command in someone’s mind, that they will obey at some later time.",
"playbook_ability_infiltrator": "Infiltrator",
"playbook_ability_infiltrator_description": "You are not affected by quality or Tier when you bypass security measures.",
"playbook_ability_interface": "Interface",
"playbook_ability_interface_description": "You may attune to the local electroplasmic power field to control it or something connected to it (including another hull).",
"playbook_ability_iron_will": "Iron Will",
"playbook_ability_iron_will_description": "You're immune to the terror that some supernatural entities inflict on sight. Take +1d to resistance rolls with Resolve.",
"playbook_ability_jail_bird": "Jail Bird",
"playbook_ability_jail_bird_description": "When incarcerated, your wanted level counts as 1 less, your Tier as 1 more, and you gain +1 faction status with a faction you help on the inside (in addition to your incarceration roll).",
"playbook_ability_leader": "Leader",
"playbook_ability_leader_description": "When you Command a cohort in combat, they continue to fight when they would otherwise break (they're not taken out when they suffer level 3 harm). They gain +1 effect and 1 armor.",
"playbook_ability_like_a_star": "Like a Star",
"playbook_ability_like_a_star_description": "You can push yourself to do one of the following: levitate or float through the air like a ghost—produce a light from nothing (either brilliant and blinding or dim and long-lasting, your choice).",
"playbook_ability_like_looking_into_a_mirror": "Like Looking into a Mirror",
"playbook_ability_like_looking_into_a_mirror_description": "You can always tell when someone is lying to you.",
"playbook_ability_lost_&_found": "Lost & Found",
"playbook_ability_lost_&_found_description": "You may hide 1 item upon your person in such a way that it cannot be found until you produce it. It does not count against your load.",
"playbook_ability_machinist": "Machinist",
"playbook_ability_machinist_description": "You may expend your special armor to reduce harm caused by weapons, machinery, or devices, or to push yourself when using a gadget or other piece of technology.",
"playbook_ability_manifest": "Manifest",
"playbook_ability_manifest_description": "Take 1 drain to flow through the electroplasmic pathways of the ghost field in order to instantly travel to any place you knew intimately in life, or to answer the summoning call of a compel.",
"playbook_ability_mastermind": "Mastermind",
"playbook_ability_mastermind_description": "You may expend your special armor to protect a teammate, or to push yourself when you gather information or work on a long-term project.",
"playbook_ability_mesmerism": "Mesmerism",
"playbook_ability_mesmerism_description": "When you Sway someone, you may cause them to forget that it's happened until they next interact with you.",
"playbook_ability_misdirection": "Misdirection",
"playbook_ability_misdirection_description": "When you create a distraction, you get +1d.",
"playbook_ability_monstrous": "Monstrous",
"playbook_ability_monstrous_description": "You can push yourself to do one of the following: perform a feat of athletics that verges on the superhuman—take on the appearance of a frightening monster.",
"playbook_ability_mule": "Mule",
"playbook_ability_mule_description": "Your load limits are higher. Light: 5. Normal: 7. Heavy: 8.",
"playbook_ability_not_to_be_trifled_with": "Not to be Trifled With",
"playbook_ability_not_to_be_trifled_with_description": "You can push yourself to do one of the following: perform a feat of physical force that verges on the superhuman — engage a small gang on equal footing in close combat.",
"playbook_ability_occultist": "Occultist",
"playbook_ability_occultist_description": "You know the secret ways to Consort with ancient powers, forgotten gods or demons. Once you've consorted with one, you get +1d to command cultists who worship it.",
"playbook_ability_overcharge": "Overcharge",
"playbook_ability_overcharge_description": "Take 1 drain to perform a feat of extreme strength or speed (run faster than a horse, rend metal with bare hands, etc.). This factors into effect.",
"playbook_ability_physicker": "Physicker",
"playbook_ability_physicker_description": "You can Tinker with bones, blood, and bodily humours to treat wounds or stabilize the dying. You may study a malady or corpse. Everyone in your crew gets +1d to their healing treatment rolls.",
"playbook_ability_poltergeist": "Poltergeist",
"playbook_ability_poltergeist_description": "Take 1 drain to strongly interact with the physical world for a few moments (as if you had a normal body). Extend the reach and magnitude of your interaction to include telekinetic force and electroplasmic discharges by taking more drain (2-6).",
"playbook_ability_possess": "Possess",
"playbook_ability_possess_description": "You may attune to the ghost field in order to take control of a living body. When your control is challenged, you must re-attune (risking electroplasmic harm) or leave the body. Your control is challenged when: you consume spirit energy from the host — when arcane powers act against you — when the host's will is driven to desperation. You may easily and indefinitely possess a hull or hollow which has been ritually prepared for you (change your playbook to Hull or Vampire, respectively).",
"playbook_ability_practiced": "Practiced",
"playbook_ability_practiced_description": "You may expend your special armor to resist a consequence from detection or security measures, or to push yourself while dealing with the arcane.",
"playbook_ability_prepared": "Prepared",
"playbook_ability_prepared_description": "You may expend your special armor to resist consequences suffered during a flashback, or to push yourself when you gather information or work on a long-term project.",
"playbook_ability_pyromancer": "Pyromancer",
"playbook_ability_pyromancer_description": "You can push yourself to do one of the following: produce a cloud of smoke or unleash a gout of flame as a weapon—drastically raise or lower the temperature of your immediate vicinity.",
"playbook_ability_red_right_hand": "Red Right Hand",
"playbook_ability_red_right_hand_description": "When you assist a teammate, you can choose to take 2 stress instead of only 1, and they get +1 effect, as well as +1d.",
"playbook_ability_reflexes": "Reflexes",
"playbook_ability_reflexes_description": "When there's a question about who acts first, the answer is you (two characters with Reflexes act simultaneously).",
"playbook_ability_revolutionary": "Revolutionary",
"playbook_ability_revolutionary_description": "You gain an additional xp trigger: You attacked the government or the nobility. If your crew attacked them too, also mark crew xp.",
"playbook_ability_ritual": "Ritual",
"playbook_ability_ritual_description": "You can Study an occult ritual (or create a new one) to summon a supernatural effect or being. You know the arcane methods to perform ritual sorcery. You begin with one ritual already learned.",
"playbook_ability_rook's_gambit": "Rook's Gambit",
"playbook_ability_rook's_gambit_description": "Take 2 stress to roll your best action rating while performing a different action. Say how you adapt your skill to this use.",
"playbook_ability_saboteur": "Saboteur",
"playbook_ability_saboteur_description": "When you Wreck, the work is much quieter than it should be and the damage is hidden from casual inspection.",
"playbook_ability_savage": "Savage",
"playbook_ability_savage_description": "When you unleash physical violence, it's especially frightening. When you Command a frightened target, take +1d.",
"playbook_ability_scout": "Scout",
"playbook_ability_scout_description": "When you gather info to locate a target, you get +1 effect. When you hide in a prepared position or use camouflage, you get +1d to rolls to avoid detection.",
"playbook_ability_secondary_hull": "Secondary Hull",
"playbook_ability_secondary_hull_description": "Choose an additional frame and its starting feature. You may transfer your consciousness between your frames at will.",
"playbook_ability_security": "Security",
"playbook_ability_security_description": "You may expend your special armor to resist a consequence of surprise or mental harm (fear, confusion, losing track of someone) or to push yourself when guarding a teammate.",
"playbook_ability_sending_a_message": "Sending a Message",
"playbook_ability_sending_a_message_description": "When you speak for a teammate or stand before them while they talk, you can help them Command or Sway without gaining stress.",
"playbook_ability_shadow": "Shadow",
"playbook_ability_shadow_description": "You may expend your special armor to resist a consequence from detection or security measures, or to push yourself for a feat of athletics or stealth.",
"playbook_ability_sharpshooter": "Sharpshooter",
"playbook_ability_sharpshooter_description": "You can push yourself to do one of the following: make a ranged attack at extreme distance beyond what’s normal for the weapon — unleash a barrage of rapid fire to suppress the enemy.",
"playbook_ability_sinister_guile": "Sinister Guile",
"playbook_ability_sinister_guile_description": "During downtime, choose one: Get a free additional downtime activity, or take +1d to all downtime activity rolls.",
"playbook_ability_snake_charmer": "Snake Charmer",
"playbook_ability_snake_charmer_description": "As long as you perform before a crowd, it is unable to be dispersed, and one person you name, in particular, is too transfixed to leave.",
"playbook_ability_strange_methods": "Strange Methods",
"playbook_ability_strange_methods_description": "When you invent or craft a creation with arcane features, take +1 result level to your roll. You begin with one arcane design already known.",
"playbook_ability_strategic_retreat": "Strategic Retreat",
"playbook_ability_strategic_retreat_description": "You can push yourself to do one of the following: break the enemy’s ranks with a charge or a barrage of suppressive fire—pull someone you can touch to freedom.",
"playbook_ability_subterfuge": "Subterfuge",
"playbook_ability_subterfuge_description": "You may expend your special armor to resist a consequence from suspicion or persuasion, or to push yourself for subterfuge.",
"playbook_ability_subterfuge_rakshasa": "Subterfuge",
"playbook_ability_subterfuge_rakshasa_description": "You may expend your special armor to resist a supernatural consequence, or to push yourself for a feat of athletics or stealth.",
"playbook_ability_survivor": "Survivor",
"playbook_ability_survivor_description": "From hard won experience or occult ritual, you are immune to the poisonous miasma of the deathlands and are able to subsist on the strange flora and fauna there. You get +1 stress box.",
"playbook_ability_tempest": "Tempest",
"playbook_ability_tempest_description": "You can push yourself to do one of the following: unleash a stroke of lightning as a weapon — summon a storm in your immediate vicinity (torrential rain, roaring winds, heavy fog, chilling frost/snow, etc.).",
"playbook_ability_terrible_power": "Terrible Power",
"playbook_ability_terrible_power_description": "Take 1 stress to perform a feat of superhuman strength or speed (run faster than a carriage, break stone with bare hands, leap onto the roof of a building, etc.). This factors into effect.",
"playbook_ability_the_black_speech": "The Black Speech",
"playbook_ability_the_black_speech_description": "Through blessings, enchantments, or spells, you may communicate with animals just as easily as you can with humans, even the wildest of deathlands creatures.",
"playbook_ability_the_devil's_footsteps": "The Devil's Footsteps",
"playbook_ability_the_devil's_footsteps_description": "When you push yourself, choose one of the following additional benefits: perform a feat of athletics that verges on the superhuman — maneuver to confuse your enemies so they mistakenly attack each other.",
"playbook_ability_the_tiger's_fury": "The Tiger's Fury",
"playbook_ability_the_tiger's_fury_description": "You can push yourself to do one of the following: move to any location on the field of battle that you can see—push violently against your enemies, knocking them back, down, or over.",
"playbook_ability_tough_as_nails": "Tough as Nails",
"playbook_ability_tough_as_nails_description": "Penalties from harm are one level less severe (though level 4 harm is still fatal).",
"playbook_ability_trust_in_me": "Trust in Me",
"playbook_ability_trust_in_me_description": "You get +1d vs. a target with whom you have an intimate relationship.",
"playbook_ability_undead": "Undead",
"playbook_ability_undead_description": "You are a spirit which animates an undead body. Your trauma is maxed out. Choose four trauma conditions which reflect your vampiric nature. Arcane attacks are potent against you. If you suffer fatal harm or trauma, your undead spirit is overwhelmed. You take level 3 harm: \"Incapacitated\" until you feed enough to recover. If you suffer arcane harm while in this state, you are destroyed utterly. Your XP tracks are longer (you now advance more slowly). You have more stress boxes.",
"playbook_ability_underworld_contacts": "Underworld Contacts",
"playbook_ability_underworld_contacts_description": "When you acquire an asset that is restricted, such as alchemicals, bombs, and other illegal materials, you get +1 result level to your roll, and you never attract additional heat for doing so.",
"playbook_ability_vengeful": "Vengeful",
"playbook_ability_vengeful_description": "You gain an additional xp trigger: You got payback against someone who harmed you or someone you care about. If your crew helped you get payback, also mark crew xp.",
"playbook_ability_venomous": "Venomous",
"playbook_ability_venomous_description": "Choose a drug or poison (from your bandolier stock) to which you have become immune. You can push yourself to secrete it through your skin or saliva or exhale it as a vapor.",
"playbook_ability_veteran": "Veteran",
"playbook_ability_veteran_description": "Choose a special ability from another source (can be taken more than once).",
"playbook_ability_vigorous": "Vigorous",
"playbook_ability_vigorous_description": "You recover from harm faster. Permanently fill in one of your healing clock segments. Take +1d to healing treatment rolls.",
"playbook_ability_warded": "Warded",
"playbook_ability_warded_description": "You may expend your special armor to resist a supernatural consequence, or to push yourself when you deal with arcane forces.",
"playbook_ability_weaving_the_web": "Weaving the Web",
"playbook_ability_weaving_the_web_description": "You gain +1d to Consort when you gather information on a target for a score. You get +1d to the engagement roll for that operation.",
"playbook_advancement": "Playbook Advancement",
"playbook_cutter_description": "A Dangerous &\nIntimidating\nFighter",
"playbook_cutter_friend_0": "Marlane, a pugilist",
"playbook_cutter_friend_1": "Chael, a vicious thug",
"playbook_cutter_friend_2": "Mercy, a cold killer",
"playbook_cutter_friend_3": "Grace, an extortionist",
"playbook_cutter_friend_4": "Sawtooth, a physicker",
"playbook_cutter_friends_title": "Dangerous Friends",
"playbook_cutter_xp_condition": "You addressed a challenge with violence or coercion.",
"playbook_description": "A short playbook description",
"playbook_faris_description": "A fearsome warlord, a sultan of the streets",
"playbook_faris_friend_0": "Bilal Maat, a corrupt lawyer",
"playbook_faris_friend_1": "Imran Pasha, a gang boss",
"playbook_faris_friend_2": "Lenora Drakewell, diplomat",
"playbook_faris_friend_3": "Nurul Fallash, leviathan captain",
"playbook_faris_friend_4": "Sordat Khan, a sheikh",
"playbook_faris_friends_title": "Powerful Friends",
"playbook_faris_xp_condition": "You addressed a challenge with a show of force or leadership.",
"playbook_forger_description": "A maker of\nhaunted\nmachines",
"playbook_forger_friend_0": "Esa Kessarin, a factory boss",
"playbook_forger_friend_1": "Jasmina, a washer woman",
"playbook_forger_friend_2": "Kheshiyyar, a thief",
"playbook_forger_friend_3": "Kudret, a union organizer",
"playbook_forger_friend_4": "Zajjidan, a strikebreaker",
"playbook_forger_friends_title": "Working Friends",
"playbook_forger_xp_condition": "You addressed a challenge with technical skills or devices.",
"playbook_ghost_description": "A spirit without a body",
"playbook_ghost_friends_title": "Enemies & Rivals",
"playbook_ghost_xp_condition": "You exacted vengeance upon those whom you deem deserving.",
"playbook_ghost_xp_condition2": "You expressed your outrage or anger, or settled scores from your heritage or background.",
"playbook_ghost_xp_condition3": "You struggled with issues from your need or glooms during the session.",
"playbook_hound_description": "A Deadly\nSharpshooter\nand Tracker",
"playbook_hound_friend_0": "Steiner, an assassin",
"playbook_hound_friend_1": "Celene, a sentinel",
"playbook_hound_friend_2": "Melvir, a physicker",
"playbook_hound_friend_3": "Veleris, a spy",
"playbook_hound_friend_4": "Casta, a bounty hunter",
"playbook_hound_friends_title": "Deadly Friends",
"playbook_hound_xp_condition": "You addressed a challenge with tracking or violence.",
"playbook_hull_description": "A spirit animating a clockwork frame",
"playbook_hull_xp_condition": "You fulfilled your functions despite difficulty or danger.",
"playbook_hull_xp_condition2": "You suppressed or ignored your former human beliefs, drives, heritage, or background.",
"playbook_hull_xp_condition3": "You struggled with issues from your wear during the session.",
"playbook_item_a_cane-sword": "A cane-sword",
"playbook_item_a_special_friend": "A special friend",
"playbook_item_a_trained_hunting_pet": "A trained hunting pet",
"playbook_item_bandolier_of_alchemicals_(3)": "Bandolier of alchemicals (3)",
"playbook_item_black_lotus_resin": "Black lotus resin",
"playbook_item_blowgun_&_darts,_syringes": "Blowgun & darts, syringes",
"playbook_item_blueprints": "Blueprints",
"playbook_item_concealed_palm_pistol": "Concealed palm pistol",
"playbook_item_dark-sight_goggles": "Dark-sight goggles",
"playbook_item_demonbane_charm": "Demonbane charm",
"playbook_item_electroplasm_vials": "Electroplasm vials",
"playbook_item_electroplasmic_ammunition": "Electroplasmic ammunition",
"playbook_item_entourage": "Entourage",
"playbook_item_fine_bottle_of_whiskey": "Fine bottle of whiskey",
"playbook_item_fine_clothes_&_jewelry": "Fine clothes & jewelry",
"playbook_item_fine_clothes_and_accoutrements": "Fine clothes and accoutrements",
"playbook_item_fine_cover_identity": "Fine cover identity",
"playbook_item_fine_disguise_kit": "Fine disguise kit",
"playbook_item_fine_hand_weapon": "Fine hand weapon",
"playbook_item_fine_heavy_weapon": "Fine heavy weapon",
"playbook_item_fine_lightning_hook": "Fine lightning hook",
"playbook_item_fine_loaded_dice,_trick_cards": "Fine loaded dice, trick cards",
"playbook_item_fine_lockpicks": "Fine lockpicks",
"playbook_item_fine_long_rifle": "Fine long rifle",
"playbook_item_fine_pair_of_pistols": "Fine pair of pistols",
"playbook_item_fine_personal_weapon": "Fine personal weapon",
"playbook_item_fine_shadow_cloak": "Fine shadow cloak",
"playbook_item_fine_spirit_mask": "Fine spirit mask",
"playbook_item_fine_tinkering_tools": "Fine tinkering tools",
"playbook_item_fine_uniform": "Fine uniform",
"playbook_item_fine_wrecking_tools": "Fine wrecking tools",
"playbook_item_forged_documents": "Forged documents",
"playbook_item_gadget": "Gadget",
"playbook_item_ghost_key": "Ghost key",
"playbook_item_light_climbing_gear": "Light climbing gear",
"playbook_item_manacles_&_chain": "Manacles & chain",
"playbook_item_protective_suit": "Protective suit",
"playbook_item_rage_essence_vial": "Rage essence vial",
"playbook_item_rare_book": "Rare book",
"playbook_item_scary_weapon_or_tool": "Scary weapon or tool",
"playbook_item_silence_potion_vial": "Silence potion vial",
"playbook_item_spirit_bottles_(2)": "Spirit bottles (2)",
"playbook_item_spiritbane_charm": "Spiritbane charm",
"playbook_item_spyglass": "Spyglass",
"playbook_item_trance_powder": "Trance powder",
"playbook_item_vial_of_slumber_essence": "Vial of slumber essence",
"playbook_janissary_description": "A staunch\nprotector\n& lookout",
"playbook_janissary_friend_0": "Aziz, a bartender",
"playbook_janissary_friend_1": "Hanifa, a maid",
"playbook_janissary_friend_2": "Nima, a snitch",
"playbook_janissary_friend_3": "Omid, muscle-for-hire",
"playbook_janissary_friend_4": "Vishka, a driver",
"playbook_janissary_friends_title": "Ordinary Friends",
"playbook_janissary_xp_condition": "You addressed a challenge with courage or attention to detail.",
"playbook_leech_description": "A Saboteur and\nTechnician",
"playbook_leech_friend_0": "Stazia, an apothecary",
"playbook_leech_friend_1": "Veldren, a psychonaut",
"playbook_leech_friend_2": "Eckerd, a corpse thief",
"playbook_leech_friend_3": "Jul, a blood dealer",
"playbook_leech_friend_4": "Malista, a priestess",
"playbook_leech_friends_title": "Clever Friends",
"playbook_leech_xp_condition": "You addressed a challenge with technical skill or mayhem.",
"playbook_lurk_description": "A Stealthy\nInfiltrator\nand Burglar",
"playbook_lurk_friend_0": "Telda, a beggar",
"playbook_lurk_friend_1": "Darmot, a bluecoat",
"playbook_lurk_friend_2": "Frake, a locksmith",
"playbook_lurk_friend_3": "Roslyn Kellis, a noble",
"playbook_lurk_friend_4": "Petra, a city clerk",
"playbook_lurk_friends_title": "Shady Friends",
"playbook_lurk_xp_condition": "You addressed a challenge with stealth or evasion.",
"playbook_mirage_description": "A master of\nillusions",
"playbook_mirage_friend_0": "Arzu, an actress",
"playbook_mirage_friend_1": "Durjan Hask, a poet",
"playbook_mirage_friend_2": "Elif, a shopkeeper",
"playbook_mirage_friend_3": "Nasra Zoshavid, a city officia",
"playbook_mirage_friend_4": "Yashua, a street performer",
"playbook_mirage_friends_title": "Deceptive Friends",
"playbook_mirage_xp_condition": "You addressed a challenge with deception or showmanship.",
"playbook_rafiq_description": "A cunning\nintermediary\n& false friend",
"playbook_rafiq_friend_0": "Forcha Khoravid, a noble",
"playbook_rafiq_friend_1": "Mirza, a youth",
"playbook_rafiq_friend_2": "Nusha, a courtesan",
"playbook_rafiq_friend_3": "Qarraq, a demon",
"playbook_rafiq_friend_4": "Vishka, a kidnapper",
"playbook_rafiq_friends_title": "Close Friends",
"playbook_rafiq_xp_condition": "You addressed a challenge with subterfuge or influence.",
"playbook_rakshasa_description": "A hungry\nghoul",
"playbook_rakshasa_friend_0": "Benaz, a prison guard",
"playbook_rakshasa_friend_1": "Dameer, a death cultist",
"playbook_rakshasa_friend_2": "Mohadisa, an alchemist",
"playbook_rakshasa_friend_3": "Nimet, a coal seller",
"playbook_rakshasa_friend_4": "Raban, a gravedigger",
"playbook_rakshasa_friends_title": "Dirty Friends",
"playbook_rakshasa_xp_condition": "You addressed a challenge with stealth or violence.",
"playbook_slide_description": "A Subtle\nManipulator\nand Spy",
"playbook_slide_friend_0": "Bryl, a drug dealer",
"playbook_slide_friend_1": "Bazso Baz, a gang leader",
"playbook_slide_friend_2": "Klyra, a tavern owner",
"playbook_slide_friend_3": "Nyryx, a prostitute",
"playbook_slide_friend_4": "Harker, a jail-bird",
"playbook_slide_friends_title": "Sly Friends",
"playbook_slide_xp_condition": "You addressed a challenge with deception or influence.",
"playbook_spider_description": "A Devious\nMastermind",
"playbook_spider_friend_0": "Salia, an information broker",
"playbook_spider_friend_1": "Augus, a master architect",
"playbook_spider_friend_2": "Jennah, a servant",
"playbook_spider_friend_3": "Riven, a chemist",
"playbook_spider_friend_4": "Jeren, a bluecoat archivist",
"playbook_spider_friends_title": "Shrewd Friends",
"playbook_spider_xp_condition": "You addressed a challenge with calculation or conspiracy.",
"playbook_vampire_description": "A spirit animating an undead body",
"playbook_vampire_friend_0": "Rutherford, a butler",
"playbook_vampire_friend_1": "Lylandra, a consort",
"playbook_vampire_friend_2": "Kira, a bodyguard",
"playbook_vampire_friend_3": "Otto, a coachman",
"playbook_vampire_friend_4": "Edrik, an envoy",
"playbook_vampire_friends_title": "Dark Servants",
"playbook_vampire_xp_condition": "You displayed your dominance or slayed without mercy.",
"playbook_vampire_xp_condition2": "You expressed your beliefs, drives, heritage, or background.",
"playbook_vampire_xp_condition3": "You struggled with issues from your vice, traumas, or strictures during the session.",
"playbook_vizier_description": "The figure\nbehind the\nthrone",
"playbook_vizier_friend_0": "Bilal Maat, an infernalist",
"playbook_vizier_friend_1": "Gulrukh, a librarian",
"playbook_vizier_friend_2": "Reyasso, an art dealer",
"playbook_vizier_friend_3": "Sallahattin, a lecturer",
"playbook_vizier_friend_4": "Tamadur Faran, the explorer",
"playbook_vizier_friends_title": "Learned Friends",
"playbook_vizier_xp_condition": "You addressed a challenge with planning or teamwork.",
"playbook_whisper_description": "An Arcane\nAdept and\nChanneler",
"playbook_whisper_friend_0": "Nyryx, a possessor ghost",
"playbook_whisper_friend_1": "Scurlock, a vampire",