diff options
author | mekolat <mekolat@gmail.com> | 2015-01-23 13:13:01 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-23 13:14:36 -0600 |
commit | a67b5d4259bbb2aed84960ec94cb82b0d8545df8 (patch) | |
tree | 3f17ec01dd8a0a3cad400e40d48bb11f49e279df /world/map/db/item_db_foot.txt | |
parent | 55e35ac07238292d6b97a5173b87c908cc18f719 (diff) | |
download | serverdata-a67b5d4259bbb2aed84960ec94cb82b0d8545df8.tar.gz serverdata-a67b5d4259bbb2aed84960ec94cb82b0d8545df8.tar.bz2 serverdata-a67b5d4259bbb2aed84960ec94cb82b0d8545df8.tar.xz serverdata-a67b5d4259bbb2aed84960ec94cb82b0d8545df8.zip |
Base Price Changes for items to display better in shops
Diffstat (limited to 'world/map/db/item_db_foot.txt')
-rw-r--r-- | world/map/db/item_db_foot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/item_db_foot.txt b/world/map/db/item_db_foot.txt index e86be1c2..5d0537dc 100644 --- a/world/map/db/item_db_foot.txt +++ b/world/map/db/item_db_foot.txt @@ -1,6 +1,6 @@ // Name and Label MUST NOT exceed 23 characters (as marked) //ID, Name___________________, Label__________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -528, Boots, Boots, 5, 8000, 500, 80, 0, 2, 0, -2, 0, 2, 64, 0, 0, 0, {}, {} +528, Boots, Boots, 5, 2000, 500, 80, 0, 2, 0, -2, 0, 2, 64, 0, 0, 0, {}, {} 655, FurBoots, Fur Boots, 5, 5000, 600, 50, 0, 3, 0, -3, 0, 2, 64, 0, 0, 0, {}, {} 734, BlackBoots, Black Boots, 5, 20000, 3000, 25, 0, 3, 0, -10, 0, 2, 64, 0, 0, 0, {}, {} 735, CottonBoots, Cotton Boots, 5, 2000, 500, 10, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} |