Du möchtest für diverse Artikel auf die Fate Würfel Symbole nicht verzichten?
Das Einbinden der Fatewebfont in deine Website ist kein großes Problem dank Jörn Heimeshoff der uns schon das Online-Nachschlagewerk für Turbo Fate und Fate Core gecodet hat.

Die Fate Font in die Website integrieren

Zuerst benötigst du die Font und noch ein paar Dateien die du auf die gleiche Ebene deines Server wie die CSS Datei packst. (Bei WordPress einfach ins Root des Themes.)

Fate Webfont
Fate Webfont

Fate_Webfont.zip
Version: 1.0

18.6 KiB
315 Downloads
Details

Nun bindest du die Font in die CSS-Datei deiner Website oder z.B. deines WordPress-Themes ein.
Das geschieht direkt in eurer CSS-Datei mit diesem Snippet:

/* Fate Webfront einbinden */
@font-face {
font-family: 'fate';
src: url('fate_core_font-webfont.eot');
src: url('fate_core_font-webfont.eot?#iefix') format('embedded-opentype'),
url('fate_core_font-webfont.woff') format('woff'),
url('fate_core_font-webfont.ttf') format('truetype'),
url('fate_core_font-webfont.svg#fate_core_glyphsregular') format('svg');
font-weight: normal;
font-style: normal;
}
span.fate_font {
font-family: "fate";
font-weight: normal;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
span.fate_font.big {
font-size: 2em;
line-height: 1.2em;
}

Die Lizenzfrage

Als nächstes solltest du in den Fuß oder die Sidebar deiner Seite folgenden Vermerk setzen:

The Fate Core font is © Evil Hat Productions, LLC and is used with permission.
The Four Actions icons were designed by Jeremy Keller.

Die Font nutzen:

Danach kannst du mit dem Span-Tag deine Texte formatieren:

Beispiel für Würfelergebnisse:

<span class="fate_font">-+0+</span>

ergibt dann:
+0+

Beispiel für Aktionssymbole

<span class="fate_font big">OCAD</span>

ergibt dann: OCAD

Glyphenübersicht:

Zeichen Html-Code Ergebniss
Pluszeichen + &#43; +
Minuszeichen – &#45;
Ziffer Null 0 &#48; 0

Die vier Aktionen (Angreifen[A], Verteidigen[D], Vorteil erschaffen[C] und Überwinden[O]) folgen der amerikanischen Originalbezeichnung.

Deutsch English Zeichen
Vorteil erschaffen Create Advantage C C
Überwinden Overcome O O
Angreifen Attack A A
Verteidigen Defend D D

Hier ein Beispiel-Text:

Würfeln

Wenn du in Fate würfeln musst, nimm dir vier Fate-Würfel und würfle mit allen. Wenn du das Ergebnis der Würfel abliest, werte jedes + als +1, jedes 0 als 0 und jedes als -1. Addiere alles zusammen. Du erhältst ein Ergebnis von -4 bis +4, meistens zwischen -2 und +2.

Hier sind einige Beispiele für Würfelergebnisse:
+= +0
0+= +1
++= +3
0= –2

Das Ergebnis des Wurfs ist aber nicht dein endgültiges Ergebnis. Wenn dein Charakter eine Fertigkeit hat, die zu der Aktion passt, dann darfst du deinen Fertigkeitswert auf das Ergebnis der Würfel addieren.
Jetzt hast du also gewürfelt und addiert, aber was bedeutet das Ergebnis? Gut, dass du fragst.

Am häufigsten würfelst du bei Fate um:

O Ein Hindernis zu überwinden.
C Einen Vorteil für deinen Charakter zu erschaffen oder freizuspielen, d.h. du erzeugst einen Aspekt, den du benutzen kannst.
A Jemanden in einem Konflikt anzugreifen.
D Dich in einem Konflikt zu verteidigen.

Der Quelltext dazu:

<h4>Würfeln</h4>
<p>Wenn du in Fate würfeln musst, nimm dir vier Fate-Würfel und würfle mit allen. Wenn du das Ergebnis der Würfel abliest, werte jedes <span class="fate_font">+</span> als +1, jedes <span class="fate_font">0</span> als 0 und jedes <span class="fate_font">-</span> als -1. Addiere alles zusammen. Du erhältst ein Ergebnis von -4 bis +4, meistens zwischen -2 und +2.</p>
<p>Hier sind einige Beispiele für Würfelergebnisse:<br /> <span class="fate_font">-</span><span class="fate_font">-</span><span class="fate_font">+</span><span class="fate_font">+</span>= +0<br /> <span class="fate_font">0</span><span class="fate_font">-</span><span class="fate_font">+</span><span class="fate_font">+</span>= +1<br /> <span class="fate_font">0</span><span class="fate_font">+</span><span class="fate_font">+</span><span class="fate_font">+</span>= +3<br /> <span class="fate_font">-</span><span class="fate_font">-</span><span class="fate_font">0</span><span class="fate_font">0</span>= –2</p>
<p>Das Ergebnis des Wurfs ist aber nicht dein endgültiges Ergebnis. Wenn dein Charakter eine Fertigkeit hat, die zu der Aktion passt, dann darfst du deinen Fertigkeitswert auf das Ergebnis der Würfel addieren.<br /> Jetzt hast du also gewürfelt und addiert, aber was bedeutet das Ergebnis? Gut, dass du fragst.</p>
<h4>Am häufigsten würfelst du bei Fate um:</h4>
<span class="fate_font big">O</span> Ein Hindernis zu überwinden<br>
<span class="fate_font big">C</span> Einen Vorteil für deinen Charakter zu erschaffen oder freizuspielen, d.h. du erzeugst einen Aspekt, den du benutzen kannst<br>
<span class="fate_font big">A</span> Jemanden in einem Konflikt anzugreifen<br>
<span class="fate_font big">D</span> Dich in einem Konflikt zu verteidigen<br>

Integrating the Fate Font into your website

So you don’t want to go without the Fate dice symbols for your article on your Website?
Integrating the Fate webfont into your website is not a big deal, thanks to Jörn Heimeshoff, who has coded also the german online Reference for Fate Acclerated and Fate Core

Integrating the Fate Font into your website

To start, you need the font and some files you put into the same layer of your server as the CSS file. (If you use WordPress, simply put them into the theme’s root.)

Fate Webfont
Fate Webfont

Fate_Webfont.zip
Version: 1.0

18.6 KiB
315 Downloads
Details

Now you integrate the following code snippet into the CSS file of your website or e.g. your worpress theme.

/* Fate Webfront einbinden */
@font-face {
font-family: 'fate';
src: url('fate_core_font-webfont.eot');
src: url('fate_core_font-webfont.eot?#iefix') format('embedded-opentype'),
url('fate_core_font-webfont.woff') format('woff'),
url('fate_core_font-webfont.ttf') format('truetype'),
url('fate_core_font-webfont.svg#fate_core_glyphsregular') format('svg');
font-weight: normal;
font-style: normal;
}
span.fate_font {
font-family: "fate";
font-weight: normal;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
span.fate_font.big {
font-size: 2em;
line-height: 1.2em;
}

The Licence Issue

As a next step, your should put this comment into the footer or the sidebar of your page:

The Fate Core font is © Evil Hat Productions, LLC and is used with permission.
The Four Actions icons were designed by Jeremy Keller.

Using the font:

After that use the span-tag to format your text:

Examples for Dice Rolls:

<span class="fate_font">-+0+</span>

leads to:
+0+

Examples for the Action Symbols:

<span class="fate_font big">OCAD</span>

leads to OCAD

Overview:

Character Html-Code Outcome
Plus + &#43; +
Minus – &#45;
Zero 0 &#48; 0

 

Action Character
Create Advantage C C
Overcome O O
Attack A A
Defend D D

Sample-Text:

Rolling the Dice

When you need to roll dice in Fate, pick up four Fate dice and roll them. When you read the dice, read every + as +1, every 0 as 0, and every as –1. Add them all together. You’ll get a result from –4 to +4, most often between –2 and +2.

Here are some sample dice totals:

+0+ = +1
+00 = 0
+++ = +2
000 = −1

The result on the dice isn’t your final total, however. If your character has a skill that’s appropriate to the action, you get to add your character’s rating in that skill to whatever you rolled.

So, once you’ve rolled the dice, how do you determine what a particular result means? Glad you asked.

Players, some of the things you’ll do in a Fate game require you to roll dice to see if your character succeeds or not. You will always roll the dice when you’re opposing another character with your efforts, or when there’s a significant obstacle in the way of your effort. Otherwise, just say what your character does and assume it happens.

OTo overcome an obstacle

CTo create or unlock an advantage for your character, in the form of an aspect you can use

ATo attack someone in a conflict

DTo defend yourself in a conflict

The Sourcecode:

<h4>Rolling the Dice</h4>
<p>When you need to roll dice in Fate, pick up four Fate dice and roll them. When you read the dice, read every <span class="fate_font">+</span> as +1, every <span class="fate_font">0</span> as 0, and every <span class="fate_font">-</span> as –1. Add them all together. You’ll get a result from –4 to +4, most often between –2 and +2.</p>
<p>Here are some sample dice totals:</p>
<p><span class="fate_font">-+0+</span> = +1<br /><span class="fate_font">+-00</span> =<br /><span class="fate_font">+++-</span> = +2<br /><span class="fate_font">-000</span> = −1</p>
<p>The result on the dice isn’t your final total, however. If your character has a skill that’s appropriate to the action, you get to add your character’s rating in that skill to whatever you rolled.</p>
<p>So, once you’ve rolled the dice, how do you determine what a particular result means? Glad you asked.</p>
Players, some of the things you’ll do in a Fate game require you to <strong>roll dice to see if your character succeeds or not. You will always roll the dice when you’re opposing another character with your efforts, or when there’s a significant obstacle in the way of your effort.</strong> Otherwise, just say what your character does and assume it happens.
<p><span class="fate_font big">O</span>To overcome an obstacle</p>
<p><span class="fate_font big">C</span>To create or unlock an advantage for your character, in the form of an aspect you can use</p>
<p><span class="fate_font big">A</span>To attack someone in a conflict</p>
<p><span class="fate_font big">D</span>To defend yourself in a conflict</p>

Der Beitrag Die Fate Font für deine Website nutzen erschien zuerst auf FateRpg.de.

Das Patreon Projekt von Evil Hat ist mehr als produktiv. In der Vergangenheit haben uns die Hüte hochkarätige und interessante Settings für das Rollenspiel Fate beschert. Nicht nur das die Konstellation der jeweiligen Welt interessant ist es werden zudem oft Regeln beschrieben die zeigen was man mit Fate alles treiben kann. Nun steht eine weitere Fate World of Adventure, nämlich Gods and Monsters zum Download bereit. Solltest du kein Patron sein und die Aktion schon im Vorfeld unterstützen kannst via Drive Thru dir das Setting besorgen.

GODS and MONSTERS

The world is young and majestic, and humans eke out a living and dream of civilization.

But you are not like them: you are a god. A primal creature, your soul a blazing font of power, your body an expression of your nature. The more extreme your behavior the greater the power you can wield—but it is easy to become lost in a single facet of your existence and cross the line from god to monster.

Perform mythic acts, skirmish with rival pantheons, and walk the line between power and control in this Fate World of Adventure by Chris Longhurst.

Gods and Monsters requires Fate Core or Fate Accelerated to play. This 50-page supplement contains:

  • A new campaign structure that separates play into tales, allowing for gameplay to affect the world at large
  • World creation ideas, with basic structures for sub-regions and communities
  • Character creation systems for gods, including divine mantles, intention, and epic stunts
  • A sliding scale of opposing approaches allows characters to change during gameplay
  • A variety of introductory tales to get you started

Gods and Monsters. What will your legacy be?

The Fate Adventures & Worlds line provides compact, rich, affordable, gorgeous settings with a ready-to-go adventure for GMs in a pinch. Buy one this afternoon, be ready to run this evening. 

Ich bin vor allem auf die nächste Ausgabe gespannt:

Masters of Umdaar (by Dave Joria): Behold the fallen world of Umdaar, home to savage warriors, cyborg insects, and merciless warlords. Oh, and lasers—lots and lots of lasers. „Masters“ is a retro tribute to such shiny serials as John Carter of Mars, Flash Gordon, He-Man, Thundercats, and many more!

Der Beitrag Fate World of Adventure: Gods and Monsters erschien zuerst auf FateRpg.de.

Mháire, Poki, Da und Maria von Daedalic sowie Jan von Deck13 spielen das Pen and Paper Rollenspiel zu Deponia, das Mháire und Nico gemeinsam mit Poki entwickelt haben und das tatsächlich bald in den Druck gehen wird! Der Uhrwerk Verlag verlegt das Spiel und wer gespannt darauf ist wie Fate Trash sich spielt kann das nun durch eine ganze Reihe von Let’s Play-Videos. Geplant sind 5 Folgen die du im Kanal von DevPlay sehen kannst: www.youtube.com/DevPlayDe. Nun sind Folge 2 und 3 Online.

Der Teasertrailer
DevPlay - Deponia P&P Teaser Trailer

Folge 1
Deponia: Das Rollenspiel - Pen and Paper Let's Play mit Poki (DevPlay)

Folge 2
DevPlay - Let's Play Deponia #2

Folge 3
DevPlay - Let's Play Deponia

Der Beitrag Deponia RPG Lets Play #2 & #3 erschien zuerst auf FateRpg.de.

Ab heute finden sich in unserem Downloadbereich neues Spielmaterial für Fate Core.
Zum einen den Fate Core Spickzettel, eine kleine, praktische Übersicht der Spielregeln wie Sie auch im Buch zu finden ist.

Fate Core Spickzettel
Fate Core Spickzettel

Fate_Core_Spickzettel.pdf
Version: 1.0

1.6 MiB
4061 Downloads
Details

Der interaktive Fate Core Spielgestaltungsbogen mit dem du deine Kampagne gestalten kannst.

Fate Core Spielgestaltungsbogen
Fate Core Spielgestaltungsbogen

Fate_Core_Spielgestaltungsbogen.pdf

573.5 KiB
2952 Downloads
Details

Und das Charaktererschaffungsblatt das dir beim erstellen deiner Figur eine Stütze ist.

Fate Core Charaktererschaffungsblatt
Fate Core Charaktererschaffungsblatt

Fate_Core_Charaktererschaffungsblatt.pdf
Version: 1.0

560.1 KiB
2956 Downloads
Details

Dieses Spielmaterial ist zwar sowohl im gedruckten als auch in der Downloadversion zu finden, aber wir denken das eine zusätzliche separate Downloadmöglichkeit angebracht ist.

Der Beitrag Neue Fate Core Downloads: Spickzettel, Spielgestaltungsbogen und Charaktererschaffungsblatt erschien zuerst auf FateRpg.de.

Nach dem Treffen mit Mr. Johnson haben die Runner stundenlang versucht, nützliche Informationen für den Shadowrun zu sammeln. Erfahren haben sie vieles, aber nichts Konkretes über die Sicherheitsmaßnahmen, die sie erwarten. Danach haben die Spieler – an Charakterspiel war nach kurzer Zeit nicht mehr zu denken – stundenlang Pläne geschmiedet und einander erklärt, weshalb diese Pläne nicht funktionieren können. Irgendwann hat man sich entnervt auf einen der allerersten Vorschläge geeinigt – weshalb dieser nicht funktionieren kann, weiß keiner mehr so genau. Jetzt stehen die Runner vor dem geheimen Konzernlabor. Genauer: Vor einer Sicherheitstür mit Magschloss. Keiner der Runner hat einen Magschloss-Knacker auf seinem Charakterblatt stehen. Der Run scheint vorbei, noch bevor er begonnen hat…

Klingt bekannt? Wegen der Häufung solcher Szenen hat Azzurayelos vor geraumer Zeit mit Shadowrun gebrochen, obwohl er das Setting immer noch cool findet. Mit veröffentlichung der deutschen Ausgabe von Fate Core hat er seinem alten System-Hack einem Update unterzogen!

Mehr Infos & Downloads zu ShadowCore gibt es auf der Projektseite.

Mir kommt es vor allem darauf an, langwierige und ergebnislose Beinarbeits- und Planungs-Szenen zu vermeiden. Ich will, dass die Spieler die Informationen bekommen können, die sie brauchen, um einen Run zu planen. Dass sie zügig einen Plan entwerfen können, ohne an jedes Detail denken zu müssen. Dass Beinarbeit und Planung sich dann auch im Spiel bezahlt machen und der Run trotzdem eine Herausforderung ist. Und, ganz wichtig, dabei als Spielleiter möglichst wenig Arbeit bei der Vorbereitung haben, wir spielen ja Fate!

Azzurayelos

Der Beitrag S:Core – Schattenlaufen mit Fate Core 1.0 erschien zuerst auf FateRpg.de.

Für einen Preis, den man selbst bestimmen kann, erscheinen mit Unwritten: Adventures in the Ages of MYST and Beyond und Sails Full of Stars • A World of Adventure for Fate Core neue Spielwelten für Fate Core.

Unwritten ist das offizielle Rollenspiel zum Myst Universum.
Dazu heißt es:

From caverns miles beneath the New Mexico desert, the D’ni ruled an empire that lasted ten millennia. They wrote Linking Books that allowed them to span universes, ignoring the primitive humans that infested the surface. But the glory of D’ni was brought low mere centuries ago, and their Ages were left empty and abandoned… until now.

Called to the desert, we have found our way down to D’ni. Its secrets are in our hands, and its future is ours to determine. The next chapter of D’ni is Unwritten.

In 1994 Cyan introduced us to the surreal worlds of MYST™ and the D’ni. Now you can make your own journeys of exploration and adventure through the Ages.

Discovery Focused Mechanics
Play in Modern or Historical D’ni
Unlimited Possible Environments

Mit Sails Full of Stars • A World of Adventure for Fate Core kommt ein Setting für Fate Core daher in dem man Händler, Freibeuter, Piraten, Angehörige der Raummarine und andere Leute spielt, die Abenteuer zwischen den Kolonien, den Planeten des Sonnensystems suchen:

In the year 1850, three empires struggle for control of the solar system: the Ottomans, whose vast Earthly empire may soon become obsolete; the Chinese, who pioneered the construction of rheoships; and the French, the new masters of alchemy. Wherever patrols are weak, pirates menace the shipping lanes. Sailors whisper rumors of dragons swimming through the black void. Fools and madmen push the boundaries of alchemy, heedless of the consequences.

Track down pirates, brave the stars, and mount shipboard battles in this Fate World of Adventure by Don Bisdorf.

Sails Full of Stars requires Fate Core to play. This 50-page supplement contains:

Descriptions of planets and spaceports to help populate a short game or a full campaign
New alchemical rules and stunts
System ideas for spaceships and space travel
Crew and rheoship combat systems
A short introductory adventure—Secrets of the Red Planet

Venture into the depths of space, where adventure and glory await!

The Fate Adventures & Worlds line provides compact, rich, affordable, gorgeous settings with a ready-to-go adventure for GMs in a pinch. Buy one this afternoon, be ready to run this evening.

Der Beitrag Unwritten: Adventures in the Ages of MYST and Beyond & Sails Full of Stars • A World of Adventure for Fate Core erschien zuerst auf FateRpg.de.

Mit erscheinen von Turbo Fate & Fate Core kommt natürlich auch etwas mehr Bewegung in diese Seite. Heute wurde das Übersetzer-Glossar einem Update unterzogen. Ausserdem finden sich dort nun die powered by Logos und die Fate-Font um auch eigenes Spielmaterial zu veröffentlichen.

Fate-Core-Font
Fate-Core-Font

Fate-Core-Font.zip

5.5 KiB
459 Downloads
Details

Powered by Fate Logos
Powered by Fate Logos

Powered-by-Fate-Logos.zip
Version: 1.0

1.1 MiB
365 Downloads
Details

Fate-Core-Glossar-deutsch-Final
Fate-Core-Glossar-deutsch-Final

Fate-Core-Glossar-deutsch-Final.pdf

722.1 KiB
2202 Downloads
Details

Der Beitrag Seitenupdate erschien zuerst auf FateRpg.de.

Nimm das Schicksal in die Hand, oder besser: Lade es herunter! FATE Core und Turbo-FATE sind jetzt beide in der deutschen Version des Uhrwerk-Verlages als kostenloser PDF-Download erhältlich. Unter diesem Link findet man neben den beiden Regelwerken auch die passenden Charakterbögen.

Nimm das Schicksal in die Hand, oder besser: Lade es herunter! FATE Core und Turbo-FATE sind jetzt beide in der deutschen Version des Uhrwerk-Verlages als kostenloser PDF-Download erhältlich. Unter diesem Link findet man neben den beiden Regelwerken auch die passenden Charakterbögen.

Nimm das Schicksal in die Hand, oder besser: Lade es herunter! FATE Core und Turbo-FATE sind jetzt beide in der deutschen Version des Uhrwerk-Verlages als kostenloser PDF-Download erhältlich. Unter diesem Link findet man neben den beiden Regelwerken auch die passenden Charakterbögen.