item_bonus.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. //eAthena Items Scripting Manual
  2. skill n,x; skill n of level x
  3. bonus bStr,n; STR + n
  4. bonus bAgi,n; AGI + n
  5. bonus bVit,n; VIT + n
  6. bonus bInt,n; INT + n
  7. bonus bDex,n; DEX + n
  8. bonus bLuk,n; LUK + n
  9. bonus bAllStats,n; STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
  10. bonus bMaxHP,n; MAXHP + n
  11. bonus bMaxSP,n; MAXSP + n
  12. bonus bMaxHPrate,n; MAXHP + n%
  13. bonus bMaxSPrate,n; MAXSP + n%
  14. bonus bAtk,n; ATK + n
  15. bonus bAtk2,n; ATK2 + n
  16. bonus bAtkRate attack power + n%
  17. bonus bBaseAtk,n; Basic attack power + n
  18. bonus bMatk,n; Magical attack power 1 + n and magical attack power 2 + n
  19. bonus bMatk1,n; Magical attack power 1 + n
  20. bonus bMatk2,n; Magical attack power 2 + n
  21. bonus bMatkRate,n; Magical attack power + n%
  22. bonus bMdef,n; Magical defensive power + n
  23. bonus bDef,n; DEF + n
  24. bonus bHit,n; On-target hit power + n
  25. bonus bCritical,n; Critical + n
  26. bonus bCriticalRate,n; Critical ratio + n%
  27. bonus bFlee,n; Evasion power + n
  28. bonus bFlee2,n; Perfection evasion + n
  29. bonus bSpeed,n; Drift speed + n
  30. bonus bAspd,n; Attack speed + n
  31. bonus bSpeedRate,n; Drift speed + n% (just high ones application)
  32. bonus bAspdRate,n; Attack speed + n% (just high ones application)
  33. bonus bSpeedAddRate drift speed + n%
  34. bonus bAspdAddRate attack speed + n%
  35. bonus bAtkRange,n; Attack Range + n
  36. bonus bCastrate,n; Cast rate + n%
  37. bonus bUseSPrate,n; SP consumption + n%
  38. bonus bHPrecovRate,n; HP automatic recovery ratio + n% (you exclude the recovery with skill)
  39. bonus bSPrecovRate,n; SP automatic recovery ratio + n% (you exclude the recovery with skill)
  40. bonus bDoubleRate,n; attack probability n% (with weapon disregard just high ones application)
  41. bonus bDoubleAddRate,n; Double attack probability + n% (weapon disregard)
  42. bonus bPerfectHitRate,n; On-target impact attack probability n% (just high ones application)
  43. bonus bPerfectHitAddRate,n; On-target impact attack probability +n%
  44. bonus bGetZenyNum,n; When pushing down the monster with physical attack, rand () ゼニ of %n+1 is obtained, (as for n just high ones application)
  45. bonus bAddGetZenyNum,n; When pushing down the monster with physical attack, rand () ゼニ of %n+1 is obtained, (n is done +)
  46. bonus bCriticalDef,n; Critical 喰 and others the trap it is, probability + n%
  47. bonus bNearAtkDef,n; The damage of short-range attack n% reduction (magic and the trap, the 鷹 is excluded)
  48. bonus bLongAtkDef,n; damage of stand off attack n% reduction (magic and the trap, the 鷹 is excluded)
  49. bonus bMagicAtkDef the damage of magical attack n% reduction
  50. bonus bMiscAtkDef MISC attack (the trap and ?) the damage n% reduction
  51. bonus bIgnoreDefRace,n Defense disregard of enemy of n race
  52. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than (normal monster) boss monster
  53. bonus bIgnoreDefEle,n; Defense disregard of enemy of n attribute
  54. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  55. bonus bIgnoreMDefRace n race the magical defensive power disregard damage
  56. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  57. bonus bIgnoreMDefEle n attribute the magical defensive power disregard damage
  58. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  59. bonus bDefRatioAtkRace,n; n race if defensive power is high the high extent big damage is given, (defense disregard)
  60. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  61. bonus bDefRatioAtkEle,n; n attribute if defensive power is high the high extent big damage is given, (defense disregard)
  62. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  63. bonus bAtkEle,n; Attack with element n
  64. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  65. bonus bDefEle,n; Guard against element n
  66. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  67. bonus bHitRate,n; on-target hit ratio +n%
  68. bonus bFleeRate,n; evasion ratio +n%
  69. bonus bFlee2Rate,n; complete evasion ratio +n%
  70. bonus bDefRate,n; earned-run average +n% (equipment)
  71. bonus bDef2Rate,n; earned-run average +n% (those due to vit)
  72. bonus bMdefRate,n; magical earned-run average +n% (equipment)
  73. bonus bMdef2Rate,n; magical earned-run average +n% (those due to int)
  74. bonus bSplashRange n; damage is given to the peripheral n cell of the target with usual weapon attack, if (as for n just high ones application, 1 if the 3*3, 2 the 5*5)
  75. bonus bSplashAddRange n; damage is given to the peripheral n cell of the target with usual weapon attack, (range + n)
  76. bonus bInfiniteEndure,n; Unlimited Endure (n is meaningless)
  77. bonus bRestartFullRecover,n; When reviving, HP and SP all recoveries (non mind there is no n)
  78. bonus bNoCastCancel,n; The casting is not cancelled (non mind there is no n)
  79. bonus bNoCastCancel2,n; The casting is not cancelled (is not cancelled even with GVG, n is meaningless)
  80. bonus bNoSizeFix,n; The attack revision with the size of the monster is not received, (non mind there is no n)
  81. bonus bNoWeaponDamage,n; The damage is not received to physical attack, (non mind there is no n)
  82. bonus bNoMagicDamage,n; The damage is not received to magic, (including also the heel, non mind there is no n)
  83. bonus bNoGemStone,n; When using skill, the gemstone is not consumed (non mind there is no n)
  84. bonus2 bAddEff,Eff_Blind,n; With the establishment of n% dark grant
  85. bonus2 bAddEff,Eff_Sleep,n; With the establishment of n% sleep grant
  86. bonus2 bAddEff,Eff_Poison,n; With the establishment of n% poison grant
  87. bonus2 bAddEff,Eff_Freeze,n; With the establishment of n% freezing grant
  88. bonus2 bAddEff,Eff_Silence,n; With the establishment of n% silence grant
  89. bonus2 bAddEff,Eff_Stan,n; With the establishment of n% stun grant
  90. bonus2 bAddEff,Eff_Curse,n; You curse with the establishment of n%, grant
  91. bonus2 bAddEff,Eff_Confusion,n; With the establishment of n% confusion grant
  92. bonus2 bAddEff,Eff_Stone,n; With the establishment of n% petrochemical grant
  93. bonus2 bResEff,Eff_Blind,n; Dark tolerance + n%
  94. bonus2 bResEff,Eff_Sleep,n; Sleep tolerance + n%
  95. bonus2 bResEff,Eff_Poison,n; Poison tolerance + n%
  96. bonus2 bResEff,Eff_Freeze,n; Freezing tolerance + n%
  97. bonus2 bResEff,Eff_Silence,n; Silence tolerance + n%
  98. bonus2 bResEff,Eff_Stan,n; Stun tolerance + n%
  99. bonus2 bResEff,Eff_Curse,n; Cursing tolerance + n%
  100. bonus2 bResEff,Eff_Confusion,n; Confusion tolerance + n%
  101. bonus2 bResEff,Eff_Stone,n; Petrochemical tolerance + n%
  102. bonus2 bAddSize,n,x; In n size the damage addition of x%
  103. 0,Small size 1,Medium size 2,Large size
  104. bonus2 bAddRace,n,x; In n race the damage addition of x%
  105. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  106. bonus2 bSubRace,n,x; Damage x% reduction from n race
  107. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  108. bonus2 bMagicAddRace,n,x; In n race the damage addition of x% (only magical attack)
  109. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  110. bonus2 bMagicSubRace,n,x; Magical damage x% reduction from n race
  111. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  112. bonus2 bAddEle,n,x; In n attribute the damage addition of x%
  113. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  114. bonus2 bMagicAddEle,n,x; In n attribute the damage addition of x% (only magical attack)
  115. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  116. bonus2 bSubEle,n,x; Damage x% reduction from n attribute
  117. 0,Nothing 1,Water 2,Earth 3,Fire 4,Wind 5,Poison 6,Saint 7,Darkness 8,Sense 9,Immortality
  118. bonus2 bAddDamageClass,n,x; In monster of class n the damage addition of x% (only physical attack), in case of prayer in n occupation the damage addition of x%
  119. bonus2 bAddMagicDamageClass,n,x; In monster of class n in case of the magical damage addition and prayer of x% in n occupation the magical damage addition of x%
  120. bonus2 bAddDefClass,n,x; In monster of class n the damage reduction of x% (only physical attack), in case of prayer in n occupation the damage reduction of x%
  121. bonus2 bAddMDefClass,n,x; In monster of class n in case of the magical damage reduction and prayer of x% in n occupation the magical damage reduction of x%
  122. bonus2 bHPDrainRate,n,x; it obtained to the enemy -- ? ME ? JI -- n % probability -- x % -- HP -- absorption (+ n and x are carried out)
  123. bonus2 bSPDrainRate,n,x; it obtained to the enemy -- ? ME ? JI -- n % probability -- x % -- SP -- absorption (+ n and x are carried out)
  124. bonus3 bAddMonsterDropItem,n,x; When pushing down the monster with physical attack, the probability which drops item n +x% (the item which the monster drops unrelated ones)
  125. 0,Intangibility 1,Immortality 2,Animal 3,Plant 4,Insect 5,Fish and shellfish 6,Demon 7,Human 8,Angel 9,Dragon family 10:Boss monster 11:Other than boss monster (normal monster)
  126. bonus3 bAutoSpell,n,x,y; Auto Spell casting of spell n at level x with y% chance
  127. // bAddDamageClass, bAddMagicDamageClass and bAddMonsterDropItem it is setting possible up to 10. Those which exceed 10 are ignored.
  128. // those which can be used with the arrow are only bCritical, bAtkEle, bHit, bAddEle, bAddRace, bAddSize and bAddEff. The other things are ignored.
  129. //---- 2/15 new card effects ----
  130. bonus bCritAtkRate,n; Increase critical damage by +n%
  131. bonus bNoRegen,n; Stops regeneration for n.
  132. n: 1=HP, 2=SP
  133. bonus bUnstripable,n; Armor cannot be taken off via Strip skills
  134. bonus bSPGainValue,n; When killing a monster by physical attack
  135. gain n amount of sp
  136. bonus bHPGainValue,n; When killing a monster by physical attack
  137. gain n amount of hp
  138. bonus bIgnoreDefMob,n; Ignore monster's DEF when attacking.
  139. n:0=All normal monsters, except Bosses
  140. 1=All monsters
  141. bonus bDamageWhenUnequip,n; Lose n HP when the item is unequipped
  142. bonus2 bCriticalAddRace,n,x; Increase critical + n vs. enemies of type x
  143. bonus2 bHPLossRate,n,x; Lose n amount of hp every x amount of time
  144. bonus2 bAddEffWhenHit,n,x; n% chance to cause x state to the enemy when
  145. being hit by physical close range damage
  146. bonus2 bSkillAtk,n,x; Increase damage of skill n by x%
  147. bonus2 bAddDamageByClass,n,x; When being hit by monster of class n increase
  148. damage taken by x%
  149. bonus2 bAddRace2,n,x; Increase damage by x% vs. enemies of race n
  150. (Check db/mob_race2_db.txt)
  151. bonus2 bSubSize,n,x; Damage x% reduction from n size
  152. n:0=Small 1=Medium 2=Large
  153. bonus3 bHPLossRate,n,x,y; Lose n amount of hp every x amount of time
  154. y:0=Don't show damage 1=Show damage
  155. bonus3 bAutoSpellWhenHit,x,y,n; n% chance to cast skill x of level y when
  156. being hit by physical close range damage
  157. bonus3 bSPDrainRate,n,x,y; When attacking there is a n% chance to either
  158. gain SP equivalent to x% of damage dealt, OR
  159. drain the amount of sp from the enemy.
  160. y:0=gain sp 1:drain enemy sp
  161. bonus3 bSPDrainValue,n,x,y; When attacking there is a n% chance to either
  162. gain x SP, OR drain the amount of sp from the
  163. enemy. y:0=gain sp 1:drain enemy sp
  164. (Note: setting x to -1 or below will reduce
  165. YOUR sp)
  166. bonus4 bAutoSpellWhenHit,x,y,n,i; n% chance to cast skill x of level y when
  167. being hit by physical close range damage
  168. i:0=cast on self 1=cast on enemy