summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-22 04:10:11 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-22 04:10:11 +0000
commit109aa6d17a5b976f131dc75f9b90a0e65e15c4b3 (patch)
treee66fc9fa019b70f2853551ece5cb57832983829c
parentad1577785f80e7d22abcca109f77a0a6ed0d8e8e (diff)
downloadhercules-109aa6d17a5b976f131dc75f9b90a0e65e15c4b3.tar.gz
hercules-109aa6d17a5b976f131dc75f9b90a0e65e15c4b3.tar.bz2
hercules-109aa6d17a5b976f131dc75f9b90a0e65e15c4b3.tar.xz
hercules-109aa6d17a5b976f131dc75f9b90a0e65e15c4b3.zip
Poison Bottle now reduces SP to 0 as well.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10602 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--db/Changelog.txt2
-rw-r--r--db/item_db.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index b04fae1d8..529ee5f89 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -48,6 +48,8 @@
13107 Western_Outlaw Need correct HIT and ASPD Rate
----
========================
+05/22
+ * Rev. 10602 Poison Bottle now reduces SP to 0 as well. [L0ne_W0lf]
05/20
* Chase Walk's casting time is now 1200ms [Playtester]
- also fixed movement speed of Sword Master
diff --git a/db/item_db.txt b/db/item_db.txt
index dda7b7976..688815f05 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -170,7 +170,7 @@
675,Silver_Coin,Silver Coin,2,5000,,40,,,,,0xFFFFFFFF,7,3,,,,,,{},{},{}
676,Silver_Coin_Moneybag,Bag of Silver Coins,2,50000,,400,,,,,0xFFFFFFFF,7,3,,,,,,{},{},{}
677,White_Gold_Coin,Platinum Coin,2,2000,,40,,,,,0xFFFFFFFF,7,3,,,,,,{},{},{}
-678,Poison_Bottle,Poison Bottle,0,5000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ if(Class == Job_Assassin_Cross) { sc_start SC_DPoison,60000,0; sc_start SC_ASPDPOTION3,60000,0; } else percentheal -100,0; },{},{}
+678,Poison_Bottle,Poison Bottle,0,5000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ if(Class == Job_Assassin_Cross) { sc_start SC_DPoison,60000,0; sc_start SC_ASPDPOTION3,60000,0; } else percentheal -100,-100; },{},{}
679,Gold_Pill,Pilule,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 50,50; },{},{}
680,Magical_Carnation,Magic Carnation,0,,0,1000,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 0,20; },{},{}
681,Memory_Of_Wedding,Sweet Memory of Marriage,2,50000,,10,,,,,0xFFFFFFFF,7,3,,,,,,{},{},{}