summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-19 14:49:11 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-19 14:49:11 +0300
commita68c61dd5fac6fa8ad00c7eeff37246b134650e5 (patch)
treeb5299f79cc6c88708d7e7c093a697807b2bdadc8 /db
parent8e471c3b0ee432c10253a44e232d20f9e704ab35 (diff)
downloadserverdata-a68c61dd5fac6fa8ad00c7eeff37246b134650e5.tar.gz
serverdata-a68c61dd5fac6fa8ad00c7eeff37246b134650e5.tar.bz2
serverdata-a68c61dd5fac6fa8ad00c7eeff37246b134650e5.tar.xz
serverdata-a68c61dd5fac6fa8ad00c7eeff37246b134650e5.zip
In item_db.conf use constants for item type.
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf108
1 files changed, 54 insertions, 54 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index aa0eaa81..7a6cb64d 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -64,7 +64,7 @@ item_db: (
Id: 502
AegisName: "Bread"
Name: "Bread"
- Type: 0
+ Type: "IT_HEALING"
Buy: 45
Sell: 15
Weight: 25
@@ -93,7 +93,7 @@ item_db: (
Id: 503
AegisName: "Fungus"
Name: "Fungus"
- Type: 0
+ Type: "IT_HEALING"
Buy: 45
Sell: 15
Weight: 8
@@ -122,7 +122,7 @@ item_db: (
Id: 504
AegisName: "Cheese"
Name: "Cheese"
- Type: 0
+ Type: "IT_HEALING"
Buy: 55
Sell: 18
Weight: 3
@@ -151,7 +151,7 @@ item_db: (
Id: 505
AegisName: "PiouLegs"
Name: "Piou Legs"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Sell: 5
Weight: 4
@@ -180,7 +180,7 @@ item_db: (
Id: 506
AegisName: "LettuceLeaf"
Name: "Lettuce Leaf"
- Type: 0
+ Type: "IT_HEALING"
Buy: 30
Sell: 10
Weight: 1
@@ -209,7 +209,7 @@ item_db: (
Id: 507
AegisName: "Piberries"
Name: "Piberries"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Sell: 5
Weight: 2
@@ -238,7 +238,7 @@ item_db: (
Id: 508
AegisName: "SeaDrops"
Name: "Sea Drops"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3
Sell: 1
Weight: 4
@@ -267,7 +267,7 @@ item_db: (
Id: 509
AegisName: "Aquada"
Name: "Aquada"
- Type: 0
+ Type: "IT_HEALING"
Buy: 120
Sell: 40
Weight: 16
@@ -296,7 +296,7 @@ item_db: (
Id: 510
AegisName: "PinkBlobime"
Name: "Pink Blobime"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Sell: 3
Weight: 10
@@ -325,7 +325,7 @@ item_db: (
Id: 512
AegisName: "HalfCroconut"
Name: "Half Croconut"
- Type: 0
+ Type: "IT_HEALING"
Buy: 75
Sell: 25
Weight: 38
@@ -354,7 +354,7 @@ item_db: (
Id: 513
AegisName: "Croconut"
Name: "Croconut"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Sell: 35
Weight: 80
@@ -383,7 +383,7 @@ item_db: (
Id: 514
AegisName: "OldBook"
Name: "Old Book"
- Type: 0
+ Type: "IT_HEALING"
Buy: 30
Sell: 10
Weight: 25
@@ -413,7 +413,7 @@ item_db: (
Id: 515
AegisName: "Plushroom"
Name: "Plushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 42
Sell: 14
Weight: 8
@@ -442,7 +442,7 @@ item_db: (
Id: 516
AegisName: "PumpkinSeeds"
Name: "Pumpkin Seeds"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5
Sell: 2
Weight: 1
@@ -471,7 +471,7 @@ item_db: (
Id: 517
AegisName: "DeliciousCookie"
Name: "Delicious Cookie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30
Sell: 10
Weight: 2
@@ -501,7 +501,7 @@ item_db: (
Id: 700
AegisName: "SmallTentacles"
Name: "Small Tentacles"
- Type: 3
+ Type: "IT_ETC"
Buy: 50
Sell: 16
Weight: 5
@@ -527,7 +527,7 @@ item_db: (
Id: 701
AegisName: "PiouFeathers"
Name: "Piou Feathers"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Sell: 3
Weight: 1
@@ -553,7 +553,7 @@ item_db: (
Id: 702
AegisName: "TortugaShellFragment"
Name: "Tortuga Shell Fragment"
- Type: 3
+ Type: "IT_ETC"
Buy: 25
Sell: 8
Weight: 25
@@ -579,7 +579,7 @@ item_db: (
Id: 703
AegisName: "HalfEggshell"
Name: "Half Eggshell"
- Type: 3
+ Type: "IT_ETC"
Buy: 40
Sell: 13
Weight: 2
@@ -605,7 +605,7 @@ item_db: (
Id: 704
AegisName: "RattoTail"
Name: "Ratto Tail"
- Type: 3
+ Type: "IT_ETC"
Buy: 30
Sell: 10
Weight: 1
@@ -631,7 +631,7 @@ item_db: (
Id: 705
AegisName: "RattoTeeth"
Name: "Ratto Teeth"
- Type: 3
+ Type: "IT_ETC"
Buy: 30
Sell: 10
Weight: 1
@@ -657,7 +657,7 @@ item_db: (
Id: 706
AegisName: "CrocClaw"
Name: "Croc Claw"
- Type: 3
+ Type: "IT_ETC"
Buy: 60
Sell: 20
Weight: 45
@@ -683,7 +683,7 @@ item_db: (
Id: 708
AegisName: "TortugaShell"
Name: "Tortuga Shell"
- Type: 3
+ Type: "IT_ETC"
Buy: 90
Sell: 30
Weight: 95
@@ -709,7 +709,7 @@ item_db: (
Id: 709
AegisName: "TortugaTongue"
Name: "Tortuga Tongue"
- Type: 3
+ Type: "IT_ETC"
Buy: 18
Sell: 6
Weight: 2
@@ -735,7 +735,7 @@ item_db: (
Id: 710
AegisName: "Pearl"
Name: "Pearl"
- Type: 3
+ Type: "IT_ETC"
Buy: 1000
Sell: 200
Weight: 1
@@ -761,7 +761,7 @@ item_db: (
Id: 711
AegisName: "Coral"
Name: "Coral"
- Type: 3
+ Type: "IT_ETC"
Buy: 100
Sell: 35
Weight: 10
@@ -787,7 +787,7 @@ item_db: (
Id: 712
AegisName: "BlueCoral"
Name: "Blue Coral"
- Type: 3
+ Type: "IT_ETC"
Buy: 80
Sell: 27
Weight: 10
@@ -813,7 +813,7 @@ item_db: (
Id: 713
AegisName: "FishBox"
Name: "Fish Box"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 1250
@@ -843,7 +843,7 @@ item_db: (
Id: 714
AegisName: "AquadaBox"
Name: "Aquada Box"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 850
@@ -873,7 +873,7 @@ item_db: (
Id: 715
AegisName: "CroconutBox"
Name: "Croconut Box"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 1400
@@ -903,7 +903,7 @@ item_db: (
Id: 716
AegisName: "PlushroomBox"
Name: "Plushroom Box"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 720
@@ -933,7 +933,7 @@ item_db: (
Id: 717
AegisName: "PoisonedDish"
Name: "Poisoned Dish"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 20
@@ -963,7 +963,7 @@ item_db: (
Id: 718
AegisName: "JohanneKey"
Name: "Johanne Key"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 1
@@ -993,7 +993,7 @@ item_db: (
Id: 719
AegisName: "FouitWing"
Name: "Fouit Wing"
- Type: 3
+ Type: "IT_ETC"
Buy: 10
Sell: 3
Weight: 35
@@ -1019,7 +1019,7 @@ item_db: (
Id: 720
AegisName: "BatTeeth"
Name: "Bat Teeth"
- Type: 3
+ Type: "IT_ETC"
Buy: 10
Sell: 3
Weight: 3
@@ -1045,7 +1045,7 @@ item_db: (
Id: 721
AegisName: "OuftiWing"
Name: "Oufti Wing"
- Type: 3
+ Type: "IT_ETC"
Buy: 10
Sell: 3
Weight: 35
@@ -1071,7 +1071,7 @@ item_db: (
Id: 722
AegisName: "Pumpkin"
Name: "Pumpkin"
- Type: 3
+ Type: "IT_ETC"
Buy: 15
Sell: 5
Weight: 530
@@ -1097,7 +1097,7 @@ item_db: (
Id: 723
AegisName: "MushroomSpores"
Name: "Mushroom Spores"
- Type: 3
+ Type: "IT_ETC"
Buy: 5
Sell: 1
Weight: 1
@@ -1123,7 +1123,7 @@ item_db: (
Id: 724
AegisName: "Moss"
Name: "Moss"
- Type: 3
+ Type: "IT_ETC"
Buy: 2
Sell: 1
Weight: 2
@@ -1149,7 +1149,7 @@ item_db: (
Id: 725
AegisName: "Tentacles"
Name: "Tentacles"
- Type: 3
+ Type: "IT_ETC"
Buy: 100
Sell: 30
Weight: 8
@@ -1175,7 +1175,7 @@ item_db: (
Id: 1300
AegisName: "CreasedShirt"
Name: "Creased Shirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 70
Sell: 18
Weight: 17
@@ -1201,7 +1201,7 @@ item_db: (
Id: 1800
AegisName: "LousyMoccasins"
Name: "Lousy Moccasins"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 600
Sell: 180
Weight: 18
@@ -1227,7 +1227,7 @@ item_db: (
Id: 2000
AegisName: "Armbands"
Name: "Armbands"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 400
Sell: 120
Weight: 8
@@ -1253,7 +1253,7 @@ item_db: (
Id: 2200
AegisName: "CreasedShorts"
Name: "Creased Shorts"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 60
Sell: 15
Weight: 20
@@ -1279,7 +1279,7 @@ item_db: (
Id: 2201
AegisName: "BrownTrousers"
Name: "Brown Trousers"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1200
Sell: 250
Weight: 35
@@ -1305,7 +1305,7 @@ item_db: (
Id: 2900
AegisName: "Bandana"
Name: "Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 950
Sell: 220
Weight: 4
@@ -1331,7 +1331,7 @@ item_db: (
Id: 2901
AegisName: "PumpkinHat"
Name: "Pumpkin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 320
Sell: 100
Weight: 50
@@ -1357,7 +1357,7 @@ item_db: (
Id: 2902
AegisName: "FancyHat"
Name: "Fancy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 320
Sell: 100
Weight: 11
@@ -1383,7 +1383,7 @@ item_db: (
Id: 2903
AegisName: "BrimmedHat"
Name: "Brimmed Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Sell: 240
Weight: 20
@@ -1409,7 +1409,7 @@ item_db: (
Id: 2904
AegisName: "BrimmedFeatherHat"
Name: "Brimmed Feather Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1600
Sell: 300
Weight: 23
@@ -1435,7 +1435,7 @@ item_db: (
Id: 2905
AegisName: "BrimmedFlowerHat"
Name: "Brimmed Flower Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1600
Sell: 300
Weight: 22
@@ -1461,7 +1461,7 @@ item_db: (
Id: 3500
AegisName: "Knife"
Name: "Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 90
Sell: 25
Weight: 6
@@ -1487,7 +1487,7 @@ item_db: (
Id: 3501
AegisName: "PiouSlayer"
Name: "Piou Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1100
Sell: 300
Weight: 26
@@ -1513,7 +1513,7 @@ item_db: (
Id: 4000
AegisName: "Piou egg"
Name: "Piou egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 200
KeepAfterUse: true
Script: <"