Azure Casket and MediaWiki:Tweeki.css: Difference between pages

From DivNull RPG
(Difference between pages)
Jump to: navigation, search
imported>Wordman
 
No edit summary
 
Line 1: Line 1:
An air-aspected [[Casket of Firedust Conversion]] inlaid with deep blue jade in swirling patterns resembling clouds, that turns firedust into skydust.
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;
}


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


A firewand with skydust fires a streak of lightning.  This inflicts eight dice of lethal damage and ignores half the target's armour's soak, rounded down.  This applies even to magical armour.  Extra successes on the attack roll do not grant extra damage dice on this attack.


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


Committed skydust creates a streak of lightning, which, as always, ignores half the target's armour's soak. If the target fails to dodge, then the lightning hits them for 12 dice of lethal damage, then leaps on from them to hit two more targets -- the two nearest people to the first target.
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: white;
}


The original successes from the first attack roll against the first target are halved (rounded up -- these dice will continue to be halved for later attacks until they get down to 1; there are no further attacks after that) and applied to the attacks against these next two targets; the new targets may dodge the branching lightning, their dodge rolls opposing the halved successesThe damage on these two attacks is 6 dice of lethal damage.
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
}


If these two targets are hit, then the lightning branches yet again and goes on to hit two more targets from each of themThe successes on the attack are halved again for the purposes of dodging, and the attacks do 3 dice of lethal damage.
.firstHeading {
  text-align: left;
font-weight: 700;
}


The lightning keeps branching and halving the attack's successes and the damage until it either runs out of attack successes or runs out of damage successes (it runs out of damage successes after it makes an attack that does 1 die of lethal damage).  At this point, it grounds itself.
.btn-primary  {
background-color: rgb(85, 51, 85);
}
.btn-primary:hover  {
  background-color: rgb(75, 41, 75);
}


Whenever the lightning misses a target, it does not branch, instead grounding itself immediately.
a {
color: #370E5E;
}


Extra successes on the attack rolls do not grant extra damage dice on these attacks. The person who fired the firewand is not immune to this effect; should he happen to be the closest person (or the second closest) to anyone hit by one of the lightning-branches, and the lightning branches after that person, then one of the lightning branches will go after him.
h2, h3, h4, h5, h6 {
margin-bottom: .25rem;
margin-top: .5rem;
font-weight: 600;
}


''Example: Ledaal Anything, the Air Aspect, is firing a firewand with skydust. She fires her firewand, using her 5 Dexterity and 5 Archery, at a nobody.  Anything gets 10 successes on her attack roll (she did really well). The nobody has 3 dice to dodge, and gets 1 success -- not enough.  Luckily for the nobody, he has armour that grants him 4 lethal soak.''
.h1, h1 {
  font-size:2rem
}


''The extra successes on Anything's attack roll did not count towards damage, so for her damage against Mr. Nobody, she rolls 12 dice minus Mr. Nobody's armour soak of 4, divided by 2 for the electricity effect. So Anything rolls 10 dice of damage against the nobody.''
.h2, h2 {
font-size:1.75rem;
color: rgb(85, 51, 85);
border-bottom: 1px solid;
  border-bottom-color: rgb(85,51,85);
}


''Now the lightning branches off from the nobody and attacks two more nobodies with 5 attack successes each (Anything's original attack successes, divided by 2). The new nobodies each get 1 success on their respective dodge rolls -- still not enough.  However, Anything rolls only 6 dice of lethal damage against them, minus their halved armour's soak of 2, for 4 total damage dice.''
.h3, h3 {
  font-size:1.5rem
}


''Now the lightning branches off again from the second two nobodies and attacks four new nobodies with a total attack successes of 3 each. Two of these nobodies miraculously manage to dodge, so two of the branches of lightning ground themselves harmlessly; however, two of the nobodies are hit. They have the same lethal soak as the first three nobodies, so they take 3 dice of damage, minus 2 -- 1 die of lethal damage.''
.h4, h4 {
  font-size:1.25rem
}


''The lightning keeps branching off from each person it hits until either all of the branched lightnings have been dodged, or the attack successes or damage dice have been reduced to 0.''
.h5, h5 {
font-size:1.12rem
}


<noinclude>[[Category:Exalted]]
div.meta
[[Category:Magic Item]]</noinclude>
{
font-style: italic;
background: #eee;
border: 1px solid #777;
padding: 1px 5px 0px 5px;
margin-bottom: 7px;
}

Revision as of 07:00, 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;
 font-weight: 700;
}

.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;
 color: rgb(85, 51, 85);
 border-bottom: 1px solid;
 border-bottom-color: rgb(85,51,85);
}

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

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

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

div.meta
{
 font-style: italic;
 background: #eee;
 border: 1px solid #777;
 padding: 1px 5px 0px 5px;
 margin-bottom: 7px;
}