locations, items, controls, proxemics, setting
This commit is contained in:
@@ -3,18 +3,10 @@
|
||||
<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>
|
||||
|
||||
|
||||
% 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
|
||||
% for i in ["CSA"],["castaway"],["huntsville"],["Lucrest"],["USA"]:
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<a href=/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</div></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user