diff options
| author | realtradam <[email protected]> | 2022-11-07 01:12:55 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-07 01:12:55 -0500 |
| commit | 82220535f7d71e2798705f226c9342a6473352f2 (patch) | |
| tree | 460c39983a0b56953692801cfd19d9acba440165 /src | |
| parent | 12a8f3326102a3b81aa15731931038845608fda8 (diff) | |
| download | Plore-Tabletop-Game-82220535f7d71e2798705f226c9342a6473352f2.tar.gz Plore-Tabletop-Game-82220535f7d71e2798705f226c9342a6473352f2.zip | |
basic spellcasting ideas
Diffstat (limited to 'src')
| -rw-r--r-- | src/SUMMARY.md | 2 | ||||
| -rw-r--r-- | src/Spellcasting.md | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 9015d4d..d3a5c6f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -14,7 +14,7 @@ - [Armour](armour.md) - [Weapons](weapons.md) -- [Spellcasting]() +- [Spellcasting](Spellcasting.md) - [Running The Game]() - [Fate Deck](fate-deck.md) diff --git a/src/Spellcasting.md b/src/Spellcasting.md new file mode 100644 index 0000000..8f979b1 --- /dev/null +++ b/src/Spellcasting.md @@ -0,0 +1,13 @@ +The world map is divided into regions. Each region will have a randomly assigned tarot card which will determine the type of magic availible from a given plane. + +Each plane wil consist of a variety of "elemental" zones which shift around relative to our own plane. + +Fire x2 - Magma - Fel Ash + +Sea x2 - Ice - Frostwind + +Flesh x2 - Chemicus - Harmium + +Memory - ?? - ?? + +Void
\ No newline at end of file |
