Update to use HOSR

This commit is contained in:
2023-04-24 18:13:58 -04:00
parent ce4d2e27b5
commit aafcfe893c
191 changed files with 8147 additions and 691 deletions

View File

@@ -0,0 +1,3 @@
### Astral Gliding
While on astral plane, can use currents to move as fast as an astral vessel.

View File

@@ -0,0 +1,9 @@
### Breath Weapon
- Can be used up to 3x per day.
- All caught in area take damage equal to dragon's current hit points, **Save vs Blasts** for half.
- Shapes:
- **Cloud** - 50 long, 40 wide, 20 high.
- **Cone** - 2 wide at the mouth, 30 wide at far end.
- **Line** - 5 wide along whole length.
- Immune to their own breath weapon, automatically save vs related attacks.

View File

@@ -0,0 +1,8 @@
### Planar Roar
Can roar to opens a 10' diameter portal to the astral plane 1d6 x 10' away.
- Portal remains open for up to 1d6 turns, closing 1 turn after the dragon passes through.
- 30% chance to reach specific place in the astral plane (if desired), otherwise the portal opens at a random point.
- Can be used up to once per week.
- Can't be used while on the astral plane.

View File

@@ -0,0 +1,11 @@
<div class="rulesMenu">
Version 0.9.1 / 2023-04-22
- [Basics](/rules/basics.html)
- [Combat](/rules/combat.html)
- [Adventuring](/rules/adventuring.html)
- [Magic](/rules/magic.html)
- [Referees Only](/rules/referees.html)
</div>

View File

@@ -62,6 +62,12 @@ a[target="_blank"]::after {
font-weight: normal;
}
/* so active and hover can override */
a:visited {
color: #cc45b6;
}
a:active,
a:hover {
border: 1px solid #e94e5c;
background-color: #44fcfc;
@@ -71,14 +77,6 @@ a:hover {
text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.6);
}
a:visited {
color: #cc45b6;
}
a:visited:hover {
color: #e94e5c;
}
article img {
max-width: 100%;
}
@@ -174,7 +172,7 @@ h1 {
color: #e94e5c;
font-size: 1.5em;
line-height: 1.2em;
margin-top: 3rem;
margin-top: 4rem;
}
h1 svg {
@@ -305,8 +303,14 @@ table th {
display: none;
}
.nonHumanClassTableWrapper table thead tr:last-child {
display: none;
}
.dividedTableWrapper {
display: inline-block;
display: block;
margin: 1rem 0;
max-width: 100%;
overflow-x: auto;
}
@@ -464,11 +468,13 @@ a.licenseLink:hover {
#menu-toggle:checked ~ .navMenu {
left: 0;
}
#menu-toggle:checked + .menu-label .menu-text {
transform: rotate(90deg);
left: -1rem;
top: 4rem;
}
/* Prevents close toggle from scrolling offscreen */
#menu-toggle:checked + .menu__btn {
position: fixed;
@@ -507,6 +513,7 @@ a.licenseLink:hover {
padding: 0.5rem;
width: 100%;
}
.navBar a:visited {
color: #44fcfc;
}
@@ -544,6 +551,10 @@ a.licenseLink:hover {
color: #44fcfc;
}
.navMenu a:active {
color: #e94e5c;
}
.navMenu li {
margin-bottom: 0;
position: relative;
@@ -552,27 +563,41 @@ a.licenseLink:hover {
white-space: nowrap;
}
.navMenu > ul > li.hasSubMenu:hover > a {
border: 1px solid #e94e5c;
}
/*
.navMenu > ul > li.hasSubMenu > a {
border: 1px solid #e94e5c;
}
/*
.navMenu li.hasSubMenu:hover,
.navMenu li.hasSubMenu:focus-within {
background-color: rgba(233, 78, 92, 0.5);
}
*/
.navMenu li:hover,
.navMenu li:focus-within {
background-color: rgba(233, 78, 92, 0.5);
}
/*
.navMenu ul li ul li.hasSubMenu:hover,
.navMenu ul li ul li.hasSubMenu:focus-within {
background-color: transparent;
}
*/
.navMenu li.hasSubMenu:hover a,
.navMenu li.hasSubMenu:hover a:visited {
color: #44fcfc;
}
.navMenu li.hasSubMenu:hover a:hover,
.navMenu li.hasSubMenu:hover a:visited:hover {
.navMenu li a:hover,
.navMenu li a:visited:hover {
color: #e94e5c;
}
@@ -616,14 +641,28 @@ a.licenseLink:hover {
width: 100%;
}
.navMenu ul li ul li.hasSubMenu a {
/*
.navMenu ul li a:hover {
color: #e94e5c;
}
*/
.navMenu ul li.hasSubMenu a {
padding-left: 2rem;
}
.navMenu ul li ul li.hasSubMenu > a {
.navMenu ul li.hasSubMenu > a {
padding-left: 1rem;
}
.navMenu ul li.hasSubMenu ul li.hasSubMenu a {
padding-left: 4rem;
}
.navMenu ul li.hasSubMenu ul li.hasSubMenu > a {
padding-left: 2rem;
}
.navMenu-list-link.isCurrentSection {
background-color: #44fcfc;
border: 1px solid #e94e5c;
@@ -687,7 +726,11 @@ a.licenseLink:hover {
}
.pageMain {
padding: 2em 1em 1em;
padding: 1em;
}
.pageTitle {
margin-top: 0;
}
a.pageTitle-link,
@@ -702,6 +745,74 @@ a.pageTitle-link:visited {
border: 1px solid #e94e5c;
}
a.pageTitle-sublink {
font-size: smaller;
margin-top: 0.5rem;
}
.rulesMenu {
/* border: 1px solid #fadbb0; */
align-items: center;
/* background-color: rgba(37, 40, 55, 0.6); */
display: flex;
flex-direction: column;
}
.rulesMenu ul {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
}
.rulesMenu ul li {
border-bottom: 4px solid rgba(37, 40, 55, 0.6);
border-left: 2px solid rgba(37, 40, 55, 0.6);
border-right: 2px solid rgba(37, 40, 55, 0.6);
list-style: none;
margin: 0;
}
.rulesMenu ul li:first-child {
border-left: 4px solid rgba(37, 40, 55, 0.6);
border-radius: 0rem 0rem 0rem 0.3rem;
}
.rulesMenu ul li:last-child {
border-right: 4px solid rgba(37, 40, 55, 0.6);
border-radius: 0rem 0rem 0.3rem 0rem;
}
.rulesMenu ul li a,
.rulesMenu ul li a:visited {
border-bottom: none;
color: #e94e5c;
padding: 0.25rem;
}
.rulesMenu ul li a:active,
.rulesMenu ul li a:hover {
border: 1px solid #e94e5c;
}
.rulesTitle {
align-items: center;
display: flex;
flex-direction: column;
margin-top: 0;
}
.rulesVersion {
background-color: rgba(37, 40, 55, 0.6);
padding: 0.25rem;
text-align: center;
width: 100%;
}
.sectionBackLink-wrapper {
margin-top: 2rem;
}
.siteTitle-text {
max-width: 60%;
}
@@ -715,8 +826,12 @@ a.pageTitle-link:visited {
}
.table-of-contents {
backdrop-filter: blur(2rem);
border: 1px dashed #f6bc43;
display: inline-block;
display: block;
float: right;
margin-left: 2rem;
margin-bottom: 1rem;
}
.table-of-contents ul {
@@ -812,6 +927,12 @@ a.pageTitle-link:visited {
position: relative;
}
.siteTitle-link:hover,
.siteTitle-link:visited:hover {
color: #e94e5c;
fill: #e94e5c;
}
.siteTitle-shipIcon {
max-width: 10rem;
fill: #e94e5c;
@@ -860,8 +981,12 @@ a.pageTitle-link:visited {
}
@media all and (min-width: 600px) {
h1 {
margin-top: 2rem;
html {
font-size: 18px;
}
h2 {
background-color: transparent;
}
.imgWrapper {
@@ -876,16 +1001,16 @@ a.pageTitle-link:visited {
display: block;
}
.pageTitle {
margin-top: 2rem;
}
.siteTitle-text {
text-align: center;
}
}
@media all and (min-width: 960px) {
html {
font-size: 18px;
}
@media all and (min-width: 900px) {
h1 {
color: #e94e5c;
font-size: 2em;
@@ -956,6 +1081,10 @@ a.pageTitle-link:visited {
max-width: 960px;
}
.pageMain {
padding: 2em 1em 1em;
}
.siteTitle {
margin-top: 3rem;
}
@@ -972,3 +1101,9 @@ a.pageTitle-link:visited {
top: 0.75rem;
}
}
@media (hover: none) {
a {
transition-duration: 0.1s;
}
}