mob_skill_db_powerskill.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. //===== rAthena Documentation ================================
  2. //= rAthena Monster Powerskill Reference
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Last Updated: ========================================
  6. //= 20200104
  7. //===== Description: =========================================
  8. //= Reference for monster level 10 skills.
  9. //============================================================
  10. When a monster uses a level 10 skill on Aegis, it will be much stronger than the
  11. normal player version. On rAthena we reflect this by giving the monster a skill
  12. level above the maximum player skill level.
  13. The following list explains the skill specialities and the corresponding level
  14. which needs to be put for these skills in the mob_skill_db.
  15. Note: The "SkillDatabase::parseNode" template has a linear determination feature
  16. where it will attempt to fill the values from the last level defined to MAX_SKILL_LEVEL.
  17. If it can't determine a trend it will fill with the last level defined.
  18. -------------------------------------------------------------------------------
  19. Skill | rAthena Lv | Explanation
  20. -------------------------------------------------------------------------------
  21. 7,SM_MAGNUM |25| 9x9 AoE. 600% damage at all ranges.
  22. 15,MG_FROSTDIVER |40| 500% damage. 100% base chance.
  23. 17,MG_FIREBALL |44| Re: 1020% damage, Pre: 510% damage
  24. 21,MG_THUNDERSTORM |20| 7x7 AoE. 3 splash into LP. 20 hits.
  25. 28,AL_HEAL |11| Heals max_heal HP(see conf/battle/skills.conf)
  26. 30,AL_DECAGI |48| Reduces Agi by 50. Duration 130 seconds.
  27. 42,MC_MAMMONITE |22| 1200% damage.
  28. 57,KN_BRANDISHSPEAR |10| 562% damage at all ranges.
  29. 60,KN_TWOHANDQUICKEN |30| Increases ASPD by 70%. Duration 300 seconds.
  30. 80,WZ_FIREPILLAR |10| Damage multiplied by number of hits.
  31. 83,WZ_METEOR |11| Meteors drop in 29x29 AoE. 15 hits per meteor.
  32. 84,WZ_JUPITEL |28| 30 hits, knockback out of visible range.
  33. 85,WZ_VERMILION |21| 15x15 unit placement. 1 splash into LP. 500% damage.
  34. 86,WZ_WATERBALL |10| 9x9 unit placement. 67 hits.
  35. 110,BS_HAMMERFALL |10| 25x25 AoE. 100% base chance.