general.h 685 B

123456789101112131415161718192021222324
  1. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
  2. // For more information, see LICENCE in the main folder
  3. #ifndef _CONFIG_GENERAL_H_
  4. #define _CONFIG_GENERAL_H_
  5. /**
  6. * rAthena configuration file (http://rathena.org)
  7. * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
  8. **/
  9. /**
  10. * Default Magical Reflection Behavior
  11. * - When reflecting, reflected damage depends on gears caster is wearing, not target
  12. * - When disabled damage depends on gears target is wearing, not caster.
  13. * @values 1 (enabled) or 0 (disabled)
  14. **/
  15. #define MAGIC_REFLECTION_TYPE 1
  16. /**
  17. * No settings past this point
  18. **/
  19. #include "swordsman.h"
  20. #endif // _CONFIG_GENERAL_H_