battle.conf 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. // Which unit types should get a walk delay from normal attacks? (Note 3)
  23. // The delay is equal to the 'attack animation' (amotion). The client already blocks
  24. // sending movement requests during this time, so for client-controlled characters
  25. // this setting is mainly a safety mechanism against client edits.
  26. // Monsters are usually unaffected by this as their AI is inactive during their attack
  27. // animation unless you customize their AI (see monster_ai 0x2000 in monster.conf)
  28. attack_walk_delay: 0
  29. // Move-delay adjustment after being hit. (Note 2)
  30. // The 'can't walk' delay after being hit is calculated as a percentage of the damage animation duration.
  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. // Please note that skills that deal more than 10 hits are only considered as 2-hit-skills.
  37. // Official: 200
  38. // Legacy Athena: 80
  39. multihit_delay: 200
  40. // Damaged delay rate for players (Note 2)
  41. // This affects the damage delay that is sent to the client and is the base value for the walk delay.
  42. player_damage_delay_rate: 100
  43. // Always have endure? (Note 3)
  44. // The unit types defined here cannot be stopped by damage.
  45. // Please note that criticals can't be displayed on targets with endure due to a client limitation.
  46. // That means this setting makes it impossible to display critical hits on these unit types.
  47. infinite_endure: 0
  48. // Should race or element be used to consider someone undead?
  49. // 0 = element undead
  50. // 1 = race undead
  51. // 2 = both (either one works)
  52. undead_detect_type: 0
  53. // Does HP recover if hit by an attribute that's same as your own? (Note 1)
  54. attribute_recover: no
  55. // What is the minimum and maximum hitrate of normal attacks?
  56. min_hitrate: 5
  57. max_hitrate: 100
  58. // Type of penalty that is applied to FLEE when more than agi_penalty_count monsters are targetting player
  59. // 0 = no penalty is applied
  60. // 1 = agi_penalty_num is reduced from FLEE as a %
  61. // 2 = agi_penalty_num is reduced from FLEE as an exact amount
  62. agi_penalty_type: 1
  63. // When agi penalty is enabled, to whom it should apply to? (Note 3)
  64. // By default, only players get the penalty.
  65. agi_penalty_target: 1
  66. // Amount of enemies required to be targetting player before FLEE begins to be penalized
  67. agi_penalty_count: 3
  68. // Amount of FLEE penalized per each attacking monster more than agi_penalty_count
  69. agi_penalty_num: 10
  70. // Type of penalty that is applied to both equipment and vit DEF when more than vit_penalty_count monsters are targetting player
  71. // 0 = no penalty is applied
  72. // 1 = vit_penalty_num is reduced from DEF as a %
  73. // 2 = vit_penalty_num is reduced from DEF as an exact amount
  74. vit_penalty_type: 1
  75. // When vit penalty is enabled, to whom it should apply to? (Note 3)
  76. // By default, only players get the penalty.
  77. vit_penalty_target: 1
  78. // Amount of enemies required to be targetting player before defense begins to be penalized
  79. vit_penalty_count: 3
  80. // Amount of VIT defense penalized per each attacking monster more than vit_penalty_count
  81. vit_penalty_num: 5
  82. // Use alternate method of DEF calculation for physical attacks.
  83. // With 0, disabled (use normal def% reduction with further def2 reduction)
  84. // At 1 or more defense is subtraction of (DEF * value).
  85. // eg: 10 + 50 def becomes 0 + (10*type + 50)
  86. weapon_defense_type: 0
  87. // MDEF‚ same as above. (MDEF * value)
  88. magic_defense_type: 0
  89. // Change attacker's direction to face opponent on every attack? (Note 3)
  90. // NOTE: On official servers knockback of some skills like Firewall is always based on the
  91. // last direction walked. Even when attacking in a completely different direction, the
  92. // knockback direction won't change, so e.g. if you walk north and then attack an enemy to
  93. // the south you will still be knocked back to the south by Firewall. Immobile monsters
  94. // will always be knocked back to the south as their default direction is north.
  95. attack_direction_change: 0
  96. // For those who is set, their innate attack element is "not elemental"
  97. // (100% versus on all defense-elements) (Note 3)
  98. // NOTE: This is the setting that makes it so non-players can hit for full
  99. // damage against Ghost-type targets with normal attacks (eg: vs. Ghostring).
  100. attack_attr_none: 14
  101. // Rate at which equipment can break (base rate before it's modified by any skills)
  102. // 1 = 0.01% chance. Default for official servers: 0
  103. equip_natural_break_rate: 0
  104. // Overall rate of which your own equipment can break. (Note 2)
  105. // This rate affects penalty breaking rate of skills such as power-thrust and your natural breaking rate
  106. // (from equip_natural_break_rate). If a Sage's endow skill fails and this is above 0, the selected char's
  107. // weapon will be broken.
  108. equip_self_break_rate: 100
  109. // Overall rate at which you can break target's equipment. (Note 2)
  110. // This affects the behaviour of skills like acid terror and meltdown
  111. equip_skill_break_rate: 100
  112. // Should damage have a delay before it is applied? (Note 1)
  113. // Some skills might not have a delay by default regardless of this setting.
  114. // The official setting is yes, even thought it degrades performance a bit.
  115. delay_battle_damage: yes
  116. // Should the damage timing be synchronized between the client and server? (Note 1)
  117. // This is not official behavior, but it should remove the position lag after being hit by a monster.
  118. // This setting only affects normal monster attacks and takes priority over "delay_battle_damage".
  119. // Many skills show their damage immediately, so setting "delay_battle_damage" to "no" at the same
  120. // time might improve the experience further, but will not work for all skills.
  121. // Tired of Dark Illusion hitting you 5 seconds too late? Then turn this on.
  122. synchronize_damage: no
  123. // Are arrows/ammo consumed when used on a bow/gun?
  124. // 0 = No
  125. // 1 = Yes
  126. // 2 = Yes even for skills that do not specify arrow consumption when said
  127. // skill is weapon-based and used with ranged weapons (auto-guesses which
  128. // skills should consume ammo when it's acquired via a card or plagiarize)
  129. arrow_decrement: 1
  130. // Should ammo be unequipped when unequipping a weapon?
  131. // Official behavior is "yes".
  132. ammo_unequip: yes
  133. // Should a suitable weapon be equipped when equipping ammo?
  134. // Official behavior is "yes".
  135. ammo_check_weapon: yes
  136. // Should the item script bonus 'Autospell' check for range/obstacles before casting?
  137. // Official behavior is "no", setting this to "yes" will make skills use their defined
  138. // range. For example, Sonic Blow requires a 2 cell distance before autocasting is allowed.
  139. // This setting also affects autospellwhenhit.
  140. autospell_check_range: no
  141. // If both the attacker and the target are on the same tile, should the target be knocked back to the left?
  142. // Official behavior is "yes", setting this to "no" will knock the target back behind the attacker.
  143. knockback_left: yes
  144. // Can players use Falcons and Wargs at the same time? (Note 1)
  145. // This is not allowed on official servers.
  146. warg_can_falcon: no
  147. // Should the target be able of dodging damage by snapping away to the edge of the screen?
  148. // Official behavior is "no"
  149. snap_dodge: no
  150. // Grant player skills/items the ability to "break" non-player equipment. (Note 1)
  151. // This will effectively apply the strip equip effect to the non-player target.
  152. // NOTE: WS_MELTDOWN is exempt from this check when disabled.
  153. // Official: no
  154. break_mob_equip: no