Initial commit

This commit is contained in:
epictris 2022-12-27 15:36:44 +11:00
parent f432362e49
commit fa1fae7f70
73 changed files with 9273 additions and 0 deletions

10
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"showFrontmatter": false,
"readableLineLength": true,
"showInlineTitle": false,
"attachmentFolderPath": "Assets",
"livePreview": false,
"alwaysUpdateLinks": true,
"smartIndentList": true,
"defaultViewMode": "preview"
}

20
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,20 @@
{
"accentColor": "",
"cssTheme": "Minimal",
"theme": "obsidian",
"showViewHeader": true,
"nativeMenus": false,
"enabledCssSnippets": [
"ITS Alternate Themes",
"custom",
"S - Callouts",
"Custom",
"CustomFonts",
"CustomCanvas",
"canvas_styling",
"custom_fonts"
],
"interfaceFontFamily": "",
"textFontFamily": "",
"baseFontSize": 14
}

3
.obsidian/community-plugins.json vendored Normal file
View File

@ -0,0 +1,3 @@
[
"obsidian-dice-roller"
]

29
.obsidian/core-plugins-migration.json vendored Normal file
View File

@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"starred": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"canvas": true
}

21
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,21 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"starred",
"outline",
"word-count",
"file-recovery",
"sync"
]

1
.obsidian/hotkeys.json vendored Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,22 @@
{
"returnAllTags": false,
"rollLinksForTags": false,
"copyContentButton": false,
"customFormulas": [],
"displayFormulaForMod": false,
"displayResultsInline": false,
"displayLookupRoll": false,
"formulas": {},
"persistResults": false,
"results": {},
"defaultRoll": 1,
"defaultFace": 100,
"renderer": false,
"renderAllDice": false,
"renderTime": 2000,
"diceColor": "#fefcf6",
"textColor": "#000000",
"showLeafOnStartup": false,
"showDice": true,
"round": "None"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-dice-roller",
"name": "Dice Roller",
"version": "8.8.0",
"minAppVersion": "0.12.15",
"description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

917
.obsidian/snippets/canvas_styling.css vendored Normal file
View File

@ -0,0 +1,917 @@
/* DISABLE CANVAS NODES THAT DON'T REQUIRE INTERACTION (for UX purposes) */
.canvas-node:has(.risklevel),
.canvas-node:has(.notes) {
pointer-events: none;
}
/* DISABLE RESIZING & LINKING OF NODES THAT DON'T REQUIRE THESE FEATURES (for UX purposes) */
.canvas-node:has(.callout[data-callout-metadata~=maxhp]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=ac]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=init]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=speed]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=prof]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=hp]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=temp]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=ideas]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=heals]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=xplevel]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=cp]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=sp]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=ep]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=gp]) .canvas-node-resizer,
.canvas-node:has(.callout[data-callout-metadata~=pp]) .canvas-node-resizer,
.canvas-node:has(.profile-img) .canvas-node-resizer,
.canvas-node:has(.deathsaves) .canvas-node-resizer,
.canvas-node:has(.notes) .canvas-node-resizer,
.canvas-node:has(.risklevel) .canvas-node-resizer,
.canvas-node:has(.hitdice) .canvas-node-resizer {
display: none;
}
/* DISABLE LINKING OF NODES THAT DON'T REQUIRE LINKING (for UX purposes) */
.canvas-node:has(.tilingpaper) .canvas-node-connection-point,
.canvas-node:has(.scroll ) .canvas-node-connection-point,
.canvas-node:has(.engagementthreats) .canvas-node-connection-point,
.canvas-node:has(.inventory) .canvas-node-connection-point {
display: none;
}
/* DISABLE CONTENT BLOCKER FOR NODES THAT REQUIRE DIRECT (1-click) interaction/hover events */
.canvas-node:has(.deathsaves) .canvas-node-content-blocker,
.canvas-node:has(.enhancements ) .canvas-node-content-blocker,
.canvas-node:has(.scroll) .canvas-node-content-blocker,
.canvas-node:has(.hitdice) .canvas-node-content-blocker {
display: none;
}
/* CANVAS/NODE SETTINGS */
.canvas {
position: relative;
}
.canvas::before {
--image-width: 2000px;
--image-height: 1665px;
--image-scale: 25%;
--background-scale: 400%;
content: "";
width: var(--background-scale);
height: var(--background-scale);
background: url("https://i.imgur.com/CZtsSMK.jpg");
position: absolute;
top: calc(-1 * var(--background-scale)/2 + 50%);
left: calc(-1 * var(--background-scale)/2 + 50%);
background-size: var(--image-scale);
}
.cm-scroller {
padding: 0 !important;
}
.cm-contentContainer {
padding: 0 !important;
margin: 0 !important;
}
.cm-sizer {
width: 100%;
}
.canvas-edges {
z-index: 0;
}
.canvas-node-label {
display: none;
}
.canvas-node-container {
background: none;
}
.canvas-node:not(.is-editing) .canvas-node-container {
border: none;
box-shadow: none;
}
.canvas-node,
.canvas-node-container,
.canvas-node-content,
.markdown-embed-content,
.markdown-preview-view {
contain: none;
padding: 0px !important;
border-radius: 0;
overflow: visible;
will-change: transform;
}
.canvas-node-container:has(.canvas-node-content:not(.is-loaded)) {
border: 2px solid rgb(var(--canvas-color));
background: var(--background-primary);
}
.canvas-node-content:not(.is-loaded) .markdown-preview-sizer {
padding: 20px;
font-size: 15pt;
overflow: scroll;
}
/* LINKED NOTE HOVER SETTINGS */
.hover-popover .markdown-preview-sizer {
padding: 20px;
}
.hover-popover {
border: 2px solid rgb(var(--canvas-color));
}
/* PREVIEW SETTINGS */
.markdown-preview-pusher,
.markdown-preview-view:before,
.markdown-preview-view:after {
display: none !important;
}
/* OVERRIDE Default Obsidian Settings */
.callout {
padding: 0;
margin: 0;
background: none;
mix-blend-mode: normal;
}
.callout-icon {
display: none;
}
img {
--image-muted: 1;
pointer-events: none;
}
/* RISK LEVEL */
.canvas-node:has(.risklevel) {
z-index: 3 !important;
transform:rotate(3deg);
}
.risklevel p {
margin: 0;
}
.callout[data-callout-metadata~=risklevel] {
overflow: visible;
}
.callout[data-callout-metadata~=risklevel] .callout-content {
width:fit-content;
position: relative;
width: 700px;
filter:drop-shadow(2px 2px 4px #111)
}
.callout[data-callout-metadata~=risklevel] img[alt=background] {
position: relative;
width: 100%;
}
.callout[data-callout-metadata~=risklevel] img[alt=foreground] {
position: absolute;
top: 6%;
left: 3%;
width: 95% !important;
margin: 0 auto;
}
/* STAT STAMPS */
.canvas-node:has(.callout[data-callout-metadata~=maxhp]),
.canvas-node:has(.callout[data-callout-metadata~=ac]),
.canvas-node:has(.callout[data-callout-metadata~=init]),
.canvas-node:has(.callout[data-callout-metadata~=speed]),
.canvas-node:has(.callout[data-callout-metadata~=prof]) {
z-index: 10 !important;
}
.callout[data-callout-metadata~=maxhp],
.callout[data-callout-metadata~=ac],
.callout[data-callout-metadata~=init],
.callout[data-callout-metadata~=speed],
.callout[data-callout-metadata~=prof] {
position: relative;
overflow: visible;
width: 100px;
height: 100px;
}
.callout[data-callout-metadata~=maxhp] img,
.callout[data-callout-metadata~=ac] img,
.callout[data-callout-metadata~=init] img,
.callout[data-callout-metadata~=speed] img,
.callout[data-callout-metadata~=prof] img {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.callout[data-callout-metadata~=maxhp] .callout-title,
.callout[data-callout-metadata~=ac] .callout-title,
.callout[data-callout-metadata~=init] .callout-title,
.callout[data-callout-metadata~=speed] .callout-title,
.callout[data-callout-metadata~=prof] .callout-title {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
}
.callout[data-callout-metadata~=maxhp] .callout-title-inner,
.callout[data-callout-metadata~=ac] .callout-title-inner,
.callout[data-callout-metadata~=init] .callout-title-inner,
.callout[data-callout-metadata~=speed] .callout-title-inner,
.callout[data-callout-metadata~=prof] .callout-title-inner {
margin: 0;
font-size: 45px;
text-align: center;
font-weight: bold;
font-family: "austral_sansstamp_regular";
}
.canvas-node:has(.callout[data-callout-metadata~=maxhp]) { transform:rotate(-1deg) }
.callout[data-callout-metadata~=maxhp] .callout-title-inner { color: #a3002c }
.canvas-node:has(.callout[data-callout-metadata~=ac]) { transform:rotate(5deg) }
.callout[data-callout-metadata~=ac] .callout-title-inner { color:#140701 }
.canvas-node:has(.callout[data-callout-metadata~=init]) { transform:rotate(2deg) }
.callout[data-callout-metadata~=init] .callout-title-inner { color: #000071 }
.canvas-node:has(.callout[data-callout-metadata~=speed]) { transform:rotate(-3deg) }
.callout[data-callout-metadata~=speed] .callout-title-inner { color: #154600 }
.canvas-node:has(.callout[data-callout-metadata~=prof]) { transform:rotate(5deg) }
.callout[data-callout-metadata~=prof] .callout-title-inner { color: #bd7501 }
/* ABILITY DETAILS */
.canvas-node:has(.callout[data-callout-metadata~=abilitydetails]) {
transform:rotate(3deg);
}
.callout[data-callout-metadata~=abilitydetails] > .callout-content {
color: #000;
font-family: "tox_typewriterregular";
line-height: 16pt;
font-size: 15pt;
}
.callout[data-callout-metadata~=abilitydetails] p {
margin: 0;
}
/* PROFILE IMAGE */
.canvas-node:has(.profile-img) {
z-index: 4 !important;
transform:rotate(6deg);
}
.profile-img p {
margin: 0;
}
.callout[data-callout-metadata~=profile-img] {
width: 400px;
position: relative;
margin: 0;
padding: 0;
filter: drop-shadow(1px 2px 5px #111);
}
.callout[data-callout-metadata~=profile-img] .callout-icon {
display: none;
}
.callout[data-callout-metadata~=profile-img] img {
width: 100%;
filter: opacity(100%) sepia(40%);
-webkit-mask-size: 100%;
-webkit-mask-image: url("https://i.imgur.com/f4u7MRC.png");
pointer-events: none;
}
.callout[data-callout-metadata~=profile-img] .callout-title-inner {
mix-blend-mode: darken;
}
.callout[data-callout-metadata~=profile-img] * {
margin: 0;
padding: 0;
display: block;
}
.callout[data-callout-metadata~=profile-img]::before {
content: "";
width:100%;
height: 100%;
display: block;
position: absolute;
top: 0;
background-image: url("https://i.imgur.com/l9cPUkm.png");
background-size: 100% 100%;
}
/* NOTES */
.canvas-node:has(.notes) {
z-index: 2 !important;
transform: rotate(-10deg);
}
.notes p {
margin: 0;
}
img[alt=notes] {
width: 450px;
pointer-events: none;
filter: drop-shadow(1px 1px 3px #111)
}
/* HP, TEMPHP, IDEAS, HEALS */
.canvas-node:has(.callout[data-callout-metadata~=hp]),
.canvas-node:has(.callout[data-callout-metadata~=temp]),
.canvas-node:has(.callout[data-callout-metadata~=ideas]),
.canvas-node:has(.callout[data-callout-metadata~=heals]) {
transform:rotate(-10deg);
}
.callout[data-callout-metadata~=hp] .callout-title-inner,
.callout[data-callout-metadata~=temp] .callout-title-inner,
.callout[data-callout-metadata~=ideas] .callout-title-inner,
.callout[data-callout-metadata~=heals] .callout-title-inner {
font-family: "b_beach_oceanregular";
font-size: 35pt;
color: #000;
text-align: center;
width: 100%;
}
/* LEVEL */
.canvas-node:has(.callout[data-callout-metadata~=xplevel]) {
z-index: 10 !important;
transform: rotate(20deg) !important;
}
.canvas-node-container:has(.callout[data-callout-metadata~=xplevel]) {
contain: none;
overflow: visible;
}
.callout[data-callout-metadata~=xplevel] {
position: relative;
width: 150px;
height: 150px;
}
.callout[data-callout-metadata~=xplevel] p {
margin: 0;
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
color: #c81f1d;
font-family: "austral_sansstamp_regular";
}
.callout[data-callout-metadata~=xplevel] .callout-content p:nth-child(1) {
top: 18px;
font-size: 14px
}
.callout[data-callout-metadata~=xplevel] .callout-content p:nth-child(2) {
top: 35px;
font-size: 60px;
}
.callout[data-callout-metadata~=xplevel] img {
pointer-events: none;
}
/* DEATH SAVES */
.canvas-node:has(div.deathsaves){
transform:rotate(-16deg);
z-index: 9999 !important;
}
.canvas-node:has(div.deathsaves),
.canvas-node-container:has(div.deathsaves),
.canvas-node-content:has(.deathsaves),
.markdown-embed-content:has(.deathsaves),
div.deathsaves,
div.deathsaves .callout,
div.deathsaves .callout-content {
border-radius: 50%;
pointer-events:none;
padding: 0px !important;
}
div.deathsaves .markdown-preview-section {
border-radius: 50%;
pointer-events: none;
}
div.deathsaves p {
pointer-events:all;
border-radius: 50%;
width: 100%;
height: 100%;
padding: 0;
margin: 0 !important;
}
div.deathsaves span {
border-radius: 50%;
pointer-events: all;
}
div.deathsaves .markdown-preview-sizer > div {
pointer-events: none;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.callout[data-callout-metadata~=deathsaves] {
filter:drop-shadow(0px 0px 5px rgb(22,22,22));
z-index: 1;
width: 400px;
height: 400px;
overflow: visible;
}
.callout[data-callout-metadata~=deathsaves] img{
position: absolute;
cursor: default;
pointer-events: none;
width: 100%;
height: 100%;
}
.callout[data-callout-metadata~=deathsaves] .callout-content {
position: relative;
width: 100%;
height: 100%;
top: 0;
overflow: visible;
}
.callout[data-callout-metadata~=deathsaves] .callout-content > p > span {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
}
.callout[data-callout-metadata~=deathsaves] .callout-content > p > label {
cursor: pointer;
position: absolute;
position: absolute;
opacity: 0;
z-index: 2;
transition: opacity, 0.25s;
}
.callout[data-callout-metadata~=deathsaves] .callout-content > p > input {
opacity: 0;
width: 0;
height: 0;
}
.callout[data-callout-metadata~=deathsaves] .callout-content> p > label:nth-child(4) {
top: 28px;
left: 69px;
width:49px;
height:49px;
background: url("https://i.imgur.com/kYrw6vT.png");
background-size: cover;
}
.callout[data-callout-metadata~=deathsaves] .callout-content> p > label:nth-child(7) {
top: 168px;
left: -5px;
width:49px;
height:49px;
background: url("https://i.imgur.com/kYrw6vT.png");
background-size: contain;
transform:rotate(-50deg);
}
.callout[data-callout-metadata~=deathsaves] .callout-content> p > label:nth-child(10) {
top: 319px;
left: 69px;
width:49px;
height:49px;
background: url("https://i.imgur.com/kYrw6vT.png");
background-size: contain;
transform:rotate(250deg);
}
.callout[data-callout-metadata~=deathsaves] .callout-content> p > label:nth-child(13) {
top: 319px;
left: 283px;
width:49px;
height:49px;
background: url("https://i.imgur.com/TmVzWTC.png");
background-size: contain;
transform:rotate(190deg);
}
.callout[data-callout-metadata~=deathsaves] .callout-content> p > label:nth-child(16) {
top: 168px;
left: 356px;
width:49px;
height:49px;
background: url("https://i.imgur.com/TmVzWTC.png");
background-size: contain;
transform:rotate(140deg);
}
.callout[data-callout-metadata~=deathsaves] .callout-content> p > label:nth-child(19) {
top: 28px;
left: 283px;
width:49px;
height:49px;
background: url("https://i.imgur.com/TmVzWTC.png");
background-size: contain;
transform:rotate(90deg);
}
#f1:checked + label,
#f2:checked + label,
#f3:checked + label,
#s1:checked + label,
#s2:checked + label,
#s3:checked + label {
opacity: 1;
}
* {
--f1:0;
--f2:0;
--f3:0;
--s1:0;
--s2:0;
--s3:0;
}
#f1:checked + label + br + input + label + br + input + label + br + input + label + br + input + label + br + input + label + br + span img {
--f1: 1;
}
#f2:checked + label + br + input + label + br + input + label + br + input + label + br + input + label + br + span img {
--f2: 1;
}
#f3:checked + label + br + input + label + br + input + label + br + input + label + br + span img {
--f3: 1;
}
#s1:checked + label + br + input + label + br + input + label + br + span + br + span img {
--s1: 1;
}
#s2:checked + label + br + input + label + br + span + br + span img {
--s2: 1;
}
#s3:checked + label + br + span + br + span img {
--s3: 1;
}
img[alt~=failure] {
opacity: calc(var(--f1) * var(--f2) * var(--f3)) !important;
}
img[alt~=success] {
opacity: calc(var(--s1) * var(--s2) * var(--s3)) !important;
}
/* SCROLL */
.canvas-node:has(.scroll) {
z-index: 3 !important;
}
.scroll p {
margin: 0;
}
.callout[data-callout-metadata~=scroll] {
position: relative;
overflow: visible;
font-family: "half-elven_condensedcondensed";
--link-decoration-hover: none;
--link-color: rgb(172, 55, 0);
--link-color-hover: rgb(225, 150, 0);
width: 700px;
filter:drop-shadow(1px 1px 4px rgb(22,22,22));
}
.callout[data-callout-metadata~=scroll] .callout-content:before {
content: "";
background: url("https://i.imgur.com/kfhu5j0.png ");
width: 700px;
height: 271px;
background-size: 100%;
background-repeat: no-repeat;
display: block;
position: absolute;
left: 0;
top: 0;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}
.callout[data-callout-metadata~=scroll] > .callout-content {
margin-top: 265px;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 90px;
background: url("https://i.imgur.com/72jfgmD.png");
background-size: 100%;
background-repeat: repeat-y;
background-position-y: -76px;
}
.callout[data-callout-metadata~=spellstats] table {
width: 100%;
margin-top: 0;
}
.callout[data-callout-metadata~=spellstats] table input {
mix-blend-mode: darken;
background-color: #fff;
border-color: #000;
cursor: pointer;
padding: 10px;
}
.callout[data-callout-metadata~=spellstats] table input:checked {
mix-blend-mode: darken;
background-color: #fff;
border-color: #000;
}
.callout[data-callout-metadata~=spellstats] table input:checked:after {
top: 0;
left: 0;
background-image: none !important;
border-radius: 50%;
-webkit-mask-image: none;
background-size: 100%;
width: 100%;
height: 100%;
background-color:rgb(172, 55, 0);
mix-blend-mode: darken;
cursor: pointer;
}
.callout[data-callout-metadata~=spellstats] th {
font-size: 20px;
color: #000;
font-weight: 400;
border: none;
}
.callout[data-callout-metadata~=spellstats] td {
font-size: 30px;
color: #000;
font-weight: 800;
border: none;
}
.callout[data-callout-metadata~=spells] th {
display: none;
}
.callout[data-callout-metadata~=spells] table {
width:100%;
margin-top: 0;
}
.callout[data-callout-metadata~=spells] td {
--table-text-size: 20px !important;
font-weight: 400;
padding-top: 0px;
padding-bottom: 0px;
border: none;
color: #000;
}
.callout[data-callout-metadata~=spells] tr td:first-child {
font-weight: 800;
}
.callout[data-callout-metadata~=scroll]:after {
position: absolute;
content: "";
display: block;
width:100%;
height: 100%;
top: 35px;
background: url("https://i.imgur.com/ShxQaOp.png");
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: 100%;
pointer-events: none;
}
/* CHARACTER ASSESSMENT */
.canvas-node:has(.assessment) {
z-index: 1 !important;
}
/* ENHANCEMENTS */
.canvas-node:has(.enhancements) {
z-index: 4 !important;
}
/* DETAILS */
.canvas-node:has(.details) {
z-index: 1 !important;
}
.tilingpaper .markdown-preview-section {
background: url("https://i.imgur.com/yhvtscC.png");
background-size: contain;
filter:drop-shadow(1px 1px 4px #111) brightness(95%) sepia(20%);
font-family: "tox_typewriterregular";
line-height: 16pt;
color: #000;
--link-decoration: none;
--link-color: rgb(0, 0, 0);
--link-color-hover: rgb(184, 184, 184);
}
.tilingpaper a {
font-weight: 800;
}
.tilingpaper .markdown-preview-section {
padding-top: 10px;
width: 700px;
}
.tilingpaper .markdown-preview-section > div {
width: 90%;
margin: 0 auto;
}
.callout[data-callout-metadata~=t-w] table {
width: 100%;
margin: 0;
}
.callout[data-callout-metadata~=t-nh] thead {
display: none !important;
}
.callout[data-callout-metadata~=t-nh] table tbody tr:first-child td {
border-top: none;
}
.tilingpaper td {
padding-left: 10px !important;
font-size: 13pt;
}
.tilingpaper div {
--folding-offset: 0;
}
/* INVENTORY */
.canvas-node:has(.inventory) {
z-index: 1 !important;
}
.inventory {
--folding-offset: 0;
--table-border-width: 1px;
--table-row-last-border-width: 1px;
--table-border-color: #b52c2c;
}
.inventory .markdown-preview-section {
width:500px;
position: relative;
filter:drop-shadow(1px 1px 5px #111) sepia(10%);
overflow: hidden;
background: url("https://i.imgur.com/LRJZaXU.jpg");
background-size: 100%;
background-repeat: repeat-y;
image-rendering: -webkit-optimize-contrast;
image-rendering:crisp-edges;
}
.inventory img {
margin-top: 5px;
}
.inventory table {
margin: 0 auto;
width: 85%;
margin-top: -10px;
}
.inventory td {
color:#000;
border-right: none;
border-left: none;
border-top: none;
font-family: 'morsalregular';
font-size: 12pt;
font-weight: 800;
padding: 0px 20px !important;
line-height: 10pt;
padding-top: 9px !important;
}
.inventory tr td:nth-child(2) {
text-align: right;
}
.inventory thead {
display: none;
}
/* COINS */
.canvas-node:has(.callout[data-callout-metadata~=cp]),
.canvas-node:has(.callout[data-callout-metadata~=sp]),
.canvas-node:has(.callout[data-callout-metadata~=ep]),
.canvas-node:has(.callout[data-callout-metadata~=gp]),
.canvas-node:has(.callout[data-callout-metadata~=pp]) {
z-index: 10 !important;
}
.markdown-preview-view:has(.callout[data-callout-metadata~=cp])::before,
.markdown-preview-view:has(.callout[data-callout-metadata~=cp])::after,
.markdown-preview-view:has(.callout[data-callout-metadata~=sp])::before,
.markdown-preview-view:has(.callout[data-callout-metadata~=sp])::after,
.markdown-preview-view:has(.callout[data-callout-metadata~=ep])::before,
.markdown-preview-view:has(.callout[data-callout-metadata~=ep])::after,
.markdown-preview-view:has(.callout[data-callout-metadata~=gp])::before,
.markdown-preview-view:has(.callout[data-callout-metadata~=gp])::after,
.markdown-preview-view:has(.callout[data-callout-metadata~=pp])::before,
.markdown-preview-view:has(.callout[data-callout-metadata~=pp])::after {
display: none !important;
}
.callout[data-callout-metadata~=cp] .callout-title-inner,
.callout[data-callout-metadata~=sp] .callout-title-inner,
.callout[data-callout-metadata~=ep] .callout-title-inner,
.callout[data-callout-metadata~=gp] .callout-title-inner,
.callout[data-callout-metadata~=pp] .callout-title-inner {
padding-top: 21px;
font-family: 'morsalregular', cursive;
font-size: 17pt;
font-weight: 800;
margin: 0 auto;
text-align: center;
color: #000;
}
/* ENGAGEMENT THREATS */
.canvas-node:has( .engagementthreats) {
z-index: 1 !important;
}
.engagementthreats .markdown-preview-section {
width:700px;
background: url("https://i.imgur.com/jxz716s.png");
background-size: 100%;
filter:drop-shadow(1px 1px 3px #111);
image-rendering: -webkit-optimize-contrast;
image-rendering:crisp-edges;
padding-top: 10px;
}
.engagementthreats {
--folding-offset: 0;
}
.engagementthreats img {
width: 80%;
padding-left: 5%;
}
.engagementthreats table {
width: 90%;
margin: 0 auto;
}
.engagementthreats td {
font-family: "tox_typewriterregular";
color: #000;
font-size: 12pt;
}
.engagementthreats th {
font-family: "times_new_roman_cyrregular";
color: #000 !important;
border-left: none;
border-right: none;
}
/* HIT DICE */
.canvas-node:has(.hitdice) {
z-index: 9999 !important;
transform:rotate(20deg);
}
.dice-roller-button {
filter:drop-shadow(1px 1px 4px #111);
--image-width: 304px;
--image-height: 320px;
--scaling: 0.45;
opacity: 1;
width: calc(var(--image-width) * var(--scaling));
height: calc(var(--image-height) * var(--scaling));
margin: 0 !important;
background-image: url("https://i.imgur.com/JwcJBI2.png");
transition: opacity, 300ms;
background-size: contain;
transition-delay: 2s;
}
.dice-roller-button:active {
opacity: 0;
transition: opacity, 0ms;
}
.dice-roller-button * {
display: none;
}
.dice-roller .dice-roller-result {
display: none;
}

52
.obsidian/snippets/custom_fonts.css vendored Normal file

File diff suppressed because one or more lines are too long

3
.obsidian/starred.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"items": []
}

3
.obsidian/templates.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"folder": "Templates"
}

View File

@ -0,0 +1,7 @@
{
"name": "Minimal",
"version": "6.1.11",
"minAppVersion": "0.16.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano"
}

1860
.obsidian/themes/Minimal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

174
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,174 @@
{
"main": {
"id": "b513acec621eb9b5",
"type": "split",
"children": [
{
"id": "d6f5ce0980711f0a",
"type": "tabs",
"children": [
{
"id": "9c594be18b517d19",
"type": "leaf",
"state": {
"type": "canvas",
"state": {
"file": "Characters/Diero Falone/Canvas - Diero Falone.canvas",
"viewState": {
"x": 599.5,
"y": 551,
"zoom": -1.096432994754892,
"snapToGrid": false
}
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "cc4239dd1899dead",
"type": "split",
"children": [
{
"id": "578bc4ace5e11939",
"type": "tabs",
"children": [
{
"id": "b60afae08e103db8",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "byModifiedTime"
}
}
},
{
"id": "0327ef4933cb7d88",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "diero",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "6ce3d0fe0720a3c3",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "33cc6466e889cfa4",
"type": "split",
"children": [
{
"id": "5c46ea56b1bfdf2b",
"type": "tabs",
"children": [
{
"id": "830ddc78116b8a08",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Characters/Diero Falone/Canvas - Diero Falone.canvas",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "61ea6ee826af2d6e",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Characters/Diero Falone/Canvas - Diero Falone.canvas",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "12de4094c5af310e",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "102a50d3cd3f99b5",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Characters/Diero Falone/Canvas - Diero Falone.canvas"
}
}
},
{
"id": "1bbe4f3d604d023f",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 200,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "9c594be18b517d19",
"lastOpenFiles": [
"Characters/Diero Falone/Level - Diero Falone.md",
"Characters/Diero Falone/Canvas - Diero Falone.canvas",
"Wiki/Eldritch Blast.md",
"Wiki/Hellish Rebuke.md",
"Wiki/Expeditious Retreat.md",
"Wiki/Misty Step.md",
"Wiki/Invisibility.md",
"Wiki/Condition - Invisible.md",
"Wiki/Light.md",
"Speak with Animals.md"
]
}

BIN
Assets/background_notes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

BIN
Assets/profile_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
Assets/stamp_ac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
Assets/stamp_init.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
Assets/stamp_level.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

BIN
Assets/stamp_maxhp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
Assets/stamp_speed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,2 @@
>[!|ac] 12
![[stamp_ac.png]]

View File

@ -0,0 +1,16 @@
>[!|abilitydetails]
**STRENGTH: 8 (-1)**
\- Athletics
 
**DEXTERITY: 12 (+1)**
\- Acrobatics
\- Stealth
\- Sleight of Hand (proficient)
 
**WISDOM: 10 (+0)**
\- Animal Handling
\- Insight
\- Medicine
\- Nature
\- Perception
\- Survival

View File

@ -0,0 +1,15 @@
>[!|abilitydetails]
> **CONSTITUTION: 14 (+2)**
>  
>  
> **INTELLIGENCE: 14 (+2)**
> \- Arcana (proficient)
> \- History
> \- Investigation
> \- Religion
>  
> **CHARISMA: 17 (+3)**
> \- Deception
> \- Intimidation (proficient)
> \- Performance
> \- Persuasion (proficient)

View File

@ -0,0 +1,11 @@
---
cssclass: engagementthreats
---
![[header_engagements.svg]]
| Name | To Hit | Range | Damage | Notes |
| -------- |:------:|:------:|:--------------:| ------------------------------- |
| Crossbow | +3 | 80/320 | 1d8+2 Piercing | Ammunition, Loading, Two-Handed |
| Spear | +3 | 20/60 | 1d4 Piercing | Thrown, Versatile |
| Dagger | +3 | 20/60 | 1d4 Piercing | Finesse, Light, Thrown |
| Rifle | +0 | 80/240 | 2d10 Piercing | Reload, Two Handed |

View File

@ -0,0 +1 @@
>[!|cp] 0

View File

@ -0,0 +1,34 @@
{
"nodes":[
{"id":"e1a6c119eb5ad6ba","x":440,"y":-384,"width":696,"height":880,"type":"file","file":"Characters/Diero Falone/Scroll - Diero Falone.md"},
{"id":"60525e3a19861074","x":-102,"y":255,"width":99,"height":100,"type":"file","file":"Characters/Diero Falone/AC - Diero Falone.md"},
{"id":"23e1057091dcae05","x":27,"y":262,"width":99,"height":99,"type":"file","file":"Characters/Diero Falone/Init - Diero Falone.md"},
{"id":"967f4ba085733caa","x":158,"y":268,"width":99,"height":99,"type":"file","file":"Characters/Diero Falone/Speed - Diero Falone.md"},
{"id":"32dc3e2f7e4c3e84","x":1367,"y":302,"width":81,"height":67,"type":"file","file":"Characters/Diero Falone/EP - Diero Falone.md"},
{"id":"a9ef90217f64a593","x":1282,"y":302,"width":81,"height":67,"type":"file","file":"Characters/Diero Falone/SP - Diero Falone.md"},
{"id":"1c6b1e94f033d876","x":1128,"y":-234,"width":696,"height":350,"type":"file","file":"Characters/Diero Falone/Attacks - Diero Falone.md"},
{"id":"00ac9433f2586280","x":285,"y":276,"width":99,"height":98,"type":"file","file":"Characters/Diero Falone/Proficiency - Diero Falone.md"},
{"id":"e7afb1043cc2b04d","x":272,"y":84,"width":150,"height":152,"type":"file","file":"Characters/Diero Falone/Level - Diero Falone.md"},
{"id":"58838ac2a3cd8cf2","x":-234,"y":435,"width":334,"height":453,"type":"file","file":"Characters/Diero Falone/Ability Details 1 - Diero Falone.md"},
{"id":"2b091f84800999dd","x":58,"y":449,"width":288,"height":473,"type":"file","file":"Characters/Diero Falone/Ability Details 2 - Diero Falone.md"},
{"id":"3d84976887644412","x":-285,"y":33,"width":720,"height":997,"type":"file","file":"Characters/Diero Falone/Risk Level - Diero Falone.md"},
{"id":"4a4343b3fb31b2df","x":-569,"y":159,"width":467,"height":626,"type":"file","file":"Characters/Diero Falone/Notes - Diero Falone.md"},
{"id":"09eedc951c8faa80","x":-237,"y":244,"width":100,"height":100,"type":"file","file":"Characters/Diero Falone/Max Hit Points - Diero Falone.md"},
{"id":"72cde71e3e9a6d0c","x":1156,"y":125,"width":499,"height":952,"type":"file","file":"Characters/Diero Falone/Inventory - Diero Falone.md"},
{"id":"847355660ad4ccfb","x":1196,"y":302,"width":82,"height":65,"type":"file","file":"Characters/Diero Falone/CP - Diero Falone.md"},
{"id":"6d395a2267bf97e9","x":435,"y":505,"width":694,"height":981,"type":"file","file":"Characters/Diero Falone/Character Assessment - Diero Falone.md"},
{"id":"7c4967850a52a474","x":64,"y":-330,"width":398,"height":399,"type":"file","file":"Characters/Diero Falone/Profile Image - Diero Falone.md"},
{"id":"999c1f5aec6c7b94","x":-371,"y":-295,"width":645,"height":471,"type":"file","file":"Characters/Diero Falone/Character Profile - Diero Falone.md"},
{"id":"1150a5dd0dce00a7","x":-625,"y":598,"width":402,"height":400,"type":"file","file":"Characters/Diero Falone/Death Saves - Diero Falone.md"},
{"id":"cf6fdb3d5934777e","x":-518,"y":717,"width":250,"height":2,"type":"text","text":""},
{"id":"0fe0054b3a5d2a67","x":-543,"y":319,"width":89,"height":82,"type":"file","file":"Characters/Diero Falone/HP - Diero Falone.md"},
{"id":"a04f0a14114116d1","x":-403,"y":301,"width":95,"height":77,"type":"file","file":"Characters/Diero Falone/Temp HP - Diero Falone.md"},
{"id":"afeb9165cfe1ff82","x":-510,"y":496,"width":100,"height":82,"type":"file","file":"Characters/Diero Falone/Ideas - Diero Falone.md"},
{"id":"f8b4ece27e55737c","x":-370,"y":480,"width":92,"height":79,"type":"file","file":"Characters/Diero Falone/Heals Left - Diero Falone.md"},
{"id":"9d9ab99bd1c96c1e","x":-296,"y":898,"width":698,"height":441,"type":"file","file":"Characters/Diero Falone/Features - Diero Falone.md"},
{"id":"72e3c8ad7785e310","x":1451,"y":301,"width":81,"height":67,"type":"file","file":"Characters/Diero Falone/GP - Diero Falone.md"},
{"id":"d8d0769c335499a9","x":1537,"y":301,"width":82,"height":67,"type":"file","file":"Characters/Diero Falone/PP - Diero Falone.md"},
{"id":"b92d72de92212c1e","x":-434,"y":84,"width":126,"height":145,"type":"file","file":"Characters/Diero Falone/Hit Dice - Diero Falone.md"}
],
"edges":[]
}

View File

@ -0,0 +1,33 @@
---
cssclass: tilingpaper assessment
---
## CHARACTER ASSESSMENT:
**Visibly pained soul**
Those who look into your eyes can see that you have faced unimaginable horror and that you are no stranger to darkness. Though they might fear you, commoners will extend you every courtesy and do their utmost to help you.
### **Proficiencies**
\- Light Armour
\- Simple Weapons
\- Alchemists Supplies
### **Languages**
\- Common
\- Undercommon
\- Abyssal
### **Personality**
\- Tends to act rashly without clearly thinking through a situation when feeling unsafe.
\- Has learned to make use of natural charisma and tiefling powers to establish a dominant presence when interacting with others
### **Ideals**
\- Values loyalty to family and friends above all else - can take a while to trust new people, but will never betray that trust.
### **Bonds**
\- Craves power for the purpose of seeking revenge on the orcs who destroyed his home.
### **Flaws**
\- Is suspicious of strangers, and in particular approaches orcs with a mixture of hatred and fear. This can cause me to react unpredictably in the presence of any orc.
### **Backstory**
Diero spent his youth in the Turmish city of Shaus. Despite his appearance, he was accepted in Turmish society and never questioned his place in life until his home city was destroyed, and his family and friends massacred by orcs when he was 15 years old. Diero fled Turmish with nothing but the clothes on his back, and a deeply rooted hatred of orcs. He quickly discovered that most of the world treats tieflings with suspicion and fear, and he learned to hide his skin and face. Since then he has been travelling Toril learning what he can to develop his skills in combat. One day he vows to return to the Orsraun Mountains to seek vengeance on the orcs who devastated his home. In his travels, Diero heard tales of an ancient deity known as Tharizdun. By studying ancient manuscripts, Diero found he was able to draw magical power from some connection with this deity, and he wants to learn as much as he can about this mysterious affinity.

View File

@ -0,0 +1,15 @@
---
cssclass: tilingpaper details
---
>[!|t-w t-nh p30]
| |
|-|
|NAME: **Diero Falone**|
|ALIGNMENT: **Chaotic Neutral** |
|RACE: **Abyssal Tiefling**|
|CLASS: **Warlock**|
|PATRON: **The Great Old One**|
|BACKGROUND: **Vagabond**|
|AGE: **20**|
|HEIGHT: **5'7**|
|WEIGHT: **120lbs**|

View File

@ -0,0 +1,14 @@
---
cssclass: deathsaves
---
> [!|deathsaves]
> ![[deathsaves_default.png]]
> <input type="checkbox" id="f1"><label for="f1"></label>
> <input type="checkbox" id="f2"><label for="f2"></label>
> <input type="checkbox" id="f3"><label for="f3"></label>
> <input type="checkbox" id="s1"><label for="s1"></label>
> <input type="checkbox" id="s2"><label for="s2"></label>
> <input type="checkbox" id="s3"><label for="s3"></label>
> ![[deathsavess_failure.png|failure]]
> ![[deathsaves_success.png|success]]

View File

@ -0,0 +1 @@
>[!|ep] 0

View File

@ -0,0 +1,16 @@
---
cssclass: tilingpaper enhancements
---
## SUBJECT ENHANCEMENTS:
>[!|t-w t-nh]
> | | |
> | ---------------------- | ------------------------------------------------------------------------------ |
> | **Passive Perception** | 10 |
> | **Dark Vision** | 60ft |
> | **Abyssal Resistance** | Fire resistance |
> | **Abyssal Arcana** | [[Random Cantrips - Diero Falone\|Bonus cantrips]] after each long rest |
> | **Expanded Spells** | Extra spells to choose from |
> | **Awakened Mind** | 30ft one-way telepathic communication |
> | **Abyssal Fortitude** | Bonus HP per level (1/2 x level achieved) |
> | **Agonizing Blast** | Add Charisma modifier to Eldritch Blast damage |
> | **Eldritch Mind** | Advantage on conventration saving throws |

View File

@ -0,0 +1 @@
>[!|gp] 28.5

View File

@ -0,0 +1 @@
>[!|hp] 27

View File

@ -0,0 +1 @@
>[!|heals] 3

View File

@ -0,0 +1,4 @@
---
cssclass: hitdice
---
`dice:1d8|render`

View File

@ -0,0 +1 @@
>[!|ideas] 0

View File

@ -0,0 +1,2 @@
>[!|init] +1
![[stamp_init.png]]

View File

@ -0,0 +1,33 @@
---
cssclass: inventory
---
![[header_inventory.svg|foreground]]
| | |
| ----- | --- |
| Crossbow | x1 |
| Crossbow Bolts | x20 |
| Old divination card with my face | x1 |
| Arcane Focus | x1 |
| Spear | x1 |
| Dagger | x2 |
| Leather Armor | x1 |
| Backpack | x1 |
| Crowbar | x1 |
| Hammer | x1 |
| Piton | x10 |
| Torches | x8 |
| Tinderbox | x1 |
| Rations | x20 |
| Waterskin | x1 |
| Vollurs guide to monsters | x1 |
| History of the Windmill | x1 |
| Floating Thing | x1 |
| Hempen Rope | 70ft |
| Hand axe | x1 |
| Chainmail armour | x1 |
| Rifle ammo | x10 |
| Hunting rifle | x1 |
| Gnome skull | x1 |
| Witches hat | x1 |
| Dagger | x1 |

View File

@ -0,0 +1,6 @@
>[!|xplevel]
> 1995
>
> 3
>
![[stamp_level.png]]

View File

@ -0,0 +1,2 @@
>[!|maxhp] 27
![[stamp_maxhp.png]]

View File

@ -0,0 +1,5 @@
---
cssclass: notes
---
![[background_notes.png|notes]]

View File

@ -0,0 +1 @@
>[!|pp] 0

View File

@ -0,0 +1,2 @@
>[!|prof] +2
![[stamp_proficiency.png]]

View File

@ -0,0 +1,4 @@
---
cssclass: profile-img
---
>[!|profile-img] ![[profile_image.png]]

View File

@ -0,0 +1,6 @@
1. Dancing Lights
2. True Strike
3. Light
4. Message
5. Spare the Dying
6. Prestidigitation

View File

@ -0,0 +1,6 @@
---
cssclass: risklevel
---
>[!|risklevel]
![[background_risklevel.png|background]]
![[header_risklevel.svg|foreground]]

View File

@ -0,0 +1 @@
>[!|sp] 10

View File

@ -0,0 +1,25 @@
---
cssclass: scroll
---
>[!|scroll]
> > [!|spellstats]
> > | Spell Slots | Spell Save DC | Attack Bonus | Spell Ability |
> > |:-----------:| :------------: | :----------: | :-----------: |
> > |<input type="checkbox" /><input type="checkbox" />| 13 | +5 | Charisma |
>
> > [!|spells]
> > | || | |
> > |-|-|-|-|
> > |[[Eldritch Blast]] | 1 Action | 120ft | Instant
> > |[[Prestidigitation]] | 1 Action | 10ft | 1 hr
> > |[[Guidance]] | 1 Action | Touch | 1 min | 1d4 |
> > |[[Vicious Mockery]] | 1 Action | 60ft | Instant
> > |[[Mage Hand]] | 1 Action | 30ft | 1 min
> > |[[Light]] (random) | 1 Action | Touch | Instant
> > | &nbsp; | | | |
> > |[[Hellish Rebuke]] | 1 Reaction | 60ft | Instant
> > |[[Expeditious Retreat]]| 1 Bonus Action | Self |10 min |
> > | &nbsp; | | | |
> > |[[Misty Step]] | 1 Bonus Action | Self | Instant
> > |[[Invisibility]] | 1 Action | Touch | 1 hr |

View File

@ -0,0 +1,2 @@
>[!|speed] 30
![[stamp_speed.png]]

View File

@ -0,0 +1 @@
>[!|temp] 0

View File

@ -0,0 +1,4 @@
## Invisible
- An invisible creature is impossible to see without the aid of magic or a special sense. For the purpose of hiding, the creature is heavily obscured. The creatures location can be detected by any noise it makes or any tracks it leaves.
- Attack rolls against the creature have disadvantage, and the creatures Attack rolls have advantage.

12
Wiki/Eldritch Blast.md Normal file
View File

@ -0,0 +1,12 @@
# Eldritch Blast
Cantrip Evocation
- Casting Time: 1 action
- Range: 120 feet
- Target: A creature within range
- Components: V S
- Duration: Instantaneous
- Classes: Warlock
- A beam of crackling energy streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, the target takes 1d10 force damage.
The spell creates more than one beam when you reach higher levels: two beams at 5th level, three beams at 11th level, and four beams at 17th level. You can direct the beams at the same target or at different ones. Make a separate attack roll for each beam.

View File

@ -0,0 +1,11 @@
# Expeditious Retreat
1st level Transmutation
- Casting Time: 1 bonus action
- Range: Self
- Target: Self
- Components: V S
- Duration: Up to 10 minutes
- Classes: Sorcerer, Warlock, Wizard
- This spell allows you to move at an incredible pace. When you cast this spell, and then as a bonus action on each of your turns until the spell ends, you can take the Dash action.

11
Wiki/Guidance.md Normal file
View File

@ -0,0 +1,11 @@
# Guidance
Cantrip Divination
- Casting Time: 1 action
- Range: Touch
- Target: One willing creature
- Components: V S
- Duration: Up to 1 minute
- Classes: Cleric, Druid
- You touch one willing creature. Once before the spell ends, the target can roll a d4 and add the number rolled to one ability check of its choice. It can roll the die before or after making the ability check. The spell then ends.

12
Wiki/Hellish Rebuke.md Normal file
View File

@ -0,0 +1,12 @@
# Hellish Rebuke
1st level Evocation
- Casting Time: 1 reaction, which you take in response to being damaged by a creature within 60 feet of you that you can see
- Range: 60 feet
- Target: The creature that damaged you
- Components: V S
- Duration: Instantaneous
- Classes: Warlock
- You point your finger, and the creature that damaged you is momentarily surrounded by hellish flames. The creature must make a Dexterity saving throw. It takes 2d10 fire damage on a failed save, or half as much damage on a successful one.
- At Higher Levels: When you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d10 for each slot level above 1st.

12
Wiki/Invisibility.md Normal file
View File

@ -0,0 +1,12 @@
# Invisibility
2nd level Illusion
- Casting Time: 1 action
- Range: Touch
- Target: A creature you touch
- Components: V S M (An eyelash encased in gum arabic)
- Duration: Up to 1 hour
- Classes: Bard, Sorcerer, Warlock, Wizard
- A creature you touch becomes [[Condition - Invisible | invisible]] until the spell ends. Anything the target is wearing or carrying is invisible as long as it is on the targets person. The spell ends for a target that attacks or casts a spell.
- At Higher Levels: When you cast this spell using a spell slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.

14
Wiki/Light.md Normal file
View File

@ -0,0 +1,14 @@
# Light
*cantrip evocation*
**Casting Time:** 1 action
**Range:** Touch
**Target:** One object that is no larger than 10 feet in any dimension
**Components:** V M (A firefly or phosphorescent moss)
**Duration:** 1 hour
**Classes:** Bard, Cleric, Sorcerer, Wizard
You touch one object that is no larger than 10 feet in any dimension. Until the spell ends, the object sheds bright light in a 20-foot radius and dim light for an additional 20 feet. The light can be colored as you like. Completely covering the object with something opaque blocks the light. The spell ends if you cast it again or dismiss it as an action.
If you target an object held or worn by a hostile creature, that creature must succeed on a Dexterity saving throw to avoid the spell.

13
Wiki/Mage Hand.md Normal file
View File

@ -0,0 +1,13 @@
# Mage Hand
Cantrip Conjuration
- Casting Time: 1 action
- Range: 30 feet
- Target: A point you choose within range
- Components: V S
- Duration: 1 minute
- Classes: Bard, Sorcerer, Warlock, Wizard
- A spectral, floating hand appears at a point you choose within range. The hand lasts for the duration or until you dismiss it as an action. The hand vanishes if it is ever more than 30 feet away from you or if you cast this spell again.
You can use your action to control the hand. You can use the hand to manipulate an object, open an unlocked door or container, stow or retrieve an item from an open container, or pour the contents out of a vial. You can move the hand up to 30 feet each time you use it.
The hand cant attack, activate magic items, or carry more than 10 pounds.

11
Wiki/Misty Step.md Normal file
View File

@ -0,0 +1,11 @@
# Misty Step
2nd level Conjuration
- Casting Time: 1 bonus action
- Range: Self
- Target: Self
- Components: V
- Duration: Instantaneous
- Classes: Sorcerer, Warlock, Wizard
- Briefly surrounded by silvery mist, you teleport up to 30 feet to an unoccupied space that you can see.

18
Wiki/Prestidigitation.md Normal file
View File

@ -0,0 +1,18 @@
# Prestidigitation
Cantrip Transmutation
- Casting Time: 1 action
- Range: 10 feet
- Target: See text
- Components: V S
- Duration: Up to 1 hour
- Classes: Bard, Sorcerer, Warlock, Wizard
- This spell is a minor magical trick that novice spellcasters use for practice. You create one of the following magical effects within range:
You create an instantaneous, harmless sensory effect, such as a shower of sparks, a puff of wind, faint musical notes, or an odd odor.
You instantaneously light or snuff out a candle, a torch, or a small campfire.
You instantaneously clean or soil an object no larger than 1 cubic foot.
You chill, warm, or flavor up to 1 cubic foot of nonliving material for 1 hour.
You make a color, a small mark, or a symbol appear on an object or a surface for 1 hour.
You create a nonmagical trinket or an illusory image that can fit in your hand and that lasts until the end of your next turn.
If you cast this spell multiple times, you can have up to three of its non-instantaneous effects active at a time, and you can dismiss such an effect as an action.

11
Wiki/Vicious Mockery.md Normal file
View File

@ -0,0 +1,11 @@
# Vicious Mockery
Cantrip Enchantment
- Casting Time: 1 action
- Range: 60 feet
- Target: A creature you can see and that can hear you within range
- Components: V
- Duration: Instantaneous
- Classes: Bard
- You unleash a string of insults laced with subtle enchantments at a creature you can see within range. If the target can hear you (though it need not understand you), it must succeed on a Wisdom saving throw or take 1d4 psychic damage and have disadvantage on the next attack roll it makes before the end of its next turn.