-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Run it locally | ||
```bash | ||
python -m venv .venv | ||
pip install -r requirements.txt | ||
mkdocs serve | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Status | ||
|
||
## Deckung | ||
|
||
:material-dice-6-outline: Deckungsstufe 1: Verteidigungspool + 1 | ||
:material-dice-6-outline: Deckungsstufe 2: Verteidigungspool + 2 | ||
:material-dice-6-outline: Deckungsstufe 3: Verteidigungspool + 3 | ||
:material-dice-6-outline: Deckungsstufe 4: Verteidigungspool + 4, Angriffspool - 2 | ||
|
||
:material-dice-6-outline: bei Verteidigungsproben: + 1 (je Deckungsstufe) | ||
|
||
Es gibt vier Deckungsstufen, die angeben zu wieviel Prozent (25%, 50%, 75%, 100%) ein Charakter geschützt ist. | ||
|
||
Aus der Deckung angreifen kostet eine Nebenhandlung | ||
|
||
:octicons-book-24: GRW 54 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ nav: | |
- Home: index.md | ||
- kampf.md | ||
- proben.md | ||
- status.md | ||
- waffen.md | ||
|
||
markdown_extensions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mkdocs>=1.6.1 | ||
mkdocs-material==9.5.50 |