diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-01 16:06:43 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-01 16:06:43 +0000 |
commit | 9ce3f1915b5aff6a7186c72ded3a0de47aedaec5 (patch) | |
tree | e2272b87a7a5392d23ccc3adf7839d208bfbfaaf /doc/item_bonus.txt | |
parent | 11aa43448a18e4334f6ddc89711d15f73273484d (diff) | |
download | hercules-9ce3f1915b5aff6a7186c72ded3a0de47aedaec5.tar.gz hercules-9ce3f1915b5aff6a7186c72ded3a0de47aedaec5.tar.bz2 hercules-9ce3f1915b5aff6a7186c72ded3a0de47aedaec5.tar.xz hercules-9ce3f1915b5aff6a7186c72ded3a0de47aedaec5.zip |
* Added EggBoy and EggGirl scripts
- also small fixes to Aspd and Speed bonus
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10108 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 0db7d9331..cd7b2640e 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -37,11 +37,10 @@ bonus bFleeRate,n; Flee +n% bonus bFlee2,n; Lucky Flee + n bonus bFlee2Rate,n; Lucky Flee + n% bonus bSpeed,n; Moving speed + n -bonus bAspd,n; Attack speed + n bonus bSpeedRate,n; Moving speed + n% (only the highest among all is applied) -bonus bAspdRate,n; Attack speed + n% (only the highest among all is applied) -bonus bSpeedAddRate Moving speed + n% -bonus bAspdAddRate Attack speed + n% +bonus bSpeedAddRate,n; Moving speed + n% +bonus bAspd,n; Attack speed + n +bonus bAspdRate,n; Attack speed + n% bonus bAtkRange,n; Attack range + n bonus bCastrate,n; Skill casting time rate + n% bonus bUseSPrate,n; SP consumption + n% |