Skip to content

Commit

Permalink
WIP BitD
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Aug 14, 2024
1 parent e8b1587 commit 8c02792
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 47 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,19 @@ jobs:
echo "Rendering BladesInTheDark"
cd BladesInTheDark
if [[ $GIT_TAG =~ ^BladesInTheDark-v ]]; then
if [[ $GIT_TAG =~ ^BladesInTheDark-Interrogatoires-v ]]; then
sed -i "s/Version: [0-9].[0-9]/Version: ${GIT_TAG/BladesInTheDark-v/}/" BitD-Interrogatoires.md
fi
if [[ $GIT_TAG =~ ^BladesInTheDark-Interrogation-v ]]; then
sed -i "s/Version: [0-9].[0-9]/Version: ${GIT_TAG/BladesInTheDark-v/}/" BitD-Interrogation.md
fi
./md2pdf.py
if [[ $GIT_TAG =~ ^BladesInTheDark-Interrogatoires-v ]]; then
mv BitD-Interrogatoires.pdf ../$GIT_TAG.pdf
fi
if [[ $GIT_TAG =~ ^BladesInTheDark-Interrogation-v ]]; then
mv BitD-Interrogation.pdf ../$GIT_TAG.pdf
fi
cd -
echo "Rendering CheatYourOwnAdventure"
Expand Down
64 changes: 64 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"cSpell.words": [
"Ahaha",
"akol",
"Akorosi",
"Arora",
"autodefense",
"Bettany",
"bladesinthedark",
"Caliba",
"Camina",
"Combrexelles",
"Correa",
"cultistes",
"Deware",
"Donnager",
"Doskvol",
"electroplasmic",
"Eridanos",
"espeak",
"fernand0fc",
"gillyfoot",
"Godstime",
"Graphviz",
"greyscale",
"Hamon",
"headshots",
"Inktober",
"Introcaso",
"Ironhook",
"jacksonbenete",
"Jada",
"Jolivet",
"Kapow",
"Khamûl",
"lucas",
"Mechanica",
"medbay",
"misterfrankenstein",
"Oakes",
"Ojinmah",
"parcqu'iel",
"Pinterest",
"ptgptb",
"qrcode",
"rawpixel",
"Sanj",
"sigal",
"sketchviz",
"Tensei",
"Tenseï",
"themself",
"Torrensen",
"Trottman",
"trustno1",
"Unported",
"Volkor",
"Waschenski",
"Washburne",
"Watters",
"weasyprint",
"webp"
]
}
8 changes: 4 additions & 4 deletions BladesInTheDark/BitD-Interrogation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Inspectors have traditional legal tools at their disposal:
In Doskvol, Inspectors also have more **esoteric** tools:
* an array of **alchemical** potions and drugs, including _Spark_, _Quicksilver_ and _Sight_,
but also the _Serum of Truthfulness_ (IV/1, rare) capable of forcing a character to **answer without lying** to 6 questions,
minus the highest die of a **Resistance roll** (Determination).
minus the highest die of a **Resistance roll** (~~Resolve~~).
* they can use a **Ghost** to **possess a suspect**, and thus search their memory,
forcing them to **answer without lying** to 6 questions,
minus the highest die of a **resistance roll** (Determination) to fight against the grip of the specter.
minus the highest die of a **resistance roll** (~~Resolve~~) to fight against the grip of the specter.
<br>
Inspectors generally only use this latter technique as a last resort,
because it can happen that the possession goes wrong, giving the suspect supernatural abilities...
Expand Down Expand Up @@ -458,9 +458,9 @@ This game module was created by Lucas Cimon and is licensed under the <a rel="li
The source files used to generate this PDF are available [on GitHub](https://github.com/Lucas-C/jdr/tree/master/BladesInTheDark). Version: 1.0

This game module is distributed at a free price.
If you want to support my projects, you can donate at [lucas-c.itch.io](https://lucas-c.itch.io).
If you want to support my projects, you can donate at [lucas-c.itch.io](https://lucas-c.itch.io/blades-in-the-dark-interrogation).
I would also be delighted to have your feedback if you use it:
tell me how your game went via a comment on [lucas-c.itch.io](https://lucas-c.itch.io) or on [my blog](https://chezsoi.org/lucas/blog/pages/jeux-de-role.html).
tell me how your game went via a comment on [lucas-c.itch.io](https://lucas-c.itch.io/blades-in-the-dark-interrogation) or on [my blog](https://chezsoi.org/lucas/blog/blades-in-the-dark-interrogatoires.html).

<style>
@page {
Expand Down
10 changes: 5 additions & 5 deletions BladesInTheDark/BitD-Interrogatoires.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ les Inspecteurs disposent des outils judiciaires traditionnels :
À Doskvol, les Inspecteurs disposent aussi d'outils plus **ésotériques** :
* un attirail de potions et drogues **alchimiques**, dont notamment de l'_Étincelle_, du _Vif-Argent_ et des _Potions de Vision_,
mais aussi du _Sérum de Véracité_ (IV/1, rare) capable de forcer un personnage à **répondre sans mentir** à 6 questions,
moins le dé le plus élevé d'un **jet de résistance** (Détermination).
moins le dé le plus élevé d'un **jet de résistance** (~~Détermination~~).
* ils peuvent employer un **Fantôme** pour **posséder un suspect**, et ainsi fouiller dans sa mémoire,
le forçant à **répondre sans mentir** à 6 questions,
moins le dé le plus élevé d'un **jet de résistance** (Détermination) pour lutter contre l'emprise du spectre.
moins le dé le plus élevé d'un **jet de résistance** (~~Détermination~~) pour lutter contre l'emprise du spectre.
<br>
Les Inspecteurs n'emploient en général cette dernière technique qu'en dernier recours,
car il peut arriver que la possession tourne mal, conférant au suspect des capacités surnaturelles...
Expand Down Expand Up @@ -430,7 +430,7 @@ Il peut être utile de t'éclipser au bon moment, pour laisser place à ces conf
## Remerciements
Merci aux auteurs du [Petit manuel d'autodéfense en interrogatoire, aux éditions du commun](https://www.editionsducommun.org/products/petit-manuel-dautodefense-en-interrogatoire), qui m'a servi d'inspiration pour cette aide de jeu.

Merci à [Elliot Jolivet aka Tenseï](https://www.artstation.com/ej_tensei) pour les illustrations employés dans cette aide de jeu, qu'il a réalisé spécialement pour _Blades in the Dark_. Vous pouvez retrouvez quelques autres illustrations qu'il a réalisé sur le _thread_ [Reddit r/bladesinthedark](https://www.reddit.com/r/bladesinthedark/comments/16quv7u/comment/k1z9cz6/).
Merci à [Elliot Jolivet aka Tenseï](https://www.artstation.com/ej_tensei) pour les illustrations employées dans cette aide de jeu, qu'il a réalisé spécialement pour _Blades in the Dark_. Vous pouvez retrouvez quelques autres illustrations qu'il a réalisé sur le _thread_ [Reddit r/bladesinthedark](https://www.reddit.com/r/bladesinthedark/comments/16quv7u/comment/k1z9cz6/).

L'illustration de l'automate provient de la collection [108 Terrible Character Portraits](https://www.drivethrurpg.com/product/91360/108-Terrible-Character-Portraits) de [Jeff Preston](http://team-preston.com) ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)),
les icônes de [game-icons.net](https://game-icons.net),
Expand All @@ -452,9 +452,9 @@ Cette aide de jeu de Lucas Cimon est placée sous licence <a rel="license" href=
Les fichiers sources ayant permis de générer ce PDF sont disponibles [sur GitHub](https://github.com/Lucas-C/jdr/tree/master/BladesInTheDark). Version : 1.0

Cette aide de jeu est diffusée à prix libre.
Si vous souhaitez soutenir mes projets, vous pouvez me faire un don sur [lucas-c.itch.io](https://lucas-c.itch.io).
Si vous souhaitez soutenir mes projets, vous pouvez me faire un don sur [lucas-c.itch.io](https://lucas-c.itch.io/blades-in-the-dark-interrogatoires).
Je serais ravi d'avoir vos retours si vous l'employez :
racontez-moi comment s'est passée votre partie via un commentaire [lucas-c.itch.io](https://lucas-c.itch.io) ou sur [mon blog](https://chezsoi.org/lucas/blog/pages/jeux-de-role.html).
racontez-moi comment s'est passée votre partie via un commentaire [lucas-c.itch.io](https://lucas-c.itch.io/blades-in-the-dark-interrogatoires) ou sur [mon blog](https://chezsoi.org/lucas/blog/blades-in-the-dark-interrogatoires.html).

<style>
@page {
Expand Down
2 changes: 1 addition & 1 deletion BladesInTheDark/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ img.bg {
.page-break { page-break-after: always; }

.big { font-size: 1.2rem; }
del { /* for ~~terms~~ like CRITICAL, COIN, HEAT, TRAUMA, REP, WANTED LEVEL... */
del { /* for ~~terms~~ like CRITICAL, COIN, HEAT, TRAUMA, REP, WANTED LEVEL, actions & attributes names... */
text-decoration: none;
font-family: "LinuxLibertineCapitals";
font-weight: bold;
Expand Down
Loading

0 comments on commit 8c02792

Please sign in to comment.