groups; id

master
chimchooree 2 years ago
parent bfa057190b
commit 89c72a0b0b

@ -17,13 +17,13 @@
<li>ev - event/cutscene </li>
<li>fa - faction </li>
<li>hi - highlight </li>
<li>hu - HUD - target, health, etc </li>
<li>ic - item category </li>
<li>in - inspect </li>
<li>ir - rarity </li>
<li>it - item </li>
<li>jo - job </li>
<li>ke - hotkey/control </li>
<li>lang - language </li>
<li>me - messenging app </li>
<li>mn - main menu </li>
<li>mu - music app </li>

@ -0,0 +1,20 @@
<h2>description </h2>
<p>Groups <br></p>
<br>
<h2>structure </h2>
<h3>skills </h3>
<p>Skills fall into various groups. These groups are specific to the skill only, not its keywords. For example, a projectile skill launches a projectile, and the projectile will use a subskill on impact. This skill is not an attack, and the target will not aggro if it misses. The subskill <i>is</i> an attack, though. </p>
<p>Groups are always all lowercase, and all spaces and hyphens are replaced by an underscore. </p>
<br>
<ul>
<li>skill - applies to all skills </li>
<li>armsman, disciple, tamer, brawler, chemist, hacker - their associated job </li>
<li>fitness, divine_protection, dirty_fighting, social_engineering - their associated perk/attribute </li>
<li>attack - whether this skill will aggro the target. Tends to be a damage skill, esp melee or ranged. Do not confuse with the keyword attack, though it will surely belong to an attack skill.</li>
<li>medicine - inflicts positive keywords on friendly </li>
<li>poison - inflicts negative keywords on enemy over time </li>
<li>miracle - inflicts positive keywords on friendly </li>
<li>blessing - inflicts positive keywords on friendly over time </li>
<li>mark - inflict negative keywords on enemy </li>
</ul>
<br>

@ -5,7 +5,7 @@
<p>The vision for Blessfrey <br></p>
<br>
<ul>
% for i in ["achievements", "cast", "controls", "credits", "dialogue", "docs", "highlight", "ID", "inspect menu", "inventory", "item", "job", "keyword", "mechanics", "Mercur", "milestones", "pathfinding", "proxemics", "setting", "skill", "story", "style guide", "terms", "vibe", "website"]:
% for i in ["achievements", "cast", "controls", "credits", "dialogue", "docs", "groups", "highlight", "ID", "inspect menu", "inventory", "item", "job", "keyword", "mechanics", "Mercur", "milestones", "pathfinding", "proxemics", "setting", "skill", "story", "style guide", "terms", "vibe", "website"]:
<li class="list">{{random.choice(['.','•','☆','★'])}}&#9;<a href=/blessfrey-gdd/{{i}}>{{i}}</a></li>
% end
</ul>

@ -17,6 +17,9 @@ visual dialogue (a dialogue tree plugin for godot) by chimchooree's husband (CUT
<a href="https://github.com/nathanhoad/godot_dialogue_manager">Godot Dialogue Manager: A simple but powerful branching dialogue system for Godot</a> by nathanhoad and other contributors <br>
license: <a href="https://github.com/nathanhoad/godot_dialogue_manager/blob/main/LICENSE">MIT license</a> <br>
<br>
<a href="https://github.com/bitwes/Gut">Gut: Godot Unit Test by bitwes and other contributors</a>
license: <a href="https://github.com/bitwes/Gut/blob/master/addons/gut/LICENSE.md">MIT license</a> <br>
<br>
<h2>music </h2>
background music: "straight" <br>
Benjamin "Bensound" Tissot<br>

Loading…
Cancel
Save