diff options
Diffstat (limited to 'src/config/classes/general.h')
-rw-r--r-- | src/config/classes/general.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/config/classes/general.h b/src/config/classes/general.h new file mode 100644 index 000000000..6e6cc1425 --- /dev/null +++ b/src/config/classes/general.h @@ -0,0 +1,23 @@ +// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder +#ifndef _CONFIG_GENERAL_H_ +#define _CONFIG_GENERAL_H_ + +/** + * rAthena configuration file (http://rathena.org) + * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ + **/ + +/** + * Default Magical Reflection Behavior + * - When reflecting, reflected damage depends on gears caster is wearing, not target + * - When disabled damage depends on gears target is wearing, not caster. + * @values 1 (enabled) or 0 (disabled) + **/ +#define MAGIC_REFLECTION_TYPE 1 + +/** + * No settings past this point + **/ + +#endif // _CONFIG_GENERAL_H_ |