vault backup: 2024-07-25 22:27:21
This commit is contained in:
commit
d661ee88bc
53 changed files with 80753 additions and 0 deletions
BIN
.obsidian/.DS_Store
vendored
Normal file
BIN
.obsidian/.DS_Store
vendored
Normal file
Binary file not shown.
3
.obsidian/app.json
vendored
Normal file
3
.obsidian/app.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
8
.obsidian/appearance.json
vendored
Normal file
8
.obsidian/appearance.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"cssTheme": "ITS Theme",
|
||||
"theme": "moonstone",
|
||||
"enabledCssSnippets": [
|
||||
"S - Encoded Fonts",
|
||||
"clean-embeds"
|
||||
]
|
||||
}
|
9
.obsidian/community-plugins.json
vendored
Normal file
9
.obsidian/community-plugins.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
"obsidian-style-settings",
|
||||
"obsidian-icon-folder",
|
||||
"pf2-action-icons",
|
||||
"pf2e-statblocks",
|
||||
"obsidian-leaflet-plugin",
|
||||
"obsidian-5e-statblocks",
|
||||
"obsidian-git"
|
||||
]
|
30
.obsidian/core-plugins-migration.json
vendored
Normal file
30
.obsidian/core-plugins-migration.json
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": false,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": 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": false
|
||||
}
|
19
.obsidian/core-plugins.json
vendored
Normal file
19
.obsidian/core-plugins.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"bookmarks",
|
||||
"outline",
|
||||
"word-count",
|
||||
"file-recovery"
|
||||
]
|
22
.obsidian/graph.json
vendored
Normal file
22
.obsidian/graph.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"close": true
|
||||
}
|
46
.obsidian/plugins/obsidian-5e-statblocks/data.json
vendored
Normal file
46
.obsidian/plugins/obsidian-5e-statblocks/data.json
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"monsters": [
|
||||
[
|
||||
"Esqueleto",
|
||||
{
|
||||
"name": "Esqueleto",
|
||||
"dice": true,
|
||||
"alignment": "NE",
|
||||
"trait_01": "Esqueleto",
|
||||
"trait_02": "No muerto",
|
||||
"abilities_bot": [
|
||||
{
|
||||
"name": "Resistencias",
|
||||
"desc": "Daño cortante, Daño perforante"
|
||||
}
|
||||
],
|
||||
"source": "Homebrew",
|
||||
"layout": "Basic Pathfinder 2e Layout"
|
||||
}
|
||||
]
|
||||
],
|
||||
"defaultLayouts": {},
|
||||
"layouts": [],
|
||||
"default": "path-2e-block",
|
||||
"useDice": true,
|
||||
"renderDice": true,
|
||||
"export": true,
|
||||
"showAdvanced": true,
|
||||
"version": {
|
||||
"major": 4,
|
||||
"minor": 6,
|
||||
"patch": 0
|
||||
},
|
||||
"paths": [
|
||||
"/"
|
||||
],
|
||||
"autoParse": false,
|
||||
"disableSRD": true,
|
||||
"tryToRenderLinks": true,
|
||||
"debug": false,
|
||||
"notifiedOfFantasy": false,
|
||||
"hideConditionHelp": false,
|
||||
"alwaysImport": false,
|
||||
"defaultLayoutsIntegrated": true,
|
||||
"atomicWrite": false
|
||||
}
|
887
.obsidian/plugins/obsidian-5e-statblocks/main.js
vendored
Normal file
887
.obsidian/plugins/obsidian-5e-statblocks/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-5e-statblocks/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-5e-statblocks/manifest.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "obsidian-5e-statblocks",
|
||||
"name": "Fantasy Statblocks",
|
||||
"version": "4.6.0",
|
||||
"description": "Create Fantasy Statblocks in Obsidian.md",
|
||||
"minAppVersion": "0.12.0",
|
||||
"author": "Jeremy Valentine",
|
||||
"authorUrl": "",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/valentine195",
|
||||
"isDesktopOnly": false
|
||||
}
|
116
.obsidian/plugins/obsidian-5e-statblocks/styles.css
vendored
Normal file
116
.obsidian/plugins/obsidian-5e-statblocks/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
58
.obsidian/plugins/obsidian-git/data.json
vendored
Normal file
58
.obsidian/plugins/obsidian-git/data.json
vendored
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 5,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 5,
|
||||
"autoPullOnBoot": true,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
"disablePopupsForNoChanges": false,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
"changedFilesInStatusBar": false,
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": true,
|
||||
"submoduleRecurseCheckout": false,
|
||||
"gitDir": "",
|
||||
"showFileMenu": true,
|
||||
"authorInHistoryView": "hide",
|
||||
"dateInHistoryView": false,
|
||||
"lineAuthor": {
|
||||
"show": false,
|
||||
"followMovement": "inactive",
|
||||
"authorDisplay": "initials",
|
||||
"showCommitHash": false,
|
||||
"dateTimeFormatOptions": "date",
|
||||
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
|
||||
"dateTimeTimezone": "viewer-local",
|
||||
"coloringMaxAge": "1y",
|
||||
"colorNew": {
|
||||
"r": 255,
|
||||
"g": 150,
|
||||
"b": 150
|
||||
},
|
||||
"colorOld": {
|
||||
"r": 120,
|
||||
"g": 160,
|
||||
"b": 255
|
||||
},
|
||||
"textColorCss": "var(--text-muted)",
|
||||
"ignoreWhitespace": false,
|
||||
"gutterSpacingFallbackLength": 5,
|
||||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
"autoCommitMessage": "vault backup: {{date}}"
|
||||
}
|
44901
.obsidian/plugins/obsidian-git/main.js
vendored
Normal file
44901
.obsidian/plugins/obsidian-git/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-git/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-git/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"author": "Vinzent",
|
||||
"authorUrl": "https://github.com/Vinzent03",
|
||||
"id": "obsidian-git",
|
||||
"name": "Git",
|
||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "2.25.0"
|
||||
}
|
562
.obsidian/plugins/obsidian-git/styles.css
vendored
Normal file
562
.obsidian/plugins/obsidian-git/styles.css
vendored
Normal file
|
@ -0,0 +1,562 @@
|
|||
@keyframes loading {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-view"] .button-border {
|
||||
border: 2px solid var(--interactive-accent);
|
||||
border-radius: var(--radius-s);
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-view"] .view-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-history-view"] .view-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.loading > svg {
|
||||
animation: 2s linear infinite loading;
|
||||
transform-origin: 50% 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.obsidian-git-center {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.obsidian-git-textarea {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.obsidian-git-center-button {
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.tooltip.mod-left {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.tooltip.mod-right {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.git-tools {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
}
|
||||
.git-tools .type {
|
||||
padding-left: var(--size-2-1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
.git-tools .type[data-type="M"] {
|
||||
color: orange;
|
||||
}
|
||||
.git-tools .type[data-type="D"] {
|
||||
color: red;
|
||||
}
|
||||
.git-tools .buttons {
|
||||
display: flex;
|
||||
}
|
||||
.git-tools .buttons > * {
|
||||
padding: 0 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.is-active .git-tools .buttons > * {
|
||||
color: var(--nav-item-color-active);
|
||||
}
|
||||
|
||||
.git-author {
|
||||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
.git-date {
|
||||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
.git-ref {
|
||||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
|
||||
background-color: var(--background-primary);
|
||||
border-bottom: 1px solid var(--interactive-accent);
|
||||
font-family: var(--font-monospace);
|
||||
height: 35px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
|
||||
font-size: 14px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
|
||||
border: 1px solid #b4e2b4;
|
||||
border-radius: 5px 0 0 5px;
|
||||
color: #399839;
|
||||
padding: 2px;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
|
||||
border: 1px solid #e9aeae;
|
||||
border-radius: 0 5px 5px 0;
|
||||
color: #c33;
|
||||
margin-left: 1px;
|
||||
padding: 2px;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: 3px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
|
||||
-webkit-box-pack: end;
|
||||
-ms-flex-pack: end;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
justify-content: flex-end;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
|
||||
background-color: #c8e1ff;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
|
||||
border-collapse: collapse;
|
||||
font-family: Menlo, Consolas, monospace;
|
||||
font-size: 13px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
|
||||
display: inline-block;
|
||||
margin-bottom: -8px;
|
||||
margin-right: -4px;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
|
||||
padding: 0 8em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
|
||||
display: inline-block;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
|
||||
padding: 0 4.5em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
|
||||
word-wrap: normal;
|
||||
background: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
vertical-align: middle;
|
||||
white-space: pre;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
|
||||
.theme-light
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-code-side-line
|
||||
del {
|
||||
background-color: #ffb6ba;
|
||||
}
|
||||
|
||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
|
||||
.theme-dark
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-code-side-line
|
||||
del {
|
||||
background-color: #8d232881;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
|
||||
border-radius: 0.2em;
|
||||
display: inline-block;
|
||||
margin-top: -1px;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
|
||||
.theme-light
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-code-side-line
|
||||
ins {
|
||||
background-color: #97f295;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
|
||||
.theme-dark
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-code-side-line
|
||||
ins {
|
||||
background-color: #1d921996;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
|
||||
word-wrap: normal;
|
||||
background: none;
|
||||
display: inline;
|
||||
padding: 0;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .line-num1 {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .line-num1,
|
||||
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
padding: 0 0.5em;
|
||||
text-overflow: ellipsis;
|
||||
width: 3.5em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
|
||||
background-color: var(--background-primary);
|
||||
border: solid var(--background-modifier-border);
|
||||
border-width: 0 1px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: var(--text-muted);
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
text-align: right;
|
||||
width: 7.5em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
|
||||
content: "\200b";
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
|
||||
background-color: var(--background-primary);
|
||||
border: solid var(--background-modifier-border);
|
||||
border-width: 0 1px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: var(--text-muted);
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
padding: 0 0.5em;
|
||||
position: absolute;
|
||||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
|
||||
content: "\200b";
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
|
||||
background-color: var(--background-primary);
|
||||
border-color: var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
|
||||
background-color: #fee8e9;
|
||||
border-color: #e9aeae;
|
||||
}
|
||||
|
||||
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
|
||||
background-color: #dfd;
|
||||
border-color: #b4e2b4;
|
||||
}
|
||||
|
||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
|
||||
background-color: #521b1d83;
|
||||
border-color: #691d1d73;
|
||||
}
|
||||
|
||||
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
|
||||
background-color: rgba(30, 71, 30, 0.5);
|
||||
border-color: #13501381;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-info {
|
||||
background-color: var(--background-primary);
|
||||
border-color: var(--background-modifier-border);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.theme-light
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-file-diff
|
||||
.d2h-del.d2h-change {
|
||||
background-color: #fdf2d0;
|
||||
}
|
||||
|
||||
.theme-dark
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-file-diff
|
||||
.d2h-del.d2h-change {
|
||||
background-color: #55492480;
|
||||
}
|
||||
|
||||
.theme-light
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-file-diff
|
||||
.d2h-ins.d2h-change {
|
||||
background-color: #ded;
|
||||
}
|
||||
|
||||
.theme-dark
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-file-diff
|
||||
.d2h-ins.d2h-change {
|
||||
background-color: rgba(37, 78, 37, 0.418);
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
|
||||
color: #3572b0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"]
|
||||
.d2h-file-list-wrapper
|
||||
a:visited {
|
||||
color: #3572b0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
|
||||
display: block;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
margin: 0;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
|
||||
fill: currentColor;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
|
||||
color: #c33;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-added {
|
||||
color: #399839;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
|
||||
color: #d0b44c;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
|
||||
color: #3572b0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
|
||||
background-color: var(--background-primary);
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
font-size: 10px;
|
||||
margin-left: 5px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
|
||||
border: 2px solid #c33;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
|
||||
border: 1px solid #399839;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
|
||||
border: 1px solid #d0b44c;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
|
||||
border: 1px solid #3572b0;
|
||||
}
|
||||
|
||||
/* ====================== Line Authoring Information ====================== */
|
||||
|
||||
.cm-gutterElement.obs-git-blame-gutter {
|
||||
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
|
||||
border-width: 0px 2px 0.2px 2px;
|
||||
border-style: solid;
|
||||
border-color: var(--background-secondary);
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
.cm-gutterElement.obs-git-blame-gutter > div,
|
||||
.line-author-settings-preview {
|
||||
/* delegate text color to settings */
|
||||
color: var(--obs-git-gutter-text);
|
||||
font-family: monospace;
|
||||
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
||||
text-align: right;
|
||||
padding: 0px 6px 0px 6px;
|
||||
white-space: pre; /* Keep spaces and do not collapse them. */
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
/* hide git blame gutter not to superpose text */
|
||||
.cm-gutterElement.obs-git-blame-gutter {
|
||||
display: none;
|
||||
}
|
||||
}
|
38
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
38
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"settings": {
|
||||
"migrated": 6,
|
||||
"iconPacksPath": ".obsidian/icons",
|
||||
"fontSize": 16,
|
||||
"emojiStyle": "native",
|
||||
"iconColor": null,
|
||||
"recentlyUsedIcons": [
|
||||
"🧠",
|
||||
"LiFileKey",
|
||||
"👥",
|
||||
"LiGlobe2",
|
||||
"🕷"
|
||||
],
|
||||
"recentlyUsedIconsSize": 5,
|
||||
"rules": [],
|
||||
"extraMargin": {
|
||||
"top": 0,
|
||||
"right": 4,
|
||||
"bottom": 0,
|
||||
"left": 0
|
||||
},
|
||||
"iconInTabsEnabled": false,
|
||||
"iconInTitleEnabled": false,
|
||||
"iconInTitlePosition": "above",
|
||||
"iconInFrontmatterEnabled": false,
|
||||
"iconInFrontmatterFieldName": "icon",
|
||||
"iconColorInFrontmatterFieldName": "iconColor",
|
||||
"iconsBackgroundCheckEnabled": false,
|
||||
"iconsInNotesEnabled": true,
|
||||
"iconsInLinksEnabled": true,
|
||||
"iconIdentifier": ":",
|
||||
"lucideIconPackType": "native",
|
||||
"debugMode": false
|
||||
},
|
||||
"Wiki": "LiGlobe2",
|
||||
"Personajes": "👥"
|
||||
}
|
7046
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
7046
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Iconize",
|
||||
"version": "2.14.3",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||
"author": "Florian Woelki",
|
||||
"authorUrl": "https://florianwoelki.com/",
|
||||
"isDesktopOnly": false
|
||||
}
|
119
.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
119
.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
|
@ -0,0 +1,119 @@
|
|||
.iconize-inline-title-wrapper {
|
||||
width: var(--line-width);
|
||||
margin-inline: var(--content-margin);
|
||||
}
|
||||
|
||||
.iconize-title-icon {
|
||||
max-width: var(--max-width);
|
||||
margin-right: var(--size-4-2);
|
||||
}
|
||||
|
||||
.iconize-icon-in-link {
|
||||
transform: translateY(20%);
|
||||
margin-right: var(--size-2-2);
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.iconize-icon {
|
||||
border: 1px solid transparent;
|
||||
margin: 0px 4px 0px 0px;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.nav-folder-title,
|
||||
.nav-file-title {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.iconize-setting input[type='color'] {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results {
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.prompt .iconize-subheadline {
|
||||
margin-top: 12px;
|
||||
font-size: 12px;
|
||||
color: gray;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 6;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.iconize-modal.prompt-results {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
.prompt .iconize-subheadline {
|
||||
grid-column-end: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item {
|
||||
cursor: pointer;
|
||||
white-space: pre-wrap;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-direction: column-reverse;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: var(--text-muted);
|
||||
padding: 16px 8px;
|
||||
line-break: auto;
|
||||
word-break: break-word;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-icon-preview {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.iconize-icon-preview svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
color: currentColor;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.iconize-dragover {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.iconize-dragover-el {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-secondary-alt);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Custom rule modal. */
|
||||
.iconize-custom-modal .modal-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.iconize-custom-modal .modal-content input {
|
||||
width: 100%;
|
||||
margin-right: 0.5rem;
|
||||
}
|
67
.obsidian/plugins/obsidian-leaflet-plugin/data.json
vendored
Normal file
67
.obsidian/plugins/obsidian-leaflet-plugin/data.json
vendored
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"mapMarkers": [
|
||||
{
|
||||
"id": "inner-sea",
|
||||
"lastAccessed": 1721923455305,
|
||||
"markers": [
|
||||
{
|
||||
"id": "ID_7a2a9a5bda9a",
|
||||
"type": "default",
|
||||
"loc": [
|
||||
-1.6900672912597656,
|
||||
2.9861106872558594
|
||||
],
|
||||
"layer": "%5B%5Bmapa.png%5D%5D",
|
||||
"mutable": true,
|
||||
"command": false,
|
||||
"percent": [
|
||||
0.7407406355983527,
|
||||
0.3148888111808588
|
||||
],
|
||||
"description": "Aelindor",
|
||||
"minZoom": null,
|
||||
"maxZoom": null,
|
||||
"tooltip": "hover"
|
||||
}
|
||||
],
|
||||
"overlays": [],
|
||||
"shapes": [],
|
||||
"files": []
|
||||
}
|
||||
],
|
||||
"defaultMarker": {
|
||||
"type": "default",
|
||||
"iconName": "map-marker",
|
||||
"color": "#dddddd",
|
||||
"transform": {
|
||||
"size": 6,
|
||||
"x": 0,
|
||||
"y": -2
|
||||
}
|
||||
},
|
||||
"markerIcons": [],
|
||||
"color": "#dddddd",
|
||||
"lat": 39.983334,
|
||||
"long": -82.98333,
|
||||
"notePreview": false,
|
||||
"layerMarkers": true,
|
||||
"previousVersion": "6.0.5",
|
||||
"version": {
|
||||
"major": 6,
|
||||
"minor": 0,
|
||||
"patch": 5
|
||||
},
|
||||
"warnedAboutMapMarker": false,
|
||||
"copyOnClick": false,
|
||||
"displayMarkerTooltips": "hover",
|
||||
"displayOverlayTooltips": true,
|
||||
"configDirectory": null,
|
||||
"mapViewEnabled": true,
|
||||
"mapViewParameters": {},
|
||||
"enableDraw": true,
|
||||
"defaultUnitType": "imperial",
|
||||
"defaultTile": "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png",
|
||||
"defaultTileDark": "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png",
|
||||
"defaultAttribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors © <a href=\"https://carto.com/attributions\">CARTO</a>",
|
||||
"defaultTileSubdomains": "a,b,c,d"
|
||||
}
|
2
.obsidian/plugins/obsidian-leaflet-plugin/main.js
vendored
Normal file
2
.obsidian/plugins/obsidian-leaflet-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-leaflet-plugin/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-leaflet-plugin/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-leaflet-plugin",
|
||||
"name": "Leaflet",
|
||||
"description": "Interactive maps inside your notes",
|
||||
"version": "6.0.5",
|
||||
"minAppVersion": "0.12.12",
|
||||
"author": "Jeremy Valentine",
|
||||
"repo": "valentine195/obsidian-leaflet-plugin",
|
||||
"isDesktopOnly": false
|
||||
}
|
1314
.obsidian/plugins/obsidian-leaflet-plugin/styles.css
vendored
Normal file
1314
.obsidian/plugins/obsidian-leaflet-plugin/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
3
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"ITS@@select": "wotc-beyond"
|
||||
}
|
9858
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
9858
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.8",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
.obsidian/plugins/pf2-action-icons/main.js
vendored
Normal file
6
.obsidian/plugins/pf2-action-icons/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/pf2-action-icons/manifest.json
vendored
Normal file
10
.obsidian/plugins/pf2-action-icons/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "pf2-action-icons",
|
||||
"name": "Pathfinder 2E Action Icons",
|
||||
"version": "1.1.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Displays Pathfinder 2E action icons easily",
|
||||
"author": "Thiago Coutinho",
|
||||
"authorUrl": "https://github.com/thiagocoutinhor",
|
||||
"isDesktopOnly": false
|
||||
}
|
1
.obsidian/plugins/pf2-action-icons/styles.css
vendored
Normal file
1
.obsidian/plugins/pf2-action-icons/styles.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
@font-face{font-family:Pathfinder;src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");font-weight:400;font-style:normal;font-display:block}.pf2-actions{font-family:Pathfinder;font-weight:400!important;font-style:normal!important}
|
12
.obsidian/plugins/pf2e-statblocks/main.js
vendored
Normal file
12
.obsidian/plugins/pf2e-statblocks/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/pf2e-statblocks/manifest.json
vendored
Normal file
10
.obsidian/plugins/pf2e-statblocks/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "pf2e-statblocks",
|
||||
"name": "PF2e Statblocks",
|
||||
"version": "3.0.3",
|
||||
"minAppVersion": "1.4.16",
|
||||
"description": "Renders Pathfinder 2e statblocks cleanly, using only Markdown-based syntax.",
|
||||
"author": "Tyler Pixley",
|
||||
"authorUrl": "https://pixley.github.io",
|
||||
"isDesktopOnly": false
|
||||
}
|
336
.obsidian/plugins/pf2e-statblocks/styles.css
vendored
Normal file
336
.obsidian/plugins/pf2e-statblocks/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
142
.obsidian/snippets/S - Encoded Fonts.css
vendored
Normal file
142
.obsidian/snippets/S - Encoded Fonts.css
vendored
Normal file
File diff suppressed because one or more lines are too long
123
.obsidian/snippets/clean-embeds.css
vendored
Normal file
123
.obsidian/snippets/clean-embeds.css
vendored
Normal file
|
@ -0,0 +1,123 @@
|
|||
/*
|
||||
clean-embeds.css snippet
|
||||
|
||||
Removes title, link, padding, margins from embeds,
|
||||
so they really look like the same note.
|
||||
|
||||
To be used with `cssclass: clean-embeds` in YAML frontmatter.
|
||||
|
||||
2021-08-24 Matthias C. Hormann (Moonbase59)
|
||||
|
||||
TODO: Find out how to correct PDF export. L/R margins & vspace too large on embeds.
|
||||
*/
|
||||
|
||||
/* remove title and the table from the "Metatable" plugin */
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-title,
|
||||
.markdown-preview-view.clean-embeds .obsidian-metatable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
For links to embeds NOT to be shown, uncomment the following
|
||||
and comment out the other section below.
|
||||
*/
|
||||
|
||||
/*
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-link,
|
||||
.markdown-preview-view.clean-embeds .file-embed-link {
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
For links to embeds to BE shown, uncomment the following
|
||||
until the "End link show/hide stuff" comment
|
||||
and comment out the section above.
|
||||
*/
|
||||
|
||||
/* Link icon */
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-link,
|
||||
.markdown-preview-view.clean-embeds .file-embed-link {
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: unset;
|
||||
text-align: right;
|
||||
border: none;
|
||||
margin: 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
color: var(--text-faint);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* for Ars Magna theme and others that change ::before */
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-link::before,
|
||||
.markdown-preview-view.clean-embeds .file-embed-link::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Link icon size & hide */
|
||||
.markdown-preview-view.clean-embeds .file-embed-link svg,
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-link svg {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
opacity: 0;
|
||||
display: unset;
|
||||
}
|
||||
|
||||
/* show on hover */
|
||||
.markdown-preview-view.clean-embeds .markdown-embed:hover .file-embed-link svg,
|
||||
.markdown-preview-view.clean-embeds .markdown-embed:hover .markdown-embed-link svg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* change background on hover, to exactly see what’s embedded */
|
||||
.markdown-preview-view.clean-embeds .markdown-embed:hover,
|
||||
.markdown-preview-view.clean-embeds .file-embed:hover {
|
||||
background-color: var(--background-secondary) !important;
|
||||
}
|
||||
|
||||
/* End link show/hide stuff */
|
||||
|
||||
|
||||
|
||||
/* remove border and scroll */
|
||||
/* unfortunately needs !important for some themes */
|
||||
.markdown-preview-view.clean-embeds .markdown-embed,
|
||||
.markdown-preview-view.clean-embeds .file-embed {
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-content,
|
||||
.markdown-preview-view.clean-embeds .markdown-embed-content > .markdown-preview-view {
|
||||
max-height: unset;
|
||||
padding: 0 !important; /* !important for "Pisum" theme */
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* remove <br> between internal embeds */
|
||||
.clean-embeds .markdown-preview-section div > br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* remove vertical space added by markdown-preview-sizer */
|
||||
.clean-embeds div.markdown-preview-sizer.markdown-preview-section {
|
||||
min-height: unset !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* special considerations for printing (PDF export) */
|
||||
@media print {
|
||||
|
||||
/* remove frontmatter box if "Show frontmatter" was enabled */
|
||||
/* Also remove metadata table from "Metatable" plugin */
|
||||
pre.frontmatter,
|
||||
.obsidian-metatable {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
7
.obsidian/themes/ITS Theme/manifest.json
vendored
Normal file
7
.obsidian/themes/ITS Theme/manifest.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "ITS Theme",
|
||||
"version": "1.3.00",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "SlRvb",
|
||||
"authorUrl": "https://github.com/SlRvb"
|
||||
}
|
14206
.obsidian/themes/ITS Theme/theme.css
vendored
Normal file
14206
.obsidian/themes/ITS Theme/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
.obsidian/types.json
vendored
Normal file
8
.obsidian/types.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"types": {
|
||||
"aliases": "aliases",
|
||||
"cssclasses": "multitext",
|
||||
"tags": "tags",
|
||||
"statblock": "text"
|
||||
}
|
||||
}
|
196
.obsidian/workspace.json
vendored
Normal file
196
.obsidian/workspace.json
vendored
Normal file
|
@ -0,0 +1,196 @@
|
|||
{
|
||||
"main": {
|
||||
"id": "0454e0a99873b8c1",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "2142ee5b45aed7ef",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "81b69ae82ded87bf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "ea03b6231fce9611",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "872c839c0c88caec",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "e8084681449739fd",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c4af597eea0f8b27",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bb380dddad2db8c7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bookmarks",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 215.5
|
||||
},
|
||||
"right": {
|
||||
"id": "a8e1f04dce35429d",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "43d567f7ec306ccb",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "5483d582d10ab35e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ef23c301a9e20330",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f8fd5933e71b567d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1a38a33f6dc7de2a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
},
|
||||
{
|
||||
"id": "7bf4507bd0494800",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "f84ec4e8031f9b7a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "fantasy-statblocks-creature-pane",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 334.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"obsidian-leaflet-plugin:Open Leaflet Map": false,
|
||||
"obsidian-5e-statblocks:Open Creature pane": false
|
||||
}
|
||||
},
|
||||
"active": "81b69ae82ded87bf",
|
||||
"lastOpenFiles": [
|
||||
"Personajes/Nymh/Historia.md",
|
||||
"Personajes/Nymh/Campañas/1. Amenaza bajo Otari.md",
|
||||
"Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md",
|
||||
"_/attachments/Skeleton Warrior.jpeg",
|
||||
"Personajes/Nymh/Ficha.md",
|
||||
"Wiki/Monstruos/Esqueleto.md",
|
||||
"_/attachments",
|
||||
"Personajes/Nymh/Conocimiento/Monstruos",
|
||||
"Wiki/Monstruos",
|
||||
"Personajes/Nymh/Campañas",
|
||||
"Wiki/mapa.md",
|
||||
"Wiki/Clases/Druida.md",
|
||||
"Personajes/Nymh/Conocimiento",
|
||||
"Wiki/Lugares/Iadara.md",
|
||||
"Wiki/Lugares/Bosque de Fierani.md",
|
||||
"Wiki/Lugares/Aelindor.md",
|
||||
"_/embeds/Contenido ficticio.md",
|
||||
"_/embeds",
|
||||
"_",
|
||||
"Wiki/Lugares",
|
||||
"Untitled.md",
|
||||
"Wiki/mapa.png",
|
||||
"Note.md",
|
||||
"_/Temp/Pathfinder plugins.md",
|
||||
"Wiki/Razas/Elfo.md",
|
||||
"_/Temp",
|
||||
"Personajes/Nymh",
|
||||
"Personajes/Untitled.canvas",
|
||||
"Welcome.md"
|
||||
]
|
||||
}
|
1
.obsidian/workspaces.json
vendored
Normal file
1
.obsidian/workspaces.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
48
Personajes/Nymh/Campañas/1. Amenaza bajo Otari.md
Normal file
48
Personajes/Nymh/Campañas/1. Amenaza bajo Otari.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
Lugar : Otari
|
||||
De que vive: Pueblo de leñadores, envios de madera a Absalom
|
||||
|
||||
Absalom: Capital Volarion
|
||||
|
||||
Taberna Pez de roca ruidoso
|
||||
|
||||
Brenda Beckerbale → Dueña
|
||||
|
||||
Su hijo desaparecio misterosamente, SIN RESOLVER
|
||||
|
||||
Humana en mesa
|
||||
|
||||
Ruido fuerte en la entrada
|
||||
|
||||
Tres mala gente entran
|
||||
|
||||
El mas llamativo se rie de todos
|
||||
|
||||
Nos quire robar
|
||||
|
||||
Empieza a pegar a una mujer que se sienta en la mesa de al lado
|
||||
|
||||
El clerigo ataca a uno de los bandidos
|
||||
|
||||
Yo ataco al otro que esta atacando a la mujer de la mesa de al lado
|
||||
|
||||
Picaro ataca al lider
|
||||
|
||||
Robot de repente aparece de una caja de desechos y comienza a atacar a los bandidos.
|
||||
|
||||
Tras una batalla, cuando el Clerigo parece que esta dominando al lider de los bandidos este tira una bomba de humo mientras grita:
|
||||
|
||||
— “Os acordareis del nombre de **Zagi**!”
|
||||
|
||||
Le pierdo de vista, pero cuando vuelvo a tener algo de visibilidad veo que todos estan tan confusos como yo por lo que entiendo que ha escapado.
|
||||
|
||||
Tamily
|
||||
|
||||
Dueña nos cuenta que hay una bestia por el sotano
|
||||
|
||||
Se alimenta de la comida que hay
|
||||
|
||||
Gente del pueblo tiene miedo de que cuando se acabe la comida empiece a atacar a la gente
|
||||
|
||||
Nos pide ayuda
|
||||
|
||||
Al dia siguiente, bajamos a una lonja donde hay barriles llenos de pescado y esta todo en bastante mal estado
|
5
Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md
Normal file
5
Personajes/Nymh/Conocimiento/Monstruos/Esqueleto.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
![[Wiki/Monstruos/Esqueleto|Esqueleto]]
|
||||
|
||||
## Resistencias
|
||||
- Daño cortante ([[1. Amenaza bajo Otari]])
|
||||
- Daño perforante ([[1. Amenaza bajo Otari]])
|
127
Personajes/Nymh/Ficha.md
Normal file
127
Personajes/Nymh/Ficha.md
Normal file
|
@ -0,0 +1,127 @@
|
|||
|
||||
# Nymh
|
||||
|
||||
| Raza | Clase |
|
||||
| --------- | ------------------------------------------ |
|
||||
| Raza | [[Elfo]] |
|
||||
| Clase | [[Druida]] |
|
||||
| Heritage | [[Wiki/Clases/Elfo/Elfo de los susurros]] |
|
||||
| Trasfondo | [[Wiki/Trasfondos/Susurrador de animales]] |
|
||||
| Deidad | [[Wiki/Deidades/Esna]] |
|
||||
## Estadisticas
|
||||
|
||||
| Nivel | Experiencia |
|
||||
| ----- | ----------- |
|
||||
| 1 | 0 |
|
||||
|
||||
| STR | DEX | CON | INT | 🔑WIS | CHA |
|
||||
| --- | --- | --- | --- | ----- | --- |
|
||||
| +0 | +3 | +0 | +1 | +4 | +1 |
|
||||
|
||||
### Estadisticas derivadas
|
||||
|
||||
| Stat | Valor |
|
||||
| ----------------- | ------- |
|
||||
| Velocidad | 30 pies |
|
||||
| HP | 10/14 |
|
||||
| Hit Dice | 2d8 / 2 |
|
||||
| Proficiency Bonus | 2 |
|
||||
| Passive Wisdom | ? |
|
||||
| Speed | 30ft |
|
||||
| Amor Class (AC) | 12 (14) |
|
||||
| Initiative | 1 |
|
||||
|
||||
## Skills
|
||||
|
||||
| Skill | Stat | Bonus | Total |
|
||||
| ----------------------------- | ---- | ----- | ----- |
|
||||
| Acrobatics (DEX) | 1 | 5 | 6 |
|
||||
| Animal Handling (WIS) [**P**] | 2 | 2 | 4 |
|
||||
| Arcana (INT) | -1 | 0 | -1 |
|
||||
| Athletics (STR) [**P**] | 3 | 2 | 5 |
|
||||
| Deception (CHA) | 0 | 0 | 0 |
|
||||
| History (INT) | -1 | 0 | -1 |
|
||||
| Insight (WIS) | 2 | 0 | 2 |
|
||||
| Intimidation (CHA ) | 0 | 0 | 0 |
|
||||
| Investigation (INT) | -1 | 0 | -1 |
|
||||
| Medicine (WIS) | 2 | 0 | 2 |
|
||||
| Nature (INT) | -1 | 0 | -1 |
|
||||
| Perception (WIS) [**P**] | 2 | 2 | 4 |
|
||||
| Performance (CHA) | 0 | 0 | 0 |
|
||||
| Persuasion (CHA) | 0 | 0 | 0 |
|
||||
| Religion (INT) | -1 | 0 | -1 |
|
||||
| Sleight of Hand (DEX) | 1 | 0 | 1 |
|
||||
| Stealth (DEX) | 1 | 0 | 1 |
|
||||
| Survival (WIS) [**P**] | 2 | 2 | 4 |
|
||||
|
||||
## Saving Throws
|
||||
|
||||
| Save Type | Stat | Bonus | Total |
|
||||
| ---------------- | ---- | ----- | ----- |
|
||||
| Strength [**P**] | 3 | 2 | 5 |
|
||||
| Dexterity | 1 | 0 | 1 |
|
||||
| Constitution | 2 | 0 | 2 |
|
||||
| Intelligence | -1 | 0 | -1 |
|
||||
| Wisdom [**P**] | 1 | 2 | 3 |
|
||||
| Charisma | 0 | 0 | 0 |
|
||||
|
||||
## Ataques
|
||||
|
||||
| Name | ATK Bonus | Damage | Type |
|
||||
| ----------- | --------- | ------- | -------- |
|
||||
| Handaxe (p) | +3 | 1d6 + 3 | Slashing |
|
||||
| Handaxe (a) | +3 | 1d6 + 3 | Slashing |
|
||||
| Shortsword | +3+2 | 1d6 + 3 | Piercing |
|
||||
| Longbow | +1+2 | 1d8 + 2 | Piercing |
|
||||
|
||||
## Equipo
|
||||
|
||||
| Cobre | Plata | Oro |
|
||||
| ----- | ----- | --- |
|
||||
| 0 | 1 | 3 |
|
||||
|
||||
- Escudo de acero
|
||||
- Maza ligera
|
||||
- Armadura de cuero
|
||||
- Pocion de curacion (menor)
|
||||
- Pocion de curacion (menor)
|
||||
- Raciones (2/2)
|
||||
- **Mochila**
|
||||
- Cuerda
|
||||
- Piel de agua
|
||||
- Tiza
|
||||
- Flint and Steel
|
||||
- Antorcha
|
||||
- Cama enrollada
|
||||
- Jabon
|
||||
|
||||
## Idiomas
|
||||
* Comun (Taldano)
|
||||
* Elfico
|
||||
* Cancion salvaje
|
||||
* Enano
|
||||
|
||||
## Proficiencias
|
||||
*
|
||||
|
||||
## Features
|
||||
* `Outlander` (PHB p136) - You memorize/know your locations geographically. You can also find food and water for 5 when traveling.
|
||||
* `Natural Language` (MCDM BH p27) - You can communicate with your Companion.
|
||||
* `Primal Exploits`: (MCDM BH p27) (lvl 2) - you get 3 of them.
|
||||
* `Superior Ferocity`: (MCDM BH p30) (lvl 2) - Whenever your companion uses a ferocity action that requires a creature to make an ability check or saving throw, the companion can use your Primal Exploit Save DC in place of the normal DC.
|
||||
|
||||
## Hechizos
|
||||
|
||||
| Cast Skill | Spell Save DC | Spell Modifier |
|
||||
| ---------- | ----------------- | -------------- |
|
||||
| INT | 8 + PB + WIS (12) | 0 |
|
||||
|
||||
### Trucos
|
||||
|
||||
* `Eldritch Blash` - Make things go boom.
|
||||
|
||||
### First Level
|
||||
|
||||
* [ ] Spell Slot
|
||||
|
||||
## Log
|
43
Personajes/Nymh/Historia.md
Normal file
43
Personajes/Nymh/Historia.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
raza: "[[Wiki/Razas/Elfo|Elfo]]"
|
||||
clase: "[[Wiki/Clases/Druida|Druida]]"
|
||||
---
|
||||
Mi nombre es **Nymh**.
|
||||
|
||||
Naci en aldea [[Aelindor|Aelindor]], en el [[Bosque de Fierani]] cerca de [[Iadara]].
|
||||
|
||||
Aelindor era una de las diversas aldeas cuyo cometido principal era vigilar y proteger el bosque, principalmente frente a los demonios de **Treerazer** con la ayuda de los **Buhos gigantes** de la Casa del cielo. Eramos practicamente sostenibles gracias al bosque, aunque comerciabamos regularmente con Iadara para los bienes que nos faltaban.
|
||||
|
||||
La vida era relativamente pacifica considerando para lo que alli nos encontrabamos, aunque yo era joven y la mayoria de las incursiones no llegaban a la aldea y debido a mi edad mis responsabilidades (como las de la mayoria de los de mi edad a no ser que fueses tremendamente habil en algun area en concreto) eran ayudar con la sostenibilidad del bosque y ayudar en el refugio de animales.
|
||||
|
||||
Las labores de sostenibilidad eran tremendamente aburridas. Teniendo en cuenta que nuestro cometido era asegurar que el ecosistema no era alterado pero los humanos tenian prohibido el paso (y nunca llegue a ir a una zona donde hubo combates con demonios) nunca realice nada digno de mencion.
|
||||
|
||||
En el refugio, que era donde pasaba la mayor parte del tiempo, era diferente. Alli trabajaba Elaria, mi madre, que me enseño lo importante que es respetar la vida animal, asi como a ayudarles y cuidarles. Rapidamente me di cuenta de que era algo que me gustaba y podia establecer vinculos con los animales que nos traian. Este fue el motivo por el que a dia de hoy soy **Druida** **de la orden animal**.
|
||||
|
||||
Una vez nos trajeron a una osa que habia sido herida de gravedad en una incursion de demonios y costo mucho tiempo recuperar sus heridas. Cuando estuvo recuperada y sus heridas ya estaban bien cicatrizadas intentamos ponerla en libertad pero habiamos formado un vinculo tan cercano despues de tanto tiempo de rehabilitacion que no conseguimos hacerlo, ella simplemente no queria. Habia dejado de ser un animal salvaje y parecia que me entendiese por lo que mi madre solicito un permiso a la aldea para poder tenerla de compañero animal. Esta osa era **Brum**, la madre de **Ursa**, la osa joven que viaja conmigo.
|
||||
|
||||
Mi padre, Eldrin, lideraba el escuadron de defensa de la aldea. Aunque era un guerrero muy habil tomo la decision de quedarse cerca para poder estar cerca de nosotros. Y aunque era una persona muy estricta en su trabajo y apenas lo veiamos mientras se encontraba en su jornada siempre se porto muy bien con nosotros. Intento inculcarme el arte de la espada pero se dio cuenta rapidamente de que no era lo mio; estoy seguro de que lo intentara de nuevo con mi hermano pequeño Soren en cuanto pueda, pero aun es muy pequeño para eso. Por suerte para mi a dia de hoy ****uno de los druidas que trabajaba en el refugio (el viejo Erevan) me enseño a defenderme con baston y escudo. Era mejor que con la espada pero aun asi dejaba bastante que desear.
|
||||
|
||||
La vida fue bien hasta que un dia de mi adolescencia los demonios se acercaron de mas a nuestra aldea. Fue lo mas terrorifico que vivi nunca.
|
||||
|
||||
Me encontraba en el refugio y escuche las campanas de aviso y luego gritos y gente correr, cuando me asome a la ventana para ver que ocurria vi el caos que me rodeaba y solo podia significar una cosa: los demonios habian llegado hasta la aldea. Corri hasta la torre mas cercana y me encontre a mi padre luchando con una de las bestias; me grito en cuanto me vio: _”Vete a casa, espera a tu madre y a tu hermano y atrancad la puerta, vamos!”_. No tuvo que repetirmelo.
|
||||
|
||||
Recuerdo que corri lo mas rapido que pude y cuando llegue mi casa estaba en llamas; los demonios ya habian llegado. Alguien estaba gritando en su interior, mi hermano. Aun no se como, pero debi armarme de valor para entrar a traves de una de las ventanas de detras de la casa para sacar a mi hermano de alli y cuando entre me quede petrificado. Mi madre estaba tirada en el suelo y mi hermano a su lado llorando. Al parecer le habia golpeado la cabeza algo que se derrumbo del techo por la sangre que tenia en ella; no me dio tiempo a ver que habia pasando cuando se esucho un estruendo del techo y todo se volvio negro.
|
||||
|
||||
Lo siguiente que recuerdo es abrir los ojos y encontrarme en el bosque, con **Ursa** a mi lado. Estabamos solos, yo estaba magullado pero podia caminar, asi que intente orientarme para volver a la aldea, **Ursa** parecia no querer ayudarme pero finalmente accedio. Mas tarde entendi por que.
|
||||
|
||||
Cuando llegue, era de los pocos supervivientes. Al parecer **Ursa** me habia salvado de morir bajo los escombros de la casa pero mi madre y mi hermano no tuvieron tanta suerte, y por desgracia mi padre tampoco. Lo habian encontrado rodeado de demonios que habia conseguido abatir hasta que fueron demasiados.
|
||||
|
||||
Ese dia fue devastador para mi. Recuerdo correr, correr y correr, alejandome de todo, pero no consiguiendo dejar atras el sufrimiento y la tristeza.
|
||||
|
||||
Pase semanas viviendo solo con **Ursa** tratando de huir de mis sentimientos, subsistiendo a base de lo que nos daba el bosque, curiosamente haciendo un trabajo parecido al que ya hacia en el refugio pues al parecer muchas criaturas resultaron heridas con el ataque.
|
||||
|
||||
Una noche despejada descansando en un claro viendo las estrellas algo cambio en mi. Decidi que no podia seguir asi, que habia estado aislado de lo que podia existir mas alla de nuestro bosque y me habia conformado con este tipo de vida nunca pensando que podia haber mas alla, cuan complejo es el mundo y toda la gente que podia estar sufriendo a mano de esas criaturas.
|
||||
|
||||
Decidi atribuir este repentino descubrimiento a [Desna](https://www.notion.so/Desna-15f48bb0e29348749c69c5a283f6d9e3?pvs=21) por lo que cambie radicalmente mi actitud y decidi ser nomada, conocer mundo y ayudar a otros en mi camino.
|
||||
|
||||
Prepare unos suministros basicos y me diriji a lo que antes era Aelindor pero ahora solo eran escombros. No habia nadie alli.
|
||||
|
||||
Fui a lo que una vez fue mi casa para intentar recuperar algo. Encontre un macuto y algunas pocas piezas de oro que tenia ahorradas, me hice con algunas provisiones en el bosque, me despedi de lo que una vez fue mi hogar y emprendi mi aventura.
|
||||
|
||||
Esta es mi historia.
|
0
Wiki/Clases/Druida.md
Normal file
0
Wiki/Clases/Druida.md
Normal file
8
Wiki/Lugares/Aelindor.md
Normal file
8
Wiki/Lugares/Aelindor.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
cssclasses:
|
||||
- clean-embeds
|
||||
---
|
||||
|
||||
![[Contenido ficticio]]
|
||||
|
||||
|
0
Wiki/Lugares/Bosque de Fierani.md
Normal file
0
Wiki/Lugares/Bosque de Fierani.md
Normal file
0
Wiki/Lugares/Iadara.md
Normal file
0
Wiki/Lugares/Iadara.md
Normal file
15
Wiki/Monstruos/Esqueleto.md
Normal file
15
Wiki/Monstruos/Esqueleto.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
statblock: inline
|
||||
---
|
||||
![[Skeleton Warrior.jpeg]]
|
||||
```statblock
|
||||
name: Esqueleto
|
||||
dice: true
|
||||
alignment: NE
|
||||
trait_01: Esqueleto
|
||||
trait_02: No muerto
|
||||
abilities_bot:
|
||||
- name: Resistencias
|
||||
desc: Daño cortante, Daño perforante
|
||||
```
|
||||
|
0
Wiki/Razas/Elfo.md
Normal file
0
Wiki/Razas/Elfo.md
Normal file
44
_/Temp/Pathfinder plugins.md
Normal file
44
_/Temp/Pathfinder plugins.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
## Action icons
|
||||
|
||||
- pf2:1 `pf2:1`
|
||||
- pf2:2 `pf2:2`
|
||||
- pf2:3 `pf2:3`
|
||||
- pf2:0 `pf2:0`
|
||||
- pf2:r `pf2:r`
|
||||
|
||||
## Pathfinder stats
|
||||
|
||||
```pf2e-stats
|
||||
# Awesome Belt of Various Actions
|
||||
## Item 25
|
||||
|
||||
---
|
||||
|
||||
==Unique== ==Invested== ==Magical==
|
||||
|
||||
**Price** 9,001 gp
|
||||
|
||||
**Usage** worn belt; **Bulk** L
|
||||
|
||||
---
|
||||
|
||||
This belt enables the wearer to do all kinds of different things.
|
||||
|
||||
**Activate-Buckle Spin** `[one-action]` (manipulate, visual) **Effect** You spin the belt's fabulous buckle. Select an enemy creature within 30 feet. It must make a DC 30 Will save.
|
||||
**Critical Success** The target is unaffected.
|
||||
**Success** The target is dazzled until the beginning of your next turn.
|
||||
**Failure** The target is blinded until the beginning of your next turn.
|
||||
**Critical Failure** The target is blinded for 1 minute.
|
||||
|
||||
**Activate-Belt Lash** `[two-actions]` (attack, concentrate) **Effect** The belt whips out toward an adjacent foe. Make an attack roll with a modifier of +35 against the target's AC. This attack ignores your multiple attack penalty and does not increase your multiple attack penalty. The target takes 6d6 bludgeoning damage.
|
||||
**Critical Success** The target takes double damage.
|
||||
**Success** The target takes full damage.
|
||||
**Failure** The target takes no damage.
|
||||
**Critical Failure** The belt comes free of your pants, causing them to fall down. You are clumsy 2 until the end of your next turn.
|
||||
|
||||
**Activate-Leather Storm** `[three-actions]` (concentrate) **Effect** The belt whirls around, buffetting anyone nearby. Creatures within a 15-foot emanation of you take 4d8 bludgeoning damage with a DC 30 basic Reflex save.
|
||||
|
||||
**Activate-Safety Strap** `[reaction]` (concentrate) **Trigger** You are falling and a ledge is within 15 feet; **Effect** The belt latches onto the ledge, stopping your fall.
|
||||
|
||||
**Activate-Holster Throw** `[free-action]` (concentrate) **Trigger** You roll initiative; **Effect** The belt launches a weapon from its holster. You Interact to draw a weapon.
|
||||
```
|
BIN
_/attachments/Skeleton Warrior.jpeg
Normal file
BIN
_/attachments/Skeleton Warrior.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
3
_/embeds/Contenido ficticio.md
Normal file
3
_/embeds/Contenido ficticio.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
> [!WARNING] Contenido ficticio
|
||||
> Este contenido ha sido creado especificamente para una campaña/personaje y **no pertenece** al lore oficial de Pathfinder 2e.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue