|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//= rAthena Dev Team
|
|
//===== Last Updated: ========================================
|
|
//===== Last Updated: ========================================
|
|
-//= 20160213
|
|
|
|
|
|
+//= 20200104
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
//= Reference for monster level 10 skills.
|
|
//= Reference for monster level 10 skills.
|
|
//============================================================
|
|
//============================================================
|
|
@@ -12,7 +12,12 @@ When a monster uses a level 10 skill on Aegis, it will be much stronger than the
|
|
normal player version. On rAthena we reflect this by giving the monster a skill
|
|
normal player version. On rAthena we reflect this by giving the monster a skill
|
|
level above the maximum player level.
|
|
level above the maximum player level.
|
|
The following lists explains the skill specialities and the corresponding level
|
|
The following lists explains the skill specialities and the corresponding level
|
|
-you need to put for these skills in the mob_skill_db.
|
|
|
|
|
|
+which needs to be put for these skills in the mob_skill_db.
|
|
|
|
+
|
|
|
|
+Note: The "SkillDatabase::parseNode" template has a linear determination feature
|
|
|
|
+where it will attempt to fill the values from the last level defined to MAX_SKILL_LEVEL.
|
|
|
|
+If it can't determine a trend it will fill with the last level defined.
|
|
|
|
+
|
|
-------------------------------------------------------------------------------
|
|
-------------------------------------------------------------------------------
|
|
Skill | rAthena Lv | Explanation
|
|
Skill | rAthena Lv | Explanation
|
|
-------------------------------------------------------------------------------
|
|
-------------------------------------------------------------------------------
|