Widget:DivineDecision: Difference between revisions
imported>Mayonnaisinator Updated The Purge section |
imported>Mayonnaisinator mNo edit summary |
||
| Line 102: | Line 102: | ||
var AVZ = '<div class="campBox" id="AVZ"><div class="campTitle">Azveltara Z</div><div class="dicDesc">Lyn Azveltara is very promiscuous with her assassins, due to her need to refresh her Lover's bond with them. The Old Gods determine whether she will become pregnant with one of the player's children, or if she will become infertile.</div><br><div class="dicChoices"><table style="display: inline-block;float: left;width: inherit;padding-bottom: 20px;"><tbody><tr><td><img class="dicImage" style="float:left;" src="/images/c/c0/Lyn_Pregnant.png"></td></tr><tr><td>You do want Lyn Azveltara to become pregnant from one of the Characters created by the Players this campaign.</td></tr></tbody></table><table style="display: inline-block;float: right;width: inherit;padding-bottom: 20px;"><tbody><tr><td><img class="dicImage" style="float:right;" src="/images/8/8f/Lyn_Infertile.png"></td></tr><tr><td>You do not want Lyn Azveltara to have a children ever causing her to become infertile.</td></tr></tbody></table></div><br><div class="dicChosen"><img class="dicImage"style="display:block;margin:auto;"src="/images/8/86/DivineDecision_S3C3.jpeg"></div><a class="dicLink" href="https://www.youtube.com/watch?v=phx9nT6mtgQ" style="text-align: center;display: block;margin: 0 auto;">Youtube</a></div>'; | var AVZ = '<div class="campBox" id="AVZ"><div class="campTitle">Azveltara Z</div><div class="dicDesc">Lyn Azveltara is very promiscuous with her assassins, due to her need to refresh her Lover's bond with them. The Old Gods determine whether she will become pregnant with one of the player's children, or if she will become infertile.</div><br><div class="dicChoices"><table style="display: inline-block;float: left;width: inherit;padding-bottom: 20px;"><tbody><tr><td><img class="dicImage" style="float:left;" src="/images/c/c0/Lyn_Pregnant.png"></td></tr><tr><td>You do want Lyn Azveltara to become pregnant from one of the Characters created by the Players this campaign.</td></tr></tbody></table><table style="display: inline-block;float: right;width: inherit;padding-bottom: 20px;"><tbody><tr><td><img class="dicImage" style="float:right;" src="/images/8/8f/Lyn_Infertile.png"></td></tr><tr><td>You do not want Lyn Azveltara to have a children ever causing her to become infertile.</td></tr></tbody></table></div><br><div class="dicChosen"><img class="dicImage"style="display:block;margin:auto;"src="/images/8/86/DivineDecision_S3C3.jpeg"></div><a class="dicLink" href="https://www.youtube.com/watch?v=phx9nT6mtgQ" style="text-align: center;display: block;margin: 0 auto;">Youtube</a></div>'; | ||
var TP = '<div class="campBox" id="TP"><div class="campTitle">The Purge</div><div class="dicDesc">After losing | var TP = '<div class="campBox" id="TP"><div class="campTitle">The Purge</div><div class="dicDesc">After losing their newly acquired ship to the Behemoth, the survivors of the Purge at Reldawin now wash up onto the shore, to see a Paladin squadron already on the beach. It is now up to the Old Gods to see who is the Paladin Figure leading the assault. Is it the Dwarven Warrior Lance Willakers, or the Dwarven Magician Vitali Zankovich?</div><br><div class="dicChoices"><table style="display: inline-block;float: left;width: inherit;padding-bottom: 20px;"><tbody><tr><td><img class="dicImage" style="float:left;" src="/images/3/31/Vitali_Zankovich_TP.jpg"></td></tr><tr><td>You want the final boss to be the Dwarven Magician Vitali Zankovich. Vitali is known to be sympathetic to the Ageless Curse. This will create an easier final encounter for the Players.</td></tr></tbody></table><table style="display: inline-block;float: right;width: inherit;padding-bottom: 20px;"><tbody><tr><td><img class="dicImage" style="float:right;" src="/images/f/f0/Lance_Willakers_TP.jpg"></td></tr><tr><td>You want the final boss to be the Dwarven Paladin Lance Willakers. Lance thinks Ageless beings are already dead and will stop at nothing to destroy all of them... at least for now. This will create a deadly final encounter for the Players.</td></tr></tbody></table></div><br><div class="dicChosen"><img class="dicImage"style="display:block;margin:auto;"src="/images/5/52/Divine_Decision_S3C4.jpeg"></div><a class="dicLink" href="https://www.youtube.com/watch?v=wBJ5gHd-WwE" style="text-align: center;display: block;margin: 0 auto;">Youtube</a><br><br><h2 style="text-align:left"><span class="mw-headline" id="Trivia">Trivia</span></h2><ul style="text-align:left"><li>argetbrisingr was selected with 0.00071% odds.</li><li>The Divine Decision animation had broken, making it unable to show what his decision was, and also making an image of argetbrisinger\'s avatar perpetually grow to fill the screen. Rob had to silence chat so that argetbrisingr could tell everyone his decision.</li></ul></div>'; | ||
$("#contHolder").append(GPO); | $("#contHolder").append(GPO); | ||
Revision as of 20:29, 16 October 2017
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.0.min.js"></script>
<style> div.charFilter select{ border: 1px solid #000;
color: #fff; background: #444; position: relative; width: 150px; float: left; height: 25px; margin-right: 5px;
} div.charFilter{ display: inline-block;
padding-left: 15px;
padding-right: 15px;
width: 100%;
} div.filterLeft{ float: left; } div.filterRight{ float: right; }
div#decPanel {
text-align: center; background: rgba(68,68,68,0.2); border-radius: 15px; border: 2px solid #8b4513; padding: 10px;
display: inline-block;
min-width: 100%;
}
.blur {
filter:blur(6px); transition: filter 0.3s; -webkit-transition: filter 0.3s;
}
.blur:hover {
filter:blur(0px);
}
div.campTitle{
text-align: center; font-weight: bold; padding: 3px; font-family: "Cinzel Decorative"; font-size: 35px;
}
div.divDesc{ text-align: center; }
.dicChosen {
width: 600px; margin: 0 auto;
} .dicChoices{
display:inline; margin-bottom:30px;
width: 300px; } .dicImage{
display:block; width:inherit; margin-bottom:inherit; border-radius: 15px; border: 3px solid #F9E4CA;
}
.dicChoices table tbody, tr, td{ width: inherit; } </style>
<script>
$("div#decPanel").prepend("
");
$("div.filterLeft").append("<select id='mainFilter'><option>Season 3</option></select>"); $("div.filterRight").append("<select id='seasonFilter-s3'><option>The Grand Paladin Order</option><option>The Senate of Deadlantis</option><option>Azveltara Z</option><option>The Purge</option></select>");
$("#mainFilter").change(function() { });
var path = "";
var GPO = '
| <img class="dicImage" style="float:left;" src="/images/a/a0/Gwyneth_GPO.png"> |
| You believe Gwyneth Sunsword, daughter to Virgo Sunsword, should be the next Grand Paladin. Choosing this path will push Gwyneth down her darkest storyline as she she hunts down Bopen the Skeleton King. |
| <img class="dicImage" style="float:right;" src="/images/c/c6/Lance_GPO.png"> |
| You believe Lance Willakers, leader of the Lightbeard Clan, should be the next Grand Paladin. Choosing this path will create the most aggressive Grand Paladin there will ever be. |
Trivia
- TaeyRurj was selected with 0.00041% odds.
- TaeyRurj was actually away from their computer when the choice had occurred, and thus were unaware they had been chosen for the Divine Decision until later.
- Justin originally was the winner of this Divine Decision, and due to his high level account had an incredibly high likelihood of winning.
'; var SOD = '
| <img class="dicImage" style="float:left;" src="/images/b/b9/Bopen_SOD.jpg"> |
| You believe the Ageless of Deadlantis should go to war with the living. |
| <img class="dicImage" style="float:right;" src="/images/f/f3/Daedrik_SOD.jpg"> |
| You believe war would only bring ruin to Deadlantis and keep the relative peace. |
Trivia
- Caprikel was selected with 0.00065% odds.
- The Divine Decision animation had de-synchronized and broken, making it unable to show who had won or what their decision was. Nisovin had revealed that the person chosen was Caprikel, and Caprikel had to state in chat what his decision was.
'; var AVZ = '
| <img class="dicImage" style="float:left;" src="/images/c/c0/Lyn_Pregnant.png"> |
| You do want Lyn Azveltara to become pregnant from one of the Characters created by the Players this campaign. |
| <img class="dicImage" style="float:right;" src="/images/8/8f/Lyn_Infertile.png"> |
| You do not want Lyn Azveltara to have a children ever causing her to become infertile. |
'; var TP = '
| <img class="dicImage" style="float:left;" src="/images/3/31/Vitali_Zankovich_TP.jpg"> |
| You want the final boss to be the Dwarven Magician Vitali Zankovich. Vitali is known to be sympathetic to the Ageless Curse. This will create an easier final encounter for the Players. |
| <img class="dicImage" style="float:right;" src="/images/f/f0/Lance_Willakers_TP.jpg"> |
| You want the final boss to be the Dwarven Paladin Lance Willakers. Lance thinks Ageless beings are already dead and will stop at nothing to destroy all of them... at least for now. This will create a deadly final encounter for the Players. |
Trivia
- argetbrisingr was selected with 0.00071% odds.
- The Divine Decision animation had broken, making it unable to show what his decision was, and also making an image of argetbrisinger\'s avatar perpetually grow to fill the screen. Rob had to silence chat so that argetbrisingr could tell everyone his decision.
';
$("#contHolder").append(GPO); $("#contHolder").append(SOD); $("#contHolder").append(AVZ); $("#contHolder").append(TP);
$("#seasonFilter-s3").change(function() {
$(".campBox").hide();
if($(this).val() == "The Grand Paladin Order"){ $("#GPO").show(); path = "#s3c1"; } if($(this).val() == "The Senate of Deadlantis"){ $("#SOD").show(); path = "#s3c2"; } if($(this).val() == "Azveltara Z"){ $("#AVZ").show(); path = "#s3c3"; } if($(this).val() == "The Purge"){ $("#TP").show(); path = "#s3c4"; } var url = location.href; url = url.substring(0, url.indexOf("#")); window.history.replaceState( {} , , url + path); });
$(window).on("load", function() { var loc = location.href; loc = loc.substring(loc.indexOf("#") + 1); if(loc == "s3c1"){ $('#seasonFilter-s3').val("The Grand Paladin Order").change(); onChange(); } if(loc == "s3c2"){ $('#seasonFilter-s3').val("The Senate of Deadlantis").change(); onChange(); } if(loc == "s3c3"){ $('#seasonFilter-s3').val("Azveltara Z").change(); onChange(); } if(loc == "s3c4"){ $('#seasonFilter-s3').val("The Purge").change(); onChange(); } });
function onChange() {
$(".campBox").hide();
if($('#seasonFilter-s3').val() == "The Grand Paladin Order"){ $("#GPO").show(); path = "#s3c1"; } if($('#seasonFilter-s3').val() == "The Senate of Deadlantis"){ $("#SOD").show(); path = "#s3c2"; } if($('#seasonFilter-s3').val() == "Azveltara Z"){ $("#AVZ").show(); path = "#s3c3"; } if($('#seasonFilter-s3').val() == "The Purge"){ $("#TP").show(); path = "#s3c3"; } var url = location.href; url = url.substring(0, url.indexOf("#")); window.history.replaceState( {} , , url + path); }
//Default $(".campBox").hide(); $("#GPO").show(); if(location.href.indexOf("#") < 0) { window.history.replaceState( {} , , location.pathname + "#s3c1");
}
</script>


