diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-05-31 02:38:53 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-05-31 02:38:53 +0100 |
commit | a68d8ea18d16f3500aacf39c003740414e28d0ad (patch) | |
tree | 62549e9deb59387e380ab93c5895b1b88885f4ab | |
parent | 6fe9cd766ab6abc6bab6fc9ddd60e5e73cce1588 (diff) | |
download | serverdata-a68d8ea18d16f3500aacf39c003740414e28d0ad.tar.gz serverdata-a68d8ea18d16f3500aacf39c003740414e28d0ad.tar.bz2 serverdata-a68d8ea18d16f3500aacf39c003740414e28d0ad.tar.xz serverdata-a68d8ea18d16f3500aacf39c003740414e28d0ad.zip |
Add Impositio effect on the plushroom.
-rw-r--r-- | db/const.txt | 3 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt index e78bbdb9..7a81307f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -158,12 +158,11 @@ cNone 11 sc_poison 132 sc_slowpoison 14 -sc_raiseattackspeed0 37 -sc_raiseattackstrength 185 sc_berserk 107 sc_barrier 146 sc_magnificat 20 sc_windwalk 116 +sc_impositio 15 // Attack bonus (time in ms) // Wedding Related WEDDING_FEE 100 diff --git a/db/item_db.txt b/db/item_db.txt index b738b670..da145cf5 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -14,7 +14,7 @@ 512, HalfCroconut, Half Croconut, 0, 0, 112, 28, 55, , , , , , 2, , , 0, , 0, {itemheal rand(65,90), 0;}, {} {} 513, Croconut, Croconut, 0, 0, 30, 8, 100, , , , , , 2, , , 0, , 0, {doevent "Croconut::OnUse";}, {} {} 514, OldBook, Old Book, 0, 2, 300, 75, 25, , , , , , 2, , , 0, , 0, {doevent "OldBook::OnUse";}, {} {} -515, Plushroom, Plushroom, 0, 0, 20, 4, 8, , , , , , 2, , , 0, , 0, {itemheal rand(20,30), 0;}, {} {} +515, Plushroom, Plushroom, 0, 0, 20, 4, 8, , , , , , 2, , , 0, , 0, {sc_start sc_impositio, 60000, 1; itemheal rand(20,30), 0;}, {} {} 516, PumpkinSeeds, Pumpkin Seeds, 0, 0, 8, 2, 1, , , , , , 2, , , 0, , 0, {callfunc "usePoison", 4, 1;}, {} {} 517, DeliciousCookie, Delicious Cookie, 0, 0, 1, 1000, 2, , , , , , 2, , , 0, , 0, {itemheal 0, 0;}, {} {} 700, SmallTentacles, Small Tentacles, 0, 3, 80, 20, 5, , , , , , , , , , , 0, {}, {} {} |