[1] | 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 | // Splitted up into multiple files by Skotlex. |
---|
| 18 | //-------------------------------------------------------------- |
---|
| 19 | |
---|
| 20 | //General battle-related settings. |
---|
| 21 | import: conf/battle/battle.conf |
---|
| 22 | |
---|
| 23 | //Settings specific to the client. |
---|
| 24 | import: conf/battle/client.conf |
---|
| 25 | |
---|
| 26 | //General drop-related configs. |
---|
| 27 | import: conf/battle/drops.conf |
---|
| 28 | |
---|
| 29 | //Experience rates, exp penalties, stats and max level settings. |
---|
| 30 | import: conf/battle/exp.conf |
---|
| 31 | |
---|
| 32 | //GM levels, atcommands and hack-related configs. |
---|
| 33 | import: conf/battle/gm.conf |
---|
| 34 | |
---|
| 35 | //Guild and WoE settings |
---|
| 36 | import: conf/battle/guild.conf |
---|
| 37 | |
---|
| 38 | //Item/card-specific and crafting related options. |
---|
| 39 | import: conf/battle/items.conf |
---|
| 40 | |
---|
| 41 | //Mob related configuration |
---|
| 42 | import: conf/battle/monster.conf |
---|
| 43 | |
---|
| 44 | //Party related configuration |
---|
| 45 | import: conf/battle/party.conf |
---|
| 46 | |
---|
| 47 | //Pet related configuration |
---|
| 48 | import: conf/battle/pet.conf |
---|
| 49 | |
---|
| 50 | //Homunc related configuration |
---|
| 51 | import: conf/battle/homunc.conf |
---|
| 52 | |
---|
| 53 | //Player specific settings |
---|
| 54 | import: conf/battle/player.conf |
---|
| 55 | |
---|
| 56 | //Skill related settings |
---|
| 57 | import: conf/battle/skill.conf |
---|
| 58 | |
---|
| 59 | //Status change related settings |
---|
| 60 | import: conf/battle/status.conf |
---|
| 61 | |
---|
| 62 | // Anything else that didn't fit anywhere else. |
---|
| 63 | // Includes duel, day/night, mute/manner, log settings. |
---|
| 64 | import: conf/battle/misc.conf |
---|
| 65 | |
---|
| 66 | //Your custom config goes here. |
---|
| 67 | import: conf/import/battle_conf.txt |
---|