From 0235c6a192058b2324928e08f4c9c2f6660f870d Mon Sep 17 00:00:00 2001 From: _Tradam Date: Mon, 10 Oct 2022 14:36:30 -0400 Subject: . --- src/.obsidian/app.json | 4 +- src/.obsidian/workspace | 188 ++++++++++++++++++++++++------------------------ src/combat.md | 23 ++++++ 3 files changed, 118 insertions(+), 97 deletions(-) diff --git a/src/.obsidian/app.json b/src/.obsidian/app.json index 9e26dfe..930ef51 100644 --- a/src/.obsidian/app.json +++ b/src/.obsidian/app.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "fileSortOrder": "byModifiedTime" +} \ No newline at end of file diff --git a/src/.obsidian/workspace b/src/.obsidian/workspace index 629db6f..965fb4c 100644 --- a/src/.obsidian/workspace +++ b/src/.obsidian/workspace @@ -7,119 +7,115 @@ "id": "0bff301cada6cd1f", "type": "leaf", "state": { - "type": "empty", - "state": {} + "type": "markdown", + "state": { + "file": "combat.md", + "mode": "source", + "source": false + } } } ], "direction": "vertical" }, "left": { - "id": "ab07a898af40646d", - "type": "split", + "id": "0233fa19f63ddf9b", + "type": "mobile-drawer", "children": [ { - "id": "0f462803f4cf2b31", - "type": "tabs", - "children": [ - { - "id": "4b1bf91616baeb1c", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": {} - } - }, - { - "id": "902c4f141689fda9", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": "", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" - } - } - }, - { - "id": "6e51885bddcd0fcf", - "type": "leaf", - "state": { - "type": "starred", - "state": {} - } + "id": "0701eaa2cd4d2e25", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "053bdde82280d4e5", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "74ebc3931d5d22a7", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true } - ] + } + }, + { + "id": "c5715f37af843ec0", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } } ], - "direction": "horizontal", - "width": 300 + "currentTab": 0 }, "right": { - "id": "9383cb99bea9955e", - "type": "split", + "id": "1443da8b8bc8dd9e", + "type": "mobile-drawer", "children": [ { - "id": "6c6ff5a4039629d0", - "type": "tabs", - "children": [ - { - "id": "0947b258b351ae15", - "type": "leaf", - "state": { - "type": "backlink", - "state": { - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "19eaae86e9666f82", - "type": "leaf", - "state": { - "type": "outgoing-link", - "state": { - "linksCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "b3a5c49f876d6090", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } - }, - { - "id": "c8c9faeac4d36ae7", - "type": "leaf", - "state": { - "type": "outline", - "state": {} - } + "id": "42f8afcd52d7c55b", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "combat.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true } - ] + } + }, + { + "id": "75692afd4de105f0", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "combat.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "524ead8823d6cf22", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "combat.md" + } + } } ], - "direction": "horizontal", - "width": 300, - "collapsed": true + "currentTab": 0 }, - "active": "0bff301cada6cd1f", - "lastOpenFiles": [] + "active": "0701eaa2cd4d2e25", + "lastOpenFiles": [ + "attributes.md", + "races.md" + ] } \ No newline at end of file diff --git a/src/combat.md b/src/combat.md index 9f4b289..15d7f08 100644 --- a/src/combat.md +++ b/src/combat.md @@ -18,3 +18,26 @@ Regain all energy and draw a card from the player deck. During their turn player ## Enemy Turn The GM resolved the enemy effects in any order they wish. Any enemy that was not targeted this round by a player attack deals damage to a player of the GMs choice equal to the enemy's attack stat. Once all of these are resolve then the enemy turn ends. + +--- + +Each round will consist of the following flow: + +Melee -> Ranged -> Magic + +At any point before or after an action a character could move(might not have movement?) +Within each of those phases the order goes like this: + +Enemy intention -> Player actions(any order) -> enemy actions + +--- + +Magic always hits but damage is unpredictable(roll for damage) +Physical can sometimes miss(roll for hit) but has consistant damage + +--- + +A combat game will be structured in a way inspired by binding of issac board game + +Player card vs enemy cards. +The location the players are in will determine what doodads are availible (doodads are things like furniture) -- cgit v1.2.3