Malady and MediaWiki:Tweeki.css: Difference between pages

From DivNull RPG
(Difference between pages)
Jump to: navigation, search
imported>Wordman
(Replaced content with "__NOTOC__ The Malady is an ancient necromantic disease that, until recently, was locked up in the Banewarrens. Now that it has been released, it threatens to consume the w...")
 
No edit summary
 
Line 1: Line 1:
__NOTOC__
body {
The Malady is an ancient necromantic disease that, until recently, was locked up in the Banewarrens. Now that it has been released, it threatens to consume the world. When infected with the Malady, a victim becomes nearly mindless, with a constant need to feed on the flesh of the living. Though this doesn't technically kill the victim (it is closer to a form of possession), mechanically the infected are treated as undead in every way. Each of them can also easily spread the disease to others, quickly creating massive hordes of infected.
  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;
}


===Bite of the Infected===
@media (min-width: 1500px) {
When '''you take damage from someone infected with the Malady''', you become infected as well.
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}


===Infection Spreads===
When '''you are infected with the Malady'', each hour roll+CON. On a 10+ nothing happens. On a 7-9, temporarily loose a point of Constitution (and associated HP). On a miss, temporarily loose 1d3+1 points of Constitution (and associated HP). If your Constitution hits zero, you die. If you die while infected, you soon rise as a zombie.


[[Category:Magic Item]] [[campaign::Dissolution| ]] [[system::Dungeon World| ]]
.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;
font-weight: 600;
}
 
.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:57, 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;
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}


.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;
 font-weight: 600;
}

.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
}