gdd mercur, env effect, perk, some story
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p>The vision for Blessfrey <br></p>
|
||||
<br>
|
||||
<ul>
|
||||
% for i in ["achievements", "armor-rating", "attribute", "attribute-point", "cast", "character", "controls", "credits", "damage-type", "death-penalty", "dialogue", "docs", "gear", "gig", "groups", "highlight", "ID", "inspect menu", "inventory", "item", "job", "keyword", "language", "life", "mechanics", "Mercur", "milestones", "miracles", "pathfinding", "perk", "pip", "proxemics", "setting", "skill", "spirit", "status-effect", "story", "style guide", "terms", "vibe", "website"]:
|
||||
% for i in ["achievements", "armor-rating", "attribute", "attribute-point", "cast", "character", "controls", "credits", "damage-type", "death-penalty", "dialogue", "docs", "environment-effect", "gear", "gig", "groups", "highlight", "ID", "inspect menu", "inventory", "item", "job", "keyword", "language", "life", "mechanics", "Mercur", "milestones", "miracles", "pathfinding", "perk", "pip", "proxemics", "setting", "skill", "spirit", "status-effect", "story", "style guide", "terms", "vibe", "website"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/blessfrey-gdd/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
<br>
|
||||
<h3><span class=mundane>skills </span> </h3>
|
||||
<ul>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>skillbar slots can be empty </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=common>skill loop </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=common>attack skill loop </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=rare>skills consume an spirit cost </span> </li>
|
||||
@@ -142,6 +143,7 @@
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>duplicate skills cannot be equipped onto the skillbar. All but the rightmost copy will be kept. </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>Echos let you duplicate skills temporarily, captures let you sideload a dupe on the bar, thievery skills also, etc. After zoning, only the rightmost dupe will be kept. </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>environment effect is a type of skill that is triggered rather than activated. It cannot be learned or used. </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>environment effect continuously is applied to new characters entering area </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>skills can be canceled </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>skills can be canceled during their activation time</span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>skills can be canceled by pressing a movement key </span> </li>
|
||||
|
||||
Reference in New Issue
Block a user