From 857d605c9fa2ebd98a6526e2899316bb71e0e523 Mon Sep 17 00:00:00 2001 From: PreacherDHM Date: Tue, 16 Sep 2025 13:36:35 -0700 Subject: [PATCH] first --- .obsidian/app.json | 3 + .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 33 ++++++ .obsidian/graph.json | 51 ++++++++++ .obsidian/workspace.json | 196 ++++++++++++++++++++++++++++++++++++ Attributes.md | 0 Character Systems.md | 15 +++ Enhancements Systems.md | 0 Items.md | 24 +++++ New World.md | 4 + Systems.md | 8 ++ Table of Contents.md | 7 ++ World.md | 0 13 files changed, 342 insertions(+) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/graph.json create mode 100644 .obsidian/workspace.json create mode 100644 Attributes.md create mode 100644 Character Systems.md create mode 100644 Enhancements Systems.md create mode 100644 Items.md create mode 100644 New World.md create mode 100644 Systems.md create mode 100644 Table of Contents.md create mode 100644 World.md diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..6abe4c1 --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,3 @@ +{ + "alwaysUpdateLinks": true +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..0faa60d --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,33 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "footnotes": false, + "properties": false, + "page-preview": true, + "daily-notes": true, + "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": true, + "bases": true, + "webviewer": false +} \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json new file mode 100644 index 0000000..d24b9d9 --- /dev/null +++ b/.obsidian/graph.json @@ -0,0 +1,51 @@ +{ + "collapse-filter": true, + "search": "", + "showTags": false, + "showAttachments": false, + "hideUnresolved": false, + "showOrphans": true, + "collapse-color-groups": false, + "colorGroups": [ + { + "query": "tag:#Intro ", + "color": { + "a": 1, + "rgb": 65284 + } + }, + { + "query": "tag:#TableOfContents", + "color": { + "a": 1, + "rgb": 14725458 + } + }, + { + "query": "tag:#Item", + "color": { + "a": 1, + "rgb": 11657298 + } + }, + { + "query": "Tag:#System ", + "color": { + "a": 1, + "rgb": 5431378 + } + } + ], + "collapse-display": true, + "showArrow": true, + "textFadeMultiplier": 0, + "nodeSizeMultiplier": 1.06979166666667, + "lineSizeMultiplier": 1.14635416666667, + "collapse-forces": true, + "centerStrength": 0.518713248970312, + "repelStrength": 10, + "linkStrength": 1, + "linkDistance": 250, + "scale": 0.4675508913371702, + "close": false +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..aee434d --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,196 @@ +{ + "main": { + "id": "777dbfe78c10fb7e", + "type": "split", + "children": [ + { + "id": "a2e73b8379647125", + "type": "tabs", + "children": [ + { + "id": "91007689af7b9978", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Character Systems.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Character Systems" + } + } + ] + }, + { + "id": "6058875cf5bb762a", + "type": "tabs", + "children": [ + { + "id": "f9461dc7140b5f9b", + "type": "leaf", + "state": { + "type": "graph", + "state": {}, + "icon": "lucide-git-fork", + "title": "Graph view" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "462ae504fad293aa", + "type": "split", + "children": [ + { + "id": "05000be97d9cc46e", + "type": "tabs", + "children": [ + { + "id": "18a03d64fc889cf6", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "bdabd43639f3cd60", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "9153c4aef65e9176", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "83cfe33199ebda6d", + "type": "split", + "children": [ + { + "id": "4a936fb4c09a630e", + "type": "tabs", + "children": [ + { + "id": "f1ce333bf893bab9", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks" + } + }, + { + "id": "e873e6dad6754681", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links" + } + }, + { + "id": "1c0689bb69b13c89", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "d33227dedb43d05c", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "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, + "bases:Create new base": false + } + }, + "active": "f9461dc7140b5f9b", + "lastOpenFiles": [ + "Character Systems.md", + "Systems.md", + "Items.md", + "Enhancements Systems.md", + "Attributes.md", + "New World.md", + "Table of Contents.md", + "World.md" + ] +} \ No newline at end of file diff --git a/Attributes.md b/Attributes.md new file mode 100644 index 0000000..e69de29 diff --git a/Character Systems.md b/Character Systems.md new file mode 100644 index 0000000..515ca88 --- /dev/null +++ b/Character Systems.md @@ -0,0 +1,15 @@ +#System +The Character System is the system that all of the other system is based off of. The Character System is the system on how your character acts / interacts with the world and how well one interacts with the world. The Character System's foundation is the a thing called stats. Stats are numbers that correspond with how well your character will do in a specific area. + +# Stat Types + +## Str (Strength) +This is the strength of your character. If there is a situation where it requires force, lifting, throwing, or anything that uses the strength of the character this is the stat that you use. +## Dex (Dexterity) +This is the dexterity of the character. This is whats used when the character needs to perform an action that requires precision of movement, flexibility, or fences of a character. +## Wis (Wisdom) +This is how wise the character is. If there is a situation where you have had to much to drink, which path to take, or if the character should do something use wisdom. +## Int (Intellect) +This is how book smart the character is. +## Res (Resistance) +This is the how much resistance to possen \ No newline at end of file diff --git a/Enhancements Systems.md b/Enhancements Systems.md new file mode 100644 index 0000000..e69de29 diff --git a/Items.md b/Items.md new file mode 100644 index 0000000..df3c221 --- /dev/null +++ b/Items.md @@ -0,0 +1,24 @@ +#TableOfContents +This is the list of items that will be in New World. +- [[Weapons]] + - [[Weapon Systems]] + - [[Weapon Attributes]] + - [[Melee Weapons]] + - [[Fire Arms]] + - [[Golden Age]] +- [[Food]] + - [[Food Systems]] + - [[Animal]] + - [[Baked]] + - [[Food Other]] +- [[Drink]] + - [[Drink Systems]] + - [[Acahal]] + - [[Water]] + - [[Drink Other]] +- [[Enhancements]] + - [[Enhancements Systems]] + - [[Stims]] + - [[Meds]] + - [[Enhancements Other]] +- [[Consumables]] diff --git a/New World.md b/New World.md new file mode 100644 index 0000000..a1a1479 --- /dev/null +++ b/New World.md @@ -0,0 +1,4 @@ +#Intro +New World is a TTRPG that take place in the distant future where Yellow Stone erupts and creates a nuclear winter across the United States. + +- [[Table of Contents]] diff --git a/Systems.md b/Systems.md new file mode 100644 index 0000000..e63f4fc --- /dev/null +++ b/Systems.md @@ -0,0 +1,8 @@ +#TableOfContents +- [[Character Systems]] +- [[Weapon System]] +- [[Food Systems]] +- [[Drink Systems]] +- [[Movement System]] +- [[Actions System]] +- [[Consume System]] \ No newline at end of file diff --git a/Table of Contents.md b/Table of Contents.md new file mode 100644 index 0000000..412ae0c --- /dev/null +++ b/Table of Contents.md @@ -0,0 +1,7 @@ +#TableOfContents +This is the table of contents for New World. +- [[Items]] +- [[World]] +- [[Classes]] +- [[Attributes]] +- [[Systems]] \ No newline at end of file diff --git a/World.md b/World.md new file mode 100644 index 0000000..e69de29