diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 14:40:18 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 14:40:18 +0000 |
commit | 12c3321ecb0c5dd8c883a4d68b8caed8c6f04b37 (patch) | |
tree | 07b60c2ecb9288d3d43058fa21bb51c5ee934686 | |
parent | cc7c9762f3a13019b3748a5455e50040dd821816 (diff) | |
download | hercules-12c3321ecb0c5dd8c883a4d68b8caed8c6f04b37.tar.gz hercules-12c3321ecb0c5dd8c883a4d68b8caed8c6f04b37.tar.bz2 hercules-12c3321ecb0c5dd8c883a4d68b8caed8c6f04b37.tar.xz hercules-12c3321ecb0c5dd8c883a4d68b8caed8c6f04b37.zip |
Adjusted autocast chance of Amon Ra card
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8050 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index a7e4ca42f..da63214e9 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ =========================
08/02
+ * Adjusted autocast chance of Amon Ra card [Playtester]
* Adjusted autocast of Dark Lord and Stormy Knight card [Playtester]
* Reduced overrefine bonus of level 4 weapons to 13 [Playtester]
* Added the new items and fixed selling price of Dark Mask [Playtester]
diff --git a/db/item_db.txt b/db/item_db.txt index 43dfc6aed..105b42061 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1398,7 +1398,7 @@ 4233,Baby_Leopard_Card,Baby Leopard Card,6,,10,10,,,,,,,,16,,,,,{ bonus bLuk,3; if(BaseClass == Job_Merchant) bonus bUnbreakableArmor,0; },{},{}
4234,Anolian_Card,Anolian Card,6,,10,10,,,,,,,,16,,,,,{ bonus4 bAutoSpellWhenHit,45,1+9*(getskilllv(45)==10),30,0; },{},{}
4235,Christmas_Cookie_Card,Christmas Cookie Card,6,,10,10,,,,,,,,64,,,,,{ bonus2 bSubRace,RC_Angel,-20; bonus2 bExpAddRace,RC_Angel,10; },{},{}
-4236,Amon_Ra_Card,Amon Ra Card,6,,10,10,,,,,,,,64,,,,,{ bonus bAllStats,1; bonus4 bAutoSpellWhenHit,73,10,(30+70*(readparam(bInt)>=99)),0; },{},{}
+4236,Amon_Ra_Card,Amon Ra Card,6,,10,10,,,,,,,,64,,,,,{ bonus bAllStats,1; bonus4 bAutoSpellWhenHit,73,10,(10+10*(readparam(bInt)>=99)),0; },{},{}
4237,Owl_Duke_Card,Owl Duke Card,6,,10,10,,,,,,,,136,,,,,{ bonus4 bAutoSpell,66,3,30,0; if(isequipped(4238)) bonus3 bAutoSpell,20,5,20; },{},{}
4238,Owl_Baron_Card,Owl Baron Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,78,1,30; },{},{}
4239,Iron_Fist_Card,Iron Fist Card,6,,10,10,,,,,,,,64,,,,,{ bonus2 bSubRace,RC_Formless,-20; bonus2 bExpAddRace,RC_Formless,10; },{},{}
|