From 05e220f3b8c69fc3ed7a420c6fd68b7bccada9f2 Mon Sep 17 00:00:00 2001 From: Komurka Date: Sat, 18 Feb 2006 17:35:05 +0000 Subject: Violy Card fix git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5324 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 7 ++++--- db/item_db.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index 27616a93a..03b5cd83d 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -24,15 +24,16 @@ ========================= -20/18 +02/18 + * Violy Card fix [Komurka] * Updated effects of 585,Brusti, 1263 Unholy Touch, 12133 McDonald's Ice Cone [Lupus] & 12136 Women's Bundle -20/17 +02/17 - Updated skill_unit_db to use range 1 for all mines. The actual splash range is now taken from skill_db. [Skotlex] - Updated some skills who's NK should now be 3. Updated some splash ranges. [Skotlex] -20/16 +02/16 * Added a new column in the skill_db to specify the splash-range/area-of-effect of skills. [Skotlex] 02/14 diff --git a/db/item_db.txt b/db/item_db.txt index 2e3f1c7d5..fc1568f06 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1347,7 +1347,7 @@ 4206,Myst_Case_Card,Myst Case Card,6,,10,10,,,,,,,,769,,,,,{ if(isequipped(4233,4281,4321,4206)==0) bonus2 bAddMonsterDropItem,644,-8; } 4207,Mysteltainn_Card,Mysteltainn Card,6,,10,10,,,,,,,,32,,,,,{ bonus2 bSubSize,0,25; bonus bDef,1; } 4208,Miyabi_Doll_Card,Miyabi Doll Card,6,,10,10,,,,,,,,64,,,,,{ bonus bMaxSPrate,10; bonus2 bSkillAtk,15,5; } -4209,Violy_Card,Violy Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,318,1+4*(getskilllv(318)==5),10; } +4209,Violy_Card,Violy Card,6,,10,10,,,,,,,,136,,,,,{ bonus4 bAutoSpell,318,1+4*(getskilllv(318)==5),10,0; } 4210,Wanderer_Card,Wanderer Card,6,,10,10,,,,,,,,4,,,,,{ if(BaseClass == Job_Thief) bonus bFlee,20; if(isequipped(4172,4257,4230,4272)) goto THIEF_SET; bonus3 bAutoSpell,219,1,10; end; THIEF_SET: bonus bAgi,5; bonus bStr,5; bonus bAspdRate,5; bonus bSpeedRate,5; bonus2 bSPDrainValue,1,0; if(BaseClass == Job_Thief) bonus bNoGemStone,0; } 4211,Vocal_Card,Vocal Card,6,,10,10,,,,,,,,4,,,,,{ bonus bMdef,3; if(isequipped(4021)) bonus bFlee,18; } 4212,Bongun_Card,Bongun Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,5,1,10; bonus2 bAddSkillBlow,5,5; bonus2 bAddDamageByClass,1026,100; } -- cgit v1.2.3-70-g09d2