This commit is contained in:
2023-07-03 16:16:31 -04:00
parent e7cb4763be
commit a257f62b14
35 changed files with 564 additions and 92 deletions

39
src/pages/spells/calm.md Normal file
View File

@@ -0,0 +1,39 @@
---
title: Calm
description: The Calm and Scare spells for OSR gaming.
date_pub: 2023-07-02T18:57:00-04:00
section: spells
content_type: feature
short_code: sca
tags: arcane divine
---
<div class='headlessTableWrapper'>
| | |
| ------------ | --------- |
| **Level** | 1 |
| **Duration** | 1d4 turns |
| **Range** | Touch |
</div>
Caster or creature touched is calmed and purged of fear.
- Grants target **Saves vs Spells** with a +1 bonus per caster level to end the effects of a **Scare** spell (below) or similar "fear"-related ability.
## Scare
Reversed version of **Calm**.
<div class='headlessTableWrapper'>
| | |
| ------------ | --------- |
| **Level** | 1 |
| **Duration** | 1d4 turns |
| **Range** | 120' |
</div>
Target creature within range must **Save vs Spells** or flee for the duration.

View File

@@ -0,0 +1,30 @@
---
title: Color Spray
description: The Color Spray spell for OSR gaming.
date_pub: 2023-06-28T19:28:00-04:00
section: spells
content_type: feature
short_code: scs
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ------------------------------- |
| **Level** | 1 |
| **Duration** | Instant |
| **Range** | Cone: 60' long, 20' wide at end |
| **Targets** | 1d6 creatures in cone |
</div>
A dazzling flurry of colored light springs from the caster's hand.
The effect of the spell depends on each target's HD, and how it compares with the caster:
- Targets with HD less than or equal to caster are knocked unconscious for 2d4 rounds.
- Targets with 6 HD or greater may **Save vs Spells** to avoid the effect.
- Targets with HD up to 2 greater than caster may **Save vs Spells** or be blinded for 1d4 rounds.
- Targets with 3 or more HD than caster may **Save vs Spells** or be paralyzed, unable to move, attack, or take any actions for one round.
- Blind creatures are immune to spell's effects

View File

@@ -1,10 +1,11 @@
---
title: Detect Magic
description:
description: The Detect Magic spell for OSR gaming.
date_pub: 2023-04-09T12:50:00-04:00
section: spells
content_type: feature
short_code: sdm
tags: arcane divine ritual
---
<div class='headlessTableWrapper'>

24
src/pages/spells/fly.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: Fly
description: The Fly spell for OSR gaming.
date_pub: 2023-07-03T08:42:00-04:00
section: spells
content_type: feature
short_code: sfy
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ---------------------- |
| **Level** | 3 |
| **Duration** | 1d6 turns +1 per level |
| **Range** | Touch |
</div>
The caster or creature touched gains ability to fly through the air.
- Flying movement rate is 120'.
- Can fly in any direction, including hovering in mid-air.

View File

@@ -1,6 +1,6 @@
---
title: Glamour
description:
description: The Glamour spell for OSR gaming.
date_pub: 2023-04-09T13:08:00-04:00
section: spells
content_type: feature
@@ -17,11 +17,11 @@ short_code: sgr
</div>
An illusion wraps around the caster, giving them the outward appearance of another similarly-shaped creature
Caster is wrapped by an illusion, giving them the outward appearance of another similarly-shaped creature.
New form may be one they imagine, or may duplicate a creature they are in contact with (making an attack roll to touch an unwilling creature).
- The new form may be one the caster imagines, or may duplicate a creature they are in contact with (attack roll to touch an unwilling creature).
Limitations
### Limitations
- Illusory form must be within 1 foot of caster's normal height.
- Apparent weight, clothing, and carried gear may be altered in any way.

46
src/pages/spells/grow.md Normal file
View File

@@ -0,0 +1,46 @@
---
title: Grow
description: The Grow and Shrink spells for OSR gaming.
date_pub: 2023-07-02T19:17:00-04:00
section: spells
content_type: feature
short_code: sgs
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ----------- |
| **Level** | 1 |
| **Duration** | 1+1d4 turns |
| **Range** | 20' |
</div>
Caster or target creature grows to double in size.
- While enlarged, effective STR is doubled, so their melee attacks deal double damage.
- Can also be used to negate the effects of a **Shrink** spell (below), restoring the target to original size.
## Shrink
Reversed version of **Grow**.
<div class='headlessTableWrapper'>
| | |
| ------------ | ----------- |
| **Level** | 1 |
| **Duration** | 1+1d4 turns |
| **Range** | 20' |
</div>
Caster or target creature shrinks to 6" in size.
- While shrunk:
- Target is unable to harm creatures over 1' tal.
- Target can maneuver through narrow spaces (1" clearance minimum).
- 10% chance of being scene while holding still.
- Can also be used to negate the effects of a **Grow** spell, restoring the target to original size.

42
src/pages/spells/haste.md Normal file
View File

@@ -0,0 +1,42 @@
---
title: Haste
description: The Haste and Slow spells for OSR gaming.
date_pub: 2023-06-28T19:28:00-04:00
section: spells
content_type: feature
short_code: sha
tags: arcane divine
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ------------- |
| **Level** | 3 |
| **Duration** | 1 + 1d4 turns |
| **Range** | 240' |
</div>
Up to 24 creatures within a 30' radius of the target location are able to move and act at double speed:
- Their maximum movement rates are doubled, and
- They may make twice the normal number of attacks each round.
Note that affected creatures do not have their spell casting or magic item usage speed increased.
## Slow
Reversed version of **Haste**.
<div class='headlessTableWrapper'>
| | |
| ------------ | ------------- |
| **Level** | 3 |
| **Duration** | 1 + 1d4 turns |
| **Range** | 240' |
</div>
Up to 24 creatures within a 30' radius of the target location must **Save vs Spells** or be forced to move and act at half speed.

View File

@@ -1,6 +1,6 @@
---
title: Hidden Step
description:
description: The Hidden Step spell for OSR gaming.
date_pub: 2023-04-21T21:29:00-04:00
section: spells
content_type: feature

View File

@@ -2,7 +2,6 @@
title: Magic Spells
description: A (growing) list of magic spells from across the multiverse.
date_pub: 2023-04-24T16:17:00-04:00
date_upd: 2023-04-26T22:42:00-04:00
section: spells
content_type: feature
short_code: s1
@@ -10,9 +9,21 @@ short_code: s1
Below you'll find a growing list of magic spells from across the multiverse.
- [Detect Magic](./detect-magic.html)
- [Fear](./fear.html)
- [Glamour](./glamour.html)
- [Hidden Step](./hidden-step.html)
- [Invisibility](./invisibility.html)
- [Light](./light.html)
- [Calm / Scare (1 AD)](./calm.html)
- [Color Spray (1 A)](./color-spray.html)
- [Detect Magic (1 ADR)](./detect-magic.html)
- [Fly (3 A)](./fly.html)
- [Glamour (1 A)](./glamour.html)
- [Grow / Shrink (1 A)](./grow.html)
- [Haste / Slow (2 AD)](./haste.html)
- [Hidden Step (2 A)](./hidden-step.html)
- [Invisibility (2 A)](./invisibility.html)
- [Light / Darkness (1 AD)](./light.html)
- [Lock / Knock (2 A)](./lock.html)
- [Magic Mouth (3 A)](./magic-mouth.html)
- [Moonlight (3 A)](./moonlight.html)
- [Read Languages (1 ADR)](./read-languages.html)
- [Read Magic (1 AR)](./read-magic.html)
- [Read Thoughts (1 A)](./read-thoughts.html)
- [Speak (3 AD)](./speak.html)
- [Whisper (1 AD)](./whisper.html)

View File

@@ -1,10 +1,10 @@
---
title: Invisibility
description:
description: The Invisibility spell for OSR gaming.
date_pub: 2023-04-09T17:28:00-04:00
section: spells
content_type: feature
short_code: sin
short_code: s1n
---
<div class='headlessTableWrapper'>

View File

@@ -0,0 +1,24 @@
---
title:
description:
date_pub: 2023-06-28T19:28:00-04:00
section: spells
content_type: feature
short_code: sc
status: draft
---
Levitate
Jump to:navigation, search
2nd Level Magic-User Spell
Duration: 6 turns +1 per level
Range: The caster
This enchantment allows the caster to move up and down through the air:
Vertical: Vertical movement as desired, at up to 20 per round.
Horizontal: The caster can move laterally by pushing against solid objects.
Weight: A normal amount of weight can be carried while levitating.

View File

@@ -1,19 +1,19 @@
---
title: Light / Darkness
description: The Light / Darkness spell for DAGGR / OSR gaming.
title: Light
description: The Light and Darkness spells for OSR gaming.
date_pub: 2023-04-09T12:33:00-04:00
section: spells
content_type: feature
short_code: sld
short_code: s1d
---
<div class='headlessTableWrapper'>
| | |
| ------------ | -------- |
| **Level** | 1 |
| **Duration** | 12 turns |
| **Range** | 120' |
| | |
| ------------ | ------------- |
| **Level** | 1 |
| **Duration** | 6 + 1d6 turns |
| **Range** | 120' |
</div>
@@ -22,10 +22,16 @@ Conjures 15' radius of light at object or creature, bright enough to read and se
- When cast on a creature's eyes, they must **Save vs Spells** or be blinded and unable to attack.
- May also be used to dispel **Darkness** (below).
### Darkness
## Darkness
Reversed version of **Light**.
| | |
| ------------ | ------------- |
| **Level** | 1 |
| **Duration** | 6 + 1d6 turns |
| **Range** | 120' |
Conjures 15' radius of magical darkness at object or creature, preventing normal sight (but not infravision).
- When cast on a creature's eyes, they must **Save vs Spells** or be blinded and unable to attack.

45
src/pages/spells/lock.md Normal file
View File

@@ -0,0 +1,45 @@
---
title: Lock
description: The Lock and Knock spells for OSR gaming.
date_pub: 2023-07-02T23:02:00-04:00
section: spells
content_type: feature
short_code: s1k
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | --------- |
| **Level** | 2 |
| **Duration** | Permanent |
| **Range** | 10' |
</div>
Caster permanently seals and locks a door, gate, or any item with a lock.
- Lock may be temporarily bypassed as follows:
- Caster may pass freely through any portals they've locked.
- Another spellcaster may use a **Knock** spell (below).
- Spellcasters 3+ levels higher than caster may pass.
## Knock
Reversed version of **Lock**.
<div class='headlessTableWrapper'>
| | |
| ------------ | ------- |
| **Level** | 2 |
| **Duration** | 1 round |
| **Range** | 60' |
</div>
Opens any single door, gate, chest, or similar object that has been locked, stuck, barred, or otherwise secured.
- Magically held doors (as with **Lock**) are temporarily bypassed.
- Secret doors which are known to the caster may be opened (doesn't open unknown doors).

View File

@@ -0,0 +1,31 @@
---
title: Magic Mouth
description: The Magic Mouth spell for OSR gaming.
date_pub: 2023-06-28T19:28:00-04:00
section: spells
content_type: feature
short_code: smm
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ------------------------- |
| **Level** | 2 |
| **Duration** | Permanent until triggered |
| **Range** | Touch |
</div>
Enchants an item such that, when the named conditions occur, the caster's mouth appears upon the item, and it speaks a short message.
- The mouth cannot cast spells.
- The trigger is based on the knowledge and perception capabilities the caster.
### Example Conditions
- _When anyone comes within 30' of this spot, say "You shall not pass!"._
- _When anyone comes into view of this spot, say "We're under attack!"_
- _When anyone touches this chest, say "Begone from my booty, or else!"_
- _When someone sits in this spot for more than 20 minutes, say "The password is 'flavortown'."_

View File

@@ -0,0 +1,24 @@
---
title: Moonlight
description: The Moonlight spell for OSR gaming.
date_pub: 2023-04-09T12:33:00-04:00
section: spells
content_type: feature
short_code: sm1
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ------------- |
| **Level** | 3 |
| **Duration** | 6 + 1d6 turns |
| **Range** | 120' |
</div>
Conjures 15' radius of moonlight at object or creature, bright enough to read and see, but not as bright as daylight.
- Moonlight cannot be seen by creatures that only perceive infrared.
- Lycanthropes within the radius appear as their animal forms and feel a burning sensation where the moonlight touches them.
- May also be used to dispel [Darkness](/spells/light.html#Darkness).

View File

@@ -0,0 +1,23 @@
---
title: Read Languages
description: The Read Languages spell for OSR gaming.
date_pub: 2023-07-02T15:12:00-04:00
section: spells
content_type: feature
short_code: sr1
tags: arcane divine ritual
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ------------- |
| **Level** | 1 |
| **Duration** | 1 + 1d4 turns |
| **Range** | Self |
</div>
Caster gains ability to understand written information in any [known language](/rules/adventuring.html#languages), including most secret, symbolic, or coded ones.
- Only applies to written information, no ability to [speak](./speak.html) is granted.

View File

@@ -0,0 +1,28 @@
---
title: Read Magic
description: The Read Magic spell for OSR gaming.
date_pub: 2023-07-03T08:23:00-04:00
section: spells
content_type: feature
short_code: srm
tags: arcane divine ritual
---
<div class='headlessTableWrapper'>
| | |
| ------------ | --------- |
| **Level** | 1 |
| **Duration** | 1d4 turns |
| **Range** | Self |
</div>
Caster may read and decipher magical text (including script or runes), including:
- Comprehending the magical script of any arcane spells on a scroll, allowing them to cast a spell from it any time in the future;
- Understanding any ritual written in any [known language](/rules/adventuring.html#languages);
- Deciphering the spells in another wizard's spellbook; or
- Reading the magical runes and words inscribed on an object or surface.
Once the caster has deciphered an inscription with this spell, they can re-read the inscription at will without casting Read Magic again.

View File

@@ -0,0 +1,27 @@
---
title: Read Thoughts
description: The Read Thoughts spell for OSR gaming.
date_pub: 2023-07-02T15:02:00-04:00
section: spells
content_type: feature
short_code: srt
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | -------- |
| **Level** | 2 |
| **Duration** | 12 turns |
| **Range** | 60' |
</div>
Caster gains ability to observe and comprehend the thoughts of other living creatures.
- Requires caster to focus concentration in a single direction for 1d10 minutes to activate.
- If multiple creatures are within range, the thoughts are an incomprehensible jumble, and another 1d10 minutes must be spent to single out a creature.
- After this, the thoughts of each creature in read can be read at will.
- Caster understands thoughts regardless of language.
- Effect is obstructed by lead (any thickness) or at least 2' of solid rock.

21
src/pages/spells/speak.md Normal file
View File

@@ -0,0 +1,21 @@
---
title: Speak
description: The Speak spell for OSR gaming.
date_pub: 2023-07-02T15:35:00-04:00
section: spells
content_type: feature
short_code: ssp
tags: arcane divine
---
<div class='headlessTableWrapper'>
| | |
| ------------ | --------- |
| **Level** | 3 |
| **Duration** | 1d4 turns |
| **Range** | Touch |
</div>
Caster or intelligent creature gains ability to speak to any other intelligent creature (INT 3+), with each understanding the other.

View File

@@ -0,0 +1,26 @@
---
title: Whisper
description: The Whisper spell for OSR gaming.
date_pub: 2023-06-28T19:28:00-04:00
section: spells
content_type: feature
short_code: sw1
tags: arcane
---
<div class='headlessTableWrapper'>
| | |
| ------------ | ------- |
| **Level** | 1 |
| **Duration** | Instant |
| **Range** | 1 mile |
</div>
Caster sends a short message to any creature they point at within range, which only the recipient can hear.
- The recipient can speak a brief reply which only the caster will hear.
- If the recipient is asleep when the message arrives, the message wakes them up.
!!!include(license/hnh-cc-by-sa.md)!!!