Add some more 7th Lore (and fix the hyperlinks)
All checks were successful
/ jekyll (push) Successful in 17s
All checks were successful
/ jekyll (push) Successful in 17s
This commit is contained in:
parent
ad1a90ca16
commit
58ee66743a
2 changed files with 67 additions and 3 deletions
|
@ -2,18 +2,18 @@
|
||||||
layout: journal
|
layout: journal
|
||||||
---
|
---
|
||||||
|
|
||||||
[Life and Death of the Party]({{ site.baseurl }}/life-and-death.html)
|
[Life and Death of the Party]({{ site.url }}/journals/seventh/life-and-death.html)
|
||||||
|
|
||||||
# Lore
|
# Lore
|
||||||
{% assign pages = site.pages | where: "tags", "seventh-lore" %}
|
{% assign pages = site.pages | where: "tags", "seventh-lore" %}
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
- [{{ page.title }}]({{ site.baseurl }}/{{ page.url }})
|
- [{{ page.title }}]({{ site.url }}/{{ page.url }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# Locations
|
# Locations
|
||||||
{% assign pages = site.pages | where: "tags", "seventh-locations" %}
|
{% assign pages = site.pages | where: "tags", "seventh-locations" %}
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
- [{{ page.title }}]({{ site.baseurl }}/{{ page.url }})
|
- [{{ page.title }}]({{ site.url }}/{{ page.url }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% assign recent = site.posts | where: "aut", page.aut | first %}
|
{% assign recent = site.posts | where: "aut", page.aut | first %}
|
||||||
|
|
64
journals/seventh/lore/bore_memories_question.md
Normal file
64
journals/seventh/lore/bore_memories_question.md
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
---
|
||||||
|
layout: journal
|
||||||
|
no-footer: True
|
||||||
|
tags: seventh-lore
|
||||||
|
title: On Questions Asked In the Bore Memory Chamber
|
||||||
|
---
|
||||||
|
# {{ page.title }}
|
||||||
|
|
||||||
|
In the Bore, the party of Boobons, Sir Tern Ipswitch, Sir Beet, Jenn Erica von
|
||||||
|
Illamage, and the Baron Blunt discover a chamber. Within this chamber is a
|
||||||
|
council, which informs us that all memories of this encounter will be erased,
|
||||||
|
except for a few questions. All except the Baron Blunt enter the room. We
|
||||||
|
compiled the following list of questions, and the tagged player asked them, if
|
||||||
|
any.
|
||||||
|
|
||||||
|
- [Thans] How safe it is to inhabit the Bore
|
||||||
|
- [Mike] What happened here to create this magic room
|
||||||
|
- Who created the Bore
|
||||||
|
- A conflict currently ongoing in the First World
|
||||||
|
- [James] How the Dark Tapestry was repelled in the First World
|
||||||
|
- [Bill] A second contingency plan for fending off the Dark Tapestry, more unique
|
||||||
|
to the planet but less reliable
|
||||||
|
- [Bill] How find another place like Bore made by same builders
|
||||||
|
|
||||||
|
### [Thans] How safe it is to inhabit the Bore
|
||||||
|
|
||||||
|
The court of worms has been driven out, and it is generally safe to inhabit
|
||||||
|
the Bore. That being said, even keeping only to the top level, the troops
|
||||||
|
will begin developing memory loss and amnesia. Keeping outside the Bore, or
|
||||||
|
rotating troops, will avoid permanent problems.
|
||||||
|
|
||||||
|
### [Mike] What happened here to create this magic room
|
||||||
|
|
||||||
|
The original inhabitants were trying to accomplish several things with
|
||||||
|
the Bore. Another group (of elves) came along and killed the original
|
||||||
|
group. They summoned a powerful elder of the fey to erase the original
|
||||||
|
intention and memory of the place, “white-washed” it to seem like a
|
||||||
|
dwarven settlement, and then transplanted a group of dwarves here to
|
||||||
|
inhabit it properly. The dwarves eventually forgot about this history.
|
||||||
|
The original concern of the elves was in a level further down, which we
|
||||||
|
are restricted from accessing.
|
||||||
|
|
||||||
|
### [James] How the Dark Tapestry was repelled in the First World
|
||||||
|
|
||||||
|
Basically, the Dark Tapestry invasion was defeated largely by
|
||||||
|
creating a network of powerful light-emitting diodes to corrupt the
|
||||||
|
Dark Tapestry and essentially blow them up with space ships and
|
||||||
|
lasers. The most significant damage came from a secondary war after.
|
||||||
|
A fey elder, known as the Dragon King, was responsible for
|
||||||
|
imprisoning the most dangerous of the threats from the Dark Tapestry
|
||||||
|
in the First World. The ruins of his estate/prison/castle/etc.. can
|
||||||
|
still be found on the First World.
|
||||||
|
|
||||||
|
### [Bill] A second contingency plan for fending off the Dark Tapestry, more unique to the planet but less reliable
|
||||||
|
|
||||||
|
There is a powerful race with experience defeating the Dark
|
||||||
|
Tapestry lying in suspension in the Steel Mountains far to the
|
||||||
|
east. They have a plan.
|
||||||
|
|
||||||
|
### [Bill] How find another place like Bore made by same builders
|
||||||
|
There are other spaces like the Bore. There’s one near
|
||||||
|
Flint. There’s one past the float-stone wastes. There’s one
|
||||||
|
across the ocean. I forget which ocean. There’s another one
|
||||||
|
in the north in a hill or smth idk
|
Loading…
Reference in a new issue