diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-21 14:45:16 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-22 12:57:23 +0100 |
commit | 495f56308f9eef6918f337b81c4055e318277627 (patch) | |
tree | c85ec99303f685f8d97f7be92e09319a438e8f66 /world/map | |
parent | 8396666245bc0bb805009f049cde6bec401dd071 (diff) | |
download | serverdata-495f56308f9eef6918f337b81c4055e318277627.tar.gz serverdata-495f56308f9eef6918f337b81c4055e318277627.tar.bz2 serverdata-495f56308f9eef6918f337b81c4055e318277627.tar.xz serverdata-495f56308f9eef6918f337b81c4055e318277627.zip |
Adding new items: Leather Trousers and Wolvern Tooth
Submodule pointer updated.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/db/item_db.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt index 976e013d..057e9fc8 100644 --- a/world/map/db/item_db.txt +++ b/world/map/db/item_db.txt @@ -371,6 +371,8 @@ 855, Sunglasses, Sunglasses, 5, 1000, 500, 10, , 2, , 6, 0, 2, 256, , 0, 0, {}, {} 856, KnitCap, KnitCap, 5, 1000, 500, 50, , 3, , 0, 0, 2, 256, , 0, 0, {}, {} #ID, Name, Label, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +857, LeatherTrousers, Leather Trousers, 5, 1000, 500, 25, , 5, , -4, 0, 2, 1, , 0, 0, {}, {bonus bHit, 2;} +858, WolvernTooth, Wolvern Tooth, 3, 100, 50, 1, , , , , , , , , , , {}, {} // Add new entries above here. For dyed entries,add to the bottom of the 2000s. |