Rename all blades-in-the-dark systems (and beamsaber) to beam-saber

This commit is contained in:
TakeV 2023-11-28 17:06:09 -05:00
parent e063df216b
commit 230b5edf00
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
31 changed files with 450 additions and 450 deletions

View File

@ -9,8 +9,8 @@ export class BeamVehicleSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "actor"],
template: "systems/beamsaber/templates/vehicle-sheet.html",
classes: ["beam-saber", "sheet", "actor"],
template: "systems/beam-saber/templates/vehicle-sheet.html",
width: 900,
height: 'auto',
tabs: [{navSelector: ".tabs", contentSelector: ".tab-content"}]

View File

@ -59,7 +59,7 @@ export class BladesActiveEffect extends ActiveEffect {
case "create":
return owner.createEmbeddedDocuments("ActiveEffect", [{
label: "New Effect",
icon: "systems/blades-in-the-dark/styles/assets/icons/Icon.3_13.png",
icon: "systems/beam-saber/styles/assets/icons/Icon.3_13.png",
origin: owner.uuid,
"duration.rounds": selector.dataset.effectType === "temporary" ? 1 : undefined,
disabled: selector.dataset.effectType === "inactive"

View File

@ -11,8 +11,8 @@ export class BladesActorSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "actor", "pc"],
template: "systems/blades-in-the-dark/templates/actor-sheet.html",
classes: ["beam-saber", "sheet", "actor", "pc"],
template: "systems/beam-saber/templates/actor-sheet.html",
width: 700,
height: 970,
tabs: [{navSelector: ".tabs", contentSelector: ".tab-content", initial: "abilities"}]

View File

@ -10,8 +10,8 @@ export class BladesClockSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "actor", "clock"],
template: "systems/blades-in-the-dark/templates/actors/clock-sheet.html",
classes: ["beam-saber", "sheet", "actor", "clock"],
template: "systems/beam-saber/templates/actors/clock-sheet.html",
width: 420,
height: 400,
});
@ -34,7 +34,7 @@ export class BladesClockSheet extends BladesSheet {
/** @override */
async _updateObject(event, formData) {
let image_path = `systems/blades-in-the-dark/styles/assets/progressclocks-svg/Progress Clock ${formData['system.type']}-${formData['system.value']}.svg`;
let image_path = `systems/beam-saber/styles/assets/progressclocks-svg/Progress Clock ${formData['system.type']}-${formData['system.value']}.svg`;
formData['img'] = image_path;
formData['prototypeToken.texture.src'] = image_path;
let data = [];

View File

@ -9,8 +9,8 @@ export class BladesCrewSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "actor", "crew"],
template: "systems/blades-in-the-dark/templates/crew-sheet.html",
classes: ["beam-saber", "sheet", "actor", "crew"],
template: "systems/beam-saber/templates/crew-sheet.html",
width: 940,
height: 1020,
tabs: [{navSelector: ".tabs", contentSelector: ".tab-content", initial: "turfs"}]

View File

@ -9,8 +9,8 @@ export class BladesFactionSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "actor", "faction"],
template: "systems/blades-in-the-dark/templates/faction-sheet.html",
classes: ["beam-saber", "sheet", "actor", "faction"],
template: "systems/beam-saber/templates/faction-sheet.html",
width: 900,
height: 'auto',
tabs: [{navSelector: ".tabs", contentSelector: ".tab-content"}]

View File

@ -11,7 +11,7 @@ export class BladesItemSheet extends ItemSheet {
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "item"],
classes: ["beam-saber", "sheet", "item"],
width: 560,
height: 'auto',
tabs: [{navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description"}]
@ -22,7 +22,7 @@ export class BladesItemSheet extends ItemSheet {
/** @override */
get template() {
const path = "systems/blades-in-the-dark/templates/items";
const path = "systems/beam-saber/templates/items";
let simple_item_types = ["background", "heritage", "vice", "crew_reputation"];
let template_name = `${this.item.type}`;

View File

@ -81,7 +81,7 @@ export class BladesItem extends Item {
if (itemData.img.includes("/mystery-man")) {
itemData.img = null;
}
const html = await renderTemplate("systems/blades-in-the-dark/templates/chat/chat-item.html", itemData);
const html = await renderTemplate("systems/beam-saber/templates/chat/chat-item.html", itemData);
const chatData = {
user: game.userId,
content: html,

View File

@ -9,8 +9,8 @@ export class BladesNPCSheet extends BladesSheet {
/** @override */
static get defaultOptions() {
return foundry.utils.mergeObject(super.defaultOptions, {
classes: ["blades-in-the-dark", "sheet", "actor"],
template: "systems/blades-in-the-dark/templates/npc-sheet.html",
classes: ["beam-saber", "sheet", "actor"],
template: "systems/beam-saber/templates/npc-sheet.html",
width: 900,
height: 'auto',
tabs: [{navSelector: ".tabs", contentSelector: ".tab-content"}]
@ -57,4 +57,4 @@ export class BladesNPCSheet extends BladesSheet {
// });
}
}
}

View File

@ -66,13 +66,13 @@ async function showChatRollMessage(r, zeromode, attribute_name = "", position =
effect_localize = 'BITD.EffectStandard'
}
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/action-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, position: position, position_localize: position_localize, effect: effect, effect_localize: effect_localize, note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/action-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, position: position, position_localize: position_localize, effect: effect, effect_localize: effect_localize, note: note});
}
// Check for Resistance roll
else if (BladesHelpers.isAttributeAttribute(attribute_name)) {
let stress = getBladesRollStress(rolls, zeromode);
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/resistance-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, stress: stress, note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/resistance-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, stress: stress, note: note});
}
// Check for Indugle Vice roll
else if (attribute_name == 'BITD.Vice') {
@ -85,15 +85,15 @@ async function showChatRollMessage(r, zeromode, attribute_name = "", position =
clear_stress = current_stress;
}
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/vice-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, clear_stress: clear_stress, note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/vice-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, clear_stress: clear_stress, note: note});
}
// Check for Gather Information roll
else if (attribute_name == 'BITD.GatherInformation') {
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/gather-info-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/gather-info-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, note: note});
}
// Check for Engagement roll
else if (attribute_name == 'BITD.Engagement') {
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/engagement-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/engagement-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, note: note});
}
// Check for Asset roll
else if (attribute_name == 'BITD.AcquireAsset') {
@ -115,11 +115,11 @@ async function showChatRollMessage(r, zeromode, attribute_name = "", position =
break;
}
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/asset-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, tier_quality: tier_quality, note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/asset-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, tier_quality: tier_quality, note: note});
}
// Fortune roll if not specified
else {
result = await renderTemplate("systems/blades-in-the-dark/templates/chat/fortune-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: "BITD.Fortune", note: note});
result = await renderTemplate("systems/beam-saber/templates/chat/fortune-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: "BITD.Fortune", note: note});
}
let messageData = {

View File

@ -9,12 +9,12 @@ export const preloadHandlebarsTemplates = async function() {
const templatePaths = [
// Actor Sheet Partials
"systems/blades-in-the-dark/templates/parts/coins.html",
"systems/blades-in-the-dark/templates/parts/attributes.html",
"systems/blades-in-the-dark/templates/parts/turf-list.html",
"systems/blades-in-the-dark/templates/parts/cohort-block.html",
"systems/blades-in-the-dark/templates/parts/factions.html",
"systems/blades-in-the-dark/templates/parts/active-effects.html",
"systems/beam-saber/templates/parts/coins.html",
"systems/beam-saber/templates/parts/attributes.html",
"systems/beam-saber/templates/parts/turf-list.html",
"systems/beam-saber/templates/parts/cohort-block.html",
"systems/beam-saber/templates/parts/factions.html",
"systems/beam-saber/templates/parts/active-effects.html",
];
// Load the template parts

View File

@ -256,7 +256,7 @@ Hooks.once("init", async function() {
// Label for 0
html += `<label class="clock-zero-label" for="clock-0-${uniq_id}}"><i class="fab fa-creative-commons-zero nullifier"></i></label>`;
html += `<div id="blades-clock-${uniq_id}" class="blades-clock clock-${type} clock-${type}-${current_value}" style="background-image:url('systems/blades-in-the-dark/styles/assets/progressclocks-svg/Progress Clock ${type}-${current_value}.svg');">`;
html += `<div id="blades-clock-${uniq_id}" class="blades-clock clock-${type} clock-${type}-${current_value}" style="background-image:url('systems/beam-saber/styles/assets/progressclocks-svg/Progress Clock ${type}-${current_value}.svg');">`;
let zero_checked = (parseInt(current_value) === 0) ? 'checked' : '';
html += `<input type="radio" value="0" id="clock-0-${uniq_id}}" data-dType="String" name="${parameter_name}" ${zero_checked}>`;

4
module/effects.js vendored
View File

@ -12,7 +12,7 @@ export function onManageActiveEffect(event, owner) {
case "create":
return owner.createEmbeddedDocuments("ActiveEffect", [{
label: "New Effect",
icon: "systems/blades-in-the-dark/styles/assets/icons/Icon.3_13.png",
icon: "systems/beam-saber/styles/assets/icons/Icon.3_13.png",
origin: owner.uuid,
"duration.rounds": selector.dataset.effectType === "temporary" ? 1 : undefined,
disabled: selector.dataset.effectType === "inactive"
@ -61,4 +61,4 @@ export function prepareActiveEffectCategories(effects) {
else categories.passive.effects.push(e);
}
return categories;
}
}

View File

@ -1,7 +1,7 @@
{"_id":"7q2RhjaBzYBoWmMa","name":"Law","permission":{"default":0},"type":"background","system":{"description":"An advocate or barrister, a Bluecoat or inspector (or even Spirit Warden), a prison guard from Ironhook, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":300000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_74.png"}
{"_id":"7zLXN88TgLkP0JlK","name":"Noble","permission":{"default":0},"type":"background","system":{"description":"A dilettante, a courtier, the scion of a fallen house, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":600000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.7_41.png"}
{"_id":"8bDf9RzcGeNz48Kp","name":"Underworld","permission":{"default":0},"type":"background","system":{"description":"A street urchin, gang member, young thug, or other outcast who grew up on the streets."},"folder":"YkuVHwuSV9IfsxU0","sort":700000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.5_67.png"}
{"_id":"S1CvKYfGwHFq9yxR","name":"Trade","permission":{"default":0},"type":"background","system":{"description":"A shopkeeper, a merchant, a skilled crafts-person, a shipping agent, etc. A liaison to the Ministry of Preservation."},"folder":"YkuVHwuSV9IfsxU0","sort":400000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_78.png"}
{"_id":"ZplBgIXHxWLUXX1o","name":"Academic","permission":{"default":0},"type":"background","system":{"description":"A scholar, a professor or student from Doskvol Academy, a philosopher or journalist, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":100000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_81.png"}
{"_id":"ex7Mqv42SKZrfUL0","name":"Military","permission":{"default":0},"type":"background","system":{"description":"An Imperial or Skovlander soldier, a mercenary, an intelligence operative, a strategist, a training instructor, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":500000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_67.png"}
{"_id":"qGkgWsdxcnl0cFhm","name":"Labor","permission":{"default":0},"type":"background","system":{"description":"A servant, a factory worker, a coach driver, a docker, a sailor, a Rail Jack, etc. A stevedore for the North Hook Company."},"folder":"YkuVHwuSV9IfsxU0","sort":200000,"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.5_76.png"}
{"_id":"7q2RhjaBzYBoWmMa","name":"Law","permission":{"default":0},"type":"background","system":{"description":"An advocate or barrister, a Bluecoat or inspector (or even Spirit Warden), a prison guard from Ironhook, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":300000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_74.png"}
{"_id":"7zLXN88TgLkP0JlK","name":"Noble","permission":{"default":0},"type":"background","system":{"description":"A dilettante, a courtier, the scion of a fallen house, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":600000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.7_41.png"}
{"_id":"8bDf9RzcGeNz48Kp","name":"Underworld","permission":{"default":0},"type":"background","system":{"description":"A street urchin, gang member, young thug, or other outcast who grew up on the streets."},"folder":"YkuVHwuSV9IfsxU0","sort":700000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.5_67.png"}
{"_id":"S1CvKYfGwHFq9yxR","name":"Trade","permission":{"default":0},"type":"background","system":{"description":"A shopkeeper, a merchant, a skilled crafts-person, a shipping agent, etc. A liaison to the Ministry of Preservation."},"folder":"YkuVHwuSV9IfsxU0","sort":400000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_78.png"}
{"_id":"ZplBgIXHxWLUXX1o","name":"Academic","permission":{"default":0},"type":"background","system":{"description":"A scholar, a professor or student from Doskvol Academy, a philosopher or journalist, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":100000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_81.png"}
{"_id":"ex7Mqv42SKZrfUL0","name":"Military","permission":{"default":0},"type":"background","system":{"description":"An Imperial or Skovlander soldier, a mercenary, an intelligence operative, a strategist, a training instructor, etc."},"folder":"YkuVHwuSV9IfsxU0","sort":500000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_67.png"}
{"_id":"qGkgWsdxcnl0cFhm","name":"Labor","permission":{"default":0},"type":"background","system":{"description":"A servant, a factory worker, a coach driver, a docker, a sailor, a Rail Jack, etc. A stevedore for the North Hook Company."},"folder":"YkuVHwuSV9IfsxU0","sort":200000,"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.5_76.png"}

View File

@ -1,10 +1,10 @@
{"_id":"8jExf4Zqad6e3bvn","name":"Ace","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.2_11.png","data":{"description":"<p>A graceful and daring pilot. Battlefields of The War stretch across cities, continents, and star systems. Such distances are not easily traversed on foot, so we made incredible machines that stride, soar, and roam. Most see a vehicle as just a tool, but for Aces they're a better half. Created with purity of purpose and a desire to be filled, the vehicles in The War are a light for people looking to join in that purity and desire.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with piloting or violence</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"CAHfNrPDJZKVNMrH","name":"Bureaucrat","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.2_16.png","data":{"description":"<p>An overworked and undervalued clerk. Resource management is something few people understand. The War might seem like constant bombs and blood, but that hides its true face. Paperwork and red tape. It's a relay race no one watches&mdash;requests, orders, and communiques changing hands from nobody to nobody. When those documents arrive, and whether they're unchanged, is left up to the Bureaucrats.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with procedure or management.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"GjmMFKjGfUaoDiTr","name":"Empath","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.1_79.png","data":{"description":"<p>An empathetic and compassionate psychic. When someone looks at you, they aren&rsquo;t seeing you. When they hear you, they don&rsquo;t listen. They touch, but don&rsquo;t feel. The pressures of population density and society play a joke on the heart. But people are changing. Not the person you look at, hear, and touch&mdash;someone else. Something else. Evolution shifts to bring people together beyond just population density, and these new types of people are Empaths.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with understanding or poise.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"JGxBjlbooxuUHe4E","name":"Envoy","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.1_50.png","data":{"description":"<p>A stylish and persuasive socialite.</p>\n<p>The difference between a diplomat and a spy is the quality of the intelligence they bring to their superiors. Ceasefires, alliances, and treaties don&rsquo;t last long in The War, and the clever ones will make the most of that reprieve by preparing for when it fails. The best use of that time is to employ an Envoy. Skillfully negotiating the celebrations, deals, and deceptions of politics to pull the most out of such opportunities, they bring intel home with a smile and handshake.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with deception or influence.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"P6LMZBrG5U9eCjhX","name":"Hacker","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.1_77.png","data":{"description":"<p>A cunning and willful programmer.</p>\n<p>&nbsp;</p>\n<p>Technology fills the lives of the masses, and computer programming is as important as literacy. However, there are some who have taken these skills into an art form, a direct expression of their will. They bend augmented reality to suit their desires. Apps and proxies pose little obstacle to them, with the most skilled being able to challenge AIs. Bring a Hacker with you if you plan to confront the digital realm.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with knowledge or digital power.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"QzcDnJbWCY1ueVt7","name":"Infiltrator","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.6_10.png","data":{"description":"<p>An agile and deadly burglar.</p>\n<p>&nbsp;</p>\n<p>Privacy is a rare commodity in the technologically advanced lives of those touched by The War. Many keep their secrets locked in physical spaces far from prying eyes. This is when you need an Infiltrator. Able to get past the security measures of the most paranoid and then fight their way out if necessary, they'll get you what you want. Make sure you treat them right, because they can get into your home too.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with stealth or evasion.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"YUGDdyADj0PTBVcP","name":"Officer","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.6_96.png","data":{"description":"<p>A tactical and personable trooper.</p>\n<p>&nbsp;</p>\n<p>Any conflict is chaos, whether it&rsquo;s an explosion-filled battlefield or posturing for status in a masquerade. Except it&rsquo;s not really chaos, not if you know how to look. Lines of attack and defense, routes for flanking and retreat, all exist no matter the arena. There&rsquo;s a way around, through, or over if you&rsquo;re properly prepared. An Officer always has a plan.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with coordination or a ruse</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"rhFEHGjEP61N9hfv","name":"Soldier","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.2_01.png","data":{"description":"<p>A mighty, violent warrior.</p>\n<p>&nbsp;</p>\n<p>The War touches everyone, demanding some form of violence be committed on its behalf. Those who embody this ferocity in its most primal form are the Soldiers. While others perform violence, they ARE violence. They reek of blood, gunpowder, and dominance. Even when they don't wound their victims, they staple fear onto their bloody, beating hearts.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with&nbsp; violence or coercion</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"tEob41rtEbHcswNM","name":"Scout","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.2_22.png","data":{"description":"<p>A dangerous sniper and explorer.</p>\n<p>&nbsp;</p>\n<p>The world is filled with hidden paths, despite all the signs and guidebooks. People, whether consciously or by accident, hide things. Sometimes it&rsquo;s where they&rsquo;ve gone, or their favorite bauble, or a route through dangerous places. It&rsquo;s a Scout&rsquo;s job to find these secrets, and then clear the path from a safe distance.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with exploration or violence.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"zOg14xy8ZEku6bNq","name":"Technician","type":"class","img":"systems/beamsaber/styles/assets/icons/Icon.2_47.png","data":{"description":"<p>A savvy technician and vandal.</p>\n<p>&nbsp;</p>\n<p>Technology runs the world, but it all falls apart sooner or later. Will it be repaired or replaced? Regardless of the choice, someone with specialized skills must tackle the challenge. Technicians have that know how. They push the bounds of what science can accomplish, and keep the lights on while they are at it. Of course, any skill that can create can be used to destroy. Just ask Oppenheimer.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with technical skill or mayhem.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"8jExf4Zqad6e3bvn","name":"Ace","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.2_11.png","data":{"description":"<p>A graceful and daring pilot. Battlefields of The War stretch across cities, continents, and star systems. Such distances are not easily traversed on foot, so we made incredible machines that stride, soar, and roam. Most see a vehicle as just a tool, but for Aces they're a better half. Created with purity of purpose and a desire to be filled, the vehicles in The War are a light for people looking to join in that purity and desire.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with piloting or violence</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"CAHfNrPDJZKVNMrH","name":"Bureaucrat","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.2_16.png","data":{"description":"<p>An overworked and undervalued clerk. Resource management is something few people understand. The War might seem like constant bombs and blood, but that hides its true face. Paperwork and red tape. It's a relay race no one watches&mdash;requests, orders, and communiques changing hands from nobody to nobody. When those documents arrive, and whether they're unchanged, is left up to the Bureaucrats.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with procedure or management.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"GjmMFKjGfUaoDiTr","name":"Empath","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.1_79.png","data":{"description":"<p>An empathetic and compassionate psychic. When someone looks at you, they aren&rsquo;t seeing you. When they hear you, they don&rsquo;t listen. They touch, but don&rsquo;t feel. The pressures of population density and society play a joke on the heart. But people are changing. Not the person you look at, hear, and touch&mdash;someone else. Something else. Evolution shifts to bring people together beyond just population density, and these new types of people are Empaths.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with understanding or poise.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"JGxBjlbooxuUHe4E","name":"Envoy","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.1_50.png","data":{"description":"<p>A stylish and persuasive socialite.</p>\n<p>The difference between a diplomat and a spy is the quality of the intelligence they bring to their superiors. Ceasefires, alliances, and treaties don&rsquo;t last long in The War, and the clever ones will make the most of that reprieve by preparing for when it fails. The best use of that time is to employ an Envoy. Skillfully negotiating the celebrations, deals, and deceptions of politics to pull the most out of such opportunities, they bring intel home with a smile and handshake.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with deception or influence.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"P6LMZBrG5U9eCjhX","name":"Hacker","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.1_77.png","data":{"description":"<p>A cunning and willful programmer.</p>\n<p>&nbsp;</p>\n<p>Technology fills the lives of the masses, and computer programming is as important as literacy. However, there are some who have taken these skills into an art form, a direct expression of their will. They bend augmented reality to suit their desires. Apps and proxies pose little obstacle to them, with the most skilled being able to challenge AIs. Bring a Hacker with you if you plan to confront the digital realm.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with knowledge or digital power.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"QzcDnJbWCY1ueVt7","name":"Infiltrator","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.6_10.png","data":{"description":"<p>An agile and deadly burglar.</p>\n<p>&nbsp;</p>\n<p>Privacy is a rare commodity in the technologically advanced lives of those touched by The War. Many keep their secrets locked in physical spaces far from prying eyes. This is when you need an Infiltrator. Able to get past the security measures of the most paranoid and then fight their way out if necessary, they'll get you what you want. Make sure you treat them right, because they can get into your home too.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with stealth or evasion.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"YUGDdyADj0PTBVcP","name":"Officer","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.6_96.png","data":{"description":"<p>A tactical and personable trooper.</p>\n<p>&nbsp;</p>\n<p>Any conflict is chaos, whether it&rsquo;s an explosion-filled battlefield or posturing for status in a masquerade. Except it&rsquo;s not really chaos, not if you know how to look. Lines of attack and defense, routes for flanking and retreat, all exist no matter the arena. There&rsquo;s a way around, through, or over if you&rsquo;re properly prepared. An Officer always has a plan.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with coordination or a ruse</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"rhFEHGjEP61N9hfv","name":"Soldier","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.2_01.png","data":{"description":"<p>A mighty, violent warrior.</p>\n<p>&nbsp;</p>\n<p>The War touches everyone, demanding some form of violence be committed on its behalf. Those who embody this ferocity in its most primal form are the Soldiers. While others perform violence, they ARE violence. They reek of blood, gunpowder, and dominance. Even when they don't wound their victims, they staple fear onto their bloody, beating hearts.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with&nbsp; violence or coercion</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"tEob41rtEbHcswNM","name":"Scout","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.2_22.png","data":{"description":"<p>A dangerous sniper and explorer.</p>\n<p>&nbsp;</p>\n<p>The world is filled with hidden paths, despite all the signs and guidebooks. People, whether consciously or by accident, hide things. Sometimes it&rsquo;s where they&rsquo;ve gone, or their favorite bauble, or a route through dangerous places. It&rsquo;s a Scout&rsquo;s job to find these secrets, and then clear the path from a safe distance.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with exploration or violence.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}
{"_id":"zOg14xy8ZEku6bNq","name":"Technician","type":"class","img":"systems/beam-saber/styles/assets/icons/Icon.2_47.png","data":{"description":"<p>A savvy technician and vandal.</p>\n<p>&nbsp;</p>\n<p>Technology runs the world, but it all falls apart sooner or later. Will it be repaired or replaced? Regardless of the choice, someone with specialized skills must tackle the challenge. Technicians have that know how. They push the bounds of what science can accomplish, and keep the lights on while they are at it. Of course, any skill that can create can be used to destroy. Just ask Oppenheimer.</p>","logic":"","activation":{"type":"","cost":0,"condition":""},"duration":{"value":null,"units":""},"target":{"value":null,"width":null,"units":"","type":""},"range":{"value":null,"long":null,"units":""},"uses":{"value":0,"max":0,"per":null},"consume":{"type":"","target":null,"amount":null},"experience_clues":"<p>- You addressed a challenge with technical skill or mayhem.</p>","base_skills":{"hunt":[0],"study":[0],"survey":[0],"tinker":[1],"finesse":[0],"prowl":[0],"skirmish":[0],"wreck":[0],"attune":[0],"command":[0],"consort":[0],"sway":[0],"battle":[0],"destroy":[0],"maneuver":[2],"bombard":[0],"manipulate":[0],"scan":[0]}},"effects":[],"folder":null,"sort":400000,"permission":{"default":0},"flags":{}}

View File

@ -1 +1 @@
{"name":"Entanglement Generator","type":"script","author":"RBqg71FeJGYopvug","img":"icons/magic/nature/root-vines-entwined-leaves.webp","scope":"global","command":"const tableHeatA = 'Entanglements - Heat 0-3'; // Entanglements - Heat 0-3\nconst tableHeatB = 'Entanglements - Heat 4/5'; // Entanglements - Heat 4/5\nconst tableHeatC = 'Entanglements - Heat 6+'; // Entanglements - Heat 6+\nconst compendiumTables = 'Entanglements'; // Compendium name \nconst version = '1.2';\nmain();\n\n/*\nTODO\n- replace text by journal\n\nsource: https://raw.githubusercontent.com/brunocalado/mestre-digital/master/Foundry%20VTT/Macros/Forged%20in%20the%20Dark/bid-entanglement.js\ncontributors: brunocalado, LebombJames\nicon: icons/magic/nature/root-vines-entwined-leaves.webp\n*/\n \nasync function main() {\n \n playersNames = game.actors.contents.filter((t) => t.type === \"crew\").map((p=> p.name)); \n\n let playerNameList;\n\n playersNames.map((el) => { \n playerNameList += `<option value=\"${el}\">${el}</option>`; \n }); \n \n new Dialog({\n title: `Entanglement - v${version}`,\n content: `\n <h2>Crew</h2>\n <p><select id=\"playerName\" style=\"width: 100%\">${playerNameList}</select></p>\n <br>\n <p>\n <input type=\"checkbox\" data-dType=\"Boolean\" id=\"whisper\" checked/>Whisper?\n </p>\n `,\n buttons: {\n roll: {\n label: \"Change\",\n callback: (html) => {\n createImageFolder(html);\n }\n }, \n cancel: {\n label: \"Cancel\"\n }\n }\n }).render(true)\n}\n\nasync function createImageFolder(html) {\n let playerName = html.find(\"#playerName\")[0].value;\n let whisper = html.find(\"#whisper\")[0].checked;\n\n let crew = game.actors.getName(playerName).system;\n let crewHeat = parseInt(crew.heat);\n let crewWanted = parseInt(crew.wanted);\n\n let entanglementToUse = '';\n\n switch (crewHeat) {\n case 0:\n case 1:\n case 2:\n case 3:\n entanglementToUse = await drawFromTable(tableHeatA, compendiumTables) \n break\n case 4:\n case 5:\n entanglementToUse = await drawFromTable(tableHeatB, compendiumTables) \n break\n case 6:\n case 7:\n case 8:\n case 9:\n entanglementToUse = await drawFromTable(tableHeatC, compendiumTables) \n }\n\n let rollFormula = `${crewWanted}d6`;\n if (rollFormula === \"0d6\") {\n rollFormula = \"2d6kl1\";\n }\n\n entanglementToUse.formula = rollFormula;\n \n if (whisper) {\n entanglementToUse.draw({rollMode: 'gmroll'});\n } else {\n entanglementToUse.draw();\n } \n}\n\nasync function drawFromTable(tableName, compendiumName) {\n let list_compendium = await game.packs.filter(p=>p.documentName==='RollTable'); \n let inside = await list_compendium.filter( p=>p.metadata.label===compendiumName )[0].getDocuments(); \n let table = await inside.filter( p=> p.name === tableName )[0];\n \n if (!table) {\n ui.notifications.warn(`Table ${tableName} not found.`, {});\n return;\n }\n return table;\n}","flags":{"core":{"sourceId":"Macro.nlsTrxhKZxLIqHWD"}},"ownership":{"default":0,"RBqg71FeJGYopvug":3},"_stats":{"systemId":"blades-in-the-dark","systemVersion":"3.00","coreVersion":"10.284","createdTime":1662217920666,"modifiedTime":1662218531055,"lastModifiedBy":"RBqg71FeJGYopvug"},"folder":null,"sort":0,"_id":"3CALhZ7M7GoetRnp"}
{"name":"Entanglement Generator","type":"script","author":"RBqg71FeJGYopvug","img":"icons/magic/nature/root-vines-entwined-leaves.webp","scope":"global","command":"const tableHeatA = 'Entanglements - Heat 0-3'; // Entanglements - Heat 0-3\nconst tableHeatB = 'Entanglements - Heat 4/5'; // Entanglements - Heat 4/5\nconst tableHeatC = 'Entanglements - Heat 6+'; // Entanglements - Heat 6+\nconst compendiumTables = 'Entanglements'; // Compendium name \nconst version = '1.2';\nmain();\n\n/*\nTODO\n- replace text by journal\n\nsource: https://raw.githubusercontent.com/brunocalado/mestre-digital/master/Foundry%20VTT/Macros/Forged%20in%20the%20Dark/bid-entanglement.js\ncontributors: brunocalado, LebombJames\nicon: icons/magic/nature/root-vines-entwined-leaves.webp\n*/\n \nasync function main() {\n \n playersNames = game.actors.contents.filter((t) => t.type === \"crew\").map((p=> p.name)); \n\n let playerNameList;\n\n playersNames.map((el) => { \n playerNameList += `<option value=\"${el}\">${el}</option>`; \n }); \n \n new Dialog({\n title: `Entanglement - v${version}`,\n content: `\n <h2>Crew</h2>\n <p><select id=\"playerName\" style=\"width: 100%\">${playerNameList}</select></p>\n <br>\n <p>\n <input type=\"checkbox\" data-dType=\"Boolean\" id=\"whisper\" checked/>Whisper?\n </p>\n `,\n buttons: {\n roll: {\n label: \"Change\",\n callback: (html) => {\n createImageFolder(html);\n }\n }, \n cancel: {\n label: \"Cancel\"\n }\n }\n }).render(true)\n}\n\nasync function createImageFolder(html) {\n let playerName = html.find(\"#playerName\")[0].value;\n let whisper = html.find(\"#whisper\")[0].checked;\n\n let crew = game.actors.getName(playerName).system;\n let crewHeat = parseInt(crew.heat);\n let crewWanted = parseInt(crew.wanted);\n\n let entanglementToUse = '';\n\n switch (crewHeat) {\n case 0:\n case 1:\n case 2:\n case 3:\n entanglementToUse = await drawFromTable(tableHeatA, compendiumTables) \n break\n case 4:\n case 5:\n entanglementToUse = await drawFromTable(tableHeatB, compendiumTables) \n break\n case 6:\n case 7:\n case 8:\n case 9:\n entanglementToUse = await drawFromTable(tableHeatC, compendiumTables) \n }\n\n let rollFormula = `${crewWanted}d6`;\n if (rollFormula === \"0d6\") {\n rollFormula = \"2d6kl1\";\n }\n\n entanglementToUse.formula = rollFormula;\n \n if (whisper) {\n entanglementToUse.draw({rollMode: 'gmroll'});\n } else {\n entanglementToUse.draw();\n } \n}\n\nasync function drawFromTable(tableName, compendiumName) {\n let list_compendium = await game.packs.filter(p=>p.documentName==='RollTable'); \n let inside = await list_compendium.filter( p=>p.metadata.label===compendiumName )[0].getDocuments(); \n let table = await inside.filter( p=> p.name === tableName )[0];\n \n if (!table) {\n ui.notifications.warn(`Table ${tableName} not found.`, {});\n return;\n }\n return table;\n}","flags":{"core":{"sourceId":"Macro.nlsTrxhKZxLIqHWD"}},"ownership":{"default":0,"RBqg71FeJGYopvug":3},"_stats":{"systemId":"beam-saber","systemVersion":"3.00","coreVersion":"10.284","createdTime":1662217920666,"modifiedTime":1662218531055,"lastModifiedBy":"RBqg71FeJGYopvug"},"folder":null,"sort":0,"_id":"3CALhZ7M7GoetRnp"}

View File

@ -1,3 +1,3 @@
{"_id":"GN4cmCUN0g3Cw0N2","name":"Entanglements - Heat 0-3","img":"icons/svg/d20-grey.svg","description":"If there are two results, the GM picks which entanglement occurs.","results":[{"_id":"rxxo3lyIO1fWbupj","type":2,"text":"Gang Trouble","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"pEpm365I7XjEXeci","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"qWv3spxb5s2igoqr","type":2,"text":"Rivals","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"ADi9NxzmVOAueO2n","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"uAEhqtwDFlWNl5sn","type":2,"text":"Unquiet Dead","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"dR9zBnrjy4AyA9Ru","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"ygK5tDdYcf27W3vi","type":2,"text":"Cooperation","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"Cy31qmwfzifm7DaZ","weight":1,"range":[6,6],"drawn":false,"flags":{},"rangeL":6,"rangeH":6},{"_id":"LcLCcUid3yGLg9eo","type":2,"text":"The Usual Suspects","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"13D84fBFJ1CCknl8","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3}],"formula":"2d6kl1","replacement":true,"displayRoll":true,"folder":null,"sort":0,"permission":{"default":0,"thWDvNEhl7M3mC2d":3},"flags":{}}
{"_id":"ijv20pxjOg36JncA","name":"Entanglements - Heat 6+","img":"icons/svg/d20-grey.svg","description":"If there are two results, the GM picks which entanglement occurs.","results":[{"_id":"MDwUXspRtpZtqFuQ","type":2,"text":"Flipped","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"NoLY64zJ3lEF5Xia","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"vQck9soiQPlrriGS","type":2,"text":"Interrogation","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"F6TG2C6iSdJohpAI","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"FPxNPRaG0r98QtMv","type":2,"text":"Demonic Notice","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"BJLd501vCFsJlrCN","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"lkevhpV9bsbyblst","type":2,"text":"Show of Force","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"IJ5YyHTcpymRhkLQ","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"dKitTISAtsy2MGSw","type":2,"text":"Arrest","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"36o0ggbWhnUXu7Cy","weight":1,"range":[6,6],"drawn":false,"flags":{},"rangeL":6,"rangeH":6}],"formula":"2d6kl1","replacement":true,"displayRoll":true,"folder":null,"sort":0,"permission":{"default":0,"thWDvNEhl7M3mC2d":3},"flags":{}}
{"name":"Entanglements - Heat 4/5","img":"icons/svg/d20-grey.svg","description":"If there are two results, the GM picks which entanglement occurs.","results":[{"_id":"NKRR2K1o5Tf6yD4y","type":2,"text":"Gang Trouble","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"pEpm365I7XjEXeci","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"jVJhLukc03j1ZNfd","type":2,"text":"Questioning","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"whBkmsxokUuJ4t9J","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"X4NGscT3YYGSCwRg","type":2,"text":"Reprisals","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"wVkkWR1jl10k7aeu","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"QdubcvnYmWmHQH3r","type":2,"text":"Unquiet Dead","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"dR9zBnrjy4AyA9Ru","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"SP3PKp1VkbWbC8pv","type":2,"text":"Show of Force","img":"icons/svg/d20-black.svg","collection":"blades-in-the-dark.entanglements-journals","resultId":"IJ5YyHTcpymRhkLQ","weight":1,"range":[6,6],"drawn":false,"flags":{},"rangeL":6,"rangeH":6}],"formula":"2d6kl1","replacement":true,"displayRoll":true,"folder":null,"sort":0,"permission":{"default":0,"thWDvNEhl7M3mC2d":3},"flags":{"core":{"sourceId":"Compendium.blades-in-the-dark.entanglements.eowbxs5eKh3gLvNL"}},"_id":"syT1MX2iL5HMfOok"}
{"_id":"GN4cmCUN0g3Cw0N2","name":"Entanglements - Heat 0-3","img":"icons/svg/d20-grey.svg","description":"If there are two results, the GM picks which entanglement occurs.","results":[{"_id":"rxxo3lyIO1fWbupj","type":2,"text":"Gang Trouble","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"pEpm365I7XjEXeci","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"qWv3spxb5s2igoqr","type":2,"text":"Rivals","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"ADi9NxzmVOAueO2n","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"uAEhqtwDFlWNl5sn","type":2,"text":"Unquiet Dead","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"dR9zBnrjy4AyA9Ru","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"ygK5tDdYcf27W3vi","type":2,"text":"Cooperation","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"Cy31qmwfzifm7DaZ","weight":1,"range":[6,6],"drawn":false,"flags":{},"rangeL":6,"rangeH":6},{"_id":"LcLCcUid3yGLg9eo","type":2,"text":"The Usual Suspects","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"13D84fBFJ1CCknl8","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3}],"formula":"2d6kl1","replacement":true,"displayRoll":true,"folder":null,"sort":0,"permission":{"default":0,"thWDvNEhl7M3mC2d":3},"flags":{}}
{"_id":"ijv20pxjOg36JncA","name":"Entanglements - Heat 6+","img":"icons/svg/d20-grey.svg","description":"If there are two results, the GM picks which entanglement occurs.","results":[{"_id":"MDwUXspRtpZtqFuQ","type":2,"text":"Flipped","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"NoLY64zJ3lEF5Xia","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"vQck9soiQPlrriGS","type":2,"text":"Interrogation","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"F6TG2C6iSdJohpAI","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"FPxNPRaG0r98QtMv","type":2,"text":"Demonic Notice","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"BJLd501vCFsJlrCN","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"lkevhpV9bsbyblst","type":2,"text":"Show of Force","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"IJ5YyHTcpymRhkLQ","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"dKitTISAtsy2MGSw","type":2,"text":"Arrest","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"36o0ggbWhnUXu7Cy","weight":1,"range":[6,6],"drawn":false,"flags":{},"rangeL":6,"rangeH":6}],"formula":"2d6kl1","replacement":true,"displayRoll":true,"folder":null,"sort":0,"permission":{"default":0,"thWDvNEhl7M3mC2d":3},"flags":{}}
{"name":"Entanglements - Heat 4/5","img":"icons/svg/d20-grey.svg","description":"If there are two results, the GM picks which entanglement occurs.","results":[{"_id":"NKRR2K1o5Tf6yD4y","type":2,"text":"Gang Trouble","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"pEpm365I7XjEXeci","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"jVJhLukc03j1ZNfd","type":2,"text":"Questioning","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"whBkmsxokUuJ4t9J","weight":1,"range":[1,3],"drawn":false,"flags":{},"rangeL":1,"rangeH":3},{"_id":"X4NGscT3YYGSCwRg","type":2,"text":"Reprisals","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"wVkkWR1jl10k7aeu","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"QdubcvnYmWmHQH3r","type":2,"text":"Unquiet Dead","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"dR9zBnrjy4AyA9Ru","weight":1,"range":[4,5],"drawn":false,"flags":{},"rangeL":4,"rangeH":5},{"_id":"SP3PKp1VkbWbC8pv","type":2,"text":"Show of Force","img":"icons/svg/d20-black.svg","collection":"beam-saber.entanglements-journals","resultId":"IJ5YyHTcpymRhkLQ","weight":1,"range":[6,6],"drawn":false,"flags":{},"rangeL":6,"rangeH":6}],"formula":"2d6kl1","replacement":true,"displayRoll":true,"folder":null,"sort":0,"permission":{"default":0,"thWDvNEhl7M3mC2d":3},"flags":{"core":{"sourceId":"Compendium.beam-saber.entanglements.eowbxs5eKh3gLvNL"}},"_id":"syT1MX2iL5HMfOok"}

View File

@ -1,43 +1,43 @@
{"_id":"2K5r1qw5ksVTCTPG","name":"Citizenry","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The ordinary citizens of a district can be represented by a faction, if you want to track status with them in the game. The GM will set their Tier according to the wealth and power of the citizens in that district (Whitecrown might be Tier V, The Docks Tier II, Charhollow Tier 0).","type":"Citizenry","tier":"1","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.1_39.png","notes":"","effects":[]}
{"_id":"4c2Y79JZgCVnXcct","name":"The Brigade","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The Brigade (ii): The fire-fighters of the city. Beloved for their life-saving heroism, or reviled for their looting and extortion rackets. Also known as “Sallies” (from “salamanders,” their ancient name).","type":"Institutions","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.7_98.png","notes":"","effects":[]}
{"_id":"5b7ZjcLaFzfzOohy","name":"The Fog Hounds","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A crew of rough smugglers looking for a patron.","type":"Underworld","tier":"1","goal_1":"Eliminate rival smugglers","goal_1_clock_max":8,"goal_2":"Obtain a regular patron","goal_2_clock_max":6,"turf":"Underground canal dock (HQ). North and East city canal routes. Northern Void Sea routes. Old North Port supply caches.","assets":"Medium steamship, Fog Hound. A crew of hard-bitten, tough, expert sailors—all former Void Sea transport haulers (put out of work by the new cargo rail lines), well-worn from years of harrowing work. A wide array of Imperial transport and cargo documents, some forged, some legit.","quirks":"As veterans of many cruises on the Void Sea, Vale and her crew can be insular and clannish, and have a low initial opinion of anyone who hasnt proven themselves in a similar way. Once won, however, their loyalty is rock solid and fierce.","notables":"Margette Vale (leader, quiet, cold, fearless). Bear (second, fierce, moody, brash). Goldie (navigator, calculating, patient, confident).","allies":"Dockers, The Lampblacks.","enemies":"Bluecoats (canal patrol), The Vultures (rival smuggling outfit, Tier I).","situation":"Vale and her crew have mastered the Northern smuggling routes in and out of Duskwall. Theyre currently attempting to absorb or eliminate the few remaining rivals on their territory and then establish reliable, regular work with a patron who needs a steady stream of contraband.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.6_59.png","notes":"","effects":[]}
{"_id":"7Bv4UaxEmxD00yBM","name":"Ironhook Prison","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Where many scoundrels spend the bulk of their lives. Several criminal organizations are run by convicts inside its walls.","type":"Institutions","tier":"4","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.5_42.png","notes":"","effects":[]}
{"_id":"7KOAEBtL5V0MO9iN","name":"Ulf Ironborn","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A brutal Skovlander, newly arrived in the Dusk, fighting everyone for turf.","type":"Underworld","tier":"1","goal_1":"Carve out gang territory","goal_1_clock_max":6,"goal_2":"Rise in Tier","goal_2_clock_max":4,"turf":"Rooms, workshop, and stable at The Old Forge tavern (HQ). A gambling den.","assets":"A small but powerfully savage gang of thugs.","quirks":"As a refugee of the Unity War, Ulf does not trust the local Akorosi, or anyone who proclaims a strong allegiance to the Imperial government. Those of Skovlander blood find it easy to win his trust, however.","notables":"Ulf Ironborn (leader, ruthless, savage, bold). Havid (second, ruthless, volatile, shrewd).","allies":"The Grinders","enemies":"Citizens of Coalridge, The Billhooks","situation":"Ulf is newly arrived in Doskvol, seeking his fortune on the streets. His gang has had recent success with savage smash & grab operations, leading into a potential “protection” racket. As more Skovlander war refugees swell the city population, the bigotry of some locals is starting to surface, with “NO SKOVS” signs appearing at public houses and shops. Ulf s blind rage will be sparked off when he encounters this, surely leading his gang into war with any “true Duskers” brave enough to stand up to him.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_89.png","notes":"","effects":[]}
{"_id":"7MBSH5duBbixRcdi","name":"The Crows","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An old gang with new leadership. Known for running illegal games of chance and extortion rackets.","type":"Underworld","tier":"2","goal_1":"Reestablish control of Crows Foot","goal_1_clock_max":6,"goal_2":"Rise in Tier","goal_2_clock_max":6,"turf":"Claims all of Crows Foot as their turf. Everyone in the district pays up the chain to them. HQ in an abandoned City Watch tower. Operates gambling dens in Crows Foot and extortion rackets at the Docks.","assets":"A veteran gang of thugs and killers. A number of small boats. A fortified HQ.","quirks":"Rorics body was lost during his murder (it fell into a canal). His vengeful ghost is now at large in the city.","notables":"Lyssa (leader, brash, killer, noble family). Bell (second-in-command, loyal).","allies":"The Bluecoats, Sailors, The Lost, Citizens of Crows Foot.","enemies":"The Hive, Inspectors, Dockers.","situation":"Lyssa murdered the former boss of the Crows, Roric. She is a fearsome killer, and few want to cross her, but her position as leader of the Crows is uncertain. Some were very loyal to Roric. As the power-play continues, the Crows hold on the district just might slip away.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.4_27.png","notes":"","effects":[]}
{"_id":"8r4sPp0fQOgcP5DL","name":"Deathlands Scavengers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Convicts from Ironhook and desperate freelancers who roam the wasteland beyond the lightning barriers.","type":"The Fringe","tier":"2","goal_1":"Obtain pardons (repeating)","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"A few precious hold-fasts in the deathlands, secured by ancient rites against spirits. Hunting grounds to feed on the few strange animals that survived the cataclysm.","assets":"Generators, lightning hooks, gas-masks, air tanks, and other essentials of deathlands survival. A secret ancient book of ritual sorcery.","quirks":"Possession is a common hazard, and scavengers either learn to deal with it, or go mad and vanish into the darkness of the wastes. Those still in Lady Thorns company have adapted well and suffer only minimal ill effects from possession.","notables":"Lady Thorn (leader, haunted, brave, caring). Richter (hunter, patient, quiet, deadly).","allies":"Forgotten Gods, Gondoliers, Spirit Wardens.","enemies":"Ironhook Prison.","situation":"Condemned prisoners are sometimes given “mercy” and sent into the deathlands rather than being executed at Ironhook. A few survive, thanks to Lady Thorn and her deathlands scavengers, who take them in and train them in the ways of deathlands hunting and survival. The scavengers hunt for lost artifacts and treasures in the wastes, to sell or trade in the city, sometimes for enough to buy a pardon and return to life within the barriers once again.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_23.png","notes":"","effects":[]}
{"_id":"AO0tBar0EdNVvfP2","name":"The Foundation","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The powerful ancient order of architects and builders. Many of their enemies have disappeared behind the brick and mortar of Doskvol.","type":"Labor & Trade","tier":"4","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_22.png","notes":"","effects":[]}
{"_id":"JUJZXGo662cp18Ag","name":"Gondoliers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The canal boat operators. Venerated by ancient tradition. Said to know occult secrets (many things are submerged in the Dusk).","type":"Labor & Trade","tier":"3","goal_1":"Investigate desecrated hollows","goal_1_clock_max":8,"goal_2":"Destroy spirit wells (repeating)","goal_2_clock_max":4,"turf":"The canals of Doskvol. Even the Bluecoats canal patrol pays respect to them.","assets":"Fleet of gondolas and other water-craft. Map of known spirit wells and arcane sites across the city. A dedicated cohort of Adepts.","quirks":"Initiation into the Gondoliers grants the Whispers Compel special ability.","notables":"Eisele (leader, serene, knowledgeable, fearless). Griggs (chief Whisper, strange, ruthless, haunted).","allies":"The Lampblacks, Citizenry of all districts.","enemies":"The Red Sashes, Spirit Wardens.","situation":"Killers have disposed of bodies in the canals of Doskvol for centuries. The vengeful ghosts that rise from the corpses are a serious threat—a threat dealt with by the Gondoliers since ancient times. Before the Spirit Wardens were created by the Emperor, the Gondoliers protected citizens from rogue spirits and supernatural dangers of all kinds. The Gondoliers are beloved by most citizens, who prefer to go to them with “weird problems” rather that relying on the ruthless and indiscriminate judgment of the Spirit Wardens. A sudden influx of ritually disfigured hollows dumped in the canals has sparked investigation by the Gondoliers (the Spirit Wardens are pointedly ignoring the situation).","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_12.png","notes":"","effects":[]}
{"_id":"JqoDYZADCL5Whq10","name":"The Lost","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A group of street-toughs and ex-soldiers dedicated to protecting the downtrodden and the hopeless.","type":"Underworld","tier":"1","goal_1":"Destroy cruel workhouses (repeating)","goal_1_clock_max":4,"goal_2":"","goal_2_clock_max":0,"turf":"Converted rail car (HQ). The poverty-stricken streets of Coalridge and Dunslough.","assets":"A very experienced gang of formerly vicious thugs, killers, and Imperial soldiers.","quirks":"The Lost have all done horrible things in their former lives and they believe they must atone for these “sins.” Each member keeps a pile of stones under their bed—one for each sin they balance with a just deed.","notables":"Cortland (leader, idealist, candid, cavalier).","allies":"Workhouse Laborers, Citizens of Coalridge and Dunslough, The Crows.","enemies":"Workhouse Foremen, Bluecoats, The Billhooks.","situation":"The Lost are currently focusing their efforts in Coalridge, running a campaign of sabotage, terror, and savage beatings against the most notoriously cruel workhouse foremen. The already-brewing union organizing efforts in that district are emboldened by the Losts attacks, and the local Bluecoat patrols are starting to complain to their commanders for support of extra Watch guards from other districts. Meanwhile, the Coalridge foremen are making it known that theyll pay top dollar to anyone who will take the Lost out of the picture.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.7_26.png","notes":"","effects":[]}
{"_id":"K2wssu3bKTDo6AZ8","name":"The Unseen","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An insidious criminal enterprise with secret membership. Thought to pull the strings of the entire underworld.","type":"Underworld","tier":"4","goal_1":"Infiltrate the Spirit Wardens","goal_1_clock_max":8,"goal_2":"Expand into other cities","goal_2_clock_max":8,"turf":"A multitude of vice dens and extortion rackets across the city—virtually none realize that they pay up to the Unseen. Several opulent townhouses used as safe houses.","assets":"A legion of thugs, thieves, and killers on-call to their secret masters.","quirks":"The perfect secrecy of the Unseen is the result of arcane rituals. Core members can recognize each other with attuned second sight. Any non-member who learns the identity of a member falls victim to a ritual that removes that memory from their mind after a few moments.","notables":"The Tower (leader). The Star (captain). Grull (mid-level thug with big ambitions, undercover as a coach driver).","allies":"The Bluecoats, Ironhook Prison, The Forgotten Gods, Cyphers.","enemies":"Ink Rakes, The Hive, Spirit Wardens.","situation":"The Unseen crave the power and authority of the Spirit Wardens, whose own secret membership has so far resisted infiltration. The Tower and The Star plot to place their own spies and operatives among the Wardens and seize it from within.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.3_91.png","notes":"","effects":[]}
{"_id":"NP1ktNsYmITooKEB","name":"The Red Sashes","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Originally a school of ancient Iruvian sword arts, since expanded into criminal endeavors.","type":"Underworld","tier":"2","goal_1":"Destroy the Lampblacks","goal_1_clock_max":8,"goal_2":"Become ward boss of Crows Foot","goal_2_clock_max":8,"turf":"HQ in their sword-fighting school/temple. Operates a handful of high-end drug dens across Crows Foot and the Docks.","assets":"Small contingent of master sword-fighters. Master alchemist; many potent potions and essences.","quirks":"Several members of the Red Sashes are the sons and daughters of Iruvian nobility and diplomats in Doskvol. They train in swordplay at the school and sometimes participate in gang activities. Their families are powerful and will commit significant resources to punishing anyone who harms their children.","notables":"Mylera Klev (leader, shrewd, ruthless, educated, art collector).","allies":"Iruvian Consulate, The Path of Echoes, Dockers, Cabbies, Inspectors.","enemies":"The Lampblacks, Bluecoats, Gondoliers.","situation":"The Red Sashes and the Lampblacks are at war over turf and vengeance for deaths on both sides. Mylera is recruiting every free blade in the district for extra muscle and doesnt take no for an answer. Youre either with them or against them. The Red Sashes are very well-connected, with former sword students placed at the Iruvian Consulate, in the Path of Echoes, and among the Inspectors.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_43.png","notes":"","effects":[]}
{"_id":"PRxflj79Ihidz08e","name":"Inspectors","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The criminal investigators of the City Watch. They have a reputation for ethics and integrity (no one likes them). They present evidence for prosecutions to the city magistrates.","type":"Institutions","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.4_68.png","notes":"","effects":[]}
{"_id":"QVFLD8E1R2b8uW6v","name":"Lord Scurlock","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An ancient noble, said to be immortal, like the Emperor. Possibly a vampire or sorcerer. Obsessed with the occult.","type":"Underworld","tier":"3","goal_1":"Fulfill debt to Setarra","goal_1_clock_max":12,"goal_2":"Obtain arcane secrets (repeating)","goal_2_clock_max":6,"turf":"A secret lair outside the city. A dilapidated manor house in Six Towers and the catacombs beneath. An array of business holdings and cult shrines across the city, collected for some united purpose known only to Scurlock.","assets":"An impressive collection of occult and arcane curios, books, and ephemera. An ancient demonic temple.","quirks":"Scurlock is immune to spirits. Ghosts cant see, hear, or harm him. He makes no sound when he moves and is sometimes difficult to look at directly.","notables":"Lord Scurlock (enigmatic, cold, arcane, old-fashioned) is an individual, but is so powerful that hes considered a faction. His personal scale is Tier III—in conflicts he counts as a large gang (20 people).","allies":"City Council, Bluecoats, Inspectors, The Forgotten Gods.","enemies":"Spirit Wardens, The Immortal Emperor.","situation":"Lord Scurlock is bound by ancient magic to the demon Setarra. Who is the master and who is the servant? Their roles have changed many times over the centuries. Now, Lord Scurlock must fulfill a debt. Setarra has found a nest of sea demons in the harbor, encased in stone, chained by magic from the cataclysm. She seeks to free them to see their wrath loosed on the world of men. Scurlock will aid her in this or suffer a dark doom.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_80.png","notes":"","effects":[]}
{"_id":"REOJIws25XiXvaBH","name":"Skovlander Refugees","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Desperate survivors of the Unity War, forced to criminal opportunities when denied all others.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_81.png","notes":"","effects":[]}
{"_id":"SaiG4M5tok0NHaHJ","name":"The Weeping Lady","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A charity and pseudo-religion, honoring the first Lord Governor of Doskvol, Lady Devera, said to be a champion of the poor.","type":"The Fringe","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_19.png","notes":"","effects":[]}
{"_id":"TINpL3YLtvw56McO","name":"The Hive","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A guild of legitimate merchants who secretly trade in contraband. Named for their symbol, a golden bee.","type":"Underworld","tier":"4","goal_1":"Dominate contraband market","goal_1_clock_max":8,"goal_2":"Avenge Rorics murder","goal_2_clock_max":6,"turf":"Many shops, taverns, cafes, warehouses, and other mercantile establishments all across the city. No centralized HQ.","assets":"A massive treasury. Elite mercenaries on retainer. A fleet of transport ships, carriages, wagons, and private trains.","quirks":"The Hive is known to avoid doing business with any occult or arcane groups. The Church of Ecstasy is popular among Hive members, who reject the superstitions and weird practices of the past.","notables":"Djera Maha (leader, bold, strategic, confident). Karth Orris (mercenary commander, ruthless, insightful, jealous).","allies":"Ministry of Preservation, Dagger Isles Consulate.","enemies":"The Circle of Flame, The Unseen, The Crows, The Wraiths.","situation":"Djera Maha grew up as an urchin in the Dagger Isles. She learned all the secrets of vice and smuggling as she worked her way up the ranks of every gang along the trade routes to Doskvol. Having built up her acquisition and distribution network in the city (as well as within the Ministry of Preservation) she is poised to take over all of the contraband markets. Maha had a close relationship (some say romantic) with the leader of the Crows, Roric, who was recently murdered by his second-in-command.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_08.png","notes":"","effects":[]}
{"_id":"TwSEsku7GRiU58yT","name":"The Gray Cloaks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A crew of former Bluecoats turned to crime after being framed and expelled from the City Watch.","type":"Underworld","tier":"2","goal_1":"Secure Six Towers as their turf","goal_1_clock_max":8,"goal_2":"Avenge their expulsion","goal_2_clock_max":8,"turf":"The basement of a burned-down City Watch station (HQ). Several apartments above a tobacconist in Six Towers. A pit-fighting arena and gambling den.","assets":"The Gray Cloaks have attracted other former Bluecoats to their crew, amassing a sizeable gang of trained enforcers. They have their old uniforms and badges and often use them to pass as the City Watch.","quirks":"","notables":"Nessa (leader, scrupulous, daring). Hutch (second, brash, fierce).","allies":"The Inspectors.","enemies":"Bluecoats, Lord Strangford (Leviathan Hunters).","situation":"The Gray Cloaks are all former Bluecoats who were framed for a crime committed by their Watch station commander. Sure, they were skimming from the city coffers and taking bribes like everyone else, but they didnt burn down the Watch station and destroy the evidence in the case against Lord Strangford (of the Leviathan Hunters). Several inspectors who were working the case know the truth but cant prove anything—yet. Lord Strangford would pay well to have these loose ends removed permanently.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.3_17.png","notes":"","effects":[]}
{"_id":"VHnKhME6rv5zL4q5","name":"The Silver Nails","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A company of Severosi mercenaries who fought for the Empire in the Unity War. Renowned ghost killers.","type":"Underworld","tier":"3","goal_1":"Destroy spirits in the Lost District","goal_1_clock_max":8,"goal_2":"Control the Lost District","goal_2_clock_max":8,"turf":"A large inn (The Mustang) and its fine stables (HQ).","assets":"A contingent of exquisite Severosian cavalry horses—fearless, swift, and trained to hunt and battle spirits. Arcane lances.","quirks":"Each member wears a ring fashioned from a silver nail, which protects against possession. Theyre trained in the Ghost Fighter special ability (Cutter).","notables":"Seresh (leader, bold, brash, defiant). Tuhan (lead scout, bold, cunning, charming).","allies":"Imperial Military, Sailors, Severosan Consulate.","enemies":"The Circle of Flame, The Grinders, Skovlan Consulate, Skovlander Refugees, Spirit Wardens.","situation":"Thanks to their expertise from riding in the deathlands of Severos, the Silver Nails are perfectly suited to explore the forbidden Lost District outside the lightning barrier of the city. Once the fiercest ghosts are driven out or destroyed, the Silver Nails can seize control and plunder the forgotten treasures and artifacts hidden within. (The Spirit Wardens currently control access to the Lost District and do everything in their power to keep the Silver Nails—and everyone else—out.)","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_54.png","notes":"","effects":[]}
{"_id":"c5nQVCDTWTClAw91","name":"The Church of Ecstasy","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The “state religion” honors the life of the body and abhors the corrupted spirit world. Essentially a secret society.","type":"The Fringe","tier":"4","goal_1":"Unlock the secret of ascension","goal_1_clock_max":12,"goal_2":"Eliminate the Reconciled","goal_2_clock_max":12,"turf":"The Sanctorium grand cathedral in Brightstone. Many other smaller temples across the city.","assets":"A large treasury of tithes from citizens. Extensive arcane and occult libraries, workspaces, and artifacts. Many cohorts of acolytes and hollows who enforce the will of the Churchs leadership.","quirks":"Zealous believers volunteer to be hollowed to “become purified.” This was once common among the ancient cult of the Empty Vessel, which preceded the Church.","notables":"Elder Rowan (leader, devout, resolute, visionary). Preceptor Dunvil (arcane researcher, unorthodox, obsessive, enigmatic).","allies":"City Council, Leviathan Hunters, Spirit Wardens.","enemies":"The Path of Echoes, The Reconciled.","situation":"The purest beings (according to secret teachings of the Church), are those entirely without spirits: the demons. Demons are immortal, but never fade into madness or lustful hungers as rogue human spirits and vampires do. They are perfect; and the most devout of the Church seek to become as they are, to unlock the secret of ascension. Many dark experiments and rituals with hulls, hollows, vampires—and the rare demon—are conducted in the labyrinthine dungeons below the Churchs chief cathedral in Brightstone.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.1_40.png","notes":"","effects":[]}
{"_id":"cEXO0FtdeEWPrZXj","name":"City Council","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The elite nobility who run the city government, its treasury, magistrates, and public works.","type":"Institutions","tier":"5","goal_1":"Strangford is removed from council","goal_1_clock_max":6,"goal_2":"Strangford eliminates threats","goal_2_clock_max":8,"turf":"The city council chambers are in Charterhall, along with the attendant government offices and impregnable city treasury vaults. The council also holds ownership of all public spaces in the city, including streets, docks, and waterways.","assets":"A massive treasury of coin and valuable goods. Many officials, barristers, clerks, and officials. The public coaches operated by the Cabbies.","quirks":"The members of the Council are all high-ranking adepts in the Church of the Ecstasy of the Flesh. Some of them are also secretly initiates in the Path of Echoes.","notables":"The scions of the six most powerful noble families in Doskvol, currently: Bowmore, Clelland, Dunvil, Penderyn, Rowan, and Strangford.","allies":"Bluecoats, The Church of Ecstasy, The Circle of Flame, Lord Scurlock, The Brigade, Cabbies, Sparkwrights, The Foundation.","enemies":"Imperial Military, Inspectors, Ministry of Preservation, The Reconciled.","situation":"Three of the councilors (Bowmore, Clelland, Rowan) have aligned against Strangford and are maneuvering to remove the house from the council. Dunvil and Penderyn have not taken sides so far. Can the conspirators arrange for the necessary scandal, framed crime, or assassinations to remove Strangford? Or can Strangford House stand against them and eliminate the threats?","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_14.png","notes":"","effects":[]}
{"_id":"chDTc6y2W1kMXNmE","name":"The Forgotten Gods","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Cults that attempt to follow the old ways from before the cataclysm, doing the bidding of demons and darker things. There are many cults, who rarely organize together. An individual cult is usually Tier I or Tier II.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.7_06.png","notes":"","effects":[]}
{"_id":"dIbBBLJ5f4F6JZaB","name":"Bluecoats","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The City Watch of Duskwall. Known as the meanest gang in the city. Corrupt, violent, and cruel.","type":"Institutions","tier":"3","goal_1":"Procure bigger budget, military arms & equipment","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"The Bluecoats claim the whole city as their turf, but find their influence severely limited in Whitecrown, where the Imperial Military garrison holds sway under command of the Lord Governor.","assets":"Many large gangs of vicious thugs in uniform. Armored coaches and canal patrol boats. Public punishment sites (pillories, stocks, hanging cages).","quirks":"The Bluecoats are divided into companies by district, and they have fierce rivalries, encouraged by their superiors—often good-natured, but sometimes violent.","notables":"Commander Clelland (chief commissioner of the City Watch, corrupt, cruel, arrogant). Captain Michter (chief instructor, ambitious, fierce, confident). Captain Vale (quartermaster, loyal, insightful, quiet).","allies":"The City Council, The Billhooks, The Crows, Ironhook Prison, Lord Scurlock, The Unseen.The City Council, The Billhooks, The Crows, Ironhook Prison, Lord Scurlock, The Unseen.","enemies":"Imperial Military, many criminal organizations.","situation":"The Bluecoats have become jealous of the elite hardware and vehicles used by the Imperial Military. They want to refit their watch-guards in heavy armor and weapons, to better strike fear into those they prey upon.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_83.png","notes":"","effects":[]}
{"_id":"eOgo3e4XPh9I21CJ","name":"Sailors","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The captains and crews for merchant and Imperial Navy ships.","type":"Labor & Trade","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.6_27.png","notes":"","effects":[]}
{"_id":"eV404u5urw8QQ2cP","name":"The Horde","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A mass of hollows, all united in some fell purpose, controlled by an unknown power.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.3_37.png","notes":"","effects":[]}
{"_id":"f3Fs81IQOSyXGMRe","name":"The Billhooks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A tough gang of thugs who prefer hatchets, meat hooks, and pole arms.","type":"Underworld","tier":"2","goal_1":"Terrorize magistrates to pardon members in prison","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"A butcher shop (HQ), stockyard, and slaughterhouse. Animal fighting pits and gambling dens. Several terrified merchants and businesses, which they extort.","assets":"A large gang of bloodthirsty butchers. A pack of death-dogs.","quirks":"The Billhooks have a bloody reputation, often leaving the butchered corpses of their victims strewn about in a grisly display. Many wonder why the Bluecoats turn a blind eye to their savagery.","notables":"Tarvul (leader, serving life in prison, savage, arrogant, family man). Erin (captain, Tarvuls sister, confident, deadly, ambitious). Coran (thug, Tarvuls son, fierce, loyal, quiet).","allies":"The Bluecoats, Ministry of Preservation.","enemies":"Ulf Ironborn, The Lost, Citizenry of Crows Foot and the Docks.","situation":"Erin and Coran both want to take control of the Billhooks gang, either when Tarvul gets too old (which will be soon) or by taking the position by force. There is no love lost between Erin and Corran and theyll have no qualms about fighting a family member for leadership. Meanwhile, the rest of the gang wants to continue their reign of terror to pressure a magistrate to pardon Tarvul and other gang members and release them from Ironhook.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.4_87.png","notes":"","effects":[]}
{"_id":"fTgVYmWDE2JlxBFy","name":"The Wraiths","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A mysterious crew of masked thieves and spies.","type":"Underworld","tier":"2","goal_1":"Recruit expert thieves","goal_1_clock_max":8,"goal_2":"Secure an arcane ally","goal_2_clock_max":6,"turf":"Silkshore and Nightmarket are their primary hunting grounds. They specialize in the theft of luxury items and intelligence gathering for clients to use as blackmail.","assets":"A scattered collection of secret rooftop shelters. A secret lair in a tower in Silkshore. All manner of thieves gear for burglary.","quirks":"Each member wears a mask and conceals their true identity with an alias. They communicate with a private sign language.","notables":"Slate (leader, sophisticated, daring, secretive). Loop (appraisal expert, obsessive, moody, secretive).","allies":"Cabbies.","enemies":"Bluecoats, Inspectors, The Hive.","situation":"The Wraiths recently completed a heist at a luxury brothel in Nightmarket and happened to grab the private map book of a leviathan hunter in the process. The map book shows the secret hunting grounds of augured leviathan sites that will be used by the ship Storm Palace during the next season. Such a map is useless to the Wraiths, but is worth a small fortune to another leviathan hunter. The Wraiths are currently reaching out to contacts in the underworld to quietly arrange a sale.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.7_75.png","notes":"","effects":[]}
{"_id":"gxQwpXYezRKYeSmS","name":"Ministry of Preservation","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Oversees transportation between cities and the disbursement of food and other vital resources.","type":"Institutions","tier":"5","goal_1":"Seize control of Leviathan Hunters","goal_1_clock_max":12,"goal_2":"","goal_2_clock_max":0,"turf":"The electro-rail train lines of the Imperium. Radiant energy farms, eeleries, and other food-growing enterprises throughout the city.","assets":"A fleet of cargo ships and their armed escorts. A significant treasury from taxation and transportation licensing. The Rail Jacks who work the train lines. A private mercenary company that answers only to the ministry itself.","quirks":"","notables":"Lord Dalmore (executive officer in Doskvol, commanding, intelligent). Lady Slane (chief of operations, insightful, subtle, effective). Captain Lannock (mercenary commander, shrewd, ruthless).","allies":"The Billhooks, Imperial Military, Rail Jacks, Sparkwrights.","enemies":"Leviathan Hunters","situation":"The Ministry leadership believes that the leviathan hunters are too vital to the public well-being to be controlled by the bickering noble houses, vulnerable to their petty rivalries and vendettas. Agents within the ministry have been tasked with a variety of espionage, sabotage, and political actions to ultimately seize control of the hunters and bring them into Ministry control.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_78.png","notes":"","effects":[]}
{"_id":"h9zCERXsqRrnY8uG","name":"Imperial Military","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The armed forces of the Imperium stationed in Doskvol. Garrisons are posted at Gaddoc Rail Station, aboard the naval destroyer Paragon, and at the Lord Governors stronghold (about 250 troops in total).","type":"Institutions","tier":"6","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_24.png","notes":"","effects":[]}
{"_id":"jQhCBsZMye3iuWwD","name":"The Circle of Flame","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A refined secret society of antiquarians and scholars; cover for extortion, graft, vice, and murder.","type":"Underworld","tier":"3","goal_1":"Acquire all the ancient artifacts of Kotar","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"The Centuralia club, Six Towers (HQ).","assets":"Vast treasury provided by wealthy membership. Impressive collection of ancient artifacts, maps, and ephemera. Highly trained and discreet private security force.","quirks":"One of The Seven is actually a demon in disguise.","notables":"The Seven (leadership): Elstera Avrathi (Iruvian diplomat, secretive, gracious), Lady Drake (magistrate, cunning, ruthless), Raffello (painter, visionary, obsessive), Lord Mora (noble, cold, suspicious), Lady Penderyn (noble, charming, patient), Madame Tesslyn (vice purveyor, sophisticated, subtle), Harvale Brogan (vice purveyor, shrewd, quiet).","allies":"One of The Seven is actually a demon in disguise.","enemies":"The Hive, The Silver Nails.","situation":"The Circle has an extensive library of scholarly works that catalog many of the arcane artifacts and valuable treasures that disappeared when the Lost District was abandoned outside the lightning barrier. Of special interest are the remains of Kotar, a legendary sorcerer, demon, or hero who was mummified before the cataclysm. The Eye, Hand, and Heart of Kotar are said to possess great power for those bold enough to risk their use.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.4_40.png","notes":"","effects":[]}
{"_id":"k9eP2ljDQ69SPFMM","name":"Dockers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The hard-bitten laborers who work the docks.","type":"Labor & Trade","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.6_37.png","notes":"","effects":[]}
{"_id":"kLqbLib9huB78UDs","name":"Sparkwrights","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The engineers who maintain the lightning barriers. Also pioneers of spark-craft technology, indulging in dangerous research.","type":"Institutions","tier":"4","goal_1":"Develop alternative fuel","goal_1_clock_max":12,"goal_2":"","goal_2_clock_max":0,"turf":"Massive workshop, factory, and design facility in Coalridge.","assets":"The electroplasmic generators, city lights, lightning barriers and associated facilities and systems across the city.","quirks":"","notables":"Una Farros (instructor at Charterhall University, curious, vain, famous).","allies":"City Council, Leviathan Hunters, Ministry of Preservation.","enemies":"The Path of Echoes, The Reconciled, The Foundation.","situation":"For centuries, the Sparkwrights have worked in secret to develop an alternative fuel that could replace the leviathan blood that powers the lightning barriers of the Imperium. A few researchers have gotten close, but “accidents” have inevitably killed them and destroyed their work (certainly arranged by the nobility who rule because of their stranglehold on leviathan hunting). But there is always a daring visionary willing to try to pick up the pieces and complete the work—even at the risk of their own life. Will one of them manage it this time, or will they, too, fall victim to the deadly agents of the elite?","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.3_89.png","notes":"","effects":[]}
{"_id":"lBs8tpynTsEHKQdr","name":"The Reconciled","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An association of ancient spirits who have not gone feral with the passage of time.","type":"The Fringe","tier":"3","goal_1":"Infiltrate the City Council","goal_1_clock_max":8,"goal_2":"Infiltrate the Church of Ecstasy","goal_2_clock_max":8,"turf":"None","assets":"Several secret and hidden spirit wells across the city and in the deathlands, which give the Reconciled the arcane energy they need to survive.","quirks":"The spirits of the Reconciled do not lose their minds or become obsessed with vengeance as other spirits do. They can possess a victim indefinitely without any adverse effects.","notables":"The Reconciled have possessed several important citizens in Doskvol. Their exact membership is not known.","allies":"City Council, Gondoliers.","enemies":"The Church of Ecstasy, Spirit Wardens, Sparkwrights.","situation":"The Reconciled are very ancient and wise; they see themselves as the rightful and just rulers that Duskwall needs. A few of the City Council members have become initiates in the Path of Echoes and will soon be vulnerable to possession by the Reconciled. These councilors are also high-ranking members of the Church of the Ecstasy of the Flesh, which will give the Reconciled an opportunity for infiltration into that organization as well.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.6_18.png","notes":"","effects":[]}
{"_id":"mPhvymlLwB1kxxsL","name":"The Dimmer Sisters","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"House-bound recluses with an occult reputation.","type":"Underworld","tier":"2","goal_1":"Dominate the spirit trade","goal_1_clock_max":6,"goal_2":"Obtain arcane secrets (repeating)","goal_2_clock_max":4,"turf":"Fine old manor house and grounds (HQ), as well as the ancient temple ruin and subterranean canal beneath. Apothecaries and witches in their service.","assets":"A private electroplasmic generator, lightning barriers, and spirit containment vessels. Many spirits bound to service.","quirks":"The precise number of sisters is unknown. Some say they are an ancient family of possessing spirits. Others say they are vampires. Everyone knows that if you go into their house, you never come out again.","notables":"There is no single leader of the Sisters; their true names are not known. Roslyn (servant, patient, loyal, arcane) deals with contacts outside the house. Irelen (sparkcraft tinkerer, loyal, enigmatic, obsessive).","allies":"The Forgotten Gods, The Foundation.","enemies":"Spirit Wardens, The Reconciled.","situation":"The Sisters have been slowly and secretly consolidating the trade of captured spirits and spirit essences in Doskvol for several decades. Only a few remaining rivals stand between them and domination of the market. Do they have an ulterior motive for acquiring so many spirits and essences, or is this purely a matter of wealth and power?","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.6_11.png","notes":"","effects":[]}
{"_id":"mYR5X7sxhaAPcNlz","name":"Rail Jacks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The men and women who protect the electro-trains of the Imperium from the savage spirits of the deathlands. Have recently been making noises about forming a union.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_70.png","notes":"","effects":[]}
{"_id":"oaEylfQehXTi6Tc2","name":"Ink Rakes","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The journalists, muckrakers, and newspaper publishers of Doskvol.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.4_19.png","notes":"","effects":[]}
{"_id":"ozMnMOEN4bcDdYsF","name":"Cabbies","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":" The public coach operators. They also breed the large Akorosian goats used to pull the carriages. An impressive gossip network.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.4_04.png","notes":"","effects":[]}
{"_id":"psEXAAwASDIzkWLT","name":"The Grinders","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A vicious gang of former dockers and leviathan blood refinery workers.","type":"Underworld","tier":"2","goal_1":"Raise a crew, steal a war ship","goal_1_clock_max":12,"goal_2":"Fill war treasury","goal_2_clock_max":12,"turf":"Abandoned dock warehouse (HQ) and underground canal dock.","assets":"A few small canal boats. Wrecking tools and explosives.","quirks":"Many Grinders have been mutated by the toxic rain that plagues Lockport.","notables":"Hutton (leader, confident, volatile). Sercy (second, crippled, defiant). Derret (toughest gang member, huge, shrewd).","allies":"Ulf Ironborn, Dockers.","enemies":"Bluecoats, Imperial Military, Leviathan Hunters, Sailors, The Silver Nails.","situation":"The city of Lockport, to the North in Skovlan, processes 90% of the demon blood siphoned by the leviathan hunter ships of Doskvol (the hunters drop their raw cargo at Lockport before filling their holds with refined blood and returning to Doskvol for repairs and replacement crew for those lost to the Void Sea). The huge, churning refineries in Lockport have poisoned the city under a stinking cloud of toxic fumes and acid rain. A group of dockers and refinery workers from Lockport have come to Doskvol to raise an army and secure a warship with which to seize control of Lockport and destroy the Empires refineries. They call themselves “the Grinders.” To raise funds for their mission, the Grinders have turned to criminal endeavors, especially smash & grab looting and hijacking of cargo barges across the city.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_62.png","notes":"","effects":[]}
{"_id":"r4j7tF3gqhwNhkTG","name":"The Lampblacks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The former lamp-lighter guild, turned to crime when their services were replaced by electric lights.","type":"Underworld","tier":"2","goal_1":"Destroy the Red Sashes","goal_1_clock_max":8,"goal_2":"Become ward boss of Crows Foot","goal_2_clock_max":8,"turf":"HQ in the office of a coal warehouse. Operates a handful of brothels and cheap drug dens across Crows Foot.","assets":"A fearsome gang of leg-breakers and mayhem-makers. A number of smugglers on the payroll who run their drugs.","quirks":"Bazso Baz is a member of a secret society (forgotten gods cult, “The Empty Vessel”) and sometimes puts the needs of that group ahead of the well-being of his gang.","notables":"Bazso Baz (leader, charming, open, ruthless, whiskey connoisseur). Pickett (second, shrewd, conniving, suspicious). Henner (thug, loyal, reckless).","allies":"The Fog Hounds, Gondoliers, Ironhook Prison.","enemies":"The Red Sashes, The Bluecoats, Cabbies.","situation":"The Lampblacks and the Red Sashes are at war over turf and vengeance for deaths on both sides. Bazso Baz is recruiting every free blade in the district for extra muscle and doesnt take no for an answer. Youre either with them or against them. The Lampblacks are not particularly well-connected politically, but are akin to folk-heroes among the working class, who see them as “lovable rogues” standing up to the powers-that-be.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.3_04.png","notes":"","effects":[]}
{"_id":"tfZ5OcjmtoSHRsst","name":"Spirit Wardens","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The bronze-masked hunters who destroy rogue spirits. Also run Bellweather Crematorium to properly dispose of corpses.","type":"Institutions","tier":"4","goal_1":"Uncover the infiltrators","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"Bellweather Crematorium. The Master Wardens estate in Whitecrown.","assets":"The death bells that ring whenever someone dies in the city, and the deathseeker crows that fly to find the body (ancient, arcane). Many cohorts of expert Whispers. The most advanced spectrological and spark-craft equipment, including several spirit-hunter hulls.","quirks":"Membership in the Wardens is secret and utterly anonymous. They cut all ties and have no families or close relationships, save their fellow Wardens.","notables":"There are no known Spirit Wardens—they maintain an anonymous membership of people not native to Duskwall, using code-names. A Warden known as “Bakoros” (who may be several different individuals) sometimes lectures at the College of Immortal studies at Doskvol Academy.","allies":"The Church of Ecstasy, Deathlands Scavengers.","enemies":"The Dimmer Sisters, Gondoliers, Lord Scurlock, The Silver Nails, The Unseen, Path of Echoes, The Reconciled.","situation":"The Spirit Wardens know that an enemy is attempting to infiltrate their ranks (they dont yet know that its the Unseen). The Wardens are laying a trap for this enemy, to uncover their identity and eliminate them.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.2_97.png","notes":"","effects":[]}
{"_id":"uvXnoyH7CBxOjUC7","name":"Cyphers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The messenger guild of the city. Cyphers swear sacred oaths of secrecy—never revealing the contents of their messages or the identities of their clients—or so they claim.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.6_36.png","notes":"","effects":[]}
{"_id":"yAkxbZOyRy2UWCpJ","name":"The Path of Echoes","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A mystery cult that borders on open rebellion against spirit laws. They revere the ancients, and seek to gain knowledge from the past— including consorting with ghosts.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icon.7_49.png","notes":"","effects":[]}
{"_id":"zs5YXCKaGGg8WhLU","name":"Leviathan Hunters","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The captains and crews that grapple with titanic demons of the Void Sea to drain their blood for processing into electroplasm.","type":"Institutions","tier":"5","goal_1":"Discover new hunting grounds","goal_1_clock_max":12,"goal_2":"Surplus runs dry","goal_2_clock_max":12,"turf":"The massive metal docks for the huge hunter ships and the associated construction and repair facilities. Several small private leviathan blood processing facilities for the captains personal shares.","assets":"The leviathan hunter fleet (each vessel is owned by the noble house who built and commands it). Many cohorts of expert sailors, as well as spark-craft technicians, demonologist Whispers, and void-touched navigators. Companies of marines to protect the vessels and their valuable cargo at sea and in port.","quirks":"","notables":"Lord Strangford (captain, ruthless, arrogant, tainted). Lady Clave (captain, daring, cruel, accomplished). Lady Ankhayat (Iruvian captain, confident, charming, scoundrel).","allies":"City Council, The Church of Ecstasy, Sailors, Dockers, Sparkwrights.","enemies":"The Grinders, Ministry of Preservation, The Path of Echoes.","situation":"The captains have a horrible secret: the known hunting grounds for leviathans are coming up barren. The immortal creatures, once so reliable in their movements in the Void Sea, have begun to migrate elsewhere. New hunting grounds must be found before the surplus of leviathan blood disappears, and with it, the lightning barriers and the survival of the human race.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/blades-in-the-dark/styles/assets/icons/Icons8_16.png","notes":"","effects":[]}
{"_id":"2K5r1qw5ksVTCTPG","name":"Citizenry","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The ordinary citizens of a district can be represented by a faction, if you want to track status with them in the game. The GM will set their Tier according to the wealth and power of the citizens in that district (Whitecrown might be Tier V, The Docks Tier II, Charhollow Tier 0).","type":"Citizenry","tier":"1","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.1_39.png","notes":"","effects":[]}
{"_id":"4c2Y79JZgCVnXcct","name":"The Brigade","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The Brigade (ii): The fire-fighters of the city. Beloved for their life-saving heroism, or reviled for their looting and extortion rackets. Also known as “Sallies” (from “salamanders,” their ancient name).","type":"Institutions","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.7_98.png","notes":"","effects":[]}
{"_id":"5b7ZjcLaFzfzOohy","name":"The Fog Hounds","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A crew of rough smugglers looking for a patron.","type":"Underworld","tier":"1","goal_1":"Eliminate rival smugglers","goal_1_clock_max":8,"goal_2":"Obtain a regular patron","goal_2_clock_max":6,"turf":"Underground canal dock (HQ). North and East city canal routes. Northern Void Sea routes. Old North Port supply caches.","assets":"Medium steamship, Fog Hound. A crew of hard-bitten, tough, expert sailors—all former Void Sea transport haulers (put out of work by the new cargo rail lines), well-worn from years of harrowing work. A wide array of Imperial transport and cargo documents, some forged, some legit.","quirks":"As veterans of many cruises on the Void Sea, Vale and her crew can be insular and clannish, and have a low initial opinion of anyone who hasnt proven themselves in a similar way. Once won, however, their loyalty is rock solid and fierce.","notables":"Margette Vale (leader, quiet, cold, fearless). Bear (second, fierce, moody, brash). Goldie (navigator, calculating, patient, confident).","allies":"Dockers, The Lampblacks.","enemies":"Bluecoats (canal patrol), The Vultures (rival smuggling outfit, Tier I).","situation":"Vale and her crew have mastered the Northern smuggling routes in and out of Duskwall. Theyre currently attempting to absorb or eliminate the few remaining rivals on their territory and then establish reliable, regular work with a patron who needs a steady stream of contraband.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.6_59.png","notes":"","effects":[]}
{"_id":"7Bv4UaxEmxD00yBM","name":"Ironhook Prison","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Where many scoundrels spend the bulk of their lives. Several criminal organizations are run by convicts inside its walls.","type":"Institutions","tier":"4","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.5_42.png","notes":"","effects":[]}
{"_id":"7KOAEBtL5V0MO9iN","name":"Ulf Ironborn","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A brutal Skovlander, newly arrived in the Dusk, fighting everyone for turf.","type":"Underworld","tier":"1","goal_1":"Carve out gang territory","goal_1_clock_max":6,"goal_2":"Rise in Tier","goal_2_clock_max":4,"turf":"Rooms, workshop, and stable at The Old Forge tavern (HQ). A gambling den.","assets":"A small but powerfully savage gang of thugs.","quirks":"As a refugee of the Unity War, Ulf does not trust the local Akorosi, or anyone who proclaims a strong allegiance to the Imperial government. Those of Skovlander blood find it easy to win his trust, however.","notables":"Ulf Ironborn (leader, ruthless, savage, bold). Havid (second, ruthless, volatile, shrewd).","allies":"The Grinders","enemies":"Citizens of Coalridge, The Billhooks","situation":"Ulf is newly arrived in Doskvol, seeking his fortune on the streets. His gang has had recent success with savage smash & grab operations, leading into a potential “protection” racket. As more Skovlander war refugees swell the city population, the bigotry of some locals is starting to surface, with “NO SKOVS” signs appearing at public houses and shops. Ulf s blind rage will be sparked off when he encounters this, surely leading his gang into war with any “true Duskers” brave enough to stand up to him.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_89.png","notes":"","effects":[]}
{"_id":"7MBSH5duBbixRcdi","name":"The Crows","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An old gang with new leadership. Known for running illegal games of chance and extortion rackets.","type":"Underworld","tier":"2","goal_1":"Reestablish control of Crows Foot","goal_1_clock_max":6,"goal_2":"Rise in Tier","goal_2_clock_max":6,"turf":"Claims all of Crows Foot as their turf. Everyone in the district pays up the chain to them. HQ in an abandoned City Watch tower. Operates gambling dens in Crows Foot and extortion rackets at the Docks.","assets":"A veteran gang of thugs and killers. A number of small boats. A fortified HQ.","quirks":"Rorics body was lost during his murder (it fell into a canal). His vengeful ghost is now at large in the city.","notables":"Lyssa (leader, brash, killer, noble family). Bell (second-in-command, loyal).","allies":"The Bluecoats, Sailors, The Lost, Citizens of Crows Foot.","enemies":"The Hive, Inspectors, Dockers.","situation":"Lyssa murdered the former boss of the Crows, Roric. She is a fearsome killer, and few want to cross her, but her position as leader of the Crows is uncertain. Some were very loyal to Roric. As the power-play continues, the Crows hold on the district just might slip away.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.4_27.png","notes":"","effects":[]}
{"_id":"8r4sPp0fQOgcP5DL","name":"Deathlands Scavengers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Convicts from Ironhook and desperate freelancers who roam the wasteland beyond the lightning barriers.","type":"The Fringe","tier":"2","goal_1":"Obtain pardons (repeating)","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"A few precious hold-fasts in the deathlands, secured by ancient rites against spirits. Hunting grounds to feed on the few strange animals that survived the cataclysm.","assets":"Generators, lightning hooks, gas-masks, air tanks, and other essentials of deathlands survival. A secret ancient book of ritual sorcery.","quirks":"Possession is a common hazard, and scavengers either learn to deal with it, or go mad and vanish into the darkness of the wastes. Those still in Lady Thorns company have adapted well and suffer only minimal ill effects from possession.","notables":"Lady Thorn (leader, haunted, brave, caring). Richter (hunter, patient, quiet, deadly).","allies":"Forgotten Gods, Gondoliers, Spirit Wardens.","enemies":"Ironhook Prison.","situation":"Condemned prisoners are sometimes given “mercy” and sent into the deathlands rather than being executed at Ironhook. A few survive, thanks to Lady Thorn and her deathlands scavengers, who take them in and train them in the ways of deathlands hunting and survival. The scavengers hunt for lost artifacts and treasures in the wastes, to sell or trade in the city, sometimes for enough to buy a pardon and return to life within the barriers once again.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_23.png","notes":"","effects":[]}
{"_id":"AO0tBar0EdNVvfP2","name":"The Foundation","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The powerful ancient order of architects and builders. Many of their enemies have disappeared behind the brick and mortar of Doskvol.","type":"Labor & Trade","tier":"4","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_22.png","notes":"","effects":[]}
{"_id":"JUJZXGo662cp18Ag","name":"Gondoliers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The canal boat operators. Venerated by ancient tradition. Said to know occult secrets (many things are submerged in the Dusk).","type":"Labor & Trade","tier":"3","goal_1":"Investigate desecrated hollows","goal_1_clock_max":8,"goal_2":"Destroy spirit wells (repeating)","goal_2_clock_max":4,"turf":"The canals of Doskvol. Even the Bluecoats canal patrol pays respect to them.","assets":"Fleet of gondolas and other water-craft. Map of known spirit wells and arcane sites across the city. A dedicated cohort of Adepts.","quirks":"Initiation into the Gondoliers grants the Whispers Compel special ability.","notables":"Eisele (leader, serene, knowledgeable, fearless). Griggs (chief Whisper, strange, ruthless, haunted).","allies":"The Lampblacks, Citizenry of all districts.","enemies":"The Red Sashes, Spirit Wardens.","situation":"Killers have disposed of bodies in the canals of Doskvol for centuries. The vengeful ghosts that rise from the corpses are a serious threat—a threat dealt with by the Gondoliers since ancient times. Before the Spirit Wardens were created by the Emperor, the Gondoliers protected citizens from rogue spirits and supernatural dangers of all kinds. The Gondoliers are beloved by most citizens, who prefer to go to them with “weird problems” rather that relying on the ruthless and indiscriminate judgment of the Spirit Wardens. A sudden influx of ritually disfigured hollows dumped in the canals has sparked investigation by the Gondoliers (the Spirit Wardens are pointedly ignoring the situation).","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_12.png","notes":"","effects":[]}
{"_id":"JqoDYZADCL5Whq10","name":"The Lost","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A group of street-toughs and ex-soldiers dedicated to protecting the downtrodden and the hopeless.","type":"Underworld","tier":"1","goal_1":"Destroy cruel workhouses (repeating)","goal_1_clock_max":4,"goal_2":"","goal_2_clock_max":0,"turf":"Converted rail car (HQ). The poverty-stricken streets of Coalridge and Dunslough.","assets":"A very experienced gang of formerly vicious thugs, killers, and Imperial soldiers.","quirks":"The Lost have all done horrible things in their former lives and they believe they must atone for these “sins.” Each member keeps a pile of stones under their bed—one for each sin they balance with a just deed.","notables":"Cortland (leader, idealist, candid, cavalier).","allies":"Workhouse Laborers, Citizens of Coalridge and Dunslough, The Crows.","enemies":"Workhouse Foremen, Bluecoats, The Billhooks.","situation":"The Lost are currently focusing their efforts in Coalridge, running a campaign of sabotage, terror, and savage beatings against the most notoriously cruel workhouse foremen. The already-brewing union organizing efforts in that district are emboldened by the Losts attacks, and the local Bluecoat patrols are starting to complain to their commanders for support of extra Watch guards from other districts. Meanwhile, the Coalridge foremen are making it known that theyll pay top dollar to anyone who will take the Lost out of the picture.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.7_26.png","notes":"","effects":[]}
{"_id":"K2wssu3bKTDo6AZ8","name":"The Unseen","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An insidious criminal enterprise with secret membership. Thought to pull the strings of the entire underworld.","type":"Underworld","tier":"4","goal_1":"Infiltrate the Spirit Wardens","goal_1_clock_max":8,"goal_2":"Expand into other cities","goal_2_clock_max":8,"turf":"A multitude of vice dens and extortion rackets across the city—virtually none realize that they pay up to the Unseen. Several opulent townhouses used as safe houses.","assets":"A legion of thugs, thieves, and killers on-call to their secret masters.","quirks":"The perfect secrecy of the Unseen is the result of arcane rituals. Core members can recognize each other with attuned second sight. Any non-member who learns the identity of a member falls victim to a ritual that removes that memory from their mind after a few moments.","notables":"The Tower (leader). The Star (captain). Grull (mid-level thug with big ambitions, undercover as a coach driver).","allies":"The Bluecoats, Ironhook Prison, The Forgotten Gods, Cyphers.","enemies":"Ink Rakes, The Hive, Spirit Wardens.","situation":"The Unseen crave the power and authority of the Spirit Wardens, whose own secret membership has so far resisted infiltration. The Tower and The Star plot to place their own spies and operatives among the Wardens and seize it from within.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.3_91.png","notes":"","effects":[]}
{"_id":"NP1ktNsYmITooKEB","name":"The Red Sashes","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Originally a school of ancient Iruvian sword arts, since expanded into criminal endeavors.","type":"Underworld","tier":"2","goal_1":"Destroy the Lampblacks","goal_1_clock_max":8,"goal_2":"Become ward boss of Crows Foot","goal_2_clock_max":8,"turf":"HQ in their sword-fighting school/temple. Operates a handful of high-end drug dens across Crows Foot and the Docks.","assets":"Small contingent of master sword-fighters. Master alchemist; many potent potions and essences.","quirks":"Several members of the Red Sashes are the sons and daughters of Iruvian nobility and diplomats in Doskvol. They train in swordplay at the school and sometimes participate in gang activities. Their families are powerful and will commit significant resources to punishing anyone who harms their children.","notables":"Mylera Klev (leader, shrewd, ruthless, educated, art collector).","allies":"Iruvian Consulate, The Path of Echoes, Dockers, Cabbies, Inspectors.","enemies":"The Lampblacks, Bluecoats, Gondoliers.","situation":"The Red Sashes and the Lampblacks are at war over turf and vengeance for deaths on both sides. Mylera is recruiting every free blade in the district for extra muscle and doesnt take no for an answer. Youre either with them or against them. The Red Sashes are very well-connected, with former sword students placed at the Iruvian Consulate, in the Path of Echoes, and among the Inspectors.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_43.png","notes":"","effects":[]}
{"_id":"PRxflj79Ihidz08e","name":"Inspectors","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The criminal investigators of the City Watch. They have a reputation for ethics and integrity (no one likes them). They present evidence for prosecutions to the city magistrates.","type":"Institutions","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.4_68.png","notes":"","effects":[]}
{"_id":"QVFLD8E1R2b8uW6v","name":"Lord Scurlock","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An ancient noble, said to be immortal, like the Emperor. Possibly a vampire or sorcerer. Obsessed with the occult.","type":"Underworld","tier":"3","goal_1":"Fulfill debt to Setarra","goal_1_clock_max":12,"goal_2":"Obtain arcane secrets (repeating)","goal_2_clock_max":6,"turf":"A secret lair outside the city. A dilapidated manor house in Six Towers and the catacombs beneath. An array of business holdings and cult shrines across the city, collected for some united purpose known only to Scurlock.","assets":"An impressive collection of occult and arcane curios, books, and ephemera. An ancient demonic temple.","quirks":"Scurlock is immune to spirits. Ghosts cant see, hear, or harm him. He makes no sound when he moves and is sometimes difficult to look at directly.","notables":"Lord Scurlock (enigmatic, cold, arcane, old-fashioned) is an individual, but is so powerful that hes considered a faction. His personal scale is Tier III—in conflicts he counts as a large gang (20 people).","allies":"City Council, Bluecoats, Inspectors, The Forgotten Gods.","enemies":"Spirit Wardens, The Immortal Emperor.","situation":"Lord Scurlock is bound by ancient magic to the demon Setarra. Who is the master and who is the servant? Their roles have changed many times over the centuries. Now, Lord Scurlock must fulfill a debt. Setarra has found a nest of sea demons in the harbor, encased in stone, chained by magic from the cataclysm. She seeks to free them to see their wrath loosed on the world of men. Scurlock will aid her in this or suffer a dark doom.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_80.png","notes":"","effects":[]}
{"_id":"REOJIws25XiXvaBH","name":"Skovlander Refugees","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Desperate survivors of the Unity War, forced to criminal opportunities when denied all others.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_81.png","notes":"","effects":[]}
{"_id":"SaiG4M5tok0NHaHJ","name":"The Weeping Lady","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A charity and pseudo-religion, honoring the first Lord Governor of Doskvol, Lady Devera, said to be a champion of the poor.","type":"The Fringe","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_19.png","notes":"","effects":[]}
{"_id":"TINpL3YLtvw56McO","name":"The Hive","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A guild of legitimate merchants who secretly trade in contraband. Named for their symbol, a golden bee.","type":"Underworld","tier":"4","goal_1":"Dominate contraband market","goal_1_clock_max":8,"goal_2":"Avenge Rorics murder","goal_2_clock_max":6,"turf":"Many shops, taverns, cafes, warehouses, and other mercantile establishments all across the city. No centralized HQ.","assets":"A massive treasury. Elite mercenaries on retainer. A fleet of transport ships, carriages, wagons, and private trains.","quirks":"The Hive is known to avoid doing business with any occult or arcane groups. The Church of Ecstasy is popular among Hive members, who reject the superstitions and weird practices of the past.","notables":"Djera Maha (leader, bold, strategic, confident). Karth Orris (mercenary commander, ruthless, insightful, jealous).","allies":"Ministry of Preservation, Dagger Isles Consulate.","enemies":"The Circle of Flame, The Unseen, The Crows, The Wraiths.","situation":"Djera Maha grew up as an urchin in the Dagger Isles. She learned all the secrets of vice and smuggling as she worked her way up the ranks of every gang along the trade routes to Doskvol. Having built up her acquisition and distribution network in the city (as well as within the Ministry of Preservation) she is poised to take over all of the contraband markets. Maha had a close relationship (some say romantic) with the leader of the Crows, Roric, who was recently murdered by his second-in-command.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_08.png","notes":"","effects":[]}
{"_id":"TwSEsku7GRiU58yT","name":"The Gray Cloaks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A crew of former Bluecoats turned to crime after being framed and expelled from the City Watch.","type":"Underworld","tier":"2","goal_1":"Secure Six Towers as their turf","goal_1_clock_max":8,"goal_2":"Avenge their expulsion","goal_2_clock_max":8,"turf":"The basement of a burned-down City Watch station (HQ). Several apartments above a tobacconist in Six Towers. A pit-fighting arena and gambling den.","assets":"The Gray Cloaks have attracted other former Bluecoats to their crew, amassing a sizeable gang of trained enforcers. They have their old uniforms and badges and often use them to pass as the City Watch.","quirks":"","notables":"Nessa (leader, scrupulous, daring). Hutch (second, brash, fierce).","allies":"The Inspectors.","enemies":"Bluecoats, Lord Strangford (Leviathan Hunters).","situation":"The Gray Cloaks are all former Bluecoats who were framed for a crime committed by their Watch station commander. Sure, they were skimming from the city coffers and taking bribes like everyone else, but they didnt burn down the Watch station and destroy the evidence in the case against Lord Strangford (of the Leviathan Hunters). Several inspectors who were working the case know the truth but cant prove anything—yet. Lord Strangford would pay well to have these loose ends removed permanently.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.3_17.png","notes":"","effects":[]}
{"_id":"VHnKhME6rv5zL4q5","name":"The Silver Nails","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A company of Severosi mercenaries who fought for the Empire in the Unity War. Renowned ghost killers.","type":"Underworld","tier":"3","goal_1":"Destroy spirits in the Lost District","goal_1_clock_max":8,"goal_2":"Control the Lost District","goal_2_clock_max":8,"turf":"A large inn (The Mustang) and its fine stables (HQ).","assets":"A contingent of exquisite Severosian cavalry horses—fearless, swift, and trained to hunt and battle spirits. Arcane lances.","quirks":"Each member wears a ring fashioned from a silver nail, which protects against possession. Theyre trained in the Ghost Fighter special ability (Cutter).","notables":"Seresh (leader, bold, brash, defiant). Tuhan (lead scout, bold, cunning, charming).","allies":"Imperial Military, Sailors, Severosan Consulate.","enemies":"The Circle of Flame, The Grinders, Skovlan Consulate, Skovlander Refugees, Spirit Wardens.","situation":"Thanks to their expertise from riding in the deathlands of Severos, the Silver Nails are perfectly suited to explore the forbidden Lost District outside the lightning barrier of the city. Once the fiercest ghosts are driven out or destroyed, the Silver Nails can seize control and plunder the forgotten treasures and artifacts hidden within. (The Spirit Wardens currently control access to the Lost District and do everything in their power to keep the Silver Nails—and everyone else—out.)","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_54.png","notes":"","effects":[]}
{"_id":"c5nQVCDTWTClAw91","name":"The Church of Ecstasy","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The “state religion” honors the life of the body and abhors the corrupted spirit world. Essentially a secret society.","type":"The Fringe","tier":"4","goal_1":"Unlock the secret of ascension","goal_1_clock_max":12,"goal_2":"Eliminate the Reconciled","goal_2_clock_max":12,"turf":"The Sanctorium grand cathedral in Brightstone. Many other smaller temples across the city.","assets":"A large treasury of tithes from citizens. Extensive arcane and occult libraries, workspaces, and artifacts. Many cohorts of acolytes and hollows who enforce the will of the Churchs leadership.","quirks":"Zealous believers volunteer to be hollowed to “become purified.” This was once common among the ancient cult of the Empty Vessel, which preceded the Church.","notables":"Elder Rowan (leader, devout, resolute, visionary). Preceptor Dunvil (arcane researcher, unorthodox, obsessive, enigmatic).","allies":"City Council, Leviathan Hunters, Spirit Wardens.","enemies":"The Path of Echoes, The Reconciled.","situation":"The purest beings (according to secret teachings of the Church), are those entirely without spirits: the demons. Demons are immortal, but never fade into madness or lustful hungers as rogue human spirits and vampires do. They are perfect; and the most devout of the Church seek to become as they are, to unlock the secret of ascension. Many dark experiments and rituals with hulls, hollows, vampires—and the rare demon—are conducted in the labyrinthine dungeons below the Churchs chief cathedral in Brightstone.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.1_40.png","notes":"","effects":[]}
{"_id":"cEXO0FtdeEWPrZXj","name":"City Council","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The elite nobility who run the city government, its treasury, magistrates, and public works.","type":"Institutions","tier":"5","goal_1":"Strangford is removed from council","goal_1_clock_max":6,"goal_2":"Strangford eliminates threats","goal_2_clock_max":8,"turf":"The city council chambers are in Charterhall, along with the attendant government offices and impregnable city treasury vaults. The council also holds ownership of all public spaces in the city, including streets, docks, and waterways.","assets":"A massive treasury of coin and valuable goods. Many officials, barristers, clerks, and officials. The public coaches operated by the Cabbies.","quirks":"The members of the Council are all high-ranking adepts in the Church of the Ecstasy of the Flesh. Some of them are also secretly initiates in the Path of Echoes.","notables":"The scions of the six most powerful noble families in Doskvol, currently: Bowmore, Clelland, Dunvil, Penderyn, Rowan, and Strangford.","allies":"Bluecoats, The Church of Ecstasy, The Circle of Flame, Lord Scurlock, The Brigade, Cabbies, Sparkwrights, The Foundation.","enemies":"Imperial Military, Inspectors, Ministry of Preservation, The Reconciled.","situation":"Three of the councilors (Bowmore, Clelland, Rowan) have aligned against Strangford and are maneuvering to remove the house from the council. Dunvil and Penderyn have not taken sides so far. Can the conspirators arrange for the necessary scandal, framed crime, or assassinations to remove Strangford? Or can Strangford House stand against them and eliminate the threats?","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_14.png","notes":"","effects":[]}
{"_id":"chDTc6y2W1kMXNmE","name":"The Forgotten Gods","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Cults that attempt to follow the old ways from before the cataclysm, doing the bidding of demons and darker things. There are many cults, who rarely organize together. An individual cult is usually Tier I or Tier II.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.7_06.png","notes":"","effects":[]}
{"_id":"dIbBBLJ5f4F6JZaB","name":"Bluecoats","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The City Watch of Duskwall. Known as the meanest gang in the city. Corrupt, violent, and cruel.","type":"Institutions","tier":"3","goal_1":"Procure bigger budget, military arms & equipment","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"The Bluecoats claim the whole city as their turf, but find their influence severely limited in Whitecrown, where the Imperial Military garrison holds sway under command of the Lord Governor.","assets":"Many large gangs of vicious thugs in uniform. Armored coaches and canal patrol boats. Public punishment sites (pillories, stocks, hanging cages).","quirks":"The Bluecoats are divided into companies by district, and they have fierce rivalries, encouraged by their superiors—often good-natured, but sometimes violent.","notables":"Commander Clelland (chief commissioner of the City Watch, corrupt, cruel, arrogant). Captain Michter (chief instructor, ambitious, fierce, confident). Captain Vale (quartermaster, loyal, insightful, quiet).","allies":"The City Council, The Billhooks, The Crows, Ironhook Prison, Lord Scurlock, The Unseen.The City Council, The Billhooks, The Crows, Ironhook Prison, Lord Scurlock, The Unseen.","enemies":"Imperial Military, many criminal organizations.","situation":"The Bluecoats have become jealous of the elite hardware and vehicles used by the Imperial Military. They want to refit their watch-guards in heavy armor and weapons, to better strike fear into those they prey upon.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_83.png","notes":"","effects":[]}
{"_id":"eOgo3e4XPh9I21CJ","name":"Sailors","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The captains and crews for merchant and Imperial Navy ships.","type":"Labor & Trade","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.6_27.png","notes":"","effects":[]}
{"_id":"eV404u5urw8QQ2cP","name":"The Horde","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A mass of hollows, all united in some fell purpose, controlled by an unknown power.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.3_37.png","notes":"","effects":[]}
{"_id":"f3Fs81IQOSyXGMRe","name":"The Billhooks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A tough gang of thugs who prefer hatchets, meat hooks, and pole arms.","type":"Underworld","tier":"2","goal_1":"Terrorize magistrates to pardon members in prison","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"A butcher shop (HQ), stockyard, and slaughterhouse. Animal fighting pits and gambling dens. Several terrified merchants and businesses, which they extort.","assets":"A large gang of bloodthirsty butchers. A pack of death-dogs.","quirks":"The Billhooks have a bloody reputation, often leaving the butchered corpses of their victims strewn about in a grisly display. Many wonder why the Bluecoats turn a blind eye to their savagery.","notables":"Tarvul (leader, serving life in prison, savage, arrogant, family man). Erin (captain, Tarvuls sister, confident, deadly, ambitious). Coran (thug, Tarvuls son, fierce, loyal, quiet).","allies":"The Bluecoats, Ministry of Preservation.","enemies":"Ulf Ironborn, The Lost, Citizenry of Crows Foot and the Docks.","situation":"Erin and Coran both want to take control of the Billhooks gang, either when Tarvul gets too old (which will be soon) or by taking the position by force. There is no love lost between Erin and Corran and theyll have no qualms about fighting a family member for leadership. Meanwhile, the rest of the gang wants to continue their reign of terror to pressure a magistrate to pardon Tarvul and other gang members and release them from Ironhook.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.4_87.png","notes":"","effects":[]}
{"_id":"fTgVYmWDE2JlxBFy","name":"The Wraiths","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A mysterious crew of masked thieves and spies.","type":"Underworld","tier":"2","goal_1":"Recruit expert thieves","goal_1_clock_max":8,"goal_2":"Secure an arcane ally","goal_2_clock_max":6,"turf":"Silkshore and Nightmarket are their primary hunting grounds. They specialize in the theft of luxury items and intelligence gathering for clients to use as blackmail.","assets":"A scattered collection of secret rooftop shelters. A secret lair in a tower in Silkshore. All manner of thieves gear for burglary.","quirks":"Each member wears a mask and conceals their true identity with an alias. They communicate with a private sign language.","notables":"Slate (leader, sophisticated, daring, secretive). Loop (appraisal expert, obsessive, moody, secretive).","allies":"Cabbies.","enemies":"Bluecoats, Inspectors, The Hive.","situation":"The Wraiths recently completed a heist at a luxury brothel in Nightmarket and happened to grab the private map book of a leviathan hunter in the process. The map book shows the secret hunting grounds of augured leviathan sites that will be used by the ship Storm Palace during the next season. Such a map is useless to the Wraiths, but is worth a small fortune to another leviathan hunter. The Wraiths are currently reaching out to contacts in the underworld to quietly arrange a sale.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.7_75.png","notes":"","effects":[]}
{"_id":"gxQwpXYezRKYeSmS","name":"Ministry of Preservation","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"Oversees transportation between cities and the disbursement of food and other vital resources.","type":"Institutions","tier":"5","goal_1":"Seize control of Leviathan Hunters","goal_1_clock_max":12,"goal_2":"","goal_2_clock_max":0,"turf":"The electro-rail train lines of the Imperium. Radiant energy farms, eeleries, and other food-growing enterprises throughout the city.","assets":"A fleet of cargo ships and their armed escorts. A significant treasury from taxation and transportation licensing. The Rail Jacks who work the train lines. A private mercenary company that answers only to the ministry itself.","quirks":"","notables":"Lord Dalmore (executive officer in Doskvol, commanding, intelligent). Lady Slane (chief of operations, insightful, subtle, effective). Captain Lannock (mercenary commander, shrewd, ruthless).","allies":"The Billhooks, Imperial Military, Rail Jacks, Sparkwrights.","enemies":"Leviathan Hunters","situation":"The Ministry leadership believes that the leviathan hunters are too vital to the public well-being to be controlled by the bickering noble houses, vulnerable to their petty rivalries and vendettas. Agents within the ministry have been tasked with a variety of espionage, sabotage, and political actions to ultimately seize control of the hunters and bring them into Ministry control.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_78.png","notes":"","effects":[]}
{"_id":"h9zCERXsqRrnY8uG","name":"Imperial Military","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The armed forces of the Imperium stationed in Doskvol. Garrisons are posted at Gaddoc Rail Station, aboard the naval destroyer Paragon, and at the Lord Governors stronghold (about 250 troops in total).","type":"Institutions","tier":"6","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_24.png","notes":"","effects":[]}
{"_id":"jQhCBsZMye3iuWwD","name":"The Circle of Flame","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A refined secret society of antiquarians and scholars; cover for extortion, graft, vice, and murder.","type":"Underworld","tier":"3","goal_1":"Acquire all the ancient artifacts of Kotar","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"The Centuralia club, Six Towers (HQ).","assets":"Vast treasury provided by wealthy membership. Impressive collection of ancient artifacts, maps, and ephemera. Highly trained and discreet private security force.","quirks":"One of The Seven is actually a demon in disguise.","notables":"The Seven (leadership): Elstera Avrathi (Iruvian diplomat, secretive, gracious), Lady Drake (magistrate, cunning, ruthless), Raffello (painter, visionary, obsessive), Lord Mora (noble, cold, suspicious), Lady Penderyn (noble, charming, patient), Madame Tesslyn (vice purveyor, sophisticated, subtle), Harvale Brogan (vice purveyor, shrewd, quiet).","allies":"One of The Seven is actually a demon in disguise.","enemies":"The Hive, The Silver Nails.","situation":"The Circle has an extensive library of scholarly works that catalog many of the arcane artifacts and valuable treasures that disappeared when the Lost District was abandoned outside the lightning barrier. Of special interest are the remains of Kotar, a legendary sorcerer, demon, or hero who was mummified before the cataclysm. The Eye, Hand, and Heart of Kotar are said to possess great power for those bold enough to risk their use.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.4_40.png","notes":"","effects":[]}
{"_id":"k9eP2ljDQ69SPFMM","name":"Dockers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The hard-bitten laborers who work the docks.","type":"Labor & Trade","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.6_37.png","notes":"","effects":[]}
{"_id":"kLqbLib9huB78UDs","name":"Sparkwrights","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The engineers who maintain the lightning barriers. Also pioneers of spark-craft technology, indulging in dangerous research.","type":"Institutions","tier":"4","goal_1":"Develop alternative fuel","goal_1_clock_max":12,"goal_2":"","goal_2_clock_max":0,"turf":"Massive workshop, factory, and design facility in Coalridge.","assets":"The electroplasmic generators, city lights, lightning barriers and associated facilities and systems across the city.","quirks":"","notables":"Una Farros (instructor at Charterhall University, curious, vain, famous).","allies":"City Council, Leviathan Hunters, Ministry of Preservation.","enemies":"The Path of Echoes, The Reconciled, The Foundation.","situation":"For centuries, the Sparkwrights have worked in secret to develop an alternative fuel that could replace the leviathan blood that powers the lightning barriers of the Imperium. A few researchers have gotten close, but “accidents” have inevitably killed them and destroyed their work (certainly arranged by the nobility who rule because of their stranglehold on leviathan hunting). But there is always a daring visionary willing to try to pick up the pieces and complete the work—even at the risk of their own life. Will one of them manage it this time, or will they, too, fall victim to the deadly agents of the elite?","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.3_89.png","notes":"","effects":[]}
{"_id":"lBs8tpynTsEHKQdr","name":"The Reconciled","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"An association of ancient spirits who have not gone feral with the passage of time.","type":"The Fringe","tier":"3","goal_1":"Infiltrate the City Council","goal_1_clock_max":8,"goal_2":"Infiltrate the Church of Ecstasy","goal_2_clock_max":8,"turf":"None","assets":"Several secret and hidden spirit wells across the city and in the deathlands, which give the Reconciled the arcane energy they need to survive.","quirks":"The spirits of the Reconciled do not lose their minds or become obsessed with vengeance as other spirits do. They can possess a victim indefinitely without any adverse effects.","notables":"The Reconciled have possessed several important citizens in Doskvol. Their exact membership is not known.","allies":"City Council, Gondoliers.","enemies":"The Church of Ecstasy, Spirit Wardens, Sparkwrights.","situation":"The Reconciled are very ancient and wise; they see themselves as the rightful and just rulers that Duskwall needs. A few of the City Council members have become initiates in the Path of Echoes and will soon be vulnerable to possession by the Reconciled. These councilors are also high-ranking members of the Church of the Ecstasy of the Flesh, which will give the Reconciled an opportunity for infiltration into that organization as well.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.6_18.png","notes":"","effects":[]}
{"_id":"mPhvymlLwB1kxxsL","name":"The Dimmer Sisters","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"House-bound recluses with an occult reputation.","type":"Underworld","tier":"2","goal_1":"Dominate the spirit trade","goal_1_clock_max":6,"goal_2":"Obtain arcane secrets (repeating)","goal_2_clock_max":4,"turf":"Fine old manor house and grounds (HQ), as well as the ancient temple ruin and subterranean canal beneath. Apothecaries and witches in their service.","assets":"A private electroplasmic generator, lightning barriers, and spirit containment vessels. Many spirits bound to service.","quirks":"The precise number of sisters is unknown. Some say they are an ancient family of possessing spirits. Others say they are vampires. Everyone knows that if you go into their house, you never come out again.","notables":"There is no single leader of the Sisters; their true names are not known. Roslyn (servant, patient, loyal, arcane) deals with contacts outside the house. Irelen (sparkcraft tinkerer, loyal, enigmatic, obsessive).","allies":"The Forgotten Gods, The Foundation.","enemies":"Spirit Wardens, The Reconciled.","situation":"The Sisters have been slowly and secretly consolidating the trade of captured spirits and spirit essences in Doskvol for several decades. Only a few remaining rivals stand between them and domination of the market. Do they have an ulterior motive for acquiring so many spirits and essences, or is this purely a matter of wealth and power?","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.6_11.png","notes":"","effects":[]}
{"_id":"mYR5X7sxhaAPcNlz","name":"Rail Jacks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The men and women who protect the electro-trains of the Imperium from the savage spirits of the deathlands. Have recently been making noises about forming a union.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_70.png","notes":"","effects":[]}
{"_id":"oaEylfQehXTi6Tc2","name":"Ink Rakes","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The journalists, muckrakers, and newspaper publishers of Doskvol.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.4_19.png","notes":"","effects":[]}
{"_id":"ozMnMOEN4bcDdYsF","name":"Cabbies","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":" The public coach operators. They also breed the large Akorosian goats used to pull the carriages. An impressive gossip network.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.4_04.png","notes":"","effects":[]}
{"_id":"psEXAAwASDIzkWLT","name":"The Grinders","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A vicious gang of former dockers and leviathan blood refinery workers.","type":"Underworld","tier":"2","goal_1":"Raise a crew, steal a war ship","goal_1_clock_max":12,"goal_2":"Fill war treasury","goal_2_clock_max":12,"turf":"Abandoned dock warehouse (HQ) and underground canal dock.","assets":"A few small canal boats. Wrecking tools and explosives.","quirks":"Many Grinders have been mutated by the toxic rain that plagues Lockport.","notables":"Hutton (leader, confident, volatile). Sercy (second, crippled, defiant). Derret (toughest gang member, huge, shrewd).","allies":"Ulf Ironborn, Dockers.","enemies":"Bluecoats, Imperial Military, Leviathan Hunters, Sailors, The Silver Nails.","situation":"The city of Lockport, to the North in Skovlan, processes 90% of the demon blood siphoned by the leviathan hunter ships of Doskvol (the hunters drop their raw cargo at Lockport before filling their holds with refined blood and returning to Doskvol for repairs and replacement crew for those lost to the Void Sea). The huge, churning refineries in Lockport have poisoned the city under a stinking cloud of toxic fumes and acid rain. A group of dockers and refinery workers from Lockport have come to Doskvol to raise an army and secure a warship with which to seize control of Lockport and destroy the Empires refineries. They call themselves “the Grinders.” To raise funds for their mission, the Grinders have turned to criminal endeavors, especially smash & grab looting and hijacking of cargo barges across the city.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_62.png","notes":"","effects":[]}
{"_id":"r4j7tF3gqhwNhkTG","name":"The Lampblacks","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The former lamp-lighter guild, turned to crime when their services were replaced by electric lights.","type":"Underworld","tier":"2","goal_1":"Destroy the Red Sashes","goal_1_clock_max":8,"goal_2":"Become ward boss of Crows Foot","goal_2_clock_max":8,"turf":"HQ in the office of a coal warehouse. Operates a handful of brothels and cheap drug dens across Crows Foot.","assets":"A fearsome gang of leg-breakers and mayhem-makers. A number of smugglers on the payroll who run their drugs.","quirks":"Bazso Baz is a member of a secret society (forgotten gods cult, “The Empty Vessel”) and sometimes puts the needs of that group ahead of the well-being of his gang.","notables":"Bazso Baz (leader, charming, open, ruthless, whiskey connoisseur). Pickett (second, shrewd, conniving, suspicious). Henner (thug, loyal, reckless).","allies":"The Fog Hounds, Gondoliers, Ironhook Prison.","enemies":"The Red Sashes, The Bluecoats, Cabbies.","situation":"The Lampblacks and the Red Sashes are at war over turf and vengeance for deaths on both sides. Bazso Baz is recruiting every free blade in the district for extra muscle and doesnt take no for an answer. Youre either with them or against them. The Lampblacks are not particularly well-connected politically, but are akin to folk-heroes among the working class, who see them as “lovable rogues” standing up to the powers-that-be.","goal_clock":0,"hold":{"value":1,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.3_04.png","notes":"","effects":[]}
{"_id":"tfZ5OcjmtoSHRsst","name":"Spirit Wardens","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The bronze-masked hunters who destroy rogue spirits. Also run Bellweather Crematorium to properly dispose of corpses.","type":"Institutions","tier":"4","goal_1":"Uncover the infiltrators","goal_1_clock_max":8,"goal_2":"","goal_2_clock_max":0,"turf":"Bellweather Crematorium. The Master Wardens estate in Whitecrown.","assets":"The death bells that ring whenever someone dies in the city, and the deathseeker crows that fly to find the body (ancient, arcane). Many cohorts of expert Whispers. The most advanced spectrological and spark-craft equipment, including several spirit-hunter hulls.","quirks":"Membership in the Wardens is secret and utterly anonymous. They cut all ties and have no families or close relationships, save their fellow Wardens.","notables":"There are no known Spirit Wardens—they maintain an anonymous membership of people not native to Duskwall, using code-names. A Warden known as “Bakoros” (who may be several different individuals) sometimes lectures at the College of Immortal studies at Doskvol Academy.","allies":"The Church of Ecstasy, Deathlands Scavengers.","enemies":"The Dimmer Sisters, Gondoliers, Lord Scurlock, The Silver Nails, The Unseen, Path of Echoes, The Reconciled.","situation":"The Spirit Wardens know that an enemy is attempting to infiltrate their ranks (they dont yet know that its the Unseen). The Wardens are laying a trap for this enemy, to uncover their identity and eliminate them.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.2_97.png","notes":"","effects":[]}
{"_id":"uvXnoyH7CBxOjUC7","name":"Cyphers","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The messenger guild of the city. Cyphers swear sacred oaths of secrecy—never revealing the contents of their messages or the identities of their clients—or so they claim.","type":"Labor & Trade","tier":"2","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.6_36.png","notes":"","effects":[]}
{"_id":"yAkxbZOyRy2UWCpJ","name":"The Path of Echoes","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"A mystery cult that borders on open rebellion against spirit laws. They revere the ancients, and seek to gain knowledge from the past— including consorting with ghosts.","type":"The Fringe","tier":"3","goal_1":"","goal_1_clock_max":0,"goal_2":"","goal_2_clock_max":0,"turf":"","assets":"","quirks":"","notables":"","allies":"","enemies":"","situation":"","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icon.7_49.png","notes":"","effects":[]}
{"_id":"zs5YXCKaGGg8WhLU","name":"Leviathan Hunters","permission":{"default":0,"5izWgADOTEOz6xAL":3},"type":"faction","system":{"description":"The captains and crews that grapple with titanic demons of the Void Sea to drain their blood for processing into electroplasm.","type":"Institutions","tier":"5","goal_1":"Discover new hunting grounds","goal_1_clock_max":12,"goal_2":"Surplus runs dry","goal_2_clock_max":12,"turf":"The massive metal docks for the huge hunter ships and the associated construction and repair facilities. Several small private leviathan blood processing facilities for the captains personal shares.","assets":"The leviathan hunter fleet (each vessel is owned by the noble house who built and commands it). Many cohorts of expert sailors, as well as spark-craft technicians, demonologist Whispers, and void-touched navigators. Companies of marines to protect the vessels and their valuable cargo at sea and in port.","quirks":"","notables":"Lord Strangford (captain, ruthless, arrogant, tainted). Lady Clave (captain, daring, cruel, accomplished). Lady Ankhayat (Iruvian captain, confident, charming, scoundrel).","allies":"City Council, The Church of Ecstasy, Sailors, Dockers, Sparkwrights.","enemies":"The Grinders, Ministry of Preservation, The Path of Echoes.","situation":"The captains have a horrible secret: the known hunting grounds for leviathans are coming up barren. The immortal creatures, once so reliable in their movements in the Void Sea, have begun to migrate elsewhere. New hunting grounds must be found before the surplus of leviathan blood disappears, and with it, the lightning barriers and the survival of the human race.","goal_clock":0,"hold":{"value":2,"max":2,"max_default":2,"name_default":"BITD.Hold","name":"BITD.Hold"},"status":{"value":[4],"max":7,"max_default":7,"name_default":"BITD.Status","name":"BITD.Status"}},"flags":{},"img":"systems/beam-saber/styles/assets/icons/Icons8_16.png","notes":"","effects":[]}

View File

@ -23,7 +23,7 @@ $hover-brightness: 0.8;
@import 'fonts.scss';
//namespacing to avoid conflicts with other modules
.blades-in-the-dark{
.beam-saber{
font-family: "Crimson Text", serif;
@import 'import/general-styles.scss';

File diff suppressed because it is too large Load Diff

View File

@ -152,7 +152,7 @@
{
"name": "entanglements-journals",
"label": "Entanglements Journals",
"system": "blades-in-the-dark",
"system": "beam-saber",
"path": "./packs/entanglements-journals.db",
"type": "JournalEntry"
},

View File

@ -87,7 +87,7 @@
<input type="text" id="character-{{_id}}-alias" class="alias" name="system.alias" value="{{system.alias}}">
</div>
{{> "systems/blades-in-the-dark/templates/parts/coins.html" actor=actor}}
{{> "systems/beam-saber/templates/parts/coins.html" actor=actor}}
</div>
</section>
@ -319,7 +319,7 @@
<div class="label-stripe">
<p>{{localize "BITD.Effects"}}</p>
</div>
{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}
{{> "systems/beam-saber/templates/parts/active-effects.html"}}
</div>
{{!-- Full Item List --}}
@ -341,7 +341,7 @@
</div>
{{!-- Attributes --}}
{{> "systems/blades-in-the-dark/templates/parts/attributes.html" actor=actor}}
{{> "systems/beam-saber/templates/parts/attributes.html" actor=actor}}
</section>
</form>

View File

@ -257,7 +257,7 @@
{{#each items as |item id|}}
{{#if (eq item.type "crew_type")}}
<div class="item" data-item-id="{{item._id}}">
{{> "systems/blades-in-the-dark/templates/parts/turf-list.html" _id=../_id turfs_data=item.system.turfs can_edit=false}}
{{> "systems/beam-saber/templates/parts/turf-list.html" _id=../_id turfs_data=item.system.turfs can_edit=false}}
</div>
{{/if}}
{{/each}}
@ -314,7 +314,7 @@
{{#each items as |item id|}}
{{#if (eq item.type "cohort")}}
{{> "systems/blades-in-the-dark/templates/parts/cohort-block.html" item=item}}
{{> "systems/beam-saber/templates/parts/cohort-block.html" item=item}}
{{/if}}
{{/each}}

View File

@ -19,7 +19,7 @@
<div class="label-stripe">{{localize "BITD.Logic"}}</div>
<textarea name="system.logic">{{{system.logic}}}</textarea>
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</div>
</form>

View File

@ -20,7 +20,7 @@
<div class="label-stripe">{{localize "BITD.Logic"}}</div>
<textarea name="system.logic">{{{system.logic}}}</textarea>
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</section>

View File

@ -20,7 +20,7 @@
<div class="label-stripe">{{localize "BITD.Logic"}}</div>
<textarea name="system.logic">{{{system.logic}}}</textarea>
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</div>
</form>

View File

@ -13,6 +13,6 @@
{{editor system.experience_clues target="system.experience_clues" button=true editable=editable}}
<label class="label-stripe">{{localize "BITD.Turf"}}</label>
<div id="turf-container">{{> "systems/blades-in-the-dark/templates/parts/turf-list.html" turfs_data=system.turfs can_edit=true editable=editable}}</div>
<div id="turf-container">{{> "systems/beam-saber/templates/parts/turf-list.html" turfs_data=system.turfs can_edit=true editable=editable}}</div>
</section>
</form>

View File

@ -18,7 +18,7 @@
<div class="label-stripe">{{localize "BITD.Logic"}}</div>
<textarea name="system.logic">{{{system.logic}}}</textarea>
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</section>
</form>

View File

@ -23,7 +23,7 @@
<!-- <div class="label-stripe">{{localize "BITD.Logic"}}</div> -->
<!-- <textarea name="system.logic">{{{system.logic}}}</textarea> -->
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</section>
</form>

View File

@ -14,7 +14,7 @@
<div class="label-stripe">{{localize "BITD.Logic"}}</div>
<textarea name="system.logic">{{{system.logic}}}</textarea>
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</section>
</form>

View File

@ -17,7 +17,7 @@
<div class="label-stripe">{{localize "BITD.Logic"}}</div>
<textarea name="data.logic">{{{data.logic}}}</textarea>
<div class="label-stripe">{{localize "BITD.Effects"}}</div>
<div id="effects">{{> "systems/beamsaber/templates/parts/active-effects.html"}}</div>
<div id="effects">{{> "systems/beam-saber/templates/parts/active-effects.html"}}</div>
{{/if}}
</section>
</form>