Browse Source

Adds documentation for skill requirements

aleos 1 year ago
parent
commit
9ab02557b8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      doc/skill_db.txt

+ 5 - 1
doc/skill_db.txt

@@ -157,7 +157,7 @@ Sequence Map Form
 
 
 ---------------------------------------
 ---------------------------------------
 
 
-HitRate: Skill hit rate. Rate is 100 by default.
+HitRate: Skill hit rate. Rate is 100 by default. If a skill is required to be learned, then the sequence map form is needed.
 
 
 Can be defined in scalar form or sequence map form:
 Can be defined in scalar form or sequence map form:
 Scalar Form
 Scalar Form
@@ -175,6 +175,10 @@ Sequence Map Form
       Count: 180
       Count: 180
     - Level: 5
     - Level: 5
       Count: 200
       Count: 200
+    Skills: # Requires both NV_BASIC and SM_BASH to be learned.
+      NV_BASIC: true # Requires Novice's Basic Skill to be learned.
+      SM_BASH: true # Requires Bash to be learned.
+      SM_MAGNUM: false # Remove Magnum Break from requirements. Useful for import.
 
 
 ---------------------------------------
 ---------------------------------------