summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-09-11 09:57:47 +0200
committerKess Vargavind <vargavind@gmail.com>2009-09-11 23:44:37 +0200
commitb76cd0c834051afd3d87571f839c139aa152de97 (patch)
treea0a26f2041c3101abb13a7e2d99cb662ad84832a /db
parent532164d771c2bc602c0ac437e88666e59d934b67 (diff)
downloadserverdata-b76cd0c834051afd3d87571f839c139aa152de97.tar.gz
serverdata-b76cd0c834051afd3d87571f839c139aa152de97.tar.bz2
serverdata-b76cd0c834051afd3d87571f839c139aa152de97.tar.xz
serverdata-b76cd0c834051afd3d87571f839c139aa152de97.zip
Made functions in item_db more transparent
Diffstat (limited to 'db')
-rw-r--r--db/const.txt2
-rw-r--r--db/item_db.txt8
2 files changed, 6 insertions, 4 deletions
diff --git a/db/const.txt b/db/const.txt
index 091de1b6..512e4894 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -153,6 +153,8 @@ cDarkGreen 9
sc_poison 132
sc_slowpoison 14
+sc_raiseattackspeed0 37
+sc_raiseattackstrength 185
// Marriage-related
WEDDING_FEE 100
diff --git a/db/item_db.txt b/db/item_db.txt
index 80ffeb1d..088750b1 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -66,8 +66,8 @@
564, TurtleneckSweater, Turtleneck Sweater, 5, 2000, 1000, 10, , 6, , -18, 0, 2, 512, , 0, 0, {}, {}
565, Petal, Petal, 0, 50, 25, 10, , , , , , 2, , , 0, , { itemheal 50, 0; }, {}
566, SmallMushroom, Small Mushroom, 0, 50, 25, 10, , , , , , 2, , , 0, , { itemheal 50, 0; }, {}
-567, IronPotion, Iron Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start 185, 60, 60; }, {}
-568, ConcentrationPotion, Concentration Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start 37, 60, 30; }, {}
+567, IronPotion, Iron Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackstrength, 60, 60; }, {}
+568, ConcentrationPotion, Concentration Potion, 0, 500, 250, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackspeed0, 60, 30; }, {}
569, RawLog, Raw Log, 3, 20, 10, 10, , , , , , , , , , , {}, {}
570, BoneKnife, Bone Knife, 4, 10000, 6000, 120, 115, , 1, , 0, 2, 2, 1, 1, 1, {}, {}
571, Setzer, Setzer, 4, 20000, 8000, 80, 110, , 1, , 0, 2, 2, 1, 1, 3, {}, {}
@@ -225,8 +225,8 @@
741, CottonGloves, Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 2, 4, , 0, 0, {}, {}
742, FourLeafClover, Four-Leaf Clover, 5, 10000, 5000, 1, , , , 5, 0, 2, 8, , 0, 0, {}, { bonus bLuk, 1; }
743, Acorn, Acorn, 0, 50, 10, 1, , , , , , 2, , , 0, , { itemheal 3, 0; }, {}
-744, DilutedConcentrationPotion, Diluted Concentration Potion, 0, 250, 100, 10, , , , , , 2, , , 0, , { sc_start 37, 30, 20; }, {}
-745, DarkConcentrationPotion, Dark Concentration Potion, 0, 50, 25, 10, , , , , , 2, , , 0, , { sc_start 37, 10, 40; sc_start sc_poison, 1, 50;}, {}
+744, DilutedConcentrationPotion, Diluted Concentration Potion, 0, 250, 100, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackspeed0, 30, 20; }, {}
+745, DarkConcentrationPotion, Dark Concentration Potion, 0, 50, 25, 10, , , , , , 2, , , 0, , { sc_start sc_raiseattackspeed0, 10, 40; sc_start sc_poison, 1, 50;}, {}
746, MopoxCurePotion, Mopox Cure Potion, 3, 0, 0, 5, , , , , , 2, , , , , {}, {}
747, LacedChocolateCake, Laced Chocolate Cake, 0, 550, 125, 10, , , , , , 2, , , 0, , { itemheal 11, 0; }, {}
748, LacedOrangeCupcake, Laced Orange Cupcake, 0, 90, 45, 5, , , , , , 2, , , 0, , { itemheal 100, 0; }, {}