From 66e4865ef4398014c67057e851456df1261c3c66 Mon Sep 17 00:00:00 2001 From: Komurka Date: Mon, 30 Jan 2006 12:42:30 +0000 Subject: Final (?) Dark Priest Card fix ^^;; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5114 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 4 ++++ db/item_db.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index 8eac1855c..88000ff2b 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -26,6 +26,10 @@ * * * From where this info is? ... Mine: On your death you'll loose this ring and get 50% HP [Komurka] ========================= + +01/30 + * Fixed Dark Priest Card [Komurka] + 01/29 * Updated drops of Vesper [MasterOfMuppets] * Changed the range of NPC_PETRIFYATTACK from 1 to 7 [MasterOfMuppets] diff --git a/db/item_db.txt b/db/item_db.txt index 1e484e130..aa61750aa 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1307,7 +1307,7 @@ 4168,Dark_Lord_Card,Dark Lord Card,6,,10,10,,,,,,,,64,,,,,{ bonus4 bAutoSpellWhenHit,83,5,10,0; if(isequipped(4169)==0) end; bonus bMaxHPrate,20; bonus bMaxSPrate,20; } 4169,Dark_Illusion_Card,Dark Illusion Card,6,,10,10,,,,,,,,769,,,,,{ bonus bMaxHPrate,-10; bonus bMaxSPrate,-10; bonus bCastrate,-10-10*isequipped(4168); } 4170,Dark_Frame_Card,Dark Frame Card,6,,10,10,,,,,,,,16,,,,,{ bonus2 bAddEffWhenHit,Eff_Stone,2000; } -4171,Dark_Priest_Card,Dark Priest Card,6,,10,10,,,,,,,,2,,,,,{ bonus2 bSPVanishRate,50,10; if(BaseJob==Job_Sage) bonus bSPGainValue,1; } +4171,Dark_Priest_Card,Dark Priest Card,6,,10,10,,,,,,,,2,,,,,{ bonus2 bSPVanishRate,50,10; if(BaseJob==Job_Sage || BaseJob==Job_Job_Professor) bonus bSPGainValue,1; } 4172,The_Paper_Card,The Paper Card,6,,10,10,,,,,,,,2,,,,,{ bonus bCritAtkRate,20; bonus2 bSPDrainValue,-1,0; } 4173,Demon_Pungus_Card,Demon Pungus Card,6,,10,10,,,,,,,,16,,,,,{ bonus2 bAddEffWhenHit,Eff_Sleep,2000; } 4174,Deviling_Card,Deviling Card,6,,10,10,,,,,,,,4,,,,,{ bonus2 bSubEle,Ele_Neutral,50; bonus2 bSubEle,Ele_Water,-50; bonus2 bSubEle,Ele_Earth,-50; bonus2 bSubEle,Ele_Fire,-50; bonus2 bSubEle,Ele_Wind,-50; bonus2 bSubEle,Ele_Poison,-50; bonus2 bSubEle,Ele_Holy,-50; bonus2 bSubEle,Ele_Dark,-50; bonus2 bSubEle,Ele_Ghost,-50; bonus2 bSubEle,Ele_Undead,-50; } -- cgit v1.2.3-70-g09d2