summaryrefslogtreecommitdiff
path: root/db/pre-re
diff options
context:
space:
mode:
authorAtlantisRO <atlas@atlantis-ro.net>2017-03-16 14:32:12 -0700
committerHaru <haru@dotalux.com>2017-09-17 17:48:19 +0200
commit146e86ef5ea21541fbc4ca7920060e0b2bdc4f4d (patch)
treeb6adddf840babf8c4af2cec790a1a447d44845af /db/pre-re
parent4099aa8d91bc72b92b3f57047ffd1593e7de7555 (diff)
downloadhercules-146e86ef5ea21541fbc4ca7920060e0b2bdc4f4d.tar.gz
hercules-146e86ef5ea21541fbc4ca7920060e0b2bdc4f4d.tar.bz2
hercules-146e86ef5ea21541fbc4ca7920060e0b2bdc4f4d.tar.xz
hercules-146e86ef5ea21541fbc4ca7920060e0b2bdc4f4d.zip
Replaced Number 0 in Type for Constant "IT_HEALING" on item_db.conf
Signed-off-by: Ragno <ragno@atlantis-ro.net>
Diffstat (limited to 'db/pre-re')
-rw-r--r--db/pre-re/item_db.conf586
1 files changed, 293 insertions, 293 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index d4ae22c32..4ba97b245 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -37,7 +37,7 @@ item_db: (
AegisName: "Aegis_Name" (string)
Name: "Item Name" (string)
// ================ Optional fields ===============================
- Type: Item Type (int, defaults to 3 = etc item)
+ Type: Item Type (string, defaults to "IT_ETC")
Buy: Buy Price (int, defaults to Sell * 2)
Sell: Sell Price (int, defaults to Buy / 2)
Weight: Item Weight (int, defaults to 0)
@@ -127,7 +127,7 @@ item_db: (
Id: 501
AegisName: "Red_Potion"
Name: "Red Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 50
Weight: 70
Script: <" itemheal rand(45,65),0; ">
@@ -136,7 +136,7 @@ item_db: (
Id: 502
AegisName: "Orange_Potion"
Name: "Orange Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 100
Script: <" itemheal rand(105,145),0; ">
@@ -145,7 +145,7 @@ item_db: (
Id: 503
AegisName: "Yellow_Potion"
Name: "Yellow Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 550
Weight: 130
Script: <" itemheal rand(175,235),0; ">
@@ -154,7 +154,7 @@ item_db: (
Id: 504
AegisName: "White_Potion"
Name: "White Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 150
Script: <" itemheal rand(325,405),0; ">
@@ -163,7 +163,7 @@ item_db: (
Id: 505
AegisName: "Blue_Potion"
Name: "Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 150
Script: <" itemheal 0,rand(40,60); ">
@@ -172,7 +172,7 @@ item_db: (
Id: 506
AegisName: "Green_Potion"
Name: "Green Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40
Weight: 70
BuyingStore: true
@@ -187,7 +187,7 @@ item_db: (
Id: 507
AegisName: "Red_Herb"
Name: "Red Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 18
Weight: 30
BuyingStore: true
@@ -197,7 +197,7 @@ item_db: (
Id: 508
AegisName: "Yellow_Herb"
Name: "Yellow Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40
Weight: 50
BuyingStore: true
@@ -207,7 +207,7 @@ item_db: (
Id: 509
AegisName: "White_Herb"
Name: "White Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 120
Weight: 70
BuyingStore: true
@@ -217,7 +217,7 @@ item_db: (
Id: 510
AegisName: "Blue_Herb"
Name: "Blue Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60
Weight: 70
BuyingStore: true
@@ -227,7 +227,7 @@ item_db: (
Id: 511
AegisName: "Green_Herb"
Name: "Green Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 30
BuyingStore: true
@@ -237,7 +237,7 @@ item_db: (
Id: 512
AegisName: "Apple"
Name: "Apple"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -247,7 +247,7 @@ item_db: (
Id: 513
AegisName: "Banana"
Name: "Banana"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -257,7 +257,7 @@ item_db: (
Id: 514
AegisName: "Grape"
Name: "Grape"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 20
BuyingStore: true
@@ -267,7 +267,7 @@ item_db: (
Id: 515
AegisName: "Carrot"
Name: "Carrot"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -277,7 +277,7 @@ item_db: (
Id: 516
AegisName: "Sweet_Potato"
Name: "Potato"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -287,7 +287,7 @@ item_db: (
Id: 517
AegisName: "Meat"
Name: "Meat"
- Type: 0
+ Type: "IT_HEALING"
Buy: 50
Weight: 150
BuyingStore: true
@@ -297,7 +297,7 @@ item_db: (
Id: 518
AegisName: "Honey"
Name: "Honey"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
BuyingStore: true
@@ -307,7 +307,7 @@ item_db: (
Id: 519
AegisName: "Milk"
Name: "Milk"
- Type: 0
+ Type: "IT_HEALING"
Buy: 25
Weight: 30
BuyingStore: true
@@ -317,7 +317,7 @@ item_db: (
Id: 520
AegisName: "Leaflet_Of_Hinal"
Name: "Hinalle Leaflet"
- Type: 0
+ Type: "IT_HEALING"
Buy: 150
Weight: 10
BuyingStore: true
@@ -327,7 +327,7 @@ item_db: (
Id: 521
AegisName: "Leaflet_Of_Aloe"
Name: "Aloe Leaflet"
- Type: 0
+ Type: "IT_HEALING"
Buy: 360
Weight: 20
BuyingStore: true
@@ -337,7 +337,7 @@ item_db: (
Id: 522
AegisName: "Fruit_Of_Mastela"
Name: "Mastela Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8500
Weight: 30
BuyingStore: true
@@ -347,7 +347,7 @@ item_db: (
Id: 523
AegisName: "Holy_Water"
Name: "Holy Water"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
BuyingStore: true
@@ -357,7 +357,7 @@ item_db: (
Id: 525
AegisName: "Panacea"
Name: "Panacea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
BuyingStore: true
@@ -374,7 +374,7 @@ item_db: (
Id: 526
AegisName: "Royal_Jelly"
Name: "Royal Jelly"
- Type: 0
+ Type: "IT_HEALING"
Buy: 7000
Weight: 150
BuyingStore: true
@@ -392,7 +392,7 @@ item_db: (
Id: 528
AegisName: "Monsters_Feed"
Name: "Monster's Feed"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60
Weight: 150
BuyingStore: true
@@ -402,7 +402,7 @@ item_db: (
Id: 529
AegisName: "Candy"
Name: "Candy"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 30
BuyingStore: true
@@ -412,7 +412,7 @@ item_db: (
Id: 530
AegisName: "Candy_Striper"
Name: "Candy Cane"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -422,7 +422,7 @@ item_db: (
Id: 531
AegisName: "Apple_Juice"
Name: "Apple Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -432,7 +432,7 @@ item_db: (
Id: 532
AegisName: "Banana_Juice"
Name: "Banana Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -442,7 +442,7 @@ item_db: (
Id: 533
AegisName: "Grape_Juice"
Name: "Grape Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 250
Weight: 40
BuyingStore: true
@@ -452,7 +452,7 @@ item_db: (
Id: 534
AegisName: "Carrot_Juice"
Name: "Carrot Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -462,7 +462,7 @@ item_db: (
Id: 535
AegisName: "Pumpkin"
Name: "Pumpkin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -472,7 +472,7 @@ item_db: (
Id: 536
AegisName: "Ice_Cream"
Name: "Ice Cream"
- Type: 0
+ Type: "IT_HEALING"
Buy: 150
Weight: 80
BuyingStore: true
@@ -485,7 +485,7 @@ item_db: (
Id: 537
AegisName: "Pet_Food"
Name: "Pet Food"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -495,7 +495,7 @@ item_db: (
Id: 538
AegisName: "Well_Baked_Cookie"
Name: "Well-baked Cookie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1000
Weight: 30
BuyingStore: true
@@ -505,7 +505,7 @@ item_db: (
Id: 539
AegisName: "Piece_Of_Cake"
Name: "Piece of Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3000
Weight: 100
BuyingStore: true
@@ -515,7 +515,7 @@ item_db: (
Id: 540
AegisName: "Falcons_Feed"
Name: "Falcon Food"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 50
Script: <" itemheal rand(185,225),0; ">
@@ -524,7 +524,7 @@ item_db: (
Id: 541
AegisName: "Pecopecos_Feed"
Name: "PecoPeco Food"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3000
Weight: 50
Script: <" itemheal rand(325,405),0; ">
@@ -534,7 +534,7 @@ item_db: (
Id: 542
AegisName: "Festive_Cookie"
Name: "Festival Cookie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
Script: <" itemheal rand(325,405),0; ">
@@ -545,7 +545,7 @@ item_db: (
Id: 543
AegisName: "Festive_Rainbow_Cake"
Name: "Festival Rainbow Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
Script: <" itemheal rand(325,405),0; ">
@@ -555,7 +555,7 @@ item_db: (
Id: 544
AegisName: "Fish_Slice"
Name: "Raw Fish"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
BuyingStore: true
@@ -565,7 +565,7 @@ item_db: (
Id: 545
AegisName: "Red_Slim_Potion"
Name: "Condensed Red Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 150
Weight: 20
Script: <" itemheal rand(45,65),0; ">
@@ -574,7 +574,7 @@ item_db: (
Id: 546
AegisName: "Yellow_Slim_Potion"
Name: "Condensed Yellow Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 600
Weight: 30
Script: <" itemheal rand(175,235),0; ">
@@ -583,7 +583,7 @@ item_db: (
Id: 547
AegisName: "White_Slim_Potion"
Name: "Condensed White Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1650
Weight: 50
Script: <" itemheal rand(325,405),0; ">
@@ -592,7 +592,7 @@ item_db: (
Id: 548
AegisName: "Cheese"
Name: "Cheese"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2800
Weight: 50
BuyingStore: true
@@ -602,7 +602,7 @@ item_db: (
Id: 549
AegisName: "Nice_Sweet_Potato"
Name: "Yam"
- Type: 0
+ Type: "IT_HEALING"
Buy: 180
Weight: 80
BuyingStore: true
@@ -615,7 +615,7 @@ item_db: (
Id: 550
AegisName: "Popped_Rice"
Name: "Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
BuyingStore: true
@@ -625,7 +625,7 @@ item_db: (
Id: 551
AegisName: "Shusi"
Name: "Sushi"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 50
BuyingStore: true
@@ -635,7 +635,7 @@ item_db: (
Id: 552
AegisName: "KETUPAT"
Name: "Ketupat"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 10
Script: <" itemheal rand(70,90),rand(20,30); ">
@@ -644,7 +644,7 @@ item_db: (
Id: 553
AegisName: "Bun"
Name: "Bao"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 50
BuyingStore: true
@@ -654,7 +654,7 @@ item_db: (
Id: 554
AegisName: "Mojji"
Name: "Mochi"
- Type: 0
+ Type: "IT_HEALING"
Buy: 400
Weight: 80
Script: <"
@@ -667,7 +667,7 @@ item_db: (
Id: 555
AegisName: "Rice_Cake"
Name: "Traditional Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Weight: 20
Script: <" itemheal rand(105,145),0; ">
@@ -676,7 +676,7 @@ item_db: (
Id: 556
AegisName: "Long_Rice_Cake"
Name: "Rice Cake Stick"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
Script: <" itemheal rand(20,25),0; ">
@@ -685,7 +685,7 @@ item_db: (
Id: 557
AegisName: "Hash_Rice_Cake"
Name: "Neatly Sliced Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
Script: <" itemheal rand(25,30),0; ">
@@ -694,7 +694,7 @@ item_db: (
Id: 558
AegisName: "Chocolate"
Name: "Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 20
Script: <" itemheal 1,1; ">
@@ -703,7 +703,7 @@ item_db: (
Id: 559
AegisName: "HandMade_Chocolate"
Name: "Hand-made Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -712,7 +712,7 @@ item_db: (
Id: 560
AegisName: "HandMade_Chocolate_"
Name: "Handmade White Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 80
Script: <" itemheal 50,50; ">
@@ -721,7 +721,7 @@ item_db: (
Id: 561
AegisName: "White_Chocolate"
Name: "White Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 80
Script: <" itemheal 50,50; ">
@@ -730,7 +730,7 @@ item_db: (
Id: 562
AegisName: "Pizza"
Name: "Doublecrust Swiss Fondue"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Weight: 150
Script: <" itemheal rand(70,100),0; ">
@@ -739,7 +739,7 @@ item_db: (
Id: 563
AegisName: "Pizza_01"
Name: "Doublecrust Swiss Fondue"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 150
Script: <" itemheal rand(375,445),0; ">
@@ -748,7 +748,7 @@ item_db: (
Id: 564
AegisName: "Rice_Ball"
Name: "Rice Ball"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 30
BuyingStore: true
@@ -758,7 +758,7 @@ item_db: (
Id: 565
AegisName: "Vita500_Bottle"
Name: "Vita500"
- Type: 0
+ Type: "IT_HEALING"
Buy: 580
Weight: 100
Script: <" itemheal rand(142,274),0; ">
@@ -767,7 +767,7 @@ item_db: (
Id: 566
AegisName: "Tomyumkung"
Name: "Tom Yum Goong"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 150
BuyingStore: true
@@ -785,7 +785,7 @@ item_db: (
Id: 567
AegisName: "Prawn"
Name: "Shrimp"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 40
BuyingStore: true
@@ -795,7 +795,7 @@ item_db: (
Id: 568
AegisName: "Lemon"
Name: "Lemon"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60
Weight: 40
BuyingStore: true
@@ -805,7 +805,7 @@ item_db: (
Id: 569
AegisName: "Novice_Potion"
Name: "Novice Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
BuyingStore: true
Script: <" itemheal rand(22,33),0; ">
@@ -814,7 +814,7 @@ item_db: (
Id: 570
AegisName: "Lucky_Candy"
Name: "Lucky Candy"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 30
BuyingStore: true
@@ -824,7 +824,7 @@ item_db: (
Id: 571
AegisName: "Lucky_Candy_Cane"
Name: "Lucky Candy Cane"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -834,7 +834,7 @@ item_db: (
Id: 572
AegisName: "Lucky_Cookie"
Name: "Lucky Cookie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1000
Weight: 30
BuyingStore: true
@@ -844,7 +844,7 @@ item_db: (
Id: 573
AegisName: "Chocolate_Drink"
Name: "Chocolate Drink"
- Type: 0
+ Type: "IT_HEALING"
Buy: 7000
Weight: 150
Script: <"
@@ -861,7 +861,7 @@ item_db: (
Id: 574
AegisName: "Egg"
Name: "Egg"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
BuyingStore: true
@@ -871,7 +871,7 @@ item_db: (
Id: 575
AegisName: "Piece_Of_Cake_"
Name: "2nd Anniversary Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 100
Script: <" itemheal rand(270,330),0; ">
@@ -880,7 +880,7 @@ item_db: (
Id: 576
AegisName: "Prickly_Fruit"
Name: "Prickly Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 540
Weight: 60
BuyingStore: true
@@ -890,7 +890,7 @@ item_db: (
Id: 577
AegisName: "Grain"
Name: "Bag of Grain"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 20
BuyingStore: true
@@ -900,7 +900,7 @@ item_db: (
Id: 578
AegisName: "Strawberry"
Name: "Strawberry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 20
BuyingStore: true
@@ -910,7 +910,7 @@ item_db: (
Id: 579
AegisName: "Delicious_Fish"
Name: "Fresh Fish"
- Type: 0
+ Type: "IT_HEALING"
Buy: 250
Weight: 20
BuyingStore: true
@@ -920,7 +920,7 @@ item_db: (
Id: 580
AegisName: "Bread"
Name: "Bread"
- Type: 0
+ Type: "IT_HEALING"
Buy: 150
Weight: 20
BuyingStore: true
@@ -930,7 +930,7 @@ item_db: (
Id: 581
AegisName: "Mushroom"
Name: "Edible Mushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40
Weight: 20
BuyingStore: true
@@ -940,7 +940,7 @@ item_db: (
Id: 582
AegisName: "Orange"
Name: "Orange"
- Type: 0
+ Type: "IT_HEALING"
Buy: 300
Weight: 20
BuyingStore: true
@@ -950,7 +950,7 @@ item_db: (
Id: 583
AegisName: "KETUPAT_"
Name: "Ketupat Sayur"
- Type: 0
+ Type: "IT_HEALING"
Buy: 7000
Weight: 150
Script: <"
@@ -967,7 +967,7 @@ item_db: (
Id: 584
AegisName: "Fish_Ball_Soup"
Name: "Fish Cake Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Weight: 60
BuyingStore: true
@@ -977,7 +977,7 @@ item_db: (
Id: 585
AegisName: "Wurst"
Name: "Wurst"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 40
Script: <" itemheal rand(15,20),0; ">
@@ -986,7 +986,7 @@ item_db: (
Id: 586
AegisName: "Mothers_Cake"
Name: "Mother's Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" itemheal rand(325,405),0; ">
@@ -995,7 +995,7 @@ item_db: (
Id: 587
AegisName: "Prickly_Fruit_"
Name: "Red Prickly Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 880
Weight: 60
BuyingStore: true
@@ -1005,7 +1005,7 @@ item_db: (
Id: 588
AegisName: "Spaghetti"
Name: "Spaghetti"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Weight: 100
Script: <" itemheal rand(40,70),0; ">
@@ -1014,7 +1014,7 @@ item_db: (
Id: 589
AegisName: "Pizza_02"
Name: "Pizza"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 150
Script: <" itemheal rand(375,445),0; ">
@@ -1023,7 +1023,7 @@ item_db: (
Id: 590
AegisName: "Brezel_"
Name: "Pretzel"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Script: <" itemheal rand(50,90),0; ">
@@ -1032,7 +1032,7 @@ item_db: (
Id: 591
AegisName: "Caviar_Pancake"
Name: "Caviar Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1049,7 +1049,7 @@ item_db: (
Id: 592
AegisName: "Jam_Pancake"
Name: "Jam Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1066,7 +1066,7 @@ item_db: (
Id: 593
AegisName: "Honey_Pancake"
Name: "Honey Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1083,7 +1083,7 @@ item_db: (
Id: 594
AegisName: "Sour_Cream_Pancake"
Name: "Sour-Cream Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1100,7 +1100,7 @@ item_db: (
Id: 595
AegisName: "Mushroom_Pancake"
Name: "Mushroom Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1117,7 +1117,7 @@ item_db: (
Id: 596
AegisName: "Cute_Strawberry_Choco"
Name: "Cute Strawberry-Choco"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" itemheal 0,rand(1,100); ">
@@ -1126,7 +1126,7 @@ item_db: (
Id: 597
AegisName: "Lovely_Choco_Tart"
Name: "Lovely Choco-Tart"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" itemheal rand(10,400),0; ">
@@ -1135,7 +1135,7 @@ item_db: (
Id: 598
AegisName: "Light_Red_Pot"
Name: "Light Red Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 50
Weight: 10
Script: <" itemheal rand(45,65),0; ">
@@ -1144,7 +1144,7 @@ item_db: (
Id: 599
AegisName: "Light_Orange_Pot"
Name: "Light Orange Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 10
Script: <" itemheal rand(105,145),0; ">
@@ -1221,7 +1221,7 @@ item_db: (
Id: 607
AegisName: "Yggdrasilberry"
Name: "Yggdrasil Berry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 300
BuyingStore: true
@@ -1231,7 +1231,7 @@ item_db: (
Id: 608
AegisName: "Seed_Of_Yggdrasil"
Name: "Yggdrasil Seed"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 300
BuyingStore: true
@@ -1806,7 +1806,7 @@ item_db: (
Id: 663
AegisName: "Korea_Rice_Cake"
Name: "Korean Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 10
BuyingStore: true
@@ -1865,7 +1865,7 @@ item_db: (
Id: 669
AegisName: "Rice_Cake_Soup"
Name: "Tempting Rice-Cake Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
BuyingStore: true
@@ -1984,7 +1984,7 @@ item_db: (
Id: 680
AegisName: "Magical_Carnation"
Name: "Magic Carnation"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
Script: <" percentheal 0,20; ">
},
@@ -2033,7 +2033,7 @@ item_db: (
Id: 685
AegisName: "RAMADAN"
Name: "Ramadan"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 300
Script: <" percentheal 100,50; ">
@@ -66864,7 +66864,7 @@ item_db: (
Id: 11500
AegisName: "Light_Yellow_Pot"
Name: "Light Yellow Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 550
Weight: 10
Script: <" itemheal rand(175,235),0; ">
@@ -66873,7 +66873,7 @@ item_db: (
Id: 11501
AegisName: "Light_White_Pot"
Name: "Light White Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 10
Script: <" itemheal rand(325,405),0; ">
@@ -66882,7 +66882,7 @@ item_db: (
Id: 11502
AegisName: "Light_Blue_Pot"
Name: "Light Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 10
Script: <" itemheal 0,rand(40,60); ">
@@ -66891,7 +66891,7 @@ item_db: (
Id: 11503
AegisName: "Siege_White_Potion"
Name: "WoE White Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
Trade: {
nodrop: true
@@ -66908,7 +66908,7 @@ item_db: (
Id: 11504
AegisName: "Siege_Blue_Potion"
Name: "WoE Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
Trade: {
nodrop: true
@@ -66925,7 +66925,7 @@ item_db: (
Id: 11505
AegisName: "Iris"
Name: "Iris"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Trade: {
nodrop: true
@@ -66943,7 +66943,7 @@ item_db: (
Id: 11506
AegisName: "Fanta_Orange"
Name: "Fanta Orange"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -66952,7 +66952,7 @@ item_db: (
Id: 11507
AegisName: "Fanta_Grape"
Name: "Fanta Grape"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -66961,7 +66961,7 @@ item_db: (
Id: 11508
AegisName: "Karada_Meguri_Tea"
Name: "Karada Meguricha"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -66970,7 +66970,7 @@ item_db: (
Id: 11509
AegisName: "Royal_Milk_Tea"
Name: "Black Tea Kochakaden"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -66979,7 +66979,7 @@ item_db: (
Id: 11510
AegisName: "Coke_Zero"
Name: "Coca Cola Zero"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -66988,7 +66988,7 @@ item_db: (
Id: 11511
AegisName: "Coke_No_Cal"
Name: "Diet Coca Cola"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -66997,7 +66997,7 @@ item_db: (
Id: 11512
AegisName: "Coca_Cola"
Name: "Coca Cola"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -67006,7 +67006,7 @@ item_db: (
Id: 11513
AegisName: "Protect_Neck_Candy"
Name: "Protect Neck Candy"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 1
BuyingStore: true
@@ -67016,7 +67016,7 @@ item_db: (
Id: 11514
AegisName: "Enriched_Slim_Pot"
Name: "Enriched Slim Pot"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Trade: {
nodrop: true
@@ -67033,7 +67033,7 @@ item_db: (
Id: 11515
AegisName: "Coconut"
Name: "Coconut"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1500
Weight: 120
BuyingStore: true
@@ -67043,7 +67043,7 @@ item_db: (
Id: 11516
AegisName: "Asai_Fruit"
Name: "Asai Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -67053,7 +67053,7 @@ item_db: (
Id: 11517
AegisName: "Puri_Potion"
Name: "Puri Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -67063,7 +67063,7 @@ item_db: (
Id: 11518
AegisName: "N_Blue_Potion"
Name: "Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Script: <" itemheal 0,5; ">
},
@@ -67071,7 +67071,7 @@ item_db: (
Id: 11519
AegisName: "Beef_Toast"
Name: "Beef Toast"
- Type: 0
+ Type: "IT_HEALING"
Buy: 650
Weight: 40
BuyingStore: true
@@ -67081,7 +67081,7 @@ item_db: (
Id: 11520
AegisName: "Mora_Mandarin"
Name: "Mora Mandar"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 20
BuyingStore: true
@@ -67091,7 +67091,7 @@ item_db: (
Id: 11521
AegisName: "Pingui_Berry_Juice"
Name: "Pingui Berry Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 50
BuyingStore: true
@@ -67101,7 +67101,7 @@ item_db: (
Id: 11522
AegisName: "Red_Raffle_Sap"
Name: "Red Raffle Sap"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 100
BuyingStore: true
@@ -67112,7 +67112,7 @@ item_db: (
Id: 11523
AegisName: "Yellow_Raffle_Sap"
Name: "Yellow Raffle Sap"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2400
Weight: 120
BuyingStore: true
@@ -67123,7 +67123,7 @@ item_db: (
Id: 11524
AegisName: "White_Raffle_Sap"
Name: "White Raffle Sap"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2800
Weight: 140
BuyingStore: true
@@ -67134,7 +67134,7 @@ item_db: (
Id: 11525
AegisName: "Mora_Hip_Tea"
Name: "Mora HIp Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 150
BuyingStore: true
@@ -67145,7 +67145,7 @@ item_db: (
Id: 11526
AegisName: "Rafflecino"
Name: "Rafflecino"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -67155,7 +67155,7 @@ item_db: (
Id: 11527
AegisName: "Baklava"
Name: "Baklava"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3500
Weight: 600
Script: <" itemheal 1200,440; ">
@@ -67164,7 +67164,7 @@ item_db: (
Id: 11528
AegisName: "Kanafeh"
Name: "Kanafeh"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1500
Weight: 200
Script: <" itemheal 300,240; ">
@@ -67173,7 +67173,7 @@ item_db: (
Id: 11529
AegisName: "MAAMOUL_"
Name: "Maamoul"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
Script: <" itemheal 120,60; ">
@@ -67182,7 +67182,7 @@ item_db: (
Id: 11530
AegisName: "Jujube"
Name: "Jujube"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 100
Script: <" itemheal 30,0; ">
@@ -67191,7 +67191,7 @@ item_db: (
Id: 11531
AegisName: "Coffee"
Name: "Coffee"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 100
Script: <" itemheal 0,10; ">
@@ -67200,7 +67200,7 @@ item_db: (
Id: 11602
AegisName: "Catnip_Fruit"
Name: "Catnip Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 1
Upper: 63
@@ -67210,7 +67210,7 @@ item_db: (
Id: 11701
AegisName: "Girl_Bunch_Of_Flower"
Name: "Girl's Bouquet"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <" itemheal rand(105,145),0; ">
@@ -67219,7 +67219,7 @@ item_db: (
Id: 11702
AegisName: "Moon_Cookie"
Name: "Moon Cookie"
- Type: 0
+ Type: "IT_HEALING"
Weight: 300
Nouse: {
sitting: true
@@ -67229,7 +67229,7 @@ item_db: (
Id: 11703
AegisName: "Mysterious_Blood"
Name: "Mystery Blood"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <" itemheal 0,rand(25,35); ">
},
@@ -67237,7 +67237,7 @@ item_db: (
Id: 11704
AegisName: "KETUPAT_F"
Name: "Ketupat"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <" itemheal rand(70,90),0; ">
@@ -67246,7 +67246,7 @@ item_db: (
Id: 11705
AegisName: "Special_White_Potion"
Name: "Children's Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 10
Script: <" itemheal rand(425,425),0; ">
@@ -67255,7 +67255,7 @@ item_db: (
Id: 11706
AegisName: "Steak"
Name: "Steak"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 200
Script: <" itemheal rand(700,1000),0; ">
@@ -67264,7 +67264,7 @@ item_db: (
Id: 11707
AegisName: "Roasted_Beef"
Name: "Roast Beef"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 200
Script: <" itemheal 0,rand(100,200); ">
@@ -67273,7 +67273,7 @@ item_db: (
Id: 11708
AegisName: "Fore_Flank_Sirloin"
Name: "Fore Flank Sirloin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" itemheal rand(30,50),rand(1,5); ">
@@ -67282,7 +67282,7 @@ item_db: (
Id: 11709
AegisName: "Fanta_Zero_Lemon"
Name: "Fanta Zero Lemon"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -67291,7 +67291,7 @@ item_db: (
Id: 11710
AegisName: "Sakura_Mist"
Name: "Sakura Mist"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -67300,7 +67300,7 @@ item_db: (
Id: 11711
AegisName: "Sakura_Milk_Tea"
Name: "Sakura Milk Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -67309,7 +67309,7 @@ item_db: (
Id: 11712
AegisName: "First_Leaf_Tea"
Name: "Flower"
- Type: 0
+ Type: "IT_HEALING"
Buy: 800
Weight: 100
Script: <" itemheal rand(50,70),rand(10,12); ">
@@ -67536,7 +67536,7 @@ item_db: (
Id: 12021
AegisName: "Pork_Belly"
Name: "Pork"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" itemheal rand(70,99),0; ">
},
@@ -67544,7 +67544,7 @@ item_db: (
Id: 12022
AegisName: "Spareribs"
Name: "Galbi"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" itemheal rand(70,99),0; ">
},
@@ -67748,7 +67748,7 @@ item_db: (
Id: 12041
AegisName: "Str_Dish01"
Name: "Fried Grasshopper Legs"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 60
BuyingStore: true
@@ -67761,7 +67761,7 @@ item_db: (
Id: 12042
AegisName: "Str_Dish02"
Name: "Seasoned Sticky Webfoot"
- Type: 0
+ Type: "IT_HEALING"
Buy: 4000
Weight: 500
BuyingStore: true
@@ -67774,7 +67774,7 @@ item_db: (
Id: 12043
AegisName: "Str_Dish03"
Name: "Bomber Steak"
- Type: 0
+ Type: "IT_HEALING"
Buy: 6000
Weight: 500
BuyingStore: true
@@ -67787,7 +67787,7 @@ item_db: (
Id: 12044
AegisName: "Str_Dish04"
Name: "Herb Marinade Beef"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8000
Weight: 500
BuyingStore: true
@@ -67800,7 +67800,7 @@ item_db: (
Id: 12045
AegisName: "Str_Dish05"
Name: "Lutie Lady's Pancake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 500
BuyingStore: true
@@ -67813,7 +67813,7 @@ item_db: (
Id: 12046
AegisName: "Int_Dish01"
Name: "Grape Juice Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 100
BuyingStore: true
@@ -67826,7 +67826,7 @@ item_db: (
Id: 12047
AegisName: "Int_Dish02"
Name: "Autumn Red Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 4000
Weight: 500
BuyingStore: true
@@ -67839,7 +67839,7 @@ item_db: (
Id: 12048
AegisName: "Int_Dish03"
Name: "Honey Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 6000
Weight: 500
BuyingStore: true
@@ -67852,7 +67852,7 @@ item_db: (
Id: 12049
AegisName: "Int_Dish04"
Name: "Morroc Fruit Wine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8000
Weight: 300
BuyingStore: true
@@ -67865,7 +67865,7 @@ item_db: (
Id: 12050
AegisName: "Int_Dish05"
Name: "Mastela Fruit Wine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 400
BuyingStore: true
@@ -67878,7 +67878,7 @@ item_db: (
Id: 12051
AegisName: "Vit_Dish01"
Name: "Steamed Crab Nippers"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 100
BuyingStore: true
@@ -67891,7 +67891,7 @@ item_db: (
Id: 12052
AegisName: "Vit_Dish02"
Name: "Assorted Seafood"
- Type: 0
+ Type: "IT_HEALING"
Buy: 4000
Weight: 200
BuyingStore: true
@@ -67904,7 +67904,7 @@ item_db: (
Id: 12053
AegisName: "Vit_Dish03"
Name: "Clam Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 6000
Weight: 300
BuyingStore: true
@@ -67917,7 +67917,7 @@ item_db: (
Id: 12054
AegisName: "Vit_Dish04"
Name: "Seasoned Jellyfish"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8000
Weight: 500
BuyingStore: true
@@ -67930,7 +67930,7 @@ item_db: (
Id: 12055
AegisName: "Vit_Dish05"
Name: "Spicy Fried Bao"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 800
BuyingStore: true
@@ -67943,7 +67943,7 @@ item_db: (
Id: 12056
AegisName: "Agi_Dish01"
Name: "Frog Egg Squid Ink Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 100
BuyingStore: true
@@ -67956,7 +67956,7 @@ item_db: (
Id: 12057
AegisName: "Agi_Dish02"
Name: "Smooth Noodle"
- Type: 0
+ Type: "IT_HEALING"
Buy: 4000
Weight: 100
BuyingStore: true
@@ -67969,7 +67969,7 @@ item_db: (
Id: 12058
AegisName: "Agi_Dish03"
Name: "Tentacle Cheese Gratin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 6000
Weight: 500
BuyingStore: true
@@ -67982,7 +67982,7 @@ item_db: (
Id: 12059
AegisName: "Agi_Dish04"
Name: "Lutie Cold Noodle"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8000
Weight: 400
BuyingStore: true
@@ -67995,7 +67995,7 @@ item_db: (
Id: 12060
AegisName: "Agi_Dish05"
Name: "Steamed Bat Wing in Pumpkin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 500
BuyingStore: true
@@ -68008,7 +68008,7 @@ item_db: (
Id: 12061
AegisName: "Dex_Dish01"
Name: "Honey Grape Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 100
BuyingStore: true
@@ -68021,7 +68021,7 @@ item_db: (
Id: 12062
AegisName: "Dex_Dish02"
Name: "Chocolate Mousse Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 4000
Weight: 200
BuyingStore: true
@@ -68034,7 +68034,7 @@ item_db: (
Id: 12063
AegisName: "Dex_Dish03"
Name: "Fruit Mix"
- Type: 0
+ Type: "IT_HEALING"
Buy: 6000
Weight: 200
BuyingStore: true
@@ -68047,7 +68047,7 @@ item_db: (
Id: 12064
AegisName: "Dex_Dish04"
Name: "Cream Sandwich"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8000
Weight: 500
BuyingStore: true
@@ -68060,7 +68060,7 @@ item_db: (
Id: 12065
AegisName: "Dex_Dish05"
Name: "Green Salad"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -68073,7 +68073,7 @@ item_db: (
Id: 12066
AegisName: "Luk_Dish01"
Name: "Fried Monkey Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2000
Weight: 60
BuyingStore: true
@@ -68086,7 +68086,7 @@ item_db: (
Id: 12067
AegisName: "Luk_Dish02"
Name: "Mixed Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 4000
Weight: 200
BuyingStore: true
@@ -68099,7 +68099,7 @@ item_db: (
Id: 12068
AegisName: "Luk_Dish03"
Name: "Fried Sweet Potato"
- Type: 0
+ Type: "IT_HEALING"
Buy: 6000
Weight: 500
BuyingStore: true
@@ -68112,7 +68112,7 @@ item_db: (
Id: 12069
AegisName: "Luk_Dish04"
Name: "Steamed Ancient Lips"
- Type: 0
+ Type: "IT_HEALING"
Buy: 8000
Weight: 500
BuyingStore: true
@@ -68125,7 +68125,7 @@ item_db: (
Id: 12070
AegisName: "Luk_Dish05"
Name: "Fried Scorpion Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 400
BuyingStore: true
@@ -68138,7 +68138,7 @@ item_db: (
Id: 12071
AegisName: "Str_Dish06"
Name: "Shiny Marinade Beef"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20000
Weight: 800
BuyingStore: true
@@ -68151,7 +68151,7 @@ item_db: (
Id: 12072
AegisName: "Str_Dish07"
Name: "Whole Roast"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40000
Weight: 1000
BuyingStore: true
@@ -68164,7 +68164,7 @@ item_db: (
Id: 12073
AegisName: "Str_Dish08"
Name: "Bearfoot Special"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60000
Weight: 500
BuyingStore: true
@@ -68177,7 +68177,7 @@ item_db: (
Id: 12074
AegisName: "Str_Dish09"
Name: "Tendon Satay"
- Type: 0
+ Type: "IT_HEALING"
Buy: 80000
Weight: 1000
BuyingStore: true
@@ -68190,7 +68190,7 @@ item_db: (
Id: 12075
AegisName: "Str_Dish10"
Name: "Steamed Tongue"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100000
Weight: 1000
BuyingStore: true
@@ -68203,7 +68203,7 @@ item_db: (
Id: 12076
AegisName: "Int_Dish06"
Name: "Red Mushroom Wine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20000
Weight: 300
BuyingStore: true
@@ -68216,7 +68216,7 @@ item_db: (
Id: 12077
AegisName: "Int_Dish07"
Name: "Special Royal Jelly Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40000
Weight: 800
BuyingStore: true
@@ -68229,7 +68229,7 @@ item_db: (
Id: 12078
AegisName: "Int_Dish08"
Name: "Royal Family Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60000
Weight: 1000
BuyingStore: true
@@ -68242,7 +68242,7 @@ item_db: (
Id: 12079
AegisName: "Int_Dish09"
Name: "Tristan XII"
- Type: 0
+ Type: "IT_HEALING"
Buy: 80000
Weight: 1000
BuyingStore: true
@@ -68255,7 +68255,7 @@ item_db: (
Id: 12080
AegisName: "Int_Dish10"
Name: "Dragon Breath Cocktail"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100000
Weight: 1000
BuyingStore: true
@@ -68268,7 +68268,7 @@ item_db: (
Id: 12081
AegisName: "Vit_Dish06"
Name: "Awfully Bitter Bracer"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20000
Weight: 500
BuyingStore: true
@@ -68281,7 +68281,7 @@ item_db: (
Id: 12082
AegisName: "Vit_Dish07"
Name: "Sumptuous Feast"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40000
Weight: 400
BuyingStore: true
@@ -68294,7 +68294,7 @@ item_db: (
Id: 12083
AegisName: "Vit_Dish08"
Name: "Giant Burito"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60000
Weight: 1000
BuyingStore: true
@@ -68307,7 +68307,7 @@ item_db: (
Id: 12084
AegisName: "Vit_Dish09"
Name: "Ascending Dragon Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 80000
Weight: 1000
BuyingStore: true
@@ -68320,7 +68320,7 @@ item_db: (
Id: 12085
AegisName: "Vit_Dish10"
Name: "Immortal Stew"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100000
Weight: 1000
BuyingStore: true
@@ -68333,7 +68333,7 @@ item_db: (
Id: 12086
AegisName: "Agi_Dish06"
Name: "Chile Shrimp Gratin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20000
Weight: 800
BuyingStore: true
@@ -68346,7 +68346,7 @@ item_db: (
Id: 12087
AegisName: "Agi_Dish07"
Name: "Steamed Alligator with Vegetable"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40000
Weight: 800
BuyingStore: true
@@ -68359,7 +68359,7 @@ item_db: (
Id: 12088
AegisName: "Agi_Dish08"
Name: "Incredibly Spicy Curry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60000
Weight: 1000
BuyingStore: true
@@ -68372,7 +68372,7 @@ item_db: (
Id: 12089
AegisName: "Agi_Dish09"
Name: "Special Meat Stew"
- Type: 0
+ Type: "IT_HEALING"
Buy: 80000
Weight: 1000
BuyingStore: true
@@ -68385,7 +68385,7 @@ item_db: (
Id: 12090
AegisName: "Agi_Dish10"
Name: "Steamed Desert Scorpions"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100000
Weight: 1000
BuyingStore: true
@@ -68398,7 +68398,7 @@ item_db: (
Id: 12091
AegisName: "Dex_Dish06"
Name: "Peach Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20000
Weight: 800
BuyingStore: true
@@ -68411,7 +68411,7 @@ item_db: (
Id: 12092
AegisName: "Dex_Dish07"
Name: "Soul Haunted Bread"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40000
Weight: 800
BuyingStore: true
@@ -68424,7 +68424,7 @@ item_db: (
Id: 12093
AegisName: "Dex_Dish08"
Name: "Special Toast"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60000
Weight: 1000
BuyingStore: true
@@ -68437,7 +68437,7 @@ item_db: (
Id: 12094
AegisName: "Dex_Dish09"
Name: "Heavenly Fruit Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 80000
Weight: 500
BuyingStore: true
@@ -68450,7 +68450,7 @@ item_db: (
Id: 12095
AegisName: "Dex_Dish10"
Name: "Hwergelmir's Tonic"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100000
Weight: 1000
BuyingStore: true
@@ -68463,7 +68463,7 @@ item_db: (
Id: 12096
AegisName: "Luk_Dish06"
Name: "Lucky Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20000
Weight: 300
BuyingStore: true
@@ -68476,7 +68476,7 @@ item_db: (
Id: 12097
AegisName: "Luk_Dish07"
Name: "Assorted Shish Kebob"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40000
Weight: 800
BuyingStore: true
@@ -68489,7 +68489,7 @@ item_db: (
Id: 12098
AegisName: "Luk_Dish08"
Name: "Strawberry Flavored Rice Ball"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60000
Weight: 400
BuyingStore: true
@@ -68502,7 +68502,7 @@ item_db: (
Id: 12099
AegisName: "Luk_Dish09"
Name: "Blood Flavored Soda"
- Type: 0
+ Type: "IT_HEALING"
Buy: 80000
Weight: 1000
BuyingStore: true
@@ -68515,7 +68515,7 @@ item_db: (
Id: 12100
AegisName: "Luk_Dish10"
Name: "Cooked Nine Tail's Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100000
Weight: 500
BuyingStore: true
@@ -68528,7 +68528,7 @@ item_db: (
Id: 12101
AegisName: "Citron"
Name: "Citron"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 300
BuyingStore: true
@@ -68538,7 +68538,7 @@ item_db: (
Id: 12102
AegisName: "Meat_Skewer"
Name: "Grilled Skewer"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 300
BuyingStore: true
@@ -68855,7 +68855,7 @@ item_db: (
Id: 12131
AegisName: "Lucky_Potion"
Name: "Lucky Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
Script: <" sc_start SC_FOOD_LUK, 1800000, 15; ">
@@ -68876,7 +68876,7 @@ item_db: (
Id: 12133
AegisName: "Ice_Cream_"
Name: "McDonald's Ice Cone"
- Type: 0
+ Type: "IT_HEALING"
Weight: 80
Script: <"
if (gettime(GETTIME_DAYOFMONTH) != MDiceCone) {
@@ -69650,7 +69650,7 @@ item_db: (
Id: 12188
AegisName: "Magical_Moon_Cake"
Name: "Grace Moon Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 300
Script: <" percentheal 50,50; ">
@@ -69684,7 +69684,7 @@ item_db: (
Id: 12192
AegisName: "Pumpkin_Pie"
Name: "Pumpkin Pie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 10
Script: <" percentheal 5,5; ">
@@ -69715,7 +69715,7 @@ item_db: (
Id: 12195
AegisName: "Plain_Rice_Cake"
Name: "Plain Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -69725,7 +69725,7 @@ item_db: (
Id: 12196
AegisName: "Hearty_Rice_Cake"
Name: "Hearty Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -69735,7 +69735,7 @@ item_db: (
Id: 12197
AegisName: "Salty_Rice_Cake"
Name: "Salty Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -69790,7 +69790,7 @@ item_db: (
Id: 12202
AegisName: "Str_Dish10_"
Name: "Steamed Tongue"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -69811,7 +69811,7 @@ item_db: (
Id: 12203
AegisName: "Agi_Dish10_"
Name: "Steamed Scorpion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -69832,7 +69832,7 @@ item_db: (
Id: 12204
AegisName: "Int_Dish10_"
Name: "Dragon Breath Cocktail"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -69853,7 +69853,7 @@ item_db: (
Id: 12205
AegisName: "Dex_Dish10_"
Name: "Hwergelmir's Tonic"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -69874,7 +69874,7 @@ item_db: (
Id: 12206
AegisName: "Luk_Dish10_"
Name: "Cooked Nine Tail's Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -69895,7 +69895,7 @@ item_db: (
Id: 12207
AegisName: "Vit_Dish10_"
Name: "Stew Of Immortality"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -70233,7 +70233,7 @@ item_db: (
Id: 12226
AegisName: "Examination1"
Name: "Examination 1"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -70249,7 +70249,7 @@ item_db: (
Id: 12227
AegisName: "Examination2"
Name: "Examination 2"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -70265,7 +70265,7 @@ item_db: (
Id: 12228
AegisName: "Examination3"
Name: "Examination 3"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -70280,7 +70280,7 @@ item_db: (
Id: 12229
AegisName: "Examination4"
Name: "Examination 4"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -70296,7 +70296,7 @@ item_db: (
Id: 12230
AegisName: "Examination5"
Name: "Examination 5"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -70312,7 +70312,7 @@ item_db: (
Id: 12231
AegisName: "Examination6"
Name: "Examination 6"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -70343,7 +70343,7 @@ item_db: (
Id: 12233
AegisName: "Kvass"
Name: "Kvass"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 200
Script: <" percentheal 100,100; ">
@@ -70352,7 +70352,7 @@ item_db: (
Id: 12234
AegisName: "Cacao99"
Name: "Fierce Cacao 99%"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" percentheal 25,0; ">
@@ -70479,7 +70479,7 @@ item_db: (
Id: 12245
AegisName: "Green_Ale_US"
Name: "Green Ale"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 500
Script: <" percentheal 100,0; ">
@@ -70605,7 +70605,7 @@ item_db: (
Id: 12257
AegisName: "Cold_Medicine"
Name: "Cold Medicine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
EquipLv: 50
@@ -70848,7 +70848,7 @@ item_db: (
Id: 12271
AegisName: "Mre_A"
Name: "Military Ration A"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 70
Trade: {
@@ -70902,7 +70902,7 @@ item_db: (
Id: 12274
AegisName: "Gold_Pill_1"
Name: "Daehwandan"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -70920,7 +70920,7 @@ item_db: (
Id: 12275
AegisName: "Gold_Pill_2"
Name: "Taecheongdan"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -71159,7 +71159,7 @@ item_db: (
Id: 12292
AegisName: "Unripe_Fruit"
Name: "Unripe Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 200
BuyingStore: true
@@ -71169,7 +71169,7 @@ item_db: (
Id: 12293
AegisName: "Dried_Yggdrasilberry"
Name: "Dried Yggdrasilberry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 200
BuyingStore: true
@@ -71592,7 +71592,7 @@ item_db: (
Id: 12322
AegisName: "Chocolate_Pie"
Name: "Chocolate Pie"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Script: <" percentheal 5,5; ">
},
@@ -71711,7 +71711,7 @@ item_db: (
Id: 12331
AegisName: "Ginseng"
Name: "Ginseng"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -71729,7 +71729,7 @@ item_db: (
Id: 12332
AegisName: "Fruit_Juice"
Name: "Fruit Juice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -71774,7 +71774,7 @@ item_db: (
Id: 12335
AegisName: "Yummy_Skewered_Dish"
Name: "Grilled Delicious Skewer"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1000
Weight: 350
Script: <" percentheal 60,60; ">
@@ -71783,7 +71783,7 @@ item_db: (
Id: 12336
AegisName: "Baked_Mushroom"
Name: "Grilled Mushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 300
Script: <" percentheal 30,30; ">
@@ -71792,7 +71792,7 @@ item_db: (
Id: 12337
AegisName: "Grilled_Sausage"
Name: "Grilled Sausages"
- Type: 0
+ Type: "IT_HEALING"
Buy: 300
Weight: 200
Script: <" percentheal 20,20; ">
@@ -72641,7 +72641,7 @@ item_db: (
Id: 12392
AegisName: "RepairA"
Name: "Repair A"
- Type: 0
+ Type: "IT_HEALING"
Buy: 220
Weight: 70
Job: {
@@ -72655,7 +72655,7 @@ item_db: (
Id: 12393
AegisName: "RepairB"
Name: "Repair B"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 70
Job: {
@@ -72669,7 +72669,7 @@ item_db: (
Id: 12394
AegisName: "RepairC"
Name: "Repair C"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1100
Weight: 70
Job: {
@@ -74596,7 +74596,7 @@ item_db: (
Id: 12704
AegisName: "Elixir_Of_Life"
Name: "Elixir of Life"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
EquipLv: 85
Trade: {
@@ -74665,7 +74665,7 @@ item_db: (
Id: 12709
AegisName: "Guyak_Candy"
Name: "Guyak Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
Script: <" percentheal 30,30; ">
},
@@ -74681,7 +74681,7 @@ item_db: (
Id: 12711
AegisName: "Pretzel"
Name: "Pretzel"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
Script: <" itemheal rand(50,90),0; ">
@@ -74749,7 +74749,7 @@ item_db: (
Id: 12717
AegisName: "Poison_Paralysis"
Name: "Paralyze"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -74766,7 +74766,7 @@ item_db: (
Id: 12718
AegisName: "Poison_Leech"
Name: "Leech End"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -74783,7 +74783,7 @@ item_db: (
Id: 12719
AegisName: "Poison_Oblivion"
Name: "Oblivion Curse"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -74800,7 +74800,7 @@ item_db: (
Id: 12720
AegisName: "Poison_Contamination"
Name: "Disheart"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -74817,7 +74817,7 @@ item_db: (
Id: 12721
AegisName: "Poison_Numb"
Name: "Toxin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -74834,7 +74834,7 @@ item_db: (
Id: 12722
AegisName: "Poison_Fever"
Name: "Pyrexia"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -74851,7 +74851,7 @@ item_db: (
Id: 12723
AegisName: "Poison_Laughing"
Name: "Magic Mushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
BuyingStore: true
@@ -74869,7 +74869,7 @@ item_db: (
Id: 12724
AegisName: "Poison_Fatigue"
Name: "Venom Bleed"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
@@ -75128,7 +75128,7 @@ item_db: (
Id: 12734
AegisName: "Runstone_Quality"
Name: "Luxurious Rune"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -75138,7 +75138,7 @@ item_db: (
Id: 12735
AegisName: "Runstone_Ancient"
Name: "Ancient Rune"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -75148,7 +75148,7 @@ item_db: (
Id: 12736
AegisName: "Runstone_Mystic"
Name: "Mystic Rune"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -75158,7 +75158,7 @@ item_db: (
Id: 12737
AegisName: "Runstone_Ordinary"
Name: "General Rune"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -75168,7 +75168,7 @@ item_db: (
Id: 12738
AegisName: "Runstone_Rare"
Name: "Rare Rune"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -93593,7 +93593,7 @@ item_db: (
Id: 14522
AegisName: "Big_Bun"
Name: "Big Bun"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" percentheal 100,0; ">
},
@@ -93601,7 +93601,7 @@ item_db: (
Id: 14523
AegisName: "Pill_"
Name: "Pill"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" percentheal 0,100; ">
},
@@ -93609,7 +93609,7 @@ item_db: (
Id: 14524
AegisName: "Superb_Fish_Slice"
Name: "Superb Fish Slice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" percentheal 100,100; ">
},
@@ -93988,7 +93988,7 @@ item_db: (
Id: 14551
AegisName: "Str_Dish01_"
Name: "Fried Grasshopper Legs"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94000,7 +94000,7 @@ item_db: (
Id: 14552
AegisName: "Str_Dish02_"
Name: "Seasoned Sticky Webfoot"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94012,7 +94012,7 @@ item_db: (
Id: 14553
AegisName: "Str_Dish03_"
Name: "Bomber Steak"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94024,7 +94024,7 @@ item_db: (
Id: 14554
AegisName: "Int_Dish01_"
Name: "Grape Juice Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94036,7 +94036,7 @@ item_db: (
Id: 14555
AegisName: "Int_Dish02_"
Name: "Autumn Red Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94048,7 +94048,7 @@ item_db: (
Id: 14556
AegisName: "Int_Dish03_"
Name: "Honey Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94060,7 +94060,7 @@ item_db: (
Id: 14557
AegisName: "Vit_Dish01_"
Name: "Steamed Crab Nippers"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94072,7 +94072,7 @@ item_db: (
Id: 14558
AegisName: "Vit_Dish02_"
Name: "Assorted Seafood"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94084,7 +94084,7 @@ item_db: (
Id: 14559
AegisName: "Vit_Dish03_"
Name: "Clam Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94096,7 +94096,7 @@ item_db: (
Id: 14560
AegisName: "Agi_Dish01_"
Name: "Frog Egg Squid Ink Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94108,7 +94108,7 @@ item_db: (
Id: 14561
AegisName: "Agi_Dish02_"
Name: "Smooth Noodle"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94120,7 +94120,7 @@ item_db: (
Id: 14562
AegisName: "Agi_Dish03_"
Name: "Tentacle Cheese Gratin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94132,7 +94132,7 @@ item_db: (
Id: 14563
AegisName: "Dex_Dish01_"
Name: "Honey Grape Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94144,7 +94144,7 @@ item_db: (
Id: 14564
AegisName: "Dex_Dish02_"
Name: "Chocolate Mousse Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94156,7 +94156,7 @@ item_db: (
Id: 14565
AegisName: "Dex_Dish03_"
Name: "Fruit Mix"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94168,7 +94168,7 @@ item_db: (
Id: 14566
AegisName: "Luk_Dish01_"
Name: "Fried Monkey Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94180,7 +94180,7 @@ item_db: (
Id: 14567
AegisName: "Luk_Dish02_"
Name: "Mixed Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94192,7 +94192,7 @@ item_db: (
Id: 14568
AegisName: "Luk_Dish03_"
Name: "Fried Sweet Potato"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94306,7 +94306,7 @@ item_db: (
Id: 14575
AegisName: "Str_Dish05_"
Name: "Lutie Lady's Pancake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94318,7 +94318,7 @@ item_db: (
Id: 14576
AegisName: "Int_Dish05_"
Name: "Mastela Fruit Wine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94330,7 +94330,7 @@ item_db: (
Id: 14577
AegisName: "Vit_Dish05_"
Name: "Spicy Fried Bao"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94342,7 +94342,7 @@ item_db: (
Id: 14578
AegisName: "Agi_Dish05_"
Name: "Steamed Bat Wing in Pumpkin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94354,7 +94354,7 @@ item_db: (
Id: 14579
AegisName: "Dex_Dish05_"
Name: "Green Salad"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"
@@ -94366,7 +94366,7 @@ item_db: (
Id: 14580
AegisName: "Luk_Dish05_"
Name: "Fried Scorpion Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Script: <"