groups; id

This commit is contained in:
chimchooree
2023-01-03 23:28:52 -06:00
parent bfa057190b
commit 89c72a0b0b
4 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -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>
+20
View File
@@ -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>