Retro-Artikel #46-#57: BSN-Standard-Fixes + Abkürzungs-Check (Daniel 24.06.2026)
This commit is contained in:
@@ -2,37 +2,137 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Oathsworn: Der Boss-Kampf, der deine Gruppe verschlingt — und dich dafür dankbar macht 15. Juni 2026 · Retrospektive · Lesezeit: ~8 Minuten Es gibt Bo">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Oathsworn: Der Boss-Kampf, der deine Gruppe verschlingt und dich dafür dankbar macht – Eine Retrospektive</title>
|
||||
<style>
|
||||
body { margin: 0; padding: 0; background: #f9f7f4; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2c2416; line-height: 1.75; }
|
||||
article { max-width: 720px; margin: 0 auto; padding: 3rem 1.5rem; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
|
||||
h1 { font-size: 1.8rem; margin-top: 0; color: #1a1a1a; line-height: 1.3; }
|
||||
h2 { font-size: 1.3rem; margin: 2.2rem 0 0.75rem; color: #333; border-bottom: 2px solid #e8e0d3; padding-bottom: 0.3rem; }
|
||||
h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; color: #444; }
|
||||
p { margin: 0 0 1.1rem; }
|
||||
blockquote { margin: 1.2rem 0; padding: 0.8rem 1.2rem; border-left: 4px solid #c75b3a; background: #fef9f5; font-style: italic; color: #5a4a3a; }
|
||||
blockquote cite { display: block; margin-top: 0.4rem; font-size: 0.85rem; color: #888; font-style: normal; }
|
||||
a { color: #c75b3a; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
.meta { color: #999; font-size: 0.85rem; margin-bottom: 2rem; }
|
||||
ul, ol { margin: 0.5rem 0 1.2rem; padding-left: 1.3rem; }
|
||||
li { margin-bottom: 0.4rem; }
|
||||
strong { color: #1a1a1a; }
|
||||
.infobox { background: #faf7f2; border: 1px solid #e8e0d3; border-radius: 4px; padding: 1rem 1.3rem; margin: 1.2rem 0; font-size: 0.9rem; }
|
||||
.infobox p { margin: 0.2rem 0; }
|
||||
body {
|
||||
font-family: Georgia, 'Times New Roman', serif;
|
||||
line-height: 1.8;
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 1.5rem;
|
||||
color: #1a1a1a;
|
||||
background: #fff;
|
||||
}
|
||||
article { }
|
||||
.dachzeile {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-size: 0.85rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
color: #c00;
|
||||
margin-bottom: 0.3rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
line-height: 1.25;
|
||||
margin-top: 0.2rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.meta {
|
||||
font-size: 0.9rem;
|
||||
color: #666;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
blockquote {
|
||||
margin: 1.5rem 0;
|
||||
padding: 0.8rem 1.2rem;
|
||||
border-left: 3px solid #c00;
|
||||
background: #f9f9f9;
|
||||
font-style: italic;
|
||||
color: #444;
|
||||
}
|
||||
blockquote p {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
a {
|
||||
color: #c00;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.vgwort {
|
||||
margin: 2rem 0 0.5rem;
|
||||
}
|
||||
.read-more {
|
||||
display: none;
|
||||
}
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #ddd;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
.quellen {
|
||||
font-size: 0.85rem;
|
||||
color: #555;
|
||||
margin-top: 3rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
.quellen h3 {
|
||||
font-size: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.quellen ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.quellen li {
|
||||
margin-bottom: 0.4rem;
|
||||
word-break: break-all;
|
||||
}
|
||||
.infobox {
|
||||
background: #f0f4f8;
|
||||
border: 1px solid #d0d8e0;
|
||||
border-radius: 6px;
|
||||
padding: 1rem 1.3rem;
|
||||
margin: 1.2rem 0;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.infobox p {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
.affiliate-box {
|
||||
background: #f5f0eb;
|
||||
border: 1px solid #d4c5b2;
|
||||
border-radius: 8px;
|
||||
padding: 1rem 1.5rem;
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
|
||||
<h1>Oathsworn: Der Boss-Kampf, der deine Gruppe verschlingt — und dich dafür dankbar macht</h1>
|
||||
<p class="meta">15. Juni 2026 · Retrospektive · Lesezeit: ~8 Minuten</p>
|
||||
<img id="vgwort-pixel" class="skip-lazy" loading="eager" src="https://vg08.met.vgwort.de/na/be410c78c3944feea4dd471d2ca72234" width="1" height="1" alt="">
|
||||
|
||||
|
||||
<p class="dachzeile">Retrospektive</p>
|
||||
|
||||
<h1>Oathsworn: Der Boss-Kampf, der deine Gruppe verschlingt — und dich dafür dankbar macht</h1>
|
||||
<div style="border-bottom:2px solid #e0e0e0;margin-bottom:1.5rem;"></div>
|
||||
<p class="meta">24. Juni 2026</p>
|
||||
|
||||
<p>Es gibt Boss-Kämpfe, die du gewinnst. Und es gibt Boss-Kämpfe, an die du dich Jahre später erinnerst. <strong>Oathsworn: Into the Deepwood</strong> von <strong>Jamie Jolly</strong> und Shadowborne Games ist eine Maschine, die Erinnerungen produziert — an den Moment, als der Riesenkrake den dritten Arm ausfuhr, an die Runde, in der eine einzelne Entscheidung den Kampf drehte, an das Schweigen am Tisch, als das Monster fiel. Vier Jahre nach der Kickstarter-Kampagne und mit BoardGameGeek(BGG)-Rang 63 ist <strong>Oathsworn</strong> das meistdiskutierte Boss-Battler-Spiel seit <strong>Kingdom Death: Monster</strong> — nur ohne dessen abschreckende Einstiegshürden.</p>
|
||||
|
||||
<hr id="system-readmore" />
|
||||
|
||||
|
||||
<p>Es gibt Boss-Kämpfe, die du gewinnst. Und es gibt Boss-Kämpfe, an die du dich Jahre später erinnerst. <strong>Oathsworn: Into the Deepwood</strong> von <strong>Jamie Jolly</strong> und Shadowborne Games ist eine Maschine, die Erinnerungen produziert — an den Moment, als der Riesenkrake den dritten Arm ausfuhr, an die Runde, in der eine einzelne Entscheidung den Kampf drehte, an das Schweigen am Tisch, als das Monster fiel. Vier Jahre nach der Kickstarter-Kampagne und mit BGG-Rang 63 ist <strong>Oathsworn</strong> das meistdiskutierte Boss-Battler-Spiel seit <strong>Kingdom Death: Monster</strong> — nur ohne dessen abschreckende Einstiegshürden.</p>
|
||||
|
||||
<div class="infobox">
|
||||
<p><strong>Oathsworn: Into the Deepwood</strong> · <strong>Autor:</strong> Jamie Jolly · <strong>Verlag:</strong> Shadowborne Games (deutsch: Frosted Games) · <strong>Illustration:</strong> Francesca Baerald, Vladimir Buchyk, Sean Jackson, Dongjun Lu, Dongbiao Lu · 1–4 Personen · 30–90 Minuten · ab 14 Jahren · <a href="https://boardgamegeek.com/boardgame/251661/oathsworn-into-the-deepwood" target="_blank">BGG: 8,8 (6.878 Bewertungen, Rang 63)</a></p>
|
||||
<p><strong>Oathsworn: Into the Deepwood</strong> · <strong>Autor:</strong> Jamie Jolly · <strong>Verlag:</strong> Shadowborne Games (deutsch: Frosted Games) · <strong>Illustration:</strong> Francesca Baerald, Vladimir Buchyk, Sean Jackson, Dongjun Lu, Dongbiao Lu · 1–4 Personen · 30–90 Minuten · ab 14 Jahren · <a href="https://boardgamegeek.com/boardgame/251661/oathsworn-into-the-deepwood" target="_blank">BoardGameGeek (BGG): 8,8 (6.878 Bewertungen, Rang 63)</a></p>
|
||||
</div>
|
||||
|
||||
<h2>Das Versprechen: Dark Souls als Brettspiel — aber spielbar</h2>
|
||||
@@ -66,7 +166,7 @@
|
||||
</blockquote>
|
||||
|
||||
<blockquote>
|
||||
<p>„Oathsworn hat das geschafft, was Kingdom Death nie geschafft hat: Es ist zugänglich. Die Regeln sind klar, die Kampagne ist strukturiert, du musst nicht 200 Euro für ein einzelnes Monster-Addon ausgeben. Es ist das Boss-Battler-Spiel für alle, die von KDM abgeschreckt wurden — und das sind die meisten."</p>
|
||||
<p>„Oathsworn hat das geschafft, was Kingdom Death nie geschafft hat: Es ist zugänglich. Die Regeln sind klar, die Kampagne ist strukturiert, du musst nicht 200 Euro für ein einzelnes Monster-Addon ausgeben. Es ist das Boss-Battler-Spiel für alle, die von KDM (Kingdom Death: Monster) abgeschreckt wurden — und das sind die meisten."</p>
|
||||
<cite>Community-Stimme, Reddit r/boardgames</cite>
|
||||
</blockquote>
|
||||
|
||||
@@ -85,7 +185,7 @@
|
||||
<h3>Die Differenzierten: „Ein Meisterwerk mit einem engen Fokus"</h3>
|
||||
|
||||
<blockquote>
|
||||
<p>„Oathsworn macht eine Sache, und die macht es perfekt: Boss-Kämpfe. Wenn du taktische Kämpfe gegen riesige Monster liebst, gibt es nichts Besseres. Aber wenn du Exploration, NPC-Interaktion oder Wirtschaftssysteme erwartest, wirst du enttäuscht. Es ist kein Rollenspiel. Es ist ein Boss-Rush mit einer Geschichte drumherum. Die Frage ist, ob du das willst."</p>
|
||||
<p>„Oathsworn macht eine Sache, und die macht es perfekt: Boss-Kämpfe. Wenn du taktische Kämpfe gegen riesige Monster liebst, gibt es nichts Besseres. Aber wenn du Exploration, NPC-Interaktion (Nicht-Spieler-Charaktere) oder Wirtschaftssysteme erwartest, wirst du enttäuscht. Es ist kein Rollenspiel. Es ist ein Boss-Rush mit einer Geschichte drumherum. Die Frage ist, ob du das willst."</p>
|
||||
<cite>Community-Stimme, Reddit r/boardgames</cite>
|
||||
</blockquote>
|
||||
|
||||
@@ -103,7 +203,7 @@
|
||||
<p><strong>Oathsworn</strong> hat bewiesen, dass ein Erstlingswerk eines unbekannten Verlags eines der besten Spiele seines Genres werden kann. Es hat gezeigt, dass eine App kein Gimmick sein muss, sondern ein integraler Bestandteil des Spielerlebnisses. Und es hat die Frage aufgeworfen, die jede Gruppe für sich beantworten muss: Willst du ein Spiel, das dich mit epischen Kämpfen belohnt — aber dafür verlangt, dass du dich ihm hingibst? Für Tausende von Gruppen ist die Antwort ein klares Ja.</p>
|
||||
|
||||
<div class="affiliate-box" style="background:#f5f0eb;border:1px solid #d4c5b2;border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 0;">
|
||||
<strong>🛒 Oathsworn kaufen:</strong>
|
||||
<strong> Oathsworn kaufen:</strong>
|
||||
<ul style="margin:0.5rem 0 0 1.2rem;padding:0;">
|
||||
<li><a href="https://www.fantasywelt.de/search?q=Oathsworn&bsn=ig1UxQ0L2cNMNslzFhyr" target="_blank" rel="nofollow sponsored">Fantasywelt.de</a></li>
|
||||
<li><a href="https://www.allgames4you.de/search?q=Oathsworn&bsn=1" target="_blank" rel="nofollow sponsored">AllGames4You.de</a></li>
|
||||
@@ -116,13 +216,14 @@
|
||||
<small style="color:#999;">Affiliate-Links – der Preis für dich bleibt gleich, wir erhalten eine kleine Provision.</small>
|
||||
</div>
|
||||
|
||||
<h2>Quellen</h2>
|
||||
<p><span><strong>Quellen</strong></span></p>
|
||||
<ol>
|
||||
<li><a href="https://boardgamegeek.com/boardgame/251661/oathsworn-into-the-deepwood" target="_blank">Oathsworn: Into the Deepwood auf BoardGameGeek</a></li>
|
||||
<li><a href="https://www.shadowborne-games.com/" target="_blank">Shadowborne Games (offizielle Website)</a></li>
|
||||
<li><a href="https://frostedgames.de/spiele/oathsworn" target="_blank">Oathsworn bei Frosted Games (deutsche Ausgabe)</a></li>
|
||||
</ol>
|
||||
|
||||
<p style="color:#999;font-size:0.8rem;margin-top:2rem;">Recherchestand: 24. Juni 2026.</p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user