battleground.conf 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // ______ __ __
  2. // /\ _ \/\ \__/\ \
  3. // __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
  4. // /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
  5. ///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
  6. //\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
  7. // \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
  8. // _ _ _ _ _ _ _ _ _ _ _ _ _
  9. // / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
  10. //( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
  11. // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
  12. //
  13. //--------------------------------------------------------------
  14. // eAthena Battle Configuration File
  15. // Originally Translated by Peter Kieser <pfak@telus.net>
  16. // Made in to plainer English by Ancyker
  17. //--------------------------------------------------------------
  18. // Note 1: Value is a config switch (on/off, yes/no or 1/0)
  19. // Note 2: Value is in percents (100 means 100%)
  20. // Note 3: Value is a bit field. If no description is given,
  21. // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun)
  22. //--------------------------------------------------------------
  23. // Melee damage adjustments (non skills) for Battleground maps (Note 2)
  24. bg_short_attack_damage_rate: 80
  25. // Ranged damage adjustments (non skills) for Battleground maps (Note 2)
  26. bg_long_attack_damage_rate: 80
  27. // Weapon skills damage adjustments for Battleground maps (Note 2)
  28. bg_weapon_attack_damage_rate: 60
  29. // Magic skills damage adjustments for Battleground maps (Note 2)
  30. bg_magic_attack_damage_rate: 60
  31. // Misc skills damage adjustments for Battleground maps (Note 2)
  32. bg_misc_attack_damage_rate: 60
  33. // Flee penalty on BG grounds.
  34. // NOTE: It's %, not absolute, so 20 is -20% of your total flee
  35. bg_flee_penalty: 20
  36. // Interval before updating the bg-member map mini-dots (milliseconds)
  37. bg_update_interval: 1000