skill_damage.txt 853 B

1234567891011121314151617181920
  1. //===== rAthena Script =======================================
  2. //= Mapflag: Adjust Skill Damage.
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= Enables skill damage adjustment. All adjustments in
  11. //= skill_damage_db.txt for 'Map' type 16 will be applied.
  12. //= See the mapflag documentation for details about extra
  13. //= parameters.
  14. //=
  15. //= You MUST enable ADJUST_SKILL_DAMAGE in 'src/config/core.hpp'
  16. //= for this mapflag to take effect.
  17. //===== Additional Comments: =================================
  18. //= 1.0 Initial script. [Cydh]
  19. //============================================================