battle.conf 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. //--------------------------------------------------------------
  2. // rAthena Battle Configuration File
  3. // Originally Translated by Peter Kieser <pfak@telus.net>
  4. // Made in to plainer English by Ancyker
  5. //--------------------------------------------------------------
  6. // Note 1: Value is a config switch (on/off, yes/no or 1/0)
  7. // Note 2: Value is in percents (100 means 100%)
  8. // Note 3: Value is a bit field. If no description is given,
  9. // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary, 128: NPC, 512: Elemental)
  10. //--------------------------------------------------------------
  11. // Who should have a baseatk value (makes str affect damage)? (Note 3)
  12. enable_baseatk: 0x9
  13. enable_baseatk_renewal: 0x29F
  14. // Who can have perfect flee? (Note 3)
  15. enable_perfect_flee: 1
  16. // Who can have critical attacks? (Note 3)
  17. // (Note that there are some skills that always do critical hit regardless of this)
  18. enable_critical: 17
  19. // Critical adjustment rate for non-players (Note 2)
  20. mob_critical_rate: 100
  21. critical_rate: 100
  22. // Should normal attacks give you a walk delay? (Note 3)
  23. // If no, characters can move as soon as they start an attack (attack animation
  24. // or walk animation may be omitted client-side, causing cropped attacks or
  25. // monsters that teleport to you)
  26. // Otherwise, the delay is equal to the 'attack animation' (amotion)
  27. attack_walk_delay: 15
  28. // Move-delay adjustment after being hit. (Note 2)
  29. // The 'can't walk' delay after being hit is calculated as a percentage of the damage animation duration.
  30. // NOTE: Only affects the normal delay from a single attack, not the delay added by the multihit_delay option below.
  31. pc_damage_walk_delay_rate: 20
  32. damage_walk_delay_rate: 100
  33. // Move-delay adjustment for multi-hitting attacks.
  34. // When hit by a multi-hitting skill like Lord of Vermillion or Jupitel Thunder, characters will be
  35. // unable to move for an additional "(number of hits -1) * multihit_delay" milliseconds.
  36. // 80 is the setting that feels like Aegis (vs Sonic Blows)
  37. // 230 is the setting that makes walkdelay last until the last hit (vs Jupitel thunder)
  38. multihit_delay: 80
  39. // Damaged delay rate for players (Note 2)
  40. // (Setting to no/0 will be like always endure)
  41. player_damage_delay_rate: 100
  42. // Should race or element be used to consider someone undead?
  43. // 0 = element undead
  44. // 1 = race undead
  45. // 2 = both (either one works)
  46. undead_detect_type: 0
  47. // Does HP recover if hit by an attribute that's same as your own? (Note 1)
  48. attribute_recover: no
  49. // What is the minimum and maximum hitrate of normal attacks?
  50. min_hitrate: 5
  51. max_hitrate: 100
  52. // Type of penalty that is applied to FLEE when more than agi_penalty_count monsters are targetting player
  53. // 0 = no penalty is applied
  54. // 1 = agi_penalty_num is reduced from FLEE as a %
  55. // 2 = agi_penalty_num is reduced from FLEE as an exact amount
  56. agi_penalty_type: 1
  57. // When agi penalty is enabled, to whom it should apply to? (Note 3)
  58. // By default, only players get the penalty.
  59. agi_penalty_target: 1
  60. // Amount of enemies required to be targetting player before FLEE begins to be penalized
  61. agi_penalty_count: 3
  62. // Amount of FLEE penalized per each attacking monster more than agi_penalty_count
  63. agi_penalty_num: 10
  64. // Type of penalty that is applied to both equipment and vit DEF when more than vit_penalty_count monsters are targetting player
  65. // 0 = no penalty is applied
  66. // 1 = vit_penalty_num is reduced from DEF as a %
  67. // 2 = vit_penalty_num is reduced from DEF as an exact amount
  68. vit_penalty_type: 1
  69. // When vit penalty is enabled, to whom it should apply to? (Note 3)
  70. // By default, only players get the penalty.
  71. vit_penalty_target: 1
  72. // Amount of enemies required to be targetting player before defense begins to be penalized
  73. vit_penalty_count: 3
  74. // Amount of VIT defense penalized per each attacking monster more than vit_penalty_count
  75. vit_penalty_num: 5
  76. // Use alternate method of DEF calculation for physical attacks.
  77. // With 0, disabled (use normal def% reduction with further def2 reduction)
  78. // At 1 or more defense is subtraction of (DEF * value).
  79. // eg: 10 + 50 def becomes 0 + (10*type + 50)
  80. weapon_defense_type: 0
  81. // MDEF‚ same as above. (MDEF * value)
  82. magic_defense_type: 0
  83. // Change attacker's direction to face opponent on every attack? (Note 3)
  84. // NOTE: On official servers knockback of some skills like Firewall is always based on the
  85. // last direction walked. Even when attacking in a completely different direction, the
  86. // knockback direction won't change, so e.g. if you walk north and then attack an enemy to
  87. // the south you will still be knocked back to the south by Firewall. Immobile monsters
  88. // will always be knocked back to the south as their default direction is north.
  89. attack_direction_change: 0
  90. // For those who is set, their innate attack element is "not elemental"
  91. // (100% versus on all defense-elements) (Note 3)
  92. // NOTE: This is the setting that makes it so non-players can hit for full
  93. // damage against Ghost-type targets with normal attacks (eg: vs. Ghostring).
  94. attack_attr_none: 14
  95. // Rate at which equipment can break (base rate before it's modified by any skills)
  96. // 1 = 0.01% chance. Default for official servers: 0
  97. equip_natural_break_rate: 0
  98. // Overall rate of which your own equipment can break. (Note 2)
  99. // This rate affects penalty breaking rate of skills such as power-thrust and your natural breaking rate
  100. // (from equip_natural_break_rate). If a Sage's endow skill fails and this is above 0, the selected char's
  101. // weapon will be broken.
  102. equip_self_break_rate: 100
  103. // Overall rate at which you can break target's equipment. (Note 2)
  104. // This affects the behaviour of skills like acid terror and meltdown
  105. equip_skill_break_rate: 100
  106. // Should damage have a delay before it is applied? (Note 1)
  107. // Some skills might not have a delay by default regardless of this setting.
  108. // The official setting is yes, even thought it degrades performance a bit.
  109. delay_battle_damage: yes
  110. // Should the damage timing be synchronized between the client and server? (Note 1)
  111. // This is not official behavior, but it should remove the position lag after being hit by a monster.
  112. // This setting only affects normal monster attacks and takes priority over "delay_battle_damage".
  113. // Many skills show their damage immediately, so setting "delay_battle_damage" to "no" at the same
  114. // time might improve the experience further, but will not work for all skills.
  115. // Tired of Dark Illusion hitting you 5 seconds too late? Then turn this on.
  116. synchronize_damage: no
  117. // Are arrows/ammo consumed when used on a bow/gun?
  118. // 0 = No
  119. // 1 = Yes
  120. // 2 = Yes even for skills that do not specify arrow consumption when said
  121. // skill is weapon-based and used with ranged weapons (auto-guesses which
  122. // skills should consume ammo when it's acquired via a card or plagiarize)
  123. arrow_decrement: 1
  124. // Should ammo be unequipped when unequipping a weapon?
  125. // Official behavior is "yes".
  126. ammo_unequip: yes
  127. // Should a suitable weapon be equipped when equipping ammo?
  128. // Official behavior is "yes".
  129. ammo_check_weapon: yes
  130. // Should the item script bonus 'Autospell' check for range/obstacles before casting?
  131. // Official behavior is "no", setting this to "yes" will make skills use their defined
  132. // range. For example, Sonic Blow requires a 2 cell distance before autocasting is allowed.
  133. // This setting also affects autospellwhenhit.
  134. autospell_check_range: no
  135. // If both the attacker and the target are on the same tile, should the target be knocked back to the left?
  136. // Official behavior is "yes", setting this to "no" will knock the target back behind the attacker.
  137. knockback_left: yes
  138. // Can players use Falcons and Wargs at the same time? (Note 1)
  139. // This is not allowed on official servers.
  140. warg_can_falcon: no
  141. // Should the target be able of dodging damage by snapping away to the edge of the screen?
  142. // Official behavior is "no"
  143. snap_dodge: no
  144. // Grant player skills/items the ability to "break" non-player equipment. (Note 1)
  145. // This will effectively apply the strip equip effect to the non-player target.
  146. // NOTE: WS_MELTDOWN is exempt from this check when disabled.
  147. // Official: no
  148. break_mob_equip: no