diff options
author | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 01:31:56 +0000 |
---|---|---|
committer | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 01:31:56 +0000 |
commit | 3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31 (patch) | |
tree | 792809afc4e651f99ee7c4337626a8f05f067e39 /doc/item_bonus.txt | |
parent | 40766e919fbbfb6315c0d0768d08a8786479260f (diff) | |
download | hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.tar.gz hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.tar.bz2 hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.tar.xz hercules-3ee48d4ab95cff1ab6f8d9d6318b8cdcc85dcc31.zip |
Updated October Fest Cap (5807) bonus. Assumed 2% chance until we get more information. (bugreport:4475)
Updated Shield of Naga (2134) bonus. (bugreport:4379)
Updated Well-Chewed Pencil (5574) bonus. (bugreport:4381)
Updated Parade Hat (5225) bonus. (bugreport:4481)
Removed changes from r15112 / bugreport:4356. (Was a custom iRO bonus.)
Updated Speed Potion drop chance in First Aid Kit. (bugreport:5157)
Fixed item_bonus.txt where x/10000 should be x/100.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15259 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 4dc8f1bcb..c6faa1685 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -122,9 +122,9 @@ bonus bNoGemStone,n; Skills requiring Gemstones do no require them (Hocus Pocu bonus bIntravision,n; Always see Hiding and Cloaking players/mobs (n is meaningless) bonus bHealPower,n; Increase heal amount of all heal skills by n% bonus bHealPower2,n; Increase heal amount if you are healed by any skills by n% -bonus2 bAddEff,e,x; Adds a x/10000 chance to cause effect e to the target when attacking (e.g. x=100 makes 1% chance, x=10000 makes 100% chance, etc) +bonus2 bAddEff,e,x; Adds a x/100 chance to cause effect e to the target when attacking (e.g. x=100 makes 1% chance, x=10000 makes 100% chance, etc) e: Eff_Blind, Eff_Sleep, Eff_Poison, Eff_Freeze, Eff_Silence, Eff_Stun, Eff_Curse, Eff_Confusion, Eff_Stone, Eff_Bleeding -bonus2 bResEff,e,x; Adds a x/10000 tolerance to effect e (e.g. x=100 makes 1% tolerance, x=10000 makes 100% tolerance, etc) +bonus2 bResEff,e,x; Adds a x/100 tolerance to effect e (e.g. x=100 makes 1% tolerance, x=10000 makes 100% tolerance, etc) e: Eff_Blind, Eff_Sleep, Eff_Poison, Eff_Freeze, Eff_Silence, Eff_Stun, Eff_Curse, Eff_Confusion, Eff_Stone, Eff_Bleeding bonus2 bCastrate,n,x; Adjust casting time of skill n by x% (supports skill names) bonus2 bAddSize,n,x; +x% physical damage against size n. @@ -290,14 +290,14 @@ bonus2 bAddMonsterDropItemGroup,n,x; Adds a x/100% chance to get an item of grou If 'x' is negative value, then it's a part of formula chance = -x*(killed_mob_level/10)+1 -bonus3 bAddEff,n,x,y; Adds a x/10000 chance to cause effect n to the target when attacking (e.g. x=100 makes 1% chance, x=10000 makes 100% chance, etc). +bonus3 bAddEff,n,x,y; Adds a x/100 chance to cause effect n to the target when attacking (e.g. x=100 makes 1% chance, x=10000 makes 100% chance, etc). y is the trigger criteria: ATF_SELF: Trigger effect on self. ATF_TARGET: Trigger effect on target (default) ATF_SHORT: Trigger on melee attacks ATF_LONG: Trigger in ranged attacks (default: trigger on all attacks) -bonus3 bAddEffWhenHit,n,x,y; x/10000 chance to cause n state to the enemy when being hit by physical damage. +bonus3 bAddEffWhenHit,n,x,y; x/100 chance to cause n state to the enemy when being hit by physical damage. y is the trigger criteria: ATF_SELF: Trigger effect on self. ATF_TARGET: Trigger effect on target (default) |