Thundarr Roleplaying and MediaWiki:Tweeki.css: Difference between pages

From DivNull RPG
(Difference between pages)
Jump to: navigation, search
No edit summary
 
No edit summary
 
Line 1: Line 1:
__NOTOC__
body {
I've been thinking about building a game to scratch my ''Thundarr the Barbarian'' itch, but thought I'd look around the net to see what was available already. None of it is particular coherent, but there have been a number of efforts, to varying degrees of success.
  font-family: "proxima-nova",BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}


==Games==
.navbar-light {
background-color: rgb(85, 51, 85)!important;
}


* [https://www.drivethrurpg.com/product/83075 ''Sorcery & Superscience''] doesn’t ever mention ''Thundarr'', but is clearly built to invoke it.
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
* [http://savageafterworld.blogspot.com/2015/02/the-world-of-thundarr-barbarian.html ''The World of Thundarr the Barbarian''] - A Google doc containing a conversion of elements from the show to the [https://www.drivethrurpg.com/product/86683/Mutant-Future-Revised-Edition ''Mutant Future''] system, from the [http://savageafterworld.blogspot.com/search/label/Thundarr Savage Afterworld] blog. The "master edition" of the sourcebook includes three adventures (also released separately).
color: white;
* [https://www.drivethrurpg.com/product/149085/CAHS3--Wasteland-2010 ''Wasteland 2010''] a supplement for [https://www.drivethrurpg.com/product/121604/Cartoon-Action-Hour-Season-3-rulebook ''Cartoon Action Hour: Season 3''] is modeled to be ''Thundarr'' from start to finish.
}
* [https://www.rpglibrary.org/settings/thundarr/ ''Under the Broken Moon''] converts the setting to the [http://www.atlas-games.com/overtheedge/ ''Over the Edge''] system.
* [https://www.drivethrurpg.com/product/237631/Crawling-Under-a-Broken-Moon-Compilation-DCC ''Crawling Under a Broken Moon''] was an 18-issue zine dedicated to playing in a ''Thundarr'' setting using [http://goodman-games.com/dungeon-crawl-classics-rpg/ ''Dungeon Crawl Classics'']
* [https://sites.google.com/site/thundarrbrokenmoon/ Demon Dogs!] was a ''Thundarr''-based D&D 4e campaign.
* The Red Kobold blog posted a [http://www.redkobold.com/rpg/thundarr/ conversion to D&D 5e].
* Active kickstarter: [https://www.kickstarter.com/projects/diyrpgproductions/barbarians-of-the-ruined-earth/posts Barbarians of the Ruined Earth], based on the Black Hack.
* [https://www.panikproductions.com/category/fun-stuff/thundarr-stats/ Thundarr Stats], a blog that goes through the episodes and generates FATE and Savage World stats for the characters.


==Adjacent==
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: white;
}


* [http://numenera.com ''Numenera''] isn't really intended to be ''Thundarr'', but that's how I want to run it.
.firstHeading {
* The [https://titansgraverpg.com ''Titansgrave''] setting was said to be inspired by the ''Heavy Metal'' movie and ''Thundarr''.
text-align: left;
* Any number of post-apocalypse games ''might'' work for ''Thundarr'':
}
** [http://apocalypse-world.com ''Apocalypse World''] (might not be weird enough)
** [https://www.kickstarter.com/projects/1601691240/broken-world-a-post-apocalypse-tabletop-rpg/ ''Broken World''] (if it ever actually gets made)
** [https://www.modiphius.com/mutant.html ''Mutant: Year Zero''] (might have the wrong focus)
** some edition of of [https://www.reddit.com/r/rpg/comments/2i0to0/gamma_world_which_edition/ ''Gamma World''] or other old school systems (not what I'm after mechanically).
** [https://www.star-rats.com/p/star-rats.html Star Rats] is a post-apocalypse hack of Maze Rats.
* A ''Thundarr'' [https://www.facebook.com/TPKGames/posts/175410219230868 drinking game].


==Resources==
.btn-primary  {
background-color: rgb(85, 51, 85);
}
.btn-primary:hover  {
background-color: rgb(75, 41, 75);
}


* [https://www.youtube.com/watch?v=OpnBtlnm5eA ''Lords of Light: The Thundarr the Barbarian Story'']: a documentary
a {
* A search for [https://www.deviantart.com/popular-all-time/?section=&global=1&q=Thundarr Thundarr] on deviantArt
color: #370E5E;
* ''Thundarr'' [https://tvtropes.org/pmwiki/pmwiki.php/WesternAnimation/ThundarrTheBarbarian tropes]
}
 
h2, h3, h4, h5, h6 {
margin-bottom: .25rem;
margin-top: .5rem;
}
 
.h1, h1 {
    font-size:2rem
}
 
.h2, h2 {
    font-size:1.75rem
}
 
.h3, h3 {
    font-size:1.5rem
}
 
.h4, h4 {
    font-size:1.25rem
}
 
.h5, h5 {
    font-size:1.12rem
}

Revision as of 03:12, 24 December 2023

body {
  font-family: "proxima-nova",BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.navbar-light {
 background-color: rgb(85, 51, 85)!important;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
 color: white;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
 color: white;
}

.firstHeading {
 text-align: left;
}

.btn-primary  {
 background-color: rgb(85, 51, 85);
}
.btn-primary:hover  {
 background-color: rgb(75, 41, 75);
}

a {
color: #370E5E;
}

h2, h3, h4, h5, h6 {
 margin-bottom: .25rem;
 margin-top: .5rem;
}

.h1, h1 {
    font-size:2rem
}

.h2, h2 {
    font-size:1.75rem
}

.h3, h3 {
    font-size:1.5rem
}

.h4, h4 {
    font-size:1.25rem
}

.h5, h5 {
    font-size:1.12rem
}