diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 00:12:39 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 00:12:39 +0000 |
commit | e39929c119a9fcb3be2f8d0da73ebc03bdbeeb20 (patch) | |
tree | 4cf84ac26c6bfd7b2ae167dedecadd53b6a23f66 | |
parent | cc4969c68b5ae8ce4b8fb27aa17faea9fd50b3e3 (diff) | |
download | hercules-e39929c119a9fcb3be2f8d0da73ebc03bdbeeb20.tar.gz hercules-e39929c119a9fcb3be2f8d0da73ebc03bdbeeb20.tar.bz2 hercules-e39929c119a9fcb3be2f8d0da73ebc03bdbeeb20.tar.xz hercules-e39929c119a9fcb3be2f8d0da73ebc03bdbeeb20.zip |
Updated Lady Tanee card
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11391 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 64423c09f..964e3446c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -34,6 +34,7 @@ ======================= 10/10 + * Updated Lady Tanee card [Playtester] * Added a missing item name thanks to rollopop [Playtester] 10/08 * Rev. 11385 Updated several entries in the create arrow database. [L0ne_W0lf] diff --git a/db/item_db.txt b/db/item_db.txt index 972038f89..ad4b30940 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1755,7 +1755,7 @@ 4373,Chung_E_Card,Chung E Card,6,,10,10,,,,,,,,4,,,,,{ bonus bLuk,getrefine()-5; bonus bCritical,getrefine(); },{},{} 4374,Apocalips_H_Card,Vesper Card,6,,10,10,,,,,,,,769,,,,,{ bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,30; },{},{} 4375,Orc_Baby_Card,Orc Baby Card,6,,10,10,,,,,,,,4,,,,,{ if(getrefine()>=9) { bonus2 bSubEle,Ele_Neutral,15; bonus bFlee,15; } else { bonus2 bSubEle,Ele_Neutral,10; bonus bFlee,10; } },{},{} -4376,Lady_Tanee_Card,Lady Tanee Card,6,,10,10,,,,,,,,64,,,,,{ bonus bMaxHPrate,-50; bonus bMaxSPrate,50; bonus2 bAddMonsterDropItem,513,200; bonus2 bAddItemHealRate,513,100; },{},{} +4376,Lady_Tanee_Card,Lady Tanee Card,6,,10,10,,,,,,,,64,,,,,{ bonus bMaxHPrate,-40; bonus bMaxSPrate,50; bonus2 bAddMonsterDropItem,513,200; bonus2 bAddItemHealRate,513,100; },{},{} 4377,Green_Iguana_Card,Green Iguana Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12063,RC_Formless,50; },{},{} 4378,Acidus_Card,Gold Acidus Card,6,,10,10,,,,,,,,64,,,,,{ if(getrefine()<=4) { bonus bMaxHPrate,8; bonus bMaxSPrate,8; bonus bHPrecovRate,5; bonus bSPrecovRate,5; } else { bonus bMaxHPrate,4; bonus bMaxSPrate,4; } },{},{} 4379,Acidus__Card,Blue Acidus Card,6,,10,10,,,,,,,,769,,,,,{ if(getrefine()<=4) { bonus bSPrecovRate,5; bonus bMaxSP,80; } else { bonus bMaxSP,40; } },{},{} |