[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 | //-------------------------------------------------------------- |
---|
| 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 | |
---|
| 24 | // Who should have a baseatk value (makes str affect damage)? (Note 3) |
---|
| 25 | enable_baseatk: 9 |
---|
| 26 | |
---|
| 27 | // Who can have perfect flee? (Note 3) |
---|
| 28 | enable_perfect_flee: 1 |
---|
| 29 | |
---|
| 30 | // Who can have critical attacks? (Note 3) |
---|
| 31 | // (Note that there are some skills that always do critical hit regardless of this) |
---|
| 32 | enable_critical: 1 |
---|
| 33 | |
---|
| 34 | // Critical adjustment rate for non-players (Note 2) |
---|
| 35 | mob_critical_rate: 100 |
---|
| 36 | critical_rate: 100 |
---|
| 37 | |
---|
| 38 | // Should normal attacks give you a walk delay? (Note 3) |
---|
| 39 | // If no, characters can move as soon as they start an attack (attack animation |
---|
| 40 | // or walk animation may be omitted client-side, causing cropped attacks or |
---|
| 41 | // monsters that teleport to you) |
---|
| 42 | // Otherwise, the delay is equal to the 'attack animation' (amotion) |
---|
| 43 | attack_walk_delay: 15 |
---|
| 44 | |
---|
| 45 | // Move-delay adjustment after being hit. (Note 2) |
---|
| 46 | // The 'can't walk' delay after being hit is calculated as a percentage of the damage animation duration. |
---|
| 47 | // NOTE: Only affects the normal delay from a single attack, not the delay added by the multihit_delay option below. |
---|
| 48 | pc_damage_walk_delay_rate: 20 |
---|
| 49 | damage_walk_delay_rate: 100 |
---|
| 50 | |
---|
| 51 | // Move-delay adjustment for multi-hitting attacks. |
---|
| 52 | // When hit by a multi-hitting skill like Lord of Vermillion or Jupitel Thunder, characters will be |
---|
| 53 | // unable to move for an additional "(number of hits -1) * multihit_delay" milliseconds. |
---|
| 54 | // 80 is the setting that feels like Aegis (vs Sonic Blows) |
---|
| 55 | // 230 is the setting that makes walkdelay last until the last hit (vs Jupitel thunder) |
---|
| 56 | multihit_delay: 80 |
---|
| 57 | |
---|
| 58 | // Damaged delay rate for players (Note 2) |
---|
| 59 | // (Setting to no/0 will be like always endure) |
---|
| 60 | player_damage_delay_rate: 100 |
---|
| 61 | |
---|
| 62 | // Should race or element be used to consider someone undead? |
---|
| 63 | // 0 = element undead |
---|
| 64 | // 1 = race undead |
---|
| 65 | // 2 = both (either one works) |
---|
| 66 | undead_detect_type: 0 |
---|
| 67 | |
---|
| 68 | // Does HP recover if hit by an attribute that's same as your own? (Note 1) |
---|
| 69 | attribute_recover: yes |
---|
| 70 | |
---|
| 71 | // What is the minimum and maximum hitrate of normal attacks? |
---|
| 72 | min_hitrate: 5 |
---|
| 73 | max_hitrate: 100 |
---|
| 74 | |
---|
| 75 | // Type of penalty that is applied to FLEE when more than agi_penalty_count monsters are targetting player |
---|
| 76 | // 0 = no penalty is applied |
---|
| 77 | // 1 = agi_penalty_num is reduced from FLEE as a % |
---|
| 78 | // 2 = agi_penalty_num is reduced from FLEE as an exact amount |
---|
| 79 | agi_penalty_type: 1 |
---|
| 80 | |
---|
| 81 | // When agi penalty is enabled, to whom it should apply to? (Note 3) |
---|
| 82 | // By default, only players get the penalty. |
---|
| 83 | agi_penalty_target: 1 |
---|
| 84 | |
---|
| 85 | // Amount of enemies required to be targetting player before FLEE begins to be penalized |
---|
| 86 | agi_penalty_count: 3 |
---|
| 87 | |
---|
| 88 | // Amount of FLEE penalized per each attacking monster more than agi_penalty_count |
---|
| 89 | agi_penalty_num: 10 |
---|
| 90 | |
---|
| 91 | // Type of penalty that is applied to VIT defense when more than vit_penalty_count monsters are targetting player |
---|
| 92 | // 0 = no penalty is applied |
---|
| 93 | // 1 = vit_penalty_num is reduced from FLEE as a % |
---|
| 94 | // 2 = vit_penalty_num is reduced from FLEE as an exact amount |
---|
| 95 | vit_penalty_type: 1 |
---|
| 96 | |
---|
| 97 | // When vit penalty is enabled, to whom it should apply to? (Note 3) |
---|
| 98 | // By default, only players get the penalty. |
---|
| 99 | vit_penalty_target: 1 |
---|
| 100 | |
---|
| 101 | // Amount of enemies required to be targetting player before defense begins to be penalized |
---|
| 102 | vit_penalty_count: 3 |
---|
| 103 | |
---|
| 104 | // Amount of VIT defense penalized per each attacking monster more than vit_penalty_count |
---|
| 105 | vit_penalty_num: 5 |
---|
| 106 | |
---|
| 107 | // Use alternate method of DEF calculation for physical attacks. |
---|
| 108 | // With 0, disabled (use normal def% reduction with further def2 reduction) |
---|
| 109 | // At 1 or more defense is substraction of (DEF* value). |
---|
| 110 | // eg: 10 + 50 def becomes 0 + (10*type + 50) |
---|
| 111 | weapon_defense_type: 0 |
---|
| 112 | |
---|
| 113 | //MDEFsame as above....(MDEF*value) |
---|
| 114 | magic_defense_type: 0 |
---|
| 115 | |
---|
| 116 | // How to count the number of attackers when applying agi penalty ? (choose one) |
---|
| 117 | // 1-: Count every attack attempt (even those that were dodged/lucky-dodged) |
---|
| 118 | // 2 : Count every non-lucky-dodged attack attempt |
---|
| 119 | // 3 : Count only attacks that actually connect |
---|
| 120 | // 4+: None of the above, count will always be 0 |
---|
| 121 | agi_penalty_count_lv: 2 |
---|
| 122 | |
---|
| 123 | // How to count the number of attackers when applying vit penalty ? (choose one) |
---|
| 124 | // 1-: Count every attack attempt (even those that were dodged/lucky-dodged) |
---|
| 125 | // 2 : Count every non-lucky-dodged attack attempt |
---|
| 126 | // 3 : Count only attacks that actually connect |
---|
| 127 | // 4+: None of the above, count will always be 0 |
---|
| 128 | vit_penalty_count_lv: 3 |
---|
| 129 | |
---|
| 130 | // Change attacker's direction to face opponent on every attack? (Note 3) |
---|
| 131 | attack_direction_change: 15 |
---|
| 132 | |
---|
| 133 | // For those who is set, attacks of Neutral element will not get any elemental |
---|
| 134 | // adjustment (100% versus on all defense-elements) (Note 3) |
---|
| 135 | // NOTE: This is the setting that makes it so non-players can hit for full |
---|
| 136 | // damage against Ghost-type targets (eg: Ghostring wearing players). |
---|
| 137 | attack_attr_none: 14 |
---|
| 138 | |
---|
| 139 | // Rate at which equipment can break (base rate before it's modified by any skills) |
---|
| 140 | // 1 = 0.01% chance. Default for official servers: 0 |
---|
| 141 | equip_natural_break_rate: 0 |
---|
| 142 | |
---|
| 143 | // Overall rate of which your own equipment can break. (Note 2) |
---|
| 144 | // This rate affects penalty breaking rate of skills such as power-thrust and your natural breaking rate |
---|
| 145 | // (from equip_natural_break_rate). If a Sage's endow skill fails and this is above 0, the selected char's |
---|
| 146 | // weapon will be broken. |
---|
| 147 | equip_self_break_rate: 100 |
---|
| 148 | |
---|
| 149 | // Overall rate at which you can break target's equipment. (Note 2) |
---|
| 150 | // This affects the behaviour of skills like acid terror and meltdown |
---|
| 151 | equip_skill_break_rate: 100 |
---|
| 152 | |
---|
| 153 | // Do weapon attacks have a attack speed delay before actual damage is applied? (Note 1) |
---|
| 154 | // NOTE: The official setting is yes, even thought it degrades performance a bit. |
---|
| 155 | delay_battle_damage: yes |
---|
| 156 | |
---|
| 157 | // Are arrows/ammo consumed when used on a bow/gun? |
---|
| 158 | // 0 = No |
---|
| 159 | // 1 = Yes |
---|
| 160 | // 2 = Yes even for skills that do not specify arrow consumption when said |
---|
| 161 | // skill is weapon-based and used with ranged weapons (auto-guesses which |
---|
| 162 | // skills should consume ammo when it's acquired via a card or plagiarize) |
---|
| 163 | arrow_decrement: 1 |
---|