You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
916 B
Plaintext
21 lines
916 B
Plaintext
2 years ago
|
% import random
|
||
|
% rebase('frame.tpl')
|
||
|
<div class="content-grid">
|
||
|
<h1><a href="/gdd">blessfrey gdd</a> - setting</h1>
|
||
|
<p>Blessfrey takes place in Lucrest, Nickajack, a small town unknowingly situated over an abyssal dungeon. <br></p>
|
||
|
</div>
|
||
|
|
||
2 years ago
|
|
||
|
% import random
|
||
|
% rebase('frame.tpl')
|
||
|
<div class="content-grid"><div class="center">
|
||
|
<h1>blessfrey setting </h1>
|
||
|
<p>Blessfrey's world starts in Lucrest, an economic boomtown in the rural South, and expands deep through the pockets and tunnels of the earth until another world is discovered. <br></p>
|
||
|
<br>
|
||
|
<ul>
|
||
|
% for i in [["csa","blessfrey-csa"],["castaway kingdom","blessfrey-castaway-kingdom"],["huntsville","blessfrey-huntsville"],["Lucrest","blessfrey-lucrest"],["usa","blessfrey-usa"]]:
|
||
|
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<a href=/{{i[1]}}>{{i[0]}}</a></li>
|
||
|
% end
|
||
|
</ul>
|
||
|
</div></div>
|