summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf35681
1 files changed, 17835 insertions, 17846 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index a082d8aff..b2e7f20cb 100644
--- a/db/re/item_db.conf
+++ b/db/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)
@@ -79,15 +79,16 @@ item_db: (
Rebellion: true/false (boolean, defaults to false)
}
Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF)
- Upper: Upper mask (int, defaults to any = 0x3f)
- Gender: Gender (int, defaults to both = 2)
- Loc: Equip location (int, required value for equipment)
+ Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
+ Gender: Gender (string, defaults to "SEX_ANY")
+ Loc: Equip location (bitmask array, string or int, required value for equipment)
WeaponLv: Weapon Level (int, defaults to 0)
EquipLv: Equip required level (int, defaults to 0)
EquipLv: [min, max] (alternative syntax with min / max level)
Refine: Refineable (boolean, defaults to true)
DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz]
- View: View ID (int, defaults to 0)
+ Subtype: Item Subtype (int, defaults to 0)
+ ViewSprite: Sprite view ID (int, defaults to 0)
BindOnEquip: true/false (boolean, defaults to false)
ForceSerial: true/false (boolean, defaults to false)
BuyingStore: true/false (boolean, defaults to false)
@@ -126,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; ">
@@ -135,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; ">
@@ -144,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; ">
@@ -153,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; ">
@@ -162,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); ">
@@ -171,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 +188,7 @@ item_db: (
Id: 507
AegisName: "Red_Herb"
Name: "Red Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 18
Weight: 30
BuyingStore: true
@@ -197,7 +198,7 @@ item_db: (
Id: 508
AegisName: "Yellow_Herb"
Name: "Yellow Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40
Weight: 50
BuyingStore: true
@@ -207,7 +208,7 @@ item_db: (
Id: 509
AegisName: "White_Herb"
Name: "White Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 120
Weight: 70
BuyingStore: true
@@ -217,7 +218,7 @@ item_db: (
Id: 510
AegisName: "Blue_Herb"
Name: "Blue Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60
Weight: 70
BuyingStore: true
@@ -227,7 +228,7 @@ item_db: (
Id: 511
AegisName: "Green_Herb"
Name: "Green Herb"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 30
BuyingStore: true
@@ -237,7 +238,7 @@ item_db: (
Id: 512
AegisName: "Apple"
Name: "Apple"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -247,7 +248,7 @@ item_db: (
Id: 513
AegisName: "Banana"
Name: "Banana"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -257,7 +258,7 @@ item_db: (
Id: 514
AegisName: "Grape"
Name: "Grape"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 20
BuyingStore: true
@@ -267,7 +268,7 @@ item_db: (
Id: 515
AegisName: "Carrot"
Name: "Carrot"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -277,7 +278,7 @@ item_db: (
Id: 516
AegisName: "Sweet_Potato"
Name: "Potato"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -287,7 +288,7 @@ item_db: (
Id: 517
AegisName: "Meat"
Name: "Meat"
- Type: 0
+ Type: "IT_HEALING"
Buy: 50
Weight: 150
BuyingStore: true
@@ -297,7 +298,7 @@ item_db: (
Id: 518
AegisName: "Honey"
Name: "Honey"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
BuyingStore: true
@@ -307,7 +308,7 @@ item_db: (
Id: 519
AegisName: "Milk"
Name: "Milk"
- Type: 0
+ Type: "IT_HEALING"
Buy: 25
Weight: 30
BuyingStore: true
@@ -317,7 +318,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 +328,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 +338,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 +348,7 @@ item_db: (
Id: 523
AegisName: "Holy_Water"
Name: "Holy Water"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
BuyingStore: true
@@ -357,7 +358,7 @@ item_db: (
Id: 525
AegisName: "Panacea"
Name: "Panacea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
BuyingStore: true
@@ -374,7 +375,7 @@ item_db: (
Id: 526
AegisName: "Royal_Jelly"
Name: "Royal Jelly"
- Type: 0
+ Type: "IT_HEALING"
Buy: 7000
Weight: 150
BuyingStore: true
@@ -392,7 +393,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 +403,7 @@ item_db: (
Id: 529
AegisName: "Candy"
Name: "Candy"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 30
BuyingStore: true
@@ -412,7 +413,7 @@ item_db: (
Id: 530
AegisName: "Candy_Striper"
Name: "Candy Cane"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -422,7 +423,7 @@ item_db: (
Id: 531
AegisName: "Apple_Juice"
Name: "Apple Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -432,7 +433,7 @@ item_db: (
Id: 532
AegisName: "Banana_Juice"
Name: "Banana Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -442,7 +443,7 @@ item_db: (
Id: 533
AegisName: "Grape_Juice"
Name: "Grape Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 250
Weight: 40
BuyingStore: true
@@ -452,7 +453,7 @@ item_db: (
Id: 534
AegisName: "Carrot_Juice"
Name: "Carrot Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 40
BuyingStore: true
@@ -462,7 +463,7 @@ item_db: (
Id: 535
AegisName: "Pumpkin"
Name: "Pumpkin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -472,7 +473,7 @@ item_db: (
Id: 536
AegisName: "Ice_Cream"
Name: "Ice Cream"
- Type: 0
+ Type: "IT_HEALING"
Buy: 150
Weight: 80
BuyingStore: true
@@ -485,7 +486,7 @@ item_db: (
Id: 537
AegisName: "Pet_Food"
Name: "Pet Food"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -495,7 +496,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 +506,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 +516,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 +525,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; ">
@@ -533,7 +534,7 @@ item_db: (
Id: 542
AegisName: "Festive_Cookie"
Name: "Festive Cookie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
Script: <" itemheal rand(325,405),0; ">
@@ -542,7 +543,7 @@ item_db: (
Id: 543
AegisName: "Festive_Rainbow_Cake"
Name: "Festive Rainbow Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
Script: <" itemheal rand(325,405),0; ">
@@ -551,7 +552,7 @@ item_db: (
Id: 544
AegisName: "Fish_Slice"
Name: "Raw Fish"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
BuyingStore: true
@@ -561,7 +562,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; ">
@@ -570,7 +571,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; ">
@@ -579,7 +580,7 @@ item_db: (
Id: 547
AegisName: "White_Slim_Potion"
Name: "Condensed White Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1650
Weight: 50
Trade: {
@@ -591,7 +592,7 @@ item_db: (
Id: 548
AegisName: "Cheese"
Name: "Cheese"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2800
Weight: 50
BuyingStore: true
@@ -601,7 +602,7 @@ item_db: (
Id: 549
AegisName: "Nice_Sweet_Potato"
Name: "Yam"
- Type: 0
+ Type: "IT_HEALING"
Buy: 180
Weight: 80
BuyingStore: true
@@ -614,7 +615,7 @@ item_db: (
Id: 550
AegisName: "Popped_Rice"
Name: "Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 10
BuyingStore: true
@@ -624,7 +625,7 @@ item_db: (
Id: 551
AegisName: "Shusi"
Name: "Sushi"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 50
BuyingStore: true
@@ -634,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); ">
@@ -643,7 +644,7 @@ item_db: (
Id: 553
AegisName: "Bun"
Name: "Bao"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 50
BuyingStore: true
@@ -653,7 +654,7 @@ item_db: (
Id: 554
AegisName: "Mojji"
Name: "Mochi"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Weight: 80
Script: <"
@@ -666,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; ">
@@ -675,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; ">
@@ -684,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; ">
@@ -693,7 +694,7 @@ item_db: (
Id: 558
AegisName: "Chocolate"
Name: "Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 20
Script: <" itemheal 1,1; ">
@@ -702,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; ">
@@ -711,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; ">
@@ -720,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; ">
@@ -729,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; ">
@@ -738,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; ">
@@ -747,7 +748,7 @@ item_db: (
Id: 564
AegisName: "Rice_Ball"
Name: "Rice Ball"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 30
BuyingStore: true
@@ -757,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; ">
@@ -766,7 +767,7 @@ item_db: (
Id: 566
AegisName: "Tomyumkung"
Name: "Tom Yum Goong"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10000
Weight: 150
BuyingStore: true
@@ -784,7 +785,7 @@ item_db: (
Id: 567
AegisName: "Prawn"
Name: "Shrimp"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 40
BuyingStore: true
@@ -794,7 +795,7 @@ item_db: (
Id: 568
AegisName: "Lemon"
Name: "Lemon"
- Type: 0
+ Type: "IT_HEALING"
Buy: 60
Weight: 40
BuyingStore: true
@@ -804,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(44,66),0; ">
@@ -813,7 +814,7 @@ item_db: (
Id: 570
AegisName: "Lucky_Candy"
Name: "Lucky Candy"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 30
BuyingStore: true
@@ -823,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
@@ -833,7 +834,7 @@ item_db: (
Id: 572
AegisName: "Lucky_Cookie"
Name: "Lucky Cookie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1000
Weight: 30
BuyingStore: true
@@ -843,7 +844,7 @@ item_db: (
Id: 573
AegisName: "Chocolate_Drink"
Name: "Chocolate Drink"
- Type: 0
+ Type: "IT_HEALING"
Buy: 7000
Weight: 150
Script: <"
@@ -860,7 +861,7 @@ item_db: (
Id: 574
AegisName: "Egg"
Name: "Egg"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
BuyingStore: true
@@ -870,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; ">
@@ -879,7 +880,7 @@ item_db: (
Id: 576
AegisName: "Prickly_Fruit"
Name: "Prickly Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 540
Weight: 60
BuyingStore: true
@@ -889,7 +890,7 @@ item_db: (
Id: 577
AegisName: "Grain"
Name: "Bag of Grain"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 20
BuyingStore: true
@@ -899,7 +900,7 @@ item_db: (
Id: 578
AegisName: "Strawberry"
Name: "Strawberry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 20
BuyingStore: true
@@ -909,7 +910,7 @@ item_db: (
Id: 579
AegisName: "Delicious_Fish"
Name: "Fresh Fish"
- Type: 0
+ Type: "IT_HEALING"
Buy: 250
Weight: 20
BuyingStore: true
@@ -919,7 +920,7 @@ item_db: (
Id: 580
AegisName: "Bread"
Name: "Bread"
- Type: 0
+ Type: "IT_HEALING"
Buy: 150
Weight: 20
BuyingStore: true
@@ -929,7 +930,7 @@ item_db: (
Id: 581
AegisName: "Mushroom"
Name: "Edible Mushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 40
Weight: 20
BuyingStore: true
@@ -939,7 +940,7 @@ item_db: (
Id: 582
AegisName: "Orange"
Name: "Orange"
- Type: 0
+ Type: "IT_HEALING"
Buy: 300
Weight: 20
BuyingStore: true
@@ -949,7 +950,7 @@ item_db: (
Id: 583
AegisName: "KETUPAT_"
Name: "Ketupat Sayur"
- Type: 0
+ Type: "IT_HEALING"
Buy: 7000
Weight: 150
Script: <"
@@ -966,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
@@ -976,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; ">
@@ -985,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; ">
@@ -994,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
@@ -1004,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; ">
@@ -1013,7 +1014,7 @@ item_db: (
Id: 589
AegisName: "Pizza_02"
Name: "Piece of Pizza"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 150
Script: <" itemheal rand(375,445),0; ">
@@ -1022,7 +1023,7 @@ item_db: (
Id: 590
AegisName: "Brezel_"
Name: "Bretzel"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Script: <" itemheal rand(50,90),0; ">
@@ -1031,7 +1032,7 @@ item_db: (
Id: 591
AegisName: "Caviar_Pancake"
Name: "Caviar Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1048,7 +1049,7 @@ item_db: (
Id: 592
AegisName: "Jam_Pancake"
Name: "Jam Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1065,7 +1066,7 @@ item_db: (
Id: 593
AegisName: "Honey_Pancake"
Name: "Honey Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1082,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: <"
@@ -1099,7 +1100,7 @@ item_db: (
Id: 595
AegisName: "Mushroom_Pancake"
Name: "Mushroom Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
BuyingStore: true
Script: <"
@@ -1116,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); ">
@@ -1125,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; ">
@@ -1134,7 +1135,7 @@ item_db: (
Id: 598
AegisName: "Light_Red_Pot"
Name: "Light Red Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 50
Weight: 10
Trade: {
@@ -1152,7 +1153,7 @@ item_db: (
Id: 599
AegisName: "Light_Orange_Pot"
Name: "Light Orange Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 10
Trade: {
@@ -1172,7 +1173,7 @@ item_db: (
Id: 601
AegisName: "Wing_Of_Fly"
Name: "Fly Wing"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 60
Weight: 50
BuyingStore: true
@@ -1182,7 +1183,7 @@ item_db: (
Id: 602
AegisName: "Wing_Of_Butterfly"
Name: "Butterfly Wing"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 300
Weight: 50
BuyingStore: true
@@ -1192,7 +1193,7 @@ item_db: (
Id: 603
AegisName: "Old_Blue_Box"
Name: "Old Blue Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -1205,7 +1206,7 @@ item_db: (
Id: 604
AegisName: "Branch_Of_Dead_Tree"
Name: "Dead Branch"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50
Weight: 50
BuyingStore: true
@@ -1215,7 +1216,7 @@ item_db: (
Id: 605
AegisName: "Anodyne"
Name: "Anodyne"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 100
BuyingStore: true
@@ -1228,7 +1229,7 @@ item_db: (
Id: 606
AegisName: "Aloebera"
Name: "Aloevera"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1500
Weight: 100
BuyingStore: true
@@ -1241,7 +1242,7 @@ item_db: (
Id: 607
AegisName: "Yggdrasilberry"
Name: "Yggdrasil Berry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 300
BuyingStore: true
@@ -1252,7 +1253,7 @@ item_db: (
Id: 608
AegisName: "Seed_Of_Yggdrasil"
Name: "Yggdrasil Seed"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 300
BuyingStore: true
@@ -1263,7 +1264,7 @@ item_db: (
Id: 609
AegisName: "Amulet"
Name: "Amulet"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 100
BuyingStore: true
@@ -1272,7 +1273,7 @@ item_db: (
Id: 610
AegisName: "Leaf_Of_Yggdrasil"
Name: "Yggdrasil Leaf"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 4000
Weight: 100
BuyingStore: true
@@ -1282,7 +1283,7 @@ item_db: (
Id: 611
AegisName: "Spectacles"
Name: "Magnifier"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 40
Weight: 50
BuyingStore: true
@@ -1292,7 +1293,7 @@ item_db: (
Id: 612
AegisName: "Portable_Furnace"
Name: "Mini Furnace"
- Type: 2
+ Type: "IT_USABLE"
Buy: 150
Weight: 200
BuyingStore: true
@@ -1302,7 +1303,7 @@ item_db: (
Id: 613
AegisName: "Iron_Hammer"
Name: "Iron Hammer"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -1312,7 +1313,7 @@ item_db: (
Id: 614
AegisName: "Golden_Hammer"
Name: "Golden Hammer"
- Type: 2
+ Type: "IT_USABLE"
Buy: 3000
Weight: 300
BuyingStore: true
@@ -1322,7 +1323,7 @@ item_db: (
Id: 615
AegisName: "Oridecon_Hammer"
Name: "Oridecon Hammer"
- Type: 2
+ Type: "IT_USABLE"
Buy: 5000
Weight: 400
BuyingStore: true
@@ -1332,7 +1333,7 @@ item_db: (
Id: 616
AegisName: "Old_Card_Album"
Name: "Old Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 50
BuyingStore: true
@@ -1342,7 +1343,7 @@ item_db: (
Id: 617
AegisName: "Old_Violet_Box"
Name: "Old Purple Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -1355,7 +1356,7 @@ item_db: (
Id: 618
AegisName: "Worn_Out_Scroll"
Name: "Worn Out Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50
Weight: 20
BuyingStore: true
@@ -1364,7 +1365,7 @@ item_db: (
Id: 619
AegisName: "Unripe_Apple"
Name: "Unripe Apple"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -1377,7 +1378,7 @@ item_db: (
Id: 620
AegisName: "Orange_Juice"
Name: "Orange Juice"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1500
Weight: 50
BuyingStore: true
@@ -1390,7 +1391,7 @@ item_db: (
Id: 621
AegisName: "Bitter_Herb"
Name: "Bitter Herb"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -1403,7 +1404,7 @@ item_db: (
Id: 622
AegisName: "Rainbow_Carrot"
Name: "Rainbow Carrot"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2500
Weight: 50
BuyingStore: true
@@ -1416,7 +1417,7 @@ item_db: (
Id: 623
AegisName: "Earthworm_The_Dude"
Name: "Earthworm the Dude"
- Type: 2
+ Type: "IT_USABLE"
Buy: 4000
Weight: 50
BuyingStore: true
@@ -1429,7 +1430,7 @@ item_db: (
Id: 624
AegisName: "Rotten_Fish"
Name: "Rotten Fish"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2500
Weight: 50
BuyingStore: true
@@ -1442,7 +1443,7 @@ item_db: (
Id: 625
AegisName: "Lusty_Iron"
Name: "Rusty Iron"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -1455,7 +1456,7 @@ item_db: (
Id: 626
AegisName: "Monster_Juice"
Name: "Monster Juice"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1500
Weight: 50
BuyingStore: true
@@ -1468,7 +1469,7 @@ item_db: (
Id: 627
AegisName: "Sweet_Milk"
Name: "Sweet Milk"
- Type: 2
+ Type: "IT_USABLE"
Buy: 7000
Weight: 50
BuyingStore: true
@@ -1481,7 +1482,7 @@ item_db: (
Id: 628
AegisName: "Well_Dried_Bone"
Name: "Well-Dried Bone"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 50
BuyingStore: true
@@ -1494,7 +1495,7 @@ item_db: (
Id: 629
AegisName: "Singing_Flower"
Name: "Singing Flower"
- Type: 2
+ Type: "IT_USABLE"
Buy: 300
Weight: 50
BuyingStore: true
@@ -1507,7 +1508,7 @@ item_db: (
Id: 630
AegisName: "Dew_Laden_Moss"
Name: "Dew Laden Moss"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 50
BuyingStore: true
@@ -1520,7 +1521,7 @@ item_db: (
Id: 631
AegisName: "Deadly_Noxious_Herb"
Name: "Deadly Noxious Herb"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -1533,7 +1534,7 @@ item_db: (
Id: 632
AegisName: "Fatty_Chubby_Earthworm"
Name: "Fatty Chubby Earthworm"
- Type: 2
+ Type: "IT_USABLE"
Buy: 5000
Weight: 50
BuyingStore: true
@@ -1546,7 +1547,7 @@ item_db: (
Id: 633
AegisName: "Baked_Yam"
Name: "Sweet Potato"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -1559,7 +1560,7 @@ item_db: (
Id: 634
AegisName: "Tropical_Banana"
Name: "Tropical Banana"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -1572,7 +1573,7 @@ item_db: (
Id: 635
AegisName: "Horror_Of_Tribe"
Name: "Orc Trophy"
- Type: 2
+ Type: "IT_USABLE"
Buy: 300
Weight: 50
BuyingStore: true
@@ -1585,7 +1586,7 @@ item_db: (
Id: 636
AegisName: "No_Recipient"
Name: "No Recipient"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -1598,7 +1599,7 @@ item_db: (
Id: 637
AegisName: "Old_Broom"
Name: "Old Broom"
- Type: 2
+ Type: "IT_USABLE"
Buy: 350
Weight: 50
BuyingStore: true
@@ -1611,7 +1612,7 @@ item_db: (
Id: 638
AegisName: "Silver_Knife_Of_Chaste"
Name: "Silver Knife of Chastity"
- Type: 2
+ Type: "IT_USABLE"
Buy: 12000
Weight: 50
BuyingStore: true
@@ -1624,7 +1625,7 @@ item_db: (
Id: 639
AegisName: "Armlet_Of_Obedience"
Name: "Armlet of Obedience"
- Type: 2
+ Type: "IT_USABLE"
Buy: 18000
Weight: 50
BuyingStore: true
@@ -1637,7 +1638,7 @@ item_db: (
Id: 640
AegisName: "Shining_Stone"
Name: "Shining Stone"
- Type: 2
+ Type: "IT_USABLE"
Buy: 3000
Weight: 50
BuyingStore: true
@@ -1650,7 +1651,7 @@ item_db: (
Id: 641
AegisName: "Contracts_In_Shadow"
Name: "Contract in Shadow"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -1663,7 +1664,7 @@ item_db: (
Id: 642
AegisName: "Book_Of_Devil"
Name: "Book of the Devil"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1800
Weight: 50
BuyingStore: true
@@ -1676,7 +1677,7 @@ item_db: (
Id: 643
AegisName: "Pet_Incubator"
Name: "Pet Incubator"
- Type: 2
+ Type: "IT_USABLE"
Buy: 3000
Weight: 30
BuyingStore: true
@@ -1686,7 +1687,7 @@ item_db: (
Id: 644
AegisName: "Gift_Box"
Name: "Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -1696,7 +1697,7 @@ item_db: (
Id: 645
AegisName: "Center_Potion"
Name: "Concentration Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 800
Weight: 100
BuyingStore: true
@@ -1706,7 +1707,7 @@ item_db: (
Id: 656
AegisName: "Awakening_Potion"
Name: "Awakening Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1500
Weight: 150
Job: {
@@ -1746,7 +1747,7 @@ item_db: (
Id: 657
AegisName: "Berserk_Potion"
Name: "Berserk Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 3000
Weight: 200
Job: {
@@ -1772,7 +1773,7 @@ item_db: (
Id: 658
AegisName: "Union_Of_Tribe"
Name: "Tribal Solidarity"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 500
BuyingStore: true
@@ -1782,7 +1783,7 @@ item_db: (
Id: 659
AegisName: "Heart_Of_Her"
Name: "Her Heart"
- Type: 2
+ Type: "IT_USABLE"
Buy: 500
Weight: 50
BuyingStore: true
@@ -1795,7 +1796,7 @@ item_db: (
Id: 660
AegisName: "Prohibition_Red_Candle"
Name: "Forbidden Red Candle"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20000
Weight: 50
BuyingStore: true
@@ -1808,7 +1809,7 @@ item_db: (
Id: 661
AegisName: "Sway_Apron"
Name: "Soft Apron"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20000
Weight: 50
BuyingStore: true
@@ -1821,7 +1822,7 @@ item_db: (
Id: 662
AegisName: "Inspector_Certificate"
Name: "Authoritative Badge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1450
Weight: 30
BuyingStore: true
@@ -1831,7 +1832,7 @@ item_db: (
Id: 663
AegisName: "Korea_Rice_Cake"
Name: "Korean Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 10
BuyingStore: true
@@ -1841,7 +1842,7 @@ item_db: (
Id: 664
AegisName: "Gift_Box_1"
Name: "Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -1851,7 +1852,7 @@ item_db: (
Id: 665
AegisName: "Gift_Box_2"
Name: "Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -1861,7 +1862,7 @@ item_db: (
Id: 666
AegisName: "Gift_Box_3"
Name: "Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -1871,7 +1872,7 @@ item_db: (
Id: 667
AegisName: "Gift_Box_4"
Name: "Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -1881,7 +1882,7 @@ item_db: (
Id: 668
AegisName: "Handsei"
Name: "New Year's Red Envelope"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
BuyingStore: true
Script: <" Zeny += rand(1000,10000); ">
@@ -1890,7 +1891,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
@@ -1907,7 +1908,7 @@ item_db: (
Id: 671
AegisName: "Gold_Coin"
Name: "Gold Roulette Coin"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -1945,7 +1946,7 @@ item_db: (
Id: 675
AegisName: "Silver_Coin"
Name: "Silver Roulette Coin"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -1976,7 +1977,7 @@ item_db: (
Id: 678
AegisName: "Poison_Bottle"
Name: "Poison Bottle"
- Type: 2
+ Type: "IT_USABLE"
Buy: 5000
Weight: 100
BuyingStore: true
@@ -1993,7 +1994,7 @@ item_db: (
Id: 679
AegisName: "Gold_Pill"
Name: "Pilule"
- Type: 2
+ Type: "IT_USABLE"
Buy: 5000
Weight: 300
BuyingStore: true
@@ -2003,7 +2004,7 @@ item_db: (
Id: 680
AegisName: "Magical_Carnation"
Name: "Magic Carnation"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
Script: <" percentheal 0,20; ">
},
@@ -2011,7 +2012,7 @@ item_db: (
Id: 681
AegisName: "Memory_Of_Wedding"
Name: "Sweet Memory of Marriage"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50000
Weight: 10
BuyingStore: true
@@ -2021,7 +2022,7 @@ item_db: (
Id: 682
AegisName: "Realgar_Wine"
Name: "Distilled Fighting Spirit"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
BuyingStore: true
Script: <" sc_start SC_PLUSATTACKPOWER, 60000, 30; ">
@@ -2030,7 +2031,7 @@ item_db: (
Id: 683
AegisName: "Exorcize_Herb"
Name: "Herb of Incantation"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <" sc_start SC_PLUSMAGICPOWER, 60000, 30; ">
@@ -2039,7 +2040,7 @@ item_db: (
Id: 684
AegisName: "Durian"
Name: "Durian"
- Type: 2
+ Type: "IT_USABLE"
Buy: 15000
Weight: 300
BuyingStore: true
@@ -2052,7 +2053,7 @@ item_db: (
Id: 685
AegisName: "RAMADAN"
Name: "Ramadan"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 300
Script: <" percentheal 100,50; ">
@@ -2061,7 +2062,7 @@ item_db: (
Id: 686
AegisName: "Earth_Scroll_1_3"
Name: "Level 3 Earth Spike"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2074,7 +2075,7 @@ item_db: (
Id: 687
AegisName: "Earth_Scroll_1_5"
Name: "Level 5 Earth Spike"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2087,7 +2088,7 @@ item_db: (
Id: 688
AegisName: "Cold_Scroll_1_3"
Name: "Level 3 Cold Bolt"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2100,7 +2101,7 @@ item_db: (
Id: 689
AegisName: "Cold_Scroll_1_5"
Name: "Level 5 Cold Bolt"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2113,7 +2114,7 @@ item_db: (
Id: 690
AegisName: "Fire_Scroll_1_3"
Name: "Level 3 Fire Bolt"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2126,7 +2127,7 @@ item_db: (
Id: 691
AegisName: "Fire_Scroll_1_5"
Name: "Level 5 Fire Bolt"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2139,7 +2140,7 @@ item_db: (
Id: 692
AegisName: "Wind_Scroll_1_3"
Name: "Level 3 Lightening Bolt"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2152,7 +2153,7 @@ item_db: (
Id: 693
AegisName: "Wind_Scroll_1_5"
Name: "Level 5 Lightening Bolt"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2165,7 +2166,7 @@ item_db: (
Id: 694
AegisName: "Ghost_Scroll_1_3"
Name: "Level 3 Soul Strike"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2178,7 +2179,7 @@ item_db: (
Id: 695
AegisName: "Ghost_Scroll_1_5"
Name: "Level 5 Soul Strike"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2191,7 +2192,7 @@ item_db: (
Id: 696
AegisName: "Fire_Scroll_2_1"
Name: "Level 1 Fire Ball"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2204,7 +2205,7 @@ item_db: (
Id: 697
AegisName: "Fire_Scroll_2_5"
Name: "Level 5 Fire Ball"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2217,7 +2218,7 @@ item_db: (
Id: 698
AegisName: "Fire_Scroll_3_1"
Name: "Level 1 Fire Wall"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -2230,7 +2231,7 @@ item_db: (
Id: 699
AegisName: "Fire_Scroll_3_5"
Name: "Level 5 Fire Wall"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -2243,7 +2244,7 @@ item_db: (
Id: 700
AegisName: "Cold_Scroll_2_1"
Name: "Level 1 Frost Diver"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -4239,7 +4240,7 @@ item_db: (
Id: 1101
AegisName: "Sword"
Name: "Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100
Weight: 500
Atk: 25
@@ -4257,16 +4258,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1102
AegisName: "Sword_"
Name: "Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100
Weight: 500
Atk: 25
@@ -4284,16 +4285,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1103
AegisName: "Sword__"
Name: "Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100
Weight: 500
Atk: 25
@@ -4310,16 +4311,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1104
AegisName: "Falchion"
Name: "Falchion"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1500
Weight: 600
Atk: 39
@@ -4337,16 +4338,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1105
AegisName: "Falchion_"
Name: "Falchion"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1500
Weight: 600
Atk: 39
@@ -4364,16 +4365,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1106
AegisName: "Falchion__"
Name: "Falchion"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1500
Weight: 600
Atk: 39
@@ -4390,16 +4391,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1107
AegisName: "Blade"
Name: "Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2900
Weight: 700
Atk: 53
@@ -4417,16 +4418,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1108
AegisName: "Blade_"
Name: "Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2900
Weight: 700
Atk: 53
@@ -4444,16 +4445,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1109
AegisName: "Blade__"
Name: "Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2900
Weight: 700
Atk: 53
@@ -4470,16 +4471,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1110
AegisName: "Lapier"
Name: "Rapier"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 500
Atk: 70
@@ -4497,16 +4498,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1111
AegisName: "Lapier_"
Name: "Rapier"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 500
Atk: 70
@@ -4524,16 +4525,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1112
AegisName: "Lapier__"
Name: "Rapier"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 500
Atk: 70
@@ -4550,16 +4551,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1113
AegisName: "Scimiter"
Name: "Scimiter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17000
Weight: 700
Atk: 85
@@ -4577,16 +4578,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1114
AegisName: "Scimiter_"
Name: "Scimiter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17000
Weight: 700
Atk: 85
@@ -4604,16 +4605,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1115
AegisName: "Scimiter__"
Name: "Scimiter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17000
Weight: 700
Atk: 85
@@ -4631,16 +4632,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1116
AegisName: "Katana"
Name: "Katana"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2000
Weight: 1000
Atk: 60
@@ -4651,16 +4652,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1117
AegisName: "Katana_"
Name: "Katana"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2000
Weight: 1000
Atk: 60
@@ -4671,16 +4672,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1118
AegisName: "Katana__"
Name: "Katana"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2000
Weight: 1000
Atk: 60
@@ -4690,16 +4691,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1119
AegisName: "Tsurugi"
Name: "Tsurugi"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 1200
Atk: 130
@@ -4716,16 +4717,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1120
AegisName: "Tsurugi_"
Name: "Tsurugi"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 1200
Atk: 130
@@ -4742,16 +4743,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1121
AegisName: "Tsurugi__"
Name: "Tsurugi"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 1200
Atk: 130
@@ -4767,16 +4768,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1122
AegisName: "Ring_Pommel_Saber"
Name: "Ring Pommel Saber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 24000
Weight: 900
Atk: 100
@@ -4793,16 +4794,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1123
AegisName: "Haedonggum"
Name: "Haedonggum"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 900
Atk: 120
@@ -4819,17 +4820,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bInt,3; ">
},
{
Id: 1124
AegisName: "Orcish_Sword"
Name: "Orcish Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 90
@@ -4846,17 +4847,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 5
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1125
AegisName: "Ring_Pommel_Saber_"
Name: "Ring Pommel Saber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 24000
Weight: 900
Atk: 100
@@ -4873,16 +4874,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1126
AegisName: "Saber"
Name: "Saber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 49000
Weight: 1000
Atk: 115
@@ -4899,16 +4900,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1127
AegisName: "Saber_"
Name: "Saber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 49000
Weight: 1000
Atk: 115
@@ -4925,16 +4926,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1128
AegisName: "Hae_Dong_Gum_"
Name: "Haedonggum"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 900
Atk: 120
@@ -4951,17 +4952,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bInt,3; ">
},
{
Id: 1129
AegisName: "Flamberge"
Name: "Flamberge"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 1500
Atk: 150
@@ -4970,16 +4971,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1130
AegisName: "Nagan"
Name: "Nagan"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -4995,10 +4996,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
skill TF_DOUBLE,5;
bonus bDoubleRate,25;
@@ -5009,7 +5010,7 @@ item_db: (
Id: 1131
AegisName: "Ice_Falchon"
Name: "Ice Falchion"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 100
@@ -5025,10 +5026,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Water;
bonus2 bAddEff,Eff_Freeze,500;
@@ -5041,7 +5042,7 @@ item_db: (
Id: 1132
AegisName: "Edge"
Name: "Edge"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 115
@@ -5057,10 +5058,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus2 bAddEff,Eff_Curse,30;
bonus2 bWeaponComaRace,RC_NonBoss,10;
@@ -5070,7 +5071,7 @@ item_db: (
Id: 1133
AegisName: "Fire_Brand"
Name: "Fireblend"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 100
@@ -5086,10 +5087,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Fire;
skill MG_FIREBOLT,3;
@@ -5100,7 +5101,7 @@ item_db: (
Id: 1134
AegisName: "Scissores_Sword"
Name: "Caesar's Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 140
@@ -5116,10 +5117,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus2 bAddRace,RC_Plant,25;
bonus bIgnoreDefRace,RC_Plant;
@@ -5129,7 +5130,7 @@ item_db: (
Id: 1135
AegisName: "Cutlas"
Name: "Cutlus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 150
@@ -5145,10 +5146,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
skill SM_BASH,5;
bonus bStr,2;
@@ -5159,7 +5160,7 @@ item_db: (
Id: 1136
AegisName: "Solar_Sword"
Name: "Solar Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 85
@@ -5175,10 +5176,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus2 bHPDrainRate,1000,1;
@@ -5189,7 +5190,7 @@ item_db: (
Id: 1137
AegisName: "Excalibur"
Name: "Excalibur"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 150
@@ -5205,10 +5206,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bInt,5;
bonus bLuk,10;
@@ -5220,7 +5221,7 @@ item_db: (
Id: 1138
AegisName: "Mysteltainn_"
Name: "Mysteltainn"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 170
@@ -5236,10 +5237,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEle,Ele_Ghost,15;
@@ -5252,7 +5253,7 @@ item_db: (
Id: 1139
AegisName: "Tale_Fing_"
Name: "Tirfing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 200
@@ -5268,10 +5269,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bHPLossRate,35,10000;
@@ -5281,7 +5282,7 @@ item_db: (
Id: 1140
AegisName: "Byeorrun_Gum"
Name: "Byeollungum"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 150
@@ -5297,10 +5298,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus2 bSubRace,RC_NonBoss,-10;
bonus2 bAddRace,RC_Boss,50;
@@ -5311,7 +5312,7 @@ item_db: (
Id: 1141
AegisName: "Immaterial_Sword"
Name: "Immaterial Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 140
@@ -5327,10 +5328,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle, Ele_Ghost;
bonus2 bSPVanishRate, 30, 30;
@@ -5342,7 +5343,7 @@ item_db: (
Id: 1142
AegisName: "Jewel_Sword"
Name: "Jeweled Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 104
@@ -5358,17 +5359,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 68
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_GEM; ">
},
{
Id: 1143
AegisName: "Gaia_Sword"
Name: "Gaia Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 140
@@ -5384,17 +5385,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 74
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_ORE; ">
},
{
Id: 1144
AegisName: "Sasimi"
Name: "Sashimi"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 75
@@ -5410,10 +5411,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 48
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus3 bAddMonsterDropItem,544,RC_Fish,4000;
@@ -5423,7 +5424,7 @@ item_db: (
Id: 1145
AegisName: "Holy_Avenger"
Name: "Holy Avenger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 450000
Weight: 1350
Atk: 125
@@ -5431,10 +5432,10 @@ item_db: (
Job: {
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 75
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bVit,2;
@@ -5444,7 +5445,7 @@ item_db: (
Id: 1146
AegisName: "Town_Sword"
Name: "Town Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 42000
Weight: 800
Atk: 100
@@ -5453,17 +5454,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1147
AegisName: "Town_Sword_"
Name: "Town Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 42000
Weight: 800
Atk: 100
@@ -5472,17 +5473,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 1148
AegisName: "Star_Dust_Blade"
Name: "Star Dust Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 140
@@ -5491,11 +5492,11 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 45
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus2 bAddEff,Eff_Stun,500;
bonus bUnbreakableWeapon,0;
@@ -5505,7 +5506,7 @@ item_db: (
Id: 1149
AegisName: "Flamberge_"
Name: "Flamberge"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 1500
Atk: 150
@@ -5515,10 +5516,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 2
+ Subtype: "W_1HSWORD"
},
//== Two-Handed Swords =====================================
@@ -5526,7 +5527,7 @@ item_db: (
Id: 1151
AegisName: "Slayer"
Name: "Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 15000
Weight: 1300
Atk: 90
@@ -5537,16 +5538,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1152
AegisName: "Slayer_"
Name: "Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 15000
Weight: 1300
Atk: 90
@@ -5557,16 +5558,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1153
AegisName: "Slayer__"
Name: "Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 15000
Weight: 1300
Atk: 90
@@ -5576,16 +5577,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1154
AegisName: "Bastard_Sword"
Name: "Bastard Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 22500
Weight: 1600
Atk: 115
@@ -5596,16 +5597,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1155
AegisName: "Bastard_Sword_"
Name: "Bastard Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 22500
Weight: 1600
Atk: 115
@@ -5616,16 +5617,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1156
AegisName: "Bastard_Sword__"
Name: "Bastard Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 22500
Weight: 1600
Atk: 115
@@ -5635,16 +5636,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1157
AegisName: "Two_Hand_Sword"
Name: "Two-handed Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2200
Atk: 160
@@ -5655,16 +5656,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1158
AegisName: "Two_Hand_Sword_"
Name: "Two-handed Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2200
Atk: 160
@@ -5675,16 +5676,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1159
AegisName: "Two_Hand_Sword__"
Name: "Two-handed Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2200
Atk: 160
@@ -5694,16 +5695,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1160
AegisName: "Broad_Sword"
Name: "Broad Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 65000
Weight: 2000
Atk: 140
@@ -5714,10 +5715,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bDef,5;
bonus bUnbreakableWeapon,0;
@@ -5727,15 +5728,15 @@ item_db: (
Id: 1161
AegisName: "Balmung"
Name: "Balmung"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 250
Range: 1
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkEle,Ele_Holy;
@@ -5745,7 +5746,7 @@ item_db: (
Id: 1162
AegisName: "Broad_Sword_"
Name: "Broad Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 65000
Weight: 2000
Atk: 140
@@ -5756,10 +5757,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bDef,5;
bonus bUnbreakableWeapon,0;
@@ -5769,7 +5770,7 @@ item_db: (
Id: 1163
AegisName: "Claymore"
Name: "Claymore"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 74000
Weight: 2500
Atk: 180
@@ -5778,16 +5779,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1164
AegisName: "Muramasa"
Name: "Muramasa"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 155
@@ -5797,10 +5798,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bCritical,30;
bonus bAspdRate,8;
@@ -5811,7 +5812,7 @@ item_db: (
Id: 1165
AegisName: "Masamune"
Name: "Masamune"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 200
@@ -5821,10 +5822,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bFlee,30;
bonus bStr,-5;
@@ -5837,7 +5838,7 @@ item_db: (
Id: 1166
AegisName: "Dragon_Slayer"
Name: "Dragon Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 150
@@ -5847,10 +5848,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bIgnoreDefRace,RC_Dragon;
bonus2 bAddRace,RC_Dragon,15;
@@ -5860,7 +5861,7 @@ item_db: (
Id: 1167
AegisName: "Schweizersabel"
Name: "Schweizersabel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1600
Atk: 160
@@ -5870,10 +5871,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bDef,1;
@@ -5884,7 +5885,7 @@ item_db: (
Id: 1168
AegisName: "Zweihander"
Name: "Zweihander"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 200
@@ -5894,17 +5895,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1169
AegisName: "Executioner_"
Name: "Executioner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 155
@@ -5914,10 +5915,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bIgnoreDefRace,RC_DemiPlayer;
bonus2 bAddRace,RC_DemiPlayer,20;
@@ -5929,7 +5930,7 @@ item_db: (
Id: 1170
AegisName: "Katzbalger"
Name: "Katzbalger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 175
@@ -5939,10 +5940,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bVit,5;
bonus bDef,10;
@@ -5952,7 +5953,7 @@ item_db: (
Id: 1171
AegisName: "Zweihander_"
Name: "Zweihander"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 200
@@ -5963,17 +5964,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1172
AegisName: "Claymore_"
Name: "Claymore"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 74000
Weight: 2500
Atk: 180
@@ -5983,16 +5984,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 1173
AegisName: "Muramasa_C"
Name: "Muramasa"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 204
Range: 1
@@ -6001,10 +6002,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6024,7 +6025,7 @@ item_db: (
Id: 1174
AegisName: "Executioner_C"
Name: "Executioner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 190
Range: 1
@@ -6033,10 +6034,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6058,7 +6059,7 @@ item_db: (
Id: 1175
AegisName: "Altas_Weapon"
Name: "Atlas Weapon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3500
Atk: 200
@@ -6069,11 +6070,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bCritical,10;
if(readparam(bStr)>=80) {
@@ -6085,7 +6086,7 @@ item_db: (
Id: 1176
AegisName: "Muscle_Cutter"
Name: "Muscle Cutter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 160
@@ -6096,11 +6097,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus2 bAddEff,Eff_Bleeding,800;
bonus3 bAutoSpell,AL_DECAGI,1,30;
@@ -6110,7 +6111,7 @@ item_db: (
Id: 1177
AegisName: "Muramash"
Name: "Muramash"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -6119,10 +6120,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6138,7 +6139,7 @@ item_db: (
Id: 1178
AegisName: "Schweizersabel_"
Name: "Schweizersabel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1600
Atk: 160
@@ -6149,10 +6150,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bDef,1;
@@ -6163,7 +6164,7 @@ item_db: (
Id: 1179
AegisName: "Executioner__"
Name: "Executioner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 155
@@ -6174,10 +6175,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bIgnoreDefRace,RC_DemiPlayer;
bonus2 bAddRace,RC_DemiPlayer,20;
@@ -6189,7 +6190,7 @@ item_db: (
Id: 1180
AegisName: "Dragon_Slayer_"
Name: "Dragon Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 150
@@ -6200,10 +6201,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bIgnoreDefRace,RC_Dragon;
bonus2 bAddRace,RC_Dragon,15;
@@ -6213,7 +6214,7 @@ item_db: (
Id: 1181
AegisName: "Tae_Goo_Lyeon"
Name: "Tae Goo Lyeon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 250
@@ -6224,11 +6225,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 90
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bFlee2,10;
if((JobLevel >= 70 && Class == Job_Rune_Knight_T) || (JobLevel >= 50 && Class == Job_Rune_Knight)) {
@@ -6244,7 +6245,7 @@ item_db: (
Id: 1182
AegisName: "Bloody_Eater"
Name: "Bloody Eater"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 200
@@ -6255,11 +6256,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 50
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bAtkEle,Ele_Ghost;
autobonus "{ bonus bCritical,100; bonus bBaseAtk,50; }",1,5000,0,"{ specialeffect(EF_FIRESPLASHHIT, AREA, playerattached()); }";
@@ -6270,7 +6271,7 @@ item_db: (
Id: 1183
AegisName: "BF_Two_Handed_Sword1"
Name: "Brave Assaulter's Katzbalger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 200
Range: 1
@@ -6279,10 +6280,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6303,7 +6304,7 @@ item_db: (
Id: 1184
AegisName: "BF_Two_Handed_Sword2"
Name: "Valorous Assaulter's Katzbalger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 200
Range: 1
@@ -6312,10 +6313,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6336,7 +6337,7 @@ item_db: (
Id: 1185
AegisName: "Violet_Fear"
Name: "Violet Fear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 275
@@ -6347,11 +6348,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus3 bAutoSpell,WZ_METEOR,3,30;
bonus3 bAutoSpell,WZ_FROSTNOVA,5,50;
@@ -6362,7 +6363,7 @@ item_db: (
Id: 1186
AegisName: "Death_Guidance"
Name: "Death Guidance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 200
@@ -6373,11 +6374,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bStr,5;
bonus bAgi,2;
@@ -6392,7 +6393,7 @@ item_db: (
Id: 1187
AegisName: "Krieger_Twohand_Sword1"
Name: "Glorious Claymore"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 220
Range: 1
@@ -6401,10 +6402,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6432,7 +6433,7 @@ item_db: (
Id: 1188
AegisName: "Veteran_Sword"
Name: "Veteran Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 2000
Atk: 180
@@ -6443,10 +6444,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
if(getskilllv(SM_BASH)==10) {
bonus2 bSkillAtk,SM_BASH,50;
@@ -6462,7 +6463,7 @@ item_db: (
Id: 1189
AegisName: "Krasnaya"
Name: "Krasnaya"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3800
Atk: 200
@@ -6473,11 +6474,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 50
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
if(readparam(bStr)>=95) {
bonus bBaseAtk,20;
@@ -6488,17 +6489,17 @@ item_db: (
Id: 1190
AegisName: "Claymore_C"
Name: "Claymore"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 220
Range: 1
Job: {
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6520,7 +6521,7 @@ item_db: (
Id: 1191
AegisName: "Alca_Bringer"
Name: "Alca Bringer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3400
Atk: 280
@@ -6528,18 +6529,18 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bAspd,(getrefine()/2); ">
},
{
Id: 1192
AegisName: "P_Slayer1"
Name: "Eden Slayer I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 162
Range: 1
Job: {
@@ -6547,11 +6548,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6566,7 +6567,7 @@ item_db: (
Id: 1193
AegisName: "P_Slayer2"
Name: "Eden Slayer II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 185
Range: 1
Job: {
@@ -6574,11 +6575,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6593,7 +6594,7 @@ item_db: (
Id: 1194
AegisName: "F_Executioner_C"
Name: "Rental Executioner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 190
Range: 1
@@ -6602,17 +6603,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bAtkEle,Ele_Dark; ">
},
{
Id: 1195
AegisName: "E_Executioner_C"
Name: "E Executioner C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 190
Range: 1
@@ -6621,17 +6622,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bAtkEle,Ele_Dark; ">
},
{
Id: 1196
AegisName: "Chrome_Twohand_Sword"
Name: "Two-Handed Chrome Metal Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 280
@@ -6641,11 +6642,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 110
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAgi,3;
@@ -6656,7 +6657,7 @@ item_db: (
Id: 1197
AegisName: "P_Slayer3"
Name: "Eden Group Slayer III"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 200
Range: 1
Job: {
@@ -6664,11 +6665,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6683,7 +6684,7 @@ item_db: (
Id: 1198
AegisName: "Hairtail"
Name: "Hairtail"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 220
Range: 3
Job: {
@@ -6691,11 +6692,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 50
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -6720,7 +6721,7 @@ item_db: (
Id: 1199
AegisName: "Ebony_Toe_Nail"
Name: "Ebony Toe Nail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1000
Atk: 250
@@ -6730,11 +6731,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 3
+ Subtype: "W_2HSWORD"
},
//== Daggers ===============================================
@@ -6742,7 +6743,7 @@ item_db: (
Id: 1201
AegisName: "Knife"
Name: "Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50
Weight: 400
Atk: 17
@@ -6769,15 +6770,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1202
AegisName: "Knife_"
Name: "Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50
Weight: 400
Atk: 17
@@ -6804,15 +6805,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1203
AegisName: "Knife__"
Name: "Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50
Weight: 400
Atk: 17
@@ -6838,15 +6839,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1204
AegisName: "Cutter"
Name: "Cutter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1250
Weight: 500
Atk: 30
@@ -6873,15 +6874,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1205
AegisName: "Cutter_"
Name: "Cutter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1250
Weight: 500
Atk: 30
@@ -6908,15 +6909,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1206
AegisName: "Cutter__"
Name: "Cutter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1250
Weight: 500
Atk: 30
@@ -6942,15 +6943,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1207
AegisName: "Main_Gauche"
Name: "Main Gauche"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2400
Weight: 600
Atk: 43
@@ -6977,15 +6978,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1208
AegisName: "Main_Gauche_"
Name: "Main Gauche"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2400
Weight: 600
Atk: 43
@@ -7012,15 +7013,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1209
AegisName: "Main_Gauche__"
Name: "Main Gauche"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2400
Weight: 600
Atk: 43
@@ -7046,15 +7047,15 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1210
AegisName: "Dirk"
Name: "Dirk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 8500
Weight: 500
Atk: 59
@@ -7081,16 +7082,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1211
AegisName: "Dirk_"
Name: "Dirk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 8500
Weight: 500
Atk: 59
@@ -7117,16 +7118,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1212
AegisName: "Dirk__"
Name: "Dirk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 8500
Weight: 500
Atk: 59
@@ -7152,16 +7153,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1213
AegisName: "Dagger"
Name: "Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 14000
Weight: 600
Atk: 73
@@ -7188,16 +7189,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1214
AegisName: "Dagger_"
Name: "Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 14000
Weight: 600
Atk: 73
@@ -7224,16 +7225,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1215
AegisName: "Dagger__"
Name: "Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 14000
Weight: 600
Atk: 73
@@ -7259,16 +7260,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1216
AegisName: "Stiletto"
Name: "Stiletto"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 19500
Weight: 700
Atk: 87
@@ -7295,16 +7296,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1217
AegisName: "Stiletto_"
Name: "Stiletto"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 19500
Weight: 700
Atk: 87
@@ -7331,16 +7332,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1218
AegisName: "Stiletto__"
Name: "Stiletto"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 19500
Weight: 700
Atk: 87
@@ -7366,16 +7367,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1219
AegisName: "Gladius"
Name: "Gladius"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 43000
Weight: 700
Atk: 105
@@ -7401,16 +7402,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1220
AegisName: "Gladius_"
Name: "Gladius"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 43000
Weight: 700
Atk: 105
@@ -7436,16 +7437,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1221
AegisName: "Gladius__"
Name: "Gladius"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 43000
Weight: 700
Atk: 105
@@ -7470,16 +7471,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1222
AegisName: "Damascus"
Name: "Damascus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 49000
Weight: 800
Atk: 118
@@ -7505,17 +7506,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1223
AegisName: "Forturn_Sword"
Name: "Fortune Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 90
@@ -7540,10 +7541,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bLuk,5;
bonus bFlee2,20;
@@ -7553,7 +7554,7 @@ item_db: (
Id: 1224
AegisName: "Sword_Breaker"
Name: "Swordbreaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 70
@@ -7578,17 +7579,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bBreakWeaponRate,500; ">
},
{
Id: 1225
AegisName: "Mail_Breaker"
Name: "Mailbreaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 70
@@ -7613,17 +7614,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bBreakArmorRate,500; ">
},
{
Id: 1226
AegisName: "Damascus_"
Name: "Damascus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 49000
Weight: 800
Atk: 118
@@ -7649,17 +7650,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1227
AegisName: "Weeder_Knife"
Name: "Weeder Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 80
@@ -7684,10 +7685,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bIgnoreDefRace,RC_Plant;
bonus2 bAddRace,RC_Plant,15;
@@ -7698,7 +7699,7 @@ item_db: (
Id: 1228
AegisName: "Combat_Knife"
Name: "Combat Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 80
@@ -7723,10 +7724,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bIgnoreDefRace,RC_DemiPlayer;
bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
@@ -7737,7 +7738,7 @@ item_db: (
Id: 1229
AegisName: "Mamas_Knife"
Name: "Kitchen Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 75
@@ -7762,10 +7763,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bCritical,30;
bonus3 bAddMonsterDropItem,517,RC_Brute,5000;
@@ -7775,7 +7776,7 @@ item_db: (
Id: 1230
AegisName: "House_Auger"
Name: "Ice pick"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 80
@@ -7800,17 +7801,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bDefRatioAtkRace, RC_All; ">
},
{
Id: 1231
AegisName: "Bazerald"
Name: "Bazerald"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 70
@@ -7836,10 +7837,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus bInt,5;
@@ -7849,7 +7850,7 @@ item_db: (
Id: 1232
AegisName: "Assasin_Dagger"
Name: "Assassin Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 140
@@ -7857,10 +7858,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bMaxHPrate,20;
bonus bMaxSPrate,15;
@@ -7872,7 +7873,7 @@ item_db: (
Id: 1233
AegisName: "Exercise"
Name: "Exorciser"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 90
@@ -7897,10 +7898,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bIgnoreDefRace,RC_Demon;
bonus2 bAddRaceTolerance,RC_Demon,5;
@@ -7911,7 +7912,7 @@ item_db: (
Id: 1234
AegisName: "Moonlight_Sword"
Name: "Moonlight Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 50
@@ -7936,10 +7937,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bMaxSPrate,10;
bonus bSPDrainValue,3;
@@ -7949,7 +7950,7 @@ item_db: (
Id: 1235
AegisName: "Azoth"
Name: "Azoth"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -7957,17 +7958,17 @@ item_db: (
Job: {
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bClassChange,300; ">
},
{
Id: 1236
AegisName: "Sucsamad"
Name: "Sucsamad"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 140
@@ -7992,10 +7993,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus2 bAddEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Wind,10;
@@ -8006,7 +8007,7 @@ item_db: (
Id: 1237
AegisName: "Grimtooth_"
Name: "Grimtooth"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 180
@@ -8031,10 +8032,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bFlee,10;
bonus bFlee2,5;
@@ -8046,7 +8047,7 @@ item_db: (
Id: 1238
AegisName: "Zeny_Knife"
Name: "Zeny Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 64
@@ -8071,17 +8072,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus2 bGetZenyNum,100,40; ">
},
{
Id: 1239
AegisName: "Poison_Knife"
Name: "Poison Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 64
@@ -8106,10 +8107,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 65
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,3000;
@@ -8119,7 +8120,7 @@ item_db: (
Id: 1240
AegisName: "Princess_Knife"
Name: "Princess Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 84
@@ -8144,16 +8145,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bAllStats,1; ">
},
{
Id: 1241
AegisName: "Cursed_Dagger"
Name: "Cursed Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 80000
Weight: 400
Atk: 55
@@ -8164,17 +8165,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 85
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus2 bAddEff,Eff_Curse,5000; ">
},
{
Id: 1242
AegisName: "Counter_Dagger"
Name: "Dagger of Counter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 120000
Weight: 550
Atk: 140
@@ -8185,17 +8186,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bCritical,90; ">
},
{
Id: 1243
AegisName: "Novice_Knife"
Name: "Novice Main-Gauche"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Weight: 1
Atk: 45
@@ -8203,11 +8204,11 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -8222,7 +8223,7 @@ item_db: (
Id: 1244
AegisName: "Holy_Dagger"
Name: "Holy Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 100
@@ -8234,10 +8235,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bDex,1;
@@ -8247,7 +8248,7 @@ item_db: (
Id: 1245
AegisName: "Cinquedea"
Name: "Cinquedea"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 700
Atk: 110
@@ -8256,17 +8257,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1246
AegisName: "Cinquedea_"
Name: "Cinquedea"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 700
Atk: 110
@@ -8275,17 +8276,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 1247
AegisName: "Kindling_Dagger"
Name: "Kindle Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 600
Atk: 39
@@ -8311,16 +8312,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 1248
AegisName: "Obsidian_Dagger"
Name: "Obsidian Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 600
Atk: 39
@@ -8346,16 +8347,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 1249
AegisName: "Fishermans_Dagger"
Name: "Fisherman's Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 600
Atk: 39
@@ -8381,9 +8382,9 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bAtkEle,Ele_Water; ">
},
@@ -8392,7 +8393,7 @@ item_db: (
Id: 1250
AegisName: "Jur"
Name: "Jur"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 19500
Weight: 800
Atk: 125
@@ -8401,16 +8402,16 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 16
+ Subtype: "W_KATAR"
},
{
Id: 1251
AegisName: "Jur_"
Name: "Jur"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 19500
Weight: 800
Atk: 125
@@ -8419,16 +8420,16 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 16
+ Subtype: "W_KATAR"
},
{
Id: 1252
AegisName: "Katar"
Name: "Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 1200
Atk: 148
@@ -8437,17 +8438,17 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus bDex,1; ">
},
{
Id: 1253
AegisName: "Katar_"
Name: "Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 1200
Atk: 148
@@ -8456,17 +8457,17 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus bDex,1; ">
},
{
Id: 1254
AegisName: "Jamadhar"
Name: "Jamadhar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 37200
Weight: 1500
Atk: 165
@@ -8474,16 +8475,16 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 16
+ Subtype: "W_KATAR"
},
{
Id: 1255
AegisName: "Jamadhar_"
Name: "Jamadhar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 37200
Weight: 1500
Atk: 165
@@ -8492,16 +8493,16 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 16
+ Subtype: "W_KATAR"
},
{
Id: 1256
AegisName: "Katar_Of_Cold_Icicle"
Name: "Katar of Frozen Icicle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -8509,10 +8510,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Water;
bonus2 bAddEff,Eff_Freeze,500;
@@ -8522,7 +8523,7 @@ item_db: (
Id: 1257
AegisName: "Katar_Of_Thornbush"
Name: "Katar of Quaking"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -8530,10 +8531,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Earth;
bonus2 bAddEff,Eff_Blind,500;
@@ -8543,7 +8544,7 @@ item_db: (
Id: 1258
AegisName: "Katar_Of_Raging_Blaze"
Name: "Katar of Raging Blaze"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -8551,10 +8552,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus2 bAddEff,Eff_Silence,500;
@@ -8564,7 +8565,7 @@ item_db: (
Id: 1259
AegisName: "Katar_Of_Piercing_Wind"
Name: "Katar of Piercing Wind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -8572,10 +8573,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bAddEff,Eff_Sleep,500;
@@ -8585,7 +8586,7 @@ item_db: (
Id: 1260
AegisName: "Ghoul_Leg"
Name: "Sharpened Legbone of Ghoul"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 52500
Weight: 1700
Atk: 150
@@ -8593,17 +8594,17 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 65
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus bAtkEle,Ele_Undead; ">
},
{
Id: 1261
AegisName: "Infiltrator"
Name: "Infiltrator"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 57000
Weight: 1500
Atk: 140
@@ -8611,10 +8612,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus2 bAddRace,RC_DemiPlayer,50;
bonus bDef,3;
@@ -8626,7 +8627,7 @@ item_db: (
Id: 1262
AegisName: "Nail_Of_Loki"
Name: "Loki's Nail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 115
@@ -8634,17 +8635,17 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus2 bAddEff,Eff_Bleeding,300; ">
},
{
Id: 1263
AegisName: "Unholy_Touch"
Name: "Unholy Touch"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1250
Atk: 151
@@ -8652,10 +8653,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEff,Eff_Curse,200;
@@ -8667,7 +8668,7 @@ item_db: (
Id: 1264
AegisName: "Various_Jur"
Name: "Specialty Jur"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 90
@@ -8676,16 +8677,16 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus2 bAddEff2,Eff_Bleeding,10; ">
},
{
Id: 1265
AegisName: "Bloody_Roar"
Name: "Bloody Roar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 120
@@ -8693,10 +8694,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bIgnoreDefRace,RC_DemiPlayer;
bonus bFlee,-160;
@@ -8709,7 +8710,7 @@ item_db: (
Id: 1266
AegisName: "Infiltrator_"
Name: "Infiltrator"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 57000
Weight: 1500
Atk: 140
@@ -8718,10 +8719,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus2 bAddRace,RC_DemiPlayer,50;
bonus bDef,3;
@@ -8733,17 +8734,17 @@ item_db: (
Id: 1267
AegisName: "Infiltrator_C"
Name: "Infiltrator"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 189
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -8766,7 +8767,7 @@ item_db: (
Id: 1268
AegisName: "Wild_Beast_Claw"
Name: "Wild Beast Claw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1450
Atk: 160
@@ -8775,11 +8776,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
if(getrefine()>=9) {
bonus3 bAutoSpell,NPC_CRITICALWOUND,2,100;
@@ -8791,7 +8792,7 @@ item_db: (
Id: 1269
AegisName: "Inverse_Scale"
Name: "Inverse Scale"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 140
@@ -8799,11 +8800,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
@@ -8813,7 +8814,7 @@ item_db: (
Id: 1270
AegisName: "Drill_Katar"
Name: "Drill Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 110
@@ -8822,11 +8823,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bHit,30;
bonus3 bAutoSpell,ST_FULLSTRIP,1,150;
@@ -8836,7 +8837,7 @@ item_db: (
Id: 1271
AegisName: "Blood_Tears"
Name: "Blood Tears"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1700
Atk: 120
@@ -8845,11 +8846,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
if(getrefine()>=9) {
bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30;
@@ -8861,17 +8862,17 @@ item_db: (
Id: 1272
AegisName: "Scratcher"
Name: "Scratcher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -8887,17 +8888,17 @@ item_db: (
Id: 1273
AegisName: "Bloody_Roar_C"
Name: "Bloody Roar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 148
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -8918,17 +8919,17 @@ item_db: (
Id: 1274
AegisName: "Unholy_Touch_C"
Name: "Unholy Touch"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 179
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -8950,7 +8951,7 @@ item_db: (
Id: 1275
AegisName: "Katar_Of_Cold_Icicle_"
Name: "Katar of Frozen Icicle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -8959,10 +8960,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Water;
bonus2 bAddEff,Eff_Freeze,500;
@@ -8972,7 +8973,7 @@ item_db: (
Id: 1276
AegisName: "Katar_Of_Thornbush_"
Name: "Katar of Quaking"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -8981,10 +8982,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Earth;
bonus2 bAddEff,Eff_Blind,500;
@@ -8994,7 +8995,7 @@ item_db: (
Id: 1277
AegisName: "Katar_Of_Raging_Blaze_"
Name: "Katar of Raging Blaze"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -9003,10 +9004,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus2 bAddEff,Eff_Silence,500;
@@ -9016,7 +9017,7 @@ item_db: (
Id: 1278
AegisName: "Katar_Of_Piercing_Wind_"
Name: "Katar of Piercing Wind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 1200
Atk: 105
@@ -9025,10 +9026,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bAddEff,Eff_Sleep,500;
@@ -9038,17 +9039,17 @@ item_db: (
Id: 1279
AegisName: "BF_Katar1"
Name: "Brave Carnage Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9071,17 +9072,17 @@ item_db: (
Id: 1280
AegisName: "BF_Katar2"
Name: "Valorous Carnage Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9105,17 +9106,17 @@ item_db: (
Id: 1281
AegisName: "Krieger_Katar1"
Name: "Glorious Bloody Roar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 140
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9140,17 +9141,17 @@ item_db: (
Id: 1282
AegisName: "Krieger_Katar2"
Name: "Glorious Jamadhar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 140
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9175,17 +9176,17 @@ item_db: (
Id: 1283
AegisName: "Katar_Of_Speed"
Name: "Katar Of Speed"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 175
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9205,7 +9206,7 @@ item_db: (
Id: 1284
AegisName: "Krishna"
Name: "Krishna"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 120
@@ -9214,11 +9215,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 50
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus2 bSkillAtk,AS_GRIMTOOTH,10;
if(getskilllv(AS_SONICBLOW)) {
@@ -9233,7 +9234,7 @@ item_db: (
Id: 1285
AegisName: "Cakram"
Name: "Chakram"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 130
@@ -9242,11 +9243,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 50
- View: 16
+ Subtype: "W_KATAR"
Script: <"
if(getskilllv(AS_KATAR)==10) {
bonus bHit,10;
@@ -9258,16 +9259,16 @@ item_db: (
Id: 1286
AegisName: "Jamadhar_C"
Name: "Jamadhar"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 200
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9289,7 +9290,7 @@ item_db: (
Id: 1287
AegisName: "Durga"
Name: "Durga"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 190
@@ -9298,27 +9299,27 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 16
+ Subtype: "W_KATAR"
},
{
Id: 1288
AegisName: "Bloody_Fear_C"
Name: "Bloody Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 145
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9334,17 +9335,17 @@ item_db: (
Id: 1289
AegisName: "P_Katar1"
Name: "Eden Group Katar I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 155
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9359,7 +9360,7 @@ item_db: (
Id: 1290
AegisName: "Agent_Katar"
Name: "Agent Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 1200
Atk: 170
@@ -9368,18 +9369,18 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus bHit,readparam(bLuk)/2; ">
},
{
Id: 1291
AegisName: "Guillotine_Katar"
Name: "Guillotine Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1500
Atk: 200
@@ -9388,11 +9389,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 140
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bDex,2;
bonus bFlee,-30;
@@ -9404,7 +9405,7 @@ item_db: (
Id: 1292
AegisName: "Upg_Katar"
Name: "Upgrade Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 80
@@ -9413,9 +9414,9 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bBaseAtk,(getrefine()*10);
bonus bCritAtkRate,(getrefine()*2);
@@ -9426,7 +9427,7 @@ item_db: (
Id: 1293
AegisName: "Velum_Jamadhar"
Name: "Vellum Jamadhar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 170
@@ -9434,10 +9435,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAspdRate,getrefine();
bonus4 bSetDefRace,RC_Player,10000,5000,1;
@@ -9448,7 +9449,7 @@ item_db: (
Id: 1294
AegisName: "Velum_Scare"
Name: "Vellum Scale"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 50
@@ -9456,17 +9457,17 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 16
+ Subtype: "W_KATAR"
Script: <" bonus3 bSPVanishRate, 1000, 10, BF_NORMAL; ">
},
{
Id: 1295
AegisName: "Blood_Tears_"
Name: "Blood Tears "
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1700
Atk: 120
@@ -9475,11 +9476,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
if(getrefine()>=9) {
bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30;
@@ -9491,7 +9492,7 @@ item_db: (
Id: 1296
AegisName: "Metal_Katar"
Name: "Metal Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 75
Range: 1
@@ -9499,9 +9500,9 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9522,7 +9523,7 @@ item_db: (
Id: 1297
AegisName: "Inverse_Scale_"
Name: "Inverse Scale"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 140
@@ -9531,11 +9532,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
@@ -9545,7 +9546,7 @@ item_db: (
Id: 1298
AegisName: "Shiver_Katar"
Name: "Shiver Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2700
Atk: 110
@@ -9554,11 +9555,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 105
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bCritical,getrefine();
">
@@ -9567,17 +9568,17 @@ item_db: (
Id: 1299
AegisName: "TE_Woe_Katar"
Name: "TE WoE Katar"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 16
+ Subtype: "W_KATAR"
Trade: {
nodrop: true
notrade: true
@@ -9598,7 +9599,7 @@ item_db: (
Id: 1301
AegisName: "Axe"
Name: "Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 500
Weight: 800
Atk: 38
@@ -9614,16 +9615,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 3
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1302
AegisName: "Axe_"
Name: "Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 500
Weight: 800
Atk: 38
@@ -9639,16 +9640,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 3
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1303
AegisName: "Axe__"
Name: "Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 500
Weight: 800
Atk: 38
@@ -9663,16 +9664,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 3
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1304
AegisName: "Orcish_Axe"
Name: "Orcish Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 75
@@ -9687,16 +9688,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 3
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1305
AegisName: "Cleaver"
Name: "Cleaver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 140
@@ -9709,10 +9710,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 44
- View: 6
+ Subtype: "W_1HAXE"
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
bonus3 bAddMonsterDropItem,517,RC_Brute,3000;
@@ -9722,7 +9723,7 @@ item_db: (
Id: 1306
AegisName: "War_Axe"
Name: "War Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4200
Atk: 140
@@ -9732,10 +9733,10 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 76
- View: 6
+ Subtype: "W_1HAXE"
Script: <"
bonus bDex,2;
bonus bLuk,2;
@@ -9745,7 +9746,7 @@ item_db: (
Id: 1307
AegisName: "Windhawk"
Name: "Windhawk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 18000
Weight: 1500
Atk: 115
@@ -9761,10 +9762,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 6
+ Subtype: "W_1HAXE"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bAspdRate,5;
@@ -9774,7 +9775,7 @@ item_db: (
Id: 1308
AegisName: "Golden_Axe"
Name: "Golden Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 170
@@ -9782,17 +9783,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 45
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1309
AegisName: "Orcish_Axe_"
Name: "Orcish Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 75
@@ -9808,16 +9809,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 3
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1310
AegisName: "Krieger_Onehand_Axe1"
Name: "Glorious Cleaver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 1
@@ -9829,10 +9830,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 6
+ Subtype: "W_1HAXE"
Trade: {
nodrop: true
notrade: true
@@ -9862,7 +9863,7 @@ item_db: (
Id: 1311
AegisName: "Vecer_Axe"
Name: "Vecer Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 140
@@ -9876,11 +9877,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 6
+ Subtype: "W_1HAXE"
Script: <"
if(readparam(bLuk)>=90) {
bonus bBaseAtk,20;
@@ -9897,7 +9898,7 @@ item_db: (
Id: 1312
AegisName: "Orcish_Axe_C"
Name: "Orcish Axe"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 110
Range: 1
Job: {
@@ -9910,10 +9911,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 6
+ Subtype: "W_1HAXE"
Trade: {
nodrop: true
notrade: true
@@ -9934,7 +9935,7 @@ item_db: (
Id: 1313
AegisName: "Tourist_Axe"
Name: "Traveler's Axe"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 77
Range: 1
@@ -9948,10 +9949,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 6
+ Subtype: "W_1HAXE"
Trade: {
nodrop: true
notrade: true
@@ -9967,7 +9968,7 @@ item_db: (
Id: 1314
AegisName: "F_Tomahawk_C"
Name: "Rental Tomahawk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 200
Range: 1
@@ -9979,17 +9980,17 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1315
AegisName: "F_Right_Epsilon_C"
Name: "Right Epsilon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 229
Range: 1
@@ -10001,10 +10002,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bStr,10;
@@ -10014,7 +10015,7 @@ item_db: (
Id: 1316
AegisName: "Adventure_Axe"
Name: "Adventure Axe"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 1
Job: {
@@ -10022,16 +10023,16 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1317
AegisName: "Academy_Axe"
Name: "Academy Axe"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1600
Atk: 130
Range: 1
@@ -10041,15 +10042,15 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 6
+ Subtype: "W_1HAXE"
},
{
Id: 1318
AegisName: "Dofle_Axe"
Name: "Deflation Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 1800
Atk: 180
@@ -10066,17 +10067,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 105
- View: 6
+ Subtype: "W_1HAXE"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1319
AegisName: "TE_Woe_Axe"
Name: "TE WoE Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 1
@@ -10092,11 +10093,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 6
+ Subtype: "W_1HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10116,7 +10117,7 @@ item_db: (
Id: 1323
AegisName: "Ru_Gold_Axe"
Name: "Ru Gold Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 180
@@ -10125,11 +10126,11 @@ item_db: (
Job: {
Alchemist: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 120
- View: 6
+ Subtype: "W_1HAXE"
Script: <"
bonus bStr,8;
bonus bInt,8;
@@ -10141,7 +10142,7 @@ item_db: (
Id: 1351
AegisName: "Battle_Axe"
Name: "Battle Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 5400
Weight: 1500
Atk: 80
@@ -10155,16 +10156,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 3
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1352
AegisName: "Battle_Axe_"
Name: "Battle Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 5400
Weight: 1500
Atk: 80
@@ -10178,16 +10179,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 3
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1353
AegisName: "Battle_Axe__"
Name: "Battle Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 5400
Weight: 1500
Atk: 80
@@ -10200,16 +10201,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 3
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1354
AegisName: "Hammer"
Name: "Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 15500
Weight: 2000
Atk: 120
@@ -10223,16 +10224,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 16
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1355
AegisName: "Hammer_"
Name: "Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 15500
Weight: 2000
Atk: 120
@@ -10246,16 +10247,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 16
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1356
AegisName: "Hammer__"
Name: "Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 15500
Weight: 2000
Atk: 120
@@ -10268,16 +10269,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 16
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1357
AegisName: "Buster"
Name: "Buster"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 34000
Weight: 2200
Atk: 155
@@ -10291,16 +10292,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1358
AegisName: "Buster_"
Name: "Buster"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 34000
Weight: 2200
Atk: 155
@@ -10314,16 +10315,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1359
AegisName: "Buster__"
Name: "Buster"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 34000
Weight: 2200
Atk: 155
@@ -10336,16 +10337,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1360
AegisName: "Two_Handed_Axe"
Name: "Two-handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 55000
Weight: 2500
Atk: 185
@@ -10359,16 +10360,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1361
AegisName: "Two_Handed_Axe_"
Name: "Two-handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 55000
Weight: 2500
Atk: 185
@@ -10382,16 +10383,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1362
AegisName: "Two_Handed_Axe__"
Name: "Two-handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 55000
Weight: 2500
Atk: 185
@@ -10404,16 +10405,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1363
AegisName: "Brood_Axe"
Name: "Bloody Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4000
Atk: 170
@@ -10426,10 +10427,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bStr,10;
bonus bSpeedRate,25;
@@ -10439,7 +10440,7 @@ item_db: (
Id: 1364
AegisName: "Great_Axe"
Name: "Great Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 187
@@ -10452,10 +10453,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus2 bAddSkillBlow,MC_MAMMONITE,5;
bonus2 bAddEff,Eff_Stun,1500;
@@ -10465,7 +10466,7 @@ item_db: (
Id: 1365
AegisName: "Sabbath"
Name: "Sabbath"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2300
Atk: 120
@@ -10478,10 +10479,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bWeaponComaRace,RC_Demon,50;
@@ -10492,7 +10493,7 @@ item_db: (
Id: 1366
AegisName: "Right_Epsilon"
Name: "Light Epsilon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2300
Atk: 180
@@ -10505,10 +10506,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Holy;
skill AL_HEAL,3;
@@ -10519,7 +10520,7 @@ item_db: (
Id: 1367
AegisName: "Slaughter"
Name: "Slaughter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 120
@@ -10532,10 +10533,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Earth;
bonus bIgnoreDefRace,RC_Brute;
@@ -10546,7 +10547,7 @@ item_db: (
Id: 1368
AegisName: "Tomahawk"
Name: "Tomahawk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 165
@@ -10559,10 +10560,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Wind;
skill ITM_TOMAHAWK,1;
@@ -10572,7 +10573,7 @@ item_db: (
Id: 1369
AegisName: "Guillotine"
Name: "Guillotine"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 215
@@ -10585,10 +10586,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 44
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus2 bWeaponComaRace,RC_DemiPlayer,30;
bonus2 bSPGainRaceAttack,RC_DemiPlayer,2;
@@ -10599,7 +10600,7 @@ item_db: (
Id: 1370
AegisName: "Doom_Slayer"
Name: "Doom Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 6000
Atk: 10
@@ -10612,10 +10613,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAspdRate,-40;
bonus bUseSPrate,100;
@@ -10630,7 +10631,7 @@ item_db: (
Id: 1371
AegisName: "Doom_Slayer_"
Name: "Doom Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 6000
Atk: 10
@@ -10644,10 +10645,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAspdRate,-40;
bonus bUseSPrate,100;
@@ -10662,7 +10663,7 @@ item_db: (
Id: 1372
AegisName: "Right_Epsilon_C"
Name: "Rental Light Epsilon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 229
Range: 1
@@ -10674,10 +10675,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10700,7 +10701,7 @@ item_db: (
Id: 1373
AegisName: "Brood_Axe_C"
Name: "Refined Bloody Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 205
Range: 1
@@ -10712,10 +10713,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10736,7 +10737,7 @@ item_db: (
Id: 1374
AegisName: "Tomahawk_C"
Name: "Tomahawk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 200
Range: 1
@@ -10748,10 +10749,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10771,7 +10772,7 @@ item_db: (
Id: 1375
AegisName: "Berdysz"
Name: "Berdysz"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 200
@@ -10785,11 +10786,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus2 bSubSize,Size_Medium,13;
bonus2 bSubSize,Size_Large,15;
@@ -10799,7 +10800,7 @@ item_db: (
Id: 1376
AegisName: "Heart_Breaker"
Name: "Heart Breaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 175
@@ -10813,11 +10814,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bCritical,20+getrefine();
bonus bAspdRate,5;
@@ -10828,7 +10829,7 @@ item_db: (
Id: 1377
AegisName: "Hurricane_Fury"
Name: "Hurricane Fury"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3500
Atk: 332
@@ -10842,11 +10843,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus2 bSubSize,Size_Medium,10+getrefine();
bonus bAspdRate,getrefine();
@@ -10857,7 +10858,7 @@ item_db: (
Id: 1378
AegisName: "Great_Axe_C"
Name: "Refined Great Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 215
Range: 1
@@ -10869,10 +10870,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10894,7 +10895,7 @@ item_db: (
Id: 1379
AegisName: "BF_Two_Handed_Axe1"
Name: "Valorous Insane Battle Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 200
Range: 1
@@ -10906,10 +10907,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10930,7 +10931,7 @@ item_db: (
Id: 1380
AegisName: "BF_Two_Handed_Axe2"
Name: "Brave Insane Battle Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 200
Range: 1
@@ -10942,10 +10943,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -10966,7 +10967,7 @@ item_db: (
Id: 1381
AegisName: "N_Battle_Axe"
Name: "Novice Battle Axe"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 1
Slots: 3
@@ -10978,17 +10979,17 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 3
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
},
{
Id: 1382
AegisName: "Krieger_Twohand_Axe1"
Name: "Glorious Twohanded Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 220
Range: 1
@@ -11000,10 +11001,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -11033,7 +11034,7 @@ item_db: (
Id: 1383
AegisName: "Holy_Celestial_Axe"
Name: "Holy Celestial Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 200
@@ -11043,10 +11044,10 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 60
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bVit,10;
@@ -11058,7 +11059,7 @@ item_db: (
Id: 1384
AegisName: "Veteran_Axe"
Name: "Veteran Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 3000
Atk: 250
@@ -11069,10 +11070,10 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
if(getskilllv(BS_DAGGER)==3) {
bonus bBaseAtk,10;
@@ -11103,7 +11104,7 @@ item_db: (
Id: 1385
AegisName: "Bradium_Stonehammer"
Name: "Bradium Stonehammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2700
Atk: 210
@@ -11111,18 +11112,18 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 7
+ Subtype: "W_2HAXE"
Script: <" bonus3 bAddEffOnSkill,BS_HAMMERFALL,Eff_Stun,500+(200*getrefine()); ">
},
{
Id: 1386
AegisName: "Doom_Slayer_I"
Name: "Doom Slayer"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 20
Range: 1
Job: {
@@ -11133,10 +11134,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -11161,7 +11162,7 @@ item_db: (
Id: 1387
AegisName: "Giant_Axe"
Name: "Giant Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4000
Atk: 330
@@ -11175,11 +11176,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 50
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus2 bSkillAtk,WS_CARTTERMINATION,15;
if(readparam(bStr)>=95) {
@@ -11192,7 +11193,7 @@ item_db: (
Id: 1388
AegisName: "Two_Handed_Axe_C"
Name: "Two-Handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 220
Range: 1
Job: {
@@ -11203,10 +11204,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -11227,7 +11228,7 @@ item_db: (
Id: 1389
AegisName: "E_Tomahawk_C"
Name: "E Tomahawk C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 200
Range: 1
@@ -11239,17 +11240,17 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1390
AegisName: "E_Right_Epsilon_C"
Name: "E Right Epsilon C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 229
Range: 1
@@ -11261,10 +11262,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bStr,10;
@@ -11274,7 +11275,7 @@ item_db: (
Id: 1391
AegisName: "P_Two_Handed_Axe1"
Name: "Eden Group Two Handed Axe I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 195
Range: 1
Job: {
@@ -11285,11 +11286,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -11304,7 +11305,7 @@ item_db: (
Id: 1392
AegisName: "Ygnus_Stale"
Name: "Ygnus Stale"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1900
Atk: 250
@@ -11318,11 +11319,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus bUnbreakableWeapon,0;
@@ -11332,7 +11333,7 @@ item_db: (
Id: 1393
AegisName: "End_Sektura"
Name: "End Sektura"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1900
Atk: 250
@@ -11346,11 +11347,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Water;
bonus4 bAddEff,Eff_Cold,300,ATF_SHORT,3000;
@@ -11362,7 +11363,7 @@ item_db: (
Id: 1394
AegisName: "Upg_Two_Handed_Axe"
Name: "Upgrade Two-Handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 110
@@ -11376,9 +11377,9 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bBaseAtk,(getrefine()*14);
if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
@@ -11388,7 +11389,7 @@ item_db: (
Id: 1395
AegisName: "Velum_Buster"
Name: "Vellum Buster"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 50
@@ -11401,10 +11402,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bUnbreakableWeapon, 1;
bonus3 bSPVanishRate, 1000, 10, BF_NORMAL;
@@ -11414,7 +11415,7 @@ item_db: (
Id: 1396
AegisName: "Velum_Guillotine"
Name: "Vellum Guillotine"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 5500
Atk: 300
@@ -11427,10 +11428,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bAddRace,RC_Player,40;
@@ -11448,7 +11449,7 @@ item_db: (
Id: 1397
AegisName: "Bradium_Stonehammer_"
Name: "Bradium Stone Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2700
Atk: 210
@@ -11457,18 +11458,18 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 7
+ Subtype: "W_2HAXE"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1398
AegisName: "Metal_Two_Handed_Axe"
Name: "Metal Two-Handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 105
Range: 1
@@ -11481,9 +11482,9 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -11504,7 +11505,7 @@ item_db: (
Id: 1399
AegisName: "TE_Woe_Two_Handed_Axe"
Name: "TE WoE Two-Handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 150
Range: 1
@@ -11516,11 +11517,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -11542,7 +11543,7 @@ item_db: (
Id: 1400
AegisName: "Spear_of_Vicious_Mind"
Name: "Spear of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 140
@@ -11553,10 +11554,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
">
@@ -11565,7 +11566,7 @@ item_db: (
Id: 1401
AegisName: "Javelin"
Name: "Javelin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 150
Weight: 700
Atk: 28
@@ -11576,16 +11577,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1402
AegisName: "Javelin_"
Name: "Javelin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 150
Weight: 700
Atk: 28
@@ -11596,16 +11597,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1403
AegisName: "Javelin__"
Name: "Javelin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 150
Weight: 700
Atk: 28
@@ -11615,16 +11616,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1404
AegisName: "Spear"
Name: "Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1700
Weight: 850
Atk: 44
@@ -11635,16 +11636,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1405
AegisName: "Spear_"
Name: "Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1700
Weight: 850
Atk: 44
@@ -11655,16 +11656,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1406
AegisName: "Spear__"
Name: "Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1700
Weight: 850
Atk: 44
@@ -11674,16 +11675,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1407
AegisName: "Pike"
Name: "Pike"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 3450
Weight: 1000
Atk: 60
@@ -11694,16 +11695,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1408
AegisName: "Pike_"
Name: "Pike"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 3450
Weight: 1000
Atk: 60
@@ -11714,16 +11715,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1409
AegisName: "Pike__"
Name: "Pike"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 3450
Weight: 1000
Atk: 60
@@ -11733,16 +11734,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
},
{
Id: 1410
AegisName: "Lance"
Name: "Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2500
Atk: 185
@@ -11752,16 +11753,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1411
AegisName: "Lance_"
Name: "Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2500
Atk: 185
@@ -11771,16 +11772,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1412
AegisName: "Lance__"
Name: "Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2500
Atk: 185
@@ -11790,16 +11791,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1413
AegisName: "Gungnir"
Name: "Gungnir"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -11809,10 +11810,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bPerfectHitRate,25;
@@ -11823,7 +11824,7 @@ item_db: (
Id: 1414
AegisName: "Gelerdria"
Name: "Gelerdria"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 145
@@ -11833,10 +11834,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 48
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bAtkEle,Ele_Earth;
bonus bMaxHP,800;
@@ -11847,7 +11848,7 @@ item_db: (
Id: 1415
AegisName: "Skewer"
Name: "Brocca"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 850
Atk: 100
@@ -11857,10 +11858,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 48
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bIgnoreDefRace,RC_NonBoss;
bonus2 bAddEle,Ele_Neutral,25;
@@ -11870,7 +11871,7 @@ item_db: (
Id: 1416
AegisName: "Tjungkuletti"
Name: "Tjungkuletti"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -11880,10 +11881,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 48
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bSPDrainValue,1;
bonus bSPGainValue,5;
@@ -11893,7 +11894,7 @@ item_db: (
Id: 1417
AegisName: "Pole_Axe"
Name: "Poll Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3800
Atk: 160
@@ -11904,10 +11905,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 71
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bStr,1;
bonus bInt,2;
@@ -11918,7 +11919,7 @@ item_db: (
Id: 1418
AegisName: "Gungnir_"
Name: "Gungnir"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -11929,10 +11930,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 4
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bPerfectHitRate,25;
@@ -11943,7 +11944,7 @@ item_db: (
Id: 1419
AegisName: "Pole_Axe_C"
Name: "Poll Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Weight: 4800
Atk: 195
@@ -11953,10 +11954,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -11977,7 +11978,7 @@ item_db: (
Id: 1420
AegisName: "Long_Horn"
Name: "Long Horn"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 150
@@ -11988,11 +11989,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus2 bAddEff,Eff_Bleeding,500;
@@ -12004,7 +12005,7 @@ item_db: (
Id: 1421
AegisName: "Battle_Hook"
Name: "Battle Hook"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 140
@@ -12015,11 +12016,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus2 bAddEff,Eff_Stun,500;
bonus2 bAddRace,RC_DemiPlayer,20;
@@ -12030,7 +12031,7 @@ item_db: (
Id: 1422
AegisName: "Hunting_Spear"
Name: "Hunting Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4200
Atk: 180
@@ -12041,11 +12042,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bIgnoreDefRace,RC_Brute;
bonus3 bAddMonsterDropItem,517,RC_Brute,1000;
@@ -12056,7 +12057,7 @@ item_db: (
Id: 1423
AegisName: "Pole_XO"
Name: "Pole XO"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 3
@@ -12065,10 +12066,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12084,7 +12085,7 @@ item_db: (
Id: 1424
AegisName: "Skewer_C"
Name: "Refined Brocca"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 149
Range: 3
@@ -12093,10 +12094,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12116,7 +12117,7 @@ item_db: (
Id: 1425
AegisName: "BF_Spear1"
Name: "Assaulter Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 60
Range: 3
@@ -12125,10 +12126,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12150,7 +12151,7 @@ item_db: (
Id: 1426
AegisName: "Krieger_Onehand_Spear1"
Name: "Glorious Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 3
@@ -12159,10 +12160,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12191,7 +12192,7 @@ item_db: (
Id: 1427
AegisName: "Spear_Of_Excellent"
Name: "Spear Of Excellent"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 160
Range: 3
@@ -12200,10 +12201,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12223,7 +12224,7 @@ item_db: (
Id: 1428
AegisName: "Long_Horn_M"
Name: "Long Horn"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 150
@@ -12234,11 +12235,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12259,7 +12260,7 @@ item_db: (
Id: 1429
AegisName: "Hunting_Spear_M"
Name: "Hunting Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4200
Atk: 180
@@ -12270,11 +12271,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12294,7 +12295,7 @@ item_db: (
Id: 1430
AegisName: "Pike_C"
Name: "Pike"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 74
Range: 3
Job: {
@@ -12302,10 +12303,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12327,7 +12328,7 @@ item_db: (
Id: 1431
AegisName: "F_Pole_Axe_C"
Name: "Rental Pole Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Weight: 4800
Atk: 195
@@ -12337,10 +12338,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bStr,1;
bonus bInt,2;
@@ -12351,7 +12352,7 @@ item_db: (
Id: 1432
AegisName: "E_Pole_Axe_C"
Name: "E Pole Axe C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Weight: 4800
Atk: 195
@@ -12361,10 +12362,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bStr,1;
bonus bInt,2;
@@ -12375,7 +12376,7 @@ item_db: (
Id: 1433
AegisName: "Imperial_Spear"
Name: "Imperial Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 180
@@ -12385,11 +12386,11 @@ item_db: (
Job: {
Crusader: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus2 bSkillAtk,LG_CANNONSPEAR,20+getrefine()/2;
bonus2 bSkillAtk,LG_BANISHINGPOINT,20+getrefine()/2;
@@ -12399,7 +12400,7 @@ item_db: (
Id: 1434
AegisName: "P_Sphere1"
Name: "Eden Group Spear I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 165
Range: 3
Job: {
@@ -12407,11 +12408,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12426,7 +12427,7 @@ item_db: (
Id: 1435
AegisName: "Cannon_Spear"
Name: "Cannon Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1600
Atk: 180
@@ -12435,11 +12436,11 @@ item_db: (
Job: {
Crusader: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bMaxSP,-100;
bonus2 bSkillAtk,LG_CANNONSPEAR,10;
@@ -12450,7 +12451,7 @@ item_db: (
Id: 1436
AegisName: "Velum_Spear"
Name: "Vellum Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 850
Atk: 150
@@ -12460,10 +12461,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus2 bAddRace,RC_Player,60;
if(getrefine()>=6) {
@@ -12479,7 +12480,7 @@ item_db: (
Id: 1437
AegisName: "TE_Woe_Pike"
Name: "TE WoE Pike"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 3
@@ -12488,11 +12489,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 4
+ Subtype: "W_1HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -12511,7 +12512,7 @@ item_db: (
Id: 1438
AegisName: "Thanos_Spear"
Name: "Thanatos Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 150
@@ -12523,11 +12524,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -12542,7 +12543,7 @@ item_db: (
Id: 1441
AegisName: "Ru_Blue_Spear"
Name: "Ru Blue Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 200
@@ -12551,10 +12552,10 @@ item_db: (
Job: {
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bStr,5;
bonus bAgi,5;
@@ -12564,7 +12565,7 @@ item_db: (
Id: 1443
AegisName: "Scarlet_Spear"
Name: "Crimson Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 90
@@ -12575,10 +12576,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 4
+ Subtype: "W_1HSPEAR"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -12590,7 +12591,7 @@ item_db: (
Id: 1450
AegisName: "Lance_of_Vicious_Mind"
Name: "Lance of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2250
Atk: 225
@@ -12601,10 +12602,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
">
@@ -12613,7 +12614,7 @@ item_db: (
Id: 1451
AegisName: "Guisarme"
Name: "Guisarme"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 13000
Weight: 1000
Atk: 84
@@ -12624,16 +12625,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1452
AegisName: "Guisarme_"
Name: "Guisarme"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 13000
Weight: 1000
Atk: 84
@@ -12644,16 +12645,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1453
AegisName: "Guisarme__"
Name: "Guisarme"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 13000
Weight: 1000
Atk: 84
@@ -12663,16 +12664,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1454
AegisName: "Glaive"
Name: "Glaive"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 1200
Atk: 104
@@ -12683,16 +12684,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1455
AegisName: "Glaive_"
Name: "Glaive"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 1200
Atk: 104
@@ -12703,16 +12704,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1456
AegisName: "Glaive__"
Name: "Glaive"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 1200
Atk: 104
@@ -12722,16 +12723,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1457
AegisName: "Partizan"
Name: "Partizan"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 27000
Weight: 2000
Atk: 124
@@ -12742,16 +12743,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1458
AegisName: "Partizan_"
Name: "Partizan"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 27000
Weight: 2000
Atk: 124
@@ -12762,16 +12763,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1459
AegisName: "Partizan__"
Name: "Partizan"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 27000
Weight: 2000
Atk: 124
@@ -12781,16 +12782,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1460
AegisName: "Trident"
Name: "Trident"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 1200
Atk: 150
@@ -12801,16 +12802,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1461
AegisName: "Trident_"
Name: "Trident"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 1200
Atk: 150
@@ -12821,16 +12822,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1462
AegisName: "Trident__"
Name: "Trident"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 1200
Atk: 150
@@ -12840,16 +12841,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1463
AegisName: "Halberd"
Name: "Hallberd"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 54000
Weight: 2500
Atk: 165
@@ -12860,16 +12861,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1464
AegisName: "Halberd_"
Name: "Hallberd"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 54000
Weight: 2500
Atk: 165
@@ -12880,16 +12881,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1465
AegisName: "Halberd__"
Name: "Hallberd"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 54000
Weight: 2500
Atk: 165
@@ -12899,16 +12900,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1466
AegisName: "Crescent_Scythe"
Name: "Crescent Scythe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 180
@@ -12918,10 +12919,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bCritical,30;
bonus bHit,10;
@@ -12931,7 +12932,7 @@ item_db: (
Id: 1467
AegisName: "Bill_Guisarme"
Name: "Bill Guisarme"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 183
@@ -12941,10 +12942,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus2 bAddRace,RC_Brute,10;
bonus2 bAddRace,RC_DemiPlayer,5;
@@ -12954,7 +12955,7 @@ item_db: (
Id: 1468
AegisName: "Zephyrus"
Name: "Zephyrus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 170
@@ -12964,10 +12965,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bAddEff,Eff_Silence,200;
@@ -12978,7 +12979,7 @@ item_db: (
Id: 1469
AegisName: "Longinuss_Spear"
Name: "Longinus's Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 180
@@ -12988,10 +12989,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddRace,RC_DemiPlayer,10;
@@ -13002,7 +13003,7 @@ item_db: (
Id: 1470
AegisName: "Brionac"
Name: "Brionac"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 190
@@ -13012,10 +13013,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtkEle,Ele_Holy;
skill AL_HEAL,5;
@@ -13027,7 +13028,7 @@ item_db: (
Id: 1471
AegisName: "Hell_Fire"
Name: "Hellfire"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3500
Atk: 200
@@ -13037,10 +13038,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus3 bAutoSpell,MG_FIREBALL,3,100;
@@ -13053,7 +13054,7 @@ item_db: (
Id: 1472
AegisName: "Staff_Of_Soul"
Name: "Soul Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 25
@@ -13065,10 +13066,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 73
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,5;
bonus bAgi,2;
@@ -13078,7 +13079,7 @@ item_db: (
Id: 1473
AegisName: "Wizardy_Staff"
Name: "Wizardry Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2400
Atk: 120
@@ -13090,10 +13091,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 90
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,6;
bonus bDex,2;
@@ -13105,7 +13106,7 @@ item_db: (
Id: 1474
AegisName: "Gae_Bolg"
Name: "Gae Bolg"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 160
@@ -13115,10 +13116,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 60
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bIgnoreDefRace,RC_Dragon;
bonus2 bAddRace,RC_Boss,10;
@@ -13128,7 +13129,7 @@ item_db: (
Id: 1475
AegisName: "Horseback_Lance"
Name: "Equestrian's Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3700
Atk: 200
@@ -13138,16 +13139,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1476
AegisName: "Crescent_Scythe_"
Name: "Crescent Scythe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 180
@@ -13158,10 +13159,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bCritical,30;
bonus bHit,10;
@@ -13171,7 +13172,7 @@ item_db: (
Id: 1477
AegisName: "Spectral_Spear"
Name: "Spectral Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 170
@@ -13181,10 +13182,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus2 bAddEle,Ele_Dark,20;
bonus2 bAddRace,RC_Demon,20;
@@ -13200,7 +13201,7 @@ item_db: (
Id: 1478
AegisName: "Ahlspiess"
Name: "Ahlspiess"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 120
@@ -13209,10 +13210,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 65
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bIgnoreDefRace, RC_All;
bonus2 bAddRace,RC_DemiPlayer,10;
@@ -13223,7 +13224,7 @@ item_db: (
Id: 1479
AegisName: "Spectral_Spear_"
Name: "Spectral Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 170
@@ -13234,10 +13235,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 75
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus2 bAddEle,Ele_Dark,20;
bonus2 bAddRace,RC_Demon,20;
@@ -13253,7 +13254,7 @@ item_db: (
Id: 1480
AegisName: "Gae_Bolg_"
Name: "Gae Bolg"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 160
@@ -13264,10 +13265,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 60
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bIgnoreDefRace,RC_Dragon;
bonus2 bAddRace,RC_Boss,10;
@@ -13277,7 +13278,7 @@ item_db: (
Id: 1481
AegisName: "Zephyrus_"
Name: "Zephyrus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 170
@@ -13288,10 +13289,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bAddEff,Eff_Silence,200;
@@ -13302,7 +13303,7 @@ item_db: (
Id: 1482
AegisName: "BF_Lance1"
Name: "Assaulter Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 160
Range: 3
@@ -13311,10 +13312,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13335,7 +13336,7 @@ item_db: (
Id: 1483
AegisName: "Ivory_Lance"
Name: "Ivory Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 160
@@ -13346,11 +13347,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 50
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAgi,2;
bonus bAspdRate,3;
@@ -13363,7 +13364,7 @@ item_db: (
Id: 1484
AegisName: "Cardo"
Name: "Cardo"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 5600
Atk: 150
@@ -13372,11 +13373,11 @@ item_db: (
Job: {
Knight: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAspdRate,-10;
bonus bDef,getrefine()/2;
@@ -13386,7 +13387,7 @@ item_db: (
Id: 1485
AegisName: "Battle_Fork"
Name: "Battle Fork"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 112
@@ -13397,17 +13398,17 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 50
- View: 5
+ Subtype: "W_2HSPEAR"
},
{
Id: 1486
AegisName: "Krieger_Twohand_Spear1"
Name: "Glorious Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 220
Range: 3
@@ -13416,10 +13417,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13447,7 +13448,7 @@ item_db: (
Id: 1487
AegisName: "Lance_C"
Name: "Lance"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 220
Range: 3
Job: {
@@ -13455,10 +13456,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
Refine: false
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13480,7 +13481,7 @@ item_db: (
Id: 1488
AegisName: "Ahlspiess_C"
Name: "Ahlspiess"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 135
Range: 3
@@ -13488,9 +13489,9 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13511,7 +13512,7 @@ item_db: (
Id: 1489
AegisName: "Spearfish_"
Name: "Marlin"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 220
Range: 3
Job: {
@@ -13519,11 +13520,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 50
Refine: false
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13550,7 +13551,7 @@ item_db: (
Id: 1490
AegisName: "Giant_Lance"
Name: "Giant Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 20000
Atk: 20
@@ -13558,11 +13559,11 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 140
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAspd,-10;
bonus2 bSkillCooldown,LK_SPIRALPIERCE,20000;
@@ -13576,7 +13577,7 @@ item_db: (
Id: 1491
AegisName: "Upg_Lance"
Name: "Upgrade Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 105
@@ -13587,9 +13588,9 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bBaseAtk,(getrefine()*12);
if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
@@ -13599,7 +13600,7 @@ item_db: (
Id: 1492
AegisName: "Velum_Glaive"
Name: "Vellum Glaive"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4500
Atk: 250
@@ -13609,10 +13610,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus2 bAddRace,RC_Player,80;
if(getrefine()>=6) {
@@ -13628,7 +13629,7 @@ item_db: (
Id: 1493
AegisName: "Metal_Lance"
Name: "Metal Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 3
@@ -13638,9 +13639,9 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13660,7 +13661,7 @@ item_db: (
Id: 1494
AegisName: "Undine_Spear"
Name: "Spear Of Odin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 3800
Atk: 190
@@ -13671,17 +13672,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 105
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 1495
AegisName: "TE_Woe_Lance"
Name: "TE WoE Lance"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 150
Range: 3
Job: {
@@ -13689,11 +13690,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 5
+ Subtype: "W_2HSPEAR"
Trade: {
nodrop: true
notrade: true
@@ -13712,7 +13713,7 @@ item_db: (
Id: 1496
AegisName: "Thanos_Long_Spear"
Name: "Thanatos Long Spear"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3750
Atk: 250
@@ -13724,11 +13725,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -13743,7 +13744,7 @@ item_db: (
Id: 1498
AegisName: "Scarlet_Lance"
Name: "Crimson Lance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1750
Atk: 175
@@ -13754,10 +13755,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 5
+ Subtype: "W_2HSPEAR"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -13769,7 +13770,7 @@ item_db: (
Id: 1501
AegisName: "Club"
Name: "Club"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 120
Weight: 700
Atk: 23
@@ -13787,16 +13788,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1502
AegisName: "Club_"
Name: "Club"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 120
Weight: 700
Atk: 23
@@ -13814,16 +13815,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1503
AegisName: "Club__"
Name: "Club"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 120
Weight: 700
Atk: 23
@@ -13840,16 +13841,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1504
AegisName: "Mace"
Name: "Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1600
Weight: 800
Atk: 37
@@ -13867,16 +13868,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1505
AegisName: "Mace_"
Name: "Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1600
Weight: 800
Atk: 37
@@ -13894,16 +13895,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1506
AegisName: "Mace__"
Name: "Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1600
Weight: 800
Atk: 37
@@ -13920,16 +13921,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1507
AegisName: "Smasher"
Name: "Smasher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 9000
Weight: 1000
Atk: 54
@@ -13947,16 +13948,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1508
AegisName: "Smasher_"
Name: "Smasher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 9000
Weight: 1000
Atk: 54
@@ -13974,16 +13975,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1509
AegisName: "Smasher__"
Name: "Smasher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 9000
Weight: 1000
Atk: 54
@@ -14001,16 +14002,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1510
AegisName: "Flail"
Name: "Flail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 16000
Weight: 900
Atk: 69
@@ -14027,16 +14028,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1511
AegisName: "Flail_"
Name: "Flail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 16000
Weight: 900
Atk: 69
@@ -14053,16 +14054,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1512
AegisName: "Flail__"
Name: "Flail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 16000
Weight: 900
Atk: 69
@@ -14079,16 +14080,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1513
AegisName: "Morning_Star"
Name: "Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 1500
Atk: 110
@@ -14105,16 +14106,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1514
AegisName: "Morning_Star_"
Name: "Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 1500
Atk: 110
@@ -14131,16 +14132,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1515
AegisName: "Morning_Star__"
Name: "Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 1500
Atk: 110
@@ -14157,16 +14158,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1516
AegisName: "Sword_Mace"
Name: "Sword Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 1200
Atk: 130
@@ -14182,16 +14183,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1517
AegisName: "Sword_Mace_"
Name: "Sword Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 1200
Atk: 130
@@ -14208,16 +14209,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1518
AegisName: "Sword_Mace__"
Name: "Sword Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50000
Weight: 1200
Atk: 130
@@ -14234,16 +14235,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1519
AegisName: "Chain"
Name: "Chain"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 23000
Weight: 800
Atk: 84
@@ -14260,16 +14261,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1520
AegisName: "Chain_"
Name: "Chain"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 23000
Weight: 800
Atk: 84
@@ -14286,16 +14287,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1521
AegisName: "Chain__"
Name: "Chain"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 23000
Weight: 800
Atk: 84
@@ -14312,16 +14313,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1522
AegisName: "Stunner"
Name: "Stunner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2000
Atk: 140
@@ -14331,17 +14332,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
},
{
Id: 1523
AegisName: "Spike"
Name: "Spike"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 85
@@ -14351,10 +14352,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bCritical,40;
bonus bDefRate,-67;
@@ -14365,7 +14366,7 @@ item_db: (
Id: 1524
AegisName: "Golden_Mace"
Name: "Golden Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 110
@@ -14376,10 +14377,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Undead,10;
bonus bUnbreakableWeapon,0;
@@ -14389,7 +14390,7 @@ item_db: (
Id: 1525
AegisName: "Long_Mace"
Name: "Long Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 135
@@ -14399,17 +14400,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus bLongAtkDef,10; ">
},
{
Id: 1526
AegisName: "Slash"
Name: "Slash"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 145
@@ -14419,10 +14420,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Undead,15;
bonus2 bWeaponComaRace,RC_Undead,10;
@@ -14433,7 +14434,7 @@ item_db: (
Id: 1527
AegisName: "Quadrille"
Name: "Quadrille"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 165
@@ -14443,10 +14444,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Undead,10;
bonus2 bAddRace,RC_DemiPlayer,10;
@@ -14457,7 +14458,7 @@ item_db: (
Id: 1528
AegisName: "Grand_Cross"
Name: "Grand Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 140
@@ -14467,10 +14468,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAtkEle,Ele_Holy;
skill PR_TURNUNDEAD,3;
@@ -14483,7 +14484,7 @@ item_db: (
Id: 1529
AegisName: "Iron_Driver"
Name: "Iron Driver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 155
@@ -14492,16 +14493,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 78
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1530
AegisName: "Mjolnir"
Name: "Mjolnir"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 6000
Atk: 350
@@ -14514,11 +14515,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
Refine: false
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bDex,50;
bonus bStr,20;
@@ -14532,7 +14533,7 @@ item_db: (
Id: 1531
AegisName: "Spanner"
Name: "Wrench"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 115
@@ -14542,10 +14543,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 55
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddEff,Eff_Blind,100;
bonus2 bAddEff,Eff_Stun,100;
@@ -14557,7 +14558,7 @@ item_db: (
Id: 1532
AegisName: "Stunner_"
Name: "Stunner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2000
Atk: 140
@@ -14568,25 +14569,25 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
},
{
Id: 1533
AegisName: "Warrior_Balmung"
Name: "Warrior's Balmung"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 170
Range: 1
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 48
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -14603,7 +14604,7 @@ item_db: (
Id: 1534
AegisName: "Spanner_C"
Name: "Wrench"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 150
Range: 1
@@ -14612,10 +14613,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -14637,7 +14638,7 @@ item_db: (
Id: 1535
AegisName: "Hollgrehenn_Hammer"
Name: "Hollgrehenn's Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 4444
Weight: 44
Atk: 4
@@ -14654,10 +14655,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 44
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bBreakArmorRate,100;
bonus bBreakWeaponRate,100;
@@ -14670,7 +14671,7 @@ item_db: (
Id: 1536
AegisName: "Good_Morning_Star"
Name: "Good Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -14685,10 +14686,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -14704,7 +14705,7 @@ item_db: (
Id: 1537
AegisName: "Quadrille_C"
Name: "Refined Quadrille"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 193
Range: 1
@@ -14713,10 +14714,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -14737,7 +14738,7 @@ item_db: (
Id: 1538
AegisName: "Spike_"
Name: "Spike"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 85
@@ -14748,10 +14749,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bCritical,40;
bonus bDefRate,-67;
@@ -14762,7 +14763,7 @@ item_db: (
Id: 1539
AegisName: "Golden_Mace_"
Name: "Golden Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 110
@@ -14773,10 +14774,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Undead,10;
bonus bUnbreakableWeapon,0;
@@ -14786,7 +14787,7 @@ item_db: (
Id: 1540
AegisName: "Grand_Cross_"
Name: "Grand Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 140
@@ -14797,10 +14798,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAtkEle,Ele_Holy;
skill PR_TURNUNDEAD,3;
@@ -14813,7 +14814,7 @@ item_db: (
Id: 1541
AegisName: "Nemesis"
Name: "Nemesis"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 120
@@ -14823,10 +14824,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus2 bAddRace,RC_Undead,10;
@@ -14839,7 +14840,7 @@ item_db: (
Id: 1542
AegisName: "BF_Morning_Star1"
Name: "Valorous Battlefield Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 105
Range: 1
@@ -14855,10 +14856,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -14880,7 +14881,7 @@ item_db: (
Id: 1543
AegisName: "BF_Morning_Star2"
Name: "Brave Battlefield Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 105
Range: 1
@@ -14896,10 +14897,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -14921,7 +14922,7 @@ item_db: (
Id: 1544
AegisName: "Lunakaligo"
Name: "Lunakaligo"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -14932,11 +14933,11 @@ item_db: (
Priest: true
Monk: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 8
+ Subtype: "W_MACE"
Script: <"
if(readparam(bStr)>=77) {
bonus bAspdRate,4;
@@ -14951,7 +14952,7 @@ item_db: (
Id: 1545
AegisName: "N_Mace"
Name: "Novice Mace"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 57
Range: 1
Slots: 3
@@ -14967,17 +14968,17 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
Refine: false
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 1546
AegisName: "Krieger_Onehand_Mace1"
Name: "Glorious Morning Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 1
@@ -14993,10 +14994,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -15025,7 +15026,7 @@ item_db: (
Id: 1547
AegisName: "Mace_Of_Madness"
Name: "Mace Of Madness"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 150
Range: 1
@@ -15039,10 +15040,10 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -15062,7 +15063,7 @@ item_db: (
Id: 1548
AegisName: "Veteran_Hammer"
Name: "Veteran Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 1800
Atk: 160
@@ -15073,10 +15074,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bHealPower,getskilllv(AL_DP);
bonus bCritical,getskilllv(PR_MACEMASTERY)*2;
@@ -15088,7 +15089,7 @@ item_db: (
Id: 1549
AegisName: "Pilebuncker"
Name: "Pile Bunker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 3500
Atk: 450
@@ -15096,11 +15097,11 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 99
- View: 8
+ Subtype: "W_MACE"
},
//== Books =================================================
@@ -15108,7 +15109,7 @@ item_db: (
Id: 1550
AegisName: "Book"
Name: "Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 30000
Weight: 600
Atk: 85
@@ -15119,16 +15120,16 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 15
+ Subtype: "W_BOOK"
},
{
Id: 1551
AegisName: "Bible"
Name: "Bible"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 1000
Atk: 115
@@ -15139,17 +15140,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bInt,2; ">
},
{
Id: 1552
AegisName: "Tablet"
Name: "Tablet"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 51000
Weight: 800
Atk: 125
@@ -15160,16 +15161,16 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
},
{
Id: 1553
AegisName: "Book_Of_Billows"
Name: "Book of Billows"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15179,17 +15180,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 1554
AegisName: "Book_Of_Mother_Earth"
Name: "Book of Mother Earth"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15199,17 +15200,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 1555
AegisName: "Book_Of_Blazing_Sun"
Name: "Book of the Blazing Sun"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15219,17 +15220,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 1556
AegisName: "Book_Of_Gust_Of_Wind"
Name: "Book of Gust of Wind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15239,17 +15240,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1557
AegisName: "Book_Of_The_Apocalypse"
Name: "Book of the Apocalypse"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 800
Atk: 120
@@ -15259,10 +15260,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEle,Ele_Holy,5;
@@ -15276,7 +15277,7 @@ item_db: (
Id: 1558
AegisName: "Girls_Diary"
Name: "Girl's Diary"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1500
Weight: 300
Atk: 60
@@ -15287,17 +15288,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus2 bAddDamageClass,1188,150; ">
},
{
Id: 1559
AegisName: "Legacy_Of_Dragon"
Name: "Legacy of Dragon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 130
@@ -15307,10 +15308,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bInt,3;
bonus bIgnoreDefRace,RC_Dragon;
@@ -15321,7 +15322,7 @@ item_db: (
Id: 1560
AegisName: "Diary_Of_Great_Sage"
Name: "Sage's Diary"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1100
Atk: 100
@@ -15333,10 +15334,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
- View: 15
+ Subtype: "W_BOOK"
Script: <"
if(readparam(bStr)>=50) { bonus bAspdRate,5; }
if(readparam(bInt)>=70) { bonus bMatkRate,5; }
@@ -15346,7 +15347,7 @@ item_db: (
Id: 1561
AegisName: "Hardback"
Name: "Hardcover Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 140
@@ -15357,10 +15358,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bStr,3;
bonus bDex,2;
@@ -15370,7 +15371,7 @@ item_db: (
Id: 1562
AegisName: "Bible_Of_Battlefield"
Name: "Battlefield Textbook"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -15381,11 +15382,11 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bInt,3;
bonus3 bAutoSpell,AL_BLESSING,3+(getskilllv(AL_BLESSING)>3)*(getskilllv(AL_BLESSING)-3),20;
@@ -15395,7 +15396,7 @@ item_db: (
Id: 1563
AegisName: "Diary_Of_Great_Sage_C"
Name: "Rental Sage's Diary"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 135
Matk: 140
@@ -15406,10 +15407,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15426,7 +15427,7 @@ item_db: (
Id: 1564
AegisName: "Encyclopedia"
Name: "Encyclopedia"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 110
@@ -15438,10 +15439,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bInt,3;
bonus bDex,2;
@@ -15452,7 +15453,7 @@ item_db: (
Id: 1565
AegisName: "Death_Note"
Name: "Ledger of Death"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 137
@@ -15464,10 +15465,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 85
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bStr,3;
bonus bInt,3;
@@ -15481,7 +15482,7 @@ item_db: (
Id: 1566
AegisName: "Diary_Of_Great_Basil"
Name: "Diary Of Great Basil"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Matk: 125
@@ -15491,10 +15492,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15510,7 +15511,7 @@ item_db: (
Id: 1567
AegisName: "Hardback_C"
Name: "Refined Hardcover Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 168
Matk: 100
@@ -15520,10 +15521,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15543,7 +15544,7 @@ item_db: (
Id: 1568
AegisName: "Book_Of_Billows_"
Name: "Book of Billows"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15554,17 +15555,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 1569
AegisName: "Book_Of_Mother_Earth_"
Name: "Book of Mother Earth"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15575,17 +15576,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 1570
AegisName: "Book_Of_Blazing_Sun_"
Name: "Book of Blazing Sun"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15596,17 +15597,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 1571
AegisName: "Book_Of_Gust_Of_Wind_"
Name: "Book of Gust of Wind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 35000
Weight: 750
Atk: 90
@@ -15617,17 +15618,17 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 15
+ Subtype: "W_BOOK"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1572
AegisName: "Principles_Of_Magic"
Name: "Principles of Magic"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 60
@@ -15639,10 +15640,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bInt,3;
bonus bSPrecovRate,5;
@@ -15652,7 +15653,7 @@ item_db: (
Id: 1573
AegisName: "Ancient_Magic"
Name: "Ancient Magic"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 30
@@ -15664,16 +15665,16 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 15
+ Subtype: "W_BOOK"
},
{
Id: 1574
AegisName: "BF_Book1"
Name: "Brave Battle Strategy Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 90
Matk: 125
@@ -15683,10 +15684,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15708,7 +15709,7 @@ item_db: (
Id: 1575
AegisName: "BF_Book2"
Name: "Valorous Battle Strategy Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 90
Matk: 125
@@ -15718,10 +15719,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15742,7 +15743,7 @@ item_db: (
Id: 1576
AegisName: "Krieger_Book1"
Name: "Glorious Tablet"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 90
Matk: 115
@@ -15752,10 +15753,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15780,7 +15781,7 @@ item_db: (
Id: 1577
AegisName: "Krieger_Book2"
Name: "Glorious Apocalypse"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 90
Matk: 115
@@ -15790,10 +15791,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15819,7 +15820,7 @@ item_db: (
Id: 1578
AegisName: "Book_Of_Prayer"
Name: "Book Of Prayer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 140
Range: 1
@@ -15828,10 +15829,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15852,7 +15853,7 @@ item_db: (
Id: 1579
AegisName: "Death_Note_M"
Name: "Book of the Dead"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 137
@@ -15863,10 +15864,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 85
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15890,7 +15891,7 @@ item_db: (
Id: 1580
AegisName: "Encyclopedia_C"
Name: "Giant Encyclopedia"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 145
Matk: 100
Range: 1
@@ -15899,10 +15900,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15926,7 +15927,7 @@ item_db: (
Id: 1581
AegisName: "F_Diary_Of_Great_Sage_C"
Name: "Diary Of Great Sage"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 135
Range: 1
@@ -15936,16 +15937,16 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 15
+ Subtype: "W_BOOK"
},
{
Id: 1582
AegisName: "E_Diary_Of_Great_Sage_C"
Name: "E Diary Of Great Sage C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 135
Range: 1
@@ -15955,16 +15956,16 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 15
+ Subtype: "W_BOOK"
},
{
Id: 1583
AegisName: "P_Dic1"
Name: "Eden Group Dictionary I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 135
Matk: 110
Range: 1
@@ -15973,11 +15974,11 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -15992,7 +15993,7 @@ item_db: (
Id: 1584
AegisName: "Chilly_Spell_Book"
Name: "Chilly Spell Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1000
Atk: 100
@@ -16002,11 +16003,11 @@ item_db: (
Job: {
Sage: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bAtkEle,Ele_Water;
bonus bUnbreakableWeapon,0;
@@ -16021,7 +16022,7 @@ item_db: (
Id: 1585
AegisName: "Upg_Book"
Name: "Upgrade Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 45
@@ -16033,9 +16034,9 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bBaseAtk,(getrefine()*10);
bonus bMatk,(getrefine()*5);
@@ -16046,7 +16047,7 @@ item_db: (
Id: 1586
AegisName: "Velum_Bible"
Name: "Vellum Bible"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 110
@@ -16057,10 +16058,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 15
+ Subtype: "W_BOOK"
Script: <"
if(BaseLevel>104) {
bonus bHealPower,(BaseLevel/5)-20;
@@ -16079,7 +16080,7 @@ item_db: (
Id: 1587
AegisName: "Velum_Encyclopedia"
Name: "Vellum Encyclopedia"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 130
@@ -16089,10 +16090,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus2 bAddRace,RC_Player,80+getrefine();
bonus2 bIgnoreDefRate,RC_Player,30;
@@ -16103,7 +16104,7 @@ item_db: (
Id: 1588
AegisName: "Metal_Book"
Name: "Metal Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 45
Matk: 10
@@ -16114,9 +16115,9 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -16138,7 +16139,7 @@ item_db: (
Id: 1589
AegisName: "Legacy_Of_Dragon_"
Name: "Legacy of Dragon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 130
@@ -16149,10 +16150,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bInt,3;
bonus bIgnoreDefRace,RC_Dragon;
@@ -16163,7 +16164,7 @@ item_db: (
Id: 1590
AegisName: "Snake_Encyclopedia"
Name: "Snake Encyclopedia"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 1500
Atk: 10
@@ -16175,10 +16176,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 105
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtk,getrefine()*3;
@@ -16189,7 +16190,7 @@ item_db: (
Id: 1591
AegisName: "TE_Woe_Book"
Name: "TE WoE Book"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -16198,11 +16199,11 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -16223,7 +16224,7 @@ item_db: (
Id: 1598
AegisName: "Snake_Encyclopedia_"
Name: "Snake Encyclopedia"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 1500
Atk: 10
@@ -16235,10 +16236,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 105
- View: 15
+ Subtype: "W_BOOK"
Trade: {
nodrop: true
notrade: true
@@ -16260,15 +16261,15 @@ item_db: (
Id: 1599
AegisName: "Angra_Manyu"
Name: "Angra manyu"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Weight: 10
Atk: 10000
Matk: 10000
Range: 2
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAllStats,50;
bonus bBaseAtk,3300;
@@ -16291,7 +16292,7 @@ item_db: (
Id: 1600
AegisName: "Rod_of_Vicious_Mind"
Name: "Rod of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 60
@@ -16308,10 +16309,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,5;
bonus bMatk,((min(getrefine(),15)) ** (2));
@@ -16322,7 +16323,7 @@ item_db: (
Id: 1601
AegisName: "Rod"
Name: "Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50
Weight: 400
Atk: 15
@@ -16339,15 +16340,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1602
AegisName: "Rod_"
Name: "Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50
Weight: 400
Atk: 15
@@ -16364,15 +16365,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1603
AegisName: "Rod__"
Name: "Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 50
Weight: 400
Atk: 15
@@ -16388,15 +16389,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1604
AegisName: "Wand"
Name: "Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 400
Atk: 25
@@ -16413,16 +16414,16 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1605
AegisName: "Wand_"
Name: "Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 400
Atk: 25
@@ -16439,16 +16440,16 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1606
AegisName: "Wand__"
Name: "Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 400
Atk: 25
@@ -16464,17 +16465,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,1; ">
},
{
Id: 1607
AegisName: "Staff"
Name: "Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 9500
Weight: 400
Atk: 40
@@ -16490,17 +16491,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,2; ">
},
{
Id: 1608
AegisName: "Staff_"
Name: "Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 9500
Weight: 400
Atk: 40
@@ -16516,17 +16517,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,2; ">
},
{
Id: 1609
AegisName: "Staff__"
Name: "Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 9500
Weight: 400
Atk: 40
@@ -16541,17 +16542,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,2; ">
},
{
Id: 1610
AegisName: "Arc_Wand"
Name: "Arc Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 400
Atk: 60
@@ -16567,17 +16568,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,3; ">
},
{
Id: 1611
AegisName: "Arc_Wand_"
Name: "Arc Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 400
Atk: 60
@@ -16593,17 +16594,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,3; ">
},
{
Id: 1612
AegisName: "Arc_Wand__"
Name: "Arc Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 45000
Weight: 400
Atk: 60
@@ -16618,17 +16619,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,3; ">
},
{
Id: 1613
AegisName: "Mighty_Staff"
Name: "Mighty Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 130
@@ -16643,10 +16644,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bStr,10;
bonus bSPDrainValue,-2;
@@ -16656,7 +16657,7 @@ item_db: (
Id: 1614
AegisName: "Blessed_Wand"
Name: "Wand of Occult"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 75
@@ -16671,17 +16672,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,3; ">
},
{
Id: 1615
AegisName: "Bone_Wand"
Name: "Evil Bone Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 40
@@ -16696,10 +16697,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,4;
bonus bAtkEle,Ele_Undead;
@@ -16709,7 +16710,7 @@ item_db: (
Id: 1616
AegisName: "Staff_Of_Wing"
Name: "Wing Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 60
@@ -16721,10 +16722,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bVariableCastrate,-5;
@@ -16734,7 +16735,7 @@ item_db: (
Id: 1617
AegisName: "Survival_Rod"
Name: "Survivor's Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 85000
Weight: 1000
Atk: 50
@@ -16749,10 +16750,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bDex,2;
bonus bMaxHP,300;
@@ -16762,7 +16763,7 @@ item_db: (
Id: 1618
AegisName: "Survival_Rod_"
Name: "Survivor's Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 85000
Weight: 1000
Atk: 50
@@ -16778,10 +16779,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bDex,3;
bonus bMaxHP,400;
@@ -16791,7 +16792,7 @@ item_db: (
Id: 1619
AegisName: "Survival_Rod2"
Name: "Survivor's Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 85000
Weight: 1000
Atk: 50
@@ -16806,10 +16807,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,2;
bonus bMaxHP,300;
@@ -16819,7 +16820,7 @@ item_db: (
Id: 1620
AegisName: "Survival_Rod2_"
Name: "Survivor's Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 85000
Weight: 1000
Atk: 50
@@ -16835,10 +16836,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,3;
bonus bMaxHP,400;
@@ -16848,7 +16849,7 @@ item_db: (
Id: 1621
AegisName: "Hypnotists_Staff"
Name: "Hypnotist's Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 43000
Weight: 500
Atk: 70
@@ -16858,18 +16859,18 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,1; ">
},
{
Id: 1622
AegisName: "Hypnotists_Staff_"
Name: "Hypnotist's Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 70
@@ -16879,18 +16880,18 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,1; ">
},
{
Id: 1623
AegisName: "Mighty_Staff_C"
Name: "Mighty Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 165
Matk: 120
@@ -16904,10 +16905,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -16928,7 +16929,7 @@ item_db: (
Id: 1624
AegisName: "Lich_Bone_Wand"
Name: "Lich's Bone Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 60
@@ -16943,11 +16944,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -16963,7 +16964,7 @@ item_db: (
Id: 1625
AegisName: "Healing_Staff"
Name: "Healing Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 10
@@ -16974,10 +16975,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 55
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bHealPower,(getrefine()*3/2);
@@ -16987,7 +16988,7 @@ item_db: (
Id: 1626
AegisName: "Piercing_Staff"
Name: "Piercing Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 80
@@ -17001,11 +17002,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,4;
bonus bIgnoreMdefRate,10+getrefine();
@@ -17015,7 +17016,7 @@ item_db: (
Id: 1627
AegisName: "Staffy"
Name: "Staffy"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 40
Matk: 120
@@ -17029,10 +17030,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17051,7 +17052,7 @@ item_db: (
Id: 1628
AegisName: "Survival_Rod_C"
Name: "Refined Survivor's Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 71
Matk: 145
@@ -17065,10 +17066,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17089,7 +17090,7 @@ item_db: (
Id: 1629
AegisName: "Walking_Stick"
Name: "Gentleman Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 40
@@ -17105,17 +17106,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 50
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bDex,1; ">
},
{
Id: 1630
AegisName: "Release_Of_Wish"
Name: "Release of Wish"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -17127,10 +17128,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,3;
bonus bHealPower,5;
@@ -17141,7 +17142,7 @@ item_db: (
Id: 1631
AegisName: "Holy_Stick"
Name: "Holy Stick"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 50
@@ -17152,10 +17153,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus2 bVariableCastrate,AL_HOLYLIGHT,-25;
@@ -17167,7 +17168,7 @@ item_db: (
Id: 1632
AegisName: "BF_Staff1"
Name: "Warlock's Magic Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 125
@@ -17181,10 +17182,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17206,7 +17207,7 @@ item_db: (
Id: 1633
AegisName: "BF_Staff2"
Name: "Warlock's Battle Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 125
@@ -17220,10 +17221,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17245,7 +17246,7 @@ item_db: (
Id: 1634
AegisName: "BF_Staff3"
Name: "Strong Recovery Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 125
@@ -17259,10 +17260,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17282,7 +17283,7 @@ item_db: (
Id: 1635
AegisName: "BF_Staff4"
Name: "Speedy Recovery Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 125
@@ -17296,10 +17297,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17321,7 +17322,7 @@ item_db: (
Id: 1636
AegisName: "Thorn_Staff"
Name: "Thorn Staff of Darkness"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 60
@@ -17335,11 +17336,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 75
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus bInt,3;
@@ -17352,7 +17353,7 @@ item_db: (
Id: 1637
AegisName: "Eraser"
Name: "Eraser"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 80
@@ -17366,11 +17367,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,3;
bonus bDex,2;
@@ -17383,7 +17384,7 @@ item_db: (
Id: 1638
AegisName: "Healing_Staff_C"
Name: "Staff Of Healing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 10
Matk: 125
@@ -17393,10 +17394,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17417,7 +17418,7 @@ item_db: (
Id: 1639
AegisName: "N_Rod"
Name: "Novice Rod"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 15
Matk: 32
Range: 1
@@ -17432,16 +17433,16 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1640
AegisName: "Krieger_Onehand_Staff1"
Name: "Glorious Arc Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 135
@@ -17455,10 +17456,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17483,7 +17484,7 @@ item_db: (
Id: 1641
AegisName: "Krieger_Onehand_Staff2"
Name: "Glorious Cure Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 135
@@ -17497,10 +17498,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17528,7 +17529,7 @@ item_db: (
Id: 1642
AegisName: "Staff_Of_Darkness"
Name: "Staff Of Darkness"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Matk: 120
@@ -17542,10 +17543,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17565,7 +17566,7 @@ item_db: (
Id: 1643
AegisName: "Dead_Tree_Cane"
Name: "Dead Tree CaneStaff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 100
Atk: 100
@@ -17580,10 +17581,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,4;
if (getrefine()>5) {
@@ -17597,7 +17598,7 @@ item_db: (
Id: 1644
AegisName: "Piercing_Staff_M"
Name: "Staff of Piercing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 80
@@ -17610,11 +17611,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17634,7 +17635,7 @@ item_db: (
Id: 1645
AegisName: "Lich_Bone_Wand_M"
Name: "Lich's Bone Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 60
@@ -17648,11 +17649,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17678,7 +17679,7 @@ item_db: (
Id: 1646
AegisName: "Lacryma_Stick"
Name: "La'cryma Stick"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -17690,11 +17691,11 @@ item_db: (
Wizard: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,4;
bonus bMdef,1;
@@ -17707,7 +17708,7 @@ item_db: (
Id: 1647
AegisName: "Croce_Staff"
Name: "Croce Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -17719,11 +17720,11 @@ item_db: (
Priest: true
Monk: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bInt,4;
@@ -17734,7 +17735,7 @@ item_db: (
Id: 1648
AegisName: "Staff_Of_Bordeaux"
Name: "Staff Of Bordeaux"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -17745,11 +17746,11 @@ item_db: (
Wizard: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 50
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,2;
bonus bDex,1;
@@ -17763,7 +17764,7 @@ item_db: (
Id: 1649
AegisName: "Rafini_Staff"
Name: "Laphine Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -17775,18 +17776,18 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bFixedCastrate,-getrefine(); ">
},
{
Id: 1650
AegisName: "P_Staff1"
Name: "Eden Staff I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Matk: 125
Range: 1
@@ -17799,11 +17800,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17819,7 +17820,7 @@ item_db: (
Id: 1651
AegisName: "P_Staff2"
Name: "Eden Staff II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Matk: 150
Range: 1
@@ -17832,11 +17833,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17852,7 +17853,7 @@ item_db: (
Id: 1652
AegisName: "Tourist_Staff"
Name: "Traveler's Staff"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 35
Range: 1
@@ -17866,10 +17867,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17889,7 +17890,7 @@ item_db: (
Id: 1653
AegisName: "Staff_Of_Healing_C"
Name: "Healing Of Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 10
Matk: 100
@@ -17899,10 +17900,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -17923,7 +17924,7 @@ item_db: (
Id: 1654
AegisName: "Mental_Stick"
Name: "Mental Stick"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 40
@@ -17933,11 +17934,11 @@ item_db: (
Job: {
Sage: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 10
+ Subtype: "W_STAFF"
Script: <"
if(getrefine()>5) {
bonus2 bSkillAtk,SO_PSYCHIC_WAVE,(getrefine()-5)*2;
@@ -17952,7 +17953,7 @@ item_db: (
Id: 1655
AegisName: "Adventure_Staff"
Name: "Adventure Staff"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Range: 1
Job: {
@@ -17961,17 +17962,17 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1656
AegisName: "Academy_Wand"
Name: "Academy Wand"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 600
Atk: 60
Range: 1
@@ -17982,16 +17983,16 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 1657
AegisName: "Wand_Of_Affection"
Name: "Wand Of Affection"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -18001,11 +18002,11 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,2;
bonus bAtkEle,Ele_Holy;
@@ -18016,7 +18017,7 @@ item_db: (
Id: 1658
AegisName: "P_Staff3"
Name: "Eden Group Staff III"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Matk: 170
Range: 1
@@ -18029,11 +18030,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -18049,7 +18050,7 @@ item_db: (
Id: 1659
AegisName: "Recovery_Light"
Name: "Light of Recovery"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 400
Atk: 30
@@ -18059,11 +18060,11 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 110
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bUnbreakableWeapon,0;
@@ -18077,7 +18078,7 @@ item_db: (
Id: 1660
AegisName: "Wand_Of_Affection2"
Name: "Protection Staff II"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -18087,11 +18088,11 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bInt,4;
@@ -18102,7 +18103,7 @@ item_db: (
Id: 1661
AegisName: "Mental_Destroyer"
Name: "Mental Destroyer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 100
@@ -18111,11 +18112,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt, 10;
bonus bUnbreakableWeapon, 0;
@@ -18131,7 +18132,7 @@ item_db: (
Id: 1662
AegisName: "Bone_Wand_"
Name: "Evil Bone Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 40
@@ -18147,10 +18148,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,4;
bonus bAtkEle,Ele_Undead;
@@ -18160,7 +18161,7 @@ item_db: (
Id: 1663
AegisName: "Staff_Of_Bordeaux_"
Name: "Staff Of Bordeaux"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -18172,11 +18173,11 @@ item_db: (
Wizard: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 50
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,2;
bonus bDex,1;
@@ -18190,7 +18191,7 @@ item_db: (
Id: 1664
AegisName: "Thorn_Staff_"
Name: "Thorn Staff of Darkness"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 60
@@ -18204,11 +18205,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 75
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus bInt,3;
@@ -18221,7 +18222,7 @@ item_db: (
Id: 1665
AegisName: "Piercing_Staff_"
Name: "Staff of Piercing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 80
@@ -18235,11 +18236,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bMatkRate,15;
bonus bInt,4;
@@ -18250,7 +18251,7 @@ item_db: (
Id: 1666
AegisName: "Healing_Staff_"
Name: "Staff Of Healing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 10
Matk: 125
@@ -18261,10 +18262,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bMatkRate,15;
@@ -18275,7 +18276,7 @@ item_db: (
Id: 1667
AegisName: "TE_Woe_Staff"
Name: "TE WoE Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Matk: 100
@@ -18289,11 +18290,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Trade: {
nodrop: true
notrade: true
@@ -18313,7 +18314,7 @@ item_db: (
Id: 1668
AegisName: "Sword_Stick"
Name: "Sword Stick"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -18324,10 +18325,10 @@ item_db: (
Wizard: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAspdRate,10;
">
@@ -18336,7 +18337,7 @@ item_db: (
Id: 1669
AegisName: "Thanos_Staff"
Name: "Thanatos Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -18351,11 +18352,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -18371,7 +18372,7 @@ item_db: (
Id: 1670
AegisName: "RWC_Memory_Staff"
Name: "RWC Memory Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 25
@@ -18387,9 +18388,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bMatk,30*(getrefine()/3);
@@ -18406,7 +18407,7 @@ item_db: (
Id: 1671
AegisName: "Staff_Of_Evil_Slayer"
Name: "Evil Slayer Vanquisher Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 30
@@ -18422,10 +18423,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddRace,RC_Undead,10;
@@ -18439,7 +18440,7 @@ item_db: (
Id: 1680
AegisName: "Scarlet_Rod"
Name: "Crimson Rod"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 60
@@ -18456,10 +18457,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt,5;
bonus bMatk,((min(getrefine(),15)) ** (2));
@@ -18470,23 +18471,23 @@ item_db: (
Id: 1681
AegisName: "Short_Foxtail_Staff"
Name: "Short Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 30
Range: 1
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 1
- View: 10
+ Subtype: "W_STAFF"
},
{
Id: 1683
AegisName: "Enriched_Foxtail_Staff"
Name: "Enriched Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 200
Atk: 50
@@ -18496,18 +18497,18 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bMaxSP, 50; ">
},
{
Id: 1684
AegisName: "Long_Foxtail_Staff"
Name: "Long Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 200
Atk: 50
@@ -18516,10 +18517,10 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bLongAtkRate, 5;
bonus bMaxHP, 200;
@@ -18529,7 +18530,7 @@ item_db: (
Id: 1685
AegisName: "Dragonfly_Sitting_Foxtail_Staff"
Name: "Dragonfly Sitting Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 70
@@ -18539,11 +18540,11 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 20
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bInt, 1;
bonus bMaxHP, 100;
@@ -18554,7 +18555,7 @@ item_db: (
Id: 1686
AegisName: "Large_Foxtail_Staff"
Name: "Large Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 70
@@ -18563,10 +18564,10 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 20
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bLongAtkRate, 8;
bonus bDex, 1;
@@ -18578,7 +18579,7 @@ item_db: (
Id: 1687
AegisName: "Beginner_Foxtail_Staff"
Name: "Beginner Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 100
Atk: 40
@@ -18588,18 +18589,18 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 3
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bMaxHP, 100; ">
},
{
Id: 1690
AegisName: "Mysterious_Foxtail_Staff"
Name: "Mysterious Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 80
@@ -18609,11 +18610,11 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 60
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bMaxSP, 10 * (getrefine() / 3) + 50;
bonus bMatk, 10 * (getrefine() / 3);
@@ -18623,7 +18624,7 @@ item_db: (
Id: 1691
AegisName: "Strange_God_Foxtail_Staff"
Name: "Strange God Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 100
@@ -18633,11 +18634,11 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bMaxSP, 100;
bonus bMatkRate, 2 * (getrefine() / 3);
@@ -18654,7 +18655,7 @@ item_db: (
Id: 1692
AegisName: "Magical_Foxtail_Staff"
Name: "Magical Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 120
@@ -18664,11 +18665,11 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 140
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bMaxSP, 100;
bonus bMatkRate, 2 * (getrefine() / 3);
@@ -18685,7 +18686,7 @@ item_db: (
Id: 1693
AegisName: "Magical_Yellow_Foxtail_Staff"
Name: "Magical Yellow Foxtail Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 140
@@ -18695,11 +18696,11 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 175
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bMatkRate, 3 * (getrefine() / 2);
bonus4 bAutoSpellOnSkill, SU_FRESHSHRIMP, SU_ARCLOUSEDASH, max(1, getskilllv(SU_ARCLOUSEDASH)), 200;
@@ -18716,7 +18717,7 @@ item_db: (
Id: 1694
AegisName: "Foxtail_Model"
Name: "Foxtail Model"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 150
@@ -18725,10 +18726,10 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 60
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bLongAtkRate, 8;
bonus bMaxHP, 100;
@@ -18740,7 +18741,7 @@ item_db: (
Id: 1695
AegisName: "Delicate_Foxtail_Model"
Name: "Delicate Foxtail Model"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 195
@@ -18749,10 +18750,10 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bLongAtkRate, 8;
bonus bMaxHP, 200;
@@ -18770,7 +18771,7 @@ item_db: (
Id: 1696
AegisName: "Exquisite_Foxtail_Model"
Name: "Exquisite Foxtail Model"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 240
@@ -18779,10 +18780,10 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 140
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bLongAtkRate, 8;
bonus bMaxHPrate, 5;
@@ -18800,7 +18801,7 @@ item_db: (
Id: 1697
AegisName: "Exquisite_Yellow_Foxtail_Model"
Name: "Exquisite Yellow Foxtail Model"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 270
@@ -18809,10 +18810,10 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 175
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bLongAtkRate, 9;
bonus bMaxHPrate, 7;
@@ -18831,7 +18832,7 @@ item_db: (
Id: 1699
AegisName: "Paradise_Foxtail_Staff_I"
Name: "Eden Group Foxtail I"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Matk: 135
@@ -18839,12 +18840,12 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bDex, 3;
bonus bInt, 3;
@@ -18857,7 +18858,7 @@ item_db: (
Id: 1701
AegisName: "Bow"
Name: "Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1000
Weight: 500
Atk: 15
@@ -18870,16 +18871,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1702
AegisName: "Bow_"
Name: "Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1000
Weight: 500
Atk: 15
@@ -18892,16 +18893,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1703
AegisName: "Bow__"
Name: "Bow"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 15
Range: 5
Job: {
@@ -18911,11 +18912,11 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -18937,7 +18938,7 @@ item_db: (
Id: 1704
AegisName: "Composite_Bow"
Name: "Composite Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 600
Atk: 29
@@ -18950,16 +18951,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1705
AegisName: "Composite_Bow_"
Name: "Composite Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 600
Atk: 29
@@ -18972,16 +18973,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1706
AegisName: "Composite_Bow__"
Name: "Composite Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 600
Atk: 29
@@ -18993,16 +18994,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1707
AegisName: "Great_Bow"
Name: "Great Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 1000
Atk: 50
@@ -19015,16 +19016,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1708
AegisName: "Great_Bow_"
Name: "Great Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 1000
Atk: 50
@@ -19037,16 +19038,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1709
AegisName: "Great_Bow__"
Name: "Great Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 1000
Atk: 50
@@ -19058,16 +19059,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1710
AegisName: "CrossBow"
Name: "Cross Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17000
Weight: 900
Atk: 65
@@ -19080,16 +19081,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1711
AegisName: "CrossBow_"
Name: "Cross Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17000
Weight: 900
Atk: 65
@@ -19102,16 +19103,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1712
AegisName: "CrossBow__"
Name: "Cross Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17000
Weight: 900
Atk: 65
@@ -19123,16 +19124,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 18
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1713
AegisName: "Arbalest"
Name: "Arbalest Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 48000
Weight: 1000
Atk: 90
@@ -19145,17 +19146,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus bDex,2; ">
},
{
Id: 1714
AegisName: "Kakkung"
Name: "Gakkung Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 42000
Weight: 1100
Atk: 100
@@ -19168,16 +19169,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1715
AegisName: "Arbalest_"
Name: "Arbalest Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 48000
Weight: 1000
Atk: 90
@@ -19190,17 +19191,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus bDex,2; ">
},
{
Id: 1716
AegisName: "Kakkung_"
Name: "Gakkung Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 42000
Weight: 1100
Atk: 100
@@ -19213,16 +19214,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1718
AegisName: "Hunter_Bow"
Name: "Hunter Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 64000
Weight: 1500
Atk: 125
@@ -19230,16 +19231,16 @@ item_db: (
Job: {
Hunter: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1719
AegisName: "Bow_Of_Roguemaster"
Name: "Roguemaster's Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 75
@@ -19247,16 +19248,16 @@ item_db: (
Job: {
Thief: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1720
AegisName: "Bow_Of_Rudra"
Name: "Rudra Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 150
@@ -19267,10 +19268,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bInt,5;
@@ -19287,7 +19288,7 @@ item_db: (
Id: 1721
AegisName: "Repeting_CrossBow"
Name: "Repeating Crossbow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 89000
Weight: 2000
Atk: 95
@@ -19298,16 +19299,16 @@ item_db: (
Hunter: true
Rogue: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 65
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1722
AegisName: "Balistar"
Name: "Ballista"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 124000
Weight: 3500
Atk: 145
@@ -19316,16 +19317,16 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 77
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1723
AegisName: "Luna_Bow"
Name: "Luna Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 100
@@ -19334,17 +19335,17 @@ item_db: (
Job: {
Hunter: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 30
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus bDef,2+3*(getrefine()>5)+2*(getrefine()>8); ">
},
{
Id: 1724
AegisName: "Dragon_Wing"
Name: "Dragon Wing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 100
@@ -19356,10 +19357,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 60
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus3 bAddMonsterDropItem,1765,RC_Dragon,300;
bonus bIgnoreDefRace,RC_Dragon;
@@ -19369,7 +19370,7 @@ item_db: (
Id: 1725
AegisName: "Bow_Of_Minstrel"
Name: "Minstrel Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1700
Atk: 120
@@ -19379,10 +19380,10 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bInt,2;
bonus bSPrecovRate,10;
@@ -19392,7 +19393,7 @@ item_db: (
Id: 1726
AegisName: "Hunter_Bow_"
Name: "Hunter Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 64000
Weight: 1500
Atk: 125
@@ -19401,16 +19402,16 @@ item_db: (
Job: {
Hunter: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 33
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1727
AegisName: "Balistar_"
Name: "Ballista"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 124000
Weight: 3500
Atk: 145
@@ -19420,16 +19421,16 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 77
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1728
AegisName: "Balistar_C"
Name: "Ballista"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 194
Range: 5
@@ -19437,10 +19438,10 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19457,7 +19458,7 @@ item_db: (
Id: 1729
AegisName: "Bow_Of_Rudra_C"
Name: "Rudra Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 185
Range: 5
@@ -19467,10 +19468,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19492,7 +19493,7 @@ item_db: (
Id: 1730
AegisName: "Burning_Bow"
Name: "Burning Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 95
@@ -19504,17 +19505,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus2 bSubEle,Ele_Fire,10; ">
},
{
Id: 1731
AegisName: "Frozen_Bow"
Name: "Frozen Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 100
@@ -19526,17 +19527,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus2 bAddEff,Eff_Freeze,1000; ">
},
{
Id: 1732
AegisName: "Earth_Bow"
Name: "Earth Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 105
@@ -19548,16 +19549,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1733
AegisName: "Gust_Bow"
Name: "Gust Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 95
@@ -19569,16 +19570,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 55
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1734
AegisName: "Orc_Archer_Bow"
Name: "Orc Archer Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1600
Atk: 120
@@ -19589,17 +19590,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 65
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus2 bAddMonsterDropItem,1753,200; ">
},
{
Id: 1735
AegisName: "Kkakkung"
Name: "Kkakkung"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 5
@@ -19610,10 +19611,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19629,7 +19630,7 @@ item_db: (
Id: 1736
AegisName: "Double_Bound"
Name: "Double Bound"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 70
@@ -19638,18 +19639,18 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus3 bAutoSpell,AC_DOUBLE,getskilllv(AC_DOUBLE),10; ">
},
{
Id: 1737
AegisName: "Ixion_Wing"
Name: "Ixion Wings"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 135
@@ -19658,11 +19659,11 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 11
+ Subtype: "W_BOW"
Script: <"
autobonus "{ bonus bAspdRate,7; }",10+(getrefine()*2),7000,BF_WEAPON,"{ specialeffect(EF_HASTEUP, AREA, playerattached()); }";
bonus2 bAddSkillBlow,AC_CHARGEARROW,3;
@@ -19672,7 +19673,7 @@ item_db: (
Id: 1738
AegisName: "BF_Bow1"
Name: "Valorous Battle CrossBow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 5
@@ -19683,10 +19684,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19707,7 +19708,7 @@ item_db: (
Id: 1739
AegisName: "BF_Bow2"
Name: "Brave Battle CrossBow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 5
@@ -19718,10 +19719,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19742,7 +19743,7 @@ item_db: (
Id: 1740
AegisName: "Nepenthes_Bow"
Name: "Nepenthes Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 105
@@ -19751,18 +19752,18 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 60
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus4 bAutoSpellOnSkill,AC_DOUBLE,AC_CHARGEARROW,1,20; ">
},
{
Id: 1741
AegisName: "Cursed_Lyre"
Name: "Cursed Lyre"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1250
Atk: 125
@@ -19773,11 +19774,11 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bLuk,-2;
bonus2 bAddEff,Eff_Curse,400;
@@ -19787,7 +19788,7 @@ item_db: (
Id: 1742
AegisName: "N_Composite_Bow"
Name: "Novice Composite Bow"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 49
Range: 5
Slots: 3
@@ -19798,17 +19799,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 1743
AegisName: "Krieger_Bow1"
Name: "Glorious Hunter Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 5
@@ -19819,10 +19820,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19848,7 +19849,7 @@ item_db: (
Id: 1744
AegisName: "Bow_Of_Evil"
Name: "Bow Of Evil"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 170
Range: 5
@@ -19859,10 +19860,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19882,7 +19883,7 @@ item_db: (
Id: 1745
AegisName: "Falken_Blitz"
Name: "Falken Blitz"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -19891,11 +19892,11 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 50
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus2 bSkillAtk,SN_SHARPSHOOTING,10;
bonus2 bSkillAtk,AC_DOUBLE,10;
@@ -19906,7 +19907,7 @@ item_db: (
Id: 1746
AegisName: "Elven_Bow"
Name: "Elven Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 160
@@ -19916,18 +19917,18 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus bDex,2; ">
},
{
Id: 1747
AegisName: "P_Bow1"
Name: "Eden Bow I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 82
Range: 5
Job: {
@@ -19937,11 +19938,11 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19956,7 +19957,7 @@ item_db: (
Id: 1748
AegisName: "P_Bow2"
Name: "Eden Bow II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Range: 5
Job: {
@@ -19966,11 +19967,11 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -19985,7 +19986,7 @@ item_db: (
Id: 1749
AegisName: "Tourist_Bow"
Name: "Traveler's Bow"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 40
Range: 5
@@ -19996,10 +19997,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -20020,7 +20021,7 @@ item_db: (
Id: 1750
AegisName: "Arrow"
Name: "Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 1
Weight: 1
Atk: 25
@@ -20032,14 +20033,14 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
},
{
Id: 1751
AegisName: "Silver_Arrow"
Name: "Silver Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20051,15 +20052,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Holy; ">
},
{
Id: 1752
AegisName: "Fire_Arrow"
Name: "Fire Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20071,15 +20072,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 1753
AegisName: "Steel_Arrow"
Name: "Steel Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 4
Weight: 2
Atk: 40
@@ -20091,14 +20092,14 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
},
{
Id: 1754
AegisName: "Crystal_Arrow"
Name: "Crystal Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20110,15 +20111,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 1755
AegisName: "Arrow_Of_Wind"
Name: "Arrow of Wind"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20130,15 +20131,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1756
AegisName: "Stone_Arrow"
Name: "Stone Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20150,15 +20151,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 1757
AegisName: "Immatrial_Arrow"
Name: "Immaterial Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 1
Atk: 30
@@ -20170,15 +20171,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Ghost; ">
},
{
Id: 1758
AegisName: "Stun_Arrow"
Name: "Stun Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20190,15 +20191,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
},
{
Id: 1759
AegisName: "Freezing_Arrow"
Name: "Frozen Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20210,8 +20211,8 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <"
bonus bAtkEle,Ele_Water;
bonus2 bAddEff,Eff_Freeze,1000;
@@ -20221,7 +20222,7 @@ item_db: (
Id: 1760
AegisName: "Flash_Arrow"
Name: "Flash Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20233,15 +20234,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus2 bAddEff,Eff_Blind,1000; ">
},
{
Id: 1761
AegisName: "Curse_Arrow"
Name: "Cursed Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20253,15 +20254,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus2 bAddEff,Eff_Curse,1000; ">
},
{
Id: 1762
AegisName: "Rusty_Arrow"
Name: "Rusty Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20273,15 +20274,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Poison; ">
},
{
Id: 1763
AegisName: "Poison_Arrow"
Name: "Poison Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20293,8 +20294,8 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <"
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,2000;
@@ -20304,7 +20305,7 @@ item_db: (
Id: 1764
AegisName: "Incisive_Arrow"
Name: "Sharp Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 20
Weight: 3
Atk: 10
@@ -20316,15 +20317,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bCritical,20; ">
},
{
Id: 1765
AegisName: "Oridecon_Arrow"
Name: "Oridecon Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 30
Weight: 3
Atk: 50
@@ -20336,14 +20337,14 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
},
{
Id: 1766
AegisName: "Arrow_Of_Counter_Evil"
Name: "Arrow of Counter Evil"
- Type: 10
+ Type: "IT_AMMO"
Buy: 40
Weight: 3
Atk: 50
@@ -20355,15 +20356,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Holy; ">
},
{
Id: 1767
AegisName: "Arrow_Of_Shadow"
Name: "Arrow of Shadow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 30
@@ -20375,15 +20376,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus bAtkEle,Ele_Dark; ">
},
{
Id: 1768
AegisName: "Sleep_Arrow"
Name: "Sleep Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20395,15 +20396,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus2 bAddEff,Eff_Sleep,2000; ">
},
{
Id: 1769
AegisName: "Silence_Arrow"
Name: "Mute Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 3
Atk: 1
@@ -20415,15 +20416,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <" bonus2 bAddEff,Eff_Silence,1000; ">
},
{
Id: 1770
AegisName: "Iron_Arrow"
Name: "Iron Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 2
Weight: 1
Atk: 30
@@ -20435,14 +20436,14 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
},
{
Id: 1771
AegisName: "Venom_Knife"
Name: "Venom Knife"
- Type: 10
+ Type: "IT_AMMO"
Buy: 50
Weight: 5
Atk: 30
@@ -20454,14 +20455,14 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 2
+ Loc: "EQP_AMMO"
+ Subtype: "A_DAGGER"
},
{
Id: 1772
AegisName: "Holy_Arrow"
Name: "Holy Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 3
Weight: 2
Atk: 50
@@ -20473,8 +20474,8 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus2 bAddRace,RC_Demon,5;
@@ -20484,7 +20485,7 @@ item_db: (
Id: 1773
AegisName: "Arrow_Of_Elf"
Name: "Elven Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 5
Weight: 1
Atk: 45
@@ -20496,15 +20497,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 1
+ Subtype: "A_ARROW"
},
{
Id: 1774
AegisName: "Hunting_Arrow"
Name: "Hunting Arrow"
- Type: 10
+ Type: "IT_AMMO"
Buy: 5
Weight: 1
Atk: 35
@@ -20516,14 +20517,14 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
- View: 1
+ Loc: "EQP_AMMO"
+ Subtype: "A_ARROW"
},
{
Id: 1775
AegisName: "Siege_Arrow_S"
Name: "WoE Arrow S"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 1
Atk: 45
@@ -20535,15 +20536,15 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 130
- View: 1
+ Subtype: "A_ARROW"
},
{
Id: 1776
AegisName: "Siege_Arrow_A"
Name: "WoE Arrow A"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 1
Atk: 30
@@ -20555,9 +20556,9 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 95
- View: 1
+ Subtype: "A_ARROW"
},
//== Knuckles ==============================================
@@ -20565,7 +20566,7 @@ item_db: (
Id: 1800
AegisName: "Fist_of_Vicious_Mind"
Name: "Fist of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 150
@@ -20575,10 +20576,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
">
@@ -20587,7 +20588,7 @@ item_db: (
Id: 1801
AegisName: "Waghnakh"
Name: "Waghnak"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 8000
Weight: 400
Atk: 30
@@ -20597,15 +20598,15 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1802
AegisName: "Waghnakh_"
Name: "Waghnak"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 8000
Weight: 400
Atk: 30
@@ -20615,15 +20616,15 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1803
AegisName: "Knuckle_Duster"
Name: "Knuckle Dusters"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 25000
Weight: 450
Atk: 50
@@ -20633,16 +20634,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1804
AegisName: "Knuckle_Duster_"
Name: "Knuckle Dusters"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 25000
Weight: 450
Atk: 50
@@ -20652,16 +20653,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1805
AegisName: "Hora"
Name: "Studded Knuckles"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 32000
Weight: 450
Atk: 65
@@ -20671,16 +20672,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1806
AegisName: "Hora_"
Name: "Studded Knuckles"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 32000
Weight: 450
Atk: 65
@@ -20690,16 +20691,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 12
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1807
AegisName: "Fist"
Name: "Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 53000
Weight: 650
Atk: 115
@@ -20708,16 +20709,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1808
AegisName: "Fist_"
Name: "Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 53000
Weight: 650
Atk: 115
@@ -20727,16 +20728,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1809
AegisName: "Claw"
Name: "Claw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 67000
Weight: 500
Atk: 86
@@ -20746,17 +20747,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus bStr,2; ">
},
{
Id: 1810
AegisName: "Claw_"
Name: "Claw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 67000
Weight: 500
Atk: 86
@@ -20766,17 +20767,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus bStr,2; ">
},
{
Id: 1811
AegisName: "Finger"
Name: "Finger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 58000
Weight: 500
Atk: 97
@@ -20786,16 +20787,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1812
AegisName: "Finger_"
Name: "Finger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 58000
Weight: 500
Atk: 97
@@ -20805,16 +20806,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 24
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1813
AegisName: "Kaiser_Knuckle"
Name: "Kaiser Knuckle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 450
Atk: 110
@@ -20823,10 +20824,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bAddRace,RC_Undead,5;
@@ -20840,7 +20841,7 @@ item_db: (
Id: 1814
AegisName: "Berserk"
Name: "Berserk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -20849,17 +20850,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus bAspdRate,12; ">
},
{
Id: 1815
AegisName: "Claw_Of_Garm"
Name: "Hatii Claw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 550
Atk: 152
@@ -20869,10 +20870,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus bMaxHPrate,-2;
@@ -20883,7 +20884,7 @@ item_db: (
Id: 1816
AegisName: "Berserk_"
Name: "Berserk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -20893,17 +20894,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus bAspdRate,12; ">
},
{
Id: 1817
AegisName: "Kaiser_Knuckle_C"
Name: "Kaiser Knuckle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 159
Range: 1
@@ -20911,10 +20912,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -20939,7 +20940,7 @@ item_db: (
Id: 1818
AegisName: "Magma_Fist"
Name: "Magma Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 650
Atk: 80
@@ -20949,17 +20950,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 75
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,5,10; ">
},
{
Id: 1819
AegisName: "Icicle_Fist"
Name: "Icicle Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 650
Atk: 80
@@ -20969,17 +20970,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 75
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,5,10; ">
},
{
Id: 1820
AegisName: "Electric_Fist"
Name: "Electric Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 650
Atk: 80
@@ -20989,17 +20990,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 75
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus3 bAutoSpell,SA_LIGHTNINGLOADER,5,10; ">
},
{
Id: 1821
AegisName: "Seismic_Fist"
Name: "Seismic Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 650
Atk: 80
@@ -21009,17 +21010,17 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 75
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,5,10; ">
},
{
Id: 1822
AegisName: "Combo_Battle_Glove"
Name: "Combo Battle Glove"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -21029,10 +21030,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus2 bSkillAtk,MO_TRIPLEATTACK,15;
bonus2 bSkillAtk,MO_CHAINCOMBO,15;
@@ -21043,7 +21044,7 @@ item_db: (
Id: 1823
AegisName: "BF_Knuckle1"
Name: "Valorous Battle Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 30
Range: 1
@@ -21051,10 +21052,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21077,7 +21078,7 @@ item_db: (
Id: 1824
AegisName: "BF_Knuckle2"
Name: "Brave Battle Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 30
Range: 1
@@ -21085,10 +21086,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21111,7 +21112,7 @@ item_db: (
Id: 1825
AegisName: "Horn_Of_Hilthrion"
Name: "Horn of Hillslion"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 95
@@ -21120,11 +21121,11 @@ item_db: (
Job: {
Monk: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
bonus4 bAutoSpellOnSkill,CH_PALMSTRIKE,MO_INVESTIGATE,1,100;
@@ -21135,7 +21136,7 @@ item_db: (
Id: 1826
AegisName: "Krieger_Knuckle1"
Name: "Glorious Claw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 30
Range: 1
@@ -21143,10 +21144,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21174,7 +21175,7 @@ item_db: (
Id: 1827
AegisName: "Krieger_Knuckle2"
Name: "Glorious Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 30
Range: 1
@@ -21182,10 +21183,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21213,7 +21214,7 @@ item_db: (
Id: 1828
AegisName: "Monk_Knuckle"
Name: "Monk Knuckle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 150
Range: 1
@@ -21221,10 +21222,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21244,17 +21245,17 @@ item_db: (
Id: 1829
AegisName: "Fist_C"
Name: "Fist"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 150
Range: 1
Job: {
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21276,7 +21277,7 @@ item_db: (
Id: 1830
AegisName: "Sura_Rampage"
Name: "Sura's Rampage"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 142
@@ -21285,11 +21286,11 @@ item_db: (
Job: {
Monk: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus2 bSkillAtk,SR_EARTHSHAKER,20;
bonus2 bSkillAtk,SR_SKYNETBLOW,20;
@@ -21303,18 +21304,18 @@ item_db: (
Id: 1831
AegisName: "P_Knuckle1"
Name: "Eden Group Knuckle I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Range: 1
Job: {
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21329,7 +21330,7 @@ item_db: (
Id: 1832
AegisName: "Velum_Claw"
Name: "Vellum Claw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 650
Atk: 160
@@ -21338,10 +21339,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus2 bAddRace,RC_Player,100;
if(getrefine()>7) {
@@ -21358,7 +21359,7 @@ item_db: (
Id: 1833
AegisName: "Claw_Of_Flash"
Name: "Claw of Flash"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 400
Atk: 140
@@ -21368,16 +21369,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 105
- View: 12
+ Subtype: "W_KNUCKLE"
},
{
Id: 1834
AegisName: "TE_Woe_Fist"
Name: "TE WoE Fist"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 150
Range: 1
@@ -21385,11 +21386,11 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 12
+ Subtype: "W_KNUCKLE"
Trade: {
nodrop: true
notrade: true
@@ -21408,7 +21409,7 @@ item_db: (
Id: 1835
AegisName: "Spartacus"
Name: "Spartacus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 100
@@ -21418,10 +21419,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 50
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkRate,getrefine();
@@ -21432,7 +21433,7 @@ item_db: (
Id: 1836
AegisName: "Thanos_Knuckle"
Name: "Thanatos Knuckles"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1600
Atk: 60
@@ -21442,11 +21443,11 @@ item_db: (
Job: {
Monk: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -21461,7 +21462,7 @@ item_db: (
Id: 1839
AegisName: "Scarlet_Knuckle"
Name: "Crimson Knuckle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -21471,10 +21472,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 12
+ Subtype: "W_KNUCKLE"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -21486,7 +21487,7 @@ item_db: (
Id: 1900
AegisName: "Violin_of_Vicious_Mind"
Name: "Violin of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 130
@@ -21496,11 +21497,11 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2))/2;
@@ -21510,7 +21511,7 @@ item_db: (
Id: 1901
AegisName: "Violin"
Name: "Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 4000
Weight: 700
Atk: 50
@@ -21519,17 +21520,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1902
AegisName: "Violin_"
Name: "Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 4000
Weight: 700
Atk: 50
@@ -21538,17 +21539,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1903
AegisName: "Mandolin"
Name: "Mandolin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 18000
Weight: 400
Atk: 90
@@ -21557,17 +21558,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1904
AegisName: "Mandolin_"
Name: "Mandolin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 18000
Weight: 400
Atk: 90
@@ -21576,17 +21577,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1905
AegisName: "Lute"
Name: "Lute"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 24500
Weight: 500
Atk: 105
@@ -21595,17 +21596,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1906
AegisName: "Lute_"
Name: "Lute"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 24500
Weight: 500
Atk: 105
@@ -21614,17 +21615,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 14
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1907
AegisName: "Guitar"
Name: "Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 47000
Weight: 900
Atk: 142
@@ -21632,17 +21633,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1908
AegisName: "Guitar_"
Name: "Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 47000
Weight: 900
Atk: 142
@@ -21651,17 +21652,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1909
AegisName: "Harp"
Name: "Harp"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 62000
Weight: 900
Atk: 114
@@ -21670,18 +21671,18 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
Script: <" bonus bInt,2; ">
},
{
Id: 1910
AegisName: "Harp_"
Name: "Harp"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 62000
Weight: 900
Atk: 114
@@ -21690,18 +21691,18 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
Script: <" bonus bInt,2; ">
},
{
Id: 1911
AegisName: "Guh_Moon_Goh"
Name: "Gumoongoh"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 54000
Weight: 1300
Atk: 126
@@ -21710,17 +21711,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1912
AegisName: "Guh_Moon_Goh_"
Name: "Gumoongoh"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 54000
Weight: 1300
Atk: 126
@@ -21729,17 +21730,17 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
},
{
Id: 1913
AegisName: "Electronic_Guitar"
Name: "Electric Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 110
@@ -21747,11 +21748,11 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
skill WZ_JUPITEL,1;
bonus3 bAutoSpell,WZ_JUPITEL,1,100;
@@ -21765,7 +21766,7 @@ item_db: (
Id: 1914
AegisName: "Guitar_Of_Passion"
Name: "Burning Passion Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 110
@@ -21773,18 +21774,18 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 1915
AegisName: "Guitar_Of_Blue_Solo"
Name: "Loner's Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 110
@@ -21792,18 +21793,18 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 1916
AegisName: "Guitar_Of_Vast_Land"
Name: "Green Acre Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 110
@@ -21811,18 +21812,18 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 1917
AegisName: "Guitar_Of_Gentle_Breeze"
Name: "Gentle Breeze Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 110
@@ -21830,18 +21831,18 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 27
- View: 13
+ Subtype: "W_MUSICAL"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1918
AegisName: "Oriental_Lute"
Name: "Oriental Lute"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 150
@@ -21849,11 +21850,11 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus2 bSkillAtk,CG_ARROWVULCAN,10;
bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
@@ -21863,7 +21864,7 @@ item_db: (
Id: 1919
AegisName: "Base_Guitar"
Name: "Base Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 130
@@ -21872,12 +21873,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bSPGainValue,3;
bonus4 bAutoSpellWhenHit,WZ_HEAVENDRIVE,3,30,1;
@@ -21888,7 +21889,7 @@ item_db: (
Id: 1920
AegisName: "Berserk_Guitar"
Name: "Berserk Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 10
@@ -21896,12 +21897,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bAspdRate,100;
bonus bHPrecovRate,-100;
@@ -21913,18 +21914,18 @@ item_db: (
Id: 1921
AegisName: "Guh_Moon_Gom"
Name: "Gun Moon Gom"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -21940,7 +21941,7 @@ item_db: (
Id: 1922
AegisName: "Oriental_Lute_"
Name: "Oriental Lute"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 150
@@ -21949,11 +21950,11 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus2 bSkillAtk,CG_ARROWVULCAN,10;
bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
@@ -21963,18 +21964,18 @@ item_db: (
Id: 1923
AegisName: "BF_Instrument1"
Name: "Valorous Battlefield Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -21995,18 +21996,18 @@ item_db: (
Id: 1924
AegisName: "BF_Instrument2"
Name: "Brave Battlefield Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22027,7 +22028,7 @@ item_db: (
Id: 1925
AegisName: "Cello"
Name: "Cello"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -22036,12 +22037,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bAgi,2;
bonus bDex,3;
@@ -22053,7 +22054,7 @@ item_db: (
Id: 1926
AegisName: "Harp_Of_Nepenthes"
Name: "Harp of Nepenthes"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 120
@@ -22062,12 +22063,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bInt,2;
if( getrefine()>9 ) {
@@ -22082,18 +22083,18 @@ item_db: (
Id: 1927
AegisName: "Krieger_Instrument1"
Name: "Glorious Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22118,18 +22119,18 @@ item_db: (
Id: 1928
AegisName: "Berserk_Guitar_I"
Name: "Spirited Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 40
Range: 1
Job: {
Bard: true
}
- Upper: 58
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22151,17 +22152,17 @@ item_db: (
Id: 1929
AegisName: "Guitar_C"
Name: "Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 177
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22183,7 +22184,7 @@ item_db: (
Id: 1930
AegisName: "Green_Whistle"
Name: "Green Whistle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 170
@@ -22193,12 +22194,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
if(getrefine()>5) {
bonus2 bSkillUseSP,MI_RUSH_WINDMILL,(getrefine()-5)*4;
@@ -22212,18 +22213,18 @@ item_db: (
Id: 1931
AegisName: "P_String_Inst1"
Name: "Eden Group Guitar I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 125
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22238,18 +22239,18 @@ item_db: (
Id: 1932
AegisName: "TE_Woe_Guitar"
Name: "TE WoE Guitar"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 1
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22268,7 +22269,7 @@ item_db: (
Id: 1933
AegisName: "Thanos_Violin"
Name: "Thanatos Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 200
@@ -22278,12 +22279,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -22298,7 +22299,7 @@ item_db: (
Id: 1934
AegisName: "Contabass"
Name: "Double Bass"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 124000
Weight: 250
Atk: 180
@@ -22308,12 +22309,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 130
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus2 bSkillCooldown,WM_RANDOMIZESPELL,-2000;
">
@@ -22322,7 +22323,7 @@ item_db: (
Id: 1935
AegisName: "Ukulele_Of_Newoz"
Name: "Oz's New Ukulele"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 124000
Weight: 1000
Atk: 160
@@ -22331,12 +22332,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus2 bSkillUseSP,MI_RUSH_WINDMILL,-20;
">
@@ -22345,7 +22346,7 @@ item_db: (
Id: 1936
AegisName: "Ru_Blue_Violin"
Name: "Blue Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 180
@@ -22354,12 +22355,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bDex,5;
bonus bVit,5;
@@ -22369,7 +22370,7 @@ item_db: (
Id: 1937
AegisName: "Ru_Gold_Violin"
Name: "Ru Gold Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 180
@@ -22378,12 +22379,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 120
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bDex,8;
bonus bVit,8;
@@ -22393,7 +22394,7 @@ item_db: (
Id: 1938
AegisName: "Infinity_Violin"
Name: "Infinity Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 150
@@ -22402,12 +22403,12 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 13
+ Subtype: "W_MUSICAL"
Trade: {
nodrop: true
notrade: true
@@ -22421,7 +22422,7 @@ item_db: (
Id: 1939
AegisName: "Scarlet_Viollin"
Name: "Crimson Violin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 80
@@ -22430,11 +22431,11 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -22444,7 +22445,7 @@ item_db: (
Id: 1940
AegisName: "Conch_"
Name: "Conch"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 600
Atk: 120
Range: 1
@@ -22452,11 +22453,11 @@ item_db: (
Job: {
Bard: true
}
- Gender: 1
- Loc: 2
+ Gender: "SEX_MALE"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 13
+ Subtype: "W_MUSICAL"
Script: <"
bonus bInt, getrefine();
bonus bDex, getrefine();
@@ -22483,7 +22484,7 @@ item_db: (
Id: 1950
AegisName: "Rope"
Name: "Rope"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 400
Atk: 45
@@ -22492,16 +22493,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 3
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1951
AegisName: "Rope_"
Name: "Rope"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2500
Weight: 400
Atk: 45
@@ -22510,16 +22511,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 3
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1952
AegisName: "Line"
Name: "Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 12000
Weight: 300
Atk: 80
@@ -22528,16 +22529,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 16
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1953
AegisName: "Line_"
Name: "Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 12000
Weight: 300
Atk: 80
@@ -22546,16 +22547,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 16
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1954
AegisName: "Wire"
Name: "Wire Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17500
Weight: 1000
Atk: 95
@@ -22564,16 +22565,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 16
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1955
AegisName: "Wire_"
Name: "Wire Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17500
Weight: 1000
Atk: 95
@@ -22582,16 +22583,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 16
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1956
AegisName: "Rante"
Name: "Rante Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 32000
Weight: 900
Atk: 135
@@ -22599,16 +22600,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1957
AegisName: "Rante_"
Name: "Rante Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 32000
Weight: 900
Atk: 135
@@ -22617,16 +22618,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1958
AegisName: "Tail"
Name: "Tail Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 700
Atk: 105
@@ -22635,17 +22636,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bLuk,3; ">
},
{
Id: 1959
AegisName: "Tail_"
Name: "Tail Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 41000
Weight: 700
Atk: 105
@@ -22654,17 +22655,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bLuk,3; ">
},
{
Id: 1960
AegisName: "Whip"
Name: "Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 38000
Weight: 700
Atk: 120
@@ -22673,16 +22674,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1961
AegisName: "Whip_"
Name: "Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 38000
Weight: 700
Atk: 120
@@ -22691,16 +22692,16 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
},
{
Id: 1962
AegisName: "Lariat"
Name: "Lariat Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 100
@@ -22708,10 +22709,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 44
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bDex,5;
bonus bAgi,1;
@@ -22721,7 +22722,7 @@ item_db: (
Id: 1963
AegisName: "Rapture_Rose"
Name: "Rapture Rose"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 300
Atk: 115
@@ -22729,10 +22730,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 44
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,5000;
@@ -22742,7 +22743,7 @@ item_db: (
Id: 1964
AegisName: "Chemeti"
Name: "Chemeti Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 135
@@ -22750,10 +22751,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 44
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bCritical,5;
bonus bFlee,10;
@@ -22764,7 +22765,7 @@ item_db: (
Id: 1965
AegisName: "Whip_Of_Red_Flame"
Name: "Red Flame Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -22772,17 +22773,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 1966
AegisName: "Whip_Of_Ice_Piece"
Name: "Icicle Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -22790,17 +22791,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 1967
AegisName: "Whip_Of_Earth"
Name: "Gaia Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -22808,17 +22809,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 1968
AegisName: "Jump_Rope"
Name: "Skipping Rope"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 400
Atk: 120
@@ -22826,17 +22827,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bCritical,20; ">
},
{
Id: 1969
AegisName: "Bladed_Whip"
Name: "Blade Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 140
@@ -22844,17 +22845,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus2 bAddEff,Eff_Bleeding,300; ">
},
{
Id: 1970
AegisName: "Queens_Whip"
Name: "Queen's Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1100
Atk: 150
@@ -22862,10 +22863,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus2 bSkillAtk,CG_ARROWVULCAN,10;
bonus2 bSkillAtk,DC_THROWARROW,10;
@@ -22875,7 +22876,7 @@ item_db: (
Id: 1971
AegisName: "Electric_Wire"
Name: "Electric Wire"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -22883,17 +22884,17 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 1972
AegisName: "Electric_Eel"
Name: "Electric Eel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 100
@@ -22902,11 +22903,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bInt,2;
@@ -22919,7 +22920,7 @@ item_db: (
Id: 1973
AegisName: "Sea_Witch_Foot"
Name: "Sea Witch's Foot"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 110
@@ -22928,11 +22929,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bSPGainValue,5;
bonus4 bAutoSpellWhenHit,WZ_FROSTNOVA,3,50,1;
@@ -22943,7 +22944,7 @@ item_db: (
Id: 1974
AegisName: "Carrot_Whip"
Name: "Carrot Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 185
@@ -22951,28 +22952,28 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 14
+ Subtype: "W_WHIP"
Script: <" if(getrefine()>0) bonus3 bAutoSpell,AL_INCAGI,getrefine(),10; ">
},
{
Id: 1975
AegisName: "Queen_Is_Whip"
Name: "Queen Is Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -22988,7 +22989,7 @@ item_db: (
Id: 1976
AegisName: "Queens_Whip_"
Name: "Queen's Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1100
Atk: 150
@@ -22997,10 +22998,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 65
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus2 bSkillAtk,CG_ARROWVULCAN,10;
bonus2 bSkillAtk,DC_THROWARROW,10;
@@ -23010,17 +23011,17 @@ item_db: (
Id: 1977
AegisName: "BF_Whip1"
Name: "Valorous Battle Lariat"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23041,17 +23042,17 @@ item_db: (
Id: 1978
AegisName: "BF_Whip2"
Name: "Brave Battle Lariat"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23072,7 +23073,7 @@ item_db: (
Id: 1979
AegisName: "Stem_Of_Nepenthes"
Name: "Stem of Nepenthes"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 120
@@ -23081,11 +23082,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bInt,2;
if( getrefine()>=9 ) {
@@ -23100,7 +23101,7 @@ item_db: (
Id: 1980
AegisName: "Whip_Of_Balance"
Name: "Whip of Balance"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 110
@@ -23109,11 +23110,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bAgi,2;
bonus bDex,3;
@@ -23125,17 +23126,17 @@ item_db: (
Id: 1981
AegisName: "Krieger_Whip1"
Name: "Glorious Lariat"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23160,17 +23161,17 @@ item_db: (
Id: 1982
AegisName: "Phenomena_Whip"
Name: "Phenomena Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 160
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23190,16 +23191,16 @@ item_db: (
Id: 1983
AegisName: "Rante_C"
Name: "Rante Whip"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 170
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23221,7 +23222,7 @@ item_db: (
Id: 1984
AegisName: "Stem_Whip"
Name: "Stem Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 170
@@ -23231,11 +23232,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 14
+ Subtype: "W_WHIP"
Script: <"
if(getrefine()>5) {
bonus2 bSkillUseSP,WA_SWING_DANCE,(getrefine()-5)*4;
@@ -23249,7 +23250,7 @@ item_db: (
Id: 1985
AegisName: "Rosebine"
Name: "Rosevine"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -23258,11 +23259,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 110
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bInt,2;
bonus bAgi,-2;
@@ -23273,16 +23274,16 @@ item_db: (
Id: 1986
AegisName: "P_Tail1"
Name: "Eden Group Whip I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 125
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23297,17 +23298,17 @@ item_db: (
Id: 1987
AegisName: "TE_Woe_Rope"
Name: "TE WoE Rope"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 2
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
Refine: false
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23326,7 +23327,7 @@ item_db: (
Id: 1988
AegisName: "Thanos_Whip"
Name: "Thanatos Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 200
@@ -23336,11 +23337,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -23355,7 +23356,7 @@ item_db: (
Id: 1989
AegisName: "Gymnastics_Ribbon"
Name: "Rhythmic Gymnastics Ribbon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 124000
Weight: 300
Atk: 150
@@ -23365,18 +23366,18 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 130
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus bAspdRate,20; ">
},
{
Id: 1990
AegisName: "Floral_Mic_Of_Igu"
Name: "Bloody Floral Decoration Microphone"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 124000
Weight: 1000
Atk: 160
@@ -23385,18 +23386,18 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 14
+ Subtype: "W_WHIP"
Script: <" bonus2 bSkillUseSP,CG_MOONLIT,-20; ">
},
{
Id: 1991
AegisName: "Ru_Blue_Whip"
Name: "Blue Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 180
@@ -23405,11 +23406,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bDex,5;
bonus bVit,5;
@@ -23419,7 +23420,7 @@ item_db: (
Id: 1992
AegisName: "Ru_Gold_Whip"
Name: "Ru Gold Whip"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 180
@@ -23428,11 +23429,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 120
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bDex,8;
bonus bVit,8;
@@ -23442,7 +23443,7 @@ item_db: (
Id: 1994
AegisName: "Infinity_Wire"
Name: "Infinity Wire"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 2
@@ -23450,11 +23451,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 14
+ Subtype: "W_WHIP"
Trade: {
nodrop: true
notrade: true
@@ -23468,7 +23469,7 @@ item_db: (
Id: 1995
AegisName: "Scarlet_Wire"
Name: "Crimson Wire"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 80
@@ -23477,10 +23478,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -23490,7 +23491,7 @@ item_db: (
Id: 1996
AegisName: "Wire_of_Vicious_Mind"
Name: "Wire of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 130
@@ -23500,10 +23501,10 @@ item_db: (
Job: {
Bard: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 14
+ Subtype: "W_WHIP"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2))/2;
@@ -23515,7 +23516,7 @@ item_db: (
Id: 2000
AegisName: "Destruction_Rod"
Name: "Staff of Destruction"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 130
@@ -23525,11 +23526,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bMatkRate,getrefine()/2;
bonus bInt,3;
@@ -23543,7 +23544,7 @@ item_db: (
Id: 2001
AegisName: "Divine_Cross"
Name: "Divine Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 120
@@ -23553,10 +23554,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bDex,4;
@@ -23568,7 +23569,7 @@ item_db: (
Id: 2002
AegisName: "Krieger_Twohand_Staff1"
Name: "Glorious Destruction Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Matk: 210
@@ -23582,10 +23583,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 23
+ Subtype: "W_2HSTAFF"
Trade: {
nodrop: true
notrade: true
@@ -23615,7 +23616,7 @@ item_db: (
Id: 2003
AegisName: "Destruction_Rod_M"
Name: "Staff of Destruction"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 130
@@ -23625,11 +23626,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 23
+ Subtype: "W_2HSTAFF"
Trade: {
nodrop: true
notrade: true
@@ -23652,7 +23653,7 @@ item_db: (
Id: 2004
AegisName: "Kronos"
Name: "Kronos"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 30
@@ -23663,11 +23664,11 @@ item_db: (
Wizard: true
Sage: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 50
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bInt,3+(getrefine()/2);
bonus bMaxHP,300+(50*getrefine()/2);
@@ -23678,7 +23679,7 @@ item_db: (
Id: 2005
AegisName: "Dea_Staff"
Name: "Dea Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 30
@@ -23690,11 +23691,11 @@ item_db: (
Priest: true
Monk: true
}
- Upper: 58
- Loc: 34
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 50
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bMatkRate,getrefine()/2;
@@ -23707,7 +23708,7 @@ item_db: (
Id: 2006
AegisName: "G_Staff_Of_Light"
Name: "Guardian Of Light Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1900
Atk: 80
@@ -23719,10 +23720,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 60
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bInt,6;
@@ -23732,7 +23733,7 @@ item_db: (
Id: 2007
AegisName: "Golden_Rod_Staff"
Name: "Golden Rod Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23742,11 +23743,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bInt,3;
@@ -23757,7 +23758,7 @@ item_db: (
Id: 2008
AegisName: "Aqua_Staff"
Name: "Aqua Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23767,11 +23768,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Water;
bonus bInt,3;
@@ -23783,7 +23784,7 @@ item_db: (
Id: 2009
AegisName: "Crimson_Staff"
Name: "Crimson Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23793,11 +23794,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus bInt,3;
@@ -23809,7 +23810,7 @@ item_db: (
Id: 2010
AegisName: "Forest_Staff"
Name: "Forest Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23819,11 +23820,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bAtkEle,Ele_Earth;
bonus bInt,3;
@@ -23835,7 +23836,7 @@ item_db: (
Id: 2011
AegisName: "Golden_Rod_Staff2"
Name: "Empowered Golden Rod Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23845,11 +23846,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bInt,5;
@@ -23860,7 +23861,7 @@ item_db: (
Id: 2012
AegisName: "Aqua_Staff2"
Name: "Empowered Aqua Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23870,11 +23871,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Water;
bonus bInt,5;
@@ -23886,7 +23887,7 @@ item_db: (
Id: 2013
AegisName: "Crimson_Staff2"
Name: "Empowered Crimson Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23896,11 +23897,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus bInt,5;
@@ -23912,7 +23913,7 @@ item_db: (
Id: 2014
AegisName: "Forest_Staff2"
Name: "Empowered Forest Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 30
@@ -23922,11 +23923,11 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bAtkEle,Ele_Earth;
bonus bInt,5;
@@ -23938,7 +23939,7 @@ item_db: (
Id: 2015
AegisName: "Upg_Staff"
Name: "Upgrade Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 50
@@ -23954,9 +23955,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bMatk,(getrefine()*10);
bonus bHealPower,getrefine();
@@ -23969,7 +23970,7 @@ item_db: (
Id: 2016
AegisName: "Velum_Arc_Wand"
Name: "Vellum Arc Wand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 110
@@ -23984,10 +23985,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bMagicAddRace,RC_Player,25;
@@ -24005,7 +24006,7 @@ item_db: (
Id: 2017
AegisName: "Divine_Cross_"
Name: "Divine Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 120
@@ -24016,10 +24017,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkEle,Ele_Holy;
@@ -24030,7 +24031,7 @@ item_db: (
Id: 2018
AegisName: "Metal_Staff"
Name: "Metal Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Matk: 70
@@ -24046,9 +24047,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 23
+ Subtype: "W_2HSTAFF"
Trade: {
nodrop: true
notrade: true
@@ -24071,7 +24072,7 @@ item_db: (
Id: 2019
AegisName: "TE_Woe_Two_Hand_Staff"
Name: "TE Woe Two Hand Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Matk: 130
@@ -24086,11 +24087,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 23
+ Subtype: "W_2HSTAFF"
Trade: {
nodrop: true
notrade: true
@@ -24110,7 +24111,7 @@ item_db: (
Id: 2020
AegisName: "Jormungand"
Name: "Jormungand"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 200
@@ -24121,11 +24122,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 90
Refine: false
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bInt,20;
bonus bAtkEle,Ele_Poison;
@@ -24138,7 +24139,7 @@ item_db: (
Id: 2021
AegisName: "Ganbantein"
Name: "Ganbantein"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 100
@@ -24147,12 +24148,12 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
Refine: false
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bInt,25;
bonus bDex,25;
@@ -24166,7 +24167,7 @@ item_db: (
Id: 2022
AegisName: "Staff_Of_Geffen"
Name: "Staff Of Geffen"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -24175,18 +24176,18 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 150
- View: 10
+ Subtype: "W_STAFF"
Script: <" bonus bInt,20; ">
},
{
Id: 2023
AegisName: "Thanos_Rod"
Name: "Thanatos Two-Handed Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1400
Atk: 120
@@ -24201,11 +24202,11 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -24221,7 +24222,7 @@ item_db: (
Id: 2024
AegisName: "Infinity_Staff"
Name: "Infinity Staff"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 30
@@ -24232,11 +24233,11 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 23
+ Subtype: "W_2HSTAFF"
Trade: {
nodrop: true
notrade: true
@@ -24250,7 +24251,7 @@ item_db: (
Id: 2025
AegisName: "Scarlet_Staff"
Name: "Staff of Crimson"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -24263,10 +24264,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bInt,5;
@@ -24278,7 +24279,7 @@ item_db: (
Id: 2026
AegisName: "Staff_of_Vicious_Mind"
Name: "Staff of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -24291,10 +24292,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 23
+ Subtype: "W_2HSTAFF"
Script: <"
bonus bInt,6;
bonus bMatk,((min(getrefine(),15)) ** (2));
@@ -24307,30 +24308,30 @@ item_db: (
Id: 2101
AegisName: "Guard"
Name: "Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 300
Def: 20
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
},
{
Id: 2102
AegisName: "Guard_"
Name: "Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 300
Def: 20
Slots: 1
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
},
{
Id: 2103
AegisName: "Buckler"
Name: "Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 14000
Weight: 600
Def: 40
@@ -24349,14 +24350,14 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 32
- View: 2
+ Loc: "EQP_SHIELD"
+ ViewSprite: 2
},
{
Id: 2104
AegisName: "Buckler_"
Name: "Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 14000
Weight: 600
Def: 40
@@ -24376,14 +24377,14 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 32
- View: 2
+ Loc: "EQP_SHIELD"
+ ViewSprite: 2
},
{
Id: 2105
AegisName: "Shield"
Name: "Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 1300
Def: 60
@@ -24392,14 +24393,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 32
- View: 3
+ Loc: "EQP_SHIELD"
+ ViewSprite: 3
},
{
Id: 2106
AegisName: "Shield_"
Name: "Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 1300
Def: 60
@@ -24409,14 +24410,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 32
- View: 3
+ Loc: "EQP_SHIELD"
+ ViewSprite: 3
},
{
Id: 2107
AegisName: "Mirror_Shield"
Name: "Mirror Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 60000
Weight: 1000
Def: 45
@@ -24426,15 +24427,15 @@ item_db: (
Crusader: true
Star_Gladiator: true
}
- Loc: 32
- View: 4
+ Loc: "EQP_SHIELD"
+ ViewSprite: 4
Script: <" bonus bMdef,5; ">
},
{
Id: 2108
AegisName: "Mirror_Shield_"
Name: "Mirror Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 60000
Weight: 1000
Def: 45
@@ -24445,15 +24446,15 @@ item_db: (
Crusader: true
Star_Gladiator: true
}
- Loc: 32
- View: 4
+ Loc: "EQP_SHIELD"
+ ViewSprite: 4
Script: <" bonus bMdef,5; ">
},
{
Id: 2109
AegisName: "Memorize_Book"
Name: "Memory Book"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 25
@@ -24463,8 +24464,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 32
- View: 5
+ Loc: "EQP_SHIELD"
+ ViewSprite: 5
Script: <"
bonus bInt,1;
bonus bMdef,2;
@@ -24474,17 +24475,17 @@ item_db: (
Id: 2110
AegisName: "Holy_Guard"
Name: "Holy Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 85000
Weight: 1400
Def: 110
Job: {
Crusader: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 68
Refine: false
- View: 4
+ ViewSprite: 4
Script: <"
bonus bVit,2;
bonus bMdef,2;
@@ -24494,16 +24495,16 @@ item_db: (
Id: 2111
AegisName: "Herald_Of_GOD"
Name: "Sacred Mission"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 128000
Weight: 1600
Def: 120
Job: {
Crusader: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 83
- View: 4
+ ViewSprite: 4
Script: <"
bonus bVit,3;
bonus bInt,2;
@@ -24515,17 +24516,17 @@ item_db: (
Id: 2112
AegisName: "Novice_Guard"
Name: "Novice Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 1
Def: 20
Job: {
Novice: true
}
- Upper: 47
- Loc: 32
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
Refine: false
- View: 1
+ ViewSprite: 1
Trade: {
nodrop: true
notrade: true
@@ -24540,7 +24541,7 @@ item_db: (
Id: 2113
AegisName: "Novice_Shield"
Name: "Novice Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 1000
Def: 20
@@ -24548,10 +24549,10 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 32
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 40
- View: 3
+ ViewSprite: 3
Script: <"
bonus2 bSubEle,Ele_Water,20;
bonus2 bSubEle,Ele_Earth,20;
@@ -24568,7 +24569,7 @@ item_db: (
Id: 2114
AegisName: "Stone_Buckler"
Name: "Stone Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 1500
Def: 45
@@ -24577,16 +24578,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 2
+ ViewSprite: 2
Script: <" bonus2 bSubSize,Size_Large,5; ">
},
{
Id: 2115
AegisName: "Valkyrjas_Shield"
Name: "Valkyrja's Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 80
@@ -24595,9 +24596,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 4
+ ViewSprite: 4
Script: <"
bonus2 bSubEle,Ele_Water,20;
bonus2 bSubEle,Ele_Fire,20;
@@ -24610,7 +24611,7 @@ item_db: (
Id: 2116
AegisName: "Angels_Safeguard"
Name: "Angelic Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 400
Def: 30
@@ -24618,17 +24619,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 32
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 20
- View: 1
+ ViewSprite: 1
Script: <" bonus2 bAddRaceTolerance,RC_Demon,5; ">
},
{
Id: 2117
AegisName: "Arm_Guard"
Name: "Arm Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 150
Def: 50
@@ -24636,16 +24637,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 20
- View: 1
+ ViewSprite: 1
},
{
Id: 2118
AegisName: "Arm_Guard_"
Name: "Arm Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 150
Def: 50
@@ -24654,16 +24655,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 20
- View: 1
+ ViewSprite: 1
},
{
Id: 2119
AegisName: "Improved_Arm_Guard"
Name: "Advanced Arm Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 150
Def: 45
@@ -24671,17 +24672,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 50
- View: 1
+ ViewSprite: 1
Script: <" bonus bMdef,5; ">
},
{
Id: 2120
AegisName: "Improved_Arm_Guard_"
Name: "Advanced Arm Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 150
Def: 45
@@ -24690,17 +24691,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 50
- View: 1
+ ViewSprite: 1
Script: <" bonus bMdef,5; ">
},
{
Id: 2121
AegisName: "Memorize_Book_"
Name: "Memory Book"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 25
@@ -24711,8 +24712,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 32
- View: 5
+ Loc: "EQP_SHIELD"
+ ViewSprite: 5
Script: <"
bonus bInt,1;
bonus bMdef,2;
@@ -24722,7 +24723,7 @@ item_db: (
Id: 2122
AegisName: "Platinum_Shield"
Name: "Platinum Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Def: 95
@@ -24746,10 +24747,10 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 68
- View: 4
+ ViewSprite: 4
Script: <"
bonus bMdef,5;
bonus2 bSubSize,Size_Medium,15;
@@ -24762,7 +24763,7 @@ item_db: (
Id: 2123
AegisName: "Orleans_Server"
Name: "Orleans's Server"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 75
@@ -24787,10 +24788,10 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 55
- View: 4
+ ViewSprite: 4
Script: <"
bonus bMdef,2;
bonus bMagicDamageReturn,5;
@@ -24800,7 +24801,7 @@ item_db: (
Id: 2124
AegisName: "Thorny_Buckler"
Name: "Thorny Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 85
@@ -24825,17 +24826,17 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 55
- View: 2
+ ViewSprite: 2
Script: <" bonus bMdef,2; ">
},
{
Id: 2125
AegisName: "Strong_Shield"
Name: "Strong Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 90
@@ -24851,10 +24852,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 75
- View: 4
+ ViewSprite: 4
Script: <"
bonus bNoKnockback,0;
bonus2 bSubEle,Ele_Neutral,-20;
@@ -24871,7 +24872,7 @@ item_db: (
Id: 2126
AegisName: "Guyak_Shield"
Name: "Guyak Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 3
@@ -24879,8 +24880,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 32
- View: 2
+ Loc: "EQP_SHIELD"
+ ViewSprite: 2
Script: <"
bonus bMdef,2;
bonus bMagicDamageReturn,2;
@@ -24891,12 +24892,12 @@ item_db: (
Id: 2127
AegisName: "Secular_Mission"
Name: "Secular Mission"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Refine: false
- View: 4
+ ViewSprite: 4
Trade: {
nodrop: true
notrade: true
@@ -24912,7 +24913,7 @@ item_db: (
Id: 2128
AegisName: "Herald_Of_GOD_"
Name: "Sacred Mission"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 128000
Weight: 1600
Def: 120
@@ -24920,9 +24921,9 @@ item_db: (
Job: {
Crusader: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 83
- View: 4
+ ViewSprite: 4
Script: <"
bonus bVit,3;
bonus bInt,2;
@@ -24934,7 +24935,7 @@ item_db: (
Id: 2129
AegisName: "Exorcism_Bible"
Name: "Exorcism Bible"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 80
@@ -24942,9 +24943,9 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 50
- View: 5
+ ViewSprite: 5
Script: <"
bonus bHPrecovRate,3;
bonus bSPrecovRate,3;
@@ -24955,7 +24956,7 @@ item_db: (
Id: 2130
AegisName: "Cross_Shield"
Name: "Cross Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Def: 130
@@ -24963,9 +24964,9 @@ item_db: (
Job: {
Crusader: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 80
- View: 4
+ ViewSprite: 4
Script: <"
bonus bStr,1;
bonus2 bSkillAtk,PA_SHIELDCHAIN,30;
@@ -24977,7 +24978,7 @@ item_db: (
Id: 2131
AegisName: "Magic_Study_Vol1"
Name: "Magic Bible Vol1"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 18
@@ -24988,9 +24989,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 70
- View: 5
+ ViewSprite: 5
Script: <"
bonus bMdef,3;
bonus bInt,2;
@@ -25001,12 +25002,12 @@ item_db: (
Id: 2132
AegisName: "Shelter_Resistance"
Name: "Shelter Resistance"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 140
- Loc: 32
+ Loc: "EQP_SHIELD"
Refine: false
- View: 2
+ ViewSprite: 2
Trade: {
nodrop: true
notrade: true
@@ -25035,7 +25036,7 @@ item_db: (
Id: 2133
AegisName: "Tournament_Shield"
Name: "Tournament Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 105
@@ -25045,10 +25046,10 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 50
- View: 4
+ ViewSprite: 4
Script: <"
bonus2 bAddRace, RC_All, 1;
if (Class == Job_Lord_Knight)
@@ -25059,7 +25060,7 @@ item_db: (
Id: 2134
AegisName: "Shield_Of_Naga"
Name: "Shield of Naga"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 35
@@ -25078,9 +25079,9 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
- View: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
+ ViewSprite: 2
Script: <"
bonus bMdef,3;
autobonus2 "{ bonus bShortWeaponDamageReturn,(getrefine()*3); }",10,5000,BF_WEAPON,"{ specialeffect(EF_GUARD, AREA, playerattached()); }";
@@ -25090,7 +25091,7 @@ item_db: (
Id: 2135
AegisName: "Shadow_Guard"
Name: "Shadow Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 52
@@ -25098,20 +25099,20 @@ item_db: (
Job: {
Rogue: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 70
- View: 2
+ ViewSprite: 2
},
{
Id: 2136
AegisName: "Cracked_Buckler"
Name: "Cracked Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Def: 55
- Loc: 32
+ Loc: "EQP_SHIELD"
Refine: false
- View: 2
+ ViewSprite: 2
Trade: {
nodrop: true
notrade: true
@@ -25133,7 +25134,7 @@ item_db: (
Id: 2137
AegisName: "Valkyrjas_Shield_C"
Name: "Neo Valkyrja's Shield"
- Type: 5
+ Type: "IT_ARMOR"
Def: 110
Job: {
Swordsman: true
@@ -25155,11 +25156,11 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 95
Refine: false
- View: 4
+ ViewSprite: 4
Trade: {
nodrop: true
notrade: true
@@ -25182,7 +25183,7 @@ item_db: (
Id: 2138
AegisName: "Bradium_Shield"
Name: "Bradium Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1800
Def: 98
@@ -25201,10 +25202,10 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
Script: <"
bonus2 bSkillAtk,CR_SHIELDBOOMERANG,60;
bonus bAgi,-1;
@@ -25215,34 +25216,34 @@ item_db: (
Id: 2139
AegisName: "Flame_Thrower"
Name: "Flame Thrower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 2000
Def: 60
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 99
Refine: false
- View: 1
+ ViewSprite: 1
},
{
Id: 2140
AegisName: "Energy_Rune_Guard"
Name: "Energy Rune Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 70
Slots: 1
Job: {
Knight: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 99
- View: 4
+ ViewSprite: 4
Trade: {
nodrop: true
notrade: true
@@ -25259,62 +25260,62 @@ item_db: (
Id: 2141
AegisName: "Freyja_SShield7"
Name: "Freya Soul Shield"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 5
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 20
Refine: false
- View: 1
+ ViewSprite: 1
Script: <" bonus2 bSubSize,Size_Medium,25; ">
},
{
Id: 2142
AegisName: "Freyja_SShield30"
Name: "Freya Soul Shield"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 5
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 20
Refine: false
- View: 1
+ ViewSprite: 1
Script: <" bonus2 bSubSize,Size_Medium,25; ">
},
{
Id: 2143
AegisName: "Freyja_SShield60"
Name: "Freya Soul Shield"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 5
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 20
Refine: false
- View: 1
+ ViewSprite: 1
Script: <" bonus2 bSubSize,Size_Medium,25; ">
},
{
Id: 2144
AegisName: "Freyja_SShield90"
Name: "Freya Soul Shield"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 5
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 20
Refine: false
- View: 1
+ ViewSprite: 1
Script: <" bonus2 bSubSize,Size_Medium,25; ">
},
{
Id: 2145
AegisName: "Time_Keepr_Shield"
Name: "Guardian Shield"
- Type: 5
+ Type: "IT_ARMOR"
Def: 20
- Loc: 32
- View: 3
+ Loc: "EQP_SHIELD"
+ ViewSprite: 3
Trade: {
nodrop: true
notrade: true
@@ -25333,20 +25334,20 @@ item_db: (
Id: 2146
AegisName: "Siver_Guard"
Name: "Siver Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 12500
Weight: 300
Def: 60
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 22
- View: 1
+ ViewSprite: 1
},
{
Id: 2147
AegisName: "Round_Buckler"
Name: "Round Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 24000
Weight: 600
Def: 90
@@ -25371,16 +25372,16 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 32
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 22
- View: 2
+ ViewSprite: 2
},
{
Id: 2148
AegisName: "Rotha_Shield"
Name: "Rosa Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 1300
Def: 130
@@ -25389,29 +25390,29 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 3
+ ViewSprite: 3
},
{
Id: 2149
AegisName: "Upg_Guard"
Name: "Reinforcement Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 25
Slots: 1
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2150
AegisName: "Upg_Buckler"
Name: "Reinforcement Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 45
@@ -25431,15 +25432,15 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 32
- View: 2
+ Loc: "EQP_SHIELD"
+ ViewSprite: 2
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2151
AegisName: "Upg_Shield"
Name: "Reinforcement Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 650
Def: 65
@@ -25449,19 +25450,19 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 32
- View: 3
+ Loc: "EQP_SHIELD"
+ ViewSprite: 3
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2152
AegisName: "Anti_Demon_Shield_C"
Name: "Anti Demon Shield"
- Type: 5
+ Type: "IT_ARMOR"
Def: 120
- Loc: 32
+ Loc: "EQP_SHIELD"
Refine: false
- View: 3
+ ViewSprite: 3
Trade: {
nodrop: true
notrade: true
@@ -25482,7 +25483,7 @@ item_db: (
Id: 2153
AegisName: "Imperial_Guard"
Name: "Imperial Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 120
@@ -25490,10 +25491,10 @@ item_db: (
Job: {
Crusader: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 102
- View: 4
+ ViewSprite: 4
Script: <"
bonus bMdef,5;
if(getrefine()>=6) {
@@ -25508,19 +25509,19 @@ item_db: (
Id: 2154
AegisName: "Toy_Shield"
Name: "Toy Shield"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 10
- View: 1
+ ViewSprite: 1
},
{
Id: 2155
AegisName: "Academy_Shield"
Name: "Academy Shield"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1500
Def: 3
Slots: 1
@@ -25528,14 +25529,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 32
- View: 4
+ Loc: "EQP_SHIELD"
+ ViewSprite: 4
},
{
Id: 2156
AegisName: "Bible_Of_Promise1"
Name: "Bible of Promise(1st Vol.)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
@@ -25543,10 +25544,10 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 110
- View: 5
+ ViewSprite: 5
Script: <"
bonus bMdef,2;
skill ALL_ODINS_POWER,1;
@@ -25556,10 +25557,10 @@ item_db: (
Id: 2157
AegisName: "Insecticide"
Name: "Pesticide"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bAddRace,RC_Insect,10;
">
@@ -25568,14 +25569,14 @@ item_db: (
Id: 2158
AegisName: "Ramor_Shield_Undead"
Name: "Ramorushirudo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
Script: <"
bonus2 bAddRaceTolerance, RC_Undead, 5;
bonus2 bAddRaceTolerance, RC_DemiPlayer, -5;
@@ -25585,20 +25586,20 @@ item_db: (
Id: 2159
AegisName: "Sharel_Shield"
Name: "Sharerushirudo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2160
AegisName: "Giant_Shield"
Name: "Giant Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 2800
Def: 130
@@ -25607,10 +25608,10 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 4
+ ViewSprite: 4
Script: <"
bonus2 bSubSize,Size_Large,5;
if(getrefine()>=9) {
@@ -25622,7 +25623,7 @@ item_db: (
Id: 2161
AegisName: "Geffenia_Book_Water"
Name: "Geffenia Water Book"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 1000
Def: 30
@@ -25630,10 +25631,10 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 5
+ ViewSprite: 5
Script: <"
bonus bMdef,2;
bonus bInt,1;
@@ -25647,7 +25648,7 @@ item_db: (
Id: 2162
AegisName: "Bible_Of_Promise2"
Name: "Bible of Promise(2nd Vol.)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 500
Def: 20
@@ -25655,10 +25656,10 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 140
- View: 5
+ ViewSprite: 5
Script: <"
bonus bMdef,5;
bonus bHealPower,5;
@@ -25669,46 +25670,46 @@ item_db: (
Id: 2163
AegisName: "Flow_Shield"
Name: "Floor Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2164
AegisName: "Sombre_Shield"
Name: "Bull Son Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2165
AegisName: "Sol_Shield"
Name: "Sol Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2166
AegisName: "Exorcism_Bible_"
Name: "Devil's Bible Drive"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 80
@@ -25717,67 +25718,67 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 50
- View: 5
+ ViewSprite: 5
Script: <" bonus bInt,1; ">
},
{
Id: 2167
AegisName: "Poison_Shield"
Name: "Poison Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2168
AegisName: "Immuned_Shield"
Name: "Immune Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 55
Slots: 1
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
Script: <" if (getrefine()>5) bonus2 bSubEle,Ele_Neutral,min(getrefine(),12)-5; ">
},
{
Id: 2169
AegisName: "Kalasak"
Name: "Kalasag"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 40
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
Script: <" bonus2 bSubRace,RC_Boss,getrefine()/3; ">
},
{
Id: 2170
AegisName: "Bayani_Kalasak"
Name: "Kalasag(Bayani)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 40
Slots: 1
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
Script: <" bonus2 bSubRace,RC_Boss,getrefine()/3; ">
},
{
Id: 2171
AegisName: "Fox_Armguard"
Name: "Fox Armguard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 200
Def: 45
@@ -25786,17 +25787,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 1
+ ViewSprite: 1
Script: <" bonus bFlee,5; ">
},
{
Id: 2172
AegisName: "Wolf_Armguard"
Name: "Wolf Armguard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 250
Def: 70
@@ -25805,17 +25806,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 1
+ ViewSprite: 1
Script: <" autobonus "{ bonus bBaseAtk,100; bonus bFlee,-50; }",10,5000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; ">
},
{
Id: 2173
AegisName: "Crescent_Armguard"
Name: "Crescent Armguard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 250
Def: 45
@@ -25824,64 +25825,64 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 32
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 1
+ ViewSprite: 1
Script: <" bonus bDelayrate,-(getrefine()*2); ">
},
{
Id: 2174
AegisName: "Lumiere_Shield"
Name: "Lumiere Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2175
AegisName: "Esprit_Shield"
Name: "Spirit Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1300
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 3
+ ViewSprite: 3
},
{
Id: 2176
AegisName: "Dark_Book"
Name: "Black Book"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 80
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 5
+ ViewSprite: 5
Script: <" bonus bMdef,5; ">
},
{
Id: 2177
AegisName: "Shield_Of_Death"
Name: "Shield Of Death"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Def: 150
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 90
- View: 3
+ ViewSprite: 3
Script: <"
bonus2 bAddRace,RC_Boss,2;
bonus2 bSubRace,RC_NonBoss,-10;
@@ -25891,12 +25892,12 @@ item_db: (
Id: 2178
AegisName: "TE_Woe_Buckler"
Name: "TE WoE Buckler"
- Type: 5
+ Type: "IT_ARMOR"
Def: 15
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 40
Refine: false
- View: 3
+ ViewSprite: 3
Trade: {
nodrop: true
notrade: true
@@ -25917,17 +25918,17 @@ item_db: (
Id: 2179
AegisName: "TE_Woe_Shield"
Name: "TE WoE Shield"
- Type: 5
+ Type: "IT_ARMOR"
Def: 25
Job: {
Swordsman: true
Knight: true
Crusader: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 40
Refine: false
- View: 3
+ ViewSprite: 3
Trade: {
nodrop: true
notrade: true
@@ -25947,7 +25948,7 @@ item_db: (
Id: 2180
AegisName: "TE_Woe_Magic_Guard"
Name: "TE WoE Magic Guard"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
Job: {
Novice: true
@@ -25959,10 +25960,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 40
Refine: false
- View: 3
+ ViewSprite: 3
Trade: {
nodrop: true
notrade: true
@@ -25982,14 +25983,14 @@ item_db: (
Id: 2181
AegisName: "Hervor"
Name: "Hervor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 100
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 90
Refine: false
- View: 2
+ ViewSprite: 2
Script: <"
bonus bMdef,5;
bonus2 bSubRace,RC_All,30;
@@ -26000,15 +26001,15 @@ item_db: (
Id: 2182
AegisName: "Hervor_Alvitr"
Name: "Hervor Alvitr"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 150
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 100
Refine: false
- View: 2
+ ViewSprite: 2
Script: <"
bonus bVit,20;
bonus bMdef,10;
@@ -26021,7 +26022,7 @@ item_db: (
Id: 2183
AegisName: "Impr_Angels_Safeguard"
Name: "Advanced Angelic Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 400
Def: 30
@@ -26029,10 +26030,10 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 32
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 99
- View: 1
+ ViewSprite: 1
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,5;
bonus2 bSubEle,Ele_Water,5;
@@ -26050,15 +26051,15 @@ item_db: (
Id: 2185
AegisName: "Magic_Reflector"
Name: "Magic Reflector"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 50
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 99
Refine: false
- View: 2
+ ViewSprite: 2
Script: <"
bonus bMdef,10;
bonus bMagicDamageReturn,3+((getrefine()>=9)?3:0);
@@ -26068,7 +26069,7 @@ item_db: (
Id: 2186
AegisName: "Encyclopedia_Revision"
Name: "Revised Encyclopedia"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 50
@@ -26078,9 +26079,9 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 99
- View: 2
+ ViewSprite: 2
Script: <"
bonus bMatk,5;
bonus bInt,3;
@@ -26094,15 +26095,15 @@ item_db: (
Id: 2187
AegisName: "Shield_Of_Gray"
Name: "Gray Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Def: 75
Slots: 1
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 120
- View: 2
+ ViewSprite: 2
Script: <"
bonus bMdef,10+(getrefine()/3);
bonus2 bSubEle,Ele_Holy,30+getrefine();
@@ -26112,14 +26113,14 @@ item_db: (
Id: 2188
AegisName: "Svalinn_J"
Name: "Svalinn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 80
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 65
- View: 2
+ ViewSprite: 2
Script: <"
bonus bMdef,5;
bonus2 bSubEle,Ele_Water,10+(getrefine()/3);
@@ -26130,13 +26131,13 @@ item_db: (
Id: 2189
AegisName: "Mad_Bunny"
Name: "Mad Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 40
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 30
- View: 1
+ ViewSprite: 1
Script: <"
bonus bMdef,6;
bonus bDex,1;
@@ -26170,7 +26171,7 @@ item_db: (
Id: 2190
AegisName: "Ancient_Shield_Of_Aeon"
Name: "Ancient Shield Of Aeon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
Slots: 1
@@ -26188,10 +26189,10 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 56
- Loc: 32
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHIELD"
EquipLv: 130
- View: 2
+ ViewSprite: 2
Script: <"
bonus2 bSubEle,Ele_Neutral,10;
bonus2 bSubEle,Ele_Fire,10;
@@ -26210,14 +26211,14 @@ item_db: (
Id: 2198
AegisName: "Lapine_Shield"
Name: "Laphine Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 25
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 2
+ ViewSprite: 2
Script: <"
bonus bMdef,10;
if(getrefine()>=7) { bonus bMatk,20; }
@@ -26229,11 +26230,11 @@ item_db: (
Id: 2199
AegisName: "Ahura_Mazda"
Name: "Ahura Mazdah"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 10
Def: 10000
- Loc: 32
+ Loc: "EQP_SHIELD"
Refine: false
Script: <"
bonus bUnbreakableShield,0;
@@ -26260,185 +26261,185 @@ item_db: (
Id: 2201
AegisName: "Sunglasses"
Name: "Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 12
+ ViewSprite: 12
Script: <" bonus2 bResEff,Eff_Blind,500; ">
},
{
Id: 2202
AegisName: "Sunglasses_"
Name: "Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 100
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 12
+ ViewSprite: 12
Script: <" bonus2 bResEff,Eff_Blind,500; ">
},
{
Id: 2203
AegisName: "Glasses"
Name: "Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 4000
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 3
+ ViewSprite: 3
},
{
Id: 2204
AegisName: "Glasses_"
Name: "Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 4000
Weight: 100
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 3
+ ViewSprite: 3
},
{
Id: 2205
AegisName: "Divers_Goggles"
Name: "Diver Goggles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3500
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 10
+ ViewSprite: 10
},
{
Id: 2206
AegisName: "Wedding_Veil"
Name: "Wedding Veil"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 23000
Weight: 100
- Gender: 0
- Loc: 256
- View: 44
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 44
Script: <" bonus bMdef,5; ">
},
{
Id: 2207
AegisName: "Fancy_Flower"
Name: "Fancy Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 4
+ ViewSprite: 4
Script: <" bonus2 bAddRaceTolerance,RC_Plant,10; ">
},
{
Id: 2208
AegisName: "Ribbon"
Name: "Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
- Gender: 0
- Loc: 256
- View: 17
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 17
Script: <" bonus bMdef,3; ">
},
{
Id: 2209
AegisName: "Ribbon_"
Name: "Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 17
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 17
Script: <" bonus bMdef,3; ">
},
{
Id: 2210
AegisName: "Hair_Band"
Name: "Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 9
+ ViewSprite: 9
},
{
Id: 2211
AegisName: "Bandana"
Name: "Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 400
Weight: 100
Def: 2
- Loc: 256
- View: 6
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 6
},
{
Id: 2212
AegisName: "Eye_Bandage"
Name: "Eye Patch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 13
+ ViewSprite: 13
},
{
Id: 2213
AegisName: "Cat_Hairband"
Name: "Kitty Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 2
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 2
},
{
Id: 2214
AegisName: "Bunny_Band"
Name: "Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 15
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 15
Script: <" bonus bLuk,2; ">
},
{
Id: 2215
AegisName: "Flower_Hairband"
Name: "Flower Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 5
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 5
},
{
Id: 2216
AegisName: "Biretta"
Name: "Biretta"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 9000
Weight: 100
Def: 8
@@ -26447,14 +26448,14 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
- View: 11
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 11
},
{
Id: 2217
AegisName: "Biretta_"
Name: "Biretta"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 9000
Weight: 100
Def: 8
@@ -26464,60 +26465,60 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
- View: 11
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 11
},
{
Id: 2218
AegisName: "Flu_Mask"
Name: "Flu Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 300
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 8
+ ViewSprite: 8
Script: <" bonus2 bResEff,Eff_Silence,1000; ">
},
{
Id: 2219
AegisName: "Flu_Mask_"
Name: "Flu Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 300
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 8
+ ViewSprite: 8
},
{
Id: 2220
AegisName: "Hat"
Name: "Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 200
Def: 2
- Loc: 256
- View: 16
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 16
},
{
Id: 2221
AegisName: "Hat_"
Name: "Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 200
Def: 2
Slots: 1
- Loc: 256
- View: 16
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 16
},
{
Id: 2222
AegisName: "Turban"
Name: "Turban"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 4500
Weight: 300
Def: 5
@@ -26525,14 +26526,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 7
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 7
},
{
Id: 2223
AegisName: "Turban_"
Name: "Turban"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 4500
Weight: 300
Def: 5
@@ -26541,14 +26542,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 7
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 7
},
{
Id: 2224
AegisName: "Goggle"
Name: "Goggles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
@@ -26566,14 +26567,14 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 768
- View: 1
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 1
},
{
Id: 2225
AegisName: "Goggle_"
Name: "Goggles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
@@ -26592,14 +26593,14 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 768
- View: 1
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 1
},
{
Id: 2226
AegisName: "Cap"
Name: "Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 12000
Weight: 400
Def: 7
@@ -26617,14 +26618,14 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 256
- View: 14
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 14
},
{
Id: 2227
AegisName: "Cap_"
Name: "Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 12000
Weight: 400
Def: 7
@@ -26643,14 +26644,14 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 256
- View: 14
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 14
},
{
Id: 2228
AegisName: "Helm"
Name: "Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 44000
Weight: 600
Def: 13
@@ -26659,14 +26660,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 256
- View: 40
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 40
},
{
Id: 2229
AegisName: "Helm_"
Name: "Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 44000
Weight: 600
Def: 13
@@ -26676,14 +26677,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 256
- View: 40
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 40
},
{
Id: 2230
AegisName: "Gemmed_Sallet"
Name: "Gemmed Sallet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 500
Def: 8
@@ -26698,14 +26699,14 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Script: <" bonus bMdef,3; ">
},
{
Id: 2231
AegisName: "Gemmed_Sallet_"
Name: "Gemmed Sallet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 500
Def: 8
@@ -26721,14 +26722,14 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Script: <" bonus bMdef,3; ">
},
{
Id: 2232
AegisName: "Circlet"
Name: "Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 7500
Weight: 300
Def: 6
@@ -26741,15 +26742,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 18
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 18
Script: <" bonus bMdef,3; ">
},
{
Id: 2233
AegisName: "Circlet_"
Name: "Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 7500
Weight: 300
Def: 6
@@ -26763,15 +26764,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 18
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 18
Script: <" bonus bMdef,3; ">
},
{
Id: 2234
AegisName: "Tiara"
Name: "Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 7
@@ -26779,17 +26780,17 @@ item_db: (
All: true
Novice: false
}
- Gender: 0
- Loc: 256
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 19
+ ViewSprite: 19
Script: <" bonus bInt,2; ">
},
{
Id: 2235
AegisName: "Crown"
Name: "Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 7
@@ -26797,22 +26798,22 @@ item_db: (
All: true
Novice: false
}
- Gender: 1
- Loc: 256
+ Gender: "SEX_MALE"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 45
+ ViewSprite: 45
Script: <" bonus bInt,2; ">
},
{
Id: 2236
AegisName: "Santas_Hat"
Name: "Santa Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 20
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 20
Script: <"
bonus bMdef,1;
bonus bLuk,1;
@@ -26822,89 +26823,89 @@ item_db: (
Id: 2237
AegisName: "Weird_Goatee"
Name: "Bandit Beard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 21
+ ViewSprite: 21
},
{
Id: 2238
AegisName: "Weird_Moustache"
Name: "Moustache"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 22
+ ViewSprite: 22
},
{
Id: 2239
AegisName: "One_Eyed_Glass"
Name: "Monocle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 23
+ ViewSprite: 23
},
{
Id: 2240
AegisName: "Beard"
Name: "Beard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 24
+ ViewSprite: 24
Sprite: 2241
},
{
Id: 2241
AegisName: "Granpa_Beard"
Name: "Grampa Beard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 25
+ ViewSprite: 25
},
{
Id: 2242
AegisName: "Luxury_Sunglasses"
Name: "Purple Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 24000
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 26
+ ViewSprite: 26
Script: <" bonus2 bResEff,Eff_Blind,1000; ">
},
{
Id: 2243
AegisName: "Spinning_Eyes"
Name: "Geek Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 27
+ ViewSprite: 27
Script: <" bonus2 bResEff,Eff_Blind,1500; ">
},
{
Id: 2244
AegisName: "Big_Sis_Ribbon"
Name: "Big Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 200
Def: 3
@@ -26912,15 +26913,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 28
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 28
Script: <" bonus bMdef,3; ">
},
{
Id: 2245
AegisName: "Sweet_Gents"
Name: "Sweet Gent"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 400
Def: 5
@@ -26928,14 +26929,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 29
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 29
},
{
Id: 2246
AegisName: "Golden_Gear"
Name: "Golden Gear"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 9
@@ -26943,16 +26944,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 30
+ ViewSprite: 30
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 2247
AegisName: "Oldmans_Romance"
Name: "Romantic Gent"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 400
Def: 5
@@ -26960,14 +26961,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 31
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 31
},
{
Id: 2248
AegisName: "Western_Grace"
Name: "Western Grace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 400
Def: 5
@@ -26975,14 +26976,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 32
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 32
},
{
Id: 2249
AegisName: "Coronet"
Name: "Coronet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
@@ -26990,15 +26991,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 33
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 33
Script: <" bonus bInt,1; ">
},
{
Id: 2250
AegisName: "Fillet"
Name: "Cute Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 100
Def: 2
@@ -27006,16 +27007,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 34
+ ViewSprite: 34
Script: <" bonus bMaxSP,20; ">
},
{
Id: 2251
AegisName: "Holy_Bonnet"
Name: "Monk Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Def: 10
@@ -27024,15 +27025,15 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
- View: 35
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 35
Script: <" bonus bMdef,3; ">
},
{
Id: 2252
AegisName: "Star_Sparkling"
Name: "Wizard Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 7
@@ -27042,28 +27043,28 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 36
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 36
Script: <" bonus bMaxSP,100; ">
},
{
Id: 2253
AegisName: "Sunflower"
Name: "Sunflower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 37
+ ViewSprite: 37
Script: <" bonus2 bAddRaceTolerance,RC_Insect,10; ">
},
{
Id: 2254
AegisName: "Angelic_Chain"
Name: "Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -27071,8 +27072,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 38
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 38
Script: <"
bonus bMdef,3;
bonus bAgi,1;
@@ -27084,7 +27085,7 @@ item_db: (
Id: 2255
AegisName: "Satanic_Chain"
Name: "Evil Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
@@ -27092,8 +27093,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 39
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 39
Script: <"
bonus bMdef,2;
bonus bStr,1;
@@ -27104,7 +27105,7 @@ item_db: (
Id: 2256
AegisName: "Magestic_Goat"
Name: "Magestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 9
@@ -27118,26 +27119,26 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
- View: 41
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 41
Script: <" bonus bStr,1; ">
},
{
Id: 2257
AegisName: "Snowy_Horn"
Name: "Unicorn Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 42
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 42
},
{
Id: 2258
AegisName: "Sharp_Gear"
Name: "Spiky Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 12
@@ -27157,26 +27158,26 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 43
+ ViewSprite: 43
},
{
Id: 2259
AegisName: "Mini_Propeller"
Name: "Mini Propeller"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 46
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 46
},
{
Id: 2260
AegisName: "Mini_Glasses"
Name: "Mini Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 28000
Weight: 100
Def: 2
@@ -27184,15 +27185,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 47
+ ViewSprite: 47
},
{
Id: 2261
AegisName: "Prontera_Army_Cap"
Name: "Army Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 8
@@ -27207,65 +27208,65 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
- View: 48
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 48
},
{
Id: 2262
AegisName: "Pierrot_Nose"
Name: "Clown Nose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 49
+ ViewSprite: 49
},
{
Id: 2263
AegisName: "Gangster_Patch"
Name: "Zorro Masque"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 50
+ ViewSprite: 50
},
{
Id: 2264
AegisName: "Munak_Turban"
Name: "Munak Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 51
+ ViewSprite: 51
Script: <" bonus2 bAddRaceTolerance,RC_Undead,10; ">
},
{
Id: 2265
AegisName: "Ganster_Mask"
Name: "Gangster Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 52
+ ViewSprite: 52
Script: <" bonus2 bResEff,Eff_Silence,1500; ">
},
{
Id: 2266
AegisName: "Iron_Cane"
Name: "Iron Cain"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
@@ -27274,80 +27275,80 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 50
Refine: false
- View: 53
+ ViewSprite: 53
},
{
Id: 2267
AegisName: "Cigar"
Name: "Cigarette"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 54
+ ViewSprite: 54
Script: <" bonus2 bAddRaceTolerance,RC_Insect,3; ">
},
{
Id: 2268
AegisName: "Smoking_Pipe"
Name: "Pipe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 55
+ ViewSprite: 55
Script: <" bonus2 bAddRaceTolerance,RC_Insect,3; ">
},
{
Id: 2269
AegisName: "Centimental_Flower"
Name: "Romantic Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 56
+ ViewSprite: 56
Script: <" bonus2 bAddRaceTolerance,RC_Plant,3; ">
},
{
Id: 2270
AegisName: "Centimental_Leaf"
Name: "Romantic Leaf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 57
+ ViewSprite: 57
Script: <" bonus2 bAddRaceTolerance,RC_Plant,3; ">
},
{
Id: 2271
AegisName: "Jack_A_Dandy"
Name: "Jack be Dandy"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 100
Def: 1
@@ -27355,26 +27356,26 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 58
+ ViewSprite: 58
},
{
Id: 2272
AegisName: "Stop_Post"
Name: "Stop Post"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
- Loc: 256
- View: 59
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 59
},
{
Id: 2273
AegisName: "Doctor_Cap"
Name: "Doctor Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
@@ -27382,53 +27383,53 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 60
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 60
Script: <" bonus bInt,1; ">
},
{
Id: 2274
AegisName: "Ghost_Bandana"
Name: "Ghost Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 256
- View: 61
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 61
Script: <" bonus bAgi,2; ">
},
{
Id: 2275
AegisName: "Red_Bandana"
Name: "Red Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 62
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 62
},
{
Id: 2276
AegisName: "Eagle_Eyes"
Name: "Angled Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 63
+ ViewSprite: 63
},
{
Id: 2277
AegisName: "Nurse_Cap"
Name: "Nurse Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -27437,51 +27438,51 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
- View: 64
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 64
Script: <" bonus bInt,1; ">
},
{
Id: 2278
AegisName: "Mr_Smile"
Name: "Mr. Smile"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 60
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 65
+ ViewSprite: 65
},
{
Id: 2279
AegisName: "Bomb_Wick"
Name: "Bomb Wick"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 66
+ ViewSprite: 66
},
{
Id: 2280
AegisName: "Sahkkat"
Name: "Sakkat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
- View: 67
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 67
Script: <" bonus bAgi,1; ">
},
{
Id: 2281
AegisName: "Phantom_Of_Opera"
Name: "Opera Masque"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -27489,39 +27490,39 @@ item_db: (
All: true
Novice: false
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 68
+ ViewSprite: 68
},
{
Id: 2282
AegisName: "Spirit_Chain"
Name: "Halo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 69
+ ViewSprite: 69
Script: <" bonus2 bSubEle,Ele_Holy,15; ">
},
{
Id: 2283
AegisName: "Ear_Mufs"
Name: "Ear Muffs"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
- Loc: 256
- View: 70
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 70
Script: <" bonus2 bResEff,Eff_Curse,1000; ">
},
{
Id: 2284
AegisName: "Antler"
Name: "Antlers"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
@@ -27529,14 +27530,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 71
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 71
},
{
Id: 2285
AegisName: "Apple_Of_Archer"
Name: "Apple of Archer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
@@ -27544,32 +27545,32 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 72
+ ViewSprite: 72
Script: <" bonus bDex,3; ">
},
{
Id: 2286
AegisName: "Elven_Ears"
Name: "Elven Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 73
+ ViewSprite: 73
},
{
Id: 2287
AegisName: "Pirate_Bandana"
Name: "Pirate Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -27577,15 +27578,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 74
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 74
Script: <" bonus bStr,1; ">
},
{
Id: 2288
AegisName: "Mr_Scream"
Name: "Mr. Scream"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -27593,55 +27594,55 @@ item_db: (
All: true
Novice: false
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 75
+ ViewSprite: 75
},
{
Id: 2289
AegisName: "Poo_Poo_Hat"
Name: "Poo Poo Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 76
+ ViewSprite: 76
Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,10; ">
},
{
Id: 2290
AegisName: "Funeral_Costume"
Name: "Funeral Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3000
Weight: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 77
+ ViewSprite: 77
},
{
Id: 2291
AegisName: "Masquerade"
Name: "Masquerade"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 78
+ ViewSprite: 78
Script: <" bonus2 bAddRace,RC_DemiPlayer,3; ">
},
{
Id: 2292
AegisName: "Welding_Mask"
Name: "Welding Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -27650,56 +27651,56 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 79
+ ViewSprite: 79
Script: <" bonus2 bSubEle,Ele_Fire,10; ">
},
{
Id: 2293
AegisName: "Pretend_Murdered"
Name: "Pretend Murdered"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 80
+ ViewSprite: 80
},
{
Id: 2294
AegisName: "Star_Dust"
Name: "Stellar"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 81
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 81
},
{
Id: 2295
AegisName: "Blinker"
Name: "Blinker"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1500
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 82
+ ViewSprite: 82
Script: <" bonus2 bResEff,Eff_Blind,10000; ">
},
{
Id: 2296
AegisName: "Binoculars"
Name: "Binoculars"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -27708,17 +27709,17 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 83
+ ViewSprite: 83
Script: <" bonus bDex,1; ">
},
{
Id: 2297
AegisName: "Goblini_Mask"
Name: "Goblin Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -27726,27 +27727,27 @@ item_db: (
All: true
Novice: false
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 84
+ ViewSprite: 84
},
{
Id: 2298
AegisName: "Green_Feeler"
Name: "Green Feeler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 85
+ ViewSprite: 85
},
{
Id: 2299
AegisName: "Viking_Helm"
Name: "Orc Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 9
@@ -27761,8 +27762,8 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
- View: 86
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 86
},
//== Armors ================================================
@@ -27770,70 +27771,70 @@ item_db: (
Id: 2301
AegisName: "Cotton_Shirt"
Name: "Cotton Shirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2302
AegisName: "Cotton_Shirt_"
Name: "Cotton Shirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 10
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2303
AegisName: "Leather_Jacket"
Name: "Jacket"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200
Weight: 200
Def: 15
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2304
AegisName: "Leather_Jacket_"
Name: "Jacket"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200
Weight: 200
Def: 15
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2305
AegisName: "Adventure_Suit"
Name: "Adventurer's Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 300
Def: 20
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2306
AegisName: "Adventureres_Suit_"
Name: "Adventurer's Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 300
Def: 20
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2307
AegisName: "Mantle"
Name: "Mantle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 600
Def: 37
@@ -27841,13 +27842,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2308
AegisName: "Mantle_"
Name: "Mantle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 600
Def: 37
@@ -27856,13 +27857,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2309
AegisName: "Coat"
Name: "Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 22000
Weight: 1200
Def: 42
@@ -27870,13 +27871,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2310
AegisName: "Coat_"
Name: "Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 22000
Weight: 1200
Def: 42
@@ -27885,13 +27886,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2311
AegisName: "Mink_Coat"
Name: "Mink Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2300
Def: 30
@@ -27900,14 +27901,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 30
},
{
Id: 2312
AegisName: "Padded_Armor"
Name: "Padded Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 48000
Weight: 2800
Def: 35
@@ -27922,13 +27923,13 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2313
AegisName: "Padded_Armor_"
Name: "Padded Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 48000
Weight: 2800
Def: 35
@@ -27944,13 +27945,13 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2314
AegisName: "Chain_Mail"
Name: "Chain Mail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 65000
Weight: 3300
Def: 55
@@ -27965,13 +27966,13 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2315
AegisName: "Chain_Mail_"
Name: "Chain Mail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 65000
Weight: 3300
Def: 55
@@ -27987,13 +27988,13 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2316
AegisName: "Plate_Armor"
Name: "Full Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 80000
Weight: 4500
Def: 70
@@ -28002,14 +28003,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
},
{
Id: 2317
AegisName: "Plate_Armor_"
Name: "Full Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 80000
Weight: 4500
Def: 70
@@ -28019,14 +28020,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
},
{
Id: 2318
AegisName: "Clothes_Of_The_Lord"
Name: "Lord's Clothes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 59
@@ -28036,7 +28037,7 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 70
Script: <"
bonus bMdef,5;
@@ -28047,7 +28048,7 @@ item_db: (
Id: 2319
AegisName: "Glittering_Clothes"
Name: "Glittering Jacket"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 58
@@ -28056,7 +28057,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 60
Script: <"
bonus bMdef,5;
@@ -28067,7 +28068,7 @@ item_db: (
Id: 2320
AegisName: "Formal_Suit"
Name: "Formal Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 40
@@ -28076,13 +28077,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2321
AegisName: "Silk_Robe"
Name: "Silk Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 8000
Weight: 400
Def: 20
@@ -28101,14 +28102,14 @@ item_db: (
Alchemist: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMdef,10; ">
},
{
Id: 2322
AegisName: "Silk_Robe_"
Name: "Silk Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 8000
Weight: 400
Def: 20
@@ -28128,14 +28129,14 @@ item_db: (
Alchemist: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMdef,10; ">
},
{
Id: 2323
AegisName: "Scapulare"
Name: "Scapulare"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6500
Weight: 400
Def: 24
@@ -28144,13 +28145,13 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2324
AegisName: "Scapulare_"
Name: "Scapulare"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6500
Weight: 400
Def: 24
@@ -28160,13 +28161,13 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2325
AegisName: "Saint_Robe"
Name: "Saint's Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 54000
Weight: 600
Def: 50
@@ -28178,14 +28179,14 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMdef,5; ">
},
{
Id: 2326
AegisName: "Saint_Robe_"
Name: "Saint's Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 54000
Weight: 600
Def: 50
@@ -28198,14 +28199,14 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMdef,5; ">
},
{
Id: 2327
AegisName: "Holy_Robe"
Name: "Holy Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1700
Def: 57
@@ -28214,7 +28215,7 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 60
Script: <"
bonus bMdef,5;
@@ -28226,7 +28227,7 @@ item_db: (
Id: 2328
AegisName: "Wooden_Mail"
Name: "Wooden Mail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5500
Weight: 1000
Def: 25
@@ -28238,13 +28239,13 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2329
AegisName: "Wooden_Mail_"
Name: "Wooden Mail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5500
Weight: 1000
Def: 25
@@ -28257,13 +28258,13 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2330
AegisName: "Tights"
Name: "Tights"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 71000
Weight: 500
Def: 27
@@ -28272,7 +28273,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDex,1; ">
},
@@ -28280,7 +28281,7 @@ item_db: (
Id: 2331
AegisName: "Tights_"
Name: "Tights"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 71000
Weight: 500
Def: 27
@@ -28290,7 +28291,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDex,1; ">
},
@@ -28298,7 +28299,7 @@ item_db: (
Id: 2332
AegisName: "Silver_Robe"
Name: "Silver Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 7000
Weight: 700
Def: 23
@@ -28308,13 +28309,13 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2333
AegisName: "Silver_Robe_"
Name: "Silver Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 7000
Weight: 700
Def: 23
@@ -28325,13 +28326,13 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2334
AegisName: "Mage_Coat"
Name: "Mage Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 40
@@ -28341,7 +28342,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bMdef,5;
@@ -28352,7 +28353,7 @@ item_db: (
Id: 2335
AegisName: "Thief_Clothes"
Name: "Thief Clothes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 74000
Weight: 100
Def: 40
@@ -28363,14 +28364,14 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bAgi,1; ">
},
{
Id: 2336
AegisName: "Thief_Clothes_"
Name: "Thief Clothes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 74000
Weight: 100
Def: 40
@@ -28382,14 +28383,14 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bAgi,1; ">
},
{
Id: 2337
AegisName: "Ninja_Suit"
Name: "Ninja Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 58
@@ -28400,7 +28401,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bAgi,1;
@@ -28411,7 +28412,7 @@ item_db: (
Id: 2338
AegisName: "Wedding_Dress"
Name: "Wedding Dress"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 43000
Weight: 500
Def: 10
@@ -28419,24 +28420,24 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMdef,15; ">
},
{
Id: 2339
AegisName: "G_Strings"
Name: "Pantie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 100
Def: 22
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2340
AegisName: "Novice_Breast"
Name: "Novice Breastplate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 89000
Weight: 500
Def: 32
@@ -28444,29 +28445,29 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 16
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 10
},
{
Id: 2341
AegisName: "Full_Plate_Armor"
Name: "Legion Plate Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 94000
Weight: 5500
Def: 79
Job: {
Crusader: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 70
},
{
Id: 2342
AegisName: "Full_Plate_Armor_"
Name: "Legion Plate Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 102500
Weight: 5500
Def: 79
@@ -28474,14 +28475,14 @@ item_db: (
Job: {
Crusader: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 70
},
{
Id: 2343
AegisName: "Robe_Of_Casting"
Name: "Robe of Cast"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 124800
Weight: 1100
Def: 40
@@ -28490,7 +28491,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 75
Script: <"
bonus bVariableCastrate,-3;
@@ -28501,7 +28502,7 @@ item_db: (
Id: 2344
AegisName: "Flame_Sprits_Armor"
Name: "Lucius's Fierce Armor of Volcano"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28513,7 +28514,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Fire; ">
},
@@ -28521,7 +28522,7 @@ item_db: (
Id: 2345
AegisName: "Flame_Sprits_Armor_"
Name: "Lucius's Fierce Armor of Volcano"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28530,7 +28531,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Fire; ">
},
@@ -28538,7 +28539,7 @@ item_db: (
Id: 2346
AegisName: "Water_Sprits_Armor"
Name: "Saphien's Armor of Ocean"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28550,7 +28551,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Water; ">
},
@@ -28558,7 +28559,7 @@ item_db: (
Id: 2347
AegisName: "Water_Sprits_Armor_"
Name: "Saphien's Armor of Ocean"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28567,7 +28568,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Water; ">
},
@@ -28575,7 +28576,7 @@ item_db: (
Id: 2348
AegisName: "Wind_Sprits_Armor"
Name: "Aebecee's Raging Typhoon Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28587,7 +28588,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Wind; ">
},
@@ -28595,7 +28596,7 @@ item_db: (
Id: 2349
AegisName: "Wind_Sprits_Armor_"
Name: "Aebecee's Raging Typhoon Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28604,7 +28605,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Wind; ">
},
@@ -28612,7 +28613,7 @@ item_db: (
Id: 2350
AegisName: "Earth_Sprits_Armor"
Name: "Claytos Cracking Earth Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28624,7 +28625,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Earth; ">
},
@@ -28632,7 +28633,7 @@ item_db: (
Id: 2351
AegisName: "Earth_Sprits_Armor_"
Name: "Claytos Cracking Earth Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 136000
Weight: 2200
Def: 25
@@ -28641,7 +28642,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 45
Script: <" bonus bDefEle,Ele_Earth; ">
},
@@ -28649,15 +28650,15 @@ item_db: (
Id: 2352
AegisName: "Novice_Plate"
Name: "Tattered Novice Ninja Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 1
Def: 25
Job: {
Novice: true
}
- Upper: 47
- Loc: 16
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -28673,7 +28674,7 @@ item_db: (
Id: 2353
AegisName: "Odins_Blessing"
Name: "Odin's Blessing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 2500
Def: 53
@@ -28682,14 +28683,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 65
},
{
Id: 2354
AegisName: "Goibnes_Armor"
Name: "Goibne's Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 3500
Def: 58
@@ -28697,7 +28698,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 54
Script: <"
bonus bVit,2;
@@ -28708,7 +28709,7 @@ item_db: (
Id: 2355
AegisName: "Angels_Protection"
Name: "Angelic Protection"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 600
Def: 25
@@ -28716,8 +28717,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 16
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 40
Script: <" bonus bMdef,20; ">
},
@@ -28725,7 +28726,7 @@ item_db: (
Id: 2356
AegisName: "Vestment_Of_Grace"
Name: "Blessed Holy Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 45
@@ -28734,7 +28735,7 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 70
Script: <"
bonus bMdef,5;
@@ -28745,7 +28746,7 @@ item_db: (
Id: 2357
AegisName: "Valkyrie_Armor"
Name: "Valkyrian Armor"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 2800
Def: 55
Slots: 1
@@ -28769,8 +28770,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAllStats,1;
bonus bUnbreakableArmor,0;
@@ -28782,11 +28783,11 @@ item_db: (
Id: 2358
AegisName: "Dress_Of_Angel"
Name: "Angel's Dress"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 5
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -28803,7 +28804,7 @@ item_db: (
Id: 2359
AegisName: "Ninja_Suit_"
Name: "Ninja Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 58
@@ -28815,7 +28816,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bAgi,1;
@@ -28826,7 +28827,7 @@ item_db: (
Id: 2360
AegisName: "Robe_Of_Casting_"
Name: "Robe of Cast"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 124800
Weight: 1100
Def: 40
@@ -28836,7 +28837,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 75
Script: <"
bonus bVariableCastrate,-3;
@@ -28847,14 +28848,14 @@ item_db: (
Id: 2361
AegisName: "Blue_Aodai"
Name: "Blue Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,5;
bonus bInt,5;
@@ -28869,14 +28870,14 @@ item_db: (
Id: 2362
AegisName: "Red_Aodai"
Name: "Red Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,5;
bonus bInt,5;
@@ -28891,14 +28892,14 @@ item_db: (
Id: 2363
AegisName: "White_Aodai"
Name: "White Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Job: {
Novice: true
}
- Upper: 47
- Loc: 16
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,3;
bonus bInt,3;
@@ -28913,7 +28914,7 @@ item_db: (
Id: 2364
AegisName: "Meteo_Plate_Armor"
Name: "Meteo Plate Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 85
@@ -28926,8 +28927,8 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 55
Script: <"
bonus2 bResEff,Eff_Stun,3000;
@@ -28938,7 +28939,7 @@ item_db: (
Id: 2365
AegisName: "Orleans_Gown"
Name: "Orleans's Gown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 15
@@ -28963,8 +28964,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 55
Script: <"
bonus bVariableCastrate,15;
@@ -28975,7 +28976,7 @@ item_db: (
Id: 2366
AegisName: "Divine_Cloth"
Name: "Divine Cloth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 50
@@ -29000,8 +29001,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 55
Script: <"
bonus2 bResEff,Eff_Curse,500;
@@ -29015,7 +29016,7 @@ item_db: (
Id: 2367
AegisName: "Sniping_Suit"
Name: "Sniping Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 750
Def: 42
@@ -29023,8 +29024,8 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bMdef,5;
@@ -29036,11 +29037,11 @@ item_db: (
Id: 2368
AegisName: "Golden_Armor"
Name: "Golden Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Def: 4
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29056,14 +29057,14 @@ item_db: (
Id: 2369
AegisName: "Freyja_Overcoat"
Name: "Freyja Overcoat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 12
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29084,9 +29085,9 @@ item_db: (
Id: 2370
AegisName: "Used_Mage_Coat"
Name: "Used Mage Coat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 15
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29108,18 +29109,18 @@ item_db: (
Id: 2371
AegisName: "G_Strings_"
Name: "Pantie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 100
Def: 22
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2372
AegisName: "Mage_Coat_"
Name: "Mage Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 40
@@ -29130,7 +29131,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bMdef,5;
@@ -29141,7 +29142,7 @@ item_db: (
Id: 2373
AegisName: "Holy_Robe_"
Name: "Holy Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1700
Def: 57
@@ -29151,7 +29152,7 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 60
Script: <"
bonus bMdef,5;
@@ -29163,7 +29164,7 @@ item_db: (
Id: 2374
AegisName: "Diabolus_Robe"
Name: "Diabolus Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 57
@@ -29179,8 +29180,8 @@ item_db: (
Sage: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 60
Script: <"
bonus bMaxSP,150;
@@ -29193,7 +29194,7 @@ item_db: (
Id: 2375
AegisName: "Diabolus_Armor"
Name: "Diabolus Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 79
@@ -29209,8 +29210,8 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 60
Script: <"
bonus bStr,2;
@@ -29224,7 +29225,7 @@ item_db: (
Id: 2376
AegisName: "Assaulter_Plate"
Name: "Assaulter Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 57
Slots: 1
@@ -29238,7 +29239,7 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29259,7 +29260,7 @@ item_db: (
Id: 2377
AegisName: "Elite_Engineer_Armor"
Name: "Elite Engineer Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 50
Slots: 1
@@ -29268,7 +29269,7 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29289,7 +29290,7 @@ item_db: (
Id: 2378
AegisName: "Assassin_Robe"
Name: "Assassin Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 41
Slots: 1
@@ -29300,7 +29301,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29321,7 +29322,7 @@ item_db: (
Id: 2379
AegisName: "Warlock_Battle_Robe"
Name: "Warlock's Battle Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 36
Slots: 1
@@ -29331,7 +29332,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29352,7 +29353,7 @@ item_db: (
Id: 2380
AegisName: "Medic_Robe"
Name: "Medic's Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 25
Slots: 1
@@ -29361,7 +29362,7 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29382,7 +29383,7 @@ item_db: (
Id: 2381
AegisName: "Elite_Archer_Suit"
Name: "Elite Archer Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 35
Slots: 1
@@ -29391,7 +29392,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29412,15 +29413,15 @@ item_db: (
Id: 2382
AegisName: "Elite_Shooter_Suit"
Name: "Elite Shooter Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 25
Slots: 1
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 16
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMOR"
EquipLv: 80
Trade: {
nodrop: true
@@ -29441,11 +29442,11 @@ item_db: (
Id: 2383
AegisName: "Brynhild"
Name: "Brynhild"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 120
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 94
Refine: false
Script: <"
@@ -29462,10 +29463,10 @@ item_db: (
Id: 2384
AegisName: "Spritual_Tunic"
Name: "Spritual Tunic"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 38
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29495,10 +29496,10 @@ item_db: (
Id: 2385
AegisName: "Recuperative_Armor"
Name: "Recuperative Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 67
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29524,7 +29525,7 @@ item_db: (
Id: 2386
AegisName: "Chameleon_Armor"
Name: "Chameleon Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1700
Def: 55
@@ -29542,8 +29543,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 70
Script: <"
bonus bMaxHP,(BaseLevel*7);
@@ -29557,7 +29558,7 @@ item_db: (
Id: 2387
AegisName: "Sprint_Mail"
Name: "Sprint Mail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 20
@@ -29576,8 +29577,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Script: <"
bonus bVit,1;
bonus bHPrecovRate,5;
@@ -29589,7 +29590,7 @@ item_db: (
Id: 2388
AegisName: "Kandura"
Name: "Kandura"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 36
@@ -29597,8 +29598,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 70
Script: <"
bonus bAgi,1;
@@ -29610,7 +29611,7 @@ item_db: (
Id: 2389
AegisName: "Armor_Of_Naga"
Name: "Armor of Naga"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 45
@@ -29629,8 +29630,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMdef,2;
autobonus "{ bonus bBaseAtk,20; }",10,10000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
@@ -29640,7 +29641,7 @@ item_db: (
Id: 2390
AegisName: "Improved_Tights"
Name: "Improved Tights"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 38
@@ -29650,8 +29651,8 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 75
Script: <"
bonus bMdef,2;
@@ -29662,7 +29663,7 @@ item_db: (
Id: 2391
AegisName: "Life_Link"
Name: "Life Link"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3500
Def: 75
@@ -29672,8 +29673,8 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 82
Script: <"
bonus bVit,2;
@@ -29685,9 +29686,9 @@ item_db: (
Id: 2392
AegisName: "Old_Pant"
Name: "Old Green Pantie"
- Type: 5
+ Type: "IT_ARMOR"
Def: 60
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29711,10 +29712,10 @@ item_db: (
Id: 2393
AegisName: "N_Adventurers_Suit"
Name: "Novice Adventurer's Suit"
- Type: 5
+ Type: "IT_ARMOR"
Def: 45
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -29730,14 +29731,14 @@ item_db: (
Id: 2394
AegisName: "Krieger_Suit1"
Name: "Glorious Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 81
Trade: {
nodrop: true
@@ -29757,14 +29758,14 @@ item_db: (
Id: 2395
AegisName: "Krieger_Suit2"
Name: "Glorious Popularized Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 61
Trade: {
nodrop: true
@@ -29784,14 +29785,14 @@ item_db: (
Id: 2396
AegisName: "Krieger_Suit3"
Name: "Glorious Mass-Production Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Trade: {
nodrop: true
notrade: true
@@ -29807,7 +29808,7 @@ item_db: (
Id: 2397
AegisName: "Incredible_Coat"
Name: "Incredible Event Resignation Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 900
Def: 10
@@ -29815,13 +29816,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 2398
AegisName: "Sniping_Suit_M"
Name: "Sniping Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 750
Def: 5
@@ -29829,8 +29830,8 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 50
Trade: {
nodrop: true
@@ -29851,7 +29852,7 @@ item_db: (
Id: 2399
AegisName: "Dragon_Vest"
Name: "Dragon Vest"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 20
@@ -29876,8 +29877,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Script: <" bonus bMdef,3; ">
},
@@ -29886,28 +29887,28 @@ item_db: (
Id: 2401
AegisName: "Sandals"
Name: "Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 400
Weight: 200
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2402
AegisName: "Sandals_"
Name: "Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 400
Weight: 200
Def: 5
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2403
AegisName: "Shoes"
Name: "Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3500
Weight: 400
Def: 10
@@ -29915,13 +29916,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2404
AegisName: "Shoes_"
Name: "Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3500
Weight: 400
Def: 10
@@ -29930,13 +29931,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2405
AegisName: "Boots"
Name: "Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 18000
Weight: 600
Def: 16
@@ -29957,13 +29958,13 @@ item_db: (
Star_Gladiator: true
Gunslinger: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2406
AegisName: "Boots_"
Name: "Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 18000
Weight: 600
Def: 16
@@ -29985,13 +29986,13 @@ item_db: (
Star_Gladiator: true
Gunslinger: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2407
AegisName: "Chrystal_Pumps"
Name: "Crystal Pumps"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
@@ -29999,8 +30000,8 @@ item_db: (
All: true
Novice: false
}
- Gender: 0
- Loc: 64
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_SHOES"
Script: <"
bonus bMdef,10;
bonus bLuk,5;
@@ -30010,17 +30011,17 @@ item_db: (
Id: 2408
AegisName: "Cuffs"
Name: "Shackles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 3000
Def: 18
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2409
AegisName: "Spiky_Heel"
Name: "High Heels"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 8500
Weight: 600
Def: 10
@@ -30028,18 +30029,18 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMdef,5; ">
},
{
Id: 2410
AegisName: "Sleipnir"
Name: "Sleipnir"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3500
Def: 40
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 94
Refine: false
Script: <"
@@ -30056,7 +30057,7 @@ item_db: (
Id: 2411
AegisName: "Grave"
Name: "Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 48000
Weight: 750
Def: 27
@@ -30064,14 +30065,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 65
},
{
Id: 2412
AegisName: "Grave_"
Name: "Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 54000
Weight: 750
Def: 27
@@ -30080,14 +30081,14 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 65
},
{
Id: 2413
AegisName: "Safty_Boots"
Name: "Safety Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 34000
Weight: 350
Def: 22
@@ -30096,7 +30097,7 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 30
Refine: false
},
@@ -30104,15 +30105,15 @@ item_db: (
Id: 2414
AegisName: "Novice_Boots"
Name: "Novice Slippers"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 1
Def: 5
Job: {
Novice: true
}
- Upper: 47
- Loc: 64
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30128,7 +30129,7 @@ item_db: (
Id: 2415
AegisName: "Slipper"
Name: "Bunny Slipper"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 34000
Weight: 300
Def: 9
@@ -30137,7 +30138,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 30
Script: <"
bonus bLuk,3;
@@ -30148,7 +30149,7 @@ item_db: (
Id: 2416
AegisName: "Novice_Shoes"
Name: "Novice Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 35000
Weight: 500
Def: 8
@@ -30156,8 +30157,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 64
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 40
Script: <" bonus bMaxHPrate,5; ">
},
@@ -30165,7 +30166,7 @@ item_db: (
Id: 2417
AegisName: "Fricco_Shoes"
Name: "Fricco's Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 12
@@ -30173,7 +30174,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 65
Script: <"
bonus bAgi,2;
@@ -30187,7 +30188,7 @@ item_db: (
Id: 2418
AegisName: "Vidars_Boots"
Name: "Vidar's Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 650
Def: 13
@@ -30195,7 +30196,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 65
Script: <"
bonus bMaxHPrate,9;
@@ -30206,7 +30207,7 @@ item_db: (
Id: 2419
AegisName: "Goibnes_Combat_Boots"
Name: "Goibne's Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 700
Def: 13
@@ -30214,7 +30215,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 54
Script: <"
bonus bMdef,3;
@@ -30226,7 +30227,7 @@ item_db: (
Id: 2420
AegisName: "Angels_Arrival"
Name: "Angel's Reincarnation"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 300
Def: 8
@@ -30234,8 +30235,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 64
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 25
Script: <" bonus bMaxHP,100; ">
},
@@ -30243,7 +30244,7 @@ item_db: (
Id: 2421
AegisName: "Valkyrie_Shoes"
Name: "Valkyrian Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 13
Slots: 1
@@ -30267,8 +30268,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
Script: <"
bonus bUnbreakableShoes,0;
if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,(BaseLevel*5);
@@ -30279,7 +30280,7 @@ item_db: (
Id: 2422
AegisName: "High_Fashion_Sandals"
Name: "High Fashion Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 24000
Weight: 200
Def: 7
@@ -30293,7 +30294,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 40
Script: <" bonus bMdef,10; ">
},
@@ -30301,7 +30302,7 @@ item_db: (
Id: 2423
AegisName: "Variant_Shoes"
Name: "Variant Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 13
@@ -30325,8 +30326,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 85
Script: <"
bonus bMaxHPrate,20-getrefine();
@@ -30338,7 +30339,7 @@ item_db: (
Id: 2424
AegisName: "Tidal_Shoes"
Name: "Tidal Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 13
@@ -30363,8 +30364,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 55
Script: <" bonus2 bSubEle,Ele_Water,5; ">
},
@@ -30372,7 +30373,7 @@ item_db: (
Id: 2425
AegisName: "Black_Leather_Boots"
Name: "Black Leather Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 16
@@ -30396,8 +30397,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 55
Script: <"
bonus bAgi,1;
@@ -30408,7 +30409,7 @@ item_db: (
Id: 2426
AegisName: "Shadow_Walk"
Name: "Shadow Walk"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Job: {
@@ -30431,8 +30432,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 75
Script: <"
bonus bMdef,10;
@@ -30446,11 +30447,11 @@ item_db: (
Id: 2427
AegisName: "Golden_Shoes"
Name: "Golden Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30466,14 +30467,14 @@ item_db: (
Id: 2428
AegisName: "Freyja_Boots"
Name: "Freyja Boots"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 22
Job: {
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30491,7 +30492,7 @@ item_db: (
Id: 2429
AegisName: "Iron_Boots01"
Name: "Iron Boots"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1500
Def: 5
Job: {
@@ -30508,7 +30509,7 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
Trade: {
nodrop: true
notrade: true
@@ -30523,10 +30524,10 @@ item_db: (
Id: 2430
AegisName: "Iron_Boots02"
Name: "Iron Boots"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 800
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
Trade: {
nodrop: true
notrade: true
@@ -30541,10 +30542,10 @@ item_db: (
Id: 2431
AegisName: "Valley_Shoes"
Name: "Valley Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30564,7 +30565,7 @@ item_db: (
Id: 2432
AegisName: "Spiky_Heel_"
Name: "Highheels"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 8500
Weight: 600
Def: 10
@@ -30573,14 +30574,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMdef,5; ">
},
{
Id: 2433
AegisName: "Diabolus_Boots"
Name: "Diabolus Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 15
@@ -30599,15 +30600,15 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxHP,(BaseLevel*10); ">
},
{
Id: 2434
AegisName: "Black_Leather_Boots_"
Name: "Black Leather Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 16
@@ -30632,8 +30633,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 55
Script: <"
bonus bAgi,1;
@@ -30644,7 +30645,7 @@ item_db: (
Id: 2435
AegisName: "Battle_Greave"
Name: "Battle Greave"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 15
Slots: 1
@@ -30663,7 +30664,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 80
Trade: {
nodrop: true
@@ -30684,7 +30685,7 @@ item_db: (
Id: 2436
AegisName: "Combat_Boots"
Name: "Combat Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 9
Slots: 1
@@ -30700,7 +30701,7 @@ item_db: (
Bard: true
Soul_Linker: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 80
Trade: {
nodrop: true
@@ -30721,15 +30722,15 @@ item_db: (
Id: 2437
AegisName: "Battle_Boots"
Name: "Battle Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 9
Slots: 1
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 64
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_SHOES"
EquipLv: 80
Trade: {
nodrop: true
@@ -30750,10 +30751,10 @@ item_db: (
Id: 2438
AegisName: "Paw_Of_Cat"
Name: "Paw Of Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
- Loc: 64
+ Loc: "EQP_SHOES"
Trade: {
nodrop: true
notrade: true
@@ -30772,10 +30773,10 @@ item_db: (
Id: 2439
AegisName: "Refresh_Shoes"
Name: "Refresh Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 20
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30798,7 +30799,7 @@ item_db: (
Id: 2440
AegisName: "Sprint_Shoes"
Name: "Sprint Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 10
@@ -30817,8 +30818,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
Script: <"
bonus bAgi,1;
bonus bSPrecovRate,5;
@@ -30828,10 +30829,10 @@ item_db: (
Id: 2441
AegisName: "Beach_Sandal"
Name: "Beach Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -30843,9 +30844,9 @@ item_db: (
Id: 2442
AegisName: "Boots_Perforated"
Name: "Red Stocking Boots"
- Type: 5
+ Type: "IT_ARMOR"
Def: 18
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30869,10 +30870,10 @@ item_db: (
Id: 2443
AegisName: "Fish_Shoes"
Name: "Fisher's Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 250
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
Trade: {
nodrop: true
@@ -30888,13 +30889,13 @@ item_db: (
Id: 2444
AegisName: "Krieger_Shoes1"
Name: "Glorious Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 81
Trade: {
nodrop: true
@@ -30915,14 +30916,14 @@ item_db: (
Id: 2445
AegisName: "Krieger_Shoes2"
Name: "Glorious Popularized Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 5
Job: {
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 61
Trade: {
nodrop: true
@@ -30942,14 +30943,14 @@ item_db: (
Id: 2446
AegisName: "Krieger_Shoes3"
Name: "Glorious Mass-Production Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
Trade: {
nodrop: true
notrade: true
@@ -30965,7 +30966,7 @@ item_db: (
Id: 2447
AegisName: "Military_Boots"
Name: "Army Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 1000
Def: 5
@@ -30973,23 +30974,23 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2448
AegisName: "Air_Boss"
Name: "Air Boss"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 2
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bAgi,1; ">
},
{
Id: 2449
AegisName: "Variant_Shoes_M"
Name: "Variant Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
@@ -31013,8 +31014,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 85
Trade: {
nodrop: true
@@ -31035,7 +31036,7 @@ item_db: (
Id: 2450
AegisName: "Vital_Tree_Shoes"
Name: "Vital Tree Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 16
@@ -31059,8 +31060,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 60
Script: <"
bonus bMaxHPrate,10;
@@ -31075,11 +31076,11 @@ item_db: (
Id: 2451
AegisName: "Freyja_SSandal7"
Name: "Freya Spirit Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 20
Refine: false
Script: <"
@@ -31091,11 +31092,11 @@ item_db: (
Id: 2452
AegisName: "Freyja_SSandal30"
Name: "Freya Spirit Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 20
Refine: false
Script: <"
@@ -31107,11 +31108,11 @@ item_db: (
Id: 2453
AegisName: "Freyja_SSandal60"
Name: "Freya Spirit Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 20
Refine: false
Script: <"
@@ -31123,11 +31124,11 @@ item_db: (
Id: 2454
AegisName: "Freyja_SSandal90"
Name: "Freya Spirit Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 20
Refine: false
Script: <"
@@ -31139,9 +31140,9 @@ item_db: (
Id: 2455
AegisName: "Time_Keepr_Boots"
Name: "Guardian Boots"
- Type: 5
+ Type: "IT_ARMOR"
Def: 17
- Loc: 64
+ Loc: "EQP_SHOES"
Trade: {
nodrop: true
notrade: true
@@ -31161,9 +31162,9 @@ item_db: (
Id: 2456
AegisName: "Para_Team_Boots1"
Name: "Eden Group Boots I"
- Type: 5
+ Type: "IT_ARMOR"
Def: 14
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 12
Refine: false
Trade: {
@@ -31184,9 +31185,9 @@ item_db: (
Id: 2457
AegisName: "Para_Team_Boots2"
Name: "Eden Group Boots II"
- Type: 5
+ Type: "IT_ARMOR"
Def: 16
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 26
Refine: false
Trade: {
@@ -31207,9 +31208,9 @@ item_db: (
Id: 2458
AegisName: "Para_Team_Boots3"
Name: "Eden Group Boots III"
- Type: 5
+ Type: "IT_ARMOR"
Def: 18
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 40
Refine: false
Trade: {
@@ -31230,7 +31231,7 @@ item_db: (
Id: 2459
AegisName: "Upg_Shoes"
Name: "Reinforcement Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 15
@@ -31239,14 +31240,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2460
AegisName: "Upg_Boots"
Name: "Reinforcement Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 21
@@ -31268,14 +31269,14 @@ item_db: (
Star_Gladiator: true
Gunslinger: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2461
AegisName: "Upg_Greave"
Name: "Reinforcement Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 32
@@ -31284,17 +31285,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2462
AegisName: "Sleipnir_C"
Name: "Ephemeral Sleipnir"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 40
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 94
Refine: false
Script: <"
@@ -31310,10 +31311,10 @@ item_db: (
Id: 2463
AegisName: "Feral_Boots"
Name: "Feral Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 12
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 75
Refine: false
Trade: {
@@ -31331,9 +31332,9 @@ item_db: (
Id: 2464
AegisName: "No_Fear_Shoes"
Name: "NoFear Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Def: 6
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 20
Refine: false
Script: <"
@@ -31350,7 +31351,7 @@ item_db: (
Id: 2465
AegisName: "Dance_Shoes"
Name: "Dance Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 15
@@ -31358,8 +31359,8 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 105
Script: <"
bonus bAgi,1;
@@ -31371,24 +31372,24 @@ item_db: (
Id: 2466
AegisName: "Training_Shoes"
Name: "Training Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2467
AegisName: "Golden_Rod_Shoes"
Name: "Golden Rod Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 12
Job: {
Wizard: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMdef,2;
@@ -31400,15 +31401,15 @@ item_db: (
Id: 2468
AegisName: "Aqua_Shoes"
Name: "Aqua Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 12
Job: {
Wizard: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMdef,2;
@@ -31420,15 +31421,15 @@ item_db: (
Id: 2469
AegisName: "Crimson_Shoes"
Name: "Crimson Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 12
Job: {
Wizard: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMdef,2;
@@ -31440,15 +31441,15 @@ item_db: (
Id: 2470
AegisName: "Forest_Shoes"
Name: "Forest Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 12
Job: {
Wizard: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMdef,2;
@@ -31460,15 +31461,15 @@ item_db: (
Id: 2471
AegisName: "Shoes_Of_Affection"
Name: "Shoes Of Affection"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 12
Job: {
Priest: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMaxHP,500;
@@ -31488,15 +31489,15 @@ item_db: (
Id: 2472
AegisName: "Shoes_Of_Judgement"
Name: "Shoes Of Judgement"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 12
Job: {
Priest: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus2 bSkillAtk,AB_JUDEX,30;
@@ -31508,9 +31509,9 @@ item_db: (
Id: 2473
AegisName: "Para_Team_Boots4"
Name: "Eden Group Boots IV"
- Type: 5
+ Type: "IT_ARMOR"
Def: 20
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 60
Refine: false
Trade: {
@@ -31533,12 +31534,12 @@ item_db: (
Id: 2474
AegisName: "Lehmannza_Shoes"
Name: "Lehmannza Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 60
Script: <" bonus bMdef,3; ">
},
@@ -31546,7 +31547,7 @@ item_db: (
Id: 2475
AegisName: "Ur_Greave"
Name: "Ur's Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 32
@@ -31554,8 +31555,8 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMaxSP,40;
@@ -31566,7 +31567,7 @@ item_db: (
Id: 2476
AegisName: "Peuz_Greave"
Name: "Peuz's Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 32
@@ -31574,8 +31575,8 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMaxSP,40;
@@ -31587,7 +31588,7 @@ item_db: (
Id: 2477
AegisName: "Sabah_Shoes"
Name: "Sapha Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 18
@@ -31595,8 +31596,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMaxSP,30;
@@ -31607,7 +31608,7 @@ item_db: (
Id: 2478
AegisName: "Nab_Shoes"
Name: "Nab Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 18
@@ -31615,8 +31616,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bFlee,3;
@@ -31627,7 +31628,7 @@ item_db: (
Id: 2479
AegisName: "White_Wing_Boots"
Name: "White Wing Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 18
@@ -31635,8 +31636,8 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bAgi,2;
@@ -31647,7 +31648,7 @@ item_db: (
Id: 2480
AegisName: "Black_Wing_Boots"
Name: "Black Wing Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 18
@@ -31655,8 +31656,8 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bInt,2;
@@ -31667,27 +31668,27 @@ item_db: (
Id: 2481
AegisName: "Rune_Boots"
Name: "Rune Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 2482
AegisName: "Shoes_Of_Valor"
Name: "Shoes Of Valor"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 64
+ Loc: "EQP_SHOES"
Refine: false
},
{
Id: 2483
AegisName: "Siege_Greave"
Name: "WoE Greave"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 750
Def: 30
@@ -31700,7 +31701,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 95
Script: <"
bonus bMdef,1;
@@ -31711,7 +31712,7 @@ item_db: (
Id: 2484
AegisName: "Siege_Boots"
Name: "WoE Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 20
@@ -31735,7 +31736,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 95
Script: <"
bonus bMdef,5;
@@ -31746,7 +31747,7 @@ item_db: (
Id: 2485
AegisName: "Siege_Shoes"
Name: "WoE Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 350
Def: 15
@@ -31761,7 +31762,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 95
Script: <"
bonus bMdef,10;
@@ -31772,7 +31773,7 @@ item_db: (
Id: 2486
AegisName: "Shadow_Walk_"
Name: "Shadow Walker"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Slots: 1
@@ -31796,8 +31797,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 75
Script: <" bonus bMdef,10; ">
},
@@ -31805,7 +31806,7 @@ item_db: (
Id: 2487
AegisName: "Vital_Tree_Shoes_"
Name: "Sephiroth's Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 16
@@ -31830,8 +31831,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 64
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 60
Script: <"
bonus bVit,2;
@@ -31842,7 +31843,7 @@ item_db: (
Id: 2488
AegisName: "Fricco_Shoes_"
Name: "Freyja Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 12
@@ -31851,7 +31852,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 65
Script: <" bonus bAgi,2; ">
},
@@ -31859,7 +31860,7 @@ item_db: (
Id: 2489
AegisName: "Vidars_Boots_"
Name: "Vidar's Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 650
Def: 13
@@ -31868,18 +31869,18 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 65
},
{
Id: 2491
AegisName: "Bangungot_Boots"
Name: "Bangungot Boots of Nightmare"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMdef,getrefine();
if(getrefine()>=14) {
@@ -31891,12 +31892,12 @@ item_db: (
Id: 2492
AegisName: "Bayani_Bangungot_Boots"
Name: "Bangungot Boots(Bayani)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 10
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMdef,getrefine();
if(getrefine()>=12) {
@@ -31908,7 +31909,7 @@ item_db: (
Id: 2493
AegisName: "Goibnes_Combat_Boots_"
Name: "Goibne's Greaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 700
Def: 13
@@ -31917,7 +31918,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 54
Script: <"
bonus bMdef,3;
@@ -31929,7 +31930,7 @@ item_db: (
Id: 2494
AegisName: "Chrystal_Pumps_"
Name: "Crystal Pumps"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
@@ -31938,8 +31939,8 @@ item_db: (
All: true
Novice: false
}
- Gender: 0
- Loc: 64
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_SHOES"
Script: <"
bonus bMdef,10;
bonus bLuk,5;
@@ -31949,12 +31950,12 @@ item_db: (
Id: 2495
AegisName: "Egir_Shoes"
Name: "Aegir Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 300
Def: 13
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 110
Script: <"
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte)
@@ -31967,9 +31968,9 @@ item_db: (
Id: 2496
AegisName: "TE_Woe_Shoes"
Name: "TE WoE Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 40
Refine: false
Trade: {
@@ -31994,7 +31995,7 @@ item_db: (
Id: 2497
AegisName: "TE_Woe_Boots"
Name: "TE WoE Boots"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Job: {
Swordsman: true
@@ -32004,7 +32005,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 40
Refine: false
Trade: {
@@ -32025,9 +32026,9 @@ item_db: (
},
{
Id: 2498
- AegisName: "TE_WoE_Magic_Sandal"
+ AegisName: "TE_Woe_Magic_Sandal"
Name: "TE WoE Magic Sandal"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
Job: {
Novice: true
@@ -32039,7 +32040,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 40
Refine: false
Trade: {
@@ -32063,11 +32064,11 @@ item_db: (
Id: 2499
AegisName: "Temporal_Boots"
Name: "Temporal Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 10
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -32080,28 +32081,28 @@ item_db: (
Id: 2501
AegisName: "Hood"
Name: "Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 200
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2502
AegisName: "Hood_"
Name: "Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 200
Def: 4
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2503
AegisName: "Muffler"
Name: "Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 400
Def: 8
@@ -32109,13 +32110,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2504
AegisName: "Muffler_"
Name: "Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 400
Def: 8
@@ -32124,13 +32125,13 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2505
AegisName: "Manteau"
Name: "Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 32000
Weight: 600
Def: 13
@@ -32147,13 +32148,13 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2506
AegisName: "Manteau_"
Name: "Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 32000
Weight: 600
Def: 13
@@ -32171,13 +32172,13 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2507
AegisName: "Cape_Of_Ancient_Lord"
Name: "Ancient Cape"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 82000
Weight: 600
Def: 9
@@ -32185,7 +32186,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 40
Script: <" bonus bAgi,1; ">
},
@@ -32193,7 +32194,7 @@ item_db: (
Id: 2508
AegisName: "Ragamuffin_Cape"
Name: "Ragamuffin Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 500
Def: 4
@@ -32201,7 +32202,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bUnbreakableGarment,0;
bonus bMdef,10;
@@ -32211,7 +32212,7 @@ item_db: (
Id: 2509
AegisName: "Clack_Of_Servival"
Name: "Survivor's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 550
Def: 10
@@ -32221,7 +32222,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 75
Script: <"
bonus bMdef,5;
@@ -32232,15 +32233,15 @@ item_db: (
Id: 2510
AegisName: "Novice_Hood"
Name: "Somber Novice Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 1
Def: 4
Job: {
Novice: true
}
- Upper: 47
- Loc: 4
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
Refine: false
Trade: {
nodrop: true
@@ -32257,7 +32258,7 @@ item_db: (
Id: 2511
AegisName: "Skeletons_Cape"
Name: "Skeleton Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 700
Def: 13
@@ -32265,7 +32266,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 75
Script: <"
bonus bStr,2;
@@ -32280,7 +32281,7 @@ item_db: (
Id: 2512
AegisName: "Novice_Manteau"
Name: "Novice Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 500
Def: 7
@@ -32288,8 +32289,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 4
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 40
Script: <" bonus2 bSubEle,Ele_Neutral,10; ">
},
@@ -32297,7 +32298,7 @@ item_db: (
Id: 2513
AegisName: "Celestial_Robe"
Name: "Heavenly Maiden Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 18
@@ -32306,14 +32307,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 80
},
{
Id: 2514
AegisName: "Pauldron"
Name: "Pauldron"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 25
@@ -32329,14 +32330,14 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 80
},
{
Id: 2515
AegisName: "Wing_Of_Eagle"
Name: "Eagle Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 300
Def: 12
@@ -32347,14 +32348,14 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 85
},
{
Id: 2516
AegisName: "Falcon_Robe"
Name: "Falcon Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 400
Def: 8
@@ -32362,7 +32363,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 65
Script: <"
bonus bFlee,15;
@@ -32373,7 +32374,7 @@ item_db: (
Id: 2517
AegisName: "Valis_Manteau"
Name: "Vali's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 600
Def: 13
@@ -32381,7 +32382,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 65
Script: <" bonus2 bSubEle,Ele_Neutral,15; ">
},
@@ -32389,7 +32390,7 @@ item_db: (
Id: 2518
AegisName: "Morpheuss_Shawl"
Name: "Morpheus's Shawl"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 600
Def: 8
@@ -32397,7 +32398,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 33
Script: <"
bonus bMaxSPrate,10;
@@ -32408,7 +32409,7 @@ item_db: (
Id: 2519
AegisName: "Morriganes_Manteau"
Name: "Morrigane's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 600
Def: 9
@@ -32416,7 +32417,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 61
Script: <"
bonus bLuk,2;
@@ -32427,7 +32428,7 @@ item_db: (
Id: 2520
AegisName: "Goibnes_Shoulder_Arms"
Name: "Goibne's Spaulders"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 700
Def: 11
@@ -32435,7 +32436,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 54
Script: <"
bonus bLongAtkDef,10;
@@ -32447,7 +32448,7 @@ item_db: (
Id: 2521
AegisName: "Angels_Warmth"
Name: "Angelic Cardigan"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 400
Def: 6
@@ -32455,8 +32456,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 4
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 20
Script: <" bonus bHPrecovRate,5; ">
},
@@ -32464,30 +32465,30 @@ item_db: (
Id: 2522
AegisName: "Undershirt"
Name: "Undershirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 150
Def: 5
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMdef,1; ">
},
{
Id: 2523
AegisName: "Undershirt_"
Name: "Undershirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 150
Def: 5
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMdef,1; ">
},
{
Id: 2524
AegisName: "Valkyrie_Manteau"
Name: "Valkyrian Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 10
Slots: 1
@@ -32511,8 +32512,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
Script: <"
bonus bUnbreakableGarment,0;
if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2);
@@ -32523,7 +32524,7 @@ item_db: (
Id: 2525
AegisName: "Cape_Of_Ancient_Lord_"
Name: "Ancient Cape"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 82000
Weight: 600
Def: 9
@@ -32532,7 +32533,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 40
Script: <" bonus bAgi,1; ">
},
@@ -32540,11 +32541,11 @@ item_db: (
Id: 2526
AegisName: "Dragon_Scale_Coat"
Name: "Coat of Dragon Scale"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
Def: 14
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 50
Script: <" bonus bMaxHP,300; ">
},
@@ -32552,7 +32553,7 @@ item_db: (
Id: 2527
AegisName: "Dragon_Breath"
Name: "Dragon Breath"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 16
@@ -32577,8 +32578,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 48
Script: <" bonus2 bAddRaceTolerance,RC_Dragon,15; ">
},
@@ -32586,7 +32587,7 @@ item_db: (
Id: 2528
AegisName: "Wool_Scarf"
Name: "Wool Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 11
@@ -32611,8 +32612,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 55
Script: <" bonus bMdef,4; ">
},
@@ -32620,7 +32621,7 @@ item_db: (
Id: 2529
AegisName: "Rider_Insignia"
Name: "Rider Insignia"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 13
@@ -32644,8 +32645,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 55
Script: <" bonus bAgi,2; ">
},
@@ -32653,7 +32654,7 @@ item_db: (
Id: 2530
AegisName: "Rider_Insignia_"
Name: "Rider Insignia"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 13
@@ -32678,8 +32679,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 55
Script: <" bonus bAgi,2; ">
},
@@ -32687,7 +32688,7 @@ item_db: (
Id: 2531
AegisName: "Ulfhedinn"
Name: "Ulfhedinn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 13
@@ -32703,8 +32704,8 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 70
Script: <" bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20; ">
},
@@ -32712,7 +32713,7 @@ item_db: (
Id: 2532
AegisName: "Mithril_Magic_Cape"
Name: "Mithril Magic Cape"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 8
@@ -32728,8 +32729,8 @@ item_db: (
Sage: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 70
Script: <"
bonus bMdef,3;
@@ -32740,14 +32741,14 @@ item_db: (
Id: 2533
AegisName: "Freyja_Cape"
Name: "Freyja Cape"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
Trade: {
nodrop: true
@@ -32765,10 +32766,10 @@ item_db: (
Id: 2534
AegisName: "Ruffler"
Name: "Ruffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
Trade: {
nodrop: true
@@ -32788,7 +32789,7 @@ item_db: (
Id: 2535
AegisName: "Cloak_Of_Survival_C"
Name: "Cloak Of Survival"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 17
Job: {
@@ -32797,7 +32798,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
Trade: {
nodrop: true
@@ -32818,7 +32819,7 @@ item_db: (
Id: 2536
AegisName: "Skin_Of_Ventus"
Name: "Skin of Ventus"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 7
@@ -32827,7 +32828,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 60
Script: <"
bonus bMdef,2;
@@ -32839,7 +32840,7 @@ item_db: (
Id: 2537
AegisName: "Diabolus_Manteau"
Name: "Diabolus Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 15
@@ -32858,8 +32859,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Neutral,5;
bonus bMaxHP,100;
@@ -32871,7 +32872,7 @@ item_db: (
Id: 2538
AegisName: "Commander_Manteau"
Name: "Captain's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 28
Slots: 1
@@ -32890,7 +32891,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 80
Trade: {
nodrop: true
@@ -32911,7 +32912,7 @@ item_db: (
Id: 2539
AegisName: "Commander_Manteau_"
Name: "Commander's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 20
Slots: 1
@@ -32927,7 +32928,7 @@ item_db: (
Bard: true
Soul_Linker: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 80
Trade: {
nodrop: true
@@ -32948,15 +32949,15 @@ item_db: (
Id: 2540
AegisName: "Sheriff_Manteau"
Name: "Sheriff's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Def: 20
Slots: 1
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 4
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_GARMENT"
EquipLv: 80
Trade: {
nodrop: true
@@ -32977,11 +32978,11 @@ item_db: (
Id: 2541
AegisName: "Asprika"
Name: "Asprika"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 40
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 94
Refine: false
Script: <"
@@ -33005,7 +33006,7 @@ item_db: (
Id: 2542
AegisName: "Flame_Manteau"
Name: "Flame Manteau of Naght Sieger"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 16
@@ -33030,8 +33031,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 70
Script: <"
bonus bMaxHPrate,5;
@@ -33044,10 +33045,10 @@ item_db: (
Id: 2543
AegisName: "Sylphid_Manteau"
Name: "Sylphid Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 33
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
Trade: {
nodrop: true
@@ -33069,7 +33070,7 @@ item_db: (
Id: 2544
AegisName: "Leather_Of_Tendrilion"
Name: "Leather of Tendrilion"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 14
@@ -33088,8 +33089,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Water,5;
bonus2 bSubEle,Ele_Earth,5;
@@ -33101,7 +33102,7 @@ item_db: (
Id: 2545
AegisName: "Musika"
Name: "Musika"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
@@ -33109,8 +33110,8 @@ item_db: (
Job: {
Priest: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 70
Script: <"
bonus bMdef,3;
@@ -33121,11 +33122,11 @@ item_db: (
Id: 2546
AegisName: "Beach_Manteau"
Name: "Beach Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -33136,9 +33137,9 @@ item_db: (
Id: 2547
AegisName: "Cheap_Running_Shirts"
Name: "Cheap Undershirt"
- Type: 5
+ Type: "IT_ARMOR"
Def: 11
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
Trade: {
nodrop: true
@@ -33161,7 +33162,7 @@ item_db: (
Id: 2548
AegisName: "Muffler_C"
Name: "Neo Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Def: 22
Job: {
Swordsman: true
@@ -33183,8 +33184,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 95
Refine: false
Trade: {
@@ -33210,14 +33211,14 @@ item_db: (
Id: 2549
AegisName: "Krieger_Muffler1"
Name: "Glorious Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 3
Job: {
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 80
Trade: {
nodrop: true
@@ -33237,16 +33238,16 @@ item_db: (
Id: 2550
AegisName: "Fishers_Muffler"
Name: "Fisher's Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2551
AegisName: "Rider_Insignia_M"
Name: "Crest of the Rider"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
@@ -33271,8 +33272,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 55
Trade: {
nodrop: true
@@ -33289,7 +33290,7 @@ item_db: (
Id: 2552
AegisName: "Mithril_Magic_Cape_M"
Name: "Mithril Magic Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -33305,8 +33306,8 @@ item_db: (
Sage: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 70
Trade: {
nodrop: true
@@ -33326,7 +33327,7 @@ item_db: (
Id: 2553
AegisName: "Dragon_Manteau"
Name: "Dragon Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 14
@@ -33351,8 +33352,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
Script: <"
bonus bAgi,1;
bonus bMdef,5;
@@ -33362,7 +33363,7 @@ item_db: (
Id: 2554
AegisName: "Piece_Of_Angent_Skin"
Name: "Nidhoggur's Shadow Garb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 25
@@ -33387,8 +33388,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 90
Script: <"
bonus2 bSubEle,Ele_Neutral,7;
@@ -33410,11 +33411,11 @@ item_db: (
Id: 2555
AegisName: "Freyja_SScarf7"
Name: "Freya Soul Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 20
Refine: false
Script: <"
@@ -33426,11 +33427,11 @@ item_db: (
Id: 2556
AegisName: "Freyja_SScarf30"
Name: "Freya Soul Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 20
Refine: false
Script: <"
@@ -33442,11 +33443,11 @@ item_db: (
Id: 2557
AegisName: "Freyja_SScarf60"
Name: "Freya Soul Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 20
Refine: false
Script: <"
@@ -33458,11 +33459,11 @@ item_db: (
Id: 2558
AegisName: "Freyja_SScarf90"
Name: "Freya Soul Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 20
Refine: false
Script: <"
@@ -33474,9 +33475,9 @@ item_db: (
Id: 2559
AegisName: "Time_Keepr_Manteau"
Name: "Guardian Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Def: 9
- Loc: 4
+ Loc: "EQP_GARMENT"
Trade: {
nodrop: true
notrade: true
@@ -33495,9 +33496,9 @@ item_db: (
Id: 2560
AegisName: "Para_Team_Manteau"
Name: "Eden Group Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Def: 14
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 12
Refine: false
Trade: {
@@ -33515,18 +33516,18 @@ item_db: (
Id: 2561
AegisName: "Upg_Hood"
Name: "Reinforcement Hood"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 9
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2562
AegisName: "Upg_Muffler"
Name: "Reinforcement Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 13
@@ -33535,14 +33536,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2563
AegisName: "Upg_Manteau"
Name: "Reinforcement Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 18
@@ -33560,17 +33561,17 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 2564
AegisName: "Feral_Tail"
Name: "Feral Tail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 16
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 75
Refine: false
Trade: {
@@ -33588,12 +33589,12 @@ item_db: (
Id: 2565
AegisName: "Beach_Towel"
Name: "Beach Towel"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bMdef,3;
bonus bFlee,7;
@@ -33603,10 +33604,10 @@ item_db: (
Id: 2566
AegisName: "Half_Asprika"
Name: "Asprika (Trial Version)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 20
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 47
Refine: false
Trade: {
@@ -33640,25 +33641,25 @@ item_db: (
Id: 2567
AegisName: "Academy_Manteau"
Name: "Academy Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 600
Def: 3
Slots: 1
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 4
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_GARMENT"
},
{
Id: 2568
AegisName: "Muffler_Of_Roki"
Name: "Loki's Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 100
Refine: false
Trade: {
@@ -33679,15 +33680,15 @@ item_db: (
Id: 2569
AegisName: "Shawl_Of_Affection"
Name: "Shawl Of Affection"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 12
Job: {
Priest: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bFlee2,5;
@@ -33699,15 +33700,15 @@ item_db: (
Id: 2570
AegisName: "Shawl_Of_Judgement"
Name: "Shawl Of Judgement"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 12
Job: {
Priest: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bFlee,5;
@@ -33720,9 +33721,9 @@ item_db: (
Id: 2571
AegisName: "Para_Team_Manteau2"
Name: "Eden Group Manteau II"
- Type: 5
+ Type: "IT_ARMOR"
Def: 18
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 60
Refine: false
Trade: {
@@ -33743,38 +33744,38 @@ item_db: (
Id: 2572
AegisName: "Katabart_Sholder"
Name: "Katabart Sholder"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 70
},
{
Id: 2573
AegisName: "Archangel_Wing"
Name: "Eternal Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 18
Slots: 1
- Loc: 4
- View: 1
+ Loc: "EQP_GARMENT"
+ ViewSprite: 1
},
{
Id: 2574
AegisName: "Ur_Manteau"
Name: "Ur's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
Job: {
Knight: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bMaxHPrate,2;
@@ -33785,15 +33786,15 @@ item_db: (
Id: 2575
AegisName: "Peuz_Manteau"
Name: "Peuz's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 16
Job: {
Knight: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bFlee,10;
@@ -33804,13 +33805,13 @@ item_db: (
Id: 2576
AegisName: "Bravery_Bag"
Name: "Heroic Backpack"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 20
Slots: 1
- Loc: 4
- View: 2
+ Loc: "EQP_GARMENT"
+ ViewSprite: 2
Script: <"
skill BS_GREED,1;
if(getrefine()>6) {
@@ -33859,15 +33860,15 @@ item_db: (
Id: 2577
AegisName: "Sabah_Hood"
Name: "Sapha Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 13
Job: {
Assassin: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bFlee,12;
@@ -33878,15 +33879,15 @@ item_db: (
Id: 2578
AegisName: "Nab_Hood"
Name: "Nab Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 13
Job: {
Assassin: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bFlee,getrefine()*2;
@@ -33897,27 +33898,27 @@ item_db: (
Id: 2579
AegisName: "Magic_Stole"
Name: "Magic Stall"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMdef,3; ">
},
{
Id: 2580
AegisName: "White_Wing_Manteau"
Name: "White Wing Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 15
Job: {
Hunter: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bAgi,2;
@@ -33929,15 +33930,15 @@ item_db: (
Id: 2581
AegisName: "Black_Wing_Manteau"
Name: "Black Wing Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 15
Job: {
Hunter: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bInt,2;
@@ -33948,7 +33949,7 @@ item_db: (
Id: 2582
AegisName: "Salvage_Cape"
Name: "Salvage Cape"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 400
Def: 1
@@ -33956,8 +33957,8 @@ item_db: (
Priest: true
Wizard: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 130
Script: <"
skill NJ_UTSUSEMI,1;
@@ -33970,12 +33971,12 @@ item_db: (
Id: 2583
AegisName: "Holy_Cape"
Name: "Holy Cape"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 50
Script: <"
bonus bDex,-5;
@@ -33986,27 +33987,27 @@ item_db: (
Id: 2584
AegisName: "Wanderer_Outer"
Name: "Coat Of Wandering"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2585
AegisName: "Muffler_Of_Valor"
Name: "Muffler Of Valor"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
},
{
Id: 2586
AegisName: "Siege_Manteau"
Name: "WoE Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 600
Def: 32
@@ -34015,7 +34016,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 95
Script: <"
bonus bMdef,1;
@@ -34026,12 +34027,12 @@ item_db: (
Id: 2587
AegisName: "Siege_Muffler"
Name: "WoE Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 400
Def: 15
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 95
Script: <"
bonus bMdef,10;
@@ -34042,7 +34043,7 @@ item_db: (
Id: 2588
AegisName: "Ragamuffin_Cape_"
Name: "Rag mantle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 500
Def: 4
@@ -34051,7 +34052,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 40
Script: <"
bonus bUnbreakableGarment,0;
@@ -34062,13 +34063,13 @@ item_db: (
Id: 2589
AegisName: "Fallen_Angel_Wing"
Name: "Fallen Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 18
Slots: 1
- Loc: 4
- View: 3
+ Loc: "EQP_GARMENT"
+ ViewSprite: 3
Script: <"
bonus bAllStats,1;
bonus bAtk,readparam(bStr)/20;
@@ -34084,11 +34085,11 @@ item_db: (
Id: 2590
AegisName: "Buwaya_Cloth"
Name: "Buwaya Sack Cloth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 8
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bHealPower2,getrefine()/3;
bonus bAddItemHealRate,getrefine()/3;
@@ -34102,12 +34103,12 @@ item_db: (
Id: 2591
AegisName: "Bayani_Buwaya_Cloth"
Name: "Buwaya Sack Cloth(Bayani)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 8
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bHealPower2,getrefine();
bonus bAddItemHealRate,getrefine();
@@ -34121,44 +34122,44 @@ item_db: (
Id: 2592
AegisName: "Boss_Brownie_Manteau"
Name: "Cloak of Domovoi"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 50
},
{
Id: 2593
AegisName: "Flow_Manteau"
Name: "Froid Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 20
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 65
},
{
Id: 2594
AegisName: "Wrapping_Manteau"
Name: "Furoshiki Cloak"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 2596
AegisName: "Sharel_Manteau"
Name: "Sharel Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 700
Def: 20
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 65
Script: <"
bonus2 bSubEle,Ele_Fire,5;
@@ -34169,11 +34170,11 @@ item_db: (
Id: 2597
AegisName: "Scarlet_Poncho"
Name: "Bloody Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 10
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 50
Script: <" bonus bCritAtkRate,3; ">
},
@@ -34181,7 +34182,7 @@ item_db: (
Id: 2599
AegisName: "Goibnes_Shoulder_Arms_"
Name: "Goibne's Spaulders"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 700
Def: 11
@@ -34190,7 +34191,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 54
Script: <"
bonus bLongAtkDef,10;
@@ -34204,14 +34205,14 @@ item_db: (
Id: 2601
AegisName: "Ring"
Name: "Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bStr,2; ">
@@ -34220,14 +34221,14 @@ item_db: (
Id: 2602
AegisName: "Earring"
Name: "Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bInt,2; ">
@@ -34236,14 +34237,14 @@ item_db: (
Id: 2603
AegisName: "Necklace"
Name: "Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bVit,2; ">
@@ -34252,14 +34253,14 @@ item_db: (
Id: 2604
AegisName: "Glove"
Name: "Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bDex,2; ">
@@ -34268,14 +34269,14 @@ item_db: (
Id: 2605
AegisName: "Brooch"
Name: "Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bAgi,2; ">
@@ -34284,11 +34285,11 @@ item_db: (
Id: 2607
AegisName: "Clip"
Name: "Clip"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMaxSP,10; ">
},
@@ -34296,14 +34297,14 @@ item_db: (
Id: 2608
AegisName: "Rosary"
Name: "Rosary"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <"
@@ -34315,64 +34316,64 @@ item_db: (
Id: 2609
AegisName: "Skul_Ring"
Name: "Skull Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2610
AegisName: "Gold_Ring"
Name: "Gold Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2611
AegisName: "Silver_Ring"
Name: "Silver Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2612
AegisName: "Flower_Ring"
Name: "Flower Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1500
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2613
AegisName: "Diamond_Ring"
Name: "Diamond Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2614
AegisName: "An_Eye_Of_Dullahan"
Name: "Eye of Dullahan"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 90000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 50
Refine: false
Script: <"
@@ -34385,7 +34386,7 @@ item_db: (
Id: 2615
AegisName: "Safety_Ring"
Name: "Safety Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Def: 5
@@ -34393,7 +34394,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 40
Refine: false
Script: <" bonus bMdef,5; ">
@@ -34402,14 +34403,14 @@ item_db: (
Id: 2616
AegisName: "Critical_Ring"
Name: "Critical Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 40
Refine: false
Script: <" bonus bCritical,5; ">
@@ -34418,7 +34419,7 @@ item_db: (
Id: 2617
AegisName: "Mitten_Of_Presbyter"
Name: "Celebrant's Mitten"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
Def: 1
@@ -34426,7 +34427,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 35
Refine: false
Script: <" bonus bInt,1; ">
@@ -34435,7 +34436,7 @@ item_db: (
Id: 2618
AegisName: "Matyrs_Flea_Guard"
Name: "Matyr's Leash"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
Def: 1
@@ -34443,7 +34444,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 35
Refine: false
Script: <" bonus bAgi,1; ">
@@ -34452,7 +34453,7 @@ item_db: (
Id: 2619
AegisName: "Thimble_Of_Archer"
Name: "Bow Thimble"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
Job: {
@@ -34460,7 +34461,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 65
Refine: false
Script: <" bonus bLongAtkRate,3; ">
@@ -34469,7 +34470,7 @@ item_db: (
Id: 2620
AegisName: "Ring_Of_Rogue"
Name: "Rogue's Treasure"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
Job: {
@@ -34479,7 +34480,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Script: <"
@@ -34497,7 +34498,7 @@ item_db: (
Id: 2621
AegisName: "Ring_"
Name: "Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -34505,7 +34506,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bStr,1; ">
@@ -34514,7 +34515,7 @@ item_db: (
Id: 2622
AegisName: "Earring_"
Name: "Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -34522,7 +34523,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bInt,1; ">
@@ -34531,7 +34532,7 @@ item_db: (
Id: 2623
AegisName: "Necklace_"
Name: "Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -34539,7 +34540,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bVit,1; ">
@@ -34548,7 +34549,7 @@ item_db: (
Id: 2624
AegisName: "Glove_"
Name: "Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -34556,7 +34557,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bDex,1; ">
@@ -34565,7 +34566,7 @@ item_db: (
Id: 2625
AegisName: "Brooch_"
Name: "Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -34573,7 +34574,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bAgi,1; ">
@@ -34582,7 +34583,7 @@ item_db: (
Id: 2626
AegisName: "Rosary_"
Name: "Rosary"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 200
Slots: 1
@@ -34590,7 +34591,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <"
@@ -34602,11 +34603,11 @@ item_db: (
Id: 2627
AegisName: "Belt"
Name: "Belt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 1200
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 25
Refine: false
},
@@ -34614,26 +34615,26 @@ item_db: (
Id: 2628
AegisName: "Novice_Armlet"
Name: "Novice Armlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 400
Weight: 200
Slots: 1
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2629
AegisName: "Magingiorde"
Name: "Magingiorde"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 8000
Def: 2
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,40+BaseLevel/5;
@@ -34647,11 +34648,11 @@ item_db: (
Id: 2630
AegisName: "Brysinggamen"
Name: "Brysinggamen"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 94
Refine: false
Script: <"
@@ -34669,17 +34670,17 @@ item_db: (
Id: 2631
AegisName: "First_Age_Ring"
Name: "Celebration Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2632
AegisName: "Korean_Trinket"
Name: "Korean Trinket"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 125000
Weight: 100
Def: 1
@@ -34687,7 +34688,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 65
Refine: false
Script: <"
@@ -34700,14 +34701,14 @@ item_db: (
Id: 2633
AegisName: "Jade_Ring"
Name: "Jade Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 204000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <"
@@ -34719,8 +34720,8 @@ item_db: (
Id: 2634
AegisName: "Bridegroom_Ring"
Name: "Wedding Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -34742,8 +34743,8 @@ item_db: (
Id: 2635
AegisName: "Bride_Ring"
Name: "Wedding Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -34765,10 +34766,10 @@ item_db: (
Id: 2636
AegisName: "Gold_Ring_"
Name: "Gold Christmas Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bLuk,1; ">
},
@@ -34776,10 +34777,10 @@ item_db: (
Id: 2637
AegisName: "Silver_Ring_"
Name: "Silver Christmas Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bLuk,1; ">
},
@@ -34787,10 +34788,10 @@ item_db: (
Id: 2638
AegisName: "Exorcize_Sachet"
Name: "Sacred Incense"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,1;
@@ -34801,10 +34802,10 @@ item_db: (
Id: 2639
AegisName: "Purification_Sachet"
Name: "Occult Incense"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bInt,1;
@@ -34815,7 +34816,7 @@ item_db: (
Id: 2640
AegisName: "Kafra_Ring"
Name: "Kafra Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 200
Def: 1
@@ -34823,7 +34824,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,1;
@@ -34837,7 +34838,7 @@ item_db: (
Id: 2641
AegisName: "Fashionable_Sack"
Name: "Fashion Hip Sack"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Job: {
@@ -34845,7 +34846,7 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 50
Refine: false
Script: <" bonus bStr,2; ">
@@ -34854,9 +34855,9 @@ item_db: (
Id: 2642
AegisName: "Serins_Gold_Ring"
Name: "Serin's Gold Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -34873,19 +34874,19 @@ item_db: (
Id: 2643
AegisName: "Serins_Gold_Ring_"
Name: "Serin's Gold Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2644
AegisName: "The_Sign_"
Name: "The Sign"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -34906,7 +34907,7 @@ item_db: (
Id: 2645
AegisName: "Moonlight_Ring"
Name: "Moonlight Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 200
Job: {
@@ -34916,7 +34917,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
Script: <" bonus bMdef,2; ">
@@ -34925,10 +34926,10 @@ item_db: (
Id: 2646
AegisName: "Bunch_Of_Carnation"
Name: "Bunch of Carnation"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAllStats,3; ">
},
@@ -34936,11 +34937,11 @@ item_db: (
Id: 2647
AegisName: "Nile_Rose"
Name: "Nile Rose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -34958,14 +34959,14 @@ item_db: (
Id: 2648
AegisName: "Morpheuss_Ring"
Name: "Morpheus's Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 33
Refine: false
Script: <"
@@ -34977,14 +34978,14 @@ item_db: (
Id: 2649
AegisName: "Morpheuss_Armlet"
Name: "Morpheus's Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 33
Refine: false
Script: <"
@@ -34996,14 +34997,14 @@ item_db: (
Id: 2650
AegisName: "Morriganes_Belt"
Name: "Morrigane's Belt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 61
Refine: false
Script: <"
@@ -35015,14 +35016,14 @@ item_db: (
Id: 2651
AegisName: "Morriganes_Pendant"
Name: "Morrigane's Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 61
Refine: false
Script: <"
@@ -35034,10 +35035,10 @@ item_db: (
Id: 2652
AegisName: "Cursed_Lucky_Brooch"
Name: "Goddess of Fortune's Cursed Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 40
Refine: false
Script: <"
@@ -35049,10 +35050,10 @@ item_db: (
Id: 2653
AegisName: "Sacrifice_Ring"
Name: "Sacrifice Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
},
@@ -35060,7 +35061,7 @@ item_db: (
Id: 2654
AegisName: "Shinobis_Sash"
Name: "Shinobi Sash"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 300
Def: 1
@@ -35071,7 +35072,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 30
Refine: false
Script: <"
@@ -35084,21 +35085,21 @@ item_db: (
Id: 2655
AegisName: "Bloody_Iron_Ball"
Name: "Bloodied Shackle Ball"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 4000
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2656
AegisName: "Hyper_Changer"
Name: "Armor Charm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 1000
Job: {
@@ -35112,7 +35113,7 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMaxHP,50; ">
},
@@ -35120,21 +35121,21 @@ item_db: (
Id: 2657
AegisName: "Lab_Passport"
Name: "Laboratory Permit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2658
AegisName: "Nile_Rose_"
Name: "Nile Rose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMaxHP,10; ">
},
@@ -35142,7 +35143,7 @@ item_db: (
Id: 2659
AegisName: "Vesper_Core01"
Name: "Vesper Core 01"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35160,8 +35161,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,3;
@@ -35173,7 +35174,7 @@ item_db: (
Id: 2660
AegisName: "Vesper_Core02"
Name: "Vesper Core 02"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35191,8 +35192,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,3;
@@ -35204,7 +35205,7 @@ item_db: (
Id: 2661
AegisName: "Vesper_Core03"
Name: "Vesper Core 03"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35222,8 +35223,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,3;
@@ -35235,7 +35236,7 @@ item_db: (
Id: 2662
AegisName: "Vesper_Core04"
Name: "Vesper Core 04"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35253,8 +35254,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,3;
@@ -35266,10 +35267,10 @@ item_db: (
Id: 2663
AegisName: "Gauntlet_Of_Accuracy"
Name: "Gauntlet of Hit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 75
Refine: false
Script: <"
@@ -35281,14 +35282,14 @@ item_db: (
Id: 2664
AegisName: "Scarf_Belt"
Name: "Belcarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 75
Refine: false
Script: <"
@@ -35300,7 +35301,7 @@ item_db: (
Id: 2665
AegisName: "Ring_Of_Exorcism"
Name: "Exorcising Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Job: {
@@ -35308,7 +35309,7 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
Script: <"
@@ -35321,10 +35322,10 @@ item_db: (
Id: 2666
AegisName: "Lamp_Of_Hope"
Name: "Lantern of Hope"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,2;
@@ -35335,14 +35336,14 @@ item_db: (
Id: 2667
AegisName: "Glove_Of_Archer"
Name: "Renown Archer's Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
Script: <"
@@ -35355,9 +35356,9 @@ item_db: (
Id: 2668
AegisName: "Womens_Glory"
Name: "Woman Glory"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35373,11 +35374,11 @@ item_db: (
Id: 2669
AegisName: "Golden_Necklace_"
Name: "RJC Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMaxSP,10; ">
},
@@ -35385,11 +35386,11 @@ item_db: (
Id: 2670
AegisName: "Ring_Of_Longing"
Name: "Ring of Longing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 30
Refine: false
Trade: {
@@ -35407,7 +35408,7 @@ item_db: (
Id: 2671
AegisName: "Thimble_Of_Archer_"
Name: "Bow Thimble"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
Slots: 1
@@ -35416,7 +35417,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 65
Refine: false
Script: <" bonus bLongAtkRate,3; ">
@@ -35425,27 +35426,27 @@ item_db: (
Id: 2672
AegisName: "Anniversary_Ring"
Name: "3rd Anniversary Celebration Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2673
AegisName: "Shining_Ring"
Name: "Warrior's Shining Ring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 48
Refine: false
Trade: {
@@ -35467,9 +35468,9 @@ item_db: (
Id: 2674
AegisName: "Honor_Ring"
Name: "Ring of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35486,9 +35487,9 @@ item_db: (
Id: 2675
AegisName: "Lord_Ring"
Name: "Lord Ring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAllStats,3; ">
},
@@ -35496,10 +35497,10 @@ item_db: (
Id: 2676
AegisName: "Hunter_Earring"
Name: "Hunter's Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35517,10 +35518,10 @@ item_db: (
Id: 2677
AegisName: "Spiritual_Ring"
Name: "Spiritual Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bInt,2;
@@ -35531,7 +35532,7 @@ item_db: (
Id: 2678
AegisName: "Ring_Of_Flame_Lord"
Name: "Ring Of Flame Lord"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
@@ -35548,8 +35549,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,2;
@@ -35567,7 +35568,7 @@ item_db: (
Id: 2679
AegisName: "Ring_Of_Resonance"
Name: "Ring Of Resonance"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -35585,8 +35586,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAgi,2;
@@ -35603,10 +35604,10 @@ item_db: (
Id: 2680
AegisName: "Lesser_Elemental_Ring"
Name: "Lesser Elemental Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAllStats,1;
@@ -35624,10 +35625,10 @@ item_db: (
Id: 2681
AegisName: "Republic_Ring"
Name: "Republic Anniversary Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35645,7 +35646,7 @@ item_db: (
Id: 2682
AegisName: "Ring_Of_Water"
Name: "Ring of Water"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35653,7 +35654,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus2 bSubEle,Ele_Water,5; ">
@@ -35662,7 +35663,7 @@ item_db: (
Id: 2683
AegisName: "Ring_Of_Fire"
Name: "Ring of Fire"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35670,7 +35671,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus2 bSubEle,Ele_Fire,5; ">
@@ -35679,7 +35680,7 @@ item_db: (
Id: 2684
AegisName: "Ring_Of_Wind"
Name: "Ring of Wind"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35687,7 +35688,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus2 bSubEle,Ele_Wind,5; ">
@@ -35696,7 +35697,7 @@ item_db: (
Id: 2685
AegisName: "Ring_Of_Earth"
Name: "Ring of Earth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -35704,7 +35705,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus2 bSubEle,Ele_Earth,5; ">
@@ -35713,16 +35714,16 @@ item_db: (
Id: 2686
AegisName: "Elven_Ears_C"
Name: "Rental Elven Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 2
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 73
+ ViewSprite: 73
Trade: {
nodrop: true
notrade: true
@@ -35738,16 +35739,16 @@ item_db: (
Id: 2687
AegisName: "Steel_Flower_C"
Name: "Rental Steel Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 56
+ ViewSprite: 56
Trade: {
nodrop: true
notrade: true
@@ -35764,13 +35765,13 @@ item_db: (
Id: 2688
AegisName: "Critical_Ring_C"
Name: "Rental Critical Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35788,13 +35789,13 @@ item_db: (
Id: 2689
AegisName: "Earring_C"
Name: "Rental Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35812,13 +35813,13 @@ item_db: (
Id: 2690
AegisName: "Ring_C"
Name: "Rental Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35836,13 +35837,13 @@ item_db: (
Id: 2691
AegisName: "Necklace_C"
Name: "Rental Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35860,13 +35861,13 @@ item_db: (
Id: 2692
AegisName: "Glove_C"
Name: "Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35884,13 +35885,13 @@ item_db: (
Id: 2693
AegisName: "Brooch_C"
Name: "Rental Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35908,13 +35909,13 @@ item_db: (
Id: 2694
AegisName: "Rosary_C"
Name: "Rental Rosary"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35935,14 +35936,14 @@ item_db: (
Id: 2695
AegisName: "Safety_Ring_C"
Name: "Rental Safety Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 8
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35960,14 +35961,14 @@ item_db: (
Id: 2696
AegisName: "Vesper_Core01_C"
Name: "Vesper Core 01"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -35989,14 +35990,14 @@ item_db: (
Id: 2697
AegisName: "Vesper_Core02_C"
Name: "Vesper Core 02"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36018,14 +36019,14 @@ item_db: (
Id: 2698
AegisName: "Vesper_Core03_C"
Name: "Vesper Core 03"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36047,14 +36048,14 @@ item_db: (
Id: 2699
AegisName: "Vesper_Core04_C"
Name: "Vesper Core 04"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36076,7 +36077,7 @@ item_db: (
Id: 2700
AegisName: "Red_Silk_Seal"
Name: "Red Silk Seal"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
@@ -36084,8 +36085,8 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
},
@@ -36093,7 +36094,7 @@ item_db: (
Id: 2701
AegisName: "Orleans_Glove"
Name: "Orleans's Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -36117,8 +36118,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <"
@@ -36130,7 +36131,7 @@ item_db: (
Id: 2702
AegisName: "Bison_Horn"
Name: "Bison Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -36154,8 +36155,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bAgi,2; ">
@@ -36164,7 +36165,7 @@ item_db: (
Id: 2703
AegisName: "Expert_Ring"
Name: "Expert Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Slots: 1
@@ -36188,8 +36189,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 50
Refine: false
Script: <"
@@ -36201,11 +36202,11 @@ item_db: (
Id: 2704
AegisName: "Golden_Accessory"
Name: "Golden Accessories"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36221,10 +36222,10 @@ item_db: (
Id: 2705
AegisName: "Golden_Accessory2"
Name: "Golden Accessories"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36240,8 +36241,8 @@ item_db: (
Id: 2706
AegisName: "Handcuff"
Name: "Arrest Handcuffs"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36258,10 +36259,10 @@ item_db: (
Id: 2707
AegisName: "GUSLI"
Name: "Gusli"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36277,10 +36278,10 @@ item_db: (
Id: 2708
AegisName: "Chinese_Handicraft"
Name: "Chinese Handicraft"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 50
- Gender: 0
- Loc: 136
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36297,9 +36298,9 @@ item_db: (
Id: 2709
AegisName: "5_Anniversary_Coin"
Name: "5th Anniversary Coin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36320,13 +36321,13 @@ item_db: (
Id: 2710
AegisName: "Bloody_Iron_Ball_C"
Name: "Bloody Iron Ball"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36344,9 +36345,9 @@ item_db: (
Id: 2711
AegisName: "Spiritual_Ring_C"
Name: "Spiritual Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36367,9 +36368,9 @@ item_db: (
Id: 2712
AegisName: "Ragnarok_Limited_Ed"
Name: "Ragnarok Limited Edition"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 30
Refine: false
Script: <"
@@ -36382,8 +36383,8 @@ item_db: (
Id: 2713
AegisName: "Certificate_TW"
Name: "Certificate"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36400,21 +36401,21 @@ item_db: (
Id: 2714
AegisName: "Marvelous_Pandent"
Name: "Marvelous Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2715
AegisName: "Skul_Ring_"
Name: "Skull Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus2 bAddRaceTolerance,RC_Undead,1; ">
},
@@ -36422,7 +36423,7 @@ item_db: (
Id: 2716
AegisName: "Librarian_Glove"
Name: "Librarian Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -36431,7 +36432,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <" bonus bMaxSP,20; ">
@@ -36440,7 +36441,7 @@ item_db: (
Id: 2717
AegisName: "Pocket_Watch_"
Name: "Pocket Watch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 0
@@ -36450,7 +36451,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <"
@@ -36463,7 +36464,7 @@ item_db: (
Id: 2718
AegisName: "Lunatic_Brooch"
Name: "Lunatic Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -36472,7 +36473,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 65
Refine: false
},
@@ -36480,7 +36481,7 @@ item_db: (
Id: 2719
AegisName: "Iron_Wrist"
Name: "Iron Wrist"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 1
@@ -36492,7 +36493,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 50
Refine: false
Script: <"
@@ -36504,7 +36505,7 @@ item_db: (
Id: 2720
AegisName: "Medal_Swordman"
Name: "Medal of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
@@ -36513,7 +36514,7 @@ item_db: (
Crusader: true
Star_Gladiator: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36538,7 +36539,7 @@ item_db: (
Id: 2721
AegisName: "Medal_Thief"
Name: "Medal of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
@@ -36548,7 +36549,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36573,7 +36574,7 @@ item_db: (
Id: 2722
AegisName: "Medal_Acolyte"
Name: "Medal of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
@@ -36581,7 +36582,7 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36605,7 +36606,7 @@ item_db: (
Id: 2723
AegisName: "Medal_Mage"
Name: "Medal of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
@@ -36614,7 +36615,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36638,7 +36639,7 @@ item_db: (
Id: 2724
AegisName: "Medal_Archer"
Name: "Medal of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
@@ -36646,7 +36647,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36671,7 +36672,7 @@ item_db: (
Id: 2725
AegisName: "Medal_Merchant"
Name: "Medal of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
@@ -36679,7 +36680,7 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36704,14 +36705,14 @@ item_db: (
Id: 2726
AegisName: "Icarus_Wing"
Name: "Icarus Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Hunter: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Script: <"
@@ -36723,14 +36724,14 @@ item_db: (
Id: 2727
AegisName: "Bowman_Scarf"
Name: "Bowman Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
Hunter: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Script: <"
@@ -36742,7 +36743,7 @@ item_db: (
Id: 2728
AegisName: "Cursed_Hand"
Name: "Cursed Hand"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
@@ -36750,7 +36751,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <"
@@ -36763,7 +36764,7 @@ item_db: (
Id: 2729
AegisName: "Diabolus_Ring"
Name: "Diabolus Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
@@ -36781,8 +36782,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxHP,100;
@@ -36796,7 +36797,7 @@ item_db: (
Id: 2730
AegisName: "Morroc_Seal"
Name: "Seal of Continental Guard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
@@ -36804,7 +36805,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Trade: {
@@ -36824,7 +36825,7 @@ item_db: (
Id: 2731
AegisName: "Morroc_Charm_Stone"
Name: "Rune Spellstone"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
@@ -36832,7 +36833,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Trade: {
@@ -36852,7 +36853,7 @@ item_db: (
Id: 2732
AegisName: "Morroc_Ring"
Name: "Death Loop"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
@@ -36860,7 +36861,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Trade: {
@@ -36877,14 +36878,14 @@ item_db: (
Id: 2733
AegisName: "Medal_Gunner"
Name: "Sheriff Badge"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 136
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -36909,12 +36910,12 @@ item_db: (
Id: 2734
AegisName: "Directive_A"
Name: "Directive"
- Type: 5
+ Type: "IT_ARMOR"
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36931,12 +36932,12 @@ item_db: (
Id: 2735
AegisName: "Directive_B"
Name: "Directive"
- Type: 5
+ Type: "IT_ARMOR"
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -36953,14 +36954,14 @@ item_db: (
Id: 2736
AegisName: "Navel_Ring"
Name: "Navel Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 75
Refine: false
Script: <"
@@ -36973,14 +36974,14 @@ item_db: (
Id: 2737
AegisName: "Foot_Ring"
Name: "Foot Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 75
Refine: false
Script: <"
@@ -36992,8 +36993,8 @@ item_db: (
Id: 2738
AegisName: "Shiny_Coin"
Name: "Shiny Coin"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37014,8 +37015,8 @@ item_db: (
Id: 2739
AegisName: "Ordinary_Coin"
Name: "Ordinary Coin"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37036,8 +37037,8 @@ item_db: (
Id: 2740
AegisName: "Rusty_Coin"
Name: "Rusty Coin"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37058,9 +37059,9 @@ item_db: (
Id: 2741
AegisName: "All_In_One_Ring"
Name: "All In One Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37084,8 +37085,8 @@ item_db: (
Id: 2742
AegisName: "Lucky_Clip"
Name: "Lucky Clip"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37102,7 +37103,7 @@ item_db: (
Id: 2743
AegisName: "Angelic_Ring"
Name: "Angelic Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
@@ -37119,8 +37120,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Script: <"
@@ -37136,7 +37137,7 @@ item_db: (
Id: 2744
AegisName: "Sprint_Ring"
Name: "Sprint Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
@@ -37153,8 +37154,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bVariableCastrate,-10;
@@ -37165,7 +37166,7 @@ item_db: (
Id: 2745
AegisName: "Pinguicula_Corsage"
Name: "Pinguicula Corsage"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -37183,8 +37184,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,2;
@@ -37195,15 +37196,15 @@ item_db: (
Id: 2746
AegisName: "Cold_Heart"
Name: "Cold Heart"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Job: {
Assassin: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <" bonus bAgi,3; ">
@@ -37212,15 +37213,15 @@ item_db: (
Id: 2747
AegisName: "Black_Cat"
Name: "Black Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Job: {
Rogue: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <" bonus bDex,3; ">
@@ -37229,7 +37230,7 @@ item_db: (
Id: 2748
AegisName: "Cursed_Star"
Name: "Cursed Star"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
@@ -37237,8 +37238,8 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 84
Refine: false
Script: <"
@@ -37254,7 +37255,7 @@ item_db: (
Id: 2749
AegisName: "Linen_Glove"
Name: "Linen Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 120
Def: 1
@@ -37273,8 +37274,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <"
@@ -37287,9 +37288,9 @@ item_db: (
Id: 2750
AegisName: "Summer_Night_Dream"
Name: "Midsummer Night's Dream"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37307,9 +37308,9 @@ item_db: (
Id: 2751
AegisName: "Academy_Badge"
Name: "Academy Of Badge"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37330,9 +37331,9 @@ item_db: (
Id: 2752
AegisName: "Praxinus_C"
Name: "Praccsinos"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37353,8 +37354,8 @@ item_db: (
Id: 2753
AegisName: "Beholder_Ring"
Name: "Beholder Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37372,8 +37373,8 @@ item_db: (
Id: 2754
AegisName: "Hallow_Ring"
Name: "Hallow Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37391,8 +37392,8 @@ item_db: (
Id: 2755
AegisName: "Clamorous_Ring"
Name: "Clamorous Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37410,8 +37411,8 @@ item_db: (
Id: 2756
AegisName: "Chemical_Ring"
Name: "Chemical Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37429,8 +37430,8 @@ item_db: (
Id: 2757
AegisName: "Insecticide_Ring"
Name: "Insecticide Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37448,8 +37449,8 @@ item_db: (
Id: 2758
AegisName: "Fisher_Ring"
Name: "Fischer Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37467,8 +37468,8 @@ item_db: (
Id: 2759
AegisName: "Decussate_Ring"
Name: "Decussate Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37486,8 +37487,8 @@ item_db: (
Id: 2760
AegisName: "Bloody_Ring"
Name: "Bloody Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37505,8 +37506,8 @@ item_db: (
Id: 2761
AegisName: "Satanic_Ring"
Name: "Satanic Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37524,8 +37525,8 @@ item_db: (
Id: 2762
AegisName: "Dragoon_Ring"
Name: "Dragon Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37543,7 +37544,7 @@ item_db: (
Id: 2763
AegisName: "Skul_Ring_C"
Name: "Neo Skull Ring"
- Type: 5
+ Type: "IT_ARMOR"
Job: {
Swordsman: true
Magician: true
@@ -37564,8 +37565,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 95
Refine: false
Trade: {
@@ -37590,19 +37591,19 @@ item_db: (
Id: 2764
AegisName: "Small_Fishing_Rod"
Name: "Small Fishing Rod"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 250
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2765
AegisName: "Novice_Figure"
Name: "Novice Figure"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxHP,70;
@@ -37613,8 +37614,8 @@ item_db: (
Id: 2766
AegisName: "Swordman_Figure"
Name: "Swordman Figure"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37634,8 +37635,8 @@ item_db: (
Id: 2767
AegisName: "Acolyte_Figure"
Name: "Acolyte Figure"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37655,8 +37656,8 @@ item_db: (
Id: 2768
AegisName: "Mage_Figure"
Name: "Mage Figure"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37676,8 +37677,8 @@ item_db: (
Id: 2769
AegisName: "Archer_Figure"
Name: "Archer Figure"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37697,8 +37698,8 @@ item_db: (
Id: 2770
AegisName: "Thief_Figure"
Name: "Thief Figure"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37718,8 +37719,8 @@ item_db: (
Id: 2771
AegisName: "Merchant_Figure"
Name: "Merchant Figure"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37739,13 +37740,13 @@ item_db: (
Id: 2772
AegisName: "Krieger_Ring1"
Name: "Glorious Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 81
Refine: false
Trade: {
@@ -37772,13 +37773,13 @@ item_db: (
Id: 2773
AegisName: "Krieger_Ring2"
Name: "Glorious Popularized Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 61
Refine: false
Trade: {
@@ -37796,13 +37797,13 @@ item_db: (
Id: 2774
AegisName: "Krieger_Ring3"
Name: "Glorious Mass-Production Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37819,21 +37820,21 @@ item_db: (
Id: 2775
AegisName: "Lure"
Name: "Lure"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2776
AegisName: "Cool_Towel"
Name: "Adventurer's Trusty Towel"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
OnEquipScript: <" sc_start SC_SUMMER,-1,0; ">
OnUnequipScript: <" sc_end SC_SUMMER; ">
@@ -37842,11 +37843,11 @@ item_db: (
Id: 2777
AegisName: "Shaman_Ring"
Name: "Shaman Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37857,10 +37858,10 @@ item_db: (
Id: 2778
AegisName: "Shaman_Earing"
Name: "Shaman Earrings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37871,11 +37872,11 @@ item_db: (
Id: 2779
AegisName: "Dark_Knight_Belt"
Name: "Dark Knight Belt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37889,11 +37890,11 @@ item_db: (
Id: 2780
AegisName: "Dark_Knight_Glove"
Name: "Dark Knight Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37904,12 +37905,12 @@ item_db: (
Id: 2781
AegisName: "Aumduras_Grace"
Name: "Aumdura's Benefit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37923,10 +37924,10 @@ item_db: (
Id: 2782
AegisName: "Ring_Of_Wise_King"
Name: "Ring of the Ancient Wise King"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -37946,11 +37947,11 @@ item_db: (
Id: 2783
AegisName: "Eyes_Stone_Ring"
Name: "Eye Stone Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Script: <"
@@ -37962,10 +37963,10 @@ item_db: (
Id: 2784
AegisName: "Oh_Holy_Night"
Name: "Christmas Musicbox"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" skill ALL_WEWISH,1; ">
},
@@ -37973,7 +37974,7 @@ item_db: (
Id: 2785
AegisName: "Orleans_Glove_M"
Name: "Orlean's Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -37997,8 +37998,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Trade: {
@@ -38019,10 +38020,10 @@ item_db: (
Id: 2786
AegisName: "Spiritual_Ring_M"
Name: "Spiritual Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bInt,2;
@@ -38033,7 +38034,7 @@ item_db: (
Id: 2787
AegisName: "Waterdrop_Brooch"
Name: "Waterdrop Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -38057,8 +38058,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,2;
@@ -38070,7 +38071,7 @@ item_db: (
Id: 2788
AegisName: "Bradium_Earing"
Name: "Bradium Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -38094,8 +38095,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bInt,1;
@@ -38107,7 +38108,7 @@ item_db: (
Id: 2789
AegisName: "Bradium_Ring"
Name: "Bradium Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -38131,8 +38132,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,1;
@@ -38144,7 +38145,7 @@ item_db: (
Id: 2790
AegisName: "Bradium_Brooch"
Name: "Bradium Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -38168,8 +38169,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAgi,1;
@@ -38183,11 +38184,11 @@ item_db: (
Id: 2791
AegisName: "Just_Got_Fish"
Name: "Fresh Fish"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bHit,3; ">
},
@@ -38195,7 +38196,7 @@ item_db: (
Id: 2792
AegisName: "Ring_Of_Flame_Lord_I"
Name: "Ring of Flame Lord"
- Type: 5
+ Type: "IT_ARMOR"
Job: {
Knight: true
Priest: true
@@ -38210,8 +38211,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38239,7 +38240,7 @@ item_db: (
Id: 2793
AegisName: "Ring_Of_Resonance_I"
Name: "Ring of Resonance"
- Type: 5
+ Type: "IT_ARMOR"
Def: 2
Job: {
Knight: true
@@ -38255,8 +38256,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 136
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38283,13 +38284,13 @@ item_db: (
Id: 2794
AegisName: "Magic_Stone_Ring"
Name: "Magic Stone Ring"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
Job: {
Knight: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Trade: {
@@ -38308,7 +38309,7 @@ item_db: (
Id: 2795
AegisName: "Green_Apple_Ring"
Name: "Green Apple Ring"
- Type: 5
+ Type: "IT_ARMOR"
Job: {
Knight: true
Priest: true
@@ -38323,8 +38324,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Trade: {
@@ -38346,7 +38347,7 @@ item_db: (
Id: 2796
AegisName: "Magical_Stone"
Name: "Magical Stone"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Job: {
Magician: true
@@ -38354,7 +38355,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Trade: {
@@ -38377,7 +38378,7 @@ item_db: (
Id: 2797
AegisName: "Magical_Stone_"
Name: "Magical Stone"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Job: {
Magician: true
@@ -38385,7 +38386,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Trade: {
@@ -38408,13 +38409,13 @@ item_db: (
Id: 2798
AegisName: "Will_Of_Exhausted_Angel"
Name: "Will Of Exhausted Warrior"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Job: {
Priest: true
Monk: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Trade: {
@@ -38437,10 +38438,10 @@ item_db: (
Id: 2799
AegisName: "Kuirpenring"
Name: "Ring of Protection"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMdef,1; ">
},
@@ -38448,15 +38449,15 @@ item_db: (
Id: 2800
AegisName: "Accelerator"
Name: "Accelerator"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 100
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bAgi,2; ">
@@ -38465,15 +38466,15 @@ item_db: (
Id: 2801
AegisName: "Hovering_Booster"
Name: "Hovering Booster"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 2000
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bAgi,1; ">
@@ -38482,15 +38483,15 @@ item_db: (
Id: 2802
AegisName: "Suicidal_Device"
Name: "Suicidal Device"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500000
Weight: 1000
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
},
@@ -38498,15 +38499,15 @@ item_db: (
Id: 2803
AegisName: "Shape_Shifter"
Name: "Shape Shifter"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 500
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bInt,3; ">
@@ -38515,15 +38516,15 @@ item_db: (
Id: 2804
AegisName: "Cooling_Device"
Name: "Cooling Device"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 2500
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bDex,1; ">
@@ -38532,15 +38533,15 @@ item_db: (
Id: 2805
AegisName: "Mag_Field_Generator"
Name: "Magnetic Field Generator"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 6000
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bDex,1; ">
@@ -38549,7 +38550,7 @@ item_db: (
Id: 2806
AegisName: "Barrier_Builder"
Name: "Barrier Builder"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 150000
Weight: 8000
Def: 3
@@ -38557,8 +38558,8 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bDex,1; ">
@@ -38567,15 +38568,15 @@ item_db: (
Id: 2807
AegisName: "Repair_Kit"
Name: "Repair Kit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 400
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
},
@@ -38583,15 +38584,15 @@ item_db: (
Id: 2808
AegisName: "Camouflage_Generator"
Name: "Camouflage Generator"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 1000
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bAgi,3; ">
@@ -38600,15 +38601,15 @@ item_db: (
Id: 2809
AegisName: "High_Quality_Cooler"
Name: "High Quality Cooler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 2500
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bDex,1; ">
@@ -38617,15 +38618,15 @@ item_db: (
Id: 2810
AegisName: "Special_Cooler"
Name: "Special Cooler"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 2500
Slots: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Script: <" bonus bDex,1; ">
@@ -38634,11 +38635,11 @@ item_db: (
Id: 2811
AegisName: "Freyja_SBracelet7"
Name: "Freya Spirit Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bAllStats,1; ">
@@ -38647,11 +38648,11 @@ item_db: (
Id: 2812
AegisName: "Freyja_SBracelet30"
Name: "Freya Spirit Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bAllStats,1; ">
@@ -38660,11 +38661,11 @@ item_db: (
Id: 2813
AegisName: "Freyja_SBracelet60"
Name: "Freya Spirit Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bAllStats,1; ">
@@ -38673,11 +38674,11 @@ item_db: (
Id: 2814
AegisName: "Freyja_SBracelet90"
Name: "Freya Spirit Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <" bonus bAllStats,1; ">
@@ -38686,10 +38687,10 @@ item_db: (
Id: 2815
AegisName: "Th_Ring_Of_Water"
Name: "Ring of Water"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAllStats,1;
@@ -38700,8 +38701,8 @@ item_db: (
Id: 2816
AegisName: "Radar_Ring1"
Name: "Radar Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38718,8 +38719,8 @@ item_db: (
Id: 2817
AegisName: "Radar_Ring2"
Name: "Radar Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38736,8 +38737,8 @@ item_db: (
Id: 2818
AegisName: "Radar_Ring3"
Name: "Radar Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38754,13 +38755,13 @@ item_db: (
Id: 2819
AegisName: "Swordman_Manual"
Name: "Swordman Manual"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -38783,13 +38784,13 @@ item_db: (
Id: 2820
AegisName: "Thief_Manual"
Name: "Thief Manual"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -38814,13 +38815,13 @@ item_db: (
Id: 2821
AegisName: "Acolyte_Manual"
Name: "Acolyte Manual"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -38843,13 +38844,13 @@ item_db: (
Id: 2822
AegisName: "Archer_Manual"
Name: "Archer Manual"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -38871,13 +38872,13 @@ item_db: (
Id: 2823
AegisName: "Merchant_Manual"
Name: "Merchant Manual"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -38901,13 +38902,13 @@ item_db: (
Id: 2824
AegisName: "Mage_Manual"
Name: "Mage Manual"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -38931,10 +38932,10 @@ item_db: (
Id: 2825
AegisName: "Shaman_EaringB"
Name: "Shaman Earrings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38945,11 +38946,11 @@ item_db: (
Id: 2826
AegisName: "Dark_Knight_BeltB"
Name: "Dark Knight Belt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38963,11 +38964,11 @@ item_db: (
Id: 2827
AegisName: "Dark_Knight_GloveB"
Name: "Dark Knight Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -38978,11 +38979,11 @@ item_db: (
Id: 2828
AegisName: "Upg_Clip"
Name: "Upg Clip"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxHPrate,3;
@@ -38993,12 +38994,12 @@ item_db: (
Id: 2829
AegisName: "Greed_Clip"
Name: "Greed Clip"
- Type: 5
+ Type: "IT_ARMOR"
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
},
@@ -39006,10 +39007,10 @@ item_db: (
Id: 2830
AegisName: "Magingiorde_C"
Name: "Ephemeral Magingiorde"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 2
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 94
Refine: false
Script: <"
@@ -39021,10 +39022,10 @@ item_db: (
Id: 2831
AegisName: "Brysinggamen_C"
Name: "Ephemeral Brysinggamen"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 94
Refine: false
Script: <"
@@ -39041,9 +39042,9 @@ item_db: (
Id: 2832
AegisName: "Freyja_Ring"
Name: "Freya Ring R"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -39060,8 +39061,8 @@ item_db: (
Id: 2833
AegisName: "Odins_Recall"
Name: "Odin Recall R"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAllStats,1; ">
},
@@ -39069,9 +39070,9 @@ item_db: (
Id: 2834
AegisName: "F_All_In_One_Ring"
Name: "All In One Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAllStats,1;
@@ -39085,13 +39086,13 @@ item_db: (
Id: 2835
AegisName: "F_Critical_Ring_C"
Name: "Critical Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bCritical,10; ">
},
@@ -39099,13 +39100,13 @@ item_db: (
Id: 2836
AegisName: "F_Glove_C"
Name: "Rental Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bDex,4; ">
},
@@ -39113,14 +39114,14 @@ item_db: (
Id: 2837
AegisName: "F_Safety_Ring_C"
Name: "Safety Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 5
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMdef,5; ">
},
@@ -39128,13 +39129,13 @@ item_db: (
Id: 2838
AegisName: "F_Necklace_C"
Name: "Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bVit,4; ">
},
@@ -39142,13 +39143,13 @@ item_db: (
Id: 2839
AegisName: "F_Ring_C"
Name: "Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bStr,4; ">
},
@@ -39156,13 +39157,13 @@ item_db: (
Id: 2840
AegisName: "F_Rosary_C"
Name: "Rosary"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bLuk,4;
@@ -39173,14 +39174,14 @@ item_db: (
Id: 2841
AegisName: "Caracas_Ring"
Name: "Caracas Ring"
- Type: 5
+ Type: "IT_ARMOR"
Def: 2
Job: {
Sage: true
Alchemist: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 99
Refine: false
Trade: {
@@ -39204,13 +39205,13 @@ item_db: (
Id: 2842
AegisName: "F_Earing_C"
Name: "Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bInt,3; ">
},
@@ -39218,9 +39219,9 @@ item_db: (
Id: 2843
AegisName: "Gold_Trickle"
Name: "Golden Bell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 75
Refine: false
Trade: {
@@ -39239,10 +39240,10 @@ item_db: (
Id: 2844
AegisName: "El_Dicastes_Light"
Name: "Light of El Dicastes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Trade: {
@@ -39260,9 +39261,9 @@ item_db: (
Id: 2845
AegisName: "No_Fear_Belt"
Name: "NoFear Belts"
- Type: 5
+ Type: "IT_ARMOR"
Def: 2
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 20
Refine: false
Script: <"
@@ -39275,9 +39276,9 @@ item_db: (
Id: 2846
AegisName: "E_All_In_One_Ring"
Name: "E All In One Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAllStats,1; ">
},
@@ -39285,13 +39286,13 @@ item_db: (
Id: 2847
AegisName: "E_Critical_Ring_C"
Name: "E Critical Ring C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bCritical,10; ">
},
@@ -39299,13 +39300,13 @@ item_db: (
Id: 2848
AegisName: "E_Glove_C"
Name: "E Glove C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bDex,4; ">
},
@@ -39313,14 +39314,14 @@ item_db: (
Id: 2849
AegisName: "E_Safety_Ring_C"
Name: "E Safety Ring C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 5
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMdef,5; ">
},
@@ -39328,13 +39329,13 @@ item_db: (
Id: 2850
AegisName: "E_Ring_C"
Name: "E Ring C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bVit,4; ">
},
@@ -39342,13 +39343,13 @@ item_db: (
Id: 2851
AegisName: "E_Necklace_C"
Name: "E Necklace C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bStr,4; ">
},
@@ -39356,13 +39357,13 @@ item_db: (
Id: 2852
AegisName: "E_Rosary_C"
Name: "E Rosary C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bLuk,4;
@@ -39373,7 +39374,7 @@ item_db: (
Id: 2853
AegisName: "Telekinetic_Orb"
Name: "Telekinetic Orb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -39391,8 +39392,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 110
Refine: false
Script: <"
@@ -39409,7 +39410,7 @@ item_db: (
Id: 2854
AegisName: "Alchemy_Glove"
Name: "Alchemy Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -39428,8 +39429,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 125
Refine: false
Script: <"
@@ -39446,10 +39447,10 @@ item_db: (
Id: 2855
AegisName: "Whike_Black_Tail"
Name: "Whikebain's Black Tail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 45
Refine: false
Script: <"
@@ -39462,10 +39463,10 @@ item_db: (
Id: 2856
AegisName: "Half_Megin"
Name: "Meginjard (Trial Version)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 47
Refine: false
Trade: {
@@ -39487,10 +39488,10 @@ item_db: (
Id: 2857
AegisName: "Half_Brysing"
Name: "Brisingamen (Trial Version)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 47
Refine: false
Trade: {
@@ -39517,8 +39518,8 @@ item_db: (
Id: 2858
AegisName: "Pendant_Of_Guardian"
Name: "Pendant Of Guardian"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Trade: {
@@ -39536,15 +39537,15 @@ item_db: (
Id: 2859
AegisName: "Golden_Rod_Orb"
Name: "Golden Rod Orb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Job: {
Wizard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -39558,15 +39559,15 @@ item_db: (
Id: 2860
AegisName: "Aqua_Orb"
Name: "Aqua Orb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Job: {
Wizard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -39580,15 +39581,15 @@ item_db: (
Id: 2861
AegisName: "Crimson_Orb"
Name: "Crimson Orb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Job: {
Wizard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -39602,15 +39603,15 @@ item_db: (
Id: 2862
AegisName: "Forest_Orb"
Name: "Forest Orb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Job: {
Wizard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -39624,9 +39625,9 @@ item_db: (
Id: 2863
AegisName: "Ring_Of_Valkyrie"
Name: "Ring of The Valkyrie"
- Type: 5
+ Type: "IT_ARMOR"
Def: 2
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -39644,13 +39645,13 @@ item_db: (
Id: 2864
AegisName: "Light_Of_Cure"
Name: "Light Of Cure"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
Priest: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 110
Refine: false
Script: <"
@@ -39662,13 +39663,13 @@ item_db: (
Id: 2865
AegisName: "Seal_Of_Cathedral"
Name: "Seal Of Cathedral"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
Priest: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 110
Refine: false
Script: <"
@@ -39680,13 +39681,13 @@ item_db: (
Id: 2866
AegisName: "Ring_Of_Archbishop"
Name: "Ring Of Archbishop"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Job: {
Priest: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 110
Refine: false
Script: <"
@@ -39698,11 +39699,11 @@ item_db: (
Id: 2867
AegisName: "Broken_Bamboo_Piece"
Name: "Broken Bamboo Piece"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bMdef,2; ">
},
@@ -39710,7 +39711,7 @@ item_db: (
Id: 2868
AegisName: "Green_Batik"
Name: "Green Batik"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -39718,7 +39719,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 45
Refine: false
Script: <"
@@ -39732,14 +39733,14 @@ item_db: (
Id: 2869
AegisName: "Colorful_Ketupat"
Name: "Colorful Ketupat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 45
Refine: false
Script: <"
@@ -39752,8 +39753,8 @@ item_db: (
Id: 2870
AegisName: "Tw_8th_Anni_Ring"
Name: "Tw 8th Anni Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bStr,5;
@@ -39768,11 +39769,11 @@ item_db: (
Id: 2871
AegisName: "Brazilian_Emblem"
Name: "Symbol Of Brazil"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
},
@@ -39780,8 +39781,8 @@ item_db: (
Id: 2872
AegisName: "G_Honor_Certificate"
Name: "G Honor Certificate"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -39797,12 +39798,12 @@ item_db: (
Id: 2873
AegisName: "Cat_Hand_Glove"
Name: "Cat Hand Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bVit,1;
@@ -39815,11 +39816,11 @@ item_db: (
Id: 2874
AegisName: "Buffalo_Horn"
Name: "Buffalo Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
},
@@ -39827,11 +39828,11 @@ item_db: (
Id: 2875
AegisName: "RO_Appreciation_Ring"
Name: "Grate Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -39851,11 +39852,11 @@ item_db: (
Id: 2876
AegisName: "Necklace_Spica"
Name: "Spica Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
Script: <" bonus bMdef,1; ">
@@ -39864,11 +39865,11 @@ item_db: (
Id: 2877
AegisName: "Glove_Sabik"
Name: "Sabiku Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
Script: <" bonus bMdef,1; ">
@@ -39877,11 +39878,11 @@ item_db: (
Id: 2878
AegisName: "Bracelet_Arunairi"
Name: "Bracelet Alna And Iris"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
Script: <" bonus bMdef,1; ">
@@ -39890,11 +39891,11 @@ item_db: (
Id: 2879
AegisName: "Badge_Giorredart"
Name: "Algol Badge"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
Script: <" bonus bMdef,1; ">
@@ -39903,11 +39904,11 @@ item_db: (
Id: 2880
AegisName: "Ring_Lupak"
Name: "Rufaku Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
Script: <" bonus bMdef,1; ">
@@ -39916,11 +39917,11 @@ item_db: (
Id: 2881
AegisName: "Orleans_Necklace"
Name: "Orlean's Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bDex,2;
@@ -39931,10 +39932,10 @@ item_db: (
Id: 2882
AegisName: "Ecoro_Cardslip"
Name: "Card Sleeves ECO ?RO"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bVit,1;
@@ -39945,7 +39946,7 @@ item_db: (
Id: 2883
AegisName: "Ur_Seal"
Name: "Ur's Seal"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
@@ -39953,8 +39954,8 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -39967,7 +39968,7 @@ item_db: (
Id: 2884
AegisName: "Peuz_Seal"
Name: "Peuz's Seal"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -39975,8 +39976,8 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -39988,8 +39989,8 @@ item_db: (
Id: 2885
AegisName: "Mother_Heart"
Name: "Mother's Heart"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
EquipLv: [1, 120]
Refine: false
Trade: {
@@ -40014,14 +40015,14 @@ item_db: (
Id: 2886
AegisName: "Sabah_Ring"
Name: "Sapha Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Assassin: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40033,14 +40034,14 @@ item_db: (
Id: 2887
AegisName: "Nab_Ring"
Name: "Nab Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Assassin: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40052,11 +40053,11 @@ item_db: (
Id: 2888
AegisName: "School_Bag"
Name: "Attending School Back"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAspdRate,3;
@@ -40071,10 +40072,10 @@ item_db: (
Id: 2889
AegisName: "Endure_Ring"
Name: "Ring of Patience"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
},
@@ -40082,14 +40083,14 @@ item_db: (
Id: 2890
AegisName: "White_Wing_Brooch"
Name: "White Wing Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Hunter: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40101,14 +40102,14 @@ item_db: (
Id: 2891
AegisName: "Black_wing_Brooch"
Name: "Black Wing Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Hunter: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40120,7 +40121,7 @@ item_db: (
Id: 2892
AegisName: "Assassin_Handcuffs"
Name: "Assassin Handcuffs"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 400
Def: 3
@@ -40128,8 +40129,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40141,11 +40142,11 @@ item_db: (
Id: 2893
AegisName: "Cursed_Heart"
Name: "Haunted Heart"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
},
@@ -40153,15 +40154,15 @@ item_db: (
Id: 2894
AegisName: "Glove_Of_Shura"
Name: "Glove Of Shura"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 400
Def: 1
Job: {
Monk: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 130
Refine: false
Script: <"
@@ -40177,27 +40178,27 @@ item_db: (
Id: 2895
AegisName: "Medal_Of_Valor1"
Name: "Medal Of Valor1"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2896
AegisName: "Medal_Of_Valor2"
Name: "Medal Of Valor2"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2897
AegisName: "2011RWC_Necklace_J"
Name: "RWC Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -40218,11 +40219,11 @@ item_db: (
Id: 2898
AegisName: "Black_Rosary"
Name: "Black Rosary"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <" bonus bMdef,15; ">
@@ -40231,7 +40232,7 @@ item_db: (
Id: 2899
AegisName: "Sound_Amplifier"
Name: "Sound Amplifier"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -40239,7 +40240,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <"
@@ -40252,7 +40253,7 @@ item_db: (
Id: 2900
AegisName: "Morriganes_Belt_"
Name: "Morrigane's Belt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -40260,7 +40261,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 61
Refine: false
Script: <"
@@ -40272,7 +40273,7 @@ item_db: (
Id: 2901
AegisName: "Morriganes_Pendant_"
Name: "Morrigane's Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Slots: 1
@@ -40280,7 +40281,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 61
Refine: false
Script: <"
@@ -40292,7 +40293,7 @@ item_db: (
Id: 2902
AegisName: "Morpheuss_Ring_"
Name: "Morpheus's Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Slots: 1
@@ -40300,7 +40301,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 33
Refine: false
Script: <" bonus bInt,1; ">
@@ -40309,7 +40310,7 @@ item_db: (
Id: 2903
AegisName: "Morpheuss_Armlet_"
Name: "Morpheus's Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Slots: 1
@@ -40317,7 +40318,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 33
Refine: false
Script: <" bonus bInt,1; ">
@@ -40326,29 +40327,29 @@ item_db: (
Id: 2904
AegisName: "Naqsh"
Name: "At Lorient"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2905
AegisName: "Super_Ora_Ora"
Name: "Ora Ora Very Strong"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2906
AegisName: "Happy_Gauntlet"
Name: "Gloves of Fortune"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 3
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 70
Refine: false
Script: <" bonus bMdef,3; ">
@@ -40357,10 +40358,10 @@ item_db: (
Id: 2907
AegisName: "Buwaya_Tattoo"
Name: "Buwaya Agimat Tattoo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMatkRate,7;
@@ -40371,32 +40372,32 @@ item_db: (
Id: 2908
AegisName: "Light_Ring"
Name: "Ring of Light"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2909
AegisName: "Darkness_Ring"
Name: "Ring of Darkness"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2910
AegisName: "Bakonawa_Tattoo"
Name: "Bakonawa Agimat Tattoo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus2 bAddRace, RC_All, 7;
@@ -40407,10 +40408,10 @@ item_db: (
Id: 2911
AegisName: "Bangungot_Tattoo"
Name: "Bangungot Agimat Tattoo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bHealPower,4;
@@ -40421,22 +40422,22 @@ item_db: (
Id: 2912
AegisName: "Xylitol_2011"
Name: "Xylitol 2011"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2913
AegisName: "Thief_Handcuff"
Name: "Thieves Large Handcuffs"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1400
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
},
@@ -40444,7 +40445,7 @@ item_db: (
Id: 2914
AegisName: "Wizard_Left_Eye"
Name: "Wizard Left Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -40463,7 +40464,7 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bInt,4;
@@ -40474,10 +40475,10 @@ item_db: (
Id: 2915
AegisName: "Ettlang_Keepsake"
Name: "Ettlang Keepsake"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -40493,9 +40494,9 @@ item_db: (
Id: 2916
AegisName: "Fairy_Wing"
Name: "Fairy Wing"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Trade: {
@@ -40513,10 +40514,10 @@ item_db: (
Id: 2917
AegisName: "Str_Glove"
Name: "Str Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40532,10 +40533,10 @@ item_db: (
Id: 2918
AegisName: "Int_Glove"
Name: "Int Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40551,10 +40552,10 @@ item_db: (
Id: 2919
AegisName: "Agi_Glove"
Name: "Agi Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40570,10 +40571,10 @@ item_db: (
Id: 2920
AegisName: "Vit_Glove"
Name: "Vit Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40589,10 +40590,10 @@ item_db: (
Id: 2921
AegisName: "Dex_Glove"
Name: "Dex Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40608,10 +40609,10 @@ item_db: (
Id: 2922
AegisName: "Luk_Glove"
Name: "Luk Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40627,11 +40628,11 @@ item_db: (
Id: 2923
AegisName: "Str_Glove_"
Name: "Str Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40647,11 +40648,11 @@ item_db: (
Id: 2924
AegisName: "Int_Glove_"
Name: "Int Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40667,11 +40668,11 @@ item_db: (
Id: 2925
AegisName: "Agi_Glove_"
Name: "Agi Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40687,11 +40688,11 @@ item_db: (
Id: 2926
AegisName: "Vit_Glove_"
Name: "Vit Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40707,11 +40708,11 @@ item_db: (
Id: 2927
AegisName: "Dex_Glove_"
Name: "Dex Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40727,11 +40728,11 @@ item_db: (
Id: 2928
AegisName: "Luk_Glove_"
Name: "Luk Glove"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 75000
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -40747,12 +40748,12 @@ item_db: (
Id: 2936
AegisName: "Recovery_Ring"
Name: "Rings of Recovery"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 10
Refine: false
Script: <" bonus bVit,1; ">
@@ -40761,13 +40762,13 @@ item_db: (
Id: 2940
AegisName: "Ninja_Manual"
Name: "Ninja Tutorial"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -40790,13 +40791,13 @@ item_db: (
Id: 2941
AegisName: "Gunslinger_Manual"
Name: "Gunslinger Tutorial"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -40820,13 +40821,13 @@ item_db: (
Id: 2942
AegisName: "Taekwon_Manual"
Name: "Taekwon Tutorial"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Job: {
Novice: true
}
- Upper: 47
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: [1, 12]
Refine: false
Trade: {
@@ -40848,8 +40849,8 @@ item_db: (
Id: 2944
AegisName: "TE_Ring_Of_Protection"
Name: "TE Ring of Protection"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
EquipLv: 40
Refine: false
Trade: {
@@ -40870,8 +40871,8 @@ item_db: (
Id: 2945
AegisName: "TE_Ring_Of_Rage"
Name: "TE Rage Of Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
EquipLv: 40
Refine: false
Trade: {
@@ -40892,8 +40893,8 @@ item_db: (
Id: 2946
AegisName: "TE_Ring_Of_Defiance"
Name: "TE Ring Of Defiance"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
EquipLv: 40
Refine: false
Trade: {
@@ -40914,12 +40915,12 @@ item_db: (
Id: 2949
AegisName: "Silversmith_Bracelet"
Name: "Silversmith Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 60
Refine: false
Script: <"
@@ -40932,8 +40933,8 @@ item_db: (
Id: 2950
AegisName: "Rune_Ring"
Name: "Rune Ring"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
EquipLv: [1, 100]
Refine: false
Trade: {
@@ -40952,10 +40953,10 @@ item_db: (
Id: 2951
AegisName: "Kvasir_Ring_Blue"
Name: "Kvasir Ring Blue"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxSP,30;
@@ -40966,10 +40967,10 @@ item_db: (
Id: 2952
AegisName: "Kvasir_Ring_Red"
Name: "Kvasir Ring Red"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxSP,30;
@@ -40980,10 +40981,10 @@ item_db: (
Id: 2953
AegisName: "Kvasir_Ring_Green"
Name: "Kvasir Ring Green"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxHP,100;
@@ -40994,10 +40995,10 @@ item_db: (
Id: 2954
AegisName: "Kvasir_Ring_Brown"
Name: "Kvasir Ring Brown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20000
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxHP,100;
@@ -41008,11 +41009,11 @@ item_db: (
Id: 2959
AegisName: "Fidelity_Necklace"
Name: "Fidelity Necklace"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 50
Refine: false
Script: <"
@@ -41024,11 +41025,11 @@ item_db: (
Id: 2960
AegisName: "Badge_Of_Manny"
Name: "Badge Of Manny"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAllStats,1; ">
},
@@ -41036,11 +41037,11 @@ item_db: (
Id: 2963
AegisName: "Body_Power_Up_Ring"
Name: "Physical Enhancer Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <"
@@ -41051,11 +41052,11 @@ item_db: (
Id: 2964
AegisName: "Ring_Of_Spell_Explosion"
Name: "Magic Intensifier Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 90
Refine: false
Script: <"
@@ -41066,10 +41067,10 @@ item_db: (
Id: 2966
AegisName: "RWC_2012_Ring"
Name: "RWC 2012 Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus2 bAddRace, RC_All, 1; ">
},
@@ -41077,11 +41078,11 @@ item_db: (
Id: 2967
AegisName: "RWC_2012_Ring_"
Name: "Chambered RWC 2012 Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus2 bAddRace, RC_All, 1; ">
},
@@ -41089,28 +41090,28 @@ item_db: (
Id: 2968
AegisName: "RWC_2012_Pendant"
Name: "RWC 2012 Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2969
AegisName: "RWC_2012_Pendant_"
Name: "Chambered RWC 2012 Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
},
{
Id: 2971
AegisName: "Pocket_Watch__"
Name: "Pocket Watch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
@@ -41120,8 +41121,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Upper: 3
- Loc: 136
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER"]
+ Loc: "EQP_ACC"
EquipLv: 80
Refine: false
Script: <"
@@ -41134,10 +41135,10 @@ item_db: (
Id: 2981
AegisName: "RingOfHero"
Name: "Brave Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 160
Refine: false
Trade: {
@@ -41153,12 +41154,12 @@ item_db: (
Id: 2986
AegisName: "Snake_Ring"
Name: "Snake Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bDex,3;
@@ -41169,12 +41170,12 @@ item_db: (
Id: 2987
AegisName: "Snake_Pendant"
Name: "Snake Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAgi,3;
@@ -41186,16 +41187,16 @@ item_db: (
Id: 2988
AegisName: "Winged_Ring_Of_Newoz"
Name: "Oz's New Wing Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 62000
Weight: 100
Slots: 1
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_ACC"
EquipLv: 130
Refine: false
Script: <" bonus bVariableCastrate,-25; ">
@@ -41204,15 +41205,15 @@ item_db: (
Id: 2989
AegisName: "Floral_Bracelet_Of_Igu"
Name: "Bloody Floral Decoration Bracelet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 62000
Weight: 100
Slots: 1
Job: {
Bard: true
}
- Upper: 56
- Loc: 136
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ACC"
EquipLv: 130
Refine: false
Script: <" bonus bVariableCastrate,-25; ">
@@ -41221,10 +41222,10 @@ item_db: (
Id: 2997
AegisName: "RWC_Gold_Brooch"
Name: "RWC Gold Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -41244,9 +41245,9 @@ item_db: (
Id: 2999
AegisName: "RWC_Silver_Brooch"
Name: "RWC Silver Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMaxHP,300;
@@ -41259,10 +41260,10 @@ item_db: (
Id: 4001
AegisName: "Poring_Card"
Name: "Poring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bLuk,2;
bonus bFlee2,1;
@@ -41272,10 +41273,10 @@ item_db: (
Id: 4002
AegisName: "Fabre_Card"
Name: "Fabre Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bVit,1;
bonus bMaxHP,100;
@@ -41285,20 +41286,20 @@ item_db: (
Id: 4003
AegisName: "Pupa_Card"
Name: "Pupa Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMaxHP,700; ">
},
{
Id: 4004
AegisName: "Drops_Card"
Name: "Drops Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bDex,1;
bonus bHit,3;
@@ -41308,20 +41309,20 @@ item_db: (
Id: 4005
AegisName: "Poring__Card"
Name: "Santa Poring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Dark,20; ">
},
{
Id: 4006
AegisName: "Lunatic_Card"
Name: "Lunatic Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bLuk,1;
bonus bCritical,1;
@@ -41332,20 +41333,20 @@ item_db: (
Id: 4007
AegisName: "Pecopeco_Egg_Card"
Name: "Pecopeco Egg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Formless,20; ">
},
{
Id: 4008
AegisName: "Picky_Card"
Name: "Picky Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,1;
bonus bBaseAtk,10;
@@ -41355,10 +41356,10 @@ item_db: (
Id: 4009
AegisName: "Chonchon_Card"
Name: "Chonchon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bAgi,1;
bonus bFlee,2;
@@ -41368,20 +41369,20 @@ item_db: (
Id: 4010
AegisName: "Wilow_Card"
Name: "Willow Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bMaxSP,80; ">
},
{
Id: 4011
AegisName: "Picky__Card"
Name: "Picky Egg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bVit,1;
bonus bMaxHP,100;
@@ -41391,30 +41392,30 @@ item_db: (
Id: 4012
AegisName: "Thief_Bug_Egg_Card"
Name: "Thiefbug Egg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus bMaxHP,400; ">
},
{
Id: 4013
AegisName: "Andre_Egg_Card"
Name: "Andre Egg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus bMaxHPrate,5; ">
},
{
Id: 4014
AegisName: "Roda_Frog_Card"
Name: "Roda Frog Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHP,400;
bonus bMaxSP,50;
@@ -41424,40 +41425,40 @@ item_db: (
Id: 4015
AegisName: "Condor_Card"
Name: "Condor Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bFlee,10; ">
},
{
Id: 4016
AegisName: "Thief_Bug_Card"
Name: "Thief Bug Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bAgi,1; ">
},
{
Id: 4017
AegisName: "Savage_Babe_Card"
Name: "Savage Bebe Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEff,Eff_Stun,500; ">
},
{
Id: 4018
AegisName: "Andre_Larva_Card"
Name: "Andre Larva Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bInt,1;
bonus bMaxSP,10;
@@ -41467,10 +41468,10 @@ item_db: (
Id: 4019
AegisName: "Hornet_Card"
Name: "Hornet Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bStr,1;
bonus bBaseAtk,3;
@@ -41480,10 +41481,10 @@ item_db: (
Id: 4020
AegisName: "Farmiliar_Card"
Name: "Familiar Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Blind,500;
bonus bBaseAtk,5;
@@ -41493,10 +41494,10 @@ item_db: (
Id: 4021
AegisName: "Rocker_Card"
Name: "Rocker Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDex,1;
bonus bBaseAtk,5;
@@ -41506,30 +41507,30 @@ item_db: (
Id: 4022
AegisName: "Spore_Card"
Name: "Spore Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bVit,2; ">
},
{
Id: 4023
AegisName: "Desert_Wolf_Babe_Card"
Name: "Baby Desertwolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bInt,1; ">
},
{
Id: 4024
AegisName: "Plankton_Card"
Name: "Plankton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Sleep,500;
bonus bBaseAtk,5;
@@ -41539,10 +41540,10 @@ item_db: (
Id: 4025
AegisName: "Skeleton_Card"
Name: "Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,10;
bonus2 bAddEff,Eff_Stun,200;
@@ -41552,10 +41553,10 @@ item_db: (
Id: 4026
AegisName: "Thief_Bug_Female_Card"
Name: "Female Thiefbug Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bAgi,1;
bonus bFlee,1;
@@ -41565,30 +41566,30 @@ item_db: (
Id: 4027
AegisName: "Kukre_Card"
Name: "Kukre Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bAgi,2; ">
},
{
Id: 4028
AegisName: "Tarou_Card"
Name: "Tarou Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bStr,2; ">
},
{
Id: 4029
AegisName: "Wolf_Card"
Name: "Wolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,15;
bonus bCritical,1;
@@ -41598,80 +41599,80 @@ item_db: (
Id: 4030
AegisName: "Mandragora_Card"
Name: "Mandragora Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Wind,20; ">
},
{
Id: 4031
AegisName: "Pecopeco_Card"
Name: "Pecopeco Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMaxHPrate,10; ">
},
{
Id: 4032
AegisName: "Ambernite_Card"
Name: "Ambernite Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus bDef,2; ">
},
{
Id: 4033
AegisName: "Poporing_Card"
Name: "PoPoring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill TF_DETOXIFY,1; ">
},
{
Id: 4034
AegisName: "Worm_Tail_Card"
Name: "Wormtail Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bDex,2; ">
},
{
Id: 4035
AegisName: "Hydra_Card"
Name: "Hydra Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_DemiPlayer,20; ">
},
{
Id: 4036
AegisName: "Muka_Card"
Name: "Muka Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bHPrecovRate,10; ">
},
{
Id: 4037
AegisName: "Snake_Card"
Name: "Snake Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Poison,500;
bonus bBaseAtk,5;
@@ -41681,20 +41682,20 @@ item_db: (
Id: 4038
AegisName: "Zombie_Card"
Name: "Zombie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bHPrecovRate,20; ">
},
{
Id: 4039
AegisName: "Stainer_Card"
Name: "Stainer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bResEff,Eff_Silence,2000;
bonus bDef,1;
@@ -41704,20 +41705,20 @@ item_db: (
Id: 4040
AegisName: "Creamy_Card"
Name: "Creamy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill AL_TELEPORT,1; ">
},
{
Id: 4041
AegisName: "Coco_Card"
Name: "Coco Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bResEff,Eff_Sleep,2000;
bonus bDef,1;
@@ -41727,10 +41728,10 @@ item_db: (
Id: 4042
AegisName: "Steel_Chonchon_Card"
Name: "Steel Chonchon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bSubEle,Ele_Wind,10;
bonus bDef,2;
@@ -41740,20 +41741,20 @@ item_db: (
Id: 4043
AegisName: "Andre_Card"
Name: "Andre Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bBaseAtk,20; ">
},
{
Id: 4044
AegisName: "Smokie_Card"
Name: "Smokie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill TF_HIDING,1; ">
OnUnequipScript: <" sc_end SC_HIDING; ">
},
@@ -41761,20 +41762,20 @@ item_db: (
Id: 4045
AegisName: "Horn_Card"
Name: "Horn Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus bLongAtkDef,35; ">
},
{
Id: 4046
AegisName: "Martin_Card"
Name: "Martin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bResEff,Eff_Blind,2000;
bonus bDef,1;
@@ -41784,10 +41785,10 @@ item_db: (
Id: 4047
AegisName: "Ghostring_Card"
Name: "Ghostring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Ghost;
bonus bHPrecovRate,-25;
@@ -41797,40 +41798,40 @@ item_db: (
Id: 4048
AegisName: "Poison_Spore_Card"
Name: "Poison Spore Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill TF_POISON,3; ">
},
{
Id: 4049
AegisName: "Vadon_Card"
Name: "Vadon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Fire,20; ">
},
{
Id: 4050
AegisName: "Thief_Bug_Male_Card"
Name: "Male Thiefbug Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bAgi,2; ">
},
{
Id: 4051
AegisName: "Yoyo_Card"
Name: "Yoyo Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bFlee2,5;
bonus bAgi,1;
@@ -41840,20 +41841,20 @@ item_db: (
Id: 4052
AegisName: "Elder_Wilow_Card"
Name: "Elder Willow Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bInt,2; ">
},
{
Id: 4053
AegisName: "Vitata_Card"
Name: "Vitata Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
skill AL_HEAL,1;
bonus bUseSPrate,25;
@@ -41863,20 +41864,20 @@ item_db: (
Id: 4054
AegisName: "Angeling_Card"
Name: "Angeling Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bDefEle,Ele_Holy; ">
},
{
Id: 4055
AegisName: "Marina_Card"
Name: "Marina Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Freeze,500;
bonus bBaseAtk,5;
@@ -41886,10 +41887,10 @@ item_db: (
Id: 4056
AegisName: "Dustiness_Card"
Name: "Dustiness Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Wind,30;
bonus bFlee,5;
@@ -41899,10 +41900,10 @@ item_db: (
Id: 4057
AegisName: "Metaller_Card"
Name: "Metaller Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Silence,500;
bonus bBaseAtk,5;
@@ -41912,40 +41913,40 @@ item_db: (
Id: 4058
AegisName: "Thara_Frog_Card"
Name: "Thara Frog Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,30; ">
},
{
Id: 4059
AegisName: "Soldier_Andre_Card"
Name: "Soldier Andre Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Plant,30; ">
},
{
Id: 4060
AegisName: "Goblin_Card"
Name: "Goblin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Brute,20; ">
},
{
Id: 4061
AegisName: "Cornutus_Card"
Name: "Cornutus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bUnbreakableArmor,0;
bonus bDef,1;
@@ -41955,60 +41956,60 @@ item_db: (
Id: 4062
AegisName: "Anacondaq_Card"
Name: "Anacondaq Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Poison,20; ">
},
{
Id: 4063
AegisName: "Caramel_Card"
Name: "Caramel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Insect,20; ">
},
{
Id: 4064
AegisName: "Zerom_Card"
Name: "Zerom Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bDex,3; ">
},
{
Id: 4065
AegisName: "Kaho_Card"
Name: "Kaho Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Earth,20; ">
},
{
Id: 4066
AegisName: "Orc_Warrior_Card"
Name: "Orc Warrior Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Brute,30; ">
},
{
Id: 4067
AegisName: "Megalodon_Card"
Name: "Megalodon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bResEff,Eff_Freeze,2000;
bonus bDef,1;
@@ -42018,40 +42019,40 @@ item_db: (
Id: 4068
AegisName: "Scorpion_Card"
Name: "Scorpion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Plant,20; ">
},
{
Id: 4069
AegisName: "Drainliar_Card"
Name: "Drainliar Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Water,20; ">
},
{
Id: 4070
AegisName: "Eggyra_Card"
Name: "Eggyra Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bSPrecovRate,15; ">
},
{
Id: 4071
AegisName: "Orc_Zombie_Card"
Name: "Orc Zombie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Undead,30;
bonus bFlee,5;
@@ -42061,10 +42062,10 @@ item_db: (
Id: 4072
AegisName: "Golem_Card"
Name: "Golem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bBaseAtk,5;
@@ -42074,30 +42075,30 @@ item_db: (
Id: 4073
AegisName: "Pirate_Skel_Card"
Name: "Pirate Skel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill MC_DISCOUNT,5; ">
},
{
Id: 4074
AegisName: "BigFoot_Card"
Name: "Bigfoot Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Insect,30; ">
},
{
Id: 4075
AegisName: "Argos_Card"
Name: "Argos Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bResEff,Eff_Stone,2000;
bonus bDef,1;
@@ -42107,10 +42108,10 @@ item_db: (
Id: 4076
AegisName: "Magnolia_Card"
Name: "Magnolia Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Curse,500;
bonus bBaseAtk,5;
@@ -42120,10 +42121,10 @@ item_db: (
Id: 4077
AegisName: "Phen_Card"
Name: "Phen Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bNoCastCancel,0;
bonus bVariableCastrate,25;
@@ -42133,40 +42134,40 @@ item_db: (
Id: 4078
AegisName: "Savage_Card"
Name: "Savage Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bVit,3; ">
},
{
Id: 4079
AegisName: "Mantis_Card"
Name: "Mantis Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bStr,3; ">
},
{
Id: 4080
AegisName: "Flora_Card"
Name: "Flora Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Fish,20; ">
},
{
Id: 4081
AegisName: "Hode_Card"
Name: "Hode Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Earth,30;
bonus bFlee,5;
@@ -42176,10 +42177,10 @@ item_db: (
Id: 4082
AegisName: "Desert_Wolf_Card"
Name: "Desert Wolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddSize,Size_Small,15;
bonus bBaseAtk,5;
@@ -42189,50 +42190,50 @@ item_db: (
Id: 4083
AegisName: "Rafflesia_Card"
Name: "Rafflesia Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Fish,30; ">
},
{
Id: 4084
AegisName: "Marine_Sphere_Card"
Name: "Marine Sphere Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill SM_MAGNUM,3; ">
},
{
Id: 4085
AegisName: "Orc_Skeleton_Card"
Name: "Orc Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Holy,20; ">
},
{
Id: 4086
AegisName: "Soldier_Skeleton_Card"
Name: "Soldier Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bCritical,9; ">
},
{
Id: 4087
AegisName: "Giearth_Card"
Name: "Giearth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bResEff,Eff_Confusion,10000;
bonus2 bSubEle,Ele_Earth,15;
@@ -42242,10 +42243,10 @@ item_db: (
Id: 4088
AegisName: "Frilldora_Card"
Name: "Frilldora Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" skill AS_CLOAKING,1; ">
OnUnequipScript: <" sc_end SC_CLOAKING; ">
},
@@ -42253,10 +42254,10 @@ item_db: (
Id: 4089
AegisName: "Sword_Fish_Card"
Name: "Swordfish Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Water;
bonus bDef,1;
@@ -42266,10 +42267,10 @@ item_db: (
Id: 4090
AegisName: "Munak_Card"
Name: "Munak Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bResEff,Eff_Stone,1500;
bonus2 bSubEle,Ele_Earth,5;
@@ -42280,10 +42281,10 @@ item_db: (
Id: 4091
AegisName: "Kobold_Card"
Name: "Kobold Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bStr,1;
bonus bCritical,4;
@@ -42293,10 +42294,10 @@ item_db: (
Id: 4092
AegisName: "Skel_Worker_Card"
Name: "Skel Worker Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddSize,Size_Medium,15;
bonus bBaseAtk,5;
@@ -42306,30 +42307,30 @@ item_db: (
Id: 4093
AegisName: "Obeaune_Card"
Name: "Obeaune Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill AL_CURE,1; ">
},
{
Id: 4094
AegisName: "Archer_Skeleton_Card"
Name: "Archer Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bLongAtkRate,10; ">
},
{
Id: 4095
AegisName: "Marse_Card"
Name: "Marse Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Water,30;
bonus bFlee,5;
@@ -42339,10 +42340,10 @@ item_db: (
Id: 4096
AegisName: "Zenorc_Card"
Name: "Zenorc Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddEff,Eff_Poison,400;
bonus bBaseAtk,10;
@@ -42352,10 +42353,10 @@ item_db: (
Id: 4097
AegisName: "Matyr_Card"
Name: "Matyr Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHPrate,10;
bonus bAgi,1;
@@ -42365,10 +42366,10 @@ item_db: (
Id: 4098
AegisName: "Dokebi_Card"
Name: "Dokebi Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Wind;
bonus bDef,1;
@@ -42378,10 +42379,10 @@ item_db: (
Id: 4099
AegisName: "Pasana_Card"
Name: "Pasana Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Fire;
bonus bDef,1;
@@ -42391,10 +42392,10 @@ item_db: (
Id: 4100
AegisName: "Sohee_Card"
Name: "Sohee Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxSPrate,15;
bonus bSPrecovRate,3;
@@ -42404,10 +42405,10 @@ item_db: (
Id: 4101
AegisName: "Sand_Man_Card"
Name: "Sandman Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Earth;
bonus bDef,1;
@@ -42417,10 +42418,10 @@ item_db: (
Id: 4102
AegisName: "Whisper_Card"
Name: "Whisper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,20;
bonus2 bSubEle,Ele_Ghost,-50;
@@ -42430,10 +42431,10 @@ item_db: (
Id: 4103
AegisName: "Horong_Card"
Name: "Horong Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill MG_SIGHT,1; ">
OnUnequipScript: <" sc_end SC_SIGHT; ">
},
@@ -42441,20 +42442,20 @@ item_db: (
Id: 4104
AegisName: "Requiem_Card"
Name: "Requiem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEff,Eff_Confusion,500; ">
},
{
Id: 4105
AegisName: "Marc_Card"
Name: "Marc Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bSubEle,Ele_Water,5;
bonus2 bResEff,Eff_Freeze,10000;
@@ -42464,20 +42465,20 @@ item_db: (
Id: 4106
AegisName: "Mummy_Card"
Name: "Mummy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bHit,20; ">
},
{
Id: 4107
AegisName: "Verit_Card"
Name: "Verit Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHPrate,8;
bonus bMaxSPrate,8;
@@ -42487,10 +42488,10 @@ item_db: (
Id: 4108
AegisName: "Myst_Card"
Name: "Myst Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Poison,30;
bonus bFlee,5;
@@ -42500,10 +42501,10 @@ item_db: (
Id: 4109
AegisName: "Jakk_Card"
Name: "Jakk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Fire,30;
bonus bFlee,5;
@@ -42513,10 +42514,10 @@ item_db: (
Id: 4110
AegisName: "Ghoul_Card"
Name: "Ghoul Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bResEff,Eff_Poison,2000;
bonus bDef,1;
@@ -42526,30 +42527,30 @@ item_db: (
Id: 4111
AegisName: "Strouf_Card"
Name: "Strouf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Demon,20; ">
},
{
Id: 4112
AegisName: "Marduk_Card"
Name: "Marduk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus2 bResEff,Eff_Silence,10000; ">
},
{
Id: 4113
AegisName: "Marionette_Card"
Name: "Marionette Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Ghost,30;
bonus bFlee,5;
@@ -42559,10 +42560,10 @@ item_db: (
Id: 4114
AegisName: "Argiope_Card"
Name: "Argiope Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Poison;
bonus bDef,1;
@@ -42572,20 +42573,20 @@ item_db: (
Id: 4115
AegisName: "Hunter_Fly_Card"
Name: "Hunter Fly Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bHPDrainRate,30,15; ">
},
{
Id: 4116
AegisName: "Isis_Card"
Name: "Isis Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Dark,30;
bonus bFlee,5;
@@ -42595,10 +42596,10 @@ item_db: (
Id: 4117
AegisName: "Side_Winder_Card"
Name: "Sidewinder Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
skill TF_DOUBLE,1;
bonus bDoubleRate,5;
@@ -42608,50 +42609,50 @@ item_db: (
Id: 4118
AegisName: "Petit_Card"
Name: "Earth Petite Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Dragon,20; ">
},
{
Id: 4119
AegisName: "Bathory_Card"
Name: "Bathory Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bDefEle,Ele_Dark; ">
},
{
Id: 4120
AegisName: "Petit__Card"
Name: "Sky Petite Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Dragon,30; ">
},
{
Id: 4121
AegisName: "Phreeoni_Card"
Name: "Phreeoni Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bHit,100; ">
},
{
Id: 4122
AegisName: "Deviruchi_Card"
Name: "Deviruchi Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bStr,1;
bonus2 bResEff,Eff_Blind,10000;
@@ -42661,10 +42662,10 @@ item_db: (
Id: 4123
AegisName: "Eddga_Card"
Name: "Eddga Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxHPrate,-25; ">
OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
OnUnequipScript: <" sc_end SC_ENDURE; ">
@@ -42673,10 +42674,10 @@ item_db: (
Id: 4124
AegisName: "Medusa_Card"
Name: "Medusa Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,15;
bonus2 bResEff,Eff_Stone,10000;
@@ -42686,10 +42687,10 @@ item_db: (
Id: 4125
AegisName: "Deviace_Card"
Name: "Deviace Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddRace,RC_DemiPlayer,7;
bonus2 bAddRace,RC_Brute,7;
@@ -42701,10 +42702,10 @@ item_db: (
Id: 4126
AegisName: "Minorous_Card"
Name: "Minorous Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddSize,Size_Large,15;
bonus bBaseAtk,5;
@@ -42714,10 +42715,10 @@ item_db: (
Id: 4127
AegisName: "Nightmare_Card"
Name: "Nightmare Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bResEff,Eff_Sleep,10000;
bonus bAgi,1;
@@ -42727,10 +42728,10 @@ item_db: (
Id: 4128
AegisName: "Golden_Bug_Card"
Name: "Golden Thiefbug Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bNoMagicDamage,100;
bonus bUseSPrate,100;
@@ -42740,10 +42741,10 @@ item_db: (
Id: 4129
AegisName: "Baphomet__Card"
Name: "Bapho Jr. Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bAgi,3;
bonus bCritical,1;
@@ -42753,30 +42754,30 @@ item_db: (
Id: 4130
AegisName: "Scorpion_King_Card"
Name: "Scorpion King Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Undead,20; ">
},
{
Id: 4131
AegisName: "Moonlight_Flower_Card"
Name: "Moonlight Flower Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bSpeedRate,25; ">
},
{
Id: 4132
AegisName: "Mistress_Card"
Name: "Mistress Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bNoGemStone,0;
bonus bUseSPrate,25;
@@ -42786,90 +42787,90 @@ item_db: (
Id: 4133
AegisName: "Daydric_Card"
Name: "Raydric Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus2 bSubEle,Ele_Neutral,20; ">
},
{
Id: 4134
AegisName: "Dracula_Card"
Name: "Dracula Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPDrainRate,100,5; ">
},
{
Id: 4135
AegisName: "Orc_Load_Card"
Name: "Orc Lord Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bShortWeaponDamageReturn,30; ">
},
{
Id: 4136
AegisName: "Khalitzburg_Card"
Name: "Khalitzburg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Demon,30; ">
},
{
Id: 4137
AegisName: "Drake_Card"
Name: "Drake Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bNoSizeFix,0; ">
},
{
Id: 4138
AegisName: "Anubis_Card"
Name: "Anubis Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Angel,30; ">
},
{
Id: 4139
AegisName: "Joker_Card"
Name: "Joker Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill TF_STEAL,1; ">
},
{
Id: 4140
AegisName: "Knight_Of_Abyss_Card"
Name: "Abysmal Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Boss,25; ">
},
{
Id: 4141
AegisName: "Evil_Druid_Card"
Name: "Evil Druid Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Undead;
bonus bInt,1;
@@ -42880,20 +42881,20 @@ item_db: (
Id: 4142
AegisName: "Doppelganger_Card"
Name: "Doppelganger Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bAspdRate,10; ">
},
{
Id: 4143
AegisName: "Orc_Hero_Card"
Name: "Orc Hero Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bVit,3;
bonus2 bResEff,Eff_Stun,10000;
@@ -42903,40 +42904,40 @@ item_db: (
Id: 4144
AegisName: "Osiris_Card"
Name: "Osiris Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bRestartFullRecover,0; ">
},
{
Id: 4145
AegisName: "Berzebub_Card"
Name: "Berzebub Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bVariableCastrate,-30; ">
},
{
Id: 4146
AegisName: "Maya_Card"
Name: "Maya Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus bMagicDamageReturn,50; ">
},
{
Id: 4147
AegisName: "Baphomet_Card"
Name: "Baphomet Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bHit,-10;
bonus bSplashRange,1;
@@ -42946,30 +42947,30 @@ item_db: (
Id: 4148
AegisName: "Pharaoh_Card"
Name: "Pharaoh Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bUseSPrate,-30; ">
},
{
Id: 4149
AegisName: "Gargoyle_Card"
Name: "Gargoyle Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12028,RC_Insect,100; ">
},
{
Id: 4150
AegisName: "Goat_Card"
Name: "Goat Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
if(getrefine()<6) {
bonus bDef,2;
@@ -42981,10 +42982,10 @@ item_db: (
Id: 4151
AegisName: "Gajomart_Card"
Name: "Gajomart Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Plant,-20;
bonus2 bExpAddRace,RC_Plant,10;
@@ -42994,10 +42995,10 @@ item_db: (
Id: 4152
AegisName: "Galapago_Card"
Name: "Galapago Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddItemHealRate,Apple_Juice,50;
bonus2 bAddItemHealRate,Banana_Juice,50;
@@ -43011,10 +43012,10 @@ item_db: (
Id: 4153
AegisName: "Crab_Card"
Name: "Crab Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,5;
bonus2 bAddDamageClass,1266,30;
@@ -43024,10 +43025,10 @@ item_db: (
Id: 4154
AegisName: "Rice_Cake_Boy_Card"
Name: "Dumpling Kid Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddItemHealRate,Candy,50;
bonus2 bAddItemHealRate,Candy_Striper,50;
@@ -43039,20 +43040,20 @@ item_db: (
Id: 4155
AegisName: "Goblin_Leader_Card"
Name: "Goblin Leader Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace2,RC2_Goblin,30; ">
},
{
Id: 4156
AegisName: "Steam_Goblin_Card"
Name: "Goblin Steamrider Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Formless,7;
@@ -43062,10 +43063,10 @@ item_db: (
Id: 4157
AegisName: "Goblin_Archer_Card"
Name: "Goblin Archer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Undead,7;
@@ -43075,10 +43076,10 @@ item_db: (
Id: 4158
AegisName: "Flying_Deleter_Card"
Name: "Sky Deleter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bHPrecovRate,-100;
bonus bHPGainValue,100;
@@ -43088,10 +43089,10 @@ item_db: (
Id: 4159
AegisName: "Nine_Tail_Card"
Name: "Nine Tail Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bAgi,2;
if(getrefine()>8) bonus bFlee,20;
@@ -43101,10 +43102,10 @@ item_db: (
Id: 4160
AegisName: "Antique_Firelock_Card"
Name: "Firelock Soldier Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bStr,2;
if(getrefine()>8) {
@@ -43117,30 +43118,30 @@ item_db: (
Id: 4161
AegisName: "Grand_Peco_Card"
Name: "Grand Peco Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus3 bAutoSpellWhenHit,PR_GLORIA,1,50; ">
},
{
Id: 4162
AegisName: "Grizzly_Card"
Name: "Grizzly Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Blind,300; ">
},
{
Id: 4163
AegisName: "Gryphon_Card"
Name: "Gryphon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bFlee,2;
bonus bCritical,7;
@@ -43151,10 +43152,10 @@ item_db: (
Id: 4164
AegisName: "Gullinbursti_Card"
Name: "Gullinbursti Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Fish,-20;
bonus2 bExpAddRace,RC_Fish,10;
@@ -43164,10 +43165,10 @@ item_db: (
Id: 4165
AegisName: "Gig_Card"
Name: "Gig Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Insect,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -43175,20 +43176,20 @@ item_db: (
Id: 4166
AegisName: "Nightmare_Terror_Card"
Name: "Nightmare Terror Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Curse,300; ">
},
{
Id: 4167
AegisName: "Neraid_Card"
Name: "Nereid Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Brute,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -43196,20 +43197,20 @@ item_db: (
Id: 4168
AegisName: "Dark_Lord_Card"
Name: "Dark Lord Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus3 bAutoSpellWhenHit,WZ_METEOR,5,100; ">
},
{
Id: 4169
AegisName: "Dark_Illusion_Card"
Name: "Dark Illusion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMaxHPrate,-10;
bonus bMaxSPrate,-10;
@@ -43220,20 +43221,20 @@ item_db: (
Id: 4170
AegisName: "Dark_Frame_Card"
Name: "Dark Frame Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Stone,600; ">
},
{
Id: 4171
AegisName: "Dark_Priest_Card"
Name: "Dark Priest Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSPVanishRate, 50, 10;
if (BaseJob == Job_Sage) bonus bSPDrainValue, 1;
@@ -43243,10 +43244,10 @@ item_db: (
Id: 4172
AegisName: "The_Paper_Card"
Name: "The Paper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,20;
bonus2 bSPDrainValue,-1,0;
@@ -43256,20 +43257,20 @@ item_db: (
Id: 4173
AegisName: "Demon_Pungus_Card"
Name: "Demon Fungus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,600; ">
},
{
Id: 4174
AegisName: "Deviling_Card"
Name: "Deviling Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Neutral,50;
bonus2 bSubEle,Ele_Water,-50;
@@ -43287,10 +43288,10 @@ item_db: (
Id: 4175
AegisName: "Poison_Toad_Card"
Name: "Poisonous Toad Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus3 bAutoSpell,TF_POISON,1,20;
bonus2 bAddSkillBlow,52,5;
@@ -43300,10 +43301,10 @@ item_db: (
Id: 4176
AegisName: "Dullahan_Card"
Name: "Dullahan Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Dragon,7;
@@ -43313,10 +43314,10 @@ item_db: (
Id: 4177
AegisName: "Dryad_Card"
Name: "Dryad Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus3 bAddMonsterDropItem,993,RC_Plant,100;
bonus2 bSubEle,Ele_Earth,10;
@@ -43326,10 +43327,10 @@ item_db: (
Id: 4178
AegisName: "Dragon_Tail_Card"
Name: "Dragon Tail Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bAgi,1;
bonus bFlee,10;
@@ -43341,20 +43342,20 @@ item_db: (
Id: 4179
AegisName: "Dragon_Fly_Card"
Name: "Dragon Fly Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bAgi,1; ">
},
{
Id: 4180
AegisName: "Driller_Card"
Name: "Driller Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Dragon,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -43362,20 +43363,20 @@ item_db: (
Id: 4181
AegisName: "Disguise_Card"
Name: "Disguise Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77); ">
},
{
Id: 4182
AegisName: "Diabolic_Card"
Name: "Diabolic Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Demon,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -43383,30 +43384,30 @@ item_db: (
Id: 4183
AegisName: "Vagabond_Wolf_Card"
Name: "Vagabond Wolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bStr,1; ">
},
{
Id: 4184
AegisName: "Lava_Golem_Card"
Name: "Lava Golem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace2,RC2_Golem,30; ">
},
{
Id: 4185
AegisName: "Rideword_Card"
Name: "Rideword Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,1;
if(BaseClass==Job_Acolyte) {
@@ -43419,10 +43420,10 @@ item_db: (
Id: 4186
AegisName: "Raggler_Card"
Name: "Raggler Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bStr,1;
bonus bVit,1;
@@ -43432,20 +43433,20 @@ item_db: (
Id: 4187
AegisName: "Raydric_Archer_Card"
Name: "Raydric Archer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12030,RC_Demon,100; ">
},
{
Id: 4188
AegisName: "Leib_Olmai_Card"
Name: "Leib Olmai Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bSubEle,Ele_Fire,10;
bonus3 bAddMonsterDropItem,990,RC_Brute,100;
@@ -43455,40 +43456,40 @@ item_db: (
Id: 4189
AegisName: "Wraith_Dead_Card"
Name: "Wraith Dead Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Curse,600; ">
},
{
Id: 4190
AegisName: "Wraith_Card"
Name: "Wraith Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12027,RC_Undead,100; ">
},
{
Id: 4191
AegisName: "Loli_Ruri_Card"
Name: "Loli Ruri Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAutoSpellWhenHit,AL_HEAL,3,50; ">
},
{
Id: 4192
AegisName: "Rotar_Zairo_Card"
Name: "Rotar Zairo Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Fish,7;
@@ -43498,30 +43499,30 @@ item_db: (
Id: 4193
AegisName: "Lude_Card"
Name: "Lude Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,SM_ENDURE,1,200; ">
},
{
Id: 4194
AegisName: "Rybio_Card"
Name: "Rybio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77); ">
},
{
Id: 4195
AegisName: "Leaf_Cat_Card"
Name: "Leaf Cat Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bSubEle,Ele_Water,10;
bonus3 bAddMonsterDropItem,991,RC_Fish,100;
@@ -43531,10 +43532,10 @@ item_db: (
Id: 4196
AegisName: "Marin_Card"
Name: "Marin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddMonsterDropItem,909,2000;
bonus2 bAddMonsterDropItem,7126,10;
@@ -43544,30 +43545,30 @@ item_db: (
Id: 4197
AegisName: "Mastering_Card"
Name: "Mastering Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bLuk,1; ">
},
{
Id: 4198
AegisName: "Maya_Puple_Card"
Name: "Maya Purple Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bIntravision,0; ">
},
{
Id: 4199
AegisName: "Merman_Card"
Name: "Merman Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bHPrecovRate,10;
bonus bSPrecovRate,10;
@@ -43577,40 +43578,40 @@ item_db: (
Id: 4200
AegisName: "Megalith_Card"
Name: "Megalith Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" if(getrefine()<6) bonus bMdef,7; ">
},
{
Id: 4201
AegisName: "Majoruros_Card"
Name: "Majoruros Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Stun,600; ">
},
{
Id: 4202
AegisName: "Civil_Servant_Card"
Name: "Mao Guai Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEle,Ele_Ghost,20; ">
},
{
Id: 4203
AegisName: "Mutant_Dragon_Card"
Name: "Mutant Dragonoid Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,15;
bonus3 bAutoSpell,MG_FIREBALL,3+2*(getskilllv(MG_FIREBALL)==10),50;
@@ -43620,10 +43621,10 @@ item_db: (
Id: 4204
AegisName: "Mini_Demon_Card"
Name: "Mini Demon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Brute,-20;
bonus2 bExpAddRace,RC_Brute,10;
@@ -43633,30 +43634,30 @@ item_db: (
Id: 4205
AegisName: "Mimic_Card"
Name: "Mimic Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus2 bAddMonsterDropItem,603,10; ">
},
{
Id: 4206
AegisName: "Mystcase_Card"
Name: "Myst Case Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus2 bAddMonsterDropItem,644,30; ">
},
{
Id: 4207
AegisName: "Mysteltainn_Card"
Name: "Mysteltainn Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubSize,Size_Small,25;
bonus bDef,1;
@@ -43666,10 +43667,10 @@ item_db: (
Id: 4208
AegisName: "Miyabi_Ningyo_Card"
Name: "Miyabi Doll Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxSPrate,10;
bonus2 bSkillAtk,MG_FROSTDIVER,5;
@@ -43679,40 +43680,40 @@ item_db: (
Id: 4209
AegisName: "Violy_Card"
Name: "Violy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,BA_FROSTJOKER,1+4*(getskilllv(BA_FROSTJOKER)==5),20; ">
},
{
Id: 4210
AegisName: "Wander_Man_Card"
Name: "Wanderer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" if(BaseClass==Job_Thief) bonus bFlee,20; ">
},
{
Id: 4211
AegisName: "Vocal_Card"
Name: "Vocal Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMdef,3; ">
},
{
Id: 4212
AegisName: "Bon_Gun_Card"
Name: "Bongun Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus3 bAutoSpell,SM_BASH,1,20;
bonus2 bAddSkillBlow,SM_BASH,5;
@@ -43723,20 +43724,20 @@ item_db: (
Id: 4213
AegisName: "Brilight_Card"
Name: "Brilight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Silence,600; ">
},
{
Id: 4214
AegisName: "Bloody_Murderer_Card"
Name: "Bloody Murderer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Insect,7;
@@ -43746,40 +43747,40 @@ item_db: (
Id: 4215
AegisName: "Blazzer_Card"
Name: "Blazzer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_FOOD; ">
},
{
Id: 4216
AegisName: "Sasquatch_Card"
Name: "Sasquatch Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,600; ">
},
{
Id: 4217
AegisName: "Live_Peach_Tree_Card"
Name: "Enchanted Peach Tree Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus3 bAutoSpell,AL_HEAL,1+9*(getskilllv(AL_HEAL)==10),20; ">
},
{
Id: 4218
AegisName: "Succubus_Card"
Name: "Succubus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bVit,-3;
bonus bHPrecovRate,-20;
@@ -43790,10 +43791,10 @@ item_db: (
Id: 4219
AegisName: "Sageworm_Card"
Name: "Sage Worm Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddMonsterDropItem,715,30;
bonus2 bAddMonsterDropItem,716,30;
@@ -43804,10 +43805,10 @@ item_db: (
Id: 4220
AegisName: "Solider_Card"
Name: "Solider Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDef,2;
bonus bMdef,2;
@@ -43817,10 +43818,10 @@ item_db: (
Id: 4221
AegisName: "Skeleton_General_Card"
Name: "Skeleton General Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Insect,-20;
bonus2 bExpAddRace,RC_Insect,10;
@@ -43830,20 +43831,20 @@ item_db: (
Id: 4222
AegisName: "Skel_Prisoner_Card"
Name: "Skel Prisoner Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,300; ">
},
{
Id: 4223
AegisName: "Stalactic_Golem_Card"
Name: "Stalactic Golem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Stun,2000;
@@ -43853,20 +43854,20 @@ item_db: (
Id: 4224
AegisName: "Stem_Worm_Card"
Name: "Stem Worm Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12032,RC_Brute,100; ">
},
{
Id: 4225
AegisName: "Stone_Shooter_Card"
Name: "Stone Shooter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,10;
bonus bHit,10;
@@ -43876,10 +43877,10 @@ item_db: (
Id: 4226
AegisName: "Sting_Card"
Name: "Sting Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bDef,2;
if(getrefine()>8) bonus bMdef,5;
@@ -43889,10 +43890,10 @@ item_db: (
Id: 4227
AegisName: "Spring_Rabbit_Card"
Name: "Spring Rabbit Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddItemHealRate,Meat,50;
bonus2 bAddItemHealRate,528,50;
@@ -43904,20 +43905,20 @@ item_db: (
Id: 4228
AegisName: "Sleeper_Card"
Name: "Sleeper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12031,RC_Fish,100; ">
},
{
Id: 4229
AegisName: "C_Tower_Manager_Card"
Name: "Tower Keeper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,1;
bonus bVariableCastrate,-5;
@@ -43927,10 +43928,10 @@ item_db: (
Id: 4230
AegisName: "Shinobi_Card"
Name: "Shinobi Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bAgi,1;
bonus3 bAutoSpellWhenHit,AS_CLOAKING,5,100;
@@ -43940,20 +43941,20 @@ item_db: (
Id: 4231
AegisName: "Increase_Soil_Card"
Name: "Mi Gao Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bSubRace2,RC2_Guardian,50; ">
},
{
Id: 4232
AegisName: "Wild_Ginseng_Card"
Name: "Hermit Plant Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddItemHealRate,Red_Herb,50;
bonus2 bAddItemHealRate,Yellow_Herb,50;
@@ -43967,10 +43968,10 @@ item_db: (
Id: 4233
AegisName: "Baby_Leopard_Card"
Name: "Baby Leopard Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bLuk,3;
if(BaseClass==Job_Merchant) bonus bUnbreakableArmor,0;
@@ -43980,20 +43981,20 @@ item_db: (
Id: 4234
AegisName: "Anolian_Card"
Name: "Anolian Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAutoSpellWhenHit,AC_CONCENTRATION,1+9*(getskilllv(AC_CONCENTRATION)==10),30; ">
},
{
Id: 4235
AegisName: "Cookie_XMAS_Card"
Name: "Christmas Cookie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Angel,-20;
bonus2 bExpAddRace,RC_Angel,10;
@@ -44003,10 +44004,10 @@ item_db: (
Id: 4236
AegisName: "Amon_Ra_Card"
Name: "Amon Ra Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bAllStats,1;
bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99));
@@ -44016,30 +44017,30 @@ item_db: (
Id: 4237
AegisName: "Owl_Duke_Card"
Name: "Owl Duke Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,PR_IMPOSITIO,3,3; ">
},
{
Id: 4238
AegisName: "Owl_Baron_Card"
Name: "Owl Baron Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,PR_LEXAETERNA,1,30; ">
},
{
Id: 4239
AegisName: "Iron_Fist_Card"
Name: "Iron Fist Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Formless,-20;
bonus2 bExpAddRace,RC_Formless,10;
@@ -44049,10 +44050,10 @@ item_db: (
Id: 4240
AegisName: "Arclouse_Card"
Name: "Arclouze Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
if(getrefine()<6) {
bonus bDef,2;
@@ -44064,10 +44065,10 @@ item_db: (
Id: 4241
AegisName: "Archangeling_Card"
Name: "Arc Angeling Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMaxHP,300;
if(readparam(bLuk)>=77) {
@@ -44080,10 +44081,10 @@ item_db: (
Id: 4242
AegisName: "Apocalips_Card"
Name: "Apocalipse Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bVit,2;
if(getrefine()>8) bonus bMaxHP,800;
@@ -44093,20 +44094,20 @@ item_db: (
Id: 4243
AegisName: "Antonio_Card"
Name: "Antonio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAutoSpellWhenHit,AL_TELEPORT,1,500; ">
},
{
Id: 4244
AegisName: "Alarm_Card"
Name: "Alarm Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus3 bAutoSpellWhenHit,MG_SIGHT,1,200;
bonus bMaxHP,300;
@@ -44117,10 +44118,10 @@ item_db: (
Id: 4245
AegisName: "Am_Mut_Card"
Name: "Am Mut Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_DemiPlayer,-20;
bonus2 bExpAddRace,RC_DemiPlayer,10;
@@ -44130,10 +44131,10 @@ item_db: (
Id: 4246
AegisName: "Assulter_Card"
Name: "Assaulter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_DemiPlayer,7;
@@ -44143,10 +44144,10 @@ item_db: (
Id: 4247
AegisName: "Aster_Card"
Name: "Aster Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,5;
bonus2 bAddDamageClass,1074,30;
@@ -44156,20 +44157,20 @@ item_db: (
Id: 4248
AegisName: "Ancient_Mummy_Card"
Name: "Ancient Mummy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus3 bAutoSpellWhenHit,AL_CRUCIS,5,30; ">
},
{
Id: 4249
AegisName: "Ancient_Worm_Card"
Name: "Ancient Worm Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Demon,-20;
bonus2 bExpAddRace,RC_Demon,10;
@@ -44179,10 +44180,10 @@ item_db: (
Id: 4250
AegisName: "Executioner_Card"
Name: "Executioner Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubSize,Size_Large,25;
bonus bDef,1;
@@ -44192,30 +44193,30 @@ item_db: (
Id: 4251
AegisName: "Elder_Card"
Name: "Elder Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace2,RC2_Guardian,40; ">
},
{
Id: 4252
AegisName: "Alligator_Card"
Name: "Alligator Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bLongAtkDef,5; ">
},
{
Id: 4253
AegisName: "Alice_Card"
Name: "Alice Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubRace,RC_Boss,40;
bonus2 bSubRace,RC_NonBoss,-40;
@@ -44225,10 +44226,10 @@ item_db: (
Id: 4254
AegisName: "Tirfing_Card"
Name: "Ogretooth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubSize,Size_Medium,25;
bonus bDef,1;
@@ -44238,30 +44239,30 @@ item_db: (
Id: 4255
AegisName: "Orc_Lady_Card"
Name: "Orc Lady Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace2,RC2_Orc,30; ">
},
{
Id: 4256
AegisName: "Orc_Archer_Card"
Name: "Orc Archer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12034,RC_DemiPlayer,100; ">
},
{
Id: 4257
AegisName: "Wild_Rose_Card"
Name: "Wild Rose Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bAgi,1;
if(BaseClass==Job_Thief) bonus bFlee2,5;
@@ -44271,10 +44272,10 @@ item_db: (
Id: 4258
AegisName: "Wicked_Nymph_Card"
Name: "Evil Nymph Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,1;
bonus bMaxSP,50;
@@ -44284,10 +44285,10 @@ item_db: (
Id: 4259
AegisName: "Wooden_Golem_Card"
Name: "Wooden Golem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDef,1;
bonus bHPrecovRate,30;
@@ -44297,10 +44298,10 @@ item_db: (
Id: 4260
AegisName: "Wootan_Shooter_Card"
Name: "Wootan Shooter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Confusion,2000;
@@ -44310,10 +44311,10 @@ item_db: (
Id: 4261
AegisName: "Wootan_Fighter_Card"
Name: "Wootan Fighter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Bleeding,2000;
@@ -44323,20 +44324,20 @@ item_db: (
Id: 4262
AegisName: "Evil_Cloud_Hermit_Card"
Name: "Cloud Hermit Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12029,RC_Plant,100; ">
},
{
Id: 4263
AegisName: "Incant_Samurai_Card"
Name: "Samurai Spector Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bIgnoreDefRace,RC_NonBoss;
bonus bHPrecovRate,-100;
@@ -44355,40 +44356,40 @@ item_db: (
Id: 4264
AegisName: "Wind_Ghost_Card"
Name: "Wind Ghost Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,WZ_JUPITEL,3+7*(getskilllv(WZ_JUPITEL)==10),20; ">
},
{
Id: 4265
AegisName: "Li_Me_Mang_Ryang_Card"
Name: "Jing Guai Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12033,RC_Angel,100; ">
},
{
Id: 4266
AegisName: "Eclipse_Card"
Name: "Eclipse Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bVit,1; ">
},
{
Id: 4267
AegisName: "Explosion_Card"
Name: "Explosion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Dragon,-20;
bonus2 bExpAddRace,RC_Dragon,10;
@@ -44398,20 +44399,20 @@ item_db: (
Id: 4268
AegisName: "Injustice_Card"
Name: "Injustice Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAutoSpell,AS_SONICBLOW,1,50; ">
},
{
Id: 4269
AegisName: "Incubus_Card"
Name: "Incubus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,-3;
bonus bSPrecovRate,-20;
@@ -44422,20 +44423,20 @@ item_db: (
Id: 4270
AegisName: "Giant_Spider_Card"
Name: "Giant Spider Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Poison,600; ">
},
{
Id: 4271
AegisName: "Giant_Honet_Card"
Name: "Giant Hornet Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bSubEle,Ele_Wind,10;
bonus3 bAddMonsterDropItem,992,RC_Insect,100;
@@ -44445,10 +44446,10 @@ item_db: (
Id: 4272
AegisName: "Dancing_Dragon_Card"
Name: "Zhu Po Long Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bAgi,1;
bonus bCritical,3;
@@ -44458,10 +44459,10 @@ item_db: (
Id: 4273
AegisName: "Shellfish_Card"
Name: "Shell Fish Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,5;
bonus2 bAddDamageClass,1073,30;
@@ -44471,10 +44472,10 @@ item_db: (
Id: 4274
AegisName: "Zombie_Master_Card"
Name: "Zombie Master Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Undead,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -44482,10 +44483,10 @@ item_db: (
Id: 4275
AegisName: "Zombie_Prisoner_Card"
Name: "Zombie Prisoner Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSubRace,RC_Undead,-20;
bonus2 bExpAddRace,RC_Undead,10;
@@ -44495,10 +44496,10 @@ item_db: (
Id: 4276
AegisName: "Lord_Of_Death_Card"
Name: "Lord of The Dead Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;
bonus3 bAddEff,Eff_Curse,500,ATF_SHORT;
@@ -44512,10 +44513,10 @@ item_db: (
Id: 4277
AegisName: "Zherlthsh_Card"
Name: "Zealotus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bLuk,2;
bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
@@ -44526,20 +44527,20 @@ item_db: (
Id: 4278
AegisName: "Gibbet_Card"
Name: "Gibbet Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" if(getrefine()<6) bonus bMdef,5; ">
},
{
Id: 4279
AegisName: "Deleter_Card"
Name: "Earth Deleter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bSPrecovRate,-100;
bonus bSPGainValue,10;
@@ -44550,20 +44551,20 @@ item_db: (
Id: 4280
AegisName: "Geographer_Card"
Name: "Geographer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAutoSpellWhenHit,AL_BLESSING,2+8*(getskilllv(AL_BLESSING)==10),30; ">
},
{
Id: 4281
AegisName: "Zipper_Bear_Card"
Name: "Zipper Bear Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,30;
bonus2 bSPDrainValue,-1,0;
@@ -44574,40 +44575,40 @@ item_db: (
Id: 4282
AegisName: "Tengu_Card"
Name: "Tengu Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_HEAL; ">
},
{
Id: 4283
AegisName: "Greatest_General_Card"
Name: "Greatest General Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,MO_CALLSPIRITS,5,2+18*(BaseClass==Job_Acolyte); ">
},
{
Id: 4284
AegisName: "Chepet_Card"
Name: "Chepet Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus4 bAutoSpell,AL_HEAL,5,50,1; ">
},
{
Id: 4285
AegisName: "Choco_Card"
Name: "Choco Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee2,5;
bonus bFlee,10;
@@ -44617,30 +44618,30 @@ item_db: (
Id: 4286
AegisName: "Karakasa_Card"
Name: "Karakasa Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77); ">
},
{
Id: 4287
AegisName: "Kapha_Card"
Name: "Kapha Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" if(getrefine()<6) bonus bMdef,8; ">
},
{
Id: 4288
AegisName: "Carat_Card"
Name: "Carat Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,2;
if(getrefine()>8) bonus bMaxSP,150;
@@ -44650,10 +44651,10 @@ item_db: (
Id: 4289
AegisName: "Caterpillar_Card"
Name: "Caterpillar Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Plant,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -44661,10 +44662,10 @@ item_db: (
Id: 4290
AegisName: "Cat_O_Nine_Tail_Card"
Name: "Cat O' Nine Tails Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMdef,3;
bonus bMagicDamageReturn,5;
@@ -44674,20 +44675,20 @@ item_db: (
Id: 4291
AegisName: "Kobold_Leader_Card"
Name: "Kobold Leader Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace2,RC2_Kobold,30; ">
},
{
Id: 4292
AegisName: "Kobold_Archer_Card"
Name: "Kobold Archer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Plant,7;
@@ -44697,10 +44698,10 @@ item_db: (
Id: 4293
AegisName: "Cookie_Card"
Name: "Cookie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bLuk,2;
bonus2 bSkillAtk,AL_HOLYLIGHT,10;
@@ -44710,40 +44711,40 @@ item_db: (
Id: 4294
AegisName: "Quve_Card"
Name: "Quve Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100; ">
},
{
Id: 4295
AegisName: "Kraben_Card"
Name: "Kraben Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Blind,600; ">
},
{
Id: 4296
AegisName: "Cramp_Card"
Name: "Cramp Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus2 bGetZenyNum,500,1; ">
},
{
Id: 4297
AegisName: "Cruiser_Card"
Name: "Cruiser Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Brute,7;
@@ -44753,20 +44754,20 @@ item_db: (
Id: 4298
AegisName: "Cremy_Fear_Card"
Name: "Creamy Fear Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,600; ">
},
{
Id: 4299
AegisName: "Clock_Card"
Name: "Clock Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAutoSpellWhenHit,CR_AUTOGUARD,3+7*(getskilllv(CR_AUTOGUARD)==10),30; ">
OnUnequipScript: <" sc_end SC_AUTOGUARD; ">
},
@@ -44774,30 +44775,30 @@ item_db: (
Id: 4300
AegisName: "Chimera_Card"
Name: "Chimera Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob==Job_Assassin); ">
},
{
Id: 4301
AegisName: "Killer_Mantis_Card"
Name: "Killer Mantis Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Bleeding,600; ">
},
{
Id: 4302
AegisName: "Tao_Gunka_Card"
Name: "Tao Gunka Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHPrate,100;
bonus bDefRate,-50;
@@ -44808,10 +44809,10 @@ item_db: (
Id: 4303
AegisName: "Whisper_Boss_Card"
Name: "Giant Whisper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
if(readparam(bStr)>=80) {
@@ -44829,10 +44830,10 @@ item_db: (
Id: 4304
AegisName: "Tamruan_Card"
Name: "Tamruan Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bDef,2;
bonus2 bSkillAtk,CR_SHIELDCHARGE,10;
@@ -44843,10 +44844,10 @@ item_db: (
Id: 4305
AegisName: "Turtle_General_Card"
Name: "Turtle General Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddRace, RC_All, 20;
bonus3 bAutoSpell,SM_MAGNUM,10,30;
@@ -44856,20 +44857,20 @@ item_db: (
Id: 4306
AegisName: "Toad_Card"
Name: "Toad Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bFlee2,1; ">
},
{
Id: 4307
AegisName: "Kind_Of_Beetle_Card"
Name: "Beetle King Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Fish,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -44877,10 +44878,10 @@ item_db: (
Id: 4308
AegisName: "Tri_Joint_Card"
Name: "Tri Joint Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Formless,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -44888,10 +44889,10 @@ item_db: (
Id: 4309
AegisName: "Parasite_Card"
Name: "Parasite Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bDef,1;
bonus2 bAddRaceTolerance,RC_Formless,5;
@@ -44901,10 +44902,10 @@ item_db: (
Id: 4310
AegisName: "Panzer_Goblin_Card"
Name: "Panzer Goblin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,10;
bonus2 bCriticalAddRace,RC_Demon,7;
@@ -44914,10 +44915,10 @@ item_db: (
Id: 4311
AegisName: "Permeter_Card"
Name: "Permeter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bSubEle,Ele_Dark,15;
bonus2 bSubEle,Ele_Undead,15;
@@ -44927,10 +44928,10 @@ item_db: (
Id: 4312
AegisName: "Fur_Seal_Card"
Name: "Fur Seal Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bFlee,3;
bonus bHit,10;
@@ -44944,40 +44945,40 @@ item_db: (
Id: 4313
AegisName: "Punk_Card"
Name: "Punk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1+4*(getskilllv(WZ_QUAGMIRE)==5),50,0; ">
},
{
Id: 4314
AegisName: "Penomena_Card"
Name: "Penomena Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bSubRace,RC_Formless,30; ">
},
{
Id: 4315
AegisName: "Pest_Card"
Name: "Pest Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77); ">
},
{
Id: 4316
AegisName: "Fake_Angel_Card"
Name: "False Angel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_Angel,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -44985,10 +44986,10 @@ item_db: (
Id: 4317
AegisName: "Mobster_Card"
Name: "Mobster Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,15;
if(BaseClass==Job_Thief) bonus bCritical,4;
@@ -44998,10 +44999,10 @@ item_db: (
Id: 4318
AegisName: "Knight_Windstorm_Card"
Name: "Stormy Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus3 bAutoSpell,WZ_STORMGUST,2,20;
bonus2 bAddEff,Eff_Freeze,2000;
@@ -45011,10 +45012,10 @@ item_db: (
Id: 4319
AegisName: "Freezer_Card"
Name: "Freezer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHP,300;
if(getrefine()>=9) bonus2 bSkillAtk,SM_BASH,10;
@@ -45024,30 +45025,30 @@ item_db: (
Id: 4320
AegisName: "Bloody_Knight_Card"
Name: "Bloody Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAutoSpell,WZ_METEOR,1,20; ">
},
{
Id: 4321
AegisName: "Hylozoist_Card"
Name: "Hylozoist Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bClassChange,100; ">
},
{
Id: 4322
AegisName: "High_Orc_Card"
Name: "High Orc Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bDef,1;
bonus bShortWeaponDamageReturn,5;
@@ -45057,30 +45058,30 @@ item_db: (
Id: 4323
AegisName: "Garm_Baby_Card"
Name: "Hatii Bebe Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAutoSpell,MG_FROSTDIVER,3,50; ">
},
{
Id: 4324
AegisName: "Garm_Card"
Name: "Hatii Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,5000; ">
},
{
Id: 4325
AegisName: "Harpy_Card"
Name: "Harpy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bAddRaceTolerance,RC_Formless,15;
bonus2 bSkillAtk,MG_NAPALMBEAT,5;
@@ -45090,10 +45091,10 @@ item_db: (
Id: 4326
AegisName: "See_Otter_Card"
Name: "Sea-Otter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddItemHealRate,Sushi,50;
bonus2 bAddItemHealRate,Fish_Slice,50;
@@ -45105,10 +45106,10 @@ item_db: (
Id: 4327
AegisName: "Blood_Butterfly_Card"
Name: "Bloody Butterfly Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bVariableCastrate,30;
bonus bNoCastCancel,0;
@@ -45119,10 +45120,10 @@ item_db: (
Id: 4328
AegisName: "Hyegun_Card"
Name: "Yao Jun Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,15;
bonus bCritical,1;
@@ -45132,10 +45133,10 @@ item_db: (
Id: 4329
AegisName: "Phendark_Card"
Name: "Phendark Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPGainRace,RC_DemiPlayer,5; ">
OnUnequipScript: <" heal 0,-5; ">
},
@@ -45143,10 +45144,10 @@ item_db: (
Id: 4330
AegisName: "Dark_Snake_Lord_Card"
Name: "Evil Snake Lord Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,3;
bonus2 bResEff,Eff_Blind,10000;
@@ -45157,10 +45158,10 @@ item_db: (
Id: 4331
AegisName: "Heater_Card"
Name: "Heater Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bCritical,3;
if(BaseClass==Job_Swordman) bonus bFlee2,3;
@@ -45170,10 +45171,10 @@ item_db: (
Id: 4332
AegisName: "Waste_Stove_Card"
Name: "Waste Stove Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bBaseAtk,5;
bonus bInt,1;
@@ -45183,20 +45184,20 @@ item_db: (
Id: 4333
AegisName: "Venomous_Card"
Name: "Venomous Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF; ">
},
{
Id: 4334
AegisName: "Noxious_Card"
Name: "Noxious Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bLongAtkDef,10;
bonus2 bSubEle,Ele_Neutral,10;
@@ -45206,10 +45207,10 @@ item_db: (
Id: 4335
AegisName: "Pitman_Card"
Name: "Pitman Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,WZ_EARTHSPIKE,5;
bonus2 bSkillAtk,WZ_HEAVENDRIVE,5;
@@ -45220,10 +45221,10 @@ item_db: (
Id: 4336
AegisName: "Ungoliant_Card"
Name: "Ungoliant Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bHPrecovRate,10;
bonus2 bResEff,Eff_Bleeding,10000;
@@ -45233,10 +45234,10 @@ item_db: (
Id: 4337
AegisName: "Porcellio_Card"
Name: "Porcellio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bBaseAtk,25;
bonus bDef,-5;
@@ -45246,20 +45247,20 @@ item_db: (
Id: 4338
AegisName: "Obsidian_Card"
Name: "Obsidian Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bVit,readparam(bDex)/18; ">
},
{
Id: 4339
AegisName: "Mineral_Card"
Name: "Mineral Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bBaseAtk,-25;
bonus bDef,3;
@@ -45269,30 +45270,30 @@ item_db: (
Id: 4340
AegisName: "Teddy_Bear_Card"
Name: "Teddy Bear Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Undead,30; ">
},
{
Id: 4341
AegisName: "Metaling_Card"
Name: "Metaling Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAutoSpell,RG_STRIPWEAPON,1,50; ">
},
{
Id: 4342
AegisName: "Rsx_0806_Card"
Name: "RSX-0806 Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bVit,3;
bonus bUnbreakableArmor,0;
@@ -45303,30 +45304,30 @@ item_db: (
Id: 4343
AegisName: "Mole_Card"
Name: "Holden Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bLuk,2; ">
},
{
Id: 4344
AegisName: "Anopheles_Card"
Name: "Anopheles Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12058,RC_Insect,50; ">
},
{
Id: 4345
AegisName: "Hill_Wind_Card"
Name: "Hill Wind Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,MG_THUNDERSTORM,5;
bonus2 bSkillAtk,WZ_JUPITEL,5;
@@ -45338,50 +45339,50 @@ item_db: (
Id: 4346
AegisName: "Ygnizem_Card"
Name: "Egnigem Cenia Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bStr,readparam(bInt)/18; ">
},
{
Id: 4347
AegisName: "Armaia_Card"
Name: "Armeyer Dinze Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12053,RC_Fish,50; ">
},
{
Id: 4348
AegisName: "Whikebain_Card"
Name: "Wickebine Tres Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,RG_STRIPARMOR,1,50; ">
},
{
Id: 4349
AegisName: "Erend_Card"
Name: "Errende Ebecee Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus4 bAutoSpellWhenHit,AL_PNEUMA,1,50,0; ">
},
{
Id: 4350
AegisName: "Rawrel_Card"
Name: "Laurell Weinder Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,WZ_FROSTNOVA,3;
bonus2 bSkillAtk,WZ_STORMGUST,3;
@@ -45392,10 +45393,10 @@ item_db: (
Id: 4351
AegisName: "Kavac_Card"
Name: "Kavach Icarus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if(getrefine()<=4) {
bonus bFlee,20;
@@ -45410,10 +45411,10 @@ item_db: (
Id: 4352
AegisName: "B_Ygnizem_Card"
Name: "Boss Egnigem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
@@ -45425,10 +45426,10 @@ item_db: (
Id: 4353
AegisName: "Removal_Card"
Name: "Remover Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHP,800-40*getrefine();
bonus bHPrecovRate,10;
@@ -45438,10 +45439,10 @@ item_db: (
Id: 4354
AegisName: "Gemini_Card"
Name: "Gemini-S58 Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
if(readparam(bAgi)>=90) {
bonus2 bResEff,Eff_Silence,3000;
@@ -45457,30 +45458,30 @@ item_db: (
Id: 4355
AegisName: "Gremlin_Card"
Name: "Gremlin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12043,RC_Brute,50; ">
},
{
Id: 4356
AegisName: "Beholder_Card"
Name: "Beholder Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" skill SA_CASTCANCEL,1; ">
},
{
Id: 4357
AegisName: "B_Seyren_Card"
Name: "Lord Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
skill LK_BERSERK,1;
bonus bMaxHPrate,-50;
@@ -45490,20 +45491,20 @@ item_db: (
Id: 4358
AegisName: "Seyren_Card"
Name: "Seyren Windsor Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bStr,getrefine()-6; ">
},
{
Id: 4359
AegisName: "B_Eremes_Card"
Name: "Assassin Cross Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" skill AS_CLOAKING,3; ">
OnUnequipScript: <" sc_end SC_CLOAKING; ">
},
@@ -45511,20 +45512,20 @@ item_db: (
Id: 4360
AegisName: "Eremes_Card"
Name: "Eremes Guile Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bCriticalAddRace,RC_DemiPlayer,10; ">
},
{
Id: 4361
AegisName: "B_Harword_Card"
Name: "MasterSmith Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBreakWeaponRate,1000;
bonus bBreakArmorRate,700;
@@ -45534,10 +45535,10 @@ item_db: (
Id: 4362
AegisName: "Harword_Card"
Name: "Howard Alt-Eisen Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bAspdRate,-5;
bonus bHit,30;
@@ -45547,20 +45548,20 @@ item_db: (
Id: 4363
AegisName: "B_Magaleta_Card"
Name: "High Priest Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,50,BF_WEAPON|BF_MAGIC,0; ">
},
{
Id: 4364
AegisName: "Magaleta_Card"
Name: "Margaretha Sorin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,1;
bonus5 bAutoSpellWhenHit,PR_LEXDIVINA,5,150,BF_MAGIC,1;
@@ -45570,10 +45571,10 @@ item_db: (
Id: 4365
AegisName: "B_Katrinn_Card"
Name: "High Wizard Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bIgnoreMdefRace,RC_NonBoss;
bonus bVariableCastrate,100;
@@ -45585,10 +45586,10 @@ item_db: (
Id: 4366
AegisName: "Katrinn_Card"
Name: "Kathryne Keyron Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bVariableCastrate,getrefine()*-1;
if(getrefine()>=9) {
@@ -45600,10 +45601,10 @@ item_db: (
Id: 4367
AegisName: "B_Shecil_Card"
Name: "Sniper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bHPDrainRate,10,20;
bonus bHPrecovRate,-10;
@@ -45613,10 +45614,10 @@ item_db: (
Id: 4368
AegisName: "Shecil_Card"
Name: "Cecil Damon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bAspdRate,5;
bonus bHit,-30;
@@ -45626,30 +45627,30 @@ item_db: (
Id: 4369
AegisName: "Venatu_Card"
Name: "Venatu Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bLuk,readparam(bAgi)/18; ">
},
{
Id: 4370
AegisName: "Dimik_Card"
Name: "Dimik Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bVit,getrefine()-5; ">
},
{
Id: 4371
AegisName: "Archdam_Card"
Name: "Archdam Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bBaseAtk,10;
bonus bVariableCastrate,20;
@@ -45659,10 +45660,10 @@ item_db: (
Id: 4372
AegisName: "Bacsojin_Card"
Name: "White Lady Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bHealPower,30;
bonus bUseSPrate,15;
@@ -45672,10 +45673,10 @@ item_db: (
Id: 4373
AegisName: "Chung_E_Card"
Name: "Green Maiden Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bLuk,getrefine()-5;
bonus bCritical,min(getrefine(),10);
@@ -45685,10 +45686,10 @@ item_db: (
Id: 4374
AegisName: "Apocalips_H_Card"
Name: "Vesper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDex,2;
bonus2 bIgnoreMdefRate,RC_Boss,30;
@@ -45698,10 +45699,10 @@ item_db: (
Id: 4375
AegisName: "Orc_Baby_Card_Card"
Name: "Orc Baby Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if(getrefine()>=9) {
bonus2 bSubEle,Ele_Neutral,15;
@@ -45717,10 +45718,10 @@ item_db: (
Id: 4376
AegisName: "Lady_Tanee_Card"
Name: "Lady Tanee Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHPrate,-40;
bonus bMaxSPrate,50;
@@ -45732,20 +45733,20 @@ item_db: (
Id: 4377
AegisName: "Green_Iguana_Card"
Name: "Grove Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12063,RC_Formless,50; ">
},
{
Id: 4378
AegisName: "Acidus_Card"
Name: "Gold Acidus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
if(getrefine()<=4) {
bonus bMaxHPrate,8;
@@ -45763,10 +45764,10 @@ item_db: (
Id: 4379
AegisName: "Acidus__Card"
Name: "Blue Acidus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
if(getrefine()<=4) {
bonus bSPrecovRate,5;
@@ -45781,10 +45782,10 @@ item_db: (
Id: 4380
AegisName: "Ferus_Card"
Name: "Red Ferus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,WZ_FIREPILLAR,5;
bonus2 bSkillAtk,WZ_METEOR,5;
@@ -45795,10 +45796,10 @@ item_db: (
Id: 4381
AegisName: "Ferus__Card"
Name: "Green Ferus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bVit,1;
bonus bMaxHPrate,10;
@@ -45808,10 +45809,10 @@ item_db: (
Id: 4382
AegisName: "Novus__Card"
Name: "Yellow Novus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHP,500;
bonus bHPrecovRate,10;
@@ -45821,40 +45822,40 @@ item_db: (
Id: 4383
AegisName: "Novus_Card"
Name: "Red Novus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF; ">
},
{
Id: 4384
AegisName: "Hydro_Card"
Name: "Hydro Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,SA_SPELLBREAKER,1,100; ">
},
{
Id: 4385
AegisName: "Dragon_Egg_Card"
Name: "Dragon Egg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12048,RC_Dragon,50; ">
},
{
Id: 4386
AegisName: "Detale_Card"
Name: "Detardeurus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMdef,-20;
bonus2 bResEff,Eff_Freeze,10000;
@@ -45865,20 +45866,20 @@ item_db: (
Id: 4387
AegisName: "Ancient_Mimic_Card"
Name: "Ancient Mimic Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bAgi,readparam(bLuk)/18; ">
},
{
Id: 4388
AegisName: "Deathword_Card"
Name: "Death Word Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,MG_NAPALMBEAT,5;
bonus2 bSkillAtk,MG_SOULSTRIKE,5;
@@ -45890,10 +45891,10 @@ item_db: (
Id: 4389
AegisName: "Plasma_Card"
Name: "Plasma Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddMonsterDropItem,12118,50;
bonus2 bAddMonsterDropItem,12119,50;
@@ -45905,10 +45906,10 @@ item_db: (
Id: 4390
AegisName: "Breeze_Card"
Name: "Breeze Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,5;
bonus2 bAddEff,Eff_Bleeding,500;
@@ -45918,50 +45919,50 @@ item_db: (
Id: 4391
AegisName: "Retribution_Card"
Name: "Baroness of Retribution Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAddMonsterDropItem,12068,RC_Angel,50; ">
},
{
Id: 4392
AegisName: "Observation_Card"
Name: "Dame of Sentinel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bDex,readparam(bVit)/18; ">
},
{
Id: 4393
AegisName: "Shelter_Card"
Name: "Mistress of Shelter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bInt,readparam(bStr)/18; ">
},
{
Id: 4394
AegisName: "Solace_Card"
Name: "Lady Solace Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" if(BaseJob==Job_Priest) bonus3 bAutoSpell,CR_GRANDCROSS,5,20; ">
},
{
Id: 4395
AegisName: "Tha_Maero_Card"
Name: "Maero of Thanatos Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,5;
bonus3 bAutoSpell,AL_DECAGI,3,50;
@@ -45971,40 +45972,40 @@ item_db: (
Id: 4396
AegisName: "Tha_Odium_Card"
Name: "Odium of Thanatos Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bAgi,getrefine()-5; ">
},
{
Id: 4397
AegisName: "Tha_Despero_Card"
Name: "Despero of Thanatos Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus bInt,getrefine()-6; ">
},
{
Id: 4398
AegisName: "Tha_Dolor_Card"
Name: "Dolor of Thanatos Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Angel,10; ">
},
{
Id: 4399
AegisName: "Thanatos_Card"
Name: "Memory of Thanatos Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bDefRatioAtkRace, RC_All;
bonus bSPDrainValue,-1;
@@ -46016,20 +46017,20 @@ item_db: (
Id: 4400
AegisName: "Aliza_Card"
Name: "Aliza Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50+50*(BaseJob==Job_Dancer); ">
},
{
Id: 4401
AegisName: "Alicel_Card"
Name: "Alicel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bFlee,10;
bonus bDef,-5;
@@ -46039,10 +46040,10 @@ item_db: (
Id: 4402
AegisName: "Aliot_Card"
Name: "Aliot Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) {
bonus bStr,2;
@@ -46058,30 +46059,30 @@ item_db: (
Id: 4403
AegisName: "Kiel_Card"
Name: "Kiel-D-01 Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bDelayrate,-30; ">
},
{
Id: 4404
AegisName: "Skogul_Card"
Name: "Skogul Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF; ">
},
{
Id: 4405
AegisName: "Frus_Card"
Name: "Frus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMagicDamageReturn,min(getrefine(),10)*2;
if(BaseClass==Job_Mage) bonus bMdef,3;
@@ -46091,20 +46092,20 @@ item_db: (
Id: 4406
AegisName: "Skeggiold_Card"
Name: "Skeggiold Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Demon,2; ">
},
{
Id: 4407
AegisName: "Randgris_Card"
Name: "Randgris Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bAddRace, RC_All, 10;
@@ -46115,10 +46116,10 @@ item_db: (
Id: 4408
AegisName: "Gloom_Under_Night_Card"
Name: "Gloom Under Night Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Holy,40;
bonus2 bAddEle,Ele_Dark,40;
@@ -46130,10 +46131,10 @@ item_db: (
Id: 4409
AegisName: "Agav_Card"
Name: "Agav Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMatkRate,5;
bonus bDef,-10;
@@ -46144,10 +46145,10 @@ item_db: (
Id: 4410
AegisName: "Echio_Card"
Name: "Echio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bBaseAtk,15;
if(BaseClass==Job_Swordman) bonus bMaxHP,500;
@@ -46157,10 +46158,10 @@ item_db: (
Id: 4411
AegisName: "Vanberk_Card"
Name: "Vanberk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bStr,2;
autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
@@ -46170,10 +46171,10 @@ item_db: (
Id: 4412
AegisName: "Isilla_Card"
Name: "Isilla Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,2;
autobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }";
@@ -46183,10 +46184,10 @@ item_db: (
Id: 4413
AegisName: "Hodremlin_Card"
Name: "Hodremlin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubSize,Size_Small,15;
bonus2 bSubSize,Size_Medium,15;
@@ -46198,10 +46199,10 @@ item_db: (
Id: 4414
AegisName: "Seeker_Card"
Name: "Seeker Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
skill MG_STONECURSE,1;
bonus2 bResEff,Eff_Stone,3000;
@@ -46212,10 +46213,10 @@ item_db: (
Id: 4415
AegisName: "Snowier_Card"
Name: "Snowier Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bAddMonsterDropItem,536,500;
bonus2 bAddItemHealRate,536,100;
@@ -46225,10 +46226,10 @@ item_db: (
Id: 4416
AegisName: "Siroma_Card"
Name: "Siroma Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bSkillAtk,MG_COLDBOLT,25;
bonus2 bVariableCastrate,MG_COLDBOLT,-25;
@@ -46238,10 +46239,10 @@ item_db: (
Id: 4417
AegisName: "Ice_Titan_Card"
Name: "Ice Titan Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bVit,2;
autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect(EF_FREEZED, AREA, playerattached()); }";
@@ -46251,20 +46252,20 @@ item_db: (
Id: 4418
AegisName: "Gazeti_Card"
Name: "Gazeti Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus3 bAutoSpell,MG_COLDBOLT,2,100; ">
},
{
Id: 4419
AegisName: "Ktullanux_Card"
Name: "Ktullanux Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Fire,50;
bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,20,BF_WEAPON|BF_MAGIC,0;
@@ -46274,10 +46275,10 @@ item_db: (
Id: 4420
AegisName: "Muscipular_Card"
Name: "Muscipular Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus3 bAutoSpellWhenHit,AL_HEAL,1,100;
bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;
@@ -46287,20 +46288,20 @@ item_db: (
Id: 4421
AegisName: "Drosera_Card"
Name: "Drosera Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" if(getiteminfo(getequipid(EQI_HAND_R),9)>3) bonus bCritical,15; ">
},
{
Id: 4422
AegisName: "Roween_Card"
Name: "Roween Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,5;
bonus bFlee2,3;
@@ -46312,10 +46313,10 @@ item_db: (
Id: 4423
AegisName: "Galion_Card"
Name: "Galion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bHit,5;
bonus2 bAddEle,Ele_Water,5;
@@ -46325,10 +46326,10 @@ item_db: (
Id: 4424
AegisName: "Stapo_Card"
Name: "Stapo Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
skill TF_PICKSTONE,1;
skill TF_THROWSTONE,1;
@@ -46338,10 +46339,10 @@ item_db: (
Id: 4425
AegisName: "Atroce_Card"
Name: "Atroce Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,25;
autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
@@ -46351,10 +46352,10 @@ item_db: (
Id: 4426
AegisName: "Byorgue_Card"
Name: "Byorgue Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
if (BaseJob == Job_Rogue) {
bonus bMatkRate,10;
@@ -46366,10 +46367,10 @@ item_db: (
Id: 4427
AegisName: "Sword_Guardian_Card"
Name: "Sword Guardian Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) {
bonus bHit,5;
@@ -46382,10 +46383,10 @@ item_db: (
Id: 4428
AegisName: "Bow_Guardian_Card"
Name: "Bow Guardian Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
bonus bHit,5;
@@ -46398,10 +46399,10 @@ item_db: (
Id: 4429
AegisName: "Salamander_Card"
Name: "Salamander Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSkillAtk,WZ_FIREPILLAR,40;
bonus2 bSkillAtk,WZ_METEOR,40;
@@ -46411,10 +46412,10 @@ item_db: (
Id: 4430
AegisName: "Ifrit_Card"
Name: "Ifrit Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bBaseAtk,(JobLevel/10);
bonus bCritical,(JobLevel/10);
@@ -46426,10 +46427,10 @@ item_db: (
Id: 4431
AegisName: "Kasa_Card"
Name: "Kasa Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus3 bAutoSpell,MG_FIREBALL,5,20;
bonus3 bAutoSpell,MG_FIREBOLT,5,20;
@@ -46439,10 +46440,10 @@ item_db: (
Id: 4432
AegisName: "Magmaring_Card"
Name: "Magmaring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bBaseAtk,5;
bonus2 bAddEle,Ele_Earth,10;
@@ -46453,10 +46454,10 @@ item_db: (
Id: 4433
AegisName: "Imp_Card"
Name: "Imp Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bSkillAtk,MG_FIREBOLT,25;
bonus2 bVariableCastrate,MG_FIREBOLT,-25;
@@ -46466,10 +46467,10 @@ item_db: (
Id: 4434
AegisName: "Knocker_Card"
Name: "Knocker Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bAddRace,RC_Formless,5;
bonus3 bAddMonsterDropItem,756,RC_Formless,10;
@@ -46480,10 +46481,10 @@ item_db: (
Id: 4435
AegisName: "Zombie_Slaughter_Card"
Name: "Zombie Slaughter Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bAddRace,RC_DemiPlayer,1;
bonus2 bMagicAddRace,RC_DemiPlayer,1;
@@ -46494,10 +46495,10 @@ item_db: (
Id: 4436
AegisName: "Ragged_Zombie_Card"
Name: "Ragged Zombie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bCriticalAddRace,RC_DemiPlayer,5;
bonus2 bAddRace,RC_DemiPlayer,1;
@@ -46509,10 +46510,10 @@ item_db: (
Id: 4437
AegisName: "Hell_Poodle_Card"
Name: "Hell Poodle Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bHit,1;
bonus2 bAddItemHealRate,517,100;
@@ -46523,10 +46524,10 @@ item_db: (
Id: 4438
AegisName: "Banshee_Card"
Name: "Banshee Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
if(BaseClass==Job_Mage) {
bonus bMaxSP,100;
@@ -46541,10 +46542,10 @@ item_db: (
Id: 4439
AegisName: "Flame_Skull_Card"
Name: "Flame Skull Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bResEff,Eff_Blind,3000;
bonus2 bResEff,Eff_Stun,3000;
@@ -46560,10 +46561,10 @@ item_db: (
Id: 4440
AegisName: "Necromancer_Card"
Name: "Necromancer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
.@i = getiteminfo(getequipid(EQI_HAND_R),11);
if (.@i == 10 || .@i == 23) {
@@ -46576,10 +46577,10 @@ item_db: (
Id: 4441
AegisName: "Fallen_Bishop_Card"
Name: "Fallen Bishop Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMatkRate,10;
bonus bMaxSPrate,-50;
@@ -46591,10 +46592,10 @@ item_db: (
Id: 4442
AegisName: "Tatacho_Card"
Name: "Tatacho Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Neutral,20;
bonus2 bAddEle,Ele_Neutral,5;
@@ -46604,10 +46605,10 @@ item_db: (
Id: 4443
AegisName: "Aqua_Elemental_Card"
Name: "Aqua Elemental Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Water,20;
bonus2 bAddEle,Ele_Water,5;
@@ -46617,10 +46618,10 @@ item_db: (
Id: 4444
AegisName: "Draco_Card"
Name: "Draco Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Earth,20;
bonus2 bAddEle,Ele_Earth,5;
@@ -46630,10 +46631,10 @@ item_db: (
Id: 4445
AegisName: "Luciola_Vespa_Card"
Name: "Luciola Vespa Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Wind,20;
bonus2 bAddEle,Ele_Wind,5;
@@ -46643,10 +46644,10 @@ item_db: (
Id: 4446
AegisName: "P_Skeleton_Card"
Name: "Enhanced Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bAtk,15;
bonus2 bAddEff,Eff_Stun,200;
@@ -46659,10 +46660,10 @@ item_db: (
Id: 4447
AegisName: "Centipede_Card"
Name: "Centipede Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Poison,20;
bonus2 bAddEle,Ele_Poison,5;
@@ -46672,10 +46673,10 @@ item_db: (
Id: 4448
AegisName: "Cornus_Card"
Name: "Cornus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Holy,20;
bonus2 bAddEle,Ele_Holy,5;
@@ -46685,10 +46686,10 @@ item_db: (
Id: 4449
AegisName: "Dark_Shadow_Card"
Name: "Dark Shadow Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubEle,Ele_Dark,20;
bonus2 bAddEle,Ele_Dark,5;
@@ -46698,10 +46699,10 @@ item_db: (
Id: 4450
AegisName: "Banshee_Master_Card"
Name: "Banshee Master Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bInt,1;
bonus bMatk,10;
@@ -46711,20 +46712,20 @@ item_db: (
Id: 4451
AegisName: "Ant_Buyanne_Card"
Name: "Entweihen Crothen Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMatk,100; ">
},
{
Id: 4452
AegisName: "Centipede_Larva_Card"
Name: "Centipede Larva Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bInt,1;
bonus bMatk,3;
@@ -46734,38 +46735,38 @@ item_db: (
Id: 4453
AegisName: "Hilsrion_Card"
Name: "Hillslion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bBaseAtk,25; ">
},
{
Id: 4454
AegisName: "Light_Up_Card1"
Name: "No name card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
},
{
Id: 4455
AegisName: "Light_Up_Card2"
Name: "No name card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
},
{
Id: 4456
AegisName: "Nidhogg_Shadow_Card"
Name: "Nidhoggur Shadow Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bInt,5;
if (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T) bonus bFixedCastrate,-50;
@@ -46775,10 +46776,10 @@ item_db: (
Id: 4457
AegisName: "Nahtzigger_Card"
Name: "Naght Seiger Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bSkillAtk,MG_NAPALMBEAT,30;
bonus2 bSkillAtk,MG_SOULSTRIKE,30;
@@ -46791,10 +46792,10 @@ item_db: (
Id: 4458
AegisName: "Duneirre_Card"
Name: "Duneyrr Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bBaseAtk,10;
autobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
@@ -46804,10 +46805,10 @@ item_db: (
Id: 4459
AegisName: "Lata_Card"
Name: "Rata Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,10;
autobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }";
@@ -46817,10 +46818,10 @@ item_db: (
Id: 4460
AegisName: "Ringco_Card"
Name: "Rhyncho Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bHealPower,4;
bonus2 bSkillUseSP,AL_HEAL,-15;
@@ -46830,10 +46831,10 @@ item_db: (
Id: 4461
AegisName: "Pillar_Card"
Name: "Phylla Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -46844,10 +46845,10 @@ item_db: (
Id: 4462
AegisName: "Hardrock_Mommos_Card"
Name: "Hardrock Mammoth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDef,5;
if(getrefine()>=12) {
@@ -46863,10 +46864,10 @@ item_db: (
Id: 4463
AegisName: "Tendrilion_Card"
Name: "Tendrillion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritical,5;
if(getrefine()>=12) {
@@ -46881,20 +46882,20 @@ item_db: (
Id: 4464
AegisName: "Aunoe_Card"
Name: "Aunoe Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bCritAtkRate,20; ">
},
{
Id: 4465
AegisName: "Panat_Card"
Name: "Fanat Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,10;
if(getiteminfo(getequipid(EQI_HAND_R),11)==3) {
@@ -46911,10 +46912,10 @@ item_db: (
Id: 4466
AegisName: "Beholder_Master_Card"
Name: "Beholder Master Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bLongAtkRate,3;
if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
@@ -46931,10 +46932,10 @@ item_db: (
Id: 4467
AegisName: "Heavy_Metaling_Card"
Name: "Heavy Metaling Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bStr,2;
if(BaseClass==Job_Merchant) {
@@ -46946,10 +46947,10 @@ item_db: (
Id: 4468
AegisName: "Pinguicula_Dark_Card"
Name: "Dark Pinguicula Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bBaseAtk,10;
bonus2 bAddMonsterDropItem,7932,10;
@@ -46964,128 +46965,128 @@ item_db: (
Id: 4469
AegisName: "Naga_Card"
Name: "Naga Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Fish,10; ">
},
{
Id: 4470
AegisName: "Nepenthes_Card"
Name: "Nepenthes Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Plant,10; ">
},
{
Id: 4471
AegisName: "Egg_Of_Draco_Card"
Name: "Draco Egg Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Dragon,10; ">
},
{
Id: 4472
AegisName: "Bradium_Goram_Card"
Name: "Bradium Golem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Brute,10; ">
},
{
Id: 4473
AegisName: "Ancient_Tree_Card"
Name: "Ancient Tree Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Undead,10; ">
},
{
Id: 4474
AegisName: "Jakudam_Card"
Name: "Zakudam Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_DemiPlayer,10; ">
},
{
Id: 4475
AegisName: "Cobalt_Mineral_Card"
Name: "Cobalt Mineral Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Formless,10; ">
},
{
Id: 4476
AegisName: "Pinguicula_Card"
Name: "Pinguicula Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Insect,10; ">
},
{
Id: 4477
AegisName: "Hell_Apocalips_Card"
Name: "Hell Apocalypse Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bMagicAddRace,RC_Demon,10; ">
},
{
Id: 4478
AegisName: "Light_Up_Card3"
Name: "Lie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
},
{
Id: 4479
AegisName: "Light_Up_Card4"
Name: "Lie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
},
{
Id: 4480
AegisName: "Sealed_Kiel_Card"
Name: "Sealed Kiel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bDelayrate,((getrefine()>14)?-20:-15); ">
},
{
Id: 4481
AegisName: "Sealed_Ktullanux_Card"
Name: "Sealed Ktullanux Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25);
bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,10,BF_WEAPON|BF_MAGIC,0;
@@ -47095,10 +47096,10 @@ item_db: (
Id: 4482
AegisName: "Sealed_B_Ygnizem_Card"
Name: "Sealed B Ygnizem Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
.@rate = (getrefine()>14)?7:5;
bonus bMaxHPrate,.@rate;
@@ -47111,20 +47112,20 @@ item_db: (
Id: 4483
AegisName: "Sealed_Dracula_Card"
Name: "Sealed Dracula Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bSPDrainRate,((getrefine()>14)?70:50),5; ">
},
{
Id: 4484
AegisName: "Sealed_Mistress_Card"
Name: "Sealed Mistress Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bNoGemStone,0;
bonus bUseSPrate,((getrefine()>14)?35:50);
@@ -47134,10 +47135,10 @@ item_db: (
Id: 4485
AegisName: "Sealed_Gloom_Card"
Name: "Sealed Gloom Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
.@rate = (getrefine()>14)?30:20;
bonus2 bAddEle,Ele_Holy,.@rate;
@@ -47150,20 +47151,20 @@ item_db: (
Id: 4486
AegisName: "Sealed_Berz_Card"
Name: "Sealed Berzebub Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bVariableCastrate,-15; ">
},
{
Id: 4487
AegisName: "Sealed_Ifrit_Card"
Name: "Sealed Ifrit Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bBaseAtk,(JobLevel/20);
bonus bCritical,(JobLevel/20);
@@ -47175,40 +47176,40 @@ item_db: (
Id: 4488
AegisName: "Sealed_D_Lord_Card"
Name: "Sealed Dark Lord Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus3 bAutoSpellWhenHit,WZ_METEOR,5,50; ">
},
{
Id: 4489
AegisName: "Sealed_Pharaoh_Card"
Name: "Sealed Pharaoh Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bUseSPrate,-15; ">
},
{
Id: 4490
AegisName: "Sealed_M_Flower_Card"
Name: "Sealed Moonlight Flower Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" skill AL_INCAGI,((getrefine()>14)?5:1); ">
},
{
Id: 4491
AegisName: "Sealed_B_Shecil_Card"
Name: "Sealed Sniper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bHPrecovRate,-100;
bonus2 bHPDrainRate,5,((getrefine()>14)?15:10);
@@ -47218,10 +47219,10 @@ item_db: (
Id: 4492
AegisName: "Sealed_Orc_Hero_Card"
Name: "Sealed Orc Hero Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bVit,3;
bonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000);
@@ -47231,10 +47232,10 @@ item_db: (
Id: 4493
AegisName: "Sealed_Tao_Card"
Name: "Sealed Tao Gunka Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHPrate,((getrefine()>14)?75:50);
bonus bDefRate,-50;
@@ -47245,10 +47246,10 @@ item_db: (
Id: 4494
AegisName: "Sealed_TurtleG_Card"
Name: "Sealed Turtle General Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddRace, RC_All, (getrefine() > 14) ? 15 : 10;
bonus3 bAutoSpell,SM_MAGNUM,10,15;
@@ -47258,10 +47259,10 @@ item_db: (
Id: 4495
AegisName: "Sealed_Amon_Ra_Card"
Name: "Sealed Amon Ra Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bAllStats,1;
bonus3 bAutoSpellWhenHit,PR_KYRIE,((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99));
@@ -47271,19 +47272,19 @@ item_db: (
Id: 4496
AegisName: "Sealed_Drake_Card"
Name: "Sealed Drake Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
},
{
Id: 4497
AegisName: "Sealed_Knight_WS_Card"
Name: "Sealed Stormy Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus3 bAutoSpell,WZ_STORMGUST,1,10;
bonus2 bAddEff,Eff_Freeze, ((getrefine()>14)?1500:1000);
@@ -47293,10 +47294,10 @@ item_db: (
Id: 4498
AegisName: "Sealed_Lady_Tanee_Card"
Name: "Sealed Lady Tanee Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHPrate,((getrefine()>14)?-50:-60);
bonus bMaxSPrate,50;
@@ -47308,10 +47309,10 @@ item_db: (
Id: 4499
AegisName: "Sealed_Samurai_Card"
Name: "Sealed Incantation Samurai Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bIgnoreDefRace,RC_NonBoss;
bonus bHPrecovRate,-100;
@@ -47331,30 +47332,30 @@ item_db: (
Id: 4500
AegisName: "Sealed_Orc_Load_Card"
Name: "Sealed Orc Lord Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15); ">
},
{
Id: 4501
AegisName: "Sealed_B_Magaleta_Card"
Name: "Sealed High Priest Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0; ">
},
{
Id: 4502
AegisName: "Sealed_B_Harword_Card"
Name: "Sealed MasterSmith Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if (getrefine()>14) {
bonus bBreakWeaponRate,800;
@@ -47370,10 +47371,10 @@ item_db: (
Id: 4503
AegisName: "Sealed_Apocalips_H_Card"
Name: "Sealed Vesper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDex,2;
bonus2 bIgnoreMdefRate,RC_Boss,((getrefine()>14)?25:15);
@@ -47383,10 +47384,10 @@ item_db: (
Id: 4504
AegisName: "Sealed_Eddga_Card"
Name: "Sealed Eddga Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxHPrate,((getrefine()>14)?-35:-50); ">
OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
OnUnequipScript: <" sc_end SC_ENDURE; ">
@@ -47395,10 +47396,10 @@ item_db: (
Id: 4505
AegisName: "Scaraba_Card"
Name: "Scaraba Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bMatk,20;
bonus bMaxSPrate,-1;
@@ -47408,10 +47409,10 @@ item_db: (
Id: 4506
AegisName: "Dolomedes_Card"
Name: "Dolomedes Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bDex,2;
if(BaseClass==Job_Archer) {
@@ -47423,10 +47424,10 @@ item_db: (
Id: 4507
AegisName: "Q_Scaraba_Card"
Name: "Queen Scaraba Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddRace2,RC2_Scaraba,30;
bonus2 bAddMonsterDropItem,12806,30;
@@ -47436,10 +47437,10 @@ item_db: (
Id: 4508
AegisName: "Gold_Scaraba_Card"
Name: "Gold Scaraba Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bBaseAtk,20;
bonus bMaxHPrate,-1;
@@ -47449,10 +47450,10 @@ item_db: (
Id: 4509
AegisName: "Gold_Q_Scaraba_Card"
Name: "Gold Queen Scaraba Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,3;
bonus2 bAddRaceTolerance,RC_Insect,10;
@@ -47465,30 +47466,30 @@ item_db: (
Id: 4510
AegisName: "Miming_Card"
Name: "Miming Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEff,Eff_Deepsleep,500; ">
},
{
Id: 4511
AegisName: "Little_Fatum_Card"
Name: "Little Fatum Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAddEff,Eff_Silence,500,ATF_SKILL; ">
},
{
Id: 4512
AegisName: "Parus_Card"
Name: "Parus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bHealPower,3;
if(BaseClass==Job_Acolyte) {
@@ -47500,10 +47501,10 @@ item_db: (
Id: 4513
AegisName: "Angra_Mantis_Card"
Name: "Angra Mantis Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bCritAtkRate,2;
if(BaseClass==Job_Thief) {
@@ -47515,30 +47516,30 @@ item_db: (
Id: 4514
AegisName: "Pom_Spider_Card"
Name: "Pom Spider Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Undead,20; ">
},
{
Id: 4515
AegisName: "Alnoldi_Card"
Name: "Alnoldi Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <" bonus2 bAddRaceTolerance,RC_Plant,30; ">
},
{
Id: 4516
AegisName: "Comodo_Card"
Name: "Comodo Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDef,50;
bonus bFlee,-25;
@@ -47548,10 +47549,10 @@ item_db: (
Id: 4517
AegisName: "Cendrawasih_Card"
Name: "Cendrawasih Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,2;
if(BaseClass==Job_Mage) {
@@ -47563,30 +47564,30 @@ item_db: (
Id: 4518
AegisName: "Banaspaty_Card"
Name: "Banaspaty Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddEff,Eff_Burning,1500; ">
},
{
Id: 4519
AegisName: "Butoijo_Card"
Name: "Butoijo Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus2 bAddRace,RC_Angel,20; ">
},
{
Id: 4520
AegisName: "Leak_Card"
Name: "Leak Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bStr,3;
bonus2 bAddEff,Eff_Confusion,5000;
@@ -47597,30 +47598,30 @@ item_db: (
Id: 4521
AegisName: "Sedora_Card"
Name: "Sedora Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bCritAtkRate,15; ">
},
{
Id: 4522
AegisName: "Sropho_Card"
Name: "Sropho Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus4 bAddEff,Eff_Cold,500,ATF_SHORT,3000; ">
},
{
Id: 4523
AegisName: "Pot_Dofle_Card"
Name: "Pot Dofle Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDefEle,Ele_Water;
bonus2 bAddRaceTolerance,RC_Fish,10;
@@ -47630,10 +47631,10 @@ item_db: (
Id: 4524
AegisName: "King_Dramoh_Card"
Name: "King Dramoh Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bStr,2;
if(BaseClass==Job_Swordman) {
@@ -47645,10 +47646,10 @@ item_db: (
Id: 4525
AegisName: "Kraken_Card"
Name: "Kraken Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
skill TF_HIDING,1;
@@ -47661,10 +47662,10 @@ item_db: (
Id: 4526
AegisName: "Odd_Coelacanth_Card"
Name: "Weird Coelacanth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxSPrate,5;
bonus bMdef,50;
@@ -47674,10 +47675,10 @@ item_db: (
Id: 4527
AegisName: "Black_Coelacanth_Card"
Name: "Dark Coelacanth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHPrate,10;
bonus bDef,100;
@@ -47687,10 +47688,10 @@ item_db: (
Id: 4528
AegisName: "Mutant_Coelacanth_Card"
Name: "Mutant Coelacanth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatkRate,2+(getrefine()/2);
bonus bMaxHPrate,-getrefine()/2;
@@ -47700,10 +47701,10 @@ item_db: (
Id: 4529
AegisName: "Cruel_Coelacanth_Card"
Name: "Violent Coelacanth Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bAddRace, RC_All, 2+(getrefine()/2);
bonus bMaxSPrate,-getrefine()/2;
@@ -47713,10 +47714,10 @@ item_db: (
Id: 4530
AegisName: "Siorava_Card"
Name: "Siorava Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bLuk,2;
if(BaseClass==Job_Merchant) {
@@ -47728,40 +47729,40 @@ item_db: (
Id: 4531
AegisName: "Red_Eruma_Card"
Name: "Red Eruma Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAddEff,Eff_Curse,500,ATF_SKILL; ">
},
{
Id: 4532
AegisName: "Wild_Rider_Card"
Name: "Wild Rider Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10; ">
},
{
Id: 4533
AegisName: "Mini_Octopus_Card"
Name: "Octopus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus3 bAddEff,Eff_Blind,500,ATF_SKILL; ">
},
{
Id: 4534
AegisName: "Giant_Octopus_Card"
Name: "Giant Octopus Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHPrate,12;
skill WZ_WATERBALL,5;
@@ -47771,19 +47772,19 @@ item_db: (
Id: 4535
AegisName: "Sealed_Rand_Card"
Name: "Sealed Rand Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
},
{
Id: 4536
AegisName: "Sealed_Atroce_Card"
Name: "Sealed Atroce Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,((getrefine()>14)?25:15);
autobonus "{ bonus bAspdRate,((getrefine()>14)?75:50); }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
@@ -47793,20 +47794,20 @@ item_db: (
Id: 4537
AegisName: "Sealed_Phreeoni_Card"
Name: "Sealed Phreeoni Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bHit,((getrefine()>14)?75:50); ">
},
{
Id: 4538
AegisName: "Sealed_Bacsojin_Card"
Name: "Sealed White Lady Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
if (getrefine()>14) {
bonus bHealPower,25;
@@ -47822,10 +47823,10 @@ item_db: (
Id: 4539
AegisName: "Sealed_F_Bishop_Card"
Name: "Sealed Fallen Bishop Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMatkRate,((getrefine()>14)?8:5);
bonus bMaxSPrate,-50;
@@ -47838,10 +47839,10 @@ item_db: (
Id: 4540
AegisName: "SLD_Lord_Of_Death_Card"
Name: "Sealed Lord Of The Death Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
.@rate = (getrefine()>14)?350:250;
bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT;
@@ -47856,10 +47857,10 @@ item_db: (
Id: 4541
AegisName: "SLD_B_Katrinn_Card"
Name: "Sealed High Wizard Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bIgnoreMdefRace,RC_NonBoss;
if (getrefine()>14) {
@@ -47877,29 +47878,29 @@ item_db: (
Id: 4542
AegisName: "SLD_Detale_Card"
Name: "SLD Detale Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 4543
AegisName: "SLD_Garm_Card"
Name: "Sealed Garm Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500); ">
},
{
Id: 4544
AegisName: "SLD_Dark_Snake_Card"
Name: "Sealed Dark Snake Lord Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bInt,3;
if (getrefine()>14) {
@@ -47916,29 +47917,29 @@ item_db: (
Id: 4545
AegisName: "Novice_Poring_Card"
Name: "Novice Poring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bLuk,1; ">
},
{
Id: 4546
AegisName: "Valkhiri_Card"
Name: "Val'khiri Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
},
{
Id: 4547
AegisName: "Upd_Byorgue_Card"
Name: "Enhanced Byorgue Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
if (BaseJob == Job_Rogue) {
bonus bMatkRate,10;
@@ -47952,10 +47953,10 @@ item_db: (
Id: 4548
AegisName: "Upd_Salamander_Card"
Name: "Enhanced Salamander Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSkillAtk,WZ_FIREPILLAR,40;
bonus2 bSkillAtk,WZ_METEOR,40;
@@ -47965,10 +47966,10 @@ item_db: (
Id: 4549
AegisName: "Upd_Maya_Puple_Card"
Name: "Upd Maya Puple Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bIntravision,0;
bonus bAllStats,1;
@@ -47979,10 +47980,10 @@ item_db: (
Id: 4550
AegisName: "Upd_Bow_Guardian_Card"
Name: "Upd Bow Guardian Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
bonus2 bSkillAtk,RA_ARROWSTORM,50;
@@ -47996,10 +47997,10 @@ item_db: (
Id: 4551
AegisName: "Upd_Necromancer_Card"
Name: "Enhanced Necromancer Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if(getiteminfo(getequipid(EQI_HAND_R),11)==10) {
bonus bInt,1;
@@ -48012,10 +48013,10 @@ item_db: (
Id: 4552
AegisName: "Manny_Card"
Name: "Manny Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bMaxHP,10;
">
@@ -48024,10 +48025,10 @@ item_db: (
Id: 4553
AegisName: "Sid_Card"
Name: "Sid Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHP,100;
">
@@ -48036,10 +48037,10 @@ item_db: (
Id: 4554
AegisName: "Diego_Card"
Name: "Diego Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bMaxHP,100;
">
@@ -48048,10 +48049,10 @@ item_db: (
Id: 4555
AegisName: "Scrat_Card"
Name: "Scrat Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMaxHP,100;
">
@@ -48060,10 +48061,10 @@ item_db: (
Id: 4556
AegisName: "Fenrir_Card"
Name: "Fenrir Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,50;
bonus bMatk,(getrefine()*5);
@@ -48074,10 +48075,10 @@ item_db: (
Id: 4557
AegisName: "Fenrir_Card_"
Name: "Weakened Fenrir Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,25;
">
@@ -48086,10 +48087,10 @@ item_db: (
Id: 4558
AegisName: "Woodie_Card"
Name: "Chun Tree Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Earth,20;
bonus3 bAutoSpellWhenHit,PR_KYRIE,2,20;
@@ -48099,10 +48100,10 @@ item_db: (
Id: 4559
AegisName: "M_Morocc_Card"
Name: "Devil Morocc Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bAspd,1;
bonus bMaxSPrate,-10;
@@ -48112,10 +48113,10 @@ item_db: (
Id: 4560
AegisName: "Clown_Card"
Name: "Clown Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bFlee,20;
if(readparam(bVit)>=110) {
@@ -48130,10 +48131,10 @@ item_db: (
Id: 4561
AegisName: "Professor_Card"
Name: "Professor Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMatkRate,7;
if(readparam(bDex)>=110) {
@@ -48146,10 +48147,10 @@ item_db: (
Id: 4562
AegisName: "Champion_Card"
Name: "Champion Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAtkRate,7;
if(readparam(bAgi)>=110) {
@@ -48162,10 +48163,10 @@ item_db: (
Id: 4563
AegisName: "Creator_Card"
Name: "Creator Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bCritical,20;
if(readparam(bStr)>=110) {
@@ -48178,10 +48179,10 @@ item_db: (
Id: 4564
AegisName: "Stalker_Card"
Name: "Stalker Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bHit,20;
if(readparam(bLuk)>=110) {
@@ -48194,10 +48195,10 @@ item_db: (
Id: 4565
AegisName: "Paladin_Card"
Name: "Paladin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHPrate,10;
if(readparam(bInt)>=110) {
@@ -48210,10 +48211,10 @@ item_db: (
Id: 4566
AegisName: "Gypsy_Card"
Name: "Gypsy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
if(getiteminfo(getequipid(EQI_HAND_R),11)==13) {
skill DC_FORTUNEKISS,10;
@@ -48228,10 +48229,10 @@ item_db: (
Id: 4567
AegisName: "Alphoccio_Card"
Name: "Alphoccio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
if(BaseJob==Job_Bard) {
@@ -48244,10 +48245,10 @@ item_db: (
Id: 4568
AegisName: "Ceila_Card"
Name: "Celia Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
skill SA_ABRACADABRA,1;
@@ -48257,10 +48258,10 @@ item_db: (
Id: 4569
AegisName: "Chen_Card"
Name: "Chen Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
skill MO_CALLSPIRITS,2;
@@ -48270,10 +48271,10 @@ item_db: (
Id: 4570
AegisName: "Flamel_Card"
Name: "Flamel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
bonus2 bAddItemHealRate,501,200;
@@ -48286,10 +48287,10 @@ item_db: (
Id: 4571
AegisName: "Gertie_Card"
Name: "Gertie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
skill RG_CLOSECONFINE,1;
@@ -48299,10 +48300,10 @@ item_db: (
Id: 4572
AegisName: "Randel_Card"
Name: "Randel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
skill CR_AUTOGUARD,3;
@@ -48312,10 +48313,10 @@ item_db: (
Id: 4573
AegisName: "Trentini_Card"
Name: "Trentini Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bFlee,10;
if(BaseJob==Job_Dancer) {
@@ -48328,10 +48329,10 @@ item_db: (
Id: 4574
AegisName: "Daehyon_Card"
Name: "General Daehyon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if((getiteminfo(getequipid(EQI_HAND_R),11)==3)||(getiteminfo(getequipid(EQI_HAND_R),11)==4)) {
bonus bBaseAtk,100;
@@ -48342,10 +48343,10 @@ item_db: (
Id: 4575
AegisName: "Soheon_Card"
Name: "Armed Guard Soheon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,10;
if(getiteminfo(getequipid(EQI_HAND_R),11)==1) {
@@ -48362,10 +48363,10 @@ item_db: (
Id: 4576
AegisName: "Gioia_Card"
Name: "Gioia Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bMagicAtkEle,Ele_Wind,100;
bonus2 bMagicAtkEle,Ele_Ghost,100;
@@ -48385,10 +48386,10 @@ item_db: (
Id: 4577
AegisName: "Elvira_Card"
Name: "Elvira Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bMagicAtkEle,Ele_Wind,20;
bonus2 bMagicAtkEle,Ele_Ghost,20;
@@ -48398,10 +48399,10 @@ item_db: (
Id: 4578
AegisName: "Pyuriel_Card"
Name: "Angry Student Pyuriel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritAtkRate,30;
bonus2 bSubRace, RC_All, -10;
@@ -48411,10 +48412,10 @@ item_db: (
Id: 4579
AegisName: "Lora_Card"
Name: "Warrior Lola Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
if(getiteminfo(getequipid(EQI_HAND_R),11)==8) {
bonus bBaseAtk,20;
@@ -48428,10 +48429,10 @@ item_db: (
Id: 4580
AegisName: "Kades_Card"
Name: "Guardian Kades Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Water,50;
bonus2 bSubEle,Ele_Earth,50;
@@ -48447,10 +48448,10 @@ item_db: (
Id: 4581
AegisName: "Rudo_Card"
Name: "Rudo Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
autobonus "{ sc_start SC_MOVHASTE_HORSE, 3000, 25; bonus bAgi, 44; heal 0, -40; }", 3, 3000, 0, "{ specialeffect(EF_WIND, AREA, playerattached()); }";
">
@@ -48459,20 +48460,20 @@ item_db: (
Id: 4582
AegisName: "Bungisngis_Card"
Name: "Bungisngis Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <" bonus bMaxHPrate,getrefine()/2; ">
},
{
Id: 4583
AegisName: "Engkanto_Card"
Name: "Engkanto Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus2 bAddEle,Ele_Poison,30;
bonus2 bIgnoreDefRate,RC_Plant,30;
@@ -48482,10 +48483,10 @@ item_db: (
Id: 4584
AegisName: "Manananggal_Card"
Name: "Manananggal Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bSPDrainValue,1;
bonus bMaxSPrate,-1;
@@ -48495,10 +48496,10 @@ item_db: (
Id: 4585
AegisName: "Mangkukulam_Card"
Name: "Mangkukulam Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxSPrate,10;
bonus bHPGainValue,-666;
@@ -48508,10 +48509,10 @@ item_db: (
Id: 4586
AegisName: "Tikbalang_Card"
Name: "Tikbalang Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,10;
bonus2 bMagicAtkEle,Ele_Wind,5;
@@ -48524,10 +48525,10 @@ item_db: (
Id: 4587
AegisName: "Tiyanak_Card"
Name: "Tiyanak Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus2 bCriticalAddRace,RC_DemiPlayer,12;
bonus2 bCriticalAddRace,RC_Fish,12;
@@ -48538,30 +48539,30 @@ item_db: (
Id: 4588
AegisName: "Wakwak_Card"
Name: "Wakwak Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bBaseAtk,5*(readparam(bStr)/10); ">
},
{
Id: 4589
AegisName: "Jejeling_Card"
Name: "Jejeling Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMaxHP,200*(readparam(bVit)/10); ">
},
{
Id: 4590
AegisName: "Bangungot_Card"
Name: "Bangungot Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bInt,4;
bonus5 bAutoSpellWhenHit,NPC_WIDESLEEP,3,2500,BF_MAGIC,0;
@@ -48571,10 +48572,10 @@ item_db: (
Id: 4591
AegisName: "Bakonawa_Card"
Name: "Bakonawa Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,4;
bonus2 bAddEffWhenHit,Eff_Bleeding,2000;
@@ -48584,10 +48585,10 @@ item_db: (
Id: 4592
AegisName: "Buwaya_Card"
Name: "Buwaya Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bVit,4;
bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,3,2500,BF_MAGIC,0;
@@ -48597,30 +48598,30 @@ item_db: (
Id: 4593
AegisName: "Menblatt_Card"
Name: "Menblatt Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bLongAtkRate,1*(readparam(bDex)/10); ">
},
{
Id: 4594
AegisName: "Petal_Card"
Name: "Petal Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bCritAtkRate,2*(readparam(bLuk)/10); ">
},
{
Id: 4595
AegisName: "Cenere_Card"
Name: "Cenere Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bAspdRate,2*(readparam(bAgi)/10);
bonus bDelayrate,-2*(readparam(bAgi)/10);
@@ -48630,20 +48631,20 @@ item_db: (
Id: 4596
AegisName: "AntiqueBook_Card"
Name: "Antique Book Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMatk,5*(readparam(bInt)/10); ">
},
{
Id: 4597
AegisName: "LichternB_Card"
Name: "Lichtern Blue Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,10;
bonus2 bMagicAtkEle,Ele_Water,(getrefine()>=9)?10:5;
@@ -48653,10 +48654,10 @@ item_db: (
Id: 4598
AegisName: "LichternY_Card"
Name: "Lichtern Green Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,10;
bonus2 bMagicAtkEle,Ele_Ghost,(getrefine()>=9)?10:5;
@@ -48666,10 +48667,10 @@ item_db: (
Id: 4599
AegisName: "LichternR_Card"
Name: "Lichtern Red Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,10;
bonus2 bMagicAtkEle,Ele_Fire,(getrefine()>=9)?10:5;
@@ -48679,10 +48680,10 @@ item_db: (
Id: 4600
AegisName: "LichternG_Card"
Name: "Lichtern Yellow Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bMatk,10;
bonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5;
@@ -48692,10 +48693,10 @@ item_db: (
Id: 4601
AegisName: "Amdarais_Card"
Name: "Amdarais Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAtkRate,15;
bonus bMatkRate,15;
@@ -48708,10 +48709,10 @@ item_db: (
Id: 4602
AegisName: "AmdaraisH_Card"
Name: "Realized Amdarais Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAtkRate,20;
bonus bMatkRate,20;
@@ -48724,10 +48725,10 @@ item_db: (
Id: 4603
AegisName: "CorruptionRoot_Card"
Name: "Corruption Root Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,20;
bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,1,70,BF_WEAPON,0;
@@ -48739,10 +48740,10 @@ item_db: (
Id: 4604
AegisName: "CorruptionRootH_Card"
Name: "Realized Corruption Root Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,30;
bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,2,70,BF_WEAPON,0;
@@ -48754,10 +48755,10 @@ item_db: (
Id: 4605
AegisName: "UndeadKnightM_Card"
Name: "Agony Of Royal Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHPrate,-44;
bonus bHPGainValue,200+10*getrefine();
@@ -48767,10 +48768,10 @@ item_db: (
Id: 4606
AegisName: "UndeadKnightF_Card"
Name: "Grudge of Royal Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bMaxSPrate,-44;
bonus bSPGainValue,20+(getrefine()/2);
@@ -48781,10 +48782,10 @@ item_db: (
Id: 4607
AegisName: "FaithfulManager_Card"
Name: "Faithful Manager Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,5;
bonus bMatk,5;
@@ -48804,10 +48805,10 @@ item_db: (
Id: 4608
AegisName: "White_Knightage_Card"
Name: "White Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bBaseAtk,15;
bonus2 bAddSize,Size_Medium,20;
@@ -48818,10 +48819,10 @@ item_db: (
Id: 4609
AegisName: "Khali_Knightage_Card"
Name: "Khalitzburg Knight Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bDef,20;
bonus2 bSubSize,Size_Medium,25;
@@ -48832,19 +48833,19 @@ item_db: (
Id: 4610
AegisName: "Sarah_Card"
Name: "Sarah Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 10
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 4625
AegisName: "Timeholder_Card"
Name: "Timeholder Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bMatkRate,20;
bonus bUseSPrate,10;
@@ -48854,10 +48855,10 @@ item_db: (
Id: 4626
AegisName: "Big_Ben_Card"
Name: "Big Ben Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bMagicAddRace,RC_Formless,5;
bonus2 bMagicAddRace,RC_Demon,5;
@@ -48867,10 +48868,10 @@ item_db: (
Id: 4627
AegisName: "Big_Bell_Card"
Name: "Big Bell Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddRace,RC_Formless,10;
bonus2 bAddRace,RC_Demon,10;
@@ -48880,10 +48881,10 @@ item_db: (
Id: 4628
AegisName: "Neo_Punk_Card"
Name: "Neo Punk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubRace,RC_Formless,20;
bonus2 bSubRace,RC_Demon,20;
@@ -48893,10 +48894,10 @@ item_db: (
Id: 4629
AegisName: "Arc_Elder_Card"
Name: "Arc Elder Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Earth,(getrefine()*3);
@@ -48906,10 +48907,10 @@ item_db: (
Id: 4630
AegisName: "Time_Keeper_Card"
Name: "Time Keeper Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus3 bAutoSpell,NPC_WIDECURSE,2,20;
">
@@ -48918,10 +48919,10 @@ item_db: (
Id: 4631
AegisName: "Owl_Viscount_Card"
Name: "Owl Viscount Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bAspdRate,3;
">
@@ -48930,10 +48931,10 @@ item_db: (
Id: 4632
AegisName: "Owl_Marquees_Card"
Name: "Owl Marquees Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
if(getskilllv(SA_VIOLENTGALE)==5) {
bonus5 bAutoSpell,SA_VIOLENTGALE,5,20,BF_WEAPON,0;
@@ -48945,10 +48946,10 @@ item_db: (
Id: 4633
AegisName: "P_Archer_Skeleton_Card"
Name: "Enhanced Archer Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bLongAtkRate,10;
if(BaseLevel>99) {
@@ -48960,10 +48961,10 @@ item_db: (
Id: 4634
AegisName: "P_Soldier_Skeleton_Card"
Name: "Enhanced Soldier Skeleton Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus bCritical,9;
if(BaseLevel>99) {
@@ -48975,10 +48976,10 @@ item_db: (
Id: 4635
AegisName: "P_Amdarais_Card"
Name: "Enhanced Amdarais Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDef,getequiprefinerycnt(EQI_ARMOR)*10;
bonus bFlee,-(getequiprefinerycnt(EQI_ARMOR)*2);
@@ -48991,10 +48992,10 @@ item_db: (
Id: 4636
AegisName: "Bijou_Card"
Name: "Bijou Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bResEff,Eff_Freeze,10000;
bonus bAtkRate,10;
@@ -49005,10 +49006,10 @@ item_db: (
Id: 4637
AegisName: "Immortal_Corpse_Card"
Name: "Immortal Corps Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bHPGainValue,50;
bonus bSPGainValue,5;
@@ -49020,10 +49021,10 @@ item_db: (
Id: 4638
AegisName: "Watcher_Card"
Name: "Watcher Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAtk,30;
/* When attacked by enemy, drain 5 SP from user. */
@@ -49033,10 +49034,10 @@ item_db: (
Id: 4639
AegisName: "Taffy_Card"
Name: "Taffy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bAtkRate,1;
">
@@ -49045,10 +49046,10 @@ item_db: (
Id: 4640
AegisName: "Frozen_Wolf_Card"
Name: "Frozen Wolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bMatkRate,1;
">
@@ -49057,10 +49058,10 @@ item_db: (
Id: 4641
AegisName: "Zombie_Guard_Card"
Name: "Zombie Guard Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus bSPrecovRate,-100;
/*Each time you get a physical attack, recover SP by 1.*/
@@ -49070,10 +49071,10 @@ item_db: (
Id: 4642
AegisName: "Min_Toad_Card"
Name: "Infinite Toad Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bFlee2,2;
if (getrefine() > 6) bonus bFlee2,2;
@@ -49084,10 +49085,10 @@ item_db: (
Id: 4643
AegisName: "Min_Vagabond_Wolf_Card"
Name: "Infinite Vagabond Wolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bAtk,10;
if (getrefine() > 6) bonus bAtk,10;
@@ -49098,10 +49099,10 @@ item_db: (
Id: 4644
AegisName: "Min_Vocal_Card"
Name: "Infinite Vocal Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMdef,5;
if (getrefine() > 6) bonus bMdef,10;
@@ -49112,10 +49113,10 @@ item_db: (
Id: 4645
AegisName: "Min_Eclipse_Card"
Name: "Infinite Eclipse Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHP,300;
if (getrefine() > 6) bonus bMaxHP,300;
@@ -49126,10 +49127,10 @@ item_db: (
Id: 4646
AegisName: "Min_Chimera_Card"
Name: "Infinite Chimera Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bMaxHPrate,8; bonus bMaxSPrate,4;
">
@@ -49138,40 +49139,40 @@ item_db: (
Id: 4647
AegisName: "Min_Osiris_Card"
Name: "Infinite_Osiris_Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 136
+ Loc: "EQP_ACC"
Script: <" bonus bHPGainValue,300; ">
},
{
Id: 4648
AegisName: "Min_Eddga_Card"
Name: "Infinite_Eddga_Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus3 bAutoSpellWhenHit,SM_PROVOKE,10,500; ">
},
{
Id: 4649
AegisName: "Min_Phreeoni_Card"
Name: "Infinite Phreeoni Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bCritical,100; ">
},
{
Id: 4650
AegisName: "Min_Ork_Hero_Card"
Name: "Infinite Orc Hero Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bVit,3;
bonus3 bAddEffWhenHit,Eff_Stun,10000,BF_MAGIC; /* NOTE: Works only on monsters, going to test further in Official servers if also works on players. [Frost] */
@@ -49181,10 +49182,10 @@ item_db: (
Id: 4651
AegisName: "Min_Tao_Gunka_Card"
Name: "Infinite Tao Gunka Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxHP,10000;
bonus bAgi,-10;
@@ -49194,10 +49195,10 @@ item_db: (
Id: 4652
AegisName: "N_Amon_Ra_Card"
Name: "Nightmare Amon Ra Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bMagicAddEle,Ele_Dark,50;
bonus2 bMagicAddEle,Ele_Undead,50;
@@ -49209,10 +49210,10 @@ item_db: (
Id: 4653
AegisName: "N_Arclouse_Card"
Name: "Nightmare Arclouse Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubRace,RC_Brute,20;
bonus2 bSubRace,RC_Undead,20;
@@ -49222,10 +49223,10 @@ item_db: (
Id: 4654
AegisName: "N_Mimic_Card"
Name: "Nightmare Mimic Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bMagicAddRace,RC_Brute,5;
bonus2 bMagicAddRace,RC_Undead,5;
@@ -49235,10 +49236,10 @@ item_db: (
Id: 4655
AegisName: "N_Minorous_Card"
Name: "Nightmare Minorous Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bAddRace,RC_Brute,10;
bonus2 bAddRace,RC_Undead,10;
@@ -49248,20 +49249,20 @@ item_db: (
Id: 4656
AegisName: "N_Mummy_Card"
Name: "Nightmare Mummy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" /* When physically and magically attacked, chance to cause Sleep to all targets on 11x11 cells. */ ">
},
{
Id: 4657
AegisName: "N_Ancient_Mummy_Card"
Name: "Nightmare Ancient Mummy Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus2 bSubEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Fire,3+(getrefine()*3);
@@ -49271,10 +49272,10 @@ item_db: (
Id: 4658
AegisName: "N_Verit_Card"
Name: "Nightmare Verit Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMatkRate,5;
if (getrefine() > 6) bonus bMatkRate,3;
@@ -49285,10 +49286,10 @@ item_db: (
Id: 4659
AegisName: "Eggring_Card"
Name: "Eggring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bLuk,2;
bonus bMaxHP,50;
@@ -49298,10 +49299,10 @@ item_db: (
Id: 4660
AegisName: "Scout_Basilisk_Card"
Name: "Scout Basilisk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubSize,Size_Small,5;
bonus2 bSubSize,Size_Medium,5;
@@ -49311,10 +49312,10 @@ item_db: (
Id: 4661
AegisName: "Charge_Basilisk_Card"
Name: "Charge Basilisk Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 32
+ Loc: "EQP_SHIELD"
Script: <"
bonus2 bSubSize,Size_Small,-15;
bonus2 bSubSize,Size_Medium,20;
@@ -49325,10 +49326,10 @@ item_db: (
Id: 4662
AegisName: "Big_Eggring_Card"
Name: "Big Eggring Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bAtk,25;
bonus bMatk,25;
@@ -49348,20 +49349,20 @@ item_db: (
Id: 4663
AegisName: "Leaf_Lunatic_Card"
Name: "Leaf Lunatic Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxSP,5; ">
},
{
Id: 4664
AegisName: "Grass_Fabre_Card"
Name: "Grass Fabre Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bLuk,1;
bonus bMaxHP,100;
@@ -49371,20 +49372,20 @@ item_db: (
Id: 4665
AegisName: "Wild_Hornet_Card"
Name: "Wild Hornet Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <" bonus bAtk,5; ">
},
{
Id: 4666
AegisName: "Sweet_Rodafrog_Card"
Name: "Swift Roda Frog Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMaxSP,10;
bonus bMaxHP,300;
@@ -49394,20 +49395,20 @@ item_db: (
Id: 4667
AegisName: "Hunter_Wolf_Card"
Name: "Hunter Wolf Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <" bonus bMaxSP,30; ">
},
{
Id: 4668
AegisName: "Trance_Spore_Card"
Name: "Trance Spore Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Script: <"
bonus bVit,1;
bonus bInt,1;
@@ -49417,10 +49418,10 @@ item_db: (
Id: 4669
AegisName: "Jungle_Mandragora_Card"
Name: "Jungle Mandragora Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bMagicAddEle,Ele_Wind,3;
if (getrefine() > 6) bonus2 bMagicAddEle,Ele_Wind,5;
@@ -49431,10 +49432,10 @@ item_db: (
Id: 4670
AegisName: "Fruit_Pom_Spider_Card"
Name: "Fruit Pom Spider"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bMagicAddEle,Ele_Fire,3;
if (getrefine() > 6) bonus2 bMagicAddEle,Ele_Fire,5;
@@ -49445,10 +49446,10 @@ item_db: (
Id: 4671
AegisName: "V_Celia_Card"
Name: "Sorcerer Celia Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49462,10 +49463,10 @@ item_db: (
Id: 4672
AegisName: "V_Chen_Card"
Name: "Sura Chen Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49479,10 +49480,10 @@ item_db: (
Id: 4673
AegisName: "V_Alphoccio_Card"
Name: "Minstrel Alphoccio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49496,10 +49497,10 @@ item_db: (
Id: 4674
AegisName: "V_Eremes_Card"
Name: "Guillotine Cross Eremes Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49513,10 +49514,10 @@ item_db: (
Id: 4675
AegisName: "V_Magaleta_Card"
Name: "Arch Bishop Magaleta Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49530,10 +49531,10 @@ item_db: (
Id: 4676
AegisName: "V_Shecil_Card"
Name: "Ranger Cecil Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49547,10 +49548,10 @@ item_db: (
Id: 4677
AegisName: "V_Harword_Card"
Name: "Merchanic Howard Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49564,10 +49565,10 @@ item_db: (
Id: 4678
AegisName: "V_Katrinn_Card"
Name: "Warlock Kathryne Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49581,10 +49582,10 @@ item_db: (
Id: 4679
AegisName: "V_Seyren_Card"
Name: "Rune Knight Seyren Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49598,10 +49599,10 @@ item_db: (
Id: 4680
AegisName: "V_Randel_Card"
Name: "Royal Guard Randel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49615,10 +49616,10 @@ item_db: (
Id: 4681
AegisName: "V_Flamel_Card"
Name: "Genetic Flamel Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49632,10 +49633,10 @@ item_db: (
Id: 4682
AegisName: "V_Gertie_Card"
Name: "Shadow Chaser Gertie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49649,10 +49650,10 @@ item_db: (
Id: 4683
AegisName: "V_Trentini_Card"
Name: "Wanderer Trentini Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
if (BaseLevel == 175) bonus bAllStats,10;
if (getrefine() >= 10) bonus bAllStats,10;
@@ -49666,10 +49667,10 @@ item_db: (
Id: 4684
AegisName: "V_B_Eremes_Card"
Name: "True Eremes Guile Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,GC_CROSSIMPACT,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,GC_CROSSIMPACT,50;
@@ -49680,10 +49681,10 @@ item_db: (
Id: 4685
AegisName: "V_B_Magaleta_Card"
Name: "True Margaretha Sorin Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,AB_JUDEX,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,AB_JUDEX,50;
@@ -49694,10 +49695,10 @@ item_db: (
Id: 4686
AegisName: "V_B_Katrinn_Card"
Name: "True Kathryne Keyron Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,WL_HELLINFERNO,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,WL_HELLINFERNO,50;
@@ -49708,10 +49709,10 @@ item_db: (
Id: 4687
AegisName: "V_B_Shecil_Card"
Name: "True Cecil Damon Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,RA_AIMEDBOLT,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,RA_AIMEDBOLT,50;
@@ -49722,10 +49723,10 @@ item_db: (
Id: 4688
AegisName: "V_B_Harword_Card"
Name: "True Howard Alt-Eisen Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,NC_POWERSWING,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,NC_POWERSWING,50;
@@ -49736,10 +49737,10 @@ item_db: (
Id: 4689
AegisName: "V_B_Seyren_Card"
Name: "True Seyren Windsor Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,RK_SONICWAVE,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,RK_SONICWAVE,50;
@@ -49750,10 +49751,10 @@ item_db: (
Id: 4690
AegisName: "V_B_Randel_Card"
Name: "True Randel Lawrence Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,LG_BANISHINGPOINT,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,LG_BANISHINGPOINT,50;
@@ -49764,10 +49765,10 @@ item_db: (
Id: 4691
AegisName: "V_B_Flamel_Card"
Name: "True Flamel Emure Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,GN_CARTCANNON,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,GN_CARTCANNON,50;
@@ -49778,10 +49779,10 @@ item_db: (
Id: 4692
AegisName: "V_B_Celia_Card"
Name: "True Celia Alde Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,SO_CLOUD_KILL,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,SO_CLOUD_KILL,50;
@@ -49792,10 +49793,10 @@ item_db: (
Id: 4693
AegisName: "V_B_Chen_Card"
Name: "True Chen Liu Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,SR_DRAGONCOMBO,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,SR_DRAGONCOMBO,50;
@@ -49806,10 +49807,10 @@ item_db: (
Id: 4694
AegisName: "V_B_Gertie_Card"
Name: "True Gertie Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,SC_FEINTBOMB,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,SC_FEINTBOMB,50;
@@ -49820,10 +49821,10 @@ item_db: (
Id: 4695
AegisName: "V_B_Trentini_Card"
Name: "True Trentini Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk,WM_METALICSOUND,50;
if (getequipweaponlv(EQI_HAND_R) == 4) bonus2 bSkillAtk,WM_METALICSOUND,50;
@@ -49834,10 +49835,10 @@ item_db: (
Id: 4696
AegisName: "V_B_Alphoccio_Card"
Name: "True Alphoccio Card"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 2
+ Loc: "EQP_WEAPON"
Script: <"
bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 50;
bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 50;
@@ -49857,608 +49858,608 @@ item_db: (
Id: 4700
AegisName: "Strength1"
Name: "STR+1"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,1; ">
},
{
Id: 4701
AegisName: "Strength2"
Name: "STR+2"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,2; ">
},
{
Id: 4702
AegisName: "Strength3"
Name: "STR+3"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,3; ">
},
{
Id: 4703
AegisName: "Strength4"
Name: "STR+4"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,4; ">
},
{
Id: 4704
AegisName: "Strength5"
Name: "STR+5"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,5; ">
},
{
Id: 4705
AegisName: "Strength6"
Name: "STR+6"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,6; ">
},
{
Id: 4706
AegisName: "Strength7"
Name: "STR+7"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,7; ">
},
{
Id: 4707
AegisName: "Strength8"
Name: "STR+8"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,8; ">
},
{
Id: 4708
AegisName: "Strength9"
Name: "STR+9"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,9; ">
},
{
Id: 4709
AegisName: "Strength10"
Name: "STR+10"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,10; ">
},
{
Id: 4710
AegisName: "Inteligence1"
Name: "INT+1"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,1; ">
},
{
Id: 4711
AegisName: "Inteligence2"
Name: "INT+2"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,2; ">
},
{
Id: 4712
AegisName: "Inteligence3"
Name: "INT+3"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,3; ">
},
{
Id: 4713
AegisName: "Inteligence4"
Name: "INT+4"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,4; ">
},
{
Id: 4714
AegisName: "Inteligence5"
Name: "INT+5"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,5; ">
},
{
Id: 4715
AegisName: "Inteligence6"
Name: "INT+6"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,6; ">
},
{
Id: 4716
AegisName: "Inteligence7"
Name: "INT+7"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,7; ">
},
{
Id: 4717
AegisName: "Inteligence8"
Name: "INT+8"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,8; ">
},
{
Id: 4718
AegisName: "Inteligence9"
Name: "INT+9"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,9; ">
},
{
Id: 4719
AegisName: "Inteligence10"
Name: "INT+10"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,10; ">
},
{
Id: 4720
AegisName: "Dexterity1"
Name: "DEX+1"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,1; ">
},
{
Id: 4721
AegisName: "Dexterity2"
Name: "DEX+2"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,2; ">
},
{
Id: 4722
AegisName: "Dexterity3"
Name: "DEX+3"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,3; ">
},
{
Id: 4723
AegisName: "Dexterity4"
Name: "DEX+4"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,4; ">
},
{
Id: 4724
AegisName: "Dexterity5"
Name: "DEX+5"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,5; ">
},
{
Id: 4725
AegisName: "Dexterity6"
Name: "DEX+6"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,6; ">
},
{
Id: 4726
AegisName: "Dexterity7"
Name: "DEX+7"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,7; ">
},
{
Id: 4727
AegisName: "Dexterity8"
Name: "DEX+8"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,8; ">
},
{
Id: 4728
AegisName: "Dexterity9"
Name: "DEX+9"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,9; ">
},
{
Id: 4729
AegisName: "Dexterity10"
Name: "DEX+10"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,10; ">
},
{
Id: 4730
AegisName: "Agility1"
Name: "AGI+1"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,1; ">
},
{
Id: 4731
AegisName: "Agility2"
Name: "AGI+2"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,2; ">
},
{
Id: 4732
AegisName: "Agility3"
Name: "AGI+3"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,3; ">
},
{
Id: 4733
AegisName: "Agility4"
Name: "AGI+4"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,4; ">
},
{
Id: 4734
AegisName: "Agility5"
Name: "AGI+5"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,5; ">
},
{
Id: 4735
AegisName: "Agility6"
Name: "AGI+6"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,6; ">
},
{
Id: 4736
AegisName: "Agility7"
Name: "AGI+7"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,7; ">
},
{
Id: 4737
AegisName: "Agility8"
Name: "AGI+8"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,8; ">
},
{
Id: 4738
AegisName: "Agility9"
Name: "AGI+9"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,9; ">
},
{
Id: 4739
AegisName: "Agility10"
Name: "AGI+10"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,10; ">
},
{
Id: 4740
AegisName: "Vitality1"
Name: "VIT+1"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,1; ">
},
{
Id: 4741
AegisName: "Vitality2"
Name: "VIT+2"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,2; ">
},
{
Id: 4742
AegisName: "Vitality3"
Name: "VIT+3"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,3; ">
},
{
Id: 4743
AegisName: "Vitality4"
Name: "VIT+4"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,4; ">
},
{
Id: 4744
AegisName: "Vitality5"
Name: "VIT+5"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,5; ">
},
{
Id: 4745
AegisName: "Vitality6"
Name: "VIT+6"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,6; ">
},
{
Id: 4746
AegisName: "Vitality7"
Name: "VIT+7"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,7; ">
},
{
Id: 4747
AegisName: "Vitality8"
Name: "VIT+8"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,8; ">
},
{
Id: 4748
AegisName: "Vitality9"
Name: "VIT+9"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,9; ">
},
{
Id: 4749
AegisName: "Vitality10"
Name: "VIT+10"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,10; ">
},
{
Id: 4750
AegisName: "Luck1"
Name: "LUK+1"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,1; ">
},
{
Id: 4751
AegisName: "Luck2"
Name: "LUK+2"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,2; ">
},
{
Id: 4752
AegisName: "Luck3"
Name: "LUK+3"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,3; ">
},
{
Id: 4753
AegisName: "Luck4"
Name: "LUK+4"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,4; ">
},
{
Id: 4754
AegisName: "Luck5"
Name: "LUK+5"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,5; ">
},
{
Id: 4755
AegisName: "Luck6"
Name: "LUK+6"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,6; ">
},
{
Id: 4756
AegisName: "Luck7"
Name: "LUK+7"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,7; ">
},
{
Id: 4757
AegisName: "Luck8"
Name: "LUK+8"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,8; ">
},
{
Id: 4758
AegisName: "Luck9"
Name: "LUK+9"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,9; ">
},
{
Id: 4759
AegisName: "Luck10"
Name: "LUK+10"
- Type: 6
+ Type: "IT_CARD"
Buy: 20
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,10; ">
},
{
Id: 4760
AegisName: "Matk1"
Name: "MATK+1%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatkRate,1;
bonus bFixedCastrate,-1;
@@ -50468,8 +50469,8 @@ item_db: (
Id: 4761
AegisName: "Matk2"
Name: "MATK+2%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatkRate,2;
bonus bFixedCastrate,-1;
@@ -50479,360 +50480,360 @@ item_db: (
Id: 4762
AegisName: "Evasion6"
Name: "FLEE+6"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee,6; ">
},
{
Id: 4763
AegisName: "Evasion12"
Name: "FLEE+12"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee,12; ">
},
{
Id: 4764
AegisName: "Critical5"
Name: "CRI+5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical,5; ">
},
{
Id: 4765
AegisName: "Critical7"
Name: "CRI+7"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical,7; ">
},
{
Id: 4766
AegisName: "Atk2"
Name: "ATK+2%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate,2; ">
},
{
Id: 4767
AegisName: "Atk3"
Name: "ATK+3%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate,3; ">
},
{
Id: 4768
AegisName: "Str1_J"
Name: "Str1 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,1; ">
},
{
Id: 4769
AegisName: "Str2_J"
Name: "Str2 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,2; ">
},
{
Id: 4770
AegisName: "Str3_J"
Name: "Str3 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bStr,3; ">
},
{
Id: 4771
AegisName: "Int1_J"
Name: "Int1 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,1; ">
},
{
Id: 4772
AegisName: "Int2_J"
Name: "Int2 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,2; ">
},
{
Id: 4773
AegisName: "Int3_J"
Name: "Int3 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bInt,3; ">
},
{
Id: 4774
AegisName: "Vit1_J"
Name: "Vit1 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,1; ">
},
{
Id: 4775
AegisName: "Vit2_J"
Name: "Vit2 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,2; ">
},
{
Id: 4776
AegisName: "Vit3_J"
Name: "Vit3 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVit,3; ">
},
{
Id: 4777
AegisName: "Agi1_J"
Name: "Agi1 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,1; ">
},
{
Id: 4778
AegisName: "Agi2_J"
Name: "Agi2 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,2; ">
},
{
Id: 4779
AegisName: "Agi3_J"
Name: "Agi3 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAgi,3; ">
},
{
Id: 4780
AegisName: "Dex1_J"
Name: "Dex1 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,1; ">
},
{
Id: 4781
AegisName: "Dex2_J"
Name: "Dex2 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,2; ">
},
{
Id: 4782
AegisName: "Dex3_J"
Name: "Dex3 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDex,3; ">
},
{
Id: 4783
AegisName: "Luk1_J"
Name: "Luk1 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,1; ">
},
{
Id: 4784
AegisName: "Luk2_J"
Name: "Luk2 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,2; ">
},
{
Id: 4785
AegisName: "Luk3_J"
Name: "Luk3 J"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLuk,3; ">
},
{
Id: 4786
AegisName: "Mdef2"
Name: "MDEF+2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef,2; ">
},
{
Id: 4787
AegisName: "Mdef4"
Name: "MDEF+4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef,4; ">
},
{
Id: 4788
AegisName: "Mdef6"
Name: "MDEF+6"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef,6; ">
},
{
Id: 4789
AegisName: "Mdef8"
Name: "MDEF+8"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef,8; ">
},
{
Id: 4790
AegisName: "Mdef10"
Name: "MDEF+10"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef,10; ">
},
{
Id: 4791
AegisName: "Def3"
Name: "DEF+3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef,3; ">
},
{
Id: 4792
AegisName: "Def6"
Name: "DEF+6"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef,6; ">
},
{
Id: 4793
AegisName: "Def9"
Name: "DEF+9"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef,9; ">
},
{
Id: 4794
AegisName: "Def12"
Name: "DEF+12"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef,12; ">
},
{
Id: 4795
AegisName: "HP100"
Name: "HP+100"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP,100; ">
},
{
Id: 4796
AegisName: "HP200"
Name: "HP+200"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP,200; ">
},
{
Id: 4797
AegisName: "HP300"
Name: "HP+300"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP,300; ">
},
{
Id: 4798
AegisName: "HP400"
Name: "HP+400"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP,400; ">
},
{
Id: 4799
AegisName: "HP500"
Name: "HP+500"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP,500; ">
},
{
Id: 4800
AegisName: "SP50"
Name: "SP+50"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSP,50; ">
},
{
Id: 4801
AegisName: "SP100"
Name: "SP+100"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSP,100; ">
},
{
Id: 4802
AegisName: "SP150"
Name: "SP+150"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSP,150; ">
},
{
Id: 4803
AegisName: "Highness_Heal_3sec"
Name: "Cure1Lv."
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSkillCooldown,AB_HIGHNESSHEAL,-3000; ">
},
{
Id: 4804
AegisName: "Coluceo_Heal30"
Name: "Catholic1Lv."
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSkillUseSP,AB_CHEAL,30; ">
},
{
Id: 4805
AegisName: "Heal_Amount2"
Name: "Archbishop1Lv."
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bHealPower,3; ">
},
{
Id: 4806
AegisName: "Matk3"
Name: "MATK+3%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatkRate,3;
bonus bFixedCastrate,-1;
@@ -50842,16 +50843,16 @@ item_db: (
Id: 4807
AegisName: "Atk_Speed1"
Name: "Atk Speed1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspd,1; ">
},
{
Id: 4808
AegisName: "Fighting_Spirit4"
Name: "Fighting Spirit4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,15;
bonus bHit,5;
@@ -50861,8 +50862,8 @@ item_db: (
Id: 4809
AegisName: "Fighting_Spirit3"
Name: "Fighting Spirit3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,12;
bonus bHit,4;
@@ -50872,8 +50873,8 @@ item_db: (
Id: 4810
AegisName: "Fighting_Spirit2"
Name: "Fighting Spirit2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,9;
bonus bHit,3;
@@ -50883,8 +50884,8 @@ item_db: (
Id: 4811
AegisName: "Fighting_Spirit1"
Name: "Fighting Spirit1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,6;
bonus bHit,2;
@@ -50894,8 +50895,8 @@ item_db: (
Id: 4812
AegisName: "Spell4"
Name: "Spell4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,15;
bonus bVariableCastrate,-10;
@@ -50905,8 +50906,8 @@ item_db: (
Id: 4813
AegisName: "Spell3"
Name: "Spell3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,12;
bonus bVariableCastrate,-8;
@@ -50916,8 +50917,8 @@ item_db: (
Id: 4814
AegisName: "Spell2"
Name: "Spell2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,9;
bonus bVariableCastrate,-6;
@@ -50927,8 +50928,8 @@ item_db: (
Id: 4815
AegisName: "Spell1"
Name: "Spell1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,6;
bonus bVariableCastrate,-4;
@@ -50938,8 +50939,8 @@ item_db: (
Id: 4816
AegisName: "Sharp3"
Name: "Sharp3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritical,12;
bonus bHit,4;
@@ -50949,8 +50950,8 @@ item_db: (
Id: 4817
AegisName: "Sharp2"
Name: "Sharp2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritical,9;
bonus bHit,3;
@@ -50960,8 +50961,8 @@ item_db: (
Id: 4818
AegisName: "Sharp1"
Name: "Sharp1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritical,6;
bonus bHit,2;
@@ -50971,16 +50972,16 @@ item_db: (
Id: 4819
AegisName: "Atk1"
Name: "Atk1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate,1; ">
},
{
Id: 4820
AegisName: "Fighting_Spirit5"
Name: "Fighting Spirit5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,18;
bonus bHit,5;
@@ -50990,8 +50991,8 @@ item_db: (
Id: 4821
AegisName: "Fighting_Spirit6"
Name: "Fighting Spirit6"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,21;
bonus bHit,5;
@@ -51001,8 +51002,8 @@ item_db: (
Id: 4822
AegisName: "Fighting_Spirit7"
Name: "Fighting Spirit7"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,24;
bonus bHit,5;
@@ -51012,8 +51013,8 @@ item_db: (
Id: 4823
AegisName: "Fighting_Spirit8"
Name: "Fighting Spirit8"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,27;
bonus bHit,5;
@@ -51023,8 +51024,8 @@ item_db: (
Id: 4824
AegisName: "Fighting_Spirit9"
Name: "Fighting Spirit9"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,30;
bonus bHit,5;
@@ -51034,8 +51035,8 @@ item_db: (
Id: 4825
AegisName: "Fighting_Spirit10"
Name: "Fighting Spirit10"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,50;
bonus bHit,15;
@@ -51045,8 +51046,8 @@ item_db: (
Id: 4826
AegisName: "Spell5"
Name: "Spell5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,18;
bonus bVariableCastrate,-10;
@@ -51056,8 +51057,8 @@ item_db: (
Id: 4827
AegisName: "Spell6"
Name: "Spell6"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,21;
bonus bVariableCastrate,-10;
@@ -51067,8 +51068,8 @@ item_db: (
Id: 4828
AegisName: "Spell7"
Name: "Spell7"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,24;
bonus bVariableCastrate,-10;
@@ -51078,8 +51079,8 @@ item_db: (
Id: 4829
AegisName: "Spell8"
Name: "Spell8"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,27;
bonus bVariableCastrate,-10;
@@ -51089,8 +51090,8 @@ item_db: (
Id: 4830
AegisName: "Spell9"
Name: "Spell9"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,30;
bonus bVariableCastrate,-10;
@@ -51100,8 +51101,8 @@ item_db: (
Id: 4831
AegisName: "Spell10"
Name: "Spell10"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk,50;
bonus bVariableCastrate,-20;
@@ -51111,80 +51112,80 @@ item_db: (
Id: 4832
AegisName: "Expert_Archer1"
Name: "Expert Archer1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,2; ">
},
{
Id: 4833
AegisName: "Expert_Archer2"
Name: "Expert Archer2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,4; ">
},
{
Id: 4834
AegisName: "Expert_Archer3"
Name: "Expert Archer3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,6; ">
},
{
Id: 4835
AegisName: "Expert_Archer4"
Name: "Expert Archer4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,8; ">
},
{
Id: 4836
AegisName: "Expert_Archer5"
Name: "Expert Archer5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,10; ">
},
{
Id: 4837
AegisName: "Expert_Archer6"
Name: "Expert Archer6"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,12; ">
},
{
Id: 4838
AegisName: "Expert_Archer7"
Name: "Expert Archer7"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,14; ">
},
{
Id: 4839
AegisName: "Expert_Archer8"
Name: "Expert Archer8"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,16; ">
},
{
Id: 4840
AegisName: "Expert_Archer9"
Name: "Expert Archer9"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate,18; ">
},
{
Id: 4841
AegisName: "Expert_Archer10"
Name: "Expert Archer10"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLongAtkRate,20;
bonus bAspd,1;
@@ -51194,16 +51195,16 @@ item_db: (
Id: 4842
AegisName: "Atk_Speed2"
Name: "Atk Speed2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspd,2; ">
},
{
Id: 4843
AegisName: "Sharp4"
Name: "Sharp4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritical,14;
bonus bHit,5;
@@ -51213,8 +51214,8 @@ item_db: (
Id: 4844
AegisName: "Sharp5"
Name: "Sharp5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritical,15;
bonus bHit,6;
@@ -51224,15 +51225,15 @@ item_db: (
Id: 4845
AegisName: "Sea_Energy"
Name: "Strength Of Ocean"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
},
{
Id: 4846
AegisName: "2011Valentin_Angel"
Name: "Fully Loved Stone"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,10;
bonus bMatk,10;
@@ -51242,8 +51243,8 @@ item_db: (
Id: 4847
AegisName: "2011Valentin_Devil"
Name: "Spelled Stone"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk,10;
bonus bMatk,10;
@@ -51253,24 +51254,24 @@ item_db: (
Id: 4848
AegisName: "Immuned1"
Name: "Immune Level 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSubEle,Ele_Neutral,5; ">
},
{
Id: 4849
AegisName: "Cranial1"
Name: "Cranial Level 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,5; ">
},
{
Id: 4850
AegisName: "Heal_Amount3"
Name: "Heal Amount3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bHealPower,6;
bonus bUseSPrate,5;
@@ -51280,8 +51281,8 @@ item_db: (
Id: 4851
AegisName: "Heal_Amount4"
Name: "Heal Amount4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bHealPower,12;
bonus bUseSPrate,10;
@@ -51291,8 +51292,8 @@ item_db: (
Id: 4852
AegisName: "Heal_Amount5"
Name: "Heal Amount5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bHealPower,20;
bonus bUseSPrate,15;
@@ -51302,8 +51303,8 @@ item_db: (
Id: 4853
AegisName: "S_Str"
Name: "Special Str"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bStr,1;
if (getrefine() >= 8) {
@@ -51322,8 +51323,8 @@ item_db: (
Id: 4854
AegisName: "S_Agi"
Name: "Special Agi"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bAgi,1;
if (getrefine() >= 8) {
@@ -51342,8 +51343,8 @@ item_db: (
Id: 4855
AegisName: "S_Vital"
Name: "Special Vit"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bVit,1;
if (getrefine() >= 8) {
@@ -51362,8 +51363,8 @@ item_db: (
Id: 4856
AegisName: "S_Int"
Name: "Special Int"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bInt,1;
if (getrefine() >= 8) {
@@ -51382,8 +51383,8 @@ item_db: (
Id: 4857
AegisName: "S_Dex"
Name: "Special Dex"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bDex,1;
if (getrefine() >= 8) {
@@ -51402,8 +51403,8 @@ item_db: (
Id: 4858
AegisName: "S_Luck"
Name: "Special Luk"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLuk,1;
if (getrefine() >= 8) {
@@ -51422,40 +51423,40 @@ item_db: (
Id: 4859
AegisName: "Evasion1"
Name: "Evasion1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee,1; ">
},
{
Id: 4860
AegisName: "Evasion3"
Name: "Evasion3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee,3; ">
},
{
Id: 4861
AegisName: "MHP1"
Name: "MHP+1%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHPrate,1; ">
},
{
Id: 4862
AegisName: "MHP2"
Name: "MHP+2%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHPrate,2; ">
},
{
Id: 4863
AegisName: "Fatal1"
Name: "Fatal1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritAtkRate, 4;
bonus bCritical, 1;
@@ -51465,8 +51466,8 @@ item_db: (
Id: 4864
AegisName: "Fatal2"
Name: "Fatal2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritAtkRate, 6;
bonus bCritical, 2;
@@ -51476,8 +51477,8 @@ item_db: (
Id: 4865
AegisName: "Fatal3"
Name: "Fatal3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritAtkRate, 8;
bonus bCritical, 3;
@@ -51487,8 +51488,8 @@ item_db: (
Id: 4866
AegisName: "Fatal4"
Name: "Fatal4Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bCritAtkRate, 10;
bonus bCritical, 4;
@@ -51498,64 +51499,64 @@ item_db: (
Id: 4867
AegisName: "MHP3"
Name: "MHP+3%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 4868
AegisName: "MHP4"
Name: "MHP+4%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHPrate,4; ">
},
{
Id: 4869
AegisName: "Attack_Delay_1"
Name: "DelayafterAttack1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspdRate, 4; ">
},
{
Id: 4870
AegisName: "SP25"
Name: "SP+25"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSP,25; ">
},
{
Id: 4871
AegisName: "SP75"
Name: "SP+75"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSP,75; ">
},
{
Id: 4872
AegisName: "Attack_Delay_2"
Name: "DelayafterAttack2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspdRate, 6; ">
},
{
Id: 4873
AegisName: "Attack_Delay_3"
Name: "DelayafterAttack3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspdRate, 8; ">
},
{
Id: 4875
AegisName: "Bears_Power"
Name: "Strength of Bear"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" autobonus2 "{ bonus bStr, 200; bonus2 bHPLossRate, 500, 1000; montransform BIGFOOT, 5000; }", 20, 5000, BF_WEAPON, "{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); showscript \"?!!!!\"; }"; ">
OnUnequipScript: <" heal 0, -300; ">
},
@@ -51563,8 +51564,8 @@ item_db: (
Id: 4876
AegisName: "Runaway_Magic"
Name: "Runaway Magic"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" autobonus "{ bonus bInt, 200; bonus2 bSPLossRate, 200, 1000; }", 15, 10000, BF_MAGIC, "{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); showscript \"YOooooooo!!!!!\"; }"; ">
OnUnequipScript: <" heal 0, -2000; ">
},
@@ -51572,8 +51573,8 @@ item_db: (
Id: 4877
AegisName: "Speed_Of_Light"
Name: "Speed Of Light"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" autobonus "{ bonus bAspdRate, 100; bonus bFlee2, 100; bonus2 bHPLossRate, 400, 1000; bonus2 bSPLossRate, 40, 1000; }", 10, 5000, BF_WEAPON, "{ specialeffect(EF_FLASHER, AREA, playerattached()); }"; ">
OnUnequipScript: <" heal 0, -300; ">
},
@@ -51581,8 +51582,8 @@ item_db: (
Id: 4878
AegisName: "Muscle_Fool"
Name: "Muscle Fool"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" autobonus2 "{ bonus bDef, 1000; bonus bMatkRate, -50; bonus bAtkRate, -50; }", 20, 5000, BF_WEAPON, "{ specialeffect(EF_MAGNUMBREAK, AREA, playerattached()); }"; ">
OnUnequipScript: <" heal 0, -300; ">
},
@@ -51590,8 +51591,8 @@ item_db: (
Id: 4879
AegisName: "Hawkeye"
Name: "Hawkeye"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" autobonus "{ bonus bDex, 200; bonus2 bSPLossRate, 50, 1000; }", 30, 5000, BF_WEAPON, "{ specialeffect(EF_FLASHER, AREA, playerattached()); }"; ">
OnUnequipScript: <" heal 0, -300; ">
},
@@ -51599,8 +51600,8 @@ item_db: (
Id: 4880
AegisName: "Lucky_Day"
Name: "Lucky Day"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
autobonus "{ bonus2 bAddMonsterDropItem, Treasure_Box, 10; bonus bLuk, 200; }", 15, 5000, BF_WEAPON | BF_MAGIC, "{ specialeffect(EF_MVP, AREA, playerattached()); }";
autobonus2 "{ bonus2 bAddMonsterDropItem, Treasure_Box, 1; bonus bLuk, 200; }", 1, 5000, BF_WEAPON | BF_MAGIC, "{ specialeffect(EF_MVP, AREA, playerattached()); }";
@@ -51611,40 +51612,40 @@ item_db: (
Id: 4881
AegisName: "Attack_Delay_4"
Name: "DelayafterAttack4Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspdRate, 10; ">
},
{
Id: 4882
AegisName: "Atk1p"
Name: "ATK + 1%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 1; ">
},
{
Id: 4883
AegisName: "Matk1p"
Name: "MATK + 1%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 1; ">
},
{
Id: 4884
AegisName: "HIT1"
Name: "HIT + 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bHit, 1; ">
},
{
Id: 4885
AegisName: "Conjure1"
Name: "Spell 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk, 5;
bonus bVariableCastrate, -3;
@@ -51654,8 +51655,8 @@ item_db: (
Id: 4886
AegisName: "Conjure2"
Name: "Spell 2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk, 10;
bonus bVariableCastrate, -3;
@@ -51665,8 +51666,8 @@ item_db: (
Id: 4887
AegisName: "Conjure3"
Name: "Spell 3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk, 15;
bonus bVariableCastrate, -3;
@@ -51676,8 +51677,8 @@ item_db: (
Id: 4888
AegisName: "Conjure4"
Name: "Spell 4"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk, 20;
bonus bVariableCastrate, -3;
@@ -51687,8 +51688,8 @@ item_db: (
Id: 4889
AegisName: "Conjure5"
Name: "Spell 5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bMatk, 30;
bonus bVariableCastrate, -5;
@@ -51698,145 +51699,145 @@ item_db: (
Id: 4890
AegisName: "Mdef1"
Name: "MDEF+1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef, 1; ">
},
{
Id: 4891
AegisName: "Mdef3"
Name: "MDEF+3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef, 3; ">
},
{
Id: 4892
AegisName: "Mdef5"
Name: "MDEF+5"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMdef, 5; ">
},
{
Id: 4893
AegisName: "Def15"
Name: "DEF+15"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef, 15; ">
},
{
Id: 4894
AegisName: "Atk4p"
Name: "ATK + 4%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 4; ">
},
{
Id: 4895
AegisName: "Atk5p"
Name: "ATK + 5%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 5; ">
},
{
Id: 4896
AegisName: "Matk2p"
Name: "MATK + 2%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 2; ">
},
{
Id: 4897
AegisName: "Matk3p"
Name: "MATK + 3%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 3; ">
},
{
Id: 4898
AegisName: "Matk4p"
Name: "MATK + 4%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 4; ">
},
{
Id: 4899
AegisName: "Matk5p"
Name: "MATK + 5%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 5; ">
},
{
Id: 4900
AegisName: "MHP5"
Name: "MHP+5%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHPrate, 5; ">
},
{
Id: 4902
AegisName: "Def18"
Name: "DEF+18"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef, 18; ">
},
{
Id: 4903
AegisName: "Def21"
Name: "DEF+21"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef, 21; ">
},
{
Id: 4904
AegisName: "Atk6p"
Name: "ATK+6%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 6; ">
},
{
Id: 4905
AegisName: "Atk7p"
Name: "ATK+7%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 7; ">
},
{
Id: 4906
AegisName: "Matk6p"
Name: "MATK+6%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 6; ">
},
{
Id: 4907
AegisName: "Matk7p"
Name: "MATK+7%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 7; ">
},
{
Id: 4908
AegisName: "Force1"
Name: "Essence Of Evil STR 1"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bStr, 1;
bonus bBaseAtk, 3;
@@ -51847,9 +51848,9 @@ item_db: (
Id: 4909
AegisName: "Force2"
Name: "Essence Of Evil STR 2"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bStr, 2;
bonus bBaseAtk, 6;
@@ -51860,9 +51861,9 @@ item_db: (
Id: 4910
AegisName: "Force3"
Name: "Essence Of Evil STR 3"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bStr, 4;
bonus bBaseAtk, 12;
@@ -51873,9 +51874,9 @@ item_db: (
Id: 4911
AegisName: "Intellect1"
Name: "Essence Of Evil INT 1"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bInt, 1;
bonus bMatk, 3;
@@ -51886,9 +51887,9 @@ item_db: (
Id: 4912
AegisName: "Intellect2"
Name: "Essence Of Evil INT 2"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bInt, 2;
bonus bMatk, 6;
@@ -51899,9 +51900,9 @@ item_db: (
Id: 4913
AegisName: "Intellect3"
Name: "Essence Of Evil INT 3"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bInt, 4;
bonus bMatk, 12;
@@ -51912,9 +51913,9 @@ item_db: (
Id: 4914
AegisName: "Swiftness1"
Name: "Essence Of Evil AGI 1"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bAgi, 1;
bonus bFlee, 2;
@@ -51925,9 +51926,9 @@ item_db: (
Id: 4915
AegisName: "Swiftness2"
Name: "Essence Of Evil AGI 2"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bAgi, 2;
bonus bFlee, 4;
@@ -51938,9 +51939,9 @@ item_db: (
Id: 4916
AegisName: "Swiftness3"
Name: "Essence Of Evil AGI 3"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bAgi, 4;
bonus bFlee, 8;
@@ -51951,9 +51952,9 @@ item_db: (
Id: 4917
AegisName: "Tough1"
Name: "Essence Of Evil VIT 1"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bVit, 1;
bonus bDef, 3;
@@ -51965,9 +51966,9 @@ item_db: (
Id: 4918
AegisName: "Tough2"
Name: "Essence Of Evil VIT 2"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bVit, 2;
bonus bDef, 6;
@@ -51979,9 +51980,9 @@ item_db: (
Id: 4919
AegisName: "Tough3"
Name: "Essence Of Evil VIT 3"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bVit, 4;
bonus bDef, 12;
@@ -51993,9 +51994,9 @@ item_db: (
Id: 4920
AegisName: "Artful1"
Name: "Essence Of Evil DEX 1"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bDex, 1;
bonus bHit, 2;
@@ -52006,9 +52007,9 @@ item_db: (
Id: 4921
AegisName: "Artful2"
Name: "Essence Of Evil DEX 2"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bDex, 2;
bonus bHit, 4;
@@ -52019,9 +52020,9 @@ item_db: (
Id: 4922
AegisName: "Artful3"
Name: "Essence Of Evil DEX 3"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bDex, 4;
bonus bHit, 8;
@@ -52032,9 +52033,9 @@ item_db: (
Id: 4923
AegisName: "Fortune1"
Name: "Essence Of Evil LUK 1"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLuk, 1;
bonus bCritical, 1;
@@ -52045,9 +52046,9 @@ item_db: (
Id: 4924
AegisName: "Fortune2"
Name: "Essence Of Evil LUK 2"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLuk, 2;
bonus bCritical, 2;
@@ -52058,9 +52059,9 @@ item_db: (
Id: 4925
AegisName: "Fortune3"
Name: "Essence Of Evil LUK 3"
- Type: 6
+ Type: "IT_CARD"
Weight: 10
- Loc: 1023
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLuk, 4;
bonus bCritical, 4;
@@ -52071,208 +52072,208 @@ item_db: (
Id: 4926
AegisName: "Critical1"
Name: "Critical1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical, 1; ">
},
{
Id: 4927
AegisName: "HP50"
Name: "HP+50"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP, 50; ">
},
{
Id: 4928
AegisName: "SP10"
Name: "SP+10"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSP, 10; ">
},
{
Id: 4929
AegisName: "MSP1"
Name: "MSP+1%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSPrate, 1; ">
},
{
Id: 4930
AegisName: "HEAL2"
Name: "Increase Recovery"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bHPrecovRate, 2; ">
},
{
Id: 4931
AegisName: "HEALHP1"
Name: "Healing 10"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bHPRegenRate, 10, 10000; ">
},
{
Id: 4932
AegisName: "HEALSP1"
Name: "SP Recovery 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bSPGainValue, 1; ">
},
{
Id: 4933
AegisName: "Tolerance_Not1"
Name: "Neutral Properties Lv1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSubEle, Ele_Neutral, 1; ">
},
{
Id: 4934
AegisName: "Tolerance_Not2"
Name: "Neutral Properties Lv2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSubEle, Ele_Neutral, 2; ">
},
{
Id: 4935
AegisName: "Tolerance_Not3"
Name: "Neutral Properties Lv3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSubEle, Ele_Neutral, 3; ">
},
{
Id: 4936
AegisName: "ATK_BIG1"
Name: "Large Attack 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bAddSize, Size_Large, 1; ">
},
{
Id: 4937
AegisName: "ATK_MEDIUM1"
Name: "Medium Attack 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bAddSize, Size_Medium, 1; ">
},
{
Id: 4938
AegisName: "ATK_SMALL1"
Name: "Small Attack 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bAddSize, Size_Small, 1; ">
},
{
Id: 4939
AegisName: "Critical2"
Name: "Critical2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical, 2; ">
},
{
Id: 4940
AegisName: "Critical3"
Name: "Critical3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical, 4; ">
},
{
Id: 4941
AegisName: "Critical4"
Name: "Critical4Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical, 6; ">
},
{
Id: 4942
AegisName: "Dodge1"
Name: "Critical Lv1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bCritical, 3; ">
},
{
Id: 4943
AegisName: "Dodge2"
Name: "Shedding2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee2, 4; ">
},
{
Id: 4944
AegisName: "Dodge3"
Name: "Shedding3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee2, 5; ">
},
{
Id: 4945
AegisName: "Thrift1"
Name: "Saving Lv1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bUseSPrate, -2; ">
},
{
Id: 4946
AegisName: "Thrift2"
Name: "Saving Lv2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bUseSPrate, -4; ">
},
{
Id: 4947
AegisName: "Thrift3"
Name: "Saving Lv3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bUseSPrate, -6; ">
},
{
Id: 4948
AegisName: "Skill_Delay1"
Name: "Delay After Skill Lv1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDelayrate, -2; ">
},
{
Id: 4949
AegisName: "Skill_Delay2"
Name: "Delay After Skill Lv2"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDelayrate, -4; ">
},
{
Id: 4950
AegisName: "Skill_Delay3"
Name: "Delay After Skill Lv3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDelayrate, -6; ">
},
{
Id: 4951
AegisName: "Darkness_Drop"
Name: "Darkness Drop"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus3 bAddEle, Ele_Dark, 2, BF_WEAPON | BF_MAGIC;
bonus2 bSubEle, Ele_Dark, 1;
@@ -52282,8 +52283,8 @@ item_db: (
Id: 4952
AegisName: "Fire_Drop"
Name: "Fire Drop"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus3 bAddEle, Ele_Fire, 2, BF_WEAPON | BF_MAGIC;
bonus2 bSubEle, Ele_Fire, 1;
@@ -52293,8 +52294,8 @@ item_db: (
Id: 4953
AegisName: "Water_Drop"
Name: "Water Drop"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus3 bAddEle, Ele_Water, 2, BF_WEAPON | BF_MAGIC;
bonus2 bSubEle, Ele_Water, 1;
@@ -52304,8 +52305,8 @@ item_db: (
Id: 4954
AegisName: "Earth_Drop"
Name: "Earth Drop"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus3 bAddEle, Ele_Earth, 2, BF_WEAPON | BF_MAGIC;
bonus2 bSubEle, Ele_Earth, 1;
@@ -52315,8 +52316,8 @@ item_db: (
Id: 4955
AegisName: "Light_Drop"
Name: "Light Drop"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus3 bAddEle, Ele_Holy, 2, BF_WEAPON | BF_MAGIC;
bonus2 bSubEle, Ele_Holy, 1;
@@ -52326,8 +52327,8 @@ item_db: (
Id: 4956
AegisName: "Recovery_Drop"
Name: "Recovery Drop"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSkillHeal, AL_HEAL, 2;
bonus2 bSkillHeal, PR_SANCTUARY, 2;
@@ -52346,56 +52347,56 @@ item_db: (
Id: 4957
AegisName: "The_Power_Of_Famitsu"
Name: "The Power Of Famitsu"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHP, 832; ">
},
{
Id: 4958
AegisName: "Double_Pediatric_Palace"
Name: "Double Pediatric Palace"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDelayrate, -1; ">
},
{
Id: 4959
AegisName: "Sagittarius"
Name: "Sagittarius"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bLongAtkRate, 1; ">
},
{
Id: 4960
AegisName: "Aquarius"
Name: "Aquarius"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bUseSPrate, -2; ">
},
{
Id: 4961
AegisName: "Aries"
Name: "Aries"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatk, 10; ">
},
{
Id: 4962
AegisName: "Cancer"
Name: "Cancer"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bBaseAtk, 3; ">
},
{
Id: 4963
AegisName: "Taurus"
Name: "Taurus"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bBaseAtk, 3;
bonus bHit, 1;
@@ -52405,39 +52406,39 @@ item_db: (
Id: 4964
AegisName: "Capricorn"
Name: "Capricorn"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatkRate, 3; ">
},
{
Id: 4965
AegisName: "Pisces"
Name: "Pisces"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bVariableCastrate, -2; ">
},
{
Id: 4966
AegisName: "Scorpio"
Name: "Scorpio"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
},
{
Id: 4967
AegisName: "Leo"
Name: "Leo"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAtkRate, 3; ">
},
{
Id: 4968
AegisName: "Virgo"
Name: "Virgo"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSkillHeal, AL_HEAL, 1;
bonus2 bSkillHeal, PR_SANCTUARY, 1;
@@ -52450,8 +52451,8 @@ item_db: (
Id: 4969
AegisName: "Libra"
Name: "Libra"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSkillHeal2, AL_HEAL, 1;
bonus2 bSkillHeal2, PR_SANCTUARY, 1;
@@ -52465,40 +52466,40 @@ item_db: (
Id: 4970
AegisName: "Fire_Property_Reactor"
Name: "Fire Property Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDefEle, Ele_Fire; ">
},
{
Id: 4971
AegisName: "Water_Property_Reactor"
Name: "Water Property Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDefEle, Ele_Water; ">
},
{
Id: 4972
AegisName: "Earth_Property_Reactor"
Name: "Earth Property Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDefEle, Ele_Earth; ">
},
{
Id: 4973
AegisName: "Wind_Property_Reactor"
Name: "Wind Property Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDefEle, Ele_Wind; ">
},
{
Id: 4974
AegisName: "Fire_Resistance_Reactor"
Name: "Fire Resistance Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSubEle, Ele_Fire, 25;
bonus2 bSubEle, Ele_Water, -25;
@@ -52508,8 +52509,8 @@ item_db: (
Id: 4975
AegisName: "Water_Resistance_Reactor"
Name: "Water Resistance Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSubEle, Ele_Water, 25;
bonus2 bSubEle, Ele_Wind, -25;
@@ -52519,8 +52520,8 @@ item_db: (
Id: 4976
AegisName: "Earth_Resistance_Reactor"
Name: "Earth Resistance Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSubEle, Ele_Earth, 25;
bonus2 bSubEle, Ele_Fire, -25;
@@ -52530,8 +52531,8 @@ item_db: (
Id: 4977
AegisName: "Wind_Resistance_Reactor"
Name: "Wind Resistance Reactor"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus2 bSubEle, Ele_Wind, 25;
bonus2 bSubEle, Ele_Earth, -25;
@@ -52541,40 +52542,40 @@ item_db: (
Id: 4978
AegisName: "Restoration_Reactor_101"
Name: "Restoration Reactor 101"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bHPRegenRate, (getrefine() >= 7) ? 100 : 50, 5000; ">
},
{
Id: 4979
AegisName: "Restoration_Reactor_102"
Name: "Restoration Reactor 102"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSPRegenRate, (getrefine() >= 7) ? 5 : 3, 500; ">
},
{
Id: 4980
AegisName: "Restoration_Reactor_201"
Name: "Restoration Reactor 201"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bHPrecovRate, (getrefine() >= 7) ? 100 : 50; ">
},
{
Id: 4981
AegisName: "Restoration_Reactor_202"
Name: "Restoration Reactor 202"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bSPrecovRate, (getrefine() >= 7) ? 100 : 50; ">
},
{
Id: 4982
AegisName: "Auxiliary_Reactor_STR"
Name: "Auxiliary Reactor STR"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (readparam(bStr) >= 10) bonus bBaseAtk, 5;
if (getrefine() >= 7) bonus bBaseAtk, 10;
@@ -52584,8 +52585,8 @@ item_db: (
Id: 4983
AegisName: "Auxiliary_Reactor_INT"
Name: "Auxiliary Reactor INT"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (readparam(bInt) >= 10) bonus bMatk, 5;
if (getrefine() >= 7) bonus bMatk, 10;
@@ -52595,88 +52596,88 @@ item_db: (
Id: 4984
AegisName: "Auxiliary_Reactor_DEF"
Name: "Auxiliary Reactor DEF"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef, 100; ">
},
{
Id: 4985
AegisName: "Auxiliary_Reactor_Perfect"
Name: "Auxiliary Reactor Perfect"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bFlee2, 3; ">
},
{
Id: 4986
AegisName: "Auxiliary_Reactor_Attack"
Name: "Auxiliary Reactor Attack"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bBaseAtk, 20; ">
},
{
Id: 4987
AegisName: "Auxiliary_Reactor_Magic"
Name: "Auxiliary Reactor Magic"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMatk, 20; ">
},
{
Id: 4988
AegisName: "Auxiliary_Reactor_MaxHP"
Name: "Auxiliary Reactor MaxHP"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxHPrate, 5; ">
},
{
Id: 4989
AegisName: "Auxiliary_Reactor_MaxSP"
Name: "Auxiliary_Reactor_MaxHP"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bMaxSPrate, 3; ">
},
{
Id: 4990
AegisName: "Auxiliary_Reactor_Frozen"
Name: "Auxiliary Reactor Frozen"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bResEff, Eff_Freeze, 10000; ">
},
{
Id: 4991
AegisName: "Auxiliary_Reactor_ASPD"
Name: "Auxiliary Reactor ASPD"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bAspd, 1; ">
},
{
Id: 4992
AegisName: "HPdrain1"
Name: "HP Absorb 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bHPDrainRate, 1, 1; ">
},
{
Id: 4993
AegisName: "SPdrain1"
Name: "SP Absorb 1"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bSPDrainRate, 1, 1; ">
},
{
Id: 4994
AegisName: "Rune_Of_Might1"
Name: "Rune Of Might 1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bStr, 5;
if (getrefine() >= 10) bonus bAtkRate, 10;
@@ -52686,8 +52687,8 @@ item_db: (
Id: 4995
AegisName: "Rune_Of_Might2"
Name: "Rune Of Might 2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bStr, 6;
if (getrefine() >= 11) {
@@ -52700,8 +52701,8 @@ item_db: (
Id: 4996
AegisName: "Rune_Of_Might3"
Name: "Rune Of Might 3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bStr, 7;
if (getrefine() >= 12) {
@@ -52718,8 +52719,8 @@ item_db: (
Id: 4997
AegisName: "Rune_Of_Agility1"
Name: "Rune Of Agility 1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bAgi, 5;
if (getrefine() >= 10) bonus bFlee2, 5;
@@ -52729,8 +52730,8 @@ item_db: (
Id: 4998
AegisName: "Rune_Of_Agility2"
Name: "Rune Of Agility 2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bAgi, 6;
if (getrefine() >= 11) {
@@ -52743,8 +52744,8 @@ item_db: (
Id: 4999
AegisName: "Rune_Of_Agility3"
Name: "Rune Of Agility 3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bAgi, 7;
if (getrefine() >= 12) {
@@ -52763,7 +52764,7 @@ item_db: (
Id: 5001
AegisName: "Headset"
Name: "Headset"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 6
@@ -52771,15 +52772,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 87
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 87
Script: <" bonus2 bResEff,Eff_Curse,1000; ">
},
{
Id: 5002
AegisName: "Gemmed_Crown"
Name: "Jewel Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 9
@@ -52794,9 +52795,9 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 88
+ ViewSprite: 88
Script: <"
bonus bInt,2;
bonus bLuk,1;
@@ -52807,7 +52808,7 @@ item_db: (
Id: 5003
AegisName: "Joker_Jester"
Name: "Joker Jester"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
@@ -52815,8 +52816,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 89
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 89
Script: <"
bonus bLuk,2;
bonus bMdef,5;
@@ -52826,23 +52827,23 @@ item_db: (
Id: 5004
AegisName: "Oxygen_Mask"
Name: "Oxygen Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 90
+ ViewSprite: 90
Script: <" bonus2 bResEff,Eff_Poison,2000; ">
},
{
Id: 5005
AegisName: "Gas_Mask"
Name: "Gas Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -52850,16 +52851,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 91
+ ViewSprite: 91
Script: <" bonus2 bResEff,Eff_Poison,3000; ">
},
{
Id: 5006
AegisName: "Machoman_Glasses"
Name: "Machoman's Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 36000
Weight: 100
Def: 1
@@ -52867,15 +52868,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 92
+ ViewSprite: 92
},
{
Id: 5007
AegisName: "Loard_Circlet"
Name: "Grand Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 7
@@ -52883,9 +52884,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 55
- View: 93
+ ViewSprite: 93
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -52897,7 +52898,7 @@ item_db: (
Id: 5008
AegisName: "Puppy_Love"
Name: "Puppy Love"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -52905,15 +52906,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 94
+ ViewSprite: 94
},
{
Id: 5009
AegisName: "Safety_Helmet"
Name: "Safety Helmet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 7
@@ -52921,8 +52922,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 95
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 95
Script: <"
bonus bMdef,3;
bonus bUnbreakableHelm,0;
@@ -52932,29 +52933,29 @@ item_db: (
Id: 5010
AegisName: "Indian_Hair_Piece"
Name: "Indian Fillet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 96
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 96
},
{
Id: 5011
AegisName: "Antenna"
Name: "Aerial"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 97
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 97
},
{
Id: 5012
AegisName: "Ph_D_Hat"
Name: "Ph.D Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
@@ -52962,19 +52963,19 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 98
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 98
},
{
Id: 5013
AegisName: "Horn_Of_Lord_Kaho"
Name: "Lord Kaho's Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 30
- Loc: 256
- View: 99
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 99
Script: <"
bonus bMdef,10;
bonus bStr,5;
@@ -52988,7 +52989,7 @@ item_db: (
Id: 5014
AegisName: "Fin_Helm"
Name: "Fin Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
@@ -52997,28 +52998,28 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 65
Refine: false
- View: 100
+ ViewSprite: 100
},
{
Id: 5015
AegisName: "Egg_Shell"
Name: "Egg Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 101
+ ViewSprite: 101
},
{
Id: 5016
AegisName: "Boys_Cap"
Name: "Boy's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
@@ -53026,14 +53027,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 102
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 102
},
{
Id: 5017
AegisName: "Bone_Helm"
Name: "Bone Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 15
@@ -53045,16 +53046,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 103
+ ViewSprite: 103
Script: <" bonus2 bSubEle,Ele_Dark,-15; ">
},
{
Id: 5018
AegisName: "Feather_Bonnet"
Name: "Feather Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 8
@@ -53063,15 +53064,15 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 256
- View: 104
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 104
Script: <" bonus bAgi,1; ">
},
{
Id: 5019
AegisName: "Corsair"
Name: "Corsair"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 11
@@ -53079,27 +53080,27 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 105
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 105
Script: <" bonus bVit,1; ">
},
{
Id: 5020
AegisName: "Kafra_Band"
Name: "Kafra Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
- Loc: 256
- View: 106
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 106
Script: <" bonus bMdef,3; ">
},
{
Id: 5021
AegisName: "Bankruptcy_Of_Heart"
Name: "Grief for Greed"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Def: 8
@@ -53108,9 +53109,9 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 38
- View: 107
+ ViewSprite: 107
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -53120,7 +53121,7 @@ item_db: (
Id: 5022
AegisName: "Helm_Of_Sun"
Name: "Hat of the Sun God"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2400
Def: 4
@@ -53138,8 +53139,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 768
- View: 138
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 138
Script: <"
bonus bStr,3;
bonus bInt,2;
@@ -53149,7 +53150,7 @@ item_db: (
Id: 5023
AegisName: "Hat_Of_Bundle"
Name: "Parcel Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Job: {
@@ -53157,25 +53158,25 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 256
- View: 108
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 108
},
{
Id: 5024
AegisName: "Hat_Of_Cake"
Name: "Cake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 2
- Loc: 256
- View: 109
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 109
},
{
Id: 5025
AegisName: "Helm_Of_Angel"
Name: "Helm of Angel"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1600
Def: 10
@@ -53193,9 +53194,9 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 74
- View: 110
+ ViewSprite: 110
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -53206,7 +53207,7 @@ item_db: (
Id: 5026
AegisName: "Hat_Of_Cook"
Name: "Chef Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
@@ -53214,16 +53215,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 111
+ ViewSprite: 111
Script: <" bonus bDex,1; ">
},
{
Id: 5027
AegisName: "Wizardry_Hat"
Name: "Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -53233,8 +53234,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 112
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 112
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -53244,17 +53245,17 @@ item_db: (
Id: 5028
AegisName: "Candle"
Name: "Candle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
- Loc: 256
- View: 113
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 113
},
{
Id: 5029
AegisName: "Spore_Hat"
Name: "Spore Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 6
@@ -53262,15 +53263,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 114
+ ViewSprite: 114
},
{
Id: 5030
AegisName: "Panda_Cap"
Name: "Panda Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 6
@@ -53278,15 +53279,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 115
+ ViewSprite: 115
},
{
Id: 5031
AegisName: "Mine_Helm"
Name: "Mine Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 9
@@ -53304,16 +53305,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 55
- View: 116
+ ViewSprite: 116
Script: <" bonus bDex,2; ">
},
{
Id: 5032
AegisName: "Picnic_Hat"
Name: "Sunday Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 1
@@ -53321,14 +53322,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 117
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 117
},
{
Id: 5033
AegisName: "Smokie_Hat"
Name: "Raccoon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 6
@@ -53336,29 +53337,29 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 118
+ ViewSprite: 118
},
{
Id: 5034
AegisName: "Light_Bulb_Band"
Name: "Bulb Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Job: {
All: true
Novice: false
}
- Loc: 256
- View: 119
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 119
},
{
Id: 5035
AegisName: "Poring_Hat"
Name: "Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 3
@@ -53366,15 +53367,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 38
- View: 120
+ ViewSprite: 120
},
{
Id: 5036
AegisName: "Cross_Band"
Name: "Cross Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 2
@@ -53382,28 +53383,28 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 121
+ ViewSprite: 121
},
{
Id: 5037
AegisName: "Fruit_Shell"
Name: "Nut Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 5
Refine: false
- View: 122
+ ViewSprite: 122
},
{
Id: 5038
AegisName: "Deviruchi_Cap"
Name: "Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
@@ -53411,9 +53412,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 123
+ ViewSprite: 123
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -53423,56 +53424,56 @@ item_db: (
Id: 5039
AegisName: "Mottled_Egg_Shell"
Name: "Rainbow Eggshell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 19
Refine: false
- View: 124
+ ViewSprite: 124
},
{
Id: 5040
AegisName: "Blush"
Name: "Blush"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 125
+ ViewSprite: 125
},
{
Id: 5041
AegisName: "Heart_Hair_Pin"
Name: "Heart Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 126
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 126
},
{
Id: 5042
AegisName: "Hair_Protector"
Name: "Bao Bao"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 14
- View: 127
+ ViewSprite: 127
},
{
Id: 5043
AegisName: "Opera_Ghost_Mask"
Name: "Opera Phantom Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -53480,29 +53481,29 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
Refine: false
- View: 128
+ ViewSprite: 128
},
{
Id: 5044
AegisName: "Devils_Wing"
Name: "Evil Wing Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 129
+ ViewSprite: 129
Script: <" bonus bVit,1; ">
},
{
Id: 5045
AegisName: "Magician_Hat"
Name: "Magician Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
@@ -53515,9 +53516,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 130
+ ViewSprite: 130
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -53528,90 +53529,90 @@ item_db: (
Id: 5046
AegisName: "Bongun_Hat"
Name: "Bongun Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 139
+ ViewSprite: 139
},
{
Id: 5047
AegisName: "Fashion_Sunglass"
Name: "Fashionable Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 256
- View: 131
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 131
},
{
Id: 5048
AegisName: "First_Moon_Hair_Pin"
Name: "Cresent Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 132
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 132
},
{
Id: 5049
AegisName: "Stripe_Band"
Name: "Striped Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 133
+ ViewSprite: 133
},
{
Id: 5050
AegisName: "Mystery_Fruit_Shell"
Name: "Wonder Nutshell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 134
+ ViewSprite: 134
},
{
Id: 5051
AegisName: "Kitty_Bell"
Name: "Pussy Cat Bell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 135
+ ViewSprite: 135
},
{
Id: 5052
AegisName: "Blue_Hair_Band"
Name: "Blue Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 2
- Loc: 256
- View: 136
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 136
},
{
Id: 5053
AegisName: "Spinx_Helm"
Name: "Sphinx Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 5
@@ -53620,72 +53621,72 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 257
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
EquipLv: 65
Refine: false
- View: 137
+ ViewSprite: 137
Script: <" bonus bStr,2; ">
},
{
Id: 5054
AegisName: "Assasin_Mask"
Name: "Assassin Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Priest: true
Assassin: true
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 70
Refine: false
- View: 180
+ ViewSprite: 180
},
{
Id: 5055
AegisName: "Novice_Egg_Cap"
Name: "Novice False Eggshell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 1
Def: 6
Job: {
Novice: true
}
- Upper: 47
- Loc: 256
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 101
+ ViewSprite: 101
},
{
Id: 5056
AegisName: "Love_Berry"
Name: "Fruit of Love"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 140
+ ViewSprite: 140
},
{
Id: 5057
AegisName: "Ear_Of_Black_Cat"
Name: "Black Cat Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 16000
Weight: 200
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 141
+ ViewSprite: 141
},
{
Id: 5058
AegisName: "Drooping_Kitty"
Name: "Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -53693,8 +53694,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 142
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 142
Script: <"
bonus bMdef,15;
bonus2 bResEff,Eff_Curse,3000;
@@ -53704,55 +53705,55 @@ item_db: (
Id: 5059
AegisName: "Brown_Bear_Cap"
Name: "Teddybear Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 143
+ ViewSprite: 143
},
{
Id: 5060
AegisName: "Party_Hat"
Name: "Party Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
- View: 144
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 144
Script: <" bonus bLuk,1; ">
},
{
Id: 5061
AegisName: "Flower_Hairpin"
Name: "Flower Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 145
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 145
},
{
Id: 5062
AegisName: "Straw_Hat"
Name: "Straw Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 146
+ ViewSprite: 146
Script: <" bonus bAgi,1; ">
},
{
Id: 5063
AegisName: "Plaster"
Name: "Giant Band Aid"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -53760,38 +53761,38 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 147
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 147
},
{
Id: 5064
AegisName: "Leaf_Headgear"
Name: "Smokie Leaf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 148
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 148
},
{
Id: 5065
AegisName: "Fish_On_Head"
Name: "Blue Fish"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 149
+ ViewSprite: 149
Script: <" bonus2 bAddRace,RC_Fish,10; ">
},
{
Id: 5066
AegisName: "Horn_Of_Succubus"
Name: "Succubus Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 7
@@ -53799,9 +53800,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 150
+ ViewSprite: 150
Script: <"
bonus bInt,1;
bonus bMdef,10;
@@ -53811,7 +53812,7 @@ item_db: (
Id: 5067
AegisName: "Sombrero"
Name: "Sombrero"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 8
@@ -53819,29 +53820,29 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 151
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 151
Script: <" bonus bAgi,1; ">
},
{
Id: 5068
AegisName: "Ear_Of_Devils_Wing"
Name: "Evil Wing Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 152
+ ViewSprite: 152
Script: <" bonus bStr,1; ">
},
{
Id: 5069
AegisName: "Mask_Of_Fox"
Name: "Kitsune Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -53849,8 +53850,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 153
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 153
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -53860,7 +53861,7 @@ item_db: (
Id: 5070
AegisName: "Headband_Of_Power"
Name: "Hot-blooded Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
@@ -53868,15 +53869,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 154
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 154
Script: <" bonus bStr,2; ">
},
{
Id: 5071
AegisName: "Indian_Headband"
Name: "Indian Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -53884,15 +53885,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 155
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 155
Script: <" bonus bDex,1; ">
},
{
Id: 5072
AegisName: "Inccubus_Horn"
Name: "Incubus Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 7
@@ -53900,9 +53901,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 156
+ ViewSprite: 156
Script: <"
bonus bAgi,1;
bonus bMdef,10;
@@ -53912,7 +53913,7 @@ item_db: (
Id: 5073
AegisName: "Cap_Of_Concentration"
Name: "Model Training Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 5
@@ -53920,99 +53921,99 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 157
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 157
Script: <" bonus bDex, 2; ">
},
{
Id: 5074
AegisName: "Ear_Of_Angels_Wing"
Name: "Angel Wing Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 158
+ ViewSprite: 158
Script: <" bonus bStr,1; ">
},
{
Id: 5075
AegisName: "Cowboy_Hat"
Name: "Cowboy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
- Loc: 256
- View: 159
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 159
},
{
Id: 5076
AegisName: "Fur_Hat"
Name: "Beanie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 3
- Loc: 256
- View: 160
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 160
Script: <" bonus bLuk,1; ">
},
{
Id: 5077
AegisName: "Tulip_Hairpin"
Name: "Tulip Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 161
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 161
},
{
Id: 5078
AegisName: "Sea_Otter_Cap"
Name: "Sea-Otter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 162
+ ViewSprite: 162
Script: <" bonus bVit,1; ">
},
{
Id: 5079
AegisName: "Crossed_Hair_Band"
Name: "X Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 163
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 163
},
{
Id: 5080
AegisName: "Headgear_Of_Queen"
Name: "Crown of Ancient Queen"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 164
+ ViewSprite: 164
},
{
Id: 5081
AegisName: "Mistress_Crown"
Name: "Crown of Mistress"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -54020,9 +54021,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 75
- View: 165
+ ViewSprite: 165
Script: <"
bonus bMaxSP,100;
bonus bInt,2;
@@ -54033,31 +54034,31 @@ item_db: (
Id: 5082
AegisName: "Mushroom_Band"
Name: "Decorative Mushroom"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 166
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 166
},
{
Id: 5083
AegisName: "Red_Tailed_Ribbon"
Name: "Red Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 167
+ ViewSprite: 167
Script: <" bonus bMdef,10; ">
},
{
Id: 5084
AegisName: "Lazy_Raccoon"
Name: "Lazy Smokie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
@@ -54065,28 +54066,28 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 168
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 168
Script: <" bonus2 bResEff,Eff_Sleep,2000; ">
},
{
Id: 5085
AegisName: "Pair_Of_Red_Ribbon"
Name: "Small Ribbons"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 45
Refine: false
- View: 169
+ ViewSprite: 169
},
{
Id: 5086
AegisName: "Alarm_Mask"
Name: "Alarm Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -54094,64 +54095,64 @@ item_db: (
All: true
Novice: false
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 170
+ ViewSprite: 170
Script: <" bonus2 bResEff,Eff_Blind,5000; ">
},
{
Id: 5087
AegisName: "Goblin_Mask_01"
Name: "Poker Face"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 171
+ ViewSprite: 171
},
{
Id: 5088
AegisName: "Goblin_Mask_02"
Name: "Surprised Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 172
+ ViewSprite: 172
},
{
Id: 5089
AegisName: "Goblin_Mask_03"
Name: "Annoyed Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 173
+ ViewSprite: 173
},
{
Id: 5090
AegisName: "Goblin_Mask_04"
Name: "Goblin Leader Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 174
+ ViewSprite: 174
},
{
Id: 5091
AegisName: "Big_Golden_Bell"
Name: "Decorative Golden Bell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -54159,15 +54160,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 35
- View: 175
+ ViewSprite: 175
},
{
Id: 5092
AegisName: "Blue_Coif"
Name: "Coif"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 150000
Weight: 300
Def: 5
@@ -54175,15 +54176,15 @@ item_db: (
Priest: true
Assassin: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 65
- View: 176
+ ViewSprite: 176
},
{
Id: 5093
AegisName: "Blue_Coif_"
Name: "Coif"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 150000
Weight: 300
Def: 5
@@ -54192,16 +54193,16 @@ item_db: (
Priest: true
Assassin: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 65
- View: 177
+ ViewSprite: 177
Script: <" bonus bMaxSP,100; ">
},
{
Id: 5094
AegisName: "Orc_Hero_Helm"
Name: "Helmet of Orc Hero"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500000
Weight: 900
Def: 5
@@ -54209,9 +54210,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 55
- View: 178
+ ViewSprite: 178
Script: <"
bonus bStr,2;
bonus bVit,1;
@@ -54221,7 +54222,7 @@ item_db: (
Id: 5095
AegisName: "Orc_Hero_Helm_"
Name: "Helmet of Orc Hero"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800000
Weight: 1000
Def: 5
@@ -54230,9 +54231,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 55
- View: 179
+ ViewSprite: 179
Script: <"
bonus bStr,2;
bonus bVit,1;
@@ -54242,7 +54243,7 @@ item_db: (
Id: 5096
AegisName: "Assassin_Mask_"
Name: "Assassin Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -54250,32 +54251,32 @@ item_db: (
Priest: true
Assassin: true
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 70
Refine: false
- View: 180
+ ViewSprite: 180
},
{
Id: 5097
AegisName: "Cone_Hat_"
Name: "Holiday Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 400
- Loc: 256
- View: 144
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 144
},
{
Id: 5098
AegisName: "Tiger_Mask"
Name: "Tiger Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 181
+ ViewSprite: 181
Script: <"
bonus bStr,3;
bonus bMaxHP,100;
@@ -54285,12 +54286,12 @@ item_db: (
Id: 5099
AegisName: "Cat_Hat"
Name: "Neko Mimi"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
- View: 182
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 182
Script: <"
bonus bLuk,2;
bonus bMdef,10;
@@ -54301,12 +54302,12 @@ item_db: (
Id: 5100
AegisName: "Sales_Signboard"
Name: "Sales Banner"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 75
- View: 183
+ ViewSprite: 183
Script: <"
bonus bStr,1;
bonus bAgi,1;
@@ -54317,12 +54318,12 @@ item_db: (
Id: 5101
AegisName: "Takius_Blindfold"
Name: "Takius Blindfold"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 184
+ ViewSprite: 184
Script: <"
bonus bInt,2;
bonus bDef,1;
@@ -54332,18 +54333,18 @@ item_db: (
Id: 5102
AegisName: "Round_Eyes"
Name: "Blank Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 185
+ ViewSprite: 185
},
{
Id: 5103
AegisName: "Sunflower_Hairpin"
Name: "Sunflower Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 2
@@ -54351,10 +54352,10 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 186
+ ViewSprite: 186
Script: <"
bonus bAgi,2;
bonus bCriticalRate,5;
@@ -54364,16 +54365,16 @@ item_db: (
Id: 5104
AegisName: "Dark_Blindfold"
Name: "Dark Blinder"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 187
+ ViewSprite: 187
Script: <"
bonus2 bResEff,Eff_Blind,10000;
bonus2 bResEff,Eff_Stun,200;
@@ -54383,13 +54384,13 @@ item_db: (
Id: 5105
AegisName: "Hat_Of_Cake_"
Name: "2nd Anniversary Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 24
- View: 109
+ ViewSprite: 109
Script: <"
bonus bMaxSP,60;
bonus3 bAddMonsterDropItem,7864,7,50;
@@ -54399,13 +54400,13 @@ item_db: (
Id: 5106
AegisName: "Cone_Hat_INA"
Name: "2nd Anniversary Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 144
+ ViewSprite: 144
Trade: {
nodrop: true
notrade: true
@@ -54426,150 +54427,150 @@ item_db: (
Id: 5107
AegisName: "Well_Baked_Toast"
Name: "Crunch Toast"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 188
+ ViewSprite: 188
},
{
Id: 5108
AegisName: "Detective_Hat"
Name: "Renown Detective's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 6
Slots: 1
- Loc: 256
- View: 189
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 189
},
{
Id: 5109
AegisName: "Red_Bonnet"
Name: "Red Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 4
- Loc: 256
- View: 190
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 190
},
{
Id: 5110
AegisName: "Baby_Pacifier"
Name: "Baby Pacifier"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 191
+ ViewSprite: 191
},
{
Id: 5111
AegisName: "Galapago_Cap"
Name: "Galapago Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 55
- View: 192
+ ViewSprite: 192
Script: <" bonus2 bAddMonsterDropItem,605,100; ">
},
{
Id: 5112
AegisName: "Super_Novice_Hat"
Name: "Super Novice Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 8500
Weight: 400
Def: 8
Job: {
Novice: true
}
- Upper: 47
- Loc: 256
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 193
+ ViewSprite: 193
Script: <" bonus bAllStats,1; ">
},
{
Id: 5113
AegisName: "Angry_Mouth"
Name: "Angry Snarl"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 194
+ ViewSprite: 194
},
{
Id: 5114
AegisName: "Fedora"
Name: "Bucket Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6000
Weight: 300
Def: 6
- Loc: 256
- View: 195
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 195
},
{
Id: 5115
AegisName: "Winter_Hat"
Name: "Winter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
- Loc: 256
- View: 196
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 196
Script: <" bonus2 bResEff,Eff_Freeze,1000; ">
},
{
Id: 5116
AegisName: "Banana_Hat"
Name: "Banana Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
- View: 197
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 197
Script: <" bonus3 bAutoSpell,SM_PROVOKE,3,30; ">
},
{
Id: 5117
AegisName: "Mistic_Rose"
Name: "Mystic Rose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 198
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 198
Script: <" bonus2 bAddRaceTolerance,RC_Plant,2; ">
},
{
Id: 5118
AegisName: "Ear_Of_Puppy"
Name: "Puppy Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 199
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 199
},
{
Id: 5119
AegisName: "Super_Novice_Hat_"
Name: "Super Novice Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 8500
Weight: 400
Def: 8
@@ -54577,29 +54578,29 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 256
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 193
+ ViewSprite: 193
Script: <" bonus bAllStats,1; ">
},
{
Id: 5120
AegisName: "Fedora_"
Name: "Bucket Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6000
Weight: 300
Def: 6
Slots: 1
- Loc: 256
- View: 195
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 195
},
{
Id: 5121
AegisName: "Zherlthsh_Mask"
Name: "Zealotus Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -54607,9 +54608,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 70
- View: 200
+ ViewSprite: 200
Script: <"
bonus2 bAddRace,RC_DemiPlayer,5;
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
@@ -54619,7 +54620,7 @@ item_db: (
Id: 5122
AegisName: "Magni_Cap"
Name: "Magni's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 1000
Def: 9
@@ -54627,16 +54628,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 65
- View: 250
+ ViewSprite: 250
Script: <" bonus bStr,2; ">
},
{
Id: 5123
AegisName: "Ulle_Cap"
Name: "Ulle's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 6
@@ -54645,9 +54646,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 65
- View: 254
+ ViewSprite: 254
Script: <"
bonus bDex,2;
bonus bAgi,1;
@@ -54657,7 +54658,7 @@ item_db: (
Id: 5124
AegisName: "Fricca_Circlet"
Name: "Fricca's Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 300
Def: 6
@@ -54665,9 +54666,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 65
- View: 251
+ ViewSprite: 251
Script: <"
bonus bMdef,10;
bonus bInt,2;
@@ -54678,7 +54679,7 @@ item_db: (
Id: 5125
AegisName: "Kiss_Of_Angel"
Name: "Angel's Kiss"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 300
Def: 6
@@ -54686,17 +54687,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 256
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 255
+ ViewSprite: 255
Script: <" bonus bSPrecovRate,3; ">
},
{
Id: 5126
AegisName: "Morpheuss_Hood"
Name: "Morpheus's Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 200
Def: 3
@@ -54704,16 +54705,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 33
- View: 256
+ ViewSprite: 256
Script: <" bonus bInt,2; ">
},
{
Id: 5127
AegisName: "Morriganes_Helm"
Name: "Morrigane's Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 8
@@ -54721,9 +54722,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 61
- View: 257
+ ViewSprite: 257
Script: <"
bonus bLuk,2;
bonus bBaseAtk,3;
@@ -54733,7 +54734,7 @@ item_db: (
Id: 5128
AegisName: "Goibnes_Helmet"
Name: "Goibne's Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 10
@@ -54741,9 +54742,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 54
- View: 258
+ ViewSprite: 258
Script: <"
bonus bVit,3;
bonus bMdef,3;
@@ -54753,14 +54754,14 @@ item_db: (
Id: 5129
AegisName: "Bird_Nest"
Name: "Bird Nest"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
Refine: false
- View: 201
+ ViewSprite: 201
Script: <"
bonus bAgi,2;
bonus2 bAddRaceTolerance,RC_Brute,10;
@@ -54770,7 +54771,7 @@ item_db: (
Id: 5130
AegisName: "Lion_Mask"
Name: "Lion Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Job: {
@@ -54787,9 +54788,9 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 75
- View: 202
+ ViewSprite: 202
Script: <"
bonus2 bAddEffWhenHit,Eff_Silence,500;
bonus bMdef,1;
@@ -54799,7 +54800,7 @@ item_db: (
Id: 5131
AegisName: "Close_Helmet"
Name: "Close Helmet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Def: 8
@@ -54808,9 +54809,9 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 75
- View: 203
+ ViewSprite: 203
Script: <"
bonus bVit,3;
bonus bMaxHPrate,3;
@@ -54820,13 +54821,13 @@ item_db: (
Id: 5132
AegisName: "Angeling_Hat"
Name: "Angeling Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 204
+ ViewSprite: 204
Trade: {
nodrop: true
notrade: true
@@ -54842,7 +54843,7 @@ item_db: (
Id: 5133
AegisName: "Sheep_Hat"
Name: "Sheep Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 3
@@ -54851,56 +54852,56 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 205
+ ViewSprite: 205
Script: <" bonus bShortWeaponDamageReturn,5; ">
},
{
Id: 5134
AegisName: "Pumpkin_Hat"
Name: "Pumpkin-Head"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
- View: 206
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 206
Script: <" bonus bAllStats,3; ">
},
{
Id: 5135
AegisName: "Cyclops_Visor"
Name: "Cyclop's Eye"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 75
Refine: false
- View: 207
+ ViewSprite: 207
Script: <" bonus bMaxSP,50; ">
},
{
Id: 5136
AegisName: "Santas_Hat_"
Name: "Antonio's Santa Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 20
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 20
Script: <" bonus bMdef,2; ">
},
{
Id: 5137
AegisName: "Alice_Doll"
Name: "Alice Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
@@ -54909,10 +54910,10 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 208
+ ViewSprite: 208
Script: <"
bonus bStr,1;
bonus2 bAddRace,RC_DemiPlayer,10;
@@ -54923,7 +54924,7 @@ item_db: (
Id: 5138
AegisName: "Magic_Eyes"
Name: "Magic Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
@@ -54933,9 +54934,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 209
+ ViewSprite: 209
Script: <"
bonus bMdef,5;
bonus bVariableCastrate,-10;
@@ -54946,13 +54947,13 @@ item_db: (
Id: 5139
AegisName: "Hibiscus"
Name: "Hibiscus"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 210
+ ViewSprite: 210
Script: <"
bonus bDex,1;
bonus bInt,1;
@@ -54963,14 +54964,14 @@ item_db: (
Id: 5140
AegisName: "Charming_Ribbon"
Name: "Charming Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 211
+ ViewSprite: 211
Script: <"
bonus2 bAddRaceTolerance,RC_Undead,5;
bonus2 bAddRaceTolerance,RC_Demon,5;
@@ -54980,7 +54981,7 @@ item_db: (
Id: 5141
AegisName: "Marionette_Doll"
Name: "Marionette Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
@@ -54989,16 +54990,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 212
+ ViewSprite: 212
Script: <" bonus bStr,1; ">
},
{
Id: 5142
AegisName: "Crescent_Helm"
Name: "Crescent Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 48000
Weight: 3000
Def: 20
@@ -55011,9 +55012,9 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
- View: 213
+ ViewSprite: 213
Script: <"
bonus bVit,1;
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
@@ -55023,7 +55024,7 @@ item_db: (
Id: 5143
AegisName: "Kabuki_Mask"
Name: "Kabuki Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 1000
Def: 5
@@ -55032,41 +55033,41 @@ item_db: (
All: true
Novice: false
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 30
- View: 214
+ ViewSprite: 214
Script: <" bonus2 bResEff,Eff_Silence,3000; ">
},
{
Id: 5144
AegisName: "Gambler_Hat"
Name: "Gamble Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
- Loc: 256
- View: 16
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 16
Script: <" bonus bLuk,5; ">
},
{
Id: 5145
AegisName: "Carnival_Joker_Jester"
Name: "Carnival Joker Jester"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
- Loc: 256
- View: 89
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 89
},
{
Id: 5146
AegisName: "Elephant_Hat"
Name: "Elephant Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
- Loc: 256
- View: 215
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 215
Script: <"
bonus bVit,1;
skill WZ_WATERBALL,1;
@@ -55077,12 +55078,12 @@ item_db: (
Id: 5147
AegisName: "Baseball_Cap"
Name: "Baseball Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
Slots: 1
- Loc: 256
- View: 216
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 216
Trade: {
nodrop: true
notrade: true
@@ -55098,20 +55099,20 @@ item_db: (
Id: 5148
AegisName: "Phrygian_Cap"
Name: "Phrygian Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
- Loc: 256
- View: 217
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 217
Script: <" bonus bInt,2; ">
},
{
Id: 5149
AegisName: "Silver_Tiara"
Name: "Silver Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 218
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 218
Trade: {
nodrop: true
notrade: true
@@ -55127,26 +55128,26 @@ item_db: (
Id: 5150
AegisName: "Joker_Jester_"
Name: "Joker Jester"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 219
+ ViewSprite: 219
Script: <" bonus bSpeedRate,25; ">
},
{
Id: 5151
AegisName: "Headset_OST"
Name: "Note Headphone"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
Slots: 1
- Loc: 768
- View: 220
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 220
Script: <"
bonus bMdef,3;
bonus2 bResEff,Eff_Stun,1000;
@@ -55157,12 +55158,12 @@ item_db: (
Id: 5152
AegisName: "Chinese_Crown"
Name: "Chinese Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2000
Def: 2
- Loc: 768
- View: 221
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 221
Script: <"
bonus bMdef,2;
bonus2 bResEff,Eff_Stun,1000;
@@ -55173,25 +55174,25 @@ item_db: (
Id: 5153
AegisName: "Angeling_Hairpin"
Name: "Angeling Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 5
- Loc: 256
- View: 222
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 222
Script: <" bonus bFlee,5; ">
},
{
Id: 5154
AegisName: "Sunglasses_F"
Name: "Father's Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 12
+ ViewSprite: 12
Trade: {
nodrop: true
notrade: true
@@ -55206,12 +55207,12 @@ item_db: (
Id: 5155
AegisName: "Granpa_Beard_F"
Name: "Father's White Moustache"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 25
+ ViewSprite: 25
Trade: {
nodrop: true
notrade: true
@@ -55227,12 +55228,12 @@ item_db: (
Id: 5156
AegisName: "Flu_Mask_F"
Name: "Father's Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 8
+ ViewSprite: 8
Trade: {
nodrop: true
notrade: true
@@ -55248,7 +55249,7 @@ item_db: (
Id: 5157
AegisName: "Viking_Helm_"
Name: "Orc Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 9
@@ -55264,14 +55265,14 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
- View: 86
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 86
},
{
Id: 5158
AegisName: "Holy_Bonnet_"
Name: "Monk Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Def: 10
@@ -55281,15 +55282,15 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
- View: 35
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 35
Script: <" bonus bMdef,3; ">
},
{
Id: 5159
AegisName: "Golden_Gear_"
Name: "Golden Gear"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 9
@@ -55298,16 +55299,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 30
+ ViewSprite: 30
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5160
AegisName: "Magestic_Goat_"
Name: "Magestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 9
@@ -55322,15 +55323,15 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
- View: 41
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 41
Script: <" bonus bStr,1; ">
},
{
Id: 5161
AegisName: "Sharp_Gear_"
Name: "Spiky Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 12
@@ -55351,15 +55352,15 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 43
+ ViewSprite: 43
},
{
Id: 5162
AegisName: "Bone_Helm_"
Name: "Bone Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 15
@@ -55372,16 +55373,16 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 103
+ ViewSprite: 103
Script: <" bonus2 bSubEle,Ele_Dark,-15; ">
},
{
Id: 5163
AegisName: "Corsair_"
Name: "Corsair"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
@@ -55390,15 +55391,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 105
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 105
Script: <" bonus bVit,1; ">
},
{
Id: 5164
AegisName: "Tiara_"
Name: "Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 7
@@ -55407,17 +55408,17 @@ item_db: (
All: true
Novice: false
}
- Gender: 0
- Loc: 256
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 19
+ ViewSprite: 19
Script: <" bonus bInt,1; ">
},
{
Id: 5165
AegisName: "Crown_"
Name: "Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 7
@@ -55426,17 +55427,17 @@ item_db: (
All: true
Novice: false
}
- Gender: 1
- Loc: 256
+ Gender: "SEX_MALE"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 45
+ ViewSprite: 45
Script: <" bonus bInt,1; ">
},
{
Id: 5166
AegisName: "Spinx_Helm_"
Name: "Sphinx Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 5
@@ -55446,51 +55447,51 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 257
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
EquipLv: 65
Refine: false
- View: 137
+ ViewSprite: 137
Script: <" bonus bStr,2; ">
},
{
Id: 5167
AegisName: "Munak_Turban_"
Name: "Munak Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 51
+ ViewSprite: 51
Script: <" bonus2 bAddRaceTolerance,RC_Undead,10; ">
},
{
Id: 5168
AegisName: "Bongun_Hat_"
Name: "Bongun Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 139
+ ViewSprite: 139
},
{
Id: 5169
AegisName: "Bride_Mask"
Name: "Bride Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 4
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 40
- View: 223
+ ViewSprite: 223
Script: <"
if(BaseClass==Job_Taekwon) {
bonus bLuk,2;
@@ -55502,7 +55503,7 @@ item_db: (
Id: 5170
AegisName: "Feather_Beret"
Name: "Feather Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 600
Def: 1
@@ -55510,8 +55511,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 224
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 224
Script: <"
bonus bMdef,1;
bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
@@ -55521,7 +55522,7 @@ item_db: (
Id: 5171
AegisName: "Valkyrie_Helm"
Name: "Valkyrie Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100000
Weight: 1000
Def: 10
@@ -55546,35 +55547,35 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 256
- View: 225
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 225
Script: <" bonus bMdef,5; ">
},
{
Id: 5172
AegisName: "Beret"
Name: "Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 700
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 226
+ ViewSprite: 226
Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,10; ">
},
{
Id: 5173
AegisName: "Satto_Hat"
Name: "Magistrate Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 400
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 227
+ ViewSprite: 227
Script: <"
if(BaseClass==Job_Taekwon) {
bonus bAgi,1;
@@ -55586,14 +55587,14 @@ item_db: (
Id: 5174
AegisName: "Ayam"
Name: "Ayam"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 400
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 228
+ ViewSprite: 228
Script: <"
if(BaseClass==Job_Taekwon) {
bonus bInt,1;
@@ -55605,12 +55606,12 @@ item_db: (
Id: 5175
AegisName: "Censor_Bar"
Name: "Censor Bar"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 229
+ ViewSprite: 229
Script: <"
bonus2 bResEff,Eff_Curse,500;
bonus bMdef,1;
@@ -55621,14 +55622,14 @@ item_db: (
Id: 5176
AegisName: "Hahoe_Mask"
Name: "Hahoe Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 100
Def: 2
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 30
Refine: false
- View: 230
+ ViewSprite: 230
Script: <"
if(BaseClass==Job_Taekwon) {
bonus bLuk,1;
@@ -55640,14 +55641,14 @@ item_db: (
Id: 5177
AegisName: "Guardian_Lion_Mask"
Name: "Mythical Lion Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 5
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 40
- View: 231
+ ViewSprite: 231
Script: <"
if(BaseClass==Job_Taekwon) {
bonus bDex,2;
@@ -55660,21 +55661,21 @@ item_db: (
Id: 5178
AegisName: "Candle_"
Name: "Candle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
- Loc: 256
- View: 113
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 113
Script: <" bonus bAllStats,1; ">
},
{
Id: 5179
AegisName: "Gold_Tiara"
Name: "Golden Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 232
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 232
Trade: {
nodrop: true
notrade: true
@@ -55690,19 +55691,19 @@ item_db: (
Id: 5180
AegisName: "Phrygian_Cap_"
Name: "France Holiday Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 217
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 217
Script: <" bonus bVit,1; ">
},
{
Id: 5181
AegisName: "Helm_Of_Darkness"
Name: "Helm of Darkness"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
@@ -55718,23 +55719,23 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
- View: 233
+ ViewSprite: 233
Script: <" bonus bStr,2; ">
},
{
Id: 5182
AegisName: "Puppy_Hat"
Name: "Puppy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 234
+ ViewSprite: 234
Script: <"
bonus bAgi,1;
bonus3 bAutoSpell,PR_GLORIA,1,10+20*(readparam(bAgi)>=77);
@@ -55744,13 +55745,13 @@ item_db: (
Id: 5183
AegisName: "Bird_Nest_Hat"
Name: "Bird Nest Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 235
+ ViewSprite: 235
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -55761,7 +55762,7 @@ item_db: (
Id: 5184
AegisName: "Captain_Hat"
Name: "Captain's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
@@ -55769,23 +55770,23 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 236
+ ViewSprite: 236
Script: <" bonus2 bSubEle,Ele_Water,5; ">
},
{
Id: 5185
AegisName: "Laurel_Wreath"
Name: "Laurel Wreath"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 237
+ ViewSprite: 237
Script: <"
bonus bLuk,3;
bonus2 bResEff,Eff_Blind,500;
@@ -55796,14 +55797,14 @@ item_db: (
Id: 5186
AegisName: "Geographer_Band"
Name: "Geographer Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 238
+ ViewSprite: 238
Script: <"
bonus bInt,1;
bonus3 bAutoSpellWhenHit,AL_HEAL,1,50;
@@ -55813,14 +55814,14 @@ item_db: (
Id: 5187
AegisName: "Twin_Ribbon"
Name: "Twin Red Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 239
+ ViewSprite: 239
Script: <"
bonus bMaxSP,30;
bonus bMdef,3;
@@ -55832,13 +55833,13 @@ item_db: (
Id: 5188
AegisName: "Minstrel_Hat"
Name: "Creative Convention Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 240
+ ViewSprite: 240
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -55848,11 +55849,11 @@ item_db: (
Id: 5189
AegisName: "Fallen_Leaves"
Name: "Autumn Leaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 241
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 241
Script: <"
bonus bMaxHP,40;
bonus bMaxSP,40;
@@ -55862,123 +55863,123 @@ item_db: (
Id: 5190
AegisName: "Baseball_Cap_"
Name: "Independence Memorial Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 20
Def: 5
Slots: 1
- Loc: 256
- View: 216
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 216
},
{
Id: 5191
AegisName: "Ribbon_Black"
Name: "Black Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 242
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 242
Script: <" bonus bMdef,3; ">
},
{
Id: 5192
AegisName: "Ribbon_Yellow"
Name: "Yellow Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 243
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 243
Script: <" bonus bMdef,3; ">
},
{
Id: 5193
AegisName: "Ribbon_Green"
Name: "Green Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 244
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 244
Script: <" bonus bMdef,3; ">
},
{
Id: 5194
AegisName: "Ribbon_Pink"
Name: "Pink Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 245
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 245
Script: <" bonus bMdef,3; ">
},
{
Id: 5195
AegisName: "Ribbon_Red"
Name: "Red Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 246
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 246
Script: <" bonus bMdef,3; ">
},
{
Id: 5196
AegisName: "Ribbon_Orange"
Name: "Orange Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 247
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 247
Script: <" bonus bMdef,3; ">
},
{
Id: 5197
AegisName: "Ribbon_White"
Name: "White Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
Slots: 1
- Gender: 0
- Loc: 256
- View: 248
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 248
Script: <" bonus bMdef,3; ">
},
{
Id: 5198
AegisName: "Drooping_Bunny"
Name: "Evolved Drooping Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 3
- Gender: 0
- Loc: 256
- View: 249
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 249
Script: <"
bonus bDex,1;
bonus bFlee,2;
@@ -55988,69 +55989,69 @@ item_db: (
Id: 5199
AegisName: "Baseball_Cap_I"
Name: "Baseball Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 256
- View: 216
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 216
},
{
Id: 5200
AegisName: "Coppola"
Name: "Coppola"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
- Loc: 256
- View: 252
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 252
},
{
Id: 5201
AegisName: "Party_Hat_B"
Name: "Party Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
- View: 144
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 144
Script: <" bonus bAllStats,3; ">
},
{
Id: 5202
AegisName: "Pumpkin_Hat_"
Name: "Fantastic Pumpkin-Head"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
- View: 206
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 206
Script: <" bonus2 bAddRaceTolerance,RC_Demon,5; ">
},
{
Id: 5203
AegisName: "Tongue_Mask"
Name: "Smiling Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 253
+ ViewSprite: 253
Script: <" bonus bSpeedRate,25; ">
},
{
Id: 5204
AegisName: "Event_Pierrot_Nose"
Name: "Rudolph's Nose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 49
+ ViewSprite: 49
Script: <"
bonus2 bResEff,Eff_Blind,3000;
bonus2 bAddMonsterDropItem,12130,30;
@@ -56060,12 +56061,12 @@ item_db: (
Id: 5205
AegisName: "Wreath"
Name: "Emperor's Laurel Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 3
- Loc: 768
- View: 261
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 261
Script: <"
bonus bAllStats,1;
bonus bMdef,3;
@@ -56075,28 +56076,28 @@ item_db: (
Id: 5206
AegisName: "Romantic_White_Flower"
Name: "Romantic White Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 259
+ ViewSprite: 259
Script: <" bonus2 bAddRaceTolerance,RC_Plant,3; ">
},
{
Id: 5207
AegisName: "Gold_Spirit_Chain"
Name: "Angel Blessing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 260
+ ViewSprite: 260
Script: <"
bonus bLuk,1;
bonus2 bSubEle,Ele_Holy,5;
@@ -56106,7 +56107,7 @@ item_db: (
Id: 5208
AegisName: "Rideword_Hat"
Name: "Rideword Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
@@ -56115,9 +56116,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 262
+ ViewSprite: 262
Script: <"
bonus2 bHPDrainRate,50,8;
bonus2 bSPDrainRate,10,4;
@@ -56128,23 +56129,23 @@ item_db: (
Id: 5209
AegisName: "Yellow_Baseball_Cap"
Name: "Love Dad Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 256
- View: 263
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 263
},
{
Id: 5210
AegisName: "Flying_Angel"
Name: "Flapping Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 264
+ ViewSprite: 264
Script: <"
bonus bVariableCastrate,-3;
bonus bAspdRate,3;
@@ -56156,13 +56157,13 @@ item_db: (
Id: 5211
AegisName: "Dress_Hat"
Name: "Dress Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 265
+ ViewSprite: 265
Script: <"
bonus bMdef,7;
bonus bStr,1;
@@ -56181,13 +56182,13 @@ item_db: (
Id: 5212
AegisName: "Satellite_Hairband"
Name: "Satellite Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 266
+ ViewSprite: 266
Script: <"
bonus bMaxHP,50;
bonus bMaxSP,10;
@@ -56199,11 +56200,11 @@ item_db: (
Id: 5213
AegisName: "Black_Bunny_Band"
Name: "Sheila Hairnet"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 4
- Loc: 256
- View: 267
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 267
Script: <"
bonus bAgi,2;
bonus bMdef,3;
@@ -56213,11 +56214,11 @@ item_db: (
Id: 5214
AegisName: "Moonlight_Flower_Hat"
Name: "Moonlight Flower Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 3
- Loc: 768
- View: 268
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 268
Script: <"
bonus bDex,2;
bonus3 bAutoSpell,AL_INCAGI,1,50;
@@ -56227,7 +56228,7 @@ item_db: (
Id: 5215
AegisName: "Angelic_Chain_"
Name: "Evolved Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -56235,8 +56236,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 38
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 38
Script: <"
bonus bMdef,3;
bonus bDex,1;
@@ -56248,7 +56249,7 @@ item_db: (
Id: 5216
AegisName: "Satanic_Chain_"
Name: "Evolved Evil Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
@@ -56256,8 +56257,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 39
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 39
Script: <"
bonus bStr,1;
bonus bAgi,1;
@@ -56269,7 +56270,7 @@ item_db: (
Id: 5217
AegisName: "Magestic_Goat_TW"
Name: "Evolved Magestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 10
@@ -56283,27 +56284,27 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
- View: 41
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 41
Script: <" bonus bStr,2; ">
},
{
Id: 5218
AegisName: "Bunny_Band_"
Name: "Evolved Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 15
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 15
Script: <" bonus bInt,2; ">
},
{
Id: 5219
AegisName: "Drooping_Kitty_"
Name: "Evolved Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -56311,8 +56312,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 142
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 142
Script: <"
bonus bMdef,18;
bonus bFlee,3;
@@ -56322,16 +56323,16 @@ item_db: (
Id: 5220
AegisName: "Smoking_Pipe_"
Name: "Evolved Pipe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 55
+ ViewSprite: 55
Script: <"
bonus bVit,1;
bonus2 bAddRaceTolerance,RC_Brute,5;
@@ -56341,27 +56342,27 @@ item_db: (
Id: 5221
AegisName: "Pair_Of_Red_Ribbon_"
Name: "Evolved Pair of Red Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 45
Refine: false
- View: 169
+ ViewSprite: 169
Script: <" bonus bFlee,5; ">
},
{
Id: 5222
AegisName: "Fish_On_Head_"
Name: "Evolved Blue Fish"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 149
+ ViewSprite: 149
Script: <"
bonus bAgi,1;
bonus bDex,1;
@@ -56371,7 +56372,7 @@ item_db: (
Id: 5223
AegisName: "Big_Golden_Bell_"
Name: "Evolved Big Golden Bell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -56379,16 +56380,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 35
- View: 175
+ ViewSprite: 175
Script: <" bonus bAgi,2; ">
},
{
Id: 5224
AegisName: "Orc_Hero_Helm_TW"
Name: "Evolved Orc Hero Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500000
Weight: 900
Def: 5
@@ -56396,9 +56397,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 55
- View: 178
+ ViewSprite: 178
Script: <"
bonus bStr,2;
bonus bVit,1;
@@ -56409,14 +56410,14 @@ item_db: (
Id: 5225
AegisName: "Marcher_Hat"
Name: "Parade Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 269
+ ViewSprite: 269
Script: <"
bonus bMdef,2;
bonus bStr,2;
@@ -56430,12 +56431,12 @@ item_db: (
Id: 5226
AegisName: "Mini_Propeller_"
Name: "Mini Propeller"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
- Loc: 256
- View: 270
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 270
Script: <"
bonus bAgi,2;
bonus bDex,1;
@@ -56447,7 +56448,7 @@ item_db: (
Id: 5227
AegisName: "Red_Deviruchi_Cap"
Name: "Red Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
@@ -56455,9 +56456,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 271
+ ViewSprite: 271
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -56467,7 +56468,7 @@ item_db: (
Id: 5228
AegisName: "White_Deviruchi_Cap"
Name: "Gray Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
@@ -56475,9 +56476,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 272
+ ViewSprite: 272
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -56487,7 +56488,7 @@ item_db: (
Id: 5229
AegisName: "Gray_Deviruchi_Cap"
Name: "Brown Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
@@ -56495,9 +56496,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 273
+ ViewSprite: 273
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -56507,7 +56508,7 @@ item_db: (
Id: 5230
AegisName: "White_Drooping_Kitty"
Name: "Gray Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -56515,8 +56516,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 274
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 274
Script: <"
bonus2 bResEff,Eff_Curse,3000;
bonus bMdef,15;
@@ -56526,7 +56527,7 @@ item_db: (
Id: 5231
AegisName: "Gray_Drooping_Kitty"
Name: "Brown Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -56534,8 +56535,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 275
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 275
Script: <"
bonus2 bResEff,Eff_Curse,3000;
bonus bMdef,15;
@@ -56545,7 +56546,7 @@ item_db: (
Id: 5232
AegisName: "Pink_Drooping_Kitty"
Name: "Pink Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -56553,8 +56554,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 276
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 276
Script: <"
bonus2 bResEff,Eff_Curse,3000;
bonus bMdef,15;
@@ -56564,7 +56565,7 @@ item_db: (
Id: 5233
AegisName: "Blue_Drooping_Kitty"
Name: "Blue Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -56572,8 +56573,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 277
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 277
Script: <"
bonus2 bResEff,Eff_Curse,3000;
bonus bMdef,15;
@@ -56583,7 +56584,7 @@ item_db: (
Id: 5234
AegisName: "Yellow_Drooping_Kitty"
Name: "Yellow Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -56591,8 +56592,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 278
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 278
Script: <"
bonus2 bResEff,Eff_Curse,3000;
bonus bMdef,15;
@@ -56602,43 +56603,43 @@ item_db: (
Id: 5235
AegisName: "Gray_Fur_Hat"
Name: "Brown Beanie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 3
- Loc: 256
- View: 279
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 279
Script: <" bonus bLuk,1; ">
},
{
Id: 5236
AegisName: "Blue_Fur_Hat"
Name: "Blue Beanie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 3
- Loc: 256
- View: 280
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 280
Script: <" bonus bLuk,1; ">
},
{
Id: 5237
AegisName: "Pink_Fur_Hat"
Name: "Pink Beanie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 3
- Loc: 256
- View: 281
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 281
Script: <" bonus bLuk,1; ">
},
{
Id: 5238
AegisName: "Red_Wizardry_Hat"
Name: "Red Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -56648,8 +56649,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 282
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 282
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -56659,7 +56660,7 @@ item_db: (
Id: 5239
AegisName: "White_Wizardry_Hat"
Name: "Gray Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -56669,8 +56670,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 283
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 283
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -56680,7 +56681,7 @@ item_db: (
Id: 5240
AegisName: "Gray_Wizardry_Hat"
Name: "Brown Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -56690,8 +56691,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 284
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 284
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -56701,7 +56702,7 @@ item_db: (
Id: 5241
AegisName: "Blue_Wizardry_Hat"
Name: "Blue Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -56711,8 +56712,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 285
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 285
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -56722,7 +56723,7 @@ item_db: (
Id: 5242
AegisName: "Yellow_Wizardry_Hat"
Name: "Yellow Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -56732,8 +56733,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 286
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 286
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -56743,51 +56744,51 @@ item_db: (
Id: 5243
AegisName: "Chullos"
Name: "Shafka"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 2
Slots: 1
- Loc: 768
- View: 287
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 287
Script: <" bonus2 bResEff,Eff_Freeze,1000; ">
},
{
Id: 5244
AegisName: "Elven_Blindfold"
Name: "Elven Blindfold"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 288
+ ViewSprite: 288
Script: <" bonus2 bResEff,Eff_Blind,10000; ">
},
{
Id: 5245
AegisName: "Elven_Sunglasses"
Name: "Elven Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 289
+ ViewSprite: 289
Script: <" bonus2 bResEff,Eff_Blind,500; ">
},
{
Id: 5246
AegisName: "Angelic_Helm"
Name: "Angelic Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 7
- Loc: 256
- View: 290
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 290
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -56799,12 +56800,12 @@ item_db: (
Id: 5247
AegisName: "Satanic_Helm"
Name: "Satanic Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
- Loc: 256
- View: 291
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 291
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -56816,61 +56817,61 @@ item_db: (
Id: 5248
AegisName: "Robotic_Blindfold"
Name: "Robotic Blindfold"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 292
+ ViewSprite: 292
Script: <" bonus2 bResEff,Eff_Blind,10000; ">
},
{
Id: 5249
AegisName: "Human_Blindfold"
Name: "Human Blindfold"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 293
+ ViewSprite: 293
Script: <" bonus2 bResEff,Eff_Blind,10000; ">
},
{
Id: 5250
AegisName: "Robotic_Ears"
Name: "Robotic Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 294
+ ViewSprite: 294
},
{
Id: 5251
AegisName: "Round_Ears"
Name: "Round Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 295
+ ViewSprite: 295
},
{
Id: 5252
AegisName: "Drooping_Nine_Tail"
Name: "Drooping Ninetail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 296
+ ViewSprite: 296
Script: <"
bonus bAgi,1;
bonus bDex,1;
@@ -56881,14 +56882,14 @@ item_db: (
Id: 5253
AegisName: "Lif_Doll_Hat"
Name: "Lif Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 297
+ ViewSprite: 297
Script: <"
bonus bInt,1;
bonus bMdef,getrefine();
@@ -56899,13 +56900,13 @@ item_db: (
Id: 5254
AegisName: "Deviling_Hat"
Name: "Deviling Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
Slots: 1
- Loc: 256
- View: 298
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 298
Trade: {
nodrop: true
notrade: true
@@ -56928,14 +56929,14 @@ item_db: (
Id: 5255
AegisName: "Triple_Poring_Hat"
Name: "Triple Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 299
+ ViewSprite: 299
Script: <"
bonus bLuk,3;
bonus3 bAutoSpell,BS_GREED,1,50;
@@ -56945,14 +56946,14 @@ item_db: (
Id: 5256
AegisName: "Valkyrie_Feather_Band"
Name: "Valkyrie Feather Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 300
+ ViewSprite: 300
Script: <"
bonus bInt,1;
bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;
@@ -56962,7 +56963,7 @@ item_db: (
Id: 5257
AegisName: "Soulless_Wing"
Name: "Soul Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
@@ -56970,9 +56971,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 301
+ ViewSprite: 301
Script: <"
bonus bMdef,2;
bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10;
@@ -56982,13 +56983,13 @@ item_db: (
Id: 5258
AegisName: "Afro_Wig"
Name: "Afro Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 10
- View: 302
+ ViewSprite: 302
Script: <"
bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,300;
bonus2 bSubEle,Ele_Neutral,1;
@@ -56998,12 +56999,12 @@ item_db: (
Id: 5259
AegisName: "Elephant_Hat_"
Name: "Elephant Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
- Loc: 256
- View: 215
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 215
Script: <"
bonus bVit,1;
bonus3 bAutoSpell,WZ_WATERBALL,3,10;
@@ -57014,12 +57015,12 @@ item_db: (
Id: 5260
AegisName: "Cookie_Hat"
Name: "Cookie Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
- View: 217
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 217
Script: <"
bonus bAgi,1;
bonus bFlee2,5;
@@ -57030,12 +57031,12 @@ item_db: (
Id: 5261
AegisName: "Silver_Tiara_"
Name: "Silver Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
- Loc: 256
- View: 218
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 218
Script: <"
bonus bInt,2;
if(BaseClass==Job_Mage) bonus bMatkRate,(JobLevel/20);
@@ -57047,12 +57048,12 @@ item_db: (
Id: 5262
AegisName: "Gold_Tiara_"
Name: "Golden Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
- Loc: 256
- View: 232
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 232
Script: <"
bonus bStr,2;
bonus bUnbreakableHelm,0;
@@ -57065,7 +57066,7 @@ item_db: (
Id: 5263
AegisName: "Ati_Atihan_Hat"
Name: "Pagdayaw"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -57073,9 +57074,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 20
- View: 303
+ ViewSprite: 303
Script: <"
bonus2 bSubEle,Ele_Water,1;
bonus2 bSubEle,Ele_Earth,1;
@@ -57088,28 +57089,28 @@ item_db: (
Id: 5264
AegisName: "Aussie_Flag_Hat"
Name: "Australian Flag Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
- Loc: 256
- View: 304
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 304
Script: <" bonus bAllStats,2; ">
},
{
Id: 5265
AegisName: "Apple_Of_Archer_C"
Name: "Rental Apple of Archer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 12
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 72
+ ViewSprite: 72
Trade: {
nodrop: true
notrade: true
@@ -57126,12 +57127,12 @@ item_db: (
Id: 5266
AegisName: "Bunny_Band_C"
Name: "Rental Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 15
+ ViewSprite: 15
Trade: {
nodrop: true
notrade: true
@@ -57151,12 +57152,12 @@ item_db: (
Id: 5267
AegisName: "Sahkkat_C"
Name: "Sahkkat C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 67
+ ViewSprite: 67
Trade: {
nodrop: true
notrade: true
@@ -57173,16 +57174,16 @@ item_db: (
Id: 5268
AegisName: "Lord_Circlet_C"
Name: "Grand Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 12
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 93
+ ViewSprite: 93
Trade: {
nodrop: true
notrade: true
@@ -57204,13 +57205,13 @@ item_db: (
Id: 5269
AegisName: "Flying_Angel_"
Name: "Flapping Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 264
+ ViewSprite: 264
Trade: {
nodrop: true
notrade: true
@@ -57232,26 +57233,26 @@ item_db: (
Id: 5270
AegisName: "Fallen_Leaves_"
Name: "Autumn Leaves"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
- View: 241
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 241
Script: <" bonus bFlee2,5; ">
},
{
Id: 5271
AegisName: "Chinese_Crown_"
Name: "Phoenix Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
Slots: 1
- Loc: 768
- View: 221
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 221
Script: <"
bonus bMdef,3;
bonus2 bSubRace,RC_Boss,getrefine();
@@ -57261,25 +57262,25 @@ item_db: (
Id: 5272
AegisName: "Tongue_Mask_"
Name: "Tongue Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 253
+ ViewSprite: 253
Script: <" bonus3 bAutoSpell,SM_PROVOKE,5,50; ">
},
{
Id: 5273
AegisName: "Happy_Wig"
Name: "Happy Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 768
- View: 305
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 305
Script: <"
bonus bSpeedRate,25;
bonus bDef,4;
@@ -57291,12 +57292,12 @@ item_db: (
Id: 5274
AegisName: "Shiny_Wig"
Name: "Shiny Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 768
- View: 306
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 306
Script: <"
bonus bSpeedRate,25;
bonus bDef,4;
@@ -57308,12 +57309,12 @@ item_db: (
Id: 5275
AegisName: "Marvelous_Wig"
Name: "Marvelous Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 768
- View: 307
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 307
Script: <"
bonus bSpeedRate,25;
bonus bDef,4;
@@ -57325,12 +57326,12 @@ item_db: (
Id: 5276
AegisName: "Fantastic_Wig"
Name: "Fantastic Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 768
- View: 308
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 308
Script: <"
bonus bSpeedRate,25;
bonus bDef,4;
@@ -57342,7 +57343,7 @@ item_db: (
Id: 5277
AegisName: "Yellow_Bandana"
Name: "Air Pirate's Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -57350,9 +57351,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 309
+ ViewSprite: 309
Script: <"
bonus bLuk,2;
bonus bVit,2;
@@ -57363,7 +57364,7 @@ item_db: (
Id: 5278
AegisName: "Yellow_Ribbon"
Name: "Yellow Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -57371,9 +57372,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 310
+ ViewSprite: 310
Script: <"
bonus bLuk,2;
bonus bVit,2;
@@ -57384,16 +57385,16 @@ item_db: (
Id: 5279
AegisName: "Drooping_Kitty_C"
Name: "Refined Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Def: 3
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 142
+ ViewSprite: 142
Trade: {
nodrop: true
notrade: true
@@ -57413,16 +57414,16 @@ item_db: (
Id: 5280
AegisName: "Magestic_Goat_C"
Name: "Baphomet Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 41
+ ViewSprite: 41
Trade: {
nodrop: true
notrade: true
@@ -57439,16 +57440,16 @@ item_db: (
Id: 5281
AegisName: "Deviruchi_Cap_C"
Name: "Refined Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Def: 4
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 123
+ ViewSprite: 123
Trade: {
nodrop: true
notrade: true
@@ -57468,25 +57469,25 @@ item_db: (
Id: 5282
AegisName: "euRO_Baseball_Cap"
Name: "Europe Baseball Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
Slots: 1
- Loc: 256
- View: 216
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 216
},
{
Id: 5283
AegisName: "Chick_Hat"
Name: "Chick Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 311
+ ViewSprite: 311
Script: <"
bonus bLuk,2;
bonus bMaxHP,50;
@@ -57501,14 +57502,14 @@ item_db: (
Id: 5284
AegisName: "Water_Lily_Crown"
Name: "Water Lily Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 312
+ ViewSprite: 312
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -57521,27 +57522,27 @@ item_db: (
Id: 5285
AegisName: "Vane_Hairpin"
Name: "Vane Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 313
+ ViewSprite: 313
Script: <" bonus bAgi,2; ">
},
{
Id: 5286
AegisName: "Pecopeco_Hairband"
Name: "Pecopeco Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 314
+ ViewSprite: 314
Trade: {
nodrop: true
notrade: true
@@ -57563,27 +57564,27 @@ item_db: (
Id: 5287
AegisName: "Vacation_Hat"
Name: "Vacation Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 315
+ ViewSprite: 315
Script: <" bonus bVit,1; ">
},
{
Id: 5288
AegisName: "Red_Glasses"
Name: "Red Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 316
+ ViewSprite: 316
Trade: {
nodrop: true
notrade: true
@@ -57603,13 +57604,13 @@ item_db: (
Id: 5289
AegisName: "Vanilmirth_Hat"
Name: "Vanilmirth Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 317
+ ViewSprite: 317
Script: <"
bonus bUnbreakableHelm,0;
bonus3 bAutoSpell,MG_FIREBOLT,1,10;
@@ -57622,12 +57623,12 @@ item_db: (
Id: 5290
AegisName: "Drooping_Bunny_"
Name: "Drooping Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 249
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 249
Script: <"
bonus bDex,1;
bonus bFlee,2;
@@ -57637,13 +57638,13 @@ item_db: (
Id: 5291
AegisName: "Kettle_Hat"
Name: "Kettle Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 318
+ ViewSprite: 318
Script: <"
bonus4 bAutoSpell,SA_DELUGE,2,10,0;
bonus3 bAutoSpell,WZ_WATERBALL,3,10;
@@ -57653,25 +57654,25 @@ item_db: (
Id: 5292
AegisName: "Dragon_Skull"
Name: "Dragon Skull"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 319
+ ViewSprite: 319
Script: <" bonus2 bAddRaceTolerance,RC_Dragon,5; ">
},
{
Id: 5293
AegisName: "Ramen_Hat"
Name: "Ramen Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 320
+ ViewSprite: 320
Trade: {
nodrop: true
notrade: true
@@ -57692,11 +57693,11 @@ item_db: (
Id: 5294
AegisName: "Whisper_Mask"
Name: "Whisper Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 321
+ ViewSprite: 321
Trade: {
nodrop: true
notrade: true
@@ -57717,13 +57718,13 @@ item_db: (
Id: 5295
AegisName: "Golden_Bandana"
Name: "Golden Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2400
Def: 4
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 138
+ ViewSprite: 138
Trade: {
nodrop: true
notrade: true
@@ -57738,13 +57739,13 @@ item_db: (
Id: 5296
AegisName: "Drooping_Nine_Tail_"
Name: "Drooping Nine Tail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 256
- View: 296
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 296
Script: <"
bonus bAgi,1;
bonus bCritical,1;
@@ -57754,13 +57755,13 @@ item_db: (
Id: 5297
AegisName: "Soulless_Wing_"
Name: "Soul Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 256
- View: 301
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 301
Script: <"
bonus bAllStats,1;
bonus2 bSPRegenRate,2,10000;
@@ -57770,13 +57771,13 @@ item_db: (
Id: 5298
AegisName: "Marvelous_Wig_"
Name: "Dokebi's Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Slots: 1
- Loc: 768
- View: 307
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 307
Script: <"
bonus2 bSubEle,Ele_Neutral,5;
bonus2 bSubEle,Ele_Fire,-5;
@@ -57787,20 +57788,20 @@ item_db: (
Id: 5299
AegisName: "Ati_Atihan_Hat_"
Name: "Pagdayaw"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Slots: 1
- Loc: 769
- View: 303
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 303
Script: <" bonus3 bAutoSpell,DC_SCREAM,1,50; ">
},
{
Id: 5300
AegisName: "Bullock_Helm"
Name: "Bullock Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
@@ -57808,41 +57809,41 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 322
+ ViewSprite: 322
Script: <" bonus bMaxHP,100; ">
},
{
Id: 5301
AegisName: "Russian_Ribbon"
Name: "Victory Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 323
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 323
},
{
Id: 5302
AegisName: "Lotus_Flower_Hat"
Name: "Water Lily Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 324
+ ViewSprite: 324
},
{
Id: 5303
AegisName: "Flower_Coronet"
Name: "Flower Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
- View: 325
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 325
Script: <"
bonus bMdef,3;
bonus bMaxHP,50;
@@ -57852,14 +57853,14 @@ item_db: (
Id: 5304
AegisName: "Cap_Of_Blindness"
Name: "Cap Of Blindness"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 30
- View: 326
+ ViewSprite: 326
Script: <"
bonus2 bResEff,Eff_Curse,700;
bonus2 bResEff,Eff_Blind,10000;
@@ -57869,28 +57870,28 @@ item_db: (
Id: 5305
AegisName: "Pirate_Dagger"
Name: "Pirate Dagger"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 327
+ ViewSprite: 327
Script: <" bonus bBaseAtk,5; ">
},
{
Id: 5306
AegisName: "Freyja_Crown"
Name: "Freyja Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 20
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 328
+ ViewSprite: 328
Trade: {
nodrop: true
notrade: true
@@ -57907,13 +57908,13 @@ item_db: (
Id: 5307
AegisName: "Carmen_Mirandas_Hat"
Name: "Carmen Miranda's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 10
Slots: 1
- Loc: 256
- View: 329
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 329
Script: <"
bonus bMdef,3;
bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50;
@@ -57923,13 +57924,13 @@ item_db: (
Id: 5308
AegisName: "Brazilian_Flag_Hat"
Name: "Brazilian Flag Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
- View: 330
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 330
Trade: {
nodrop: true
notrade: true
@@ -57945,12 +57946,12 @@ item_db: (
Id: 5309
AegisName: "Mahican"
Name: "Wool Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 769
- View: 331
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 331
Trade: {
nodrop: true
notrade: true
@@ -57966,13 +57967,13 @@ item_db: (
Id: 5310
AegisName: "Bulb_Hairband"
Name: "Shining Electric Bulb Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 332
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 332
Script: <"
bonus2 bSubEle,Ele_Dark,10;
skill MG_SIGHT,1;
@@ -57983,20 +57984,20 @@ item_db: (
Id: 5311
AegisName: "Large_Hibiscus"
Name: "Large Hisbiscus"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
- View: 333
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 333
Script: <" bonus bMdef,15; ">
},
{
Id: 5312
AegisName: "Ayothaya_Hat"
Name: "Ayothaya King's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 100
Def: 5
@@ -58012,8 +58013,8 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
- View: 334
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 334
Script: <"
bonus bStr,1;
bonus2 bAddRace,RC_DemiPlayer,5;
@@ -58023,13 +58024,13 @@ item_db: (
Id: 5313
AegisName: "Diadem"
Name: "Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 768
- View: 335
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 335
Script: <"
bonus bInt,1;
bonus bMatkRate,3;
@@ -58040,13 +58041,13 @@ item_db: (
Id: 5314
AegisName: "Hockey_Mask"
Name: "Hockey Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 336
+ ViewSprite: 336
Trade: {
nodrop: true
notrade: true
@@ -58063,13 +58064,13 @@ item_db: (
Id: 5315
AegisName: "Observer"
Name: "Observer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 35
Refine: false
- View: 337
+ ViewSprite: 337
Trade: {
nodrop: true
notrade: true
@@ -58089,36 +58090,36 @@ item_db: (
Id: 5316
AegisName: "Umbrella_Hat"
Name: "Umbrella Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 338
+ ViewSprite: 338
Script: <" bonus2 bSubEle,Ele_Water,3; ">
},
{
Id: 5317
AegisName: "Fisherman_Hat"
Name: "Fisherman Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 339
+ ViewSprite: 339
Script: <" bonus3 bAutoSpell,WZ_WATERBALL,3,50; ">
},
{
Id: 5318
AegisName: "Poring_Party_Hat"
Name: "Poring Party Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 256
- View: 340
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 340
Trade: {
nodrop: true
notrade: true
@@ -58133,13 +58134,13 @@ item_db: (
Id: 5319
AegisName: "Hellomother_Hat"
Name: "Arc Angeling Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
- View: 341
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 341
Script: <"
bonus bLuk,3;
bonus2 bAddRaceTolerance,RC_Angel, 5;
@@ -58152,7 +58153,7 @@ item_db: (
Id: 5320
AegisName: "Champion_Wreath"
Name: "Champion Wreath"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
@@ -58160,8 +58161,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 261
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 261
Trade: {
nodrop: true
notrade: true
@@ -58180,12 +58181,12 @@ item_db: (
Id: 5321
AegisName: "Indonesian_Bandana"
Name: "Indonesian Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
- View: 342
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 342
Script: <"
bonus2 bAddMonsterDropItem,518,300;
">
@@ -58194,13 +58195,13 @@ item_db: (
Id: 5322
AegisName: "Scarf"
Name: "Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 24
- View: 343
+ ViewSprite: 343
Trade: {
nodrop: true
notrade: true
@@ -58219,12 +58220,12 @@ item_db: (
Id: 5323
AegisName: "Misstrance_Crown"
Name: "Misstrance Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 14
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 165
+ ViewSprite: 165
Trade: {
nodrop: true
notrade: true
@@ -58240,13 +58241,13 @@ item_db: (
Id: 5324
AegisName: "Little_Angel_Doll"
Name: "Little Angel Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 344
+ ViewSprite: 344
Script: <"
bonus bDex,3;
bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0;
@@ -58256,14 +58257,14 @@ item_db: (
Id: 5325
AegisName: "Robo_Eye"
Name: "Robo Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 345
+ ViewSprite: 345
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRace, RC_All, 2;
@@ -58275,12 +58276,12 @@ item_db: (
Id: 5326
AegisName: "Masquerade_C"
Name: "Masquerade C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 78
+ ViewSprite: 78
Trade: {
nodrop: true
notrade: true
@@ -58297,16 +58298,16 @@ item_db: (
Id: 5327
AegisName: "Orc_Hero_Helm_C"
Name: "Refined Helmet of Orc Hero"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 178
+ ViewSprite: 178
Trade: {
nodrop: true
notrade: true
@@ -58326,12 +58327,12 @@ item_db: (
Id: 5328
AegisName: "Evil_Wing_Ears_C"
Name: "Evil Wing Ears C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 4
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 152
+ ViewSprite: 152
Trade: {
nodrop: true
notrade: true
@@ -58348,12 +58349,12 @@ item_db: (
Id: 5329
AegisName: "Dark_Blindfold_C"
Name: "Costume Dark Blindfold"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 187
+ ViewSprite: 187
Trade: {
nodrop: true
notrade: true
@@ -58373,16 +58374,16 @@ item_db: (
Id: 5330
AegisName: "kRO_Drooping_Kitty_C"
Name: "kRO Drooping Kitty C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 9
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 142
+ ViewSprite: 142
Trade: {
nodrop: true
notrade: true
@@ -58403,16 +58404,16 @@ item_db: (
Id: 5331
AegisName: "Corsair_C"
Name: "Corsair C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 14
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 105
+ ViewSprite: 105
Trade: {
nodrop: true
notrade: true
@@ -58432,25 +58433,25 @@ item_db: (
Id: 5332
AegisName: "Loki_Mask"
Name: "Loki Mask"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 2
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 20
Refine: false
- View: 346
+ ViewSprite: 346
Script: <" bonus bFlee2,3; ">
},
{
Id: 5333
AegisName: "Radio_Antenna"
Name: "Radio Antenna"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 347
+ ViewSprite: 347
Script: <"
bonus bMdef,5;
bonus bCritical,5;
@@ -58463,12 +58464,12 @@ item_db: (
Id: 5334
AegisName: "Angeling_Wanna_Fly"
Name: "Flapping Angeling"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 700
Def: 5
Slots: 1
- Loc: 256
- View: 348
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 348
Script: <"
bonus bLuk,2;
bonus bMdef,2;
@@ -58478,12 +58479,12 @@ item_db: (
Id: 5335
AegisName: "Jumping_Poring"
Name: "Jumping Poring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 349
+ ViewSprite: 349
Script: <"
bonus bLuk,1;
bonus bUnbreakableHelm,0;
@@ -58493,11 +58494,11 @@ item_db: (
Id: 5336
AegisName: "Guildsman_Recruiter"
Name: "Guildsman Recruiter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 350
+ ViewSprite: 350
Trade: {
nodrop: true
notrade: true
@@ -58513,11 +58514,11 @@ item_db: (
Id: 5337
AegisName: "Party_Recruiter_Hat"
Name: "Party Recruiter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 351
+ ViewSprite: 351
Trade: {
nodrop: true
notrade: true
@@ -58533,11 +58534,11 @@ item_db: (
Id: 5338
AegisName: "Bf_Recruiter_Hat"
Name: "Bf Recruiter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 352
+ ViewSprite: 352
Trade: {
nodrop: true
notrade: true
@@ -58553,11 +58554,11 @@ item_db: (
Id: 5339
AegisName: "Friend_Recruiter_Hat"
Name: "Friend Recruiter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 353
+ ViewSprite: 353
Trade: {
nodrop: true
notrade: true
@@ -58573,14 +58574,14 @@ item_db: (
Id: 5340
AegisName: "Deprotai_Doll_Hat"
Name: "Defolty Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 354
+ ViewSprite: 354
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
bonus4 bAutoSpellWhenHit,AL_ANGELUS,10,20,0;
@@ -58590,14 +58591,14 @@ item_db: (
Id: 5341
AegisName: "Claris_Doll_Hat"
Name: "Glaris Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 355
+ ViewSprite: 355
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
bonus bMagicHPGainValue,50;
@@ -58607,14 +58608,14 @@ item_db: (
Id: 5342
AegisName: "Sorin_Doll_Hat"
Name: "Sorin Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 356
+ ViewSprite: 356
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
autobonus "{ bonus bBaseAtk,50; }",20,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
@@ -58624,14 +58625,14 @@ item_db: (
Id: 5343
AegisName: "Tayelin_Doll_Hat"
Name: "Telling Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 357
+ ViewSprite: 357
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
bonus2 bAddItemHealRate,504,10;
@@ -58642,14 +58643,14 @@ item_db: (
Id: 5344
AegisName: "Binit_Doll_Hat"
Name: "Bennit Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 358
+ ViewSprite: 358
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
autobonus "{ bonus bAspdRate,5; }",20,30000,0,"{ specialeffect(EF_HASTEUP, AREA, playerattached()); }";
@@ -58659,14 +58660,14 @@ item_db: (
Id: 5345
AegisName: "Debril_Doll_Hat"
Name: "W Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 359
+ ViewSprite: 359
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
bonus2 bAddRace,RC_Undead,5;
@@ -58677,11 +58678,11 @@ item_db: (
Id: 5346
AegisName: "Gf_Recruiter_Hat"
Name: "Gf Recruiter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 360
+ ViewSprite: 360
Trade: {
nodrop: true
notrade: true
@@ -58697,7 +58698,7 @@ item_db: (
Id: 5347
AegisName: "Ph_D_Hat_"
Name: "Ph.D Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
@@ -58706,14 +58707,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 98
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 98
},
{
Id: 5348
AegisName: "Big_Sis_Ribbon_"
Name: "Big Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 15000
Weight: 200
Def: 3
@@ -58722,15 +58723,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 28
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 28
Script: <" bonus bMdef,3; ">
},
{
Id: 5349
AegisName: "Boys_Cap_"
Name: "Boy's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
@@ -58739,14 +58740,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 102
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 102
},
{
Id: 5350
AegisName: "Pirate_Bandana_"
Name: "Pirate Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -58755,29 +58756,29 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 74
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 74
Script: <" bonus bStr,1; ">
},
{
Id: 5351
AegisName: "Sunflower_"
Name: "Sunflower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 37
+ ViewSprite: 37
Script: <" bonus2 bAddRaceTolerance,RC_Insect,10; ">
},
{
Id: 5352
AegisName: "Poporing_Cap"
Name: "Poporing Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 4
@@ -58785,15 +58786,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 38
- View: 361
+ ViewSprite: 361
},
{
Id: 5353
AegisName: "Helm_Of_Sun_"
Name: "Hat of the Sun God"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2400
Def: 4
@@ -58812,8 +58813,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 768
- View: 138
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 138
Script: <"
bonus bStr,3;
bonus bInt,2;
@@ -58824,36 +58825,36 @@ item_db: (
Id: 5354
AegisName: "Muslim_Hat_M"
Name: "Muslim Hat M"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 362
+ ViewSprite: 362
Script: <" bonus bVariableCastrate,-5; ">
},
{
Id: 5355
AegisName: "Muslim_Hat_F"
Name: "Selendang"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 363
+ ViewSprite: 363
Script: <" bonus bVariableCastrate,-5; ">
},
{
Id: 5356
AegisName: "Pumpkin_Hat_H"
Name: "Festival Pumpkin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
- View: 206
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 206
Script: <"
bonus2 bSubRace,RC_Demon,5;
bonus2 bAddRace,RC_Demon,5;
@@ -58863,13 +58864,13 @@ item_db: (
Id: 5357
AegisName: "Wings_Of_Victory"
Name: "Wings Of Victory"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 10
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 365
+ ViewSprite: 365
Trade: {
nodrop: true
notrade: true
@@ -58888,14 +58889,14 @@ item_db: (
Id: 5358
AegisName: "Pecopeco_Wing_Ears"
Name: "Peco Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 366
+ ViewSprite: 366
Script: <"
bonus bAgi,1;
bonus bMdef,2;
@@ -58906,14 +58907,14 @@ item_db: (
Id: 5359
AegisName: "J_Captain_Hat"
Name: "Ship Captain Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 7
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 367
+ ViewSprite: 367
Script: <"
bonus bDex,1;
bonus bLongAtkRate,7;
@@ -58924,13 +58925,13 @@ item_db: (
Id: 5360
AegisName: "Whikebain_Ears"
Name: "Wickebine's Black Cat Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 368
+ ViewSprite: 368
Script: <"
bonus bFlee,10;
bonus bCritical,3;
@@ -58943,12 +58944,12 @@ item_db: (
Id: 5361
AegisName: "Gang_Scarf"
Name: "Gangster Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Script: <"
bonus bUnbreakableHelm,0;
bonus bBaseAtk,5;
@@ -58959,12 +58960,12 @@ item_db: (
Id: 5362
AegisName: "Ninja_Scroll"
Name: "Ninja Scroll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 370
+ ViewSprite: 370
Script: <"
bonus bUnbreakableHelm,0;
bonus bMatkRate,1;
@@ -58974,7 +58975,7 @@ item_db: (
Id: 5363
AegisName: "Helm_Of_Abyss"
Name: "Abysmal Knight Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 9
@@ -58990,9 +58991,9 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 371
+ ViewSprite: 371
Script: <"
bonus2 bSubRace,RC_DemiPlayer,-10;
bonus2 bSubRace,RC_Boss,10;
@@ -59002,14 +59003,14 @@ item_db: (
Id: 5364
AegisName: "Dark_Snake_Lord_Hat"
Name: "Evil Snake Lord Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 150
- View: 372
+ ViewSprite: 372
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -59021,14 +59022,14 @@ item_db: (
Id: 5365
AegisName: "Fried_Egg"
Name: "Mangolia Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 373
+ ViewSprite: 373
Trade: {
nodrop: true
}
@@ -59041,27 +59042,27 @@ item_db: (
Id: 5366
AegisName: "Hat_0f_King"
Name: "Love Dad Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
- Loc: 256
- View: 374
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 374
Script: <" bonus bAllStats,5; ">
},
{
Id: 5367
AegisName: "Hyegun_Hat"
Name: "Yao Jun Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 10
Refine: false
- View: 375
+ ViewSprite: 375
Script: <"
bonus bMdef,3;
bonus2 bAddRaceTolerance,RC_Demon,10;
@@ -59071,12 +59072,12 @@ item_db: (
Id: 5368
AegisName: "White_Wing"
Name: "White Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 38
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 38
Trade: {
nodrop: true
notrade: true
@@ -59092,12 +59093,12 @@ item_db: (
Id: 5369
AegisName: "Dark_Wing"
Name: "Dark Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 39
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 39
Trade: {
nodrop: true
notrade: true
@@ -59113,24 +59114,24 @@ item_db: (
Id: 5370
AegisName: "Orchid_Hairband"
Name: "Orchid Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 256
- View: 376
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 376
Script: <" bonus bInt,1; ">
},
{
Id: 5371
AegisName: "Hat_Of_Judge"
Name: "Judge Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 768
- View: 377
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 377
Script: <"
bonus bLuk,1;
bonus bMaxSP,30;
@@ -59140,12 +59141,12 @@ item_db: (
Id: 5372
AegisName: "Drooping_White_Kitty"
Name: "Koneko Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
- Loc: 256
- View: 378
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 378
Script: <"
bonus bInt,1;
bonus bDelayrate,-3;
@@ -59158,13 +59159,13 @@ item_db: (
Id: 5373
AegisName: "Darkness_Helm"
Name: "Dark Randgris Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 768
- View: 379
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 379
Script: <"
bonus bDex,3;
bonus bMdef,1;
@@ -59174,12 +59175,12 @@ item_db: (
Id: 5374
AegisName: "L_Magestic_Goat"
Name: "Gigantic Magestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 10
- Loc: 256
- View: 380
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 380
Script: <"
bonus2 bAddRace,RC_DemiPlayer,12;
bonus bBaseAtk,(JobLevel*2)/7;
@@ -59189,13 +59190,13 @@ item_db: (
Id: 5375
AegisName: "L_Orc_Hero_Helm"
Name: "Faux Orc Boss Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 5
Slots: 1
- Loc: 768
- View: 381
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 381
Script: <"
bonus bStr,2;
bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10;
@@ -59205,13 +59206,13 @@ item_db: (
Id: 5376
AegisName: "Satanic_Chain_P"
Name: "Flying Evil Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Slots: 1
- Loc: 256
- View: 382
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 382
Script: <"
bonus bMaxSP,120;
bonus2 bAddEff2,Eff_Curse,10;
@@ -59221,12 +59222,12 @@ item_db: (
Id: 5377
AegisName: "Antique_Pipe"
Name: "Gentleman's Pipe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 383
+ ViewSprite: 383
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
@@ -59236,11 +59237,11 @@ item_db: (
Id: 5378
AegisName: "Rabbit_Ear_Hat"
Name: "Bunny Top Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 256
- View: 384
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 384
Script: <"
bonus bAgi,3;
bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10;
@@ -59250,39 +59251,39 @@ item_db: (
Id: 5379
AegisName: "Balloon_Hat"
Name: "Tam"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 800
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 385
+ ViewSprite: 385
Script: <" bonus bMatkRate,(getrefine()*1); ">
},
{
Id: 5380
AegisName: "Fish_Head_Hat"
Name: "Fish Head Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 256
- View: 386
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 386
Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,1,5; ">
},
{
Id: 5381
AegisName: "Santa_Poring_Hat"
Name: "Santa Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 387
+ ViewSprite: 387
Script: <"
bonus bMdef,2;
bonus2 bAddEle,Ele_Dark,3;
@@ -59293,13 +59294,13 @@ item_db: (
Id: 5382
AegisName: "Bell_Ribbon"
Name: "Bell Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
Slots: 1
- Loc: 256
- View: 388
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 388
Script: <"
bonus bVit,1;
skill AL_ANGELUS,1;
@@ -59310,7 +59311,7 @@ item_db: (
Id: 5383
AegisName: "Hunting_Cap"
Name: "Hunting Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 6
@@ -59319,9 +59320,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 389
+ ViewSprite: 389
Script: <"
bonus bLuk,1;
bonus2 bAddRace,RC_Brute,10;
@@ -59332,14 +59333,14 @@ item_db: (
Id: 5384
AegisName: "Santa_Hat_1"
Name: "Twin Pom Santa"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 390
+ ViewSprite: 390
Script: <"
bonus bLuk,3;
skill WZ_ESTIMATION,1;
@@ -59350,13 +59351,13 @@ item_db: (
Id: 5385
AegisName: "Yoyo_Hat"
Name: "Yoyo Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 391
+ ViewSprite: 391
Script: <" skill TF_HIDING,1; ">
OnUnequipScript: <" sc_end SC_HIDING; ">
},
@@ -59364,12 +59365,12 @@ item_db: (
Id: 5386
AegisName: "Ayam_"
Name: "New Year's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 70
Def: 7
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 228
+ ViewSprite: 228
Script: <"
bonus bMdef,7;
bonus bFlee,7;
@@ -59380,28 +59381,28 @@ item_db: (
Id: 5387
AegisName: "Neko_Mimi_Kafra"
Name: "Neko Mimi Kafra"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 392
+ ViewSprite: 392
Script: <" bonus bMdef,5; ">
},
{
Id: 5388
AegisName: "Snake_Head"
Name: "Snake Head"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 393
+ ViewSprite: 393
Script: <"
skill TF_DOUBLE,5;
bonus bDoubleRate,25;
@@ -59411,12 +59412,12 @@ item_db: (
Id: 5389
AegisName: "Angel_Spirit"
Name: "Angel Spirit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 394
+ ViewSprite: 394
Script: <"
bonus bStr,2;
bonus bHit,15;
@@ -59426,24 +59427,24 @@ item_db: (
Id: 5390
AegisName: "Santa_Hat_2"
Name: "Blue Christmas Cheer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 395
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 395
Script: <" bonus2 bResEff,Eff_Freeze,3000; ">
},
{
Id: 5391
AegisName: "Toast_C"
Name: "Toast"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 188
+ ViewSprite: 188
Trade: {
nodrop: true
notrade: true
@@ -59464,26 +59465,26 @@ item_db: (
Id: 5392
AegisName: "Louyang_Cap"
Name: "Louyang NewYear Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
Slots: 1
- Loc: 256
- View: 396
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 396
Script: <" bonus bLuk,2; ">
},
{
Id: 5393
AegisName: "Valentine_Hat"
Name: "Valentine Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 397
+ ViewSprite: 397
Script: <"
bonus bMaxSPrate,7;
bonus bMaxHPrate,7;
@@ -59493,8 +59494,8 @@ item_db: (
Id: 5394
AegisName: "Bubblegum_Lower"
Name: "Bubble Gum Low"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
Trade: {
nodrop: true
@@ -59515,14 +59516,14 @@ item_db: (
Id: 5395
AegisName: "Tiraya_Bonnet"
Name: "Tiraya Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 398
+ ViewSprite: 398
Script: <"
bonus bMaxHP,100+(getrefine()*20);
bonus bLuk,3;
@@ -59532,13 +59533,13 @@ item_db: (
Id: 5396
AegisName: "Jasper_Crest"
Name: "Jasper Crest"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 6
Slots: 1
- Loc: 256
- View: 399
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 399
Script: <"
bonus bDex,1;
bonus bVit,1;
@@ -59548,12 +59549,12 @@ item_db: (
Id: 5397
AegisName: "Scuba_Mask"
Name: "Scuba Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 400
+ ViewSprite: 400
Script: <"
bonus2 bSubEle,Ele_Water,10;
bonus2 bExpAddRace,RC_Fish,10;
@@ -59564,7 +59565,7 @@ item_db: (
Id: 5398
AegisName: "Bone_Head"
Name: "Bone Head"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Def: 10
@@ -59577,10 +59578,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 256
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 85
- View: 401
+ ViewSprite: 401
Script: <"
bonus bUnbreakableHelm,0;
bonus bStr,2;
@@ -59593,7 +59594,7 @@ item_db: (
Id: 5399
AegisName: "Mandragora_Cap"
Name: "Mandragora Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
@@ -59612,11 +59613,11 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 256
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 85
Refine: false
- View: 402
+ ViewSprite: 402
Script: <"
bonus bVit,3;
bonus3 bAutoSpellWhenHit,DC_SCREAM,5,30;
@@ -59626,26 +59627,26 @@ item_db: (
Id: 5400
AegisName: "Fox_Hat"
Name: "Fox Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 403
+ ViewSprite: 403
Script: <" bonus bLuk,1; ">
},
{
Id: 5401
AegisName: "Black_Glasses"
Name: "Black Frame Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 404
+ ViewSprite: 404
Script: <"
bonus bInt,1;
bonus bMdef,2;
@@ -59656,14 +59657,14 @@ item_db: (
Id: 5402
AegisName: "Mischievous_Fairy"
Name: "Mischievous Fairy"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 200
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 405
+ ViewSprite: 405
Script: <"
bonus bUnbreakableHelm,0;
bonus bFlee2,3;
@@ -59673,13 +59674,13 @@ item_db: (
Id: 5403
AegisName: "Fish_In_Mouth"
Name: "Fish In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 200
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 30
Refine: false
- View: 406
+ ViewSprite: 406
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddMonsterDropItem,579,500;
@@ -59690,39 +59691,39 @@ item_db: (
Id: 5404
AegisName: "Blue_Ribbon"
Name: "Blue Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 407
+ ViewSprite: 407
Script: <" bonus4 bAutoSpellWhenHit,AC_CONCENTRATION,2,7,0; ">
},
{
Id: 5405
AegisName: "Filir_Hat"
Name: "Filir Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 200
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 80
Refine: false
- View: 408
+ ViewSprite: 408
Script: <" bonus bShortWeaponDamageReturn,1; ">
},
{
Id: 5406
AegisName: "Academy_Freshman_Hat"
Name: "Academy Freshman Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 5
- Loc: 256
- View: 409
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 409
Trade: {
nodrop: true
notrade: true
@@ -59743,11 +59744,11 @@ item_db: (
Id: 5407
AegisName: "Academy_Graduating_Cap"
Name: "Academy Completion Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 5
- Loc: 256
- View: 410
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 410
Trade: {
nodrop: true
notrade: true
@@ -59766,11 +59767,11 @@ item_db: (
Id: 5408
AegisName: "Old_Bandanna"
Name: "Old Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 6
+ ViewSprite: 6
Trade: {
nodrop: true
notrade: true
@@ -59791,13 +59792,13 @@ item_db: (
Id: 5409
AegisName: "New_Cowboy_Hat"
Name: "Purple Cowboy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
Slots: 1
- Loc: 256
- View: 411
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 411
Script: <"
bonus bInt,2;
bonus bVit,2;
@@ -59808,12 +59809,12 @@ item_db: (
Id: 5410
AegisName: "Bread_Bag2"
Name: "Brown Paperbag Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 6
- Loc: 769
- View: 412
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 412
Trade: {
nodrop: true
notrade: true
@@ -59833,25 +59834,25 @@ item_db: (
Id: 5411
AegisName: "White_Snake_Hat"
Name: "White Snake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
- View: 413
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 413
Script: <" bonus bDex,2; ">
},
{
Id: 5412
AegisName: "Sweet_Candy"
Name: "Lollipop"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 414
+ ViewSprite: 414
Trade: {
nodrop: true
notrade: true
@@ -59866,13 +59867,13 @@ item_db: (
Id: 5413
AegisName: "Popcorn_Hat"
Name: "Popcorn Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 415
+ ViewSprite: 415
Trade: {
nodrop: true
notrade: true
@@ -59887,13 +59888,13 @@ item_db: (
Id: 5414
AegisName: "Campfire_Hat"
Name: "Campfire Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 416
+ ViewSprite: 416
Trade: {
nodrop: true
notrade: true
@@ -59911,13 +59912,13 @@ item_db: (
Id: 5415
AegisName: "Poring_Cake_Cap"
Name: "Poring Cake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 417
+ ViewSprite: 417
Script: <"
bonus bMdef,5;
bonus bCritical,5;
@@ -59932,7 +59933,7 @@ item_db: (
Id: 5416
AegisName: "Beer_Cap"
Name: "Beer Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 4
@@ -59940,9 +59941,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 18
- View: 418
+ ViewSprite: 418
Script: <"
bonus bFlee2,5;
skill SM_RECOVERY,3;
@@ -59953,14 +59954,14 @@ item_db: (
Id: 5417
AegisName: "Crown_Parrot"
Name: "Crown Parrots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 419
+ ViewSprite: 419
Script: <"
bonus bInt,1;
bonus2 bResEff,Eff_Silence,10000;
@@ -59971,13 +59972,13 @@ item_db: (
Id: 5418
AegisName: "Soldier_Hat"
Name: "Soldier Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 8
Slots: 1
- Loc: 256
- View: 420
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 420
Script: <"
bonus bStr,1;
bonus2 bAddRace, RC_All, 3;
@@ -59988,12 +59989,12 @@ item_db: (
Id: 5419
AegisName: "Evolved_Leaf"
Name: "Leaves Of Grass"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 57
+ ViewSprite: 57
Script: <"
bonus bUnbreakableHelm,0;
bonus bVit,1;
@@ -60004,7 +60005,7 @@ item_db: (
Id: 5420
AegisName: "Mask_Of_Ifrit"
Name: "Ifrit Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 12
@@ -60013,10 +60014,10 @@ item_db: (
All: true
Novice: false
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 421
+ ViewSprite: 421
Script: <"
bonus bStr,2;
bonus bInt,2;
@@ -60033,17 +60034,17 @@ item_db: (
Id: 5421
AegisName: "Ifrits_Ear"
Name: "Ifrit's Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 422
+ ViewSprite: 422
Script: <"
bonus bUnbreakableHelm,0;
bonus bInt,1;
@@ -60063,11 +60064,11 @@ item_db: (
Id: 5422
AegisName: "Linguistic_Book_Cap"
Name: "Linguistic Book Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 70
- Loc: 256
- View: 423
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 423
Script: <"
bonus bInt,1;
bonus bMdef,2;
@@ -60077,13 +60078,13 @@ item_db: (
Id: 5423
AegisName: "Lovecap_China"
Name: "I LOVE CHINA"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 424
+ ViewSprite: 424
Trade: {
nodrop: true
noselltonpc: true
@@ -60097,61 +60098,61 @@ item_db: (
Id: 5424
AegisName: "Fanta_Orange_Can"
Name: "Fanta Orange Can Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 425
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 425
},
{
Id: 5425
AegisName: "Fanta_Grape_Can"
Name: "Fanta Grape Can Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 426
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 426
},
{
Id: 5426
AegisName: "Karada_Meguri_Tea_Hat"
Name: "Karada Meguricha Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 427
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 427
Script: <" bonus bLuk,1; ">
},
{
Id: 5427
AegisName: "Royal_Milk_Tea_Hat"
Name: "Black Tea Kochakaden Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 428
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 428
Script: <" bonus bAgi,1; ">
},
{
Id: 5428
AegisName: "Bread_Bag1"
Name: "RWC Anniversary Bread Envelope"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 769
- View: 429
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 429
Trade: {
nodrop: true
notrade: true
@@ -60167,13 +60168,13 @@ item_db: (
Id: 5429
AegisName: "Bogy_Cap"
Name: "Dokebi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 430
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 430
Script: <"
bonus bHPrecovRate,5;
bonus bSPrecovRate,5;
@@ -60183,13 +60184,13 @@ item_db: (
Id: 5430
AegisName: "Sacred_Torch_Coronet"
Name: "Promethean Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 431
+ ViewSprite: 431
Trade: {
nodrop: true
}
@@ -60202,13 +60203,13 @@ item_db: (
Id: 5431
AegisName: "Chicken_Hat"
Name: "Chicken Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 432
+ ViewSprite: 432
Script: <"
bonus3 bAutoSpell,MC_LOUD,1,30;
bonus bAspdRate,5;
@@ -60218,11 +60219,11 @@ item_db: (
Id: 5432
AegisName: "Brazil_Baseball_Cap"
Name: "bRO 4th Anniversary Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 433
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 433
Script: <"
if (gettime(GETTIME_MONTH) == SEPTEMBER && gettime(GETTIME_DAYOFMONTH) >= 10 && gettime(GETTIME_DAYOFMONTH) <= 24)
bonus bAllStats,4;
@@ -60232,36 +60233,36 @@ item_db: (
Id: 5433
AegisName: "Golden_Wreath"
Name: "Champion's Wreath"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 434
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 434
},
{
Id: 5434
AegisName: "Cola_Can"
Name: "Coca-Cola Bottle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 435
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 435
},
{
Id: 5435
AegisName: "Coke_Hat"
Name: "Coca-Cola Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 436
+ ViewSprite: 436
Script: <"
bonus bInt,1;
bonus bMaxSP,80;
@@ -60276,12 +60277,12 @@ item_db: (
Id: 5436
AegisName: "Brides_Corolla"
Name: "Bride's Corolla"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 256
- View: 437
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 437
Script: <"
bonus bLuk,3;
bonus bMdef,2;
@@ -60291,13 +60292,13 @@ item_db: (
Id: 5437
AegisName: "Flower_Of_Fairy"
Name: "Fairy Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
- View: 438
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 438
Script: <"
bonus bInt,1;
bonus bMdef,1;
@@ -60308,7 +60309,7 @@ item_db: (
Id: 5438
AegisName: "Fillet_Green"
Name: "Cute Green Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 100
Def: 1
@@ -60316,16 +60317,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 439
+ ViewSprite: 439
Script: <" bonus bMaxSP,20; ">
},
{
Id: 5439
AegisName: "Fillet_Red"
Name: "Cute Red Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 100
Def: 1
@@ -60333,16 +60334,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 440
+ ViewSprite: 440
Script: <" bonus bMaxSP,20; ">
},
{
Id: 5440
AegisName: "Fillet_Blue"
Name: "Cute Blue Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 100
Def: 1
@@ -60350,16 +60351,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 441
+ ViewSprite: 441
Script: <" bonus bMaxSP,20; ">
},
{
Id: 5441
AegisName: "Fillet_White"
Name: "Cute White Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 100
Def: 1
@@ -60367,23 +60368,23 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 442
+ ViewSprite: 442
Script: <" bonus bMaxSP,20; ">
},
{
Id: 5442
AegisName: "Necktie"
Name: "Necktie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 443
+ ViewSprite: 443
Script: <"
bonus bVit,1;
bonus bHit,-5;
@@ -60394,14 +60395,14 @@ item_db: (
Id: 5443
AegisName: "Status_Of_Baby_Angel"
Name: "Statue Of Baby Angel"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 444
+ ViewSprite: 444
Script: <"
bonus bMdef,2;
bonus4 bAutoSpellWhenHit,PR_STRECOVERY,1,20,0;
@@ -60411,23 +60412,23 @@ item_db: (
Id: 5444
AegisName: "Hair_Brush"
Name: "Hair Brush"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 445
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 445
Script: <" bonus bCritical,6; ">
},
{
Id: 5445
AegisName: "Candy_Cane_In_The_Mouth"
Name: "Candy Cane In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 446
+ ViewSprite: 446
Script: <"
bonus bUnbreakableHelm,0;
bonus bMaxSP,5;
@@ -60437,12 +60438,12 @@ item_db: (
Id: 5446
AegisName: "Cat_Foot_Hairpin"
Name: "Catfoot Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
- View: 447
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 447
Script: <"
bonus bFlee,5;
bonus bFlee2,3;
@@ -60452,13 +60453,13 @@ item_db: (
Id: 5447
AegisName: "Frog_Cap"
Name: "Frog Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 448
+ ViewSprite: 448
Script: <"
bonus bMdef,1;
bonus2 bAddRace,RC_Insect,12;
@@ -60469,40 +60470,40 @@ item_db: (
Id: 5448
AegisName: "Solo_Play_Box1"
Name: "Indifferent Solo Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 769
- View: 449
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 449
Script: <" skill RG_GRAFFITI,1; ">
},
{
Id: 5449
AegisName: "Solo_Play_Box2"
Name: "Angry Solo Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 769
- View: 450
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 450
Script: <" skill RG_GRAFFITI,1; ">
},
{
Id: 5450
AegisName: "Sun_Cap"
Name: "Solar Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 451
+ ViewSprite: 451
Trade: {
nodrop: true
notrade: true
@@ -60517,14 +60518,14 @@ item_db: (
Id: 5451
AegisName: "Dragonhelm_Gold"
Name: "Gold Dragonhelm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 14
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 452
+ ViewSprite: 452
Trade: {
nodrop: true
notrade: true
@@ -60544,14 +60545,14 @@ item_db: (
Id: 5452
AegisName: "Dragonhelm_Silver"
Name: "Silver Dragonhelm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 453
+ ViewSprite: 453
Trade: {
nodrop: true
notrade: true
@@ -60571,14 +60572,14 @@ item_db: (
Id: 5453
AegisName: "Dragonhelm_Copper"
Name: "Copper Dragonhelm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 454
+ ViewSprite: 454
Trade: {
nodrop: true
notrade: true
@@ -60598,13 +60599,13 @@ item_db: (
Id: 5454
AegisName: "Dog_Cap_"
Name: "Puppy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
Slots: 1
- Loc: 256
- View: 234
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 234
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -60616,13 +60617,13 @@ item_db: (
Id: 5455
AegisName: "Geographer_Band_"
Name: "Decorative Geographer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
Slots: 1
- Loc: 256
- View: 238
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 238
Script: <"
bonus bInt,1;
bonus3 bAutoSpell,AL_HEAL,5,50;
@@ -60633,11 +60634,11 @@ item_db: (
Id: 5456
AegisName: "Vacation_Hat_"
Name: "Summer Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 256
- View: 315
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 315
Script: <"
bonus bVit,5;
bonus bHPrecovRate,20;
@@ -60648,13 +60649,13 @@ item_db: (
Id: 5457
AegisName: "Spring_Rabbit_Hat"
Name: "Moon Rabbit Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 256
- View: 455
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 455
Script: <"
bonus bAgi,3;
bonus bBaseAtk,5;
@@ -60669,12 +60670,12 @@ item_db: (
Id: 5458
AegisName: "Pinwheel_Cap"
Name: "Pinwheel Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
- View: 456
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 456
Script: <"
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
@@ -60684,11 +60685,11 @@ item_db: (
Id: 5459
AegisName: "Drooping_Bunny_Chusuk"
Name: "Drooping Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 3
- Loc: 256
- View: 249
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 249
Script: <"
bonus bDex,1;
bonus bFlee,2;
@@ -60698,13 +60699,13 @@ item_db: (
Id: 5460
AegisName: "Adv_Dragon_Skull"
Name: "Evolved Dragon Skull Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 14
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 457
+ ViewSprite: 457
Trade: {
nodrop: true
notrade: true
@@ -60723,13 +60724,13 @@ item_db: (
Id: 5461
AegisName: "Adv_Whisper_Mask"
Name: "Evolved Whisper Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
- View: 458
+ ViewSprite: 458
Trade: {
nodrop: true
notrade: true
@@ -60748,12 +60749,12 @@ item_db: (
Id: 5462
AegisName: "Spiked_Scarf"
Name: "Spiked Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 3
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 459
+ ViewSprite: 459
Trade: {
nodrop: true
notrade: true
@@ -60775,11 +60776,11 @@ item_db: (
Id: 5463
AegisName: "Rainbow_Scarf"
Name: "Rainbow Scarf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 460
+ ViewSprite: 460
Trade: {
nodrop: true
notrade: true
@@ -60801,11 +60802,11 @@ item_db: (
Id: 5464
AegisName: "Zaha_Doll_Hat"
Name: "Zaha Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Slots: 1
- Loc: 256
- View: 461
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 461
Script: <"
bonus bInt,2;
skill PR_MAGNIFICAT,3;
@@ -60815,14 +60816,14 @@ item_db: (
Id: 5465
AegisName: "Celestial_Hat"
Name: "Hat Of Fortune"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 462
+ ViewSprite: 462
Script: <"
bonus bLuk,2;
bonus bMdef,5;
@@ -60833,14 +60834,14 @@ item_db: (
Id: 5466
AegisName: "Wind_Milestone"
Name: "Wind's Guide"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 463
+ ViewSprite: 463
Script: <"
bonus bAgi,2;
skill AL_TELEPORT,1;
@@ -60850,13 +60851,13 @@ item_db: (
Id: 5467
AegisName: "Helm_Of_Dragoon"
Name: "Dragon Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 10
Slots: 1
- Loc: 256
- View: 464
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 464
Script: <"
bonus bDex,2;
bonus bInt,2;
@@ -60869,13 +60870,13 @@ item_db: (
Id: 5468
AegisName: "Parade_Cap"
Name: "Parade Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 5
Slots: 1
- Loc: 256
- View: 465
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 465
Script: <"
bonus bDelayrate,-5;
bonus bMdef,2;
@@ -60886,14 +60887,14 @@ item_db: (
Id: 5469
AegisName: "Noble_Hat"
Name: "Musketeer Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 466
+ ViewSprite: 466
Script: <"
bonus bStr,2;
bonus3 bAutoSpellWhenHit,BS_ADRENALINE,1,7;
@@ -60903,14 +60904,14 @@ item_db: (
Id: 5470
AegisName: "Eyes_Of_Darkness"
Name: "Darkness Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 467
+ ViewSprite: 467
Script: <"
bonus bUnbreakableHelm,0;
bonus bDex,1;
@@ -60921,14 +60922,14 @@ item_db: (
Id: 5471
AegisName: "Hairband_Of_Reginleif"
Name: "Reginrev's Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 468
+ ViewSprite: 468
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bSubEle,Ele_Water,3;
@@ -60941,24 +60942,24 @@ item_db: (
Id: 5472
AegisName: "Red_White_Hat"
Name: "Red White Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 469
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 469
Script: <" bonus3 bAddMonsterDropItem,554,RC_DemiPlayer,200; ">
},
{
Id: 5473
AegisName: "Forceps_Hairpin"
Name: "Crab Nipper Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 470
+ ViewSprite: 470
Script: <"
bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,30;
bonus3 bAddMonsterDropItem,991,RC_Fish,100;
@@ -60968,36 +60969,36 @@ item_db: (
Id: 5474
AegisName: "Notice_Board"
Name: "AFK Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 471
+ ViewSprite: 471
},
{
Id: 5475
AegisName: "Cube_Mask"
Name: "Quove Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 472
+ ViewSprite: 472
},
{
Id: 5476
AegisName: "Hairband_Of_Grandpeco"
Name: "Grand Peco Headdress"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 5
- Loc: 768
- View: 473
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 473
Script: <"
bonus bStr,2;
bonus bMaxHPrate,-10;
@@ -61008,25 +61009,25 @@ item_db: (
Id: 5477
AegisName: "Bro_Flag"
Name: "Brazilian Flag Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 474
+ ViewSprite: 474
},
{
Id: 5478
AegisName: "Classic_Hat"
Name: "Classic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
- View: 475
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 475
Script: <"
bonus bStr,2;
bonus bMaxHP,300;
@@ -61036,12 +61037,12 @@ item_db: (
Id: 5479
AegisName: "Shamans_Hair_Ornament"
Name: "Shaman's Hair Decoration"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
- View: 476
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 476
Trade: {
nodrop: true
}
@@ -61055,12 +61056,12 @@ item_db: (
Id: 5480
AegisName: "Bizofnil_Wing_Deco"
Name: "Bijofnil Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 6
- Loc: 256
- View: 477
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 477
Trade: {
nodrop: true
}
@@ -61073,13 +61074,13 @@ item_db: (
Id: 5481
AegisName: "Hermose_Cap"
Name: "Hermode Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 2
Slots: 1
- Loc: 256
- View: 478
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 478
Trade: {
nodrop: true
}
@@ -61093,12 +61094,12 @@ item_db: (
Id: 5482
AegisName: "Dark_Knight_Mask"
Name: "Dark Knight Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 5
- Loc: 769
- View: 479
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 479
Trade: {
nodrop: true
}
@@ -61108,13 +61109,13 @@ item_db: (
Id: 5483
AegisName: "Odin_Mask"
Name: "Odin Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 480
+ ViewSprite: 480
Trade: {
nodrop: true
}
@@ -61128,13 +61129,13 @@ item_db: (
Id: 5484
AegisName: "Taiwan_Flag_Hat"
Name: "Holidays Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 482
+ ViewSprite: 482
Script: <"
bonus bStr,5;
bonus bInt,5;
@@ -61148,13 +61149,13 @@ item_db: (
Id: 5485
AegisName: "Tiger_Face"
Name: "Tiger Face"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 3
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 60
- View: 483
+ ViewSprite: 483
Script: <"
bonus2 bAddRaceTolerance,RC_Brute,5;
bonus2 bAddRace,RC_Brute,5;
@@ -61165,36 +61166,36 @@ item_db: (
Id: 5486
AegisName: "J_Anniversary_Hat"
Name: "Anniversary Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
- View: 395
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 395
Script: <" bonus bAllStats,2; ">
},
{
Id: 5487
AegisName: "J_Poringcake_Hat"
Name: "Poring Cake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 256
- View: 417
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 417
Script: <" bonus bLuk,2; ">
},
{
Id: 5488
AegisName: "J_Twin_Santahat"
Name: "Cute Santa Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 390
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 390
Script: <"
bonus bLuk,1;
bonus bMdef,1;
@@ -61204,24 +61205,24 @@ item_db: (
Id: 5489
AegisName: "Love_Daddy"
Name: "Love Daddy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 484
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 484
Script: <" bonus bDex,2; ">
},
{
Id: 5490
AegisName: "Anubis_Helm"
Name: "Anubis Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 8
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 65
Refine: false
- View: 485
+ ViewSprite: 485
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,5;
@@ -61234,13 +61235,13 @@ item_db: (
Id: 5491
AegisName: "Hat_Of_Outlaw"
Name: "Bandit Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 6
Slots: 1
- Loc: 256
- View: 486
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 486
Script: <"
bonus bStr,2;
bonus2 bSubEle,Ele_Fire,10;
@@ -61250,15 +61251,15 @@ item_db: (
Id: 5492
AegisName: "Boys_Cap_I"
Name: "Student Cap"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 102
+ ViewSprite: 102
Trade: {
nodrop: true
notrade: true
@@ -61278,15 +61279,15 @@ item_db: (
Id: 5493
AegisName: "Ulle_Cap_I"
Name: "Ulle's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Def: 12
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 254
+ ViewSprite: 254
Trade: {
nodrop: true
notrade: true
@@ -61306,16 +61307,16 @@ item_db: (
Id: 5494
AegisName: "Spinx_Helm_I"
Name: "Sphinx Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Job: {
Swordsman: true
Knight: true
Crusader: true
}
- Loc: 257
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
Refine: false
- View: 137
+ ViewSprite: 137
Trade: {
nodrop: true
notrade: true
@@ -61332,13 +61333,13 @@ item_db: (
Id: 5495
AegisName: "Power_Of_Thor"
Name: "Power Of Thor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 493
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 493
Script: <"
bonus bLuk,1;
bonus bAgi,1;
@@ -61354,21 +61355,21 @@ item_db: (
Id: 5496
AegisName: "Dice_Hat"
Name: "Dice Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
Refine: false
- View: 494
+ ViewSprite: 494
Script: <" bonus bLuk,4; ">
},
{
Id: 5497
AegisName: "King_Tiger_Doll_Hat"
Name: "Edgga Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 6
@@ -61377,8 +61378,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 495
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 495
Script: <"
bonus bDex,2;
bonus bStr,2;
@@ -61388,14 +61389,14 @@ item_db: (
Id: 5498
AegisName: "Wondering_Wolf_Helm"
Name: "Vagabond Wolf Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 5
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 20
- View: 490
+ ViewSprite: 490
Script: <"
bonus bVit,5;
bonus bFlee,10;
@@ -61405,25 +61406,25 @@ item_db: (
Id: 5499
AegisName: "Pizza_Hat"
Name: "Pizza Pie of Plenty"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 487
+ ViewSprite: 487
Script: <" skill SM_PROVOKE,1; ">
},
{
Id: 5500
AegisName: "Icecream_Hat"
Name: "Ice Cream Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 488
+ ViewSprite: 488
Script: <"
bonus bMdef,3;
skill MG_FROSTDIVER,3;
@@ -61433,14 +61434,14 @@ item_db: (
Id: 5501
AegisName: "Pirates_Pride"
Name: "Pirate's Pride"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 496
+ ViewSprite: 496
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRace2,RC2_Ninja,5;
@@ -61451,11 +61452,11 @@ item_db: (
Id: 5502
AegisName: "Necromencers_Hood"
Name: "Necromancer's Hood"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 6
- Loc: 768
- View: 491
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 491
Script: <"
bonus bMdef,3;
bonus bInt,3;
@@ -61466,11 +61467,11 @@ item_db: (
Id: 5503
AegisName: "Rabbit_Magic_Hat"
Name: "Rabbit Magic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 800
Def: 4
- Loc: 256
- View: 497
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 497
Script: <"
bonus bDex,2;
bonus bAgi,2;
@@ -61485,25 +61486,25 @@ item_db: (
Id: 5504
AegisName: "China_Wedding_Veil"
Name: "RO 5th Wedding Anniversary"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 5
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 70
Refine: false
- View: 489
+ ViewSprite: 489
Script: <" bonus bMdef,10; ">
},
{
Id: 5505
AegisName: "Asara_Fairy_Hat"
Name: "Ashura Fairy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 2
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
- View: 492
+ ViewSprite: 492
Script: <"
skill DC_DONTFORGETME,1;
bonus bDex,2;
@@ -61514,12 +61515,12 @@ item_db: (
Id: 5506
AegisName: "Blue_Pajamas_Hat"
Name: "Blue Pajamas Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 501
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 501
Script: <"
bonus bBaseAtk,5;
bonus bMatkRate,5;
@@ -61529,12 +61530,12 @@ item_db: (
Id: 5507
AegisName: "Pink_Pajamas_Hat"
Name: "Pink Pajamas Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 502
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 502
Script: <"
bonus bBaseAtk,5;
bonus bMatkRate,5;
@@ -61544,12 +61545,12 @@ item_db: (
Id: 5508
AegisName: "Shark_Hat"
Name: "Shark Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
- Loc: 256
- View: 503
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 503
Script: <"
bonus bStr,1;
bonus bAgi,2;
@@ -61562,12 +61563,12 @@ item_db: (
Id: 5509
AegisName: "Sting_Hat"
Name: "Sting Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 10
- Loc: 256
- View: 504
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 504
Script: <"
bonus bStr,2;
bonus bVit,1;
@@ -61581,11 +61582,11 @@ item_db: (
Id: 5510
AegisName: "Shower_Cap"
Name: "Shower Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 4
- Loc: 256
- View: 507
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 507
Script: <"
bonus bMdef,3;
bonus bFlee,3;
@@ -61597,26 +61598,26 @@ item_db: (
Id: 5511
AegisName: "Samambaia"
Name: "Samambaia"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
Slots: 1
- Loc: 768
- View: 508
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 508
Script: <" bonus bSPrecovRate,8; ">
},
{
Id: 5512
AegisName: "Aquarius_Diadem"
Name: "Aquarius Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 509
+ ViewSprite: 509
Script: <"
bonus bStr,2;
bonus bFlee,10;
@@ -61631,13 +61632,13 @@ item_db: (
Id: 5513
AegisName: "Aquarius_Crown"
Name: "Aquarius Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 510
+ ViewSprite: 510
Script: <"
bonus bStr,2;
bonus bFlee,10;
@@ -61652,13 +61653,13 @@ item_db: (
Id: 5514
AegisName: "Pisces_Diadem"
Name: "Pisces Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 511
+ ViewSprite: 511
Script: <"
bonus bInt,2;
bonus bMdef,5;
@@ -61673,13 +61674,13 @@ item_db: (
Id: 5515
AegisName: "Pisces_Crown"
Name: "Pisces Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 512
+ ViewSprite: 512
Script: <"
bonus bInt,2;
bonus bMdef,5;
@@ -61694,17 +61695,17 @@ item_db: (
Id: 5516
AegisName: "Hawk_Eyes01"
Name: "Hawk Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Job: {
Hunter: true
}
- Upper: 58
- Loc: 512
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_MID"
EquipLv: 60
Refine: false
- View: 23
+ ViewSprite: 23
Script: <"
bonus bDex,1;
bonus bLongAtkRate,3;
@@ -61714,7 +61715,7 @@ item_db: (
Id: 5517
AegisName: "Hawk_Eyes02"
Name: "Hawk Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Job: {
@@ -61722,23 +61723,23 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 60
Refine: false
- View: 23
+ ViewSprite: 23
Script: <" bonus bDex,1; ">
},
{
Id: 5518
AegisName: "L_Magestic_Goat2"
Name: "Large Baphomet Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 513
+ ViewSprite: 513
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,12;
bonus bBaseAtk,(JobLevel*2)/7;
@@ -61748,25 +61749,25 @@ item_db: (
Id: 5519
AegisName: "Peacock_Feather"
Name: "Peacock Feather"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 4
Slots: 1
- Loc: 256
- View: 514
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 514
Script: <" bonus bInt,2; ">
},
{
Id: 5520
AegisName: "Rabbit_Earplug"
Name: "Rabbit Earmuffs"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Slots: 1
- Loc: 768
- View: 515
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 515
Script: <"
bonus2 bAddRace, RC_All, 4;
bonus bMatkRate,4;
@@ -61776,10 +61777,10 @@ item_db: (
Id: 5521
AegisName: "Angry_Mouth_C"
Name: "Angry Snarl"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 194
+ ViewSprite: 194
Trade: {
nodrop: true
notrade: true
@@ -61799,51 +61800,51 @@ item_db: (
Id: 5522
AegisName: "Fanta_Zero_Lemon_Hat"
Name: "Fanta Zero Lemon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 516
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 516
},
{
Id: 5523
AegisName: "Sakura_Mist_Hat"
Name: "Sakura Mist Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 517
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 517
Script: <" bonus bDex,1; ">
},
{
Id: 5524
AegisName: "Sakura_Milk_Tea_Hat"
Name: "Sakura Milk Tea Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 518
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 518
Script: <" bonus bVit,1; ">
},
{
Id: 5525
AegisName: "First_Leaf_Tea_Hat"
Name: "First Leaf Tea Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
- View: 519
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 519
Script: <"
bonus bMaxHP,80;
bonus bMaxSP,20;
@@ -61853,14 +61854,14 @@ item_db: (
Id: 5526
AegisName: "Lady_Tanee_Doll"
Name: "Lady Tanee Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 520
+ ViewSprite: 520
Script: <"
bonus bAgi,2;
bonus bFlee,3;
@@ -61872,12 +61873,12 @@ item_db: (
Id: 5527
AegisName: "Lunatic_Hat"
Name: "Lunatic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
- View: 521
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 521
Script: <"
bonus bLuk,3;
bonus bMdef,2;
@@ -61889,7 +61890,7 @@ item_db: (
Id: 5528
AegisName: "King_Frog_Hat"
Name: "Frog King Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
@@ -61898,23 +61899,23 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 522
+ ViewSprite: 522
Script: <" bonus bAgi,1; ">
},
{
Id: 5529
AegisName: "Evils_Bone_Hat"
Name: "Frost Giant's Skull"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 12
Slots: 1
- Loc: 768
- View: 523
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 523
Script: <"
bonus bMdef,2;
bonus bInt,2;
@@ -61928,66 +61929,66 @@ item_db: (
Id: 5530
AegisName: "Raven_Cap"
Name: "Raven Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 100
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 524
+ ViewSprite: 524
},
{
Id: 5531
AegisName: "B_Dragon_Hat"
Name: "Baby Dragon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 100
Def: 1
Slots: 1
- Loc: 256
- View: 525
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 525
},
{
Id: 5532
AegisName: "Pirate_Dagger_J"
Name: "Pirate Dagger"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 30
Refine: false
- View: 327
+ ViewSprite: 327
Script: <" bonus bShortWeaponDamageReturn,1; ">
},
{
Id: 5533
AegisName: "Emperor_Wreath_J"
Name: "Emperor Wreath"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 80
- View: 261
+ ViewSprite: 261
Script: <" bonus bAllStats,1; ">
},
{
Id: 5534
AegisName: "Fox_Hat_J"
Name: "Fox Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 70
Refine: false
- View: 403
+ ViewSprite: 403
Script: <"
bonus bAgi,1;
bonus bUnbreakableHelm,0;
@@ -61997,12 +61998,12 @@ item_db: (
Id: 5535
AegisName: "Side_Cap"
Name: "Side Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 256
- View: 529
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 529
Script: <"
bonus bVit,1;
bonus bDex,1;
@@ -62015,12 +62016,12 @@ item_db: (
Id: 5536
AegisName: "Spare_Card"
Name: "Spare Card"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 526
+ ViewSprite: 526
Trade: {
nodrop: true
notrade: true
@@ -62045,14 +62046,14 @@ item_db: (
Id: 5537
AegisName: "Quati_Hat"
Name: "Coati Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 700
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 527
+ ViewSprite: 527
Script: <"
bonus bAgi,3;
bonus2 bAddRace,RC_Plant,10;
@@ -62062,14 +62063,14 @@ item_db: (
Id: 5538
AegisName: "Tucan_Hat"
Name: "Tucan Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 600
Def: 2
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 45
- View: 528
+ ViewSprite: 528
Script: <"
bonus bDex,3;
bonus bCritical,5;
@@ -62079,14 +62080,14 @@ item_db: (
Id: 5539
AegisName: "Jaguar_Hat"
Name: "Jaguar Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50000
Weight: 400
Def: 4
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 25
- View: 530
+ ViewSprite: 530
Script: <"
bonus bMdef,2;
skill MC_LOUD,1;
@@ -62096,14 +62097,14 @@ item_db: (
Id: 5540
AegisName: "Freyja_SCirclet7"
Name: "Freya Soul Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 18
+ ViewSprite: 18
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -62114,14 +62115,14 @@ item_db: (
Id: 5541
AegisName: "Freyja_SCirclet30"
Name: "Freya Soul Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 18
+ ViewSprite: 18
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -62132,14 +62133,14 @@ item_db: (
Id: 5542
AegisName: "Freyja_SCirclet60"
Name: "Freya Soul Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 18
+ ViewSprite: 18
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -62150,14 +62151,14 @@ item_db: (
Id: 5543
AegisName: "Freyja_SCirclet90"
Name: "Freya Soul Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 18
+ ViewSprite: 18
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -62168,10 +62169,10 @@ item_db: (
Id: 5544
AegisName: "Time_Keeper_Hat"
Name: "Guardian Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 6
- Loc: 256
- View: 240
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 240
Trade: {
nodrop: true
notrade: true
@@ -62189,13 +62190,13 @@ item_db: (
Id: 5545
AegisName: "Aries_Diadem"
Name: "Aries Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 6
Slots: 1
- Loc: 256
- View: 531
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 531
Script: <"
bonus bVit,2;
bonus2 bSubEle,Ele_Fire,5;
@@ -62209,13 +62210,13 @@ item_db: (
Id: 5546
AegisName: "Aries_Crown"
Name: "Aries Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
Slots: 1
- Loc: 256
- View: 532
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 532
Script: <"
bonus bLuk,2;
bonus bVit,2;
@@ -62230,13 +62231,13 @@ item_db: (
Id: 5547
AegisName: "RJC_Katusa"
Name: "Red Flower Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
Slots: 1
- Loc: 256
- View: 533
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 533
Script: <"
bonus2 bSkillAtk,WZ_HEAVENDRIVE,15+getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,WZ_EARTHSPIKE,15+getequiprefinerycnt(EQI_HAND_R);
@@ -62248,13 +62249,13 @@ item_db: (
Id: 5548
AegisName: "Scarlet_Rose"
Name: "Rose Of Crimson"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 50
Refine: false
- View: 534
+ ViewSprite: 534
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,1;
@@ -62264,13 +62265,13 @@ item_db: (
Id: 5549
AegisName: "Taurus_Diadem"
Name: "Taurus Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 535
+ ViewSprite: 535
Script: <"
bonus bDex,2;
bonus bDelayrate,-2;
@@ -62285,13 +62286,13 @@ item_db: (
Id: 5550
AegisName: "Taurus_Crown"
Name: "Taurus Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 536
+ ViewSprite: 536
Script: <"
bonus bAgi,2;
bonus bDex,2;
@@ -62307,11 +62308,11 @@ item_db: (
Id: 5551
AegisName: "Holy_Egg_Hat"
Name: "Sacreg Egg Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 4
- Loc: 256
- View: 537
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 537
Trade: {
nodrop: true
notrade: true
@@ -62326,11 +62327,11 @@ item_db: (
Id: 5552
AegisName: "Fest_Lord_Circlet"
Name: "Festival Grand Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 93
+ ViewSprite: 93
Script: <"
bonus bStr,3;
bonus bInt,3;
@@ -62341,11 +62342,11 @@ item_db: (
Id: 5553
AegisName: "Fest_Bunny_Band"
Name: "Festival Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Def: 14
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 15
+ ViewSprite: 15
Script: <"
bonus bMdef,4;
bonus2 bSubRace,RC_DemiPlayer,9;
@@ -62355,12 +62356,12 @@ item_db: (
Id: 5554
AegisName: "Octopus_Hat"
Name: "Octopus Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
- View: 538
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 538
Script: <"
bonus bMdef,3;
bonus3 bAutoSpell,SM_PROVOKE,5,10;
@@ -62371,12 +62372,12 @@ item_db: (
Id: 5555
AegisName: "Leaf_Cat_Hat"
Name: "Leaf Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
- Loc: 256
- View: 539
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 539
Script: <"
bonus bAgi,2;
bonus3 bAutoSpellWhenHit,AL_HEAL,3,10;
@@ -62386,12 +62387,12 @@ item_db: (
Id: 5556
AegisName: "Fur_Seal_Hat"
Name: "Seal Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
- Loc: 768
- View: 540
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 540
Script: <"
bonus bInt,1;
bonus3 bAutoSpell,WZ_FROSTNOVA,1,30;
@@ -62401,7 +62402,7 @@ item_db: (
Id: 5557
AegisName: "Wild_Rose_Hat"
Name: "Wild Rose Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
@@ -62410,33 +62411,33 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 541
+ ViewSprite: 541
Script: <" bonus bAgi,3; ">
},
{
Id: 5558
AegisName: "Saci_Hat"
Name: "Luxury Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 542
+ ViewSprite: 542
Script: <" bonus3 bAddMonsterDropItem,510,RC_Plant,500; ">
},
{
Id: 5559
AegisName: "Piece_Of_White_Cloth_E"
Name: "Piece Of White Cloth"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
- Loc: 768
- View: 543
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 543
Script: <"
bonus2 bAddRace, RC_All, 6;
bonus bMatkRate,6;
@@ -62450,13 +62451,13 @@ item_db: (
Id: 5560
AegisName: "Bullock_Helm_J"
Name: "Horned Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 75
- View: 322
+ ViewSprite: 322
Script: <"
bonus bMaxHP,100;
bonus bNoKnockback,0;
@@ -62474,11 +62475,11 @@ item_db: (
Id: 5561
AegisName: "Rabbit_Magic_Hat_J"
Name: "Rabbit Magic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 800
Def: 1
- Loc: 256
- View: 497
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 497
Script: <"
bonus bInt,1;
bonus bMaxSP,50;
@@ -62492,13 +62493,13 @@ item_db: (
Id: 5562
AegisName: "Good_Wedding_Veil_J"
Name: "Love of Truth"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 45
Refine: false
- View: 489
+ ViewSprite: 489
Script: <"
bonus bMdef,10;
bonus bVariableCastrate,-3;
@@ -62509,14 +62510,14 @@ item_db: (
Id: 5563
AegisName: "Dolor_Hat"
Name: "Dolor Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 547
+ ViewSprite: 547
Script: <"
bonus bUnbreakableHelm,0;
bonus3 bAutoSpell,PR_LEXAETERNA,1,15;
@@ -62526,14 +62527,14 @@ item_db: (
Id: 5564
AegisName: "Crown_Of_Deceit"
Name: "Crown of Deceit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 85
- View: 544
+ ViewSprite: 544
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,10;
@@ -62545,37 +62546,37 @@ item_db: (
Id: 5565
AegisName: "Dragon_Arhat_Mask"
Name: "Dragon Arhat Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Def: 5
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 545
+ ViewSprite: 545
Script: <" bonus2 bAddRace,RC_DemiPlayer,10; ">
},
{
Id: 5566
AegisName: "Tiger_Arhat_Mask"
Name: "Tiger Arhat Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
Refine: false
- View: 546
+ ViewSprite: 546
Script: <" bonus2 bAddRace,RC_DemiPlayer,2; ">
},
{
Id: 5567
AegisName: "Bright_Fury"
Name: "Rage Of Luster"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
- View: 548
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 548
Script: <"
bonus bStr,1;
bonus2 bAddRace, RC_All, 2;
@@ -62586,13 +62587,13 @@ item_db: (
Id: 5568
AegisName: "Rabbit_Bonnet"
Name: "Rabbit Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 4
Slots: 1
- Loc: 768
- View: 549
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 549
Script: <"
bonus bInt,2;
bonus bDelayrate,-3;
@@ -62602,13 +62603,13 @@ item_db: (
Id: 5569
AegisName: "Gemini_Diadem"
Name: "Gemini Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 256
- View: 550
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 550
Script: <"
bonus bDex,2;
bonus bAgi,2;
@@ -62624,13 +62625,13 @@ item_db: (
Id: 5570
AegisName: "Gemini_Crown"
Name: "Gemini Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
Slots: 1
- Loc: 256
- View: 551
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 551
Script: <"
bonus bAgi,2;
bonus bBaseAtk,2;
@@ -62647,25 +62648,25 @@ item_db: (
Id: 5571
AegisName: "Rasta_Wig"
Name: "Rasta Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 552
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 552
Script: <" bonus bStr,1; ">
},
{
Id: 5572
AegisName: "Savage_Baby_Hat"
Name: "Savage Babe Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
- View: 553
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 553
Script: <"
bonus bVit,2;
bonus2 bAddEff,Eff_Stun,500;
@@ -62676,13 +62677,13 @@ item_db: (
Id: 5573
AegisName: "Bogy_Horn"
Name: "Dokebi Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Slots: 1
- Loc: 256
- View: 554
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 554
Script: <"
bonus bAddMonsterDropChainItem,ITMCHAIN_GEM;
bonus3 bAutoSpell,MC_MAMMONITE,5,70;
@@ -62692,13 +62693,13 @@ item_db: (
Id: 5574
AegisName: "Pencil_In_Mouth"
Name: "Well-Chewed Pencil"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 555
+ ViewSprite: 555
Script: <"
bonus bUnbreakableHelm, 0;
bonus bHitRate, 3;
@@ -62708,38 +62709,38 @@ item_db: (
Id: 5575
AegisName: "Onigiri_Hat"
Name: "Rice Ball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 556
+ ViewSprite: 556
},
{
Id: 5576
AegisName: "Japan_Winecup"
Name: "Wine Cup"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 557
+ ViewSprite: 557
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5577
AegisName: "Dark_Knight_MaskB"
Name: "Dark Knight Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 5
- Loc: 769
- View: 479
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 479
Trade: {
nodrop: true
}
@@ -62752,25 +62753,25 @@ item_db: (
Id: 5578
AegisName: "Voyage_Hat"
Name: "Voyage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200
Weight: 10
Def: 1
- Loc: 256
- View: 236
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 236
Script: <" bonus bAgi,2; ">
},
{
Id: 5579
AegisName: "Wanderers_Sakkat"
Name: "Wanderer's Sakkat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 768
- View: 558
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 558
Script: <"
bonus bAgi,2;
bonus bFlee,3;
@@ -62788,13 +62789,13 @@ item_db: (
Id: 5580
AegisName: "Red_Beret"
Name: "Red Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 559
+ ViewSprite: 559
Script: <"
bonus2 bAddRace, RC_DemiPlayer, 5;
bonus2 bAddRaceTolerance, RC_DemiPlayer, 5;
@@ -62804,13 +62805,13 @@ item_db: (
Id: 5581
AegisName: "Cancer_Diadem"
Name: "Cancer Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 560
+ ViewSprite: 560
Script: <"
bonus bInt,2;
bonus2 bSubEle,Ele_Water,5;
@@ -62825,13 +62826,13 @@ item_db: (
Id: 5582
AegisName: "Cancer_Crown"
Name: "Cancer Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 561
+ ViewSprite: 561
Script: <"
bonus bStr,2;
bonus2 bSubEle,Ele_Water,5;
@@ -62846,11 +62847,11 @@ item_db: (
Id: 5583
AegisName: "Para_Team_Hat"
Name: "Eden Group Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 12
- View: 465
+ ViewSprite: 465
Trade: {
nodrop: true
notrade: true
@@ -62865,11 +62866,11 @@ item_db: (
Id: 5584
AegisName: "Majestic_Evil_Horn"
Name: "Majestic Devil Horns"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 400
Def: 2
- Loc: 256
- View: 562
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 562
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,3;
bonus2 bHPDrainRate,3,15;
@@ -62880,13 +62881,13 @@ item_db: (
Id: 5585
AegisName: "Rune_Hairband"
Name: "Rune Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
Slots: 1
- Loc: 768
- View: 564
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 564
Script: <"
bonus2 bSubEle,Ele_Neutral,3;
bonus bHit,5;
@@ -62897,22 +62898,22 @@ item_db: (
Id: 5586
AegisName: "Mosquito_Coil"
Name: "Mosquito Coil"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 563
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 563
},
{
Id: 5587
AegisName: "Mosquito_Coil_1Use"
Name: "Mosquito Coil For 1 Use"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
- Loc: 256
- View: 563
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 563
Trade: {
nodrop: true
notrade: true
@@ -62938,12 +62939,12 @@ item_db: (
Id: 5588
AegisName: "Leo_Crown"
Name: "Leo Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 565
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 565
Script: <"
bonus bStr,2;
bonus2 bSubEle,Ele_Fire,5;
@@ -62958,12 +62959,12 @@ item_db: (
Id: 5589
AegisName: "Leo_Diadem"
Name: "Leo Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 566
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 566
Script: <"
bonus bDex,2;
bonus2 bSubEle,Ele_Fire,5;
@@ -62978,12 +62979,12 @@ item_db: (
Id: 5590
AegisName: "K_Poring_Cake_Cap"
Name: "Poring Cake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
- Loc: 256
- View: 417
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 417
Script: <"
bonus bMdef,5;
bonus bLuk,3;
@@ -62995,15 +62996,15 @@ item_db: (
Id: 5591
AegisName: "Desert_Prince"
Name: "Desert Prince"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 567
+ ViewSprite: 567
Script: <"
bonus bUnbreakableHelm,0;
bonus bMaxSP,30;
@@ -63013,13 +63014,13 @@ item_db: (
Id: 5592
AegisName: "Sigruns_Wing"
Name: "Sigrun's Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 568
+ ViewSprite: 568
Trade: {
nodrop: true
notrade: true
@@ -63046,13 +63047,13 @@ item_db: (
Id: 5593
AegisName: "K_Rabbit_Bonnet"
Name: "Rabbit Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 10
Slots: 1
- Loc: 768
- View: 549
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 549
Script: <"
bonus bBaseAtk,10;
bonus bMatk,10;
@@ -63074,13 +63075,13 @@ item_db: (
Id: 5594
AegisName: "Donut_In_Mouth"
Name: "Donut In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 569
+ ViewSprite: 569
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bHPRegenRate,1,10000;
@@ -63091,25 +63092,25 @@ item_db: (
Id: 5595
AegisName: "Eye_Of_Juno"
Name: "Eye Of Juno"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
Slots: 1
- Loc: 256
- View: 570
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 570
Script: <" bonus bMdef,2; ">
},
{
Id: 5596
AegisName: "4Leaf_Clover_In_Mouth"
Name: "Four Leaf Clover"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 2
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 571
+ ViewSprite: 571
Trade: {
nodrop: true
notrade: true
@@ -63130,12 +63131,12 @@ item_db: (
Id: 5597
AegisName: "Bubble_Gum_In_Mouth"
Name: "Chewing Gum"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 2
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 572
+ ViewSprite: 572
Trade: {
nodrop: true
notrade: true
@@ -63155,12 +63156,12 @@ item_db: (
Id: 5598
AegisName: "Virgo_Crown"
Name: "Virgo Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 573
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 573
Script: <"
bonus bDex,2;
bonus bAspdRate,1;
@@ -63174,13 +63175,13 @@ item_db: (
Id: 5599
AegisName: "Virgo_Diadem"
Name: "Virgo Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 256
- View: 574
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 574
Script: <"
bonus bAspdRate,3;
bonus2 bSubEle,Ele_Earth,5;
@@ -63191,12 +63192,12 @@ item_db: (
Id: 5600
AegisName: "Br_Twin_Ribbon"
Name: "Brazil Twin Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 575
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 575
Script: <"
bonus bAllStats,3;
bonus bMdef,1;
@@ -63206,12 +63207,12 @@ item_db: (
Id: 5601
AegisName: "Br_Beret"
Name: "Banana Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 576
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 576
Script: <"
bonus bLuk,3;
bonus bMdef,1;
@@ -63221,26 +63222,26 @@ item_db: (
Id: 5602
AegisName: "Jaguar_Hat_J"
Name: "Jaguar Face"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 530
+ ViewSprite: 530
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5603
AegisName: "RTC_Winner_Only"
Name: "RWC Statue(Winner)"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 250
Def: 8
Slots: 1
- Loc: 256
- View: 577
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 577
Trade: {
nodrop: true
notrade: true
@@ -63261,12 +63262,12 @@ item_db: (
Id: 5604
AegisName: "RTC_Second_Best"
Name: "RWC Statue(Second)"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 250
Def: 6
Slots: 1
- Loc: 256
- View: 578
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 578
Trade: {
nodrop: true
notrade: true
@@ -63287,12 +63288,12 @@ item_db: (
Id: 5605
AegisName: "RTC_Third_Best"
Name: "RWC Statue(3rd)"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 250
Def: 4
Slots: 1
- Loc: 256
- View: 579
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 579
Trade: {
nodrop: true
notrade: true
@@ -63313,27 +63314,27 @@ item_db: (
Id: 5606
AegisName: "Campume_Hat"
Name: "American Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 500
Weight: 1200
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 3
- View: 580
+ ViewSprite: 580
Script: <" bonus bAllStats,1; ">
},
{
Id: 5607
AegisName: "Lyria_Doll_Hat"
Name: "Lyria Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 581
+ ViewSprite: 581
Script: <"
bonus bMaxHP,500;
bonus2 bSubRace,RC_DemiPlayer,5;
@@ -63343,13 +63344,13 @@ item_db: (
Id: 5608
AegisName: "Dorothy_Doll_Hat"
Name: "Dorothy Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 582
+ ViewSprite: 582
Script: <"
bonus bMaxHP,80;
bonus2 bSubRace,RC_DemiPlayer,5;
@@ -63359,15 +63360,15 @@ item_db: (
Id: 5609
AegisName: "Chung_Hairband"
Name: "Chung Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 500
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 583
+ ViewSprite: 583
Script: <"
bonus bLuk,3;
bonus bMdef,4;
@@ -63378,12 +63379,12 @@ item_db: (
Id: 5610
AegisName: "Ice_Wing_Ear"
Name: "Ice Ear Wing"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 584
+ ViewSprite: 584
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,1;
@@ -63394,11 +63395,11 @@ item_db: (
Id: 5611
AegisName: "Turtle_Hat"
Name: "Turtle Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 585
+ ViewSprite: 585
Script: <"
bonus bAgi,1;
bonus3 bAutoSpellWhenHit,AL_DECAGI,3,5;
@@ -63408,7 +63409,7 @@ item_db: (
Id: 5612
AegisName: "F_Blue_Drooping_Kitty"
Name: "Blue Drooping Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 1
@@ -63416,21 +63417,21 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 277
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 277
Script: <" bonus bMdef,15; ">
},
{
Id: 5613
AegisName: "F_Flying_Angel"
Name: "Flapping Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 264
+ ViewSprite: 264
Script: <"
bonus bInt,1;
bonus bAgi,1;
@@ -63440,42 +63441,42 @@ item_db: (
Id: 5614
AegisName: "F_Smoking_Pipe_"
Name: "Evolved Pipe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 55
+ ViewSprite: 55
Script: <" bonus bVit,1; ">
},
{
Id: 5615
AegisName: "F_Pair_Of_Red_Ribbon_"
Name: "Evolved Pair of Red Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 45
Refine: false
- View: 169
+ ViewSprite: 169
},
{
Id: 5616
AegisName: "F_Fish_On_Head_"
Name: "Evolved Blue Fish"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 149
+ ViewSprite: 149
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -63485,13 +63486,13 @@ item_db: (
Id: 5617
AegisName: "F_Hibiscus"
Name: "Hibiscus"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 210
+ ViewSprite: 210
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -63502,12 +63503,12 @@ item_db: (
Id: 5618
AegisName: "F_Cat_Hat"
Name: "Neko Mimi"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 256
- View: 182
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 182
Script: <"
bonus bLuk,2;
bonus bMdef,10;
@@ -63517,19 +63518,19 @@ item_db: (
Id: 5619
AegisName: "F_Bunny_Band_"
Name: "Evolved Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 15
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 15
Script: <" bonus bInt,2; ">
},
{
Id: 5620
AegisName: "F_Magestic_Goat_TW"
Name: "Evolved Magestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 5
@@ -63543,15 +63544,15 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
- View: 41
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 41
Script: <" bonus bStr,2; ">
},
{
Id: 5621
AegisName: "F_Sheep_Hat"
Name: "Sheep Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 1
@@ -63560,21 +63561,21 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 205
+ ViewSprite: 205
Script: <" bonus bShortWeaponDamageReturn,5; ">
},
{
Id: 5622
AegisName: "F_Mini_Propeller_"
Name: "Mini Propeller"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 256
- View: 270
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 270
Script: <"
bonus bDex,1;
bonus bAgi,2;
@@ -63586,7 +63587,7 @@ item_db: (
Id: 5623
AegisName: "F_Alice_Doll"
Name: "Alice Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Slots: 1
@@ -63594,22 +63595,22 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 208
+ ViewSprite: 208
Script: <" bonus bStr,1; ">
},
{
Id: 5624
AegisName: "F_Red_Glasses"
Name: "Red Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 316
+ ViewSprite: 316
Script: <"
bonus bUnbreakableHelm,0;
bonus bInt,1;
@@ -63619,21 +63620,21 @@ item_db: (
Id: 5625
AegisName: "F_Chick_Hat"
Name: "Chick Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 311
+ ViewSprite: 311
Script: <" bonus bLuk,2; ">
},
{
Id: 5626
AegisName: "F_White_Deviruchi_Cap"
Name: "Gray Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 2
@@ -63641,9 +63642,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 272
+ ViewSprite: 272
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -63653,68 +63654,68 @@ item_db: (
Id: 5627
AegisName: "F_Vane_Hairpin"
Name: "Vane Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 313
+ ViewSprite: 313
Script: <" bonus bAgi,2; ">
},
{
Id: 5628
AegisName: "F_Pecopeco_Hairband"
Name: "Pecopeco Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 314
+ ViewSprite: 314
},
{
Id: 5629
AegisName: "F_Vacation_Hat"
Name: "Vacation Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 315
+ ViewSprite: 315
Script: <" bonus bVit,1; ">
},
{
Id: 5630
AegisName: "F_Charming_Ribbon"
Name: "Charming Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 211
+ ViewSprite: 211
},
{
Id: 5631
AegisName: "F_Water_Lily_Crown"
Name: "Water Lily Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 312
+ ViewSprite: 312
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -63725,13 +63726,13 @@ item_db: (
Id: 5632
AegisName: "F_Vanilmirth_Hat"
Name: "Vanilmirth Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 317
+ ViewSprite: 317
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,5;
@@ -63741,48 +63742,48 @@ item_db: (
Id: 5633
AegisName: "F_Drooping_Bunny_"
Name: "Drooping Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 249
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 249
Script: <" bonus bDex,1; ">
},
{
Id: 5634
AegisName: "F_Kettle_Hat"
Name: "Kettle Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 318
+ ViewSprite: 318
},
{
Id: 5635
AegisName: "F_Dragon_Skull"
Name: "Dragon Skull"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 319
+ ViewSprite: 319
},
{
Id: 5636
AegisName: "F_Ramen_Hat"
Name: "Ramen Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 320
+ ViewSprite: 320
Script: <"
bonus bUnbreakableHelm,0;
bonus bDex,4;
@@ -63792,33 +63793,33 @@ item_db: (
Id: 5637
AegisName: "F_Pink_Fur_Hat"
Name: "Pink Beanie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 2
- Loc: 256
- View: 281
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 281
Script: <" bonus bLuk,1; ">
},
{
Id: 5638
AegisName: "F_Puppy_Hat"
Name: "Puppy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 234
+ ViewSprite: 234
Script: <" bonus bAgi,1; ">
},
{
Id: 5639
AegisName: "F_Magic_Eyes"
Name: "Magic Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
@@ -63828,21 +63829,21 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 209
+ ViewSprite: 209
Script: <" bonus bMdef,5; ">
},
{
Id: 5640
AegisName: "F_Jumping_Poring"
Name: "Jumping Poring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 349
+ ViewSprite: 349
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,1;
@@ -63852,14 +63853,14 @@ item_db: (
Id: 5641
AegisName: "F_Robo_Eye"
Name: "Robo Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 345
+ ViewSprite: 345
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRace, RC_All, 2;
@@ -63871,7 +63872,7 @@ item_db: (
Id: 5642
AegisName: "F_Yellow_Wizardry_Hat"
Name: "Yellow Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
@@ -63881,15 +63882,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 286
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 286
Script: <" bonus bInt,2; ">
},
{
Id: 5643
AegisName: "F_Crescent_Helm"
Name: "Crescent Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 8
@@ -63901,45 +63902,45 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
- View: 213
+ ViewSprite: 213
Script: <" bonus bVit,1; ">
},
{
Id: 5644
AegisName: "F_Tiger_Mask"
Name: "Tiger Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 181
+ ViewSprite: 181
Script: <" bonus bStr,3; ">
},
{
Id: 5645
AegisName: "F_Fantastic_Wig"
Name: "Fantastic Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 768
- View: 308
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 308
},
{
Id: 5646
AegisName: "F_Whisper_Mask"
Name: "Whisper Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 321
+ ViewSprite: 321
Script: <"
bonus bUnbreakableHelm,0;
bonus bAgi,3;
@@ -63949,72 +63950,72 @@ item_db: (
Id: 5647
AegisName: "F_Bunny_Band_C"
Name: "Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 9
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 15
+ ViewSprite: 15
Script: <" bonus bMdef,5; ">
},
{
Id: 5648
AegisName: "F_Centimental_Flower_C"
Name: "Centimental Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 56
+ ViewSprite: 56
},
{
Id: 5649
AegisName: "F_Apple_Of_Archer_C"
Name: "Apple Of Archer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 7
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 72
+ ViewSprite: 72
Script: <" bonus bDex,4; ">
},
{
Id: 5650
AegisName: "F_Elven_Ears_C"
Name: "Elven Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 2
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 73
+ ViewSprite: 73
Script: <" bonus bInt,1; ">
},
{
Id: 5651
AegisName: "F_Brooch_C"
Name: "Brooch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAgi,4; ">
},
@@ -64022,42 +64023,42 @@ item_db: (
Id: 5652
AegisName: "F_Magestic_Goat_C"
Name: "Magestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Def: 5
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 41
+ ViewSprite: 41
Script: <" bonus bStr,1; ">
},
{
Id: 5653
AegisName: "Darkness_Helm_J"
Name: "Darkness Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 586
+ ViewSprite: 586
},
{
Id: 5654
AegisName: "Holy_Marching_Hat_J"
Name: "Holy Marching Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
Slots: 1
- Loc: 256
- View: 587
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 587
Script: <"
bonus bMdef,5;
bonus bDex,1;
@@ -64070,13 +64071,13 @@ item_db: (
Id: 5655
AegisName: "Dark_Snake_Lord_Hat_J"
Name: "Dark Snake Lord Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 372
+ ViewSprite: 372
Script: <"
bonus bInt,2;
bonus bAgi,2;
@@ -64088,64 +64089,64 @@ item_db: (
Id: 5656
AegisName: "Scooter_Hat_J"
Name: "Scooter Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 7
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 588
+ ViewSprite: 588
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5657
AegisName: "Antique_Pipe_J"
Name: "Captain's Pipe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 30
Refine: false
- View: 383
+ ViewSprite: 383
},
{
Id: 5658
AegisName: "Imp_Hat"
Name: "Imp Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
Slots: 1
- Loc: 256
- View: 589
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 589
Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,5; ">
},
{
Id: 5659
AegisName: "Sleepr_Hat"
Name: "Sleeper Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
- Loc: 256
- View: 590
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 590
Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,1,5; ">
},
{
Id: 5660
AegisName: "Gryphon_Hat"
Name: "Gryphon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
Slots: 1
- Loc: 256
- View: 591
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 591
Script: <"
bonus bAgi,2;
bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,5;
@@ -64155,11 +64156,11 @@ item_db: (
Id: 5661
AegisName: "Red_Pirate_Bandana"
Name: "Red Pirate Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 592
+ ViewSprite: 592
Script: <"
bonus bStr,1;
bonus bDex,1;
@@ -64171,38 +64172,38 @@ item_db: (
Id: 5662
AegisName: "Libra_Crown"
Name: "Libra Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 3
- Loc: 256
- View: 593
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 593
Script: <" bonus bDex,3; ">
},
{
Id: 5663
AegisName: "Libra_Diadem"
Name: "Libra Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 3
- Loc: 256
- View: 594
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 594
Script: <" bonus bDex,3; ">
},
{
Id: 5664
AegisName: "Filir_Wing"
Name: "Filir's Pinions"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 595
+ ViewSprite: 595
Script: <"
bonus bAspdRate,2;
bonus bVariableCastrate,-2;
@@ -64212,13 +64213,13 @@ item_db: (
Id: 5665
AegisName: "Shaman_Hat"
Name: "Norn Feather Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
Slots: 1
- Loc: 256
- View: 596
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 596
Script: <"
bonus bMdef,5;
bonus2 bSubEle,Ele_Neutral,3;
@@ -64237,13 +64238,13 @@ item_db: (
Id: 5666
AegisName: "Golden_Crown"
Name: "Crown Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
Slots: 1
- Loc: 256
- View: 597
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 597
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -64254,14 +64255,14 @@ item_db: (
Id: 5667
AegisName: "Skull_Hood"
Name: "Skull Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 10
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 30
- View: 598
+ ViewSprite: 598
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,10;
bonus2 bAddRaceTolerance,RC_Undead,10;
@@ -64272,11 +64273,11 @@ item_db: (
Id: 5668
AegisName: "Weird_Pumpkin_Hat"
Name: "Weird Pumpkin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 5
- Loc: 256
- View: 206
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 206
Trade: {
nodrop: true
notrade: true
@@ -64295,35 +64296,35 @@ item_db: (
Id: 5669
AegisName: "Poring_Party_Hat_J"
Name: "Poring Party Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 256
- View: 340
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 340
},
{
Id: 5670
AegisName: "Aniv_Star_Hat"
Name: "Anniversary Thief Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 256
- View: 599
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 599
},
{
Id: 5671
AegisName: "Drooping_Morocc_Minion"
Name: "Incarnation Of Morocc Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
Refine: false
- View: 600
+ ViewSprite: 600
Script: <"
bonus bSPGainValue,2;
bonus3 bAutoSpellWhenHit,NPC_CRITICALWOUND,2,2;
@@ -64333,28 +64334,28 @@ item_db: (
Id: 5672
AegisName: "Southern_Cross"
Name: "Southern Cross"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 601
+ ViewSprite: 601
Script: <" bonus bInt,1; ">
},
{
Id: 5673
AegisName: "Home_Cherry_Blossom"
Name: "Nostalgic Sakura"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 602
+ ViewSprite: 602
Script: <"
bonus bNoCastCancel,0;
bonus bVariableCastrate,35;
@@ -64364,205 +64365,205 @@ item_db: (
Id: 5674
AegisName: "Pig_Moneybox"
Name: "Piggie Bank"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 603
+ ViewSprite: 603
},
{
Id: 5675
AegisName: "Poring_Letter"
Name: "Poring Letter"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 604
+ ViewSprite: 604
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5676
AegisName: "Scorpio_Crown"
Name: "Scorpio Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 605
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 605
},
{
Id: 5677
AegisName: "Scorpio_Diadem"
Name: "Scorpio Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 256
- View: 606
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 606
Script: <" bonus bDex,2; ">
},
{
Id: 5678
AegisName: "Notation_Hairband"
Name: "Musical Note Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200
Weight: 100
Def: 5
- Loc: 256
- View: 607
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 607
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5679
AegisName: "Engineer_Cap"
Name: "Engineer Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 608
+ ViewSprite: 608
},
{
Id: 5680
AegisName: "Hawkeyes"
Name: "Hawk Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 609
+ ViewSprite: 609
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 5681
AegisName: "F_Ribbon_Green"
Name: "Green Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
- Gender: 0
- Loc: 256
- View: 244
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 244
Script: <" bonus bMdef,3; ">
},
{
Id: 5682
AegisName: "Triangle_Rune_Cap"
Name: "Triangle Rune Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
- View: 610
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 610
Script: <" bonus bInt,1; ">
},
{
Id: 5683
AegisName: "Majestic_Goat_Repl"
Name: "Horn Of Arch Evil Model"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 41
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 41
},
{
Id: 5684
AegisName: "Jewel_Crown_Repl"
Name: "Luxurious Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 88
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 88
},
{
Id: 5685
AegisName: "Prontera_Army_Cap_Repl"
Name: "A Military Cap Of A Knight"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 48
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 48
},
{
Id: 5686
AegisName: "Feather_Bonnet_Repl"
Name: "A Hat With Nice Feather"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 104
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 104
},
{
Id: 5687
AegisName: "Viking_Helm_Repl"
Name: "Light Hornhelm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 86
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 86
},
{
Id: 5688
AegisName: "2009Love_Daddy"
Name: "2009 Love Dad"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 611
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 611
Script: <" bonus bVit,2; ">
},
{
Id: 5689
AegisName: "Queen_Ant_Diadem"
Name: "Ant Queen Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 75
- View: 612
+ ViewSprite: 612
},
{
Id: 5690
AegisName: "Red_Wing_Hat"
Name: "Red Wing Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
- Loc: 256
- View: 613
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 613
Script: <"
if (getrefine() > 6) {
bonus2 bAddRace, RC_All, 2;
@@ -64578,13 +64579,13 @@ item_db: (
Id: 5691
AegisName: "Catain_Bandanna"
Name: "Sailor's Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
Def: 1
Slots: 1
- Loc: 256
- View: 542
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 542
Script: <"
bonus bUnbreakableHelm,0;
bonus bDex,1;
@@ -64595,12 +64596,12 @@ item_db: (
Id: 5692
AegisName: "Sea_Cat_Hat"
Name: "Sea Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
Def: 1
- Loc: 256
- View: 539
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 539
Script: <"
bonus bUnbreakableHelm,0;
bonus bDex,1;
@@ -64610,12 +64611,12 @@ item_db: (
Id: 5693
AegisName: "No_Fear_Underware"
Name: "NoFear Underwear"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 30
+ ViewSprite: 30
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -64627,17 +64628,17 @@ item_db: (
Id: 5694
AegisName: "No_Fear_P_Headgear"
Name: "NoFear Headband"
- Type: 5
+ Type: "IT_ARMOR"
Def: 1
Slots: 1
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
Refine: false
- View: 614
+ ViewSprite: 614
Script: <"
bonus bVit,1;
bonus bUnbreakableHelm,0;
@@ -64647,25 +64648,25 @@ item_db: (
Id: 5695
AegisName: "E_Blue_Drooping_Kitty"
Name: "E Blue Drooping Kitty"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 1
- Loc: 256
- View: 277
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 277
Script: <" bonus bMdef,15; ">
},
{
Id: 5696
AegisName: "E_Flying_Angel"
Name: "E Flying Angel"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 264
+ ViewSprite: 264
Script: <"
bonus bInt,1;
bonus bAgi,1;
@@ -64675,38 +64676,38 @@ item_db: (
Id: 5697
AegisName: "E_Smoking_Pipe_"
Name: "E Smoking Pipe "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 55
+ ViewSprite: 55
Script: <" bonus bVit,1; ">
},
{
Id: 5698
AegisName: "E_Pair_OE_Red_Ribbon_"
Name: "E Pair OE Red Ribbon "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 45
Refine: false
- View: 169
+ ViewSprite: 169
},
{
Id: 5699
AegisName: "E_Fish_On_Head_"
Name: "E Fish On Head "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 149
+ ViewSprite: 149
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -64716,13 +64717,13 @@ item_db: (
Id: 5700
AegisName: "E_Hibiscus"
Name: "E Hibiscus"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 210
+ ViewSprite: 210
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -64733,12 +64734,12 @@ item_db: (
Id: 5701
AegisName: "E_Cat_Hat"
Name: "E Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 256
- View: 182
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 182
Script: <"
bonus bLuk,2;
bonus bMdef,10;
@@ -64748,19 +64749,19 @@ item_db: (
Id: 5702
AegisName: "E_Bunny_Band_"
Name: "E Bunny Band "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 256
- View: 15
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 15
Script: <" bonus bInt,2; ">
},
{
Id: 5703
AegisName: "E_Magestic_Goat_TW"
Name: "E Magestic Goat TW"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 5
@@ -64774,15 +64775,15 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 256
- View: 41
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 41
Script: <" bonus bStr,2; ">
},
{
Id: 5704
AegisName: "E_Sheep_Hat"
Name: "E Sheep Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 1
@@ -64791,20 +64792,20 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 205
+ ViewSprite: 205
},
{
Id: 5705
AegisName: "E_Mini_Propeller_"
Name: "E Mini Propeller "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 256
- View: 270
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 270
Script: <"
bonus bDex,1;
bonus bAgi,2;
@@ -64816,7 +64817,7 @@ item_db: (
Id: 5706
AegisName: "E_Alice_Doll"
Name: "E Alice Doll"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Slots: 1
@@ -64824,22 +64825,22 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 208
+ ViewSprite: 208
Script: <" bonus bStr,1; ">
},
{
Id: 5707
AegisName: "E_Red_Glasses"
Name: "E Red Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 316
+ ViewSprite: 316
Script: <"
bonus bUnbreakableHelm,0;
bonus bInt,1;
@@ -64849,21 +64850,21 @@ item_db: (
Id: 5708
AegisName: "E_Chick_Hat"
Name: "E Chick Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 311
+ ViewSprite: 311
Script: <" bonus bLuk,2; ">
},
{
Id: 5709
AegisName: "E_White_Deviruchi_Cap"
Name: "E White Deviruchi Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 2
@@ -64871,9 +64872,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 272
+ ViewSprite: 272
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -64883,68 +64884,68 @@ item_db: (
Id: 5710
AegisName: "E_Vane_Hairpin"
Name: "E Vane Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 313
+ ViewSprite: 313
Script: <" bonus bAgi,2; ">
},
{
Id: 5711
AegisName: "E_Pecopeco_Hairband"
Name: "E Pecopeco Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 314
+ ViewSprite: 314
},
{
Id: 5712
AegisName: "E_Vacation_Hat"
Name: "E Vacation Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 315
+ ViewSprite: 315
Script: <" bonus bVit,1; ">
},
{
Id: 5713
AegisName: "E_Charming_Ribbon"
Name: "E Charming Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 211
+ ViewSprite: 211
},
{
Id: 5714
AegisName: "E_Water_Lily_Crown"
Name: "E Water Lily Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 312
+ ViewSprite: 312
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -64955,13 +64956,13 @@ item_db: (
Id: 5715
AegisName: "E_Vanilmirth_Hat"
Name: "E Vanilmirth Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 317
+ ViewSprite: 317
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,5;
@@ -64971,48 +64972,48 @@ item_db: (
Id: 5716
AegisName: "E_Drooping_Bunny_"
Name: "E Drooping Bunny "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 249
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 249
Script: <" bonus bDex,1; ">
},
{
Id: 5717
AegisName: "E_Kettle_Hat"
Name: "E Kettle Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 318
+ ViewSprite: 318
},
{
Id: 5718
AegisName: "E_Dragon_Skull"
Name: "E Dragon Skull"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 319
+ ViewSprite: 319
},
{
Id: 5719
AegisName: "E_Ramen_Hat"
Name: "E Ramen Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 320
+ ViewSprite: 320
Script: <"
bonus bUnbreakableHelm,0;
bonus bDex,4;
@@ -65022,33 +65023,33 @@ item_db: (
Id: 5720
AegisName: "E_Pink_Fur_Hat"
Name: "E Pink Fur Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 2
- Loc: 256
- View: 281
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 281
Script: <" bonus bLuk,1; ">
},
{
Id: 5721
AegisName: "E_Puppy_Hat"
Name: "E Puppy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 234
+ ViewSprite: 234
Script: <" bonus bAgi,1; ">
},
{
Id: 5722
AegisName: "E_Magic_Eyes"
Name: "E Magic Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
@@ -65058,21 +65059,21 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 209
+ ViewSprite: 209
Script: <" bonus bMdef,5; ">
},
{
Id: 5723
AegisName: "E_Jumping_Poring"
Name: "E Jumping Poring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 349
+ ViewSprite: 349
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,1;
@@ -65082,14 +65083,14 @@ item_db: (
Id: 5724
AegisName: "E_Robo_Eye"
Name: "E Robo Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 345
+ ViewSprite: 345
Script: <"
bonus bUnbreakableHelm,0;
bonus bDex,1;
@@ -65099,7 +65100,7 @@ item_db: (
Id: 5725
AegisName: "E_Yellow_Wizardry_Hat"
Name: "E Yellow Wizardry Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
@@ -65109,15 +65110,15 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 286
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 286
Script: <" bonus bInt,2; ">
},
{
Id: 5726
AegisName: "E_Crescent_Helm"
Name: "E Crescent Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 8
@@ -65129,106 +65130,106 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
- View: 213
+ ViewSprite: 213
Script: <" bonus bVit,1; ">
},
{
Id: 5727
AegisName: "E_Tiger_Mask"
Name: "E Tiger Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 181
+ ViewSprite: 181
Script: <" bonus bStr,3; ">
},
{
Id: 5728
AegisName: "E_Fantastic_Wig"
Name: "E Fantastic Wig"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 768
- View: 308
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 308
},
{
Id: 5729
AegisName: "E_Bunny_Band_C"
Name: "E Bunny Band C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 9
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 15
+ ViewSprite: 15
Script: <" bonus bMdef,5; ">
},
{
Id: 5730
AegisName: "E_Centimental_Flower_C"
Name: "E Centimental Flower C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 56
+ ViewSprite: 56
},
{
Id: 5731
AegisName: "E_Apple_OE_Archer_C"
Name: "E Apple OE Archer C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 7
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 72
+ ViewSprite: 72
Script: <" bonus bDex,4; ">
},
{
Id: 5732
AegisName: "E_Elven_Ears_C"
Name: "E Elven Ears C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Def: 2
Job: {
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 73
+ ViewSprite: 73
Script: <" bonus bInt,1; ">
},
{
Id: 5733
AegisName: "E_Brooch_C"
Name: "E Brooch C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1
Job: {
All: true
Novice: false
}
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <" bonus bAgi,4; ">
},
@@ -65236,40 +65237,40 @@ item_db: (
Id: 5734
AegisName: "E_Magestic_Goat_C"
Name: "E Magestic Goat C"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 2
Def: 5
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 41
+ ViewSprite: 41
Script: <" bonus bStr,1; ">
},
{
Id: 5735
AegisName: "E_Ribbon_Green"
Name: "E Ribbon Green"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 800
Weight: 100
Def: 1
- Gender: 0
- Loc: 256
- View: 244
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 244
Script: <" bonus bMdef,3; ">
},
{
Id: 5736
AegisName: "EF_Whisper_Mask"
Name: "EF Whisper Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 321
+ ViewSprite: 321
Script: <"
bonus bUnbreakableHelm,0;
bonus bAgi,3;
@@ -65280,13 +65281,13 @@ item_db: (
Id: 5737
AegisName: "Cactus_Hat"
Name: "Potted Muka Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 615
+ ViewSprite: 615
Script: <"
skill SM_PROVOKE,3;
">
@@ -65295,13 +65296,13 @@ item_db: (
Id: 5738
AegisName: "Snowman_Hat"
Name: "Snowman Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
Slots: 1
- Loc: 256
- View: 616
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 616
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -65321,12 +65322,12 @@ item_db: (
Id: 5739
AegisName: "Sagittarius_Crown"
Name: "Sagittarius Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 617
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 617
Script: <"
bonus bDex,2;
bonus2 bSubEle,Ele_Fire,7;
@@ -65340,12 +65341,12 @@ item_db: (
Id: 5740
AegisName: "Sagittarius_Diadem"
Name: "Sagittarius Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 618
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 618
Script: <"
bonus bDex,2;
bonus bMdef,3;
@@ -65360,12 +65361,12 @@ item_db: (
Id: 5741
AegisName: "Im_Egg_Shell_Hat"
Name: "Eternal Egg Skin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 101
+ ViewSprite: 101
Script: <"
bonus bHealPower2,5;
bonus2 bAddMonsterDropItem,610,10;
@@ -65382,13 +65383,13 @@ item_db: (
Id: 5742
AegisName: "Rudolf_Santa_Hat"
Name: "Rudolf Santa Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 619
+ ViewSprite: 619
Script: <"
bonus bLuk,1;
bonus2 bAddItemHealRate,Piece_Of_Cake,100;
@@ -65399,12 +65400,12 @@ item_db: (
Id: 5743
AegisName: "Orange_Stem_Hat"
Name: "Orange Stem Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 620
+ ViewSprite: 620
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,3;
@@ -65414,13 +65415,13 @@ item_db: (
Id: 5744
AegisName: "Capricorn_Crown"
Name: "Capricorn Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 256
- View: 621
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 621
Script: <"
bonus bVit,2;
bonus bDex,2;
@@ -65430,12 +65431,12 @@ item_db: (
Id: 5745
AegisName: "Capricorn_Diadem"
Name: "Capricorn Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 256
- View: 622
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 622
Script: <"
bonus bDex,2;
bonus bMdef,5;
@@ -65445,7 +65446,7 @@ item_db: (
Id: 5746
AegisName: "Rune_Circlet"
Name: "Rune Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65453,10 +65454,10 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 623
+ ViewSprite: 623
Trade: {
nodrop: true
notrade: true
@@ -65479,7 +65480,7 @@ item_db: (
Id: 5747
AegisName: "Mitra"
Name: "Mitra"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65487,10 +65488,10 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 624
+ ViewSprite: 624
Trade: {
nodrop: true
notrade: true
@@ -65513,7 +65514,7 @@ item_db: (
Id: 5748
AegisName: "Sniper_Goggle"
Name: "Sniper Goggle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65521,10 +65522,10 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 768
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 100
- View: 625
+ ViewSprite: 625
Trade: {
nodrop: true
notrade: true
@@ -65547,7 +65548,7 @@ item_db: (
Id: 5749
AegisName: "Driver_Band"
Name: "Driver Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65555,10 +65556,10 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 626
+ ViewSprite: 626
Trade: {
nodrop: true
notrade: true
@@ -65581,7 +65582,7 @@ item_db: (
Id: 5750
AegisName: "Shadow_Handicraft"
Name: "Shadow Handicraft"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65589,10 +65590,10 @@ item_db: (
Job: {
Rogue: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 627
+ ViewSprite: 627
Trade: {
nodrop: true
notrade: true
@@ -65615,7 +65616,7 @@ item_db: (
Id: 5751
AegisName: "Minstrel_Song_Hat"
Name: "Maestro Song's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65623,10 +65624,10 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 628
+ ViewSprite: 628
Trade: {
nodrop: true
notrade: true
@@ -65647,7 +65648,7 @@ item_db: (
Id: 5752
AegisName: "Midas_Whisper"
Name: "Midas Whisper"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65655,10 +65656,10 @@ item_db: (
Job: {
Alchemist: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 629
+ ViewSprite: 629
Trade: {
nodrop: true
notrade: true
@@ -65681,7 +65682,7 @@ item_db: (
Id: 5753
AegisName: "Magic_Stone_Hat"
Name: "Magic Stone Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65689,10 +65690,10 @@ item_db: (
Job: {
Wizard: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 630
+ ViewSprite: 630
Trade: {
nodrop: true
notrade: true
@@ -65715,7 +65716,7 @@ item_db: (
Id: 5754
AegisName: "Blazing_Soul"
Name: "Blazing Soul"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65723,10 +65724,10 @@ item_db: (
Job: {
Monk: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 631
+ ViewSprite: 631
Trade: {
nodrop: true
notrade: true
@@ -65749,18 +65750,18 @@ item_db: (
Id: 5755
AegisName: "Silent_Executer"
Name: "Silent Executor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
Job: {
Assassin: true
}
- Upper: 56
- Loc: 513
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 100
Refine: false
- View: 632
+ ViewSprite: 632
Trade: {
nodrop: true
notrade: true
@@ -65782,7 +65783,7 @@ item_db: (
Id: 5756
AegisName: "Wind_Whisper"
Name: "Wind Whisper"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65790,10 +65791,10 @@ item_db: (
Job: {
Sage: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 633
+ ViewSprite: 633
Trade: {
nodrop: true
notrade: true
@@ -65816,7 +65817,7 @@ item_db: (
Id: 5757
AegisName: "Schmidt_Helm"
Name: "Dip Schmidt Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 17
@@ -65824,10 +65825,10 @@ item_db: (
Job: {
Crusader: true
}
- Upper: 56
- Loc: 768
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 100
- View: 634
+ ViewSprite: 634
Trade: {
nodrop: true
notrade: true
@@ -65850,7 +65851,7 @@ item_db: (
Id: 5758
AegisName: "Dying_Swan"
Name: "Dying Swan"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65858,10 +65859,10 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 635
+ ViewSprite: 635
Trade: {
nodrop: true
notrade: true
@@ -65883,20 +65884,20 @@ item_db: (
Id: 5759
AegisName: "Noah_Hat"
Name: "Noa's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
Slots: 1
- Loc: 256
- View: 636
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 636
Script: <" bonus bMdef,3; ">
},
{
Id: 5760
AegisName: "Driver_Band_"
Name: "Driver Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 12
@@ -65904,10 +65905,10 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 637
+ ViewSprite: 637
Trade: {
nodrop: true
notrade: true
@@ -65930,13 +65931,13 @@ item_db: (
Id: 5761
AegisName: "Sloth_Hat"
Name: "Sloth Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 3
Slots: 1
- Loc: 256
- View: 638
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 638
Script: <"
bonus bAgi,2;
bonus3 bAutoSpell,AS_SONICBLOW,5,50;
@@ -65946,12 +65947,12 @@ item_db: (
Id: 5762
AegisName: "Duneyrr_Helm"
Name: "Duneyrr Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
- Loc: 256
- View: 639
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 639
Script: <"
bonus bAllStats, 1;
bonus bMdef, 5;
@@ -65963,11 +65964,11 @@ item_db: (
Id: 5763
AegisName: "Red_Bunny_Band"
Name: "Red Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 4
- Loc: 256
- View: 640
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 640
Script: <"
bonus bAgi,2;
bonus bMdef,3;
@@ -65977,28 +65978,28 @@ item_db: (
Id: 5764
AegisName: "Love_Rabbit_Hood"
Name: "Love Rabbit Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 10
Refine: false
- View: 549
+ ViewSprite: 549
Script: <" bonus3 bAutoSpell,PR_GLORIA,3,((readparam(bAgi)>=80)?30:10); ">
},
{
Id: 5765
AegisName: "Black_Tail_Ribbon"
Name: "Pitch Black Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 642
+ ViewSprite: 642
Script: <"
bonus bMdef,5;
bonus bLongAtkDef,10;
@@ -66009,14 +66010,14 @@ item_db: (
Id: 5766
AegisName: "Amistr_Cap"
Name: "Amistr Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 643
+ ViewSprite: 643
Script: <"
bonus bVit,5;
bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20;
@@ -66026,27 +66027,27 @@ item_db: (
Id: 5767
AegisName: "Samurai_Mask"
Name: "Samurai Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 300
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 50
Refine: false
- View: 644
+ ViewSprite: 644
Script: <" bonus2 bAddRace, RC_All, 1; ">
},
{
Id: 5768
AegisName: "Sakura_Coronet"
Name: "Cherry Blossom Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 1
Slots: 1
- Loc: 256
- View: 645
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 645
Script: <"
bonus bMdef,3;
bonus bMaxSP,25;
@@ -66056,13 +66057,13 @@ item_db: (
Id: 5769
AegisName: "Gold_Angel_Sculpture"
Name: "Estatua Peque? Angel Oro"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
Refine: false
- View: 646
+ ViewSprite: 646
Script: <"
bonus bUnbreakableHelm,0;
skill RG_GRAFFITI,1;
@@ -66072,26 +66073,26 @@ item_db: (
Id: 5770
AegisName: "Splash_Hat"
Name: "Splash Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 349
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 349
Script: <" autobonus "{ sc_start SC_PROPERTYWIND,180000,1; }",3,180000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; ">
},
{
Id: 5771
AegisName: "Family_Hat"
Name: "Family Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 109
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 109
Script: <"
bonus bDex,1;
bonus bMdef,1;
@@ -66104,52 +66105,52 @@ item_db: (
Id: 5772
AegisName: "Red_Navy_Hat"
Name: "Blood Admiral's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3000
Weight: 500
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 651
+ ViewSprite: 651
Script: <" bonus2 bAddRaceTolerance, RC_DemiPlayer, 10; ">
},
{
Id: 5773
AegisName: "Navy_Beret"
Name: "Navy Blue Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3000
Weight: 500
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 652
+ ViewSprite: 652
Script: <" bonus2 bAddRaceTolerance, RC_DemiPlayer, 10; ">
},
{
Id: 5774
AegisName: "Red_Pirate_Hat"
Name: "Scallywag's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3000
Weight: 500
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 496
+ ViewSprite: 496
Script: <" bonus2 bAddRaceTolerance, RC_DemiPlayer, 10; ">
},
{
Id: 5775
AegisName: "Choco_Donut_In_Mouth"
Name: "Chocolate Donut"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 653
+ ViewSprite: 653
Script: <"
bonus bUnbreakableHelm,0;
bonus bMaxHP,50;
@@ -66159,10 +66160,10 @@ item_db: (
Id: 5776
AegisName: "Blazing_Sun"
Name: "Blazin Sun"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
- Loc: 256
- View: 654
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 654
Script: <"
bonus2 bVariableCastrate,MG_FIREBOLT,-5;
bonus2 bSkillAtk,MG_FIREBOLT,5;
@@ -66177,14 +66178,14 @@ item_db: (
Id: 5777
AegisName: "Remover_Hat"
Name: "Remover Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 655
+ ViewSprite: 655
Script: <"
bonus bMdef,1;
bonus3 bAddMonsterDropItem,713,RC_Formless,200;
@@ -66196,13 +66197,13 @@ item_db: (
Id: 5778
AegisName: "Blue_Arara_Hat"
Name: "Turkey On Your Head"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 656
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 656
Script: <"
bonus bStr,2;
bonus2 bAddMonsterDropItem,574,500;
@@ -66218,24 +66219,24 @@ item_db: (
Id: 5779
AegisName: "Drooping_Boto"
Name: "Drooping Boto"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 657
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 657
Script: <" bonus bInt,2; ">
},
{
Id: 5780
AegisName: "Tendrilion_Hat"
Name: "Tendrilion Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 658
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 658
Script: <"
bonus2 bAddRaceTolerance, RC_DemiPlayer, 10;
skill WZ_EARTHSPIKE, 3;
@@ -66245,13 +66246,13 @@ item_db: (
Id: 5781
AegisName: "Persika"
Name: "Persica"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 659
+ ViewSprite: 659
Script: <"
bonus bUnbreakableHelm,0;
bonus bFlee,1;
@@ -66262,13 +66263,13 @@ item_db: (
Id: 5782
AegisName: "Hoplite_Helmet"
Name: "Legionaire Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 4
Slots: 1
- Loc: 769
- View: 660
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 660
Script: <"
bonus bMaxHPrate,3;
">
@@ -66277,12 +66278,12 @@ item_db: (
Id: 5783
AegisName: "YellowBunny_Hairband"
Name: "YellowBunny Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
- View: 662
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 662
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -66301,12 +66302,12 @@ item_db: (
Id: 5784
AegisName: "PinkBunny_Hairband"
Name: "Pink Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
- View: 663
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 663
Script: <"
bonus bStr,1;
bonus bInt,2;
@@ -66325,12 +66326,12 @@ item_db: (
Id: 5785
AegisName: "Green_Bunny_Hairband"
Name: "Green Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 256
- View: 664
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 664
Script: <"
bonus bStr,2;
bonus bInt,1;
@@ -66349,13 +66350,13 @@ item_db: (
Id: 5786
AegisName: "Ancient_Elven_Ear"
Name: "Ancient Fairy Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 665
+ ViewSprite: 665
Trade: {
nodrop: true
notrade: true
@@ -66376,13 +66377,13 @@ item_db: (
Id: 5787
AegisName: "Tha_Maero_Mask"
Name: "Tha Maero Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 30
Refine: false
- View: 666
+ ViewSprite: 666
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,2;
@@ -66392,13 +66393,13 @@ item_db: (
Id: 5788
AegisName: "3D_Glasses"
Name: "3D Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 661
+ ViewSprite: 661
Trade: {
nodrop: true
notrade: true
@@ -66418,14 +66419,14 @@ item_db: (
Id: 5789
AegisName: "Thanatos_Mal_Mask"
Name: "Thanatos Odium Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 30
Refine: false
- View: 667
+ ViewSprite: 667
Script: <"
bonus bVit,1;
bonus bUnbreakableHelm,0;
@@ -66435,13 +66436,13 @@ item_db: (
Id: 5790
AegisName: "Holy_Mom_Love"
Name: "Mother's Kindness"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 45
- View: 610
+ ViewSprite: 610
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,-5;
bonus2 bAddRaceTolerance,RC_Undead,-5;
@@ -66452,14 +66453,14 @@ item_db: (
Id: 5791
AegisName: "Tenkaippin_Ramen"
Name: "Tenkaippin Ramen"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 668
+ ViewSprite: 668
Script: <"
bonus bInt,-1;
bonus bDex,4;
@@ -66470,24 +66471,24 @@ item_db: (
Id: 5792
AegisName: "Fish_Pin"
Name: "Fish Pin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 669
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 669
Script: <" bonus2 bAddRaceTolerance,RC_Fish,1; ">
},
{
Id: 5793
AegisName: "Ribbon_Of_Life"
Name: "Life Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 575
+ ViewSprite: 575
Trade: {
nodrop: true
notrade: true
@@ -66508,12 +66509,12 @@ item_db: (
Id: 5794
AegisName: "3D_Glasses_"
Name: "3D Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 661
+ ViewSprite: 661
Trade: {
nodrop: true
notrade: true
@@ -66529,10 +66530,10 @@ item_db: (
Id: 5795
AegisName: "Red_Dress_Hat"
Name: "Bright Red Dress Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 256
- View: 670
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 670
Script: <"
bonus bMdef,7;
bonus bAtkRate,4;
@@ -66551,10 +66552,10 @@ item_db: (
Id: 5796
AegisName: "Cheer_Scarf"
Name: "Cheering scarf"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -66573,10 +66574,10 @@ item_db: (
Id: 5797
AegisName: "Cheer_Scarf2"
Name: "Cheering scarf II"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -66596,10 +66597,10 @@ item_db: (
Id: 5798
AegisName: "Cheer_Scarf3"
Name: "Cheering scarf III"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -66619,10 +66620,10 @@ item_db: (
Id: 5799
AegisName: "Cheer_Scarf4"
Name: "Cheering scarf IV"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -66642,12 +66643,12 @@ item_db: (
Id: 5800
AegisName: "Blush_Of_Groom"
Name: "Blush of Groom"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 125
+ ViewSprite: 125
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRaceTolerance,RC_DemiPlayer,3;
@@ -66657,12 +66658,12 @@ item_db: (
Id: 5801
AegisName: "Ribbon_Of_Bride"
Name: "Red Tailed Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 10
- Loc: 256
- View: 167
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 167
Script: <"
bonus bAllStats,2;
bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
@@ -66678,48 +66679,48 @@ item_db: (
Id: 5802
AegisName: "Upgrade_Elephant_Hat"
Name: "Upgrade Elephant Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 6
Slots: 1
- Loc: 256
- View: 215
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 215
},
{
Id: 5803
AegisName: "Flower_Love_Hat"
Name: "Love Flower Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
- Loc: 256
- View: 5
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 5
Script: <" bonus2 bAddMonsterDropItem,608,100; ">
},
{
Id: 5804
AegisName: "Pirate_Eyepatch"
Name: "Pirate Eye Bandage"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 13
+ ViewSprite: 13
},
{
Id: 5805
AegisName: "Victorious_Coronet"
Name: "Victorious Coronet"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 150
Def: 2
- Gender: 0
- Loc: 256
+ Gender: "SEX_FEMALE"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
Refine: false
- View: 43
+ ViewSprite: 43
Trade: {
nodrop: true
notrade: true
@@ -66738,13 +66739,13 @@ item_db: (
Id: 5806
AegisName: "Poem_Natalia_Hat"
Name: "Poem Natalia Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 9
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 67
+ ViewSprite: 67
Trade: {
nodrop: true
notrade: true
@@ -66759,7 +66760,7 @@ item_db: (
Id: 5807
AegisName: "October_Fest_Cap"
Name: "October Fest Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -66767,15 +66768,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 104
+ ViewSprite: 104
},
{
Id: 5808
AegisName: "Diabolus_Helmet"
Name: "Dark Bacilium"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 5
@@ -66794,9 +66795,9 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 769
- View: 364
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 364
Script: <"
bonus2 bResEff,Eff_Stone,2000+(getrefine()*200);
bonus2 bResEff,Eff_Freeze,2000+(getrefine()*200);
@@ -66807,12 +66808,12 @@ item_db: (
Id: 5809
AegisName: "Boom_Boom_Hat"
Name: "Boom Boom Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 216
+ ViewSprite: 216
Trade: {
nodrop: true
notrade: true
@@ -66830,7 +66831,7 @@ item_db: (
Id: 5810
AegisName: "Ph_D_Hat_V"
Name: "Ph.D Hat V"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
@@ -66838,8 +66839,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 98
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 98
Script: <"
bonus bInt,5;
bonus bVit,3;
@@ -66850,22 +66851,22 @@ item_db: (
Id: 5811
AegisName: "Santa_Beard"
Name: "Santa's Beard"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 25
+ ViewSprite: 25
Script: <" bonus2 bAddRaceTolerance,RC_Brute,5; ">
},
{
Id: 5812
AegisName: "Hat_Of_Expert"
Name: "Hat Of Expert"
- Type: 5
+ Type: "IT_ARMOR"
Def: 2
- Loc: 256
- View: 16
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 16
Trade: {
nodrop: true
notrade: true
@@ -66889,24 +66890,24 @@ item_db: (
Id: 5813
AegisName: "Red_Ph_D_Hat"
Name: "Red Scholar Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 500
- Loc: 256
- View: 481
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 481
Script: <" bonus bInt,1; ">
},
{
Id: 5814
AegisName: "Ati_Atihan_Hat3"
Name: "Ati Atihan Hat3"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 2
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 20
Refine: false
- View: 303
+ ViewSprite: 303
Trade: {
nodrop: true
notrade: true
@@ -66921,12 +66922,12 @@ item_db: (
Id: 5815
AegisName: "Cowboy_Hat_J"
Name: "Classic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
- Loc: 256
- View: 475
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 475
Script: <"
bonus bStr,1;
bonus2 bSubSize,Size_Small,5;
@@ -66938,20 +66939,20 @@ item_db: (
Id: 5816
AegisName: "Classic_Hat_J"
Name: "New Cowboy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
- Loc: 256
- View: 411
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 411
},
{
Id: 5817
AegisName: "Valentine_Pledge"
Name: "Valentine's Emblem"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 3
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -66977,10 +66978,10 @@ item_db: (
Id: 5818
AegisName: "Carnival_Hat"
Name: "Carnival Hat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 6
- Loc: 256
- View: 505
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 505
Trade: {
nodrop: true
notrade: true
@@ -66997,10 +66998,10 @@ item_db: (
Id: 5819
AegisName: "Carnival_Circlet"
Name: "Carnival Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Def: 6
- Loc: 256
- View: 506
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 506
Trade: {
nodrop: true
notrade: true
@@ -67017,13 +67018,13 @@ item_db: (
Id: 5820
AegisName: "Black_Elven_Ears"
Name: "Black Fairy Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 498
+ ViewSprite: 498
Trade: {
nodrop: true
notrade: true
@@ -67037,12 +67038,12 @@ item_db: (
Id: 5821
AegisName: "Gold_Tulip_Hairpin"
Name: "Golden Tulip Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 2
- Loc: 256
- View: 499
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 499
Trade: {
nodrop: true
notrade: true
@@ -67057,12 +67058,12 @@ item_db: (
Id: 5822
AegisName: "Love_Chick_Hat"
Name: "Chicken Of Love Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 100
Def: 4
- Loc: 256
- View: 500
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 500
Trade: {
nodrop: true
notrade: true
@@ -67084,11 +67085,11 @@ item_db: (
Id: 5823
AegisName: "Love_Arrow"
Name: "Arrow Of Love"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 5000
Weight: 100
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -67107,22 +67108,22 @@ item_db: (
Id: 5824
AegisName: "Fools_Day_Hat"
Name: "April Fool's Day Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 265
+ ViewSprite: 265
},
{
Id: 5825
AegisName: "Badge_Of_Order_Grace"
Name: "Knight Of Honor Badge"
- Type: 5
+ Type: "IT_ARMOR"
Def: 1
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bAtkRate,10;
@@ -67135,11 +67136,11 @@ item_db: (
Id: 5826
AegisName: "Valkyrie_Helmet"
Name: "Helm Of Valkyrie"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 225
+ ViewSprite: 225
Script: <"
bonus bStr,2;
bonus bInt,2;
@@ -67152,20 +67153,20 @@ item_db: (
Id: 5827
AegisName: "Book_File_Hat"
Name: "Book Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 423
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 423
},
{
Id: 5828
AegisName: "Honor_Gold_Ring"
Name: "Gold Ring Of Honor"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 50
- Loc: 136
+ Loc: "EQP_ACC"
Script: <"
bonus bAllStats,1;
bonus bMdef,5;
@@ -67175,147 +67176,147 @@ item_db: (
Id: 5829
AegisName: "Ordinary_Armor"
Name: "Ordinary Armor"
- Type: 5
- Loc: 16
+ Type: "IT_ARMOR"
+ Loc: "EQP_ARMOR"
EquipLv: 30
},
{
Id: 5830
AegisName: "Woe_Sahkkat"
Name: "Woe Sahkkat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 67
+ ViewSprite: 67
},
{
Id: 5831
AegisName: "Woe_Big_Sis_Ribbon"
Name: "Woe Big Sis Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 28
+ ViewSprite: 28
},
{
Id: 5832
AegisName: "Woe_Vane_Hairpin"
Name: "Woe Vane Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 313
+ ViewSprite: 313
},
{
Id: 5833
AegisName: "Woe_Picnic_Hat"
Name: "Woe Picnic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 117
+ ViewSprite: 117
},
{
Id: 5834
AegisName: "Woe_Crown"
Name: "Woe Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 45
+ ViewSprite: 45
},
{
Id: 5835
AegisName: "Woe_Tiara"
Name: "Woe Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 19
+ ViewSprite: 19
},
{
Id: 5836
AegisName: "Woe_Boys_Cap"
Name: "Woe Boys Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 102
+ ViewSprite: 102
},
{
Id: 5837
AegisName: "Woe_Sunglass"
Name: "Woe Sunglass"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 12
+ ViewSprite: 12
},
{
Id: 5838
AegisName: "Woe_Fin_Helm"
Name: "Woe Fin Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 100
+ ViewSprite: 100
},
{
Id: 5839
AegisName: "Woe_Blush"
Name: "Woe Blush"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 125
+ ViewSprite: 125
},
{
Id: 5840
AegisName: "Woe_Elven_Ears"
Name: "Woe Elven Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 73
+ ViewSprite: 73
},
{
Id: 5841
AegisName: "Shaman_Hat_"
Name: "Shaman Hat "
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 596
+ ViewSprite: 596
Script: <"
bonus bLuk,2;
bonus3 bSubEle,Ele_Neutral,3,BF_MAGIC;
@@ -67334,46 +67335,46 @@ item_db: (
Id: 5842
AegisName: "Loyal_Ring1"
Name: "Loyal Ring1"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
},
{
Id: 5843
AegisName: "Loyal_Ring2"
Name: "Loyal Ring2"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Script: <" bonus bAllStats,2; ">
},
{
Id: 5844
AegisName: "Loyal_Ring3"
Name: "Loyal Ring3"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Script: <" bonus bAllStats,3; ">
},
{
Id: 5845
AegisName: "Buzzy_Ball_Board"
Name: "Buzzy Ball Board"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50
Weight: 400
- Loc: 256
- View: 641
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 641
},
{
Id: 5846
AegisName: "Buzzy_Ball_Gum"
Name: "Buzzy Ball Gum"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 50
Weight: 100
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 572
+ ViewSprite: 572
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,5;
@@ -67383,10 +67384,10 @@ item_db: (
Id: 5847
AegisName: "Fools_Day_Helmet"
Name: "Fools Day Helmet"
- Type: 5
- Loc: 256
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 647
+ ViewSprite: 647
Script: <"
bonus bInt,5;
bonus bVit,-3;
@@ -67397,57 +67398,57 @@ item_db: (
Id: 5848
AegisName: "Robin_Eyepatch"
Name: "Bandit Disguise"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 50
+ ViewSprite: 50
},
{
Id: 5849
AegisName: "Doctor_Hairband"
Name: "Doctor Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 60
+ ViewSprite: 60
},
{
Id: 5850
AegisName: "Golden_Savage_Hat"
Name: "Golden Savage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 648
+ ViewSprite: 648
},
{
Id: 5851
AegisName: "Summer_Knight"
Name: "Summer Knight"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 60
Refine: false
- View: 138
+ ViewSprite: 138
},
{
Id: 5852
AegisName: "Easter_Egg_Shell"
Name: "Easter Egg Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: -7
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 537
+ ViewSprite: 537
Script: <"
bonus bDef,-7;
bonus bMdef,-7;
@@ -67460,8 +67461,8 @@ item_db: (
Id: 5855
AegisName: "Fish_Rod"
Name: "Fishing Rod"
- Type: 5
- Loc: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_ACC"
Refine: false
Trade: {
nodrop: true
@@ -67477,13 +67478,13 @@ item_db: (
Id: 5856
AegisName: "Passion_FB_Hat"
Name: "Passion Soccerball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 2
Slots: 1
- Loc: 256
- View: 671
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 671
Script: <"
bonus bVit,2;
bonus bMdef,1;
@@ -67493,13 +67494,13 @@ item_db: (
Id: 5857
AegisName: "Cool_FB_Hat"
Name: "Cool Soccerball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 2
Slots: 1
- Loc: 256
- View: 672
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 672
Script: <"
bonus bStr,2;
bonus bMdef,1;
@@ -67509,13 +67510,13 @@ item_db: (
Id: 5858
AegisName: "Victory_FB_Hat"
Name: "Soccerball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 2
Slots: 1
- Loc: 256
- View: 673
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 673
Script: <"
bonus bInt,2;
bonus bMdef,1;
@@ -67525,13 +67526,13 @@ item_db: (
Id: 5859
AegisName: "Glory_FB_Hat"
Name: "Glorious Soccerball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 2
Slots: 1
- Loc: 256
- View: 674
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 674
Script: <"
bonus bAgi,3;
bonus bMdef,1;
@@ -67541,11 +67542,11 @@ item_db: (
Id: 5864
AegisName: "Shadow_Booster"
Name: "Shadow Booster"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 512
- View: 873
+ Loc: "EQP_HEAD_MID"
+ ViewSprite: 873
Trade: {
nodrop: true
notrade: true
@@ -67564,12 +67565,12 @@ item_db: (
Id: 5868
AegisName: "Bushy_Moustache"
Name: "Bushy Moustache"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 1004
+ ViewSprite: 1004
Script: <"
bonus bUnbreakableHelm,0;
bonus bBaseAtk,10;
@@ -67580,12 +67581,12 @@ item_db: (
Id: 5869
AegisName: "Mimic_Egg_Shell"
Name: "Mimic Egg Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 4
- Loc: 256
- View: 999
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 999
Script: <"
bonus2 bAddEffWhenHit,Eff_Stone,600;
bonus bSpeedRate,25;
@@ -67595,12 +67596,12 @@ item_db: (
Id: 5870
AegisName: "Bunny_Egg_Shell"
Name: "Bunny Egg Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 5
- Loc: 256
- View: 1000
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1000
Script: <"
bonus bAgi,3;
bonus bAspd,1;
@@ -67610,12 +67611,12 @@ item_db: (
Id: 5871
AegisName: "Picky_Egg_Shell"
Name: "Picky Egg Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 2
- Loc: 256
- View: 1001
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1001
Script: <"
bonus bVit,3;
bonus bMdef,2;
@@ -67625,7 +67626,7 @@ item_db: (
Id: 5873
AegisName: "Helmet_Of_Siegfried"
Name: "Helmet of Siegfried"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 7
@@ -67638,10 +67639,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 256
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 1055
+ ViewSprite: 1055
Script: <"
bonus bAllStats,5;
bonus2 bSubEle,Ele_Neutral,5;
@@ -67655,7 +67656,7 @@ item_db: (
Id: 5874
AegisName: "Circlet_Of_Kriemhild"
Name: "Circlet of Kriemhild"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 6
@@ -67668,10 +67669,10 @@ item_db: (
Rogue: true
Bard: true
}
- Upper: 58
- Loc: 256
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 1056
+ ViewSprite: 1056
Script: <"
bonus bAllStats,5;
bonus2 bSubEle,Ele_Neutral,5;
@@ -67685,7 +67686,7 @@ item_db: (
Id: 5875
AegisName: "Diadem_Of_Bruenhild"
Name: "Diadem of Brinhild"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 6
@@ -67698,10 +67699,10 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 58
- Loc: 256
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 1057
+ ViewSprite: 1057
Script: <"
bonus bAllStats,5;
bonus2 bSubEle,Ele_Neutral,5;
@@ -67715,12 +67716,12 @@ item_db: (
Id: 5881
AegisName: "Weissbier_Hat"
Name: "Weissbier Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 1079
+ ViewSprite: 1079
Script: <"
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
@@ -67744,12 +67745,12 @@ item_db: (
Id: 5890
AegisName: "Angel_Earing"
Name: "Angel Earrings"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 1093
+ ViewSprite: 1093
Script: <"
bonus bAllStats,1;
bonus bMdef,3;
@@ -67759,12 +67760,12 @@ item_db: (
Id: 5891
AegisName: "Black_Cat_Hat"
Name: "Black Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 7
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 1105
+ ViewSprite: 1105
Script: <"
bonus5 bAutoSpell,DC_SCREAM,5,50,BF_WEAPON|BF_MAGIC,0; /* Custom - TWRO */
">
@@ -67773,16 +67774,16 @@ item_db: (
Id: 5897
AegisName: "Ascendant_Crown_"
Name: "Ascendant Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 50
Def: 20
Slots: 1
Job: {
Novice: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1118
+ ViewSprite: 1118
Script: <"
bonus bAllStats,10;
bonus bMaxHPrate,15;
@@ -67801,18 +67802,18 @@ item_db: (
Id: 5898
AegisName: "Autumn_Headband"
Name: "Autumn Headband"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 10
Slots: 1
Job: {
Hunter: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
Refine: false
- View: 1119
+ ViewSprite: 1119
Script: <"
bonus2 bSkillUseSP,SN_WINDWALK,20;
bonus bLongAtkRate,5;
@@ -67824,17 +67825,17 @@ item_db: (
Id: 5899
AegisName: "Black_Ribbon_"
Name: "Black Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 10
Slots: 1
Job: {
Knight: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1120
+ ViewSprite: 1120
Script: <"
bonus2 bSkillAtk,RK_WINDCUTTER,50;
bonus2 bSkillAtk,RK_SONICWAVE,50;
@@ -67846,7 +67847,7 @@ item_db: (
Id: 5900
AegisName: "Divine_Guard_Hat_"
Name: "Divine Guard Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 10
@@ -67854,10 +67855,10 @@ item_db: (
Job: {
Crusader: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1121
+ ViewSprite: 1121
Script: <"
bonus2 bSubSize,Size_Medium,5;
bonus2 bSubSize,Size_Large,5;
@@ -67870,7 +67871,7 @@ item_db: (
Id: 5904
AegisName: "Inconspicuous_Hat_"
Name: "Inconspicuous Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 10
@@ -67878,10 +67879,10 @@ item_db: (
Job: {
Rogue: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1125
+ ViewSprite: 1125
Script: <"
bonus bMatkRate,7;
if(getrefine()>6) { bonus bMatk,(readparam(bInt)/5)*2; }
@@ -67892,7 +67893,7 @@ item_db: (
Id: 5905
AegisName: "Lyrica_Hat_"
Name: "Lyrica Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 10
@@ -67900,11 +67901,11 @@ item_db: (
Job: {
Bard: true
}
- Upper: 56
- Gender: 1
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Gender: "SEX_MALE"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1126
+ ViewSprite: 1126
Script: <"
bonus2 bSkillAtk,WM_SEVERE_RAINSTORM_MELEE,15;
if(getrefine()>6) { bonus bFixedCastrate,-(getskilllv(BA_MUSICALLESSON)*4); }
@@ -67915,7 +67916,7 @@ item_db: (
Id: 5906
AegisName: "Oni_Horns"
Name: "Oni Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 10
@@ -67923,10 +67924,10 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1127
+ ViewSprite: 1127
Script: <"
bonus2 bSkillAtk,GC_COUNTERSLASH,getskilllv(GC_WEAPONBLOCKING)*10;
if(getrefine()>6) {
@@ -67940,7 +67941,7 @@ item_db: (
Id: 5907
AegisName: "Sea_Captain_Hat_"
Name: "Sea Captain Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 20
@@ -67948,10 +67949,10 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1128
+ ViewSprite: 1128
Script: <"
bonus2 bSkillAtk,NC_AXETORNADO,20;
bonus2 bSkillAtk,NC_AXEBOOMERANG,20;
@@ -67963,13 +67964,13 @@ item_db: (
Id: 5918
AegisName: "Gambler_Seal"
Name: "Gambler Seal"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 1202
+ ViewSprite: 1202
Script: <"
bonus bCritical,3;
bonus bCritAtkRate,3;
@@ -67979,24 +67980,24 @@ item_db: (
Id: 5921
AegisName: "Fish_Monsters_Grill"
Name: "Fish Monster's Grill"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
- View: 1218
+ ViewSprite: 1218
},
{
Id: 5932
AegisName: "Heaven_Cage"
Name: "Birdcage Of Paradise"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 1286
+ ViewSprite: 1286
Script: <"
bonus bLuk,5;
bonus bCritical,5;
@@ -68010,12 +68011,12 @@ item_db: (
Id: 5933
AegisName: "Crow_Tengu_Mask"
Name: "Crow Tengu Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 80
- View: 1287
+ ViewSprite: 1287
Script: <"
bonus bAtkRate,1;
bonus bLongAtkRate,2;
@@ -68033,12 +68034,12 @@ item_db: (
Id: 5934
AegisName: "Happy_Balloon_J"
Name: "Happy Balloon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 1289
+ ViewSprite: 1289
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,5;
@@ -68050,10 +68051,10 @@ item_db: (
Id: 5941
AegisName: "Joystick_Hat"
Name: "Joystick Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 1305
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1305
Script: <"
bonus bDex,5;
bonus bLuk,5;
@@ -68065,10 +68066,10 @@ item_db: (
Id: 5942
AegisName: "Lovegame_Hat"
Name: "Lovegame Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 1306
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1306
Script: <"
bonus bAllStats,3;
bonus5 bAutoSpellWhenHit,DC_WINKCHARM,1,500,BF_WEAPON,1;
@@ -68078,11 +68079,11 @@ item_db: (
Id: 5966
AegisName: "KarduiEar"
Name: "Kardui Ears"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
- View: 1357
+ ViewSprite: 1357
Script: <"
bonus bMatk,2*(readparam(bDex)/10);
if(readparam(bDex)>=108) {
@@ -68099,11 +68100,11 @@ item_db: (
Id: 5967
AegisName: "FlyingGalapago"
Name: "Flying Galapagos"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 110
- View: 1358
+ ViewSprite: 1358
Script: <"
bonus3 bAutoSpell,HT_BLITZBEAT,getskilllv(HT_BLITZBEAT),(10*getskilllv(HT_BLITZBEAT))+(readparam(bLuk)/3);
if(getskilllv(HT_STEELCROW)>0) { skill HT_BLITZBEAT,40; }
@@ -68113,13 +68114,13 @@ item_db: (
Id: 5968
AegisName: "DVAngelNurseCap"
Name: "Divine Angel Nurse Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 1359
+ ViewSprite: 1359
Script: <"
bonus bHealPower,3;
bonus bNoCastCancel,0;
@@ -68132,13 +68133,13 @@ item_db: (
Id: 5969
AegisName: "QueenAnzRevenge"
Name: "Queen Anne's Revenge"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 400
Def: 7
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1360
+ ViewSprite: 1360
Script: <"
bonus bStr,5;
bonus2 bAddRace, RC_All, 7;
@@ -68158,13 +68159,13 @@ item_db: (
Id: 5970
AegisName: "RuneHelm"
Name: "Rune Helm"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 3000
Def: 15
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 1361
+ ViewSprite: 1361
Script: <"
bonus bVit,3;
bonus bMaxHPrate,4;
@@ -68654,7 +68655,7 @@ item_db: (
Id: 6046
AegisName: "Clothing_Dye_Coupon"
Name: "New Clothing Dye Coupon"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -68670,7 +68671,7 @@ item_db: (
Id: 6047
AegisName: "Clothing_Dye_Coupon2"
Name: "Original Clothing Dye Coupon"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -80114,7 +80115,7 @@ item_db: (
Id: 7663
AegisName: "Fullmetal_Jacket_Bullet"
Name: "Full Metal Jacket"
- Type: 10
+ Type: "IT_AMMO"
Buy: 200
Weight: 2
Atk: 10
@@ -80122,14 +80123,14 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
},
{
Id: 7664
AegisName: "Mine_Projectile"
Name: "Projection Landmines"
- Type: 10
+ Type: "IT_AMMO"
Buy: 450
Weight: 3
Atk: 10
@@ -80137,14 +80138,14 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
},
{
Id: 7665
AegisName: "Dragon_Tail_Missile"
Name: "Dragon Tail Missile"
- Type: 10
+ Type: "IT_AMMO"
Buy: 1500
Weight: 100
Atk: 10
@@ -80152,8 +80153,8 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
},
{
Id: 7701
@@ -83090,196 +83091,196 @@ item_db: (
Id: 9001
AegisName: "Poring_Egg"
Name: "Poring Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9002
AegisName: "Drops_Egg"
Name: "Drops Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9003
AegisName: "Poporing_Egg"
Name: "Poporing Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9004
AegisName: "Lunatic_Egg"
Name: "Lunatic Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9005
AegisName: "Picky_Egg"
Name: "Picky Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9006
AegisName: "Chonchon_Egg"
Name: "Chonchon Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9007
AegisName: "Steel_Chonchon_Egg"
Name: "Steel Chonchon Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9008
AegisName: "Hunter_Fly_Egg"
Name: "Hunter Fly Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9009
AegisName: "Savage_Bebe_Egg"
Name: "Savage Bebe Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9010
AegisName: "Baby_Desert_Wolf_Egg"
Name: "Baby Desert Wolf Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9011
AegisName: "Rocker_Egg"
Name: "Rocker Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9012
AegisName: "Spore_Egg"
Name: "Spore Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9013
AegisName: "Poison_Spore_Egg"
Name: "Poison Spore Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9014
AegisName: "PecoPeco_Egg"
Name: "PecoPeco Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9015
AegisName: "Smokie_Egg"
Name: "Smokie Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9016
AegisName: "Yoyo_Egg"
Name: "Yoyo Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9017
AegisName: "Orc_Warrior_Egg"
Name: "Orc Warrior Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9018
AegisName: "Munak_Egg"
Name: "Munak Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9019
AegisName: "Dokkaebi_Egg"
Name: "Dokebi Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9020
AegisName: "Sohee_Egg"
Name: "Sohee Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9021
AegisName: "Isis_Egg"
Name: "Isis Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9022
AegisName: "Green_Petite_Egg"
Name: "Green Petite Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9023
AegisName: "Deviruchi_Egg"
Name: "Deviruchi Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9024
AegisName: "Bapho_Jr_Egg"
Name: "Bapho Jr. Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9025
AegisName: "Bongun_Egg"
Name: "Bongun Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9026
AegisName: "Zherlthsh_Egg"
Name: "Zealotus Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9027
AegisName: "Alice_Egg"
Name: "Alice Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9028
AegisName: "Rice_Cake_Egg"
Name: "Hard Rice Cake"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
Trade: {
nodrop: true
@@ -83289,210 +83290,210 @@ item_db: (
Id: 9029
AegisName: "Santa_Goblin_Egg"
Name: "X-mas Goblin's Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9030
AegisName: "Chung_E_Egg"
Name: "Green Maiden Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9031
AegisName: "Spring_Rabbit_Egg"
Name: "Spring Rabbit Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9032
AegisName: "Knife_Goblin_Egg"
Name: "Knife Goblin Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9033
AegisName: "Flail_Goblin_Egg"
Name: "Flail Goblin Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9034
AegisName: "Hammer_Goblin_Egg"
Name: "Hammer Goblin Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9035
AegisName: "Red_Deleter_Egg"
Name: "Red Deleter Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9036
AegisName: "Diabolic_Egg"
Name: "Diabolic Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9037
AegisName: "Wanderer_Egg"
Name: "Wanderer Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9038
AegisName: "New_Year_Doll_Egg"
Name: "New Year Doll Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9039
AegisName: "Bacsojin_Egg"
Name: "Bacsojin Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9040
AegisName: "Civil_Servant_Egg"
Name: "Civil Servant Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9041
AegisName: "Leaf_Cat_Egg"
Name: "Leaf Cat Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9042
AegisName: "Loli_Ruri_Egg"
Name: "Loli Ruri Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9043
AegisName: "Marionette_Egg"
Name: "Marionette Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9044
AegisName: "Shinobi_Egg"
Name: "Shinobi Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9045
AegisName: "Whisper_Egg"
Name: "Whisper Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9046
AegisName: "Goblin_Leader_Egg"
Name: "Goblin Leader Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9047
AegisName: "Wicked_Nymph_Egg"
Name: "Wicked Nymph Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9048
AegisName: "Miyabi_Ningyo_Egg"
Name: "Miyabi Ningyo Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9049
AegisName: "Dullahan_Egg"
Name: "Dullahan Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9050
AegisName: "Medusa_Egg"
Name: "Medusa Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9051
AegisName: "Stone_Shooter_Egg"
Name: "Stone Shooter Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9052
AegisName: "Incubus_Egg"
Name: "Incubus Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9053
AegisName: "Golem_Egg"
Name: "Golem Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9054
AegisName: "Nightmare_Terror_Egg"
Name: "Nightmare Terror Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9055
AegisName: "Succubus_Egg"
Name: "Succubus Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9056
AegisName: "Imp_Egg"
Name: "Imp Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9057
AegisName: "Egg_Of_Tiny"
Name: "Egg Of Tiny"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9058
AegisName: "Snow_Rabbit_Egg"
Name: "Christmas Snow Rabbit Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
Trade: {
nodrop: true
@@ -83507,28 +83508,28 @@ item_db: (
Id: 9059
AegisName: "Tikbalang_Pet"
Name: "Tikbalang Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9060
AegisName: "Brownie_Egg"
Name: "Egg of Domovoi"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9061
AegisName: "Marin_Egg"
Name: "Marin Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
{
Id: 9062
AegisName: "Novice_Poring_Egg"
Name: "Novice Poring Egg"
- Type: 7
+ Type: "IT_PETEGG"
Buy: 20
},
@@ -83537,273 +83538,273 @@ item_db: (
Id: 10001
AegisName: "Skull_Helm"
Name: "Skull Helm"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10002
AegisName: "Monster_Oxygen_Mask"
Name: "Monster Oxygen Mask"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10003
AegisName: "Transparent_Headgear"
Name: "Transparent Head Protector"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10004
AegisName: "Pacifier"
Name: "Pacifier"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10005
AegisName: "Wig"
Name: "Wig"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10006
AegisName: "Queens_Hair_Ornament"
Name: "Queen's Hair Ornament"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10007
AegisName: "Silk_Ribbon"
Name: "Silk Ribbon"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10008
AegisName: "Punisher"
Name: "Punisher"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10009
AegisName: "Wild_Flower"
Name: "Wild Flower"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10010
AegisName: "Battered_Pot"
Name: "Battered Pot"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10011
AegisName: "Stellar_Hairpin"
Name: "Stellar Hairpin"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10012
AegisName: "Tiny_Egg_Shell"
Name: "Tiny Egg Shell"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10013
AegisName: "Backpack"
Name: "Poring Pet Backpack"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 1500
},
{
Id: 10014
AegisName: "Rocker_Glasses"
Name: "Rocker Glasses"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 2000
},
{
Id: 10015
AegisName: "Green_Lace"
Name: "Green Lace"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10016
AegisName: "Golden_Bell"
Name: "Golden Bell"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10017
AegisName: "Bark_Shorts"
Name: "Bark Shorts"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10018
AegisName: "Monkey_Circlet"
Name: "Monkey Circlet"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10019
AegisName: "Red_Muffler"
Name: "Red Scarf"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10020
AegisName: "Sword_Of_Grave_Keeper"
Name: "Grave Keeper's Sword"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10021
AegisName: "Round_Hair_Ornament"
Name: "Circular Headgear"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10022
AegisName: "Golden_Earing"
Name: "Gold Earring"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10023
AegisName: "Green_Lucky_Bag"
Name: "Green Jewel Bag"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10024
AegisName: "Fashionable_Glasses"
Name: "Fashionable Glasses"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10025
AegisName: "Star_Hairband"
Name: "Hairband Of Stars"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 300000
},
{
Id: 10026
AegisName: "Wine_On_Sleeve"
Name: "Tassel for Durumagi"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10027
AegisName: "Spirit_Chain_"
Name: "Pet Soul Ring"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 300000
},
{
Id: 10028
AegisName: "Nice_Badge"
Name: "Beautiful Badges"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10029
AegisName: "Jade_Trinket"
Name: "Jade Trinket"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10030
AegisName: "Summer_Fan"
Name: "Summer Fan"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10031
AegisName: "Death_Coil"
Name: "Ring Of Death"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10032
AegisName: "Queens_Coronet"
Name: "Queen's Coronet"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10033
AegisName: "Apro_Hair"
Name: "Afro"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10034
AegisName: "Ball_Mask"
Name: "Masked Ball"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 300000
},
{
Id: 10035
AegisName: "Windup_Spring"
Name: "Spring"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10036
AegisName: "Hell_Horn"
Name: "Horn Of Hell"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10037
AegisName: "Black_Butterfly_Mask"
Name: "Black Butterfly Mask"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10038
AegisName: "Horn_Protector"
Name: "Horn Barrier"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
{
Id: 10039
AegisName: "Tw_Backpack"
Name: "Tw Backpack"
- Type: 8
+ Type: "IT_PETARMOR"
Buy: 20
},
@@ -84290,7 +84291,7 @@ item_db: (
Id: 11500
AegisName: "Light_Yellow_Pot"
Name: "Light Yellow Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 550
Weight: 10
Trade: {
@@ -84308,7 +84309,7 @@ item_db: (
Id: 11501
AegisName: "Light_White_Pot"
Name: "Light White Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 10
Trade: {
@@ -84326,7 +84327,7 @@ item_db: (
Id: 11502
AegisName: "Light_Blue_Pot"
Name: "Light Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 5000
Weight: 10
Trade: {
@@ -84344,7 +84345,7 @@ item_db: (
Id: 11503
AegisName: "Siege_White_Potion"
Name: "WoE White Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
Trade: {
nodrop: true
@@ -84361,7 +84362,7 @@ item_db: (
Id: 11504
AegisName: "Siege_Blue_Potion"
Name: "WoE Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
Trade: {
nodrop: true
@@ -84378,7 +84379,7 @@ item_db: (
Id: 11505
AegisName: "Iris"
Name: "Iris"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <" itemheal 0,150; ">
},
@@ -84386,7 +84387,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); ">
@@ -84395,7 +84396,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); ">
@@ -84404,7 +84405,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); ">
@@ -84413,7 +84414,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); ">
@@ -84422,7 +84423,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); ">
@@ -84431,7 +84432,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); ">
@@ -84440,7 +84441,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); ">
@@ -84449,7 +84450,7 @@ item_db: (
Id: 11513
AegisName: "Protect_Neck_Candy"
Name: "Throat Lozenge"
- Type: 0
+ Type: "IT_HEALING"
Buy: 250
Weight: 1
BuyingStore: true
@@ -84459,7 +84460,7 @@ item_db: (
Id: 11514
AegisName: "Enriched_Slim_Pot"
Name: "Enriched Slim Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Trade: {
nodrop: true
@@ -84476,7 +84477,7 @@ item_db: (
Id: 11515
AegisName: "Coconut"
Name: "Coconut"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1500
Weight: 120
BuyingStore: true
@@ -84486,7 +84487,7 @@ item_db: (
Id: 11516
AegisName: "Asai_Fruit"
Name: "Asai Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
BuyingStore: true
@@ -84496,7 +84497,7 @@ item_db: (
Id: 11517
AegisName: "Puri_Potion"
Name: "Purification Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -84506,7 +84507,7 @@ item_db: (
Id: 11518
AegisName: "N_Blue_Potion"
Name: "Cure Free"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
EquipLv: [1, 20]
Script: <" itemheal 0,5; ">
@@ -84515,7 +84516,7 @@ item_db: (
Id: 11519
AegisName: "Beef_Toast"
Name: "Bifrost"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1200
Weight: 40
BuyingStore: true
@@ -84525,7 +84526,7 @@ item_db: (
Id: 11520
AegisName: "Mora_Mandarin"
Name: "Mora Mandarin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 20
EquipLv: 100
@@ -84536,7 +84537,7 @@ item_db: (
Id: 11521
AegisName: "Pingui_Berry_Juice"
Name: "Pinguicula Berry Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 50
EquipLv: 100
@@ -84547,7 +84548,7 @@ item_db: (
Id: 11522
AegisName: "Red_Raffle_Sap"
Name: "Red Raffle Sap"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2500
Weight: 100
EquipLv: 100
@@ -84559,7 +84560,7 @@ item_db: (
Id: 11523
AegisName: "Yellow_Raffle_Sap"
Name: "Yellow Raffle Sap"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3000
Weight: 120
EquipLv: 110
@@ -84571,7 +84572,7 @@ item_db: (
Id: 11524
AegisName: "White_Raffle_Sap"
Name: "White Raffle Sap"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3500
Weight: 140
EquipLv: 120
@@ -84583,7 +84584,7 @@ item_db: (
Id: 11525
AegisName: "Mora_Hip_Tea"
Name: "Mora Hip Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 150
EquipLv: 120
@@ -84595,7 +84596,7 @@ item_db: (
Id: 11526
AegisName: "Rafflecino"
Name: "Rafflecino"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
EquipLv: 120
@@ -84606,7 +84607,7 @@ item_db: (
Id: 11527
AegisName: "Baklava"
Name: "Baklava"
- Type: 0
+ Type: "IT_HEALING"
Buy: 3500
Weight: 600
Script: <" itemheal 1200,440; ">
@@ -84615,7 +84616,7 @@ item_db: (
Id: 11528
AegisName: "Kanafeh"
Name: "Kanafeh"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1500
Weight: 200
Script: <" itemheal 300,240; ">
@@ -84624,7 +84625,7 @@ item_db: (
Id: 11529
AegisName: "MAAMOUL_"
Name: "MAAMOUL "
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 100
Script: <" itemheal 120,60; ">
@@ -84633,7 +84634,7 @@ item_db: (
Id: 11530
AegisName: "Jujube"
Name: "Jujube"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 100
Script: <" itemheal 30,0; ">
@@ -84642,7 +84643,7 @@ item_db: (
Id: 11531
AegisName: "Coffee"
Name: "Coffee"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 100
Script: <" itemheal 0,10; ">
@@ -84651,7 +84652,7 @@ item_db: (
Id: 11532
AegisName: "Nasi_Goreng"
Name: "Nasi Goreng"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
Script: <" itemheal rand(17,23),0; ">
@@ -84660,7 +84661,7 @@ item_db: (
Id: 11533
AegisName: "Satay"
Name: "Satay"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 20
Script: <" itemheal rand(17,23),0; ">
@@ -84669,7 +84670,7 @@ item_db: (
Id: 11534
AegisName: "Coco_Juice"
Name: "Coconut Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <" itemheal rand(17,23),0; ">
@@ -84678,7 +84679,7 @@ item_db: (
Id: 11535
AegisName: "Almond_Chocolate"
Name: "Almond Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 190
Weight: 200
Script: <" itemheal 0,rand(8,16); ">
@@ -84687,7 +84688,7 @@ item_db: (
Id: 11536
AegisName: "Cat_Hard_Biscuit"
Name: "Cat's Ship Biscuit"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <"
.@temp = rand(1,4);
@@ -84710,7 +84711,7 @@ item_db: (
Id: 11537
AegisName: "Rice_weevil_Bug"
Name: "Weevil Bug Worm"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <"
.@temp = rand(1,6);
@@ -84745,7 +84746,7 @@ item_db: (
Id: 11538
AegisName: "Octupus_Leg"
Name: "Fresh Octopus Legs"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 30
Script: <" itemheal rand(35,60),rand(5,10); ">
@@ -84754,7 +84755,7 @@ item_db: (
Id: 11539
AegisName: "Athale_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84763,7 +84764,7 @@ item_db: (
Id: 11540
AegisName: "Shyai_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84772,7 +84773,7 @@ item_db: (
Id: 11541
AegisName: "Mid_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84781,7 +84782,7 @@ item_db: (
Id: 11542
AegisName: "Zonda_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84790,7 +84791,7 @@ item_db: (
Id: 11543
AegisName: "Goedo_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84799,7 +84800,7 @@ item_db: (
Id: 11544
AegisName: "Huike_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84808,7 +84809,7 @@ item_db: (
Id: 11545
AegisName: "Rune_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84817,7 +84818,7 @@ item_db: (
Id: 11546
AegisName: "Pope_Choco"
Name: "Handmade Chocolate"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 80
Script: <" itemheal 50,50; ">
@@ -84826,7 +84827,7 @@ item_db: (
Id: 11547
AegisName: "Woe_Violet_Potion"
Name: "WoE Violet Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 80
Script: <" itemheal rand(500,700),rand(60,85); ">
},
@@ -84834,7 +84835,7 @@ item_db: (
Id: 11548
AegisName: "Woe_White_Potion"
Name: "WoE White Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 80
Script: <" percentheal 10,0; ">
},
@@ -84842,7 +84843,7 @@ item_db: (
Id: 11549
AegisName: "Woe_Blue_Potion"
Name: "WoE Blue Potion"
- Type: 0
+ Type: "IT_HEALING"
Weight: 80
Script: <" percentheal 0,10; ">
},
@@ -84850,7 +84851,7 @@ item_db: (
Id: 11550
AegisName: "Pumpkin_Cake"
Name: "Pumpkin Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 10
Weight: 40
Script: <" percentheal 5,5; ">
@@ -84859,7 +84860,7 @@ item_db: (
Id: 11551
AegisName: "Savory_Herb_Salad"
Name: "Aromatic Herb Seasoned"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -84876,7 +84877,7 @@ item_db: (
Id: 11552
AegisName: "Apple_Carrot_Salad"
Name: "Apple Carrot Salad"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -84893,7 +84894,7 @@ item_db: (
Id: 11553
AegisName: "Casual_Stew"
Name: "Anything Casserole"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -84910,7 +84911,7 @@ item_db: (
Id: 11554
AegisName: "Golden_Roasted_Apple"
Name: "92 Golden Apple"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -84927,7 +84928,7 @@ item_db: (
Id: 11557
AegisName: "TE_White_Potion"
Name: "TE White Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 200
Weight: 300
Script: <" itemheal rand(325,405),0; ">
@@ -84936,7 +84937,7 @@ item_db: (
Id: 11558
AegisName: "TE_White_Slim_Potion"
Name: "TE White Slim Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 275
Weight: 100
Script: <" itemheal rand(325,405),0; ">
@@ -84945,7 +84946,7 @@ item_db: (
Id: 11592
AegisName: "Trance_Candy_R"
Name: "Red Transform Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <"
itemheal rand(45,65), 0;
@@ -84958,7 +84959,7 @@ item_db: (
Id: 11593
AegisName: "Trance_Candy_B"
Name: "Blue Transform Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <"
itemheal rand(45,65), 0;
@@ -84971,7 +84972,7 @@ item_db: (
Id: 11594
AegisName: "Trance_Candy_Y"
Name: "Yellow Transform Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <"
itemheal rand(45,65),0;
@@ -84984,7 +84985,7 @@ item_db: (
Id: 11595
AegisName: "Trance_Candy_G"
Name: "Green Transform Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <"
itemheal rand(45,65),0;
@@ -84997,17 +84998,16 @@ item_db: (
Id: 11602
AegisName: "Catnip_Fruit"
Name: "Catnip Fruit"
- Type: 0
+ Type: "IT_HEALING"
Buy: 15
Weight: 1
- Upper: 63
Script: <" itemheal rand(10,40),0; ">
},
{
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; ">
@@ -85016,7 +85016,7 @@ item_db: (
Id: 11702
AegisName: "Moon_Cookie"
Name: "Moon Cookie"
- Type: 0
+ Type: "IT_HEALING"
Weight: 300
Nouse: {
sitting: true
@@ -85026,7 +85026,7 @@ item_db: (
Id: 11703
AegisName: "Mysterious_Blood"
Name: "Mystery Blood"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <" itemheal 0,rand(25,35); ">
},
@@ -85034,7 +85034,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; ">
@@ -85043,7 +85043,7 @@ item_db: (
Id: 11705
AegisName: "Special_White_Potion"
Name: "Child Potion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 10
Script: <" itemheal rand(425,425),0; ">
@@ -85052,7 +85052,7 @@ item_db: (
Id: 11706
AegisName: "Steak"
Name: "Steak"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1
Weight: 200
Script: <" itemheal rand(700,1000),0; ">
@@ -85061,7 +85061,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); ">
@@ -85070,7 +85070,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); ">
@@ -85079,7 +85079,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); ">
@@ -85088,7 +85088,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); ">
@@ -85097,7 +85097,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); ">
@@ -85106,7 +85106,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); ">
@@ -85115,7 +85115,7 @@ item_db: (
Id: 11713
AegisName: "Julias_Candy"
Name: "Julia's Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 30
Script: <" itemheal rand(40,45),0; ">
},
@@ -85123,7 +85123,7 @@ item_db: (
Id: 11715
AegisName: "Fruit_Salad"
Name: "Fruit Salad"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <"
specialeffect(EF_SPELLBREAKER, AREA, playerattached());
@@ -85134,7 +85134,7 @@ item_db: (
Id: 11716
AegisName: "Shepherd_Salad"
Name: "Shepherd Salad"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <"
specialeffect(EF_LIGHTSPHERE, AREA, playerattached());
@@ -85145,7 +85145,7 @@ item_db: (
Id: 11717
AegisName: "Yogurt"
Name: "Yogurt"
- Type: 0
+ Type: "IT_HEALING"
Weight: 140
Script: <"
specialeffect(EF_HEAL3, AREA, playerattached());
@@ -85156,7 +85156,7 @@ item_db: (
Id: 11718
AegisName: "Sushi_Kebab"
Name: "Sushi Kebab"
- Type: 0
+ Type: "IT_HEALING"
Weight: 60
Script: <"
specialeffect(EF_HEAL3, AREA, playerattached());
@@ -85167,7 +85167,7 @@ item_db: (
Id: 11719
AegisName: "Bisket_Dessert"
Name: "Bisket Dessert"
- Type: 0
+ Type: "IT_HEALING"
Weight: 200
Script: <" sc_start SC_CASH_PLUSEXP, 1800000, 100;">
},
@@ -85175,7 +85175,7 @@ item_db: (
Id: 12000
AegisName: "Cold_Scroll_2_5"
Name: "Level 5 Frost Diver"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -85188,7 +85188,7 @@ item_db: (
Id: 12001
AegisName: "Holy_Scroll_1_3"
Name: "Level 3 Heal"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -85201,7 +85201,7 @@ item_db: (
Id: 12002
AegisName: "Holy_Scroll_1_5"
Name: "Level 5 Heal"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 10
BuyingStore: true
@@ -85214,7 +85214,7 @@ item_db: (
Id: 12003
AegisName: "Holy_Scroll_2_1"
Name: "Level 1 Teleport"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 10
BuyingStore: true
@@ -85224,7 +85224,7 @@ item_db: (
Id: 12004
AegisName: "Arrow_Container"
Name: "Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85234,7 +85234,7 @@ item_db: (
Id: 12005
AegisName: "Iron_Arrow_Container"
Name: "Iron Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85244,7 +85244,7 @@ item_db: (
Id: 12006
AegisName: "Steel_Arrow_Container"
Name: "Steel Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85254,7 +85254,7 @@ item_db: (
Id: 12007
AegisName: "Ori_Arrow_Container"
Name: "Oridecon Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85264,7 +85264,7 @@ item_db: (
Id: 12008
AegisName: "Fire_Arrow_Container"
Name: "Fire Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85274,7 +85274,7 @@ item_db: (
Id: 12009
AegisName: "Silver_Arrow_Container"
Name: "Silver Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85284,7 +85284,7 @@ item_db: (
Id: 12010
AegisName: "Wind_Arrow_Container"
Name: "Wind Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85294,7 +85294,7 @@ item_db: (
Id: 12011
AegisName: "Stone_Arrow_Container"
Name: "Stone Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85304,7 +85304,7 @@ item_db: (
Id: 12012
AegisName: "Crystal_Arrow_Container"
Name: "Crystal Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85314,7 +85314,7 @@ item_db: (
Id: 12013
AegisName: "Shadow_Arrow_Container"
Name: "Shadow Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85324,7 +85324,7 @@ item_db: (
Id: 12014
AegisName: "Imma_Arrow_Container"
Name: "Immaterial Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85334,7 +85334,7 @@ item_db: (
Id: 12015
AegisName: "Rusty_Arrow_Container"
Name: "Rusty Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -85344,7 +85344,7 @@ item_db: (
Id: 12016
AegisName: "Speed_Up_Potion"
Name: "Speed Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
BuyingStore: true
@@ -85354,7 +85354,7 @@ item_db: (
Id: 12017
AegisName: "Slow_Down_Potion"
Name: "Slow Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
BuyingStore: true
@@ -85364,7 +85364,7 @@ item_db: (
Id: 12018
AegisName: "Fire_Cracker"
Name: "Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
BuyingStore: true
@@ -85374,7 +85374,7 @@ item_db: (
Id: 12019
AegisName: "Holy_Egg"
Name: "Holy Egg"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 150
Script: <" itemskill ALL_RESURRECTION,2; ">
@@ -85383,7 +85383,7 @@ item_db: (
Id: 12020
AegisName: "Water_Of_Darkness"
Name: "Cursed Water"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 30
BuyingStore: true
@@ -85393,7 +85393,7 @@ item_db: (
Id: 12021
AegisName: "Pork_Belly"
Name: "Pork"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" itemheal rand(70,99),0; ">
},
@@ -85401,7 +85401,7 @@ item_db: (
Id: 12022
AegisName: "Spareribs"
Name: "Galbi"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Script: <" itemheal rand(70,99),0; ">
},
@@ -85409,7 +85409,7 @@ item_db: (
Id: 12023
AegisName: "Giftbox_China"
Name: "Wrapped Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
Script: <" getrandgroupitem 12023,1; ">
@@ -85418,7 +85418,7 @@ item_db: (
Id: 12024
AegisName: "Red_Pouch_Of_Surprise"
Name: "Red Pouch"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50
Weight: 50
Script: <" monster "this",-1,-1,"--ja--",-4,1,""; ">
@@ -85427,7 +85427,7 @@ item_db: (
Id: 12025
AegisName: "Egg_Boy"
Name: "Dano Festival Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
Script: <" getrandgroupitem 12025,1; ">
@@ -85436,7 +85436,7 @@ item_db: (
Id: 12026
AegisName: "Egg_Girl"
Name: "Dano Festival Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
Script: <" getrandgroupitem 12026,1; ">
@@ -85445,7 +85445,7 @@ item_db: (
Id: 12027
AegisName: "Giggling_Box"
Name: "Giggling Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85461,7 +85461,7 @@ item_db: (
Id: 12028
AegisName: "Box_Of_Thunder"
Name: "Box of Thunder"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85474,7 +85474,7 @@ item_db: (
Id: 12029
AegisName: "Gloomy_Box"
Name: "Box of Gloom"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85487,7 +85487,7 @@ item_db: (
Id: 12030
AegisName: "Box_Of_Grudge"
Name: "Box of Resentment"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85500,7 +85500,7 @@ item_db: (
Id: 12031
AegisName: "Sleepy_Box"
Name: "Box of Drowsiness"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85513,7 +85513,7 @@ item_db: (
Id: 12032
AegisName: "Box_Of_Storm"
Name: "Box of Storms"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85526,7 +85526,7 @@ item_db: (
Id: 12033
AegisName: "Box_Of_Sunlight"
Name: "Box of Sunlight"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85539,7 +85539,7 @@ item_db: (
Id: 12034
AegisName: "Painting_Box"
Name: "Box of Panting"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 200
BuyingStore: true
@@ -85555,7 +85555,7 @@ item_db: (
Id: 12035
AegisName: "Lotto_Box01"
Name: "Lotto Box 01"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" getrandgroupitem 12035,1; ">
},
@@ -85563,7 +85563,7 @@ item_db: (
Id: 12036
AegisName: "Lotto_Box02"
Name: "Lotto Box 02"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" getrandgroupitem 12036,1; ">
},
@@ -85571,7 +85571,7 @@ item_db: (
Id: 12037
AegisName: "Lotto_Box03"
Name: "Lotto Box 03"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" getrandgroupitem 12037,1; ">
},
@@ -85579,7 +85579,7 @@ item_db: (
Id: 12038
AegisName: "Lotto_Box04"
Name: "Lotto Box 04"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" getrandgroupitem 12038,1; ">
},
@@ -85587,7 +85587,7 @@ item_db: (
Id: 12039
AegisName: "Lotto_Box05"
Name: "Lotto Box 05"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" getrandgroupitem 12039,1; ">
},
@@ -85595,7 +85595,7 @@ item_db: (
Id: 12040
AegisName: "Stone_Of_Intelligence_"
Name: "Stone of Sage"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100000
Weight: 300
BuyingStore: true
@@ -85605,7 +85605,7 @@ item_db: (
Id: 12041
AegisName: "Str_Dish01"
Name: "Fried Grasshopper Legs"
- Type: 0
+ Type: "IT_HEALING"
Weight: 60
BuyingStore: true
Script: <"
@@ -85617,7 +85617,7 @@ item_db: (
Id: 12042
AegisName: "Str_Dish02"
Name: "Seasoned Sticky Webfoot"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85629,7 +85629,7 @@ item_db: (
Id: 12043
AegisName: "Str_Dish03"
Name: "Bomber Steak"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85641,7 +85641,7 @@ item_db: (
Id: 12044
AegisName: "Str_Dish04"
Name: "Herb Marinade Beef"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85653,7 +85653,7 @@ item_db: (
Id: 12045
AegisName: "Str_Dish05"
Name: "Lutie Lady's Pancake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85665,7 +85665,7 @@ item_db: (
Id: 12046
AegisName: "Int_Dish01"
Name: "Grape Juice Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -85677,7 +85677,7 @@ item_db: (
Id: 12047
AegisName: "Int_Dish02"
Name: "Autumn Red Tea"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85689,7 +85689,7 @@ item_db: (
Id: 12048
AegisName: "Int_Dish03"
Name: "Honey Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85701,7 +85701,7 @@ item_db: (
Id: 12049
AegisName: "Int_Dish04"
Name: "Morroc Fruit Wine"
- Type: 0
+ Type: "IT_HEALING"
Weight: 300
BuyingStore: true
Script: <"
@@ -85713,7 +85713,7 @@ item_db: (
Id: 12050
AegisName: "Int_Dish05"
Name: "Mastela Fruit Wine"
- Type: 0
+ Type: "IT_HEALING"
Weight: 400
BuyingStore: true
Script: <"
@@ -85725,7 +85725,7 @@ item_db: (
Id: 12051
AegisName: "Vit_Dish01"
Name: "Steamed Crab Nippers"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -85737,7 +85737,7 @@ item_db: (
Id: 12052
AegisName: "Vit_Dish02"
Name: "Assorted Seafood"
- Type: 0
+ Type: "IT_HEALING"
Weight: 200
BuyingStore: true
Script: <"
@@ -85749,7 +85749,7 @@ item_db: (
Id: 12053
AegisName: "Vit_Dish03"
Name: "Clam Soup"
- Type: 0
+ Type: "IT_HEALING"
Weight: 300
BuyingStore: true
Script: <"
@@ -85761,7 +85761,7 @@ item_db: (
Id: 12054
AegisName: "Vit_Dish04"
Name: "Seasoned Jellyfish"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85773,7 +85773,7 @@ item_db: (
Id: 12055
AegisName: "Vit_Dish05"
Name: "Spicy Fried Bao"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -85785,7 +85785,7 @@ item_db: (
Id: 12056
AegisName: "Agi_Dish01"
Name: "Frog Egg Squid Ink Soup"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -85797,7 +85797,7 @@ item_db: (
Id: 12057
AegisName: "Agi_Dish02"
Name: "Smooth Noodle"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -85809,7 +85809,7 @@ item_db: (
Id: 12058
AegisName: "Agi_Dish03"
Name: "Tentacle Cheese Gratin"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85821,7 +85821,7 @@ item_db: (
Id: 12059
AegisName: "Agi_Dish04"
Name: "Lutie Cold Noodle"
- Type: 0
+ Type: "IT_HEALING"
Weight: 400
BuyingStore: true
Script: <"
@@ -85833,7 +85833,7 @@ item_db: (
Id: 12060
AegisName: "Agi_Dish05"
Name: "Steamed Bat Wing in Pumpkin"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85845,7 +85845,7 @@ item_db: (
Id: 12061
AegisName: "Dex_Dish01"
Name: "Honey Grape Juice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -85857,7 +85857,7 @@ item_db: (
Id: 12062
AegisName: "Dex_Dish02"
Name: "Chocolate Mousse Cake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 200
BuyingStore: true
Script: <"
@@ -85869,7 +85869,7 @@ item_db: (
Id: 12063
AegisName: "Dex_Dish03"
Name: "Fruit Mix"
- Type: 0
+ Type: "IT_HEALING"
Weight: 200
BuyingStore: true
Script: <"
@@ -85881,7 +85881,7 @@ item_db: (
Id: 12064
AegisName: "Dex_Dish04"
Name: "Cream Sandwich"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85893,7 +85893,7 @@ item_db: (
Id: 12065
AegisName: "Dex_Dish05"
Name: "Green Salad"
- Type: 0
+ Type: "IT_HEALING"
Weight: 200
BuyingStore: true
Script: <"
@@ -85905,7 +85905,7 @@ item_db: (
Id: 12066
AegisName: "Luk_Dish01"
Name: "Fried Monkey Tails"
- Type: 0
+ Type: "IT_HEALING"
Weight: 60
BuyingStore: true
Script: <"
@@ -85917,7 +85917,7 @@ item_db: (
Id: 12067
AegisName: "Luk_Dish02"
Name: "Mixed Juice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 200
BuyingStore: true
Script: <"
@@ -85929,7 +85929,7 @@ item_db: (
Id: 12068
AegisName: "Luk_Dish03"
Name: "Fried Sweet Potato"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85941,7 +85941,7 @@ item_db: (
Id: 12069
AegisName: "Luk_Dish04"
Name: "Steamed Ancient Lips"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -85953,7 +85953,7 @@ item_db: (
Id: 12070
AegisName: "Luk_Dish05"
Name: "Fried Scorpion Tails"
- Type: 0
+ Type: "IT_HEALING"
Weight: 400
BuyingStore: true
Script: <"
@@ -85965,7 +85965,7 @@ item_db: (
Id: 12071
AegisName: "Str_Dish06"
Name: "Shiny Marinade Beef"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -85977,7 +85977,7 @@ item_db: (
Id: 12072
AegisName: "Str_Dish07"
Name: "Whole Roast"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -85989,7 +85989,7 @@ item_db: (
Id: 12073
AegisName: "Str_Dish08"
Name: "Bearfoot Special"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -86001,7 +86001,7 @@ item_db: (
Id: 12074
AegisName: "Str_Dish09"
Name: "Tendon Satay"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86013,7 +86013,7 @@ item_db: (
Id: 12075
AegisName: "Str_Dish10"
Name: "Steamed Tongue"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86025,7 +86025,7 @@ item_db: (
Id: 12076
AegisName: "Int_Dish06"
Name: "Red Mushroom Wine"
- Type: 0
+ Type: "IT_HEALING"
Weight: 300
BuyingStore: true
Script: <"
@@ -86037,7 +86037,7 @@ item_db: (
Id: 12077
AegisName: "Int_Dish07"
Name: "Special Royal Jelly Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -86049,7 +86049,7 @@ item_db: (
Id: 12078
AegisName: "Int_Dish08"
Name: "Royal Family Tea"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -86061,7 +86061,7 @@ item_db: (
Id: 12079
AegisName: "Int_Dish09"
Name: "Tristram 12"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86073,7 +86073,7 @@ item_db: (
Id: 12080
AegisName: "Int_Dish10"
Name: "Dragon Breath Cocktail"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86085,7 +86085,7 @@ item_db: (
Id: 12081
AegisName: "Vit_Dish06"
Name: "Awfully Bitter Bracer"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -86097,7 +86097,7 @@ item_db: (
Id: 12082
AegisName: "Vit_Dish07"
Name: "Sumptuous Feast"
- Type: 0
+ Type: "IT_HEALING"
Weight: 400
BuyingStore: true
Script: <"
@@ -86109,7 +86109,7 @@ item_db: (
Id: 12083
AegisName: "Vit_Dish08"
Name: "Giant Burito"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -86121,7 +86121,7 @@ item_db: (
Id: 12084
AegisName: "Vit_Dish09"
Name: "Ascending Dragon Soup"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86133,7 +86133,7 @@ item_db: (
Id: 12085
AegisName: "Vit_Dish10"
Name: "Immortal Stew"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86145,7 +86145,7 @@ item_db: (
Id: 12086
AegisName: "Agi_Dish06"
Name: "Chile Shrimp Gratin"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -86157,7 +86157,7 @@ item_db: (
Id: 12087
AegisName: "Agi_Dish07"
Name: "Steamed Alligator with Vegetable"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -86169,7 +86169,7 @@ item_db: (
Id: 12088
AegisName: "Agi_Dish08"
Name: "Incredibly Spicy Curry"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -86181,7 +86181,7 @@ item_db: (
Id: 12089
AegisName: "Agi_Dish09"
Name: "Special Meat Stew"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86193,7 +86193,7 @@ item_db: (
Id: 12090
AegisName: "Agi_Dish10"
Name: "Steamed Desert Scorpions"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86205,7 +86205,7 @@ item_db: (
Id: 12091
AegisName: "Dex_Dish06"
Name: "Peach Cake"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -86217,7 +86217,7 @@ item_db: (
Id: 12092
AegisName: "Dex_Dish07"
Name: "Soul Haunted Bread"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -86229,7 +86229,7 @@ item_db: (
Id: 12093
AegisName: "Dex_Dish08"
Name: "Special Toast"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -86241,7 +86241,7 @@ item_db: (
Id: 12094
AegisName: "Dex_Dish09"
Name: "Heavenly Fruit Juice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -86253,7 +86253,7 @@ item_db: (
Id: 12095
AegisName: "Dex_Dish10"
Name: "Hwergelmir's Tonic"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86265,7 +86265,7 @@ item_db: (
Id: 12096
AegisName: "Luk_Dish06"
Name: "Lucky Soup"
- Type: 0
+ Type: "IT_HEALING"
Weight: 300
BuyingStore: true
Script: <"
@@ -86277,7 +86277,7 @@ item_db: (
Id: 12097
AegisName: "Luk_Dish07"
Name: "Assorted Shish Kebob"
- Type: 0
+ Type: "IT_HEALING"
Weight: 800
BuyingStore: true
Script: <"
@@ -86289,7 +86289,7 @@ item_db: (
Id: 12098
AegisName: "Luk_Dish08"
Name: "Strawberry Flavored Rice Ball"
- Type: 0
+ Type: "IT_HEALING"
Weight: 100
BuyingStore: true
Script: <"
@@ -86301,7 +86301,7 @@ item_db: (
Id: 12099
AegisName: "Luk_Dish09"
Name: "Blood Flavored Soda"
- Type: 0
+ Type: "IT_HEALING"
Weight: 1000
BuyingStore: true
Script: <"
@@ -86313,7 +86313,7 @@ item_db: (
Id: 12100
AegisName: "Luk_Dish10"
Name: "Cooked Nine Tail's Tails"
- Type: 0
+ Type: "IT_HEALING"
Weight: 500
BuyingStore: true
Script: <"
@@ -86325,7 +86325,7 @@ item_db: (
Id: 12101
AegisName: "Citron"
Name: "Citron"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 300
BuyingStore: true
@@ -86335,7 +86335,7 @@ item_db: (
Id: 12102
AegisName: "Meat_Skewer"
Name: "Grilled Skewer"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 300
BuyingStore: true
@@ -86345,7 +86345,7 @@ item_db: (
Id: 12103
AegisName: "Bloody_Dead_Branch"
Name: "Bloody Branch"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86355,7 +86355,7 @@ item_db: (
Id: 12104
AegisName: "Random_Quiver"
Name: "Random Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86365,7 +86365,7 @@ item_db: (
Id: 12105
AegisName: "Set_Of_Taiming_Item"
Name: "Taming Gift Set"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86379,7 +86379,7 @@ item_db: (
Id: 12106
AegisName: "Accessory_Box"
Name: "Jewelry Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86389,7 +86389,7 @@ item_db: (
Id: 12107
AegisName: "Wrapped_Mask"
Name: "Wrapped Mask"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86399,7 +86399,7 @@ item_db: (
Id: 12108
AegisName: "Bundle_Of_Magic_Scroll"
Name: "Scroll Package"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86415,7 +86415,7 @@ item_db: (
Id: 12109
AegisName: "Poring_Box"
Name: "Poring Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86425,7 +86425,7 @@ item_db: (
Id: 12110
AegisName: "First_Aid_Kit"
Name: "First Aid Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86441,7 +86441,7 @@ item_db: (
Id: 12111
AegisName: "Food_Package"
Name: "Bundle of Food"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 200
BuyingStore: true
@@ -86455,7 +86455,7 @@ item_db: (
Id: 12112
AegisName: "Tropical_Sograt"
Name: "Tropical Sograt"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 100
BuyingStore: true
@@ -86465,7 +86465,7 @@ item_db: (
Id: 12113
AegisName: "Vermilion_The_Beach"
Name: "Vermilion on the Beach"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 100
BuyingStore: true
@@ -86475,7 +86475,7 @@ item_db: (
Id: 12114
AegisName: "Elemental_Fire"
Name: "Elemental Converter"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86485,7 +86485,7 @@ item_db: (
Id: 12115
AegisName: "Elemental_Water"
Name: "Elemental Converter"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86495,7 +86495,7 @@ item_db: (
Id: 12116
AegisName: "Elemental_Earth"
Name: "Elemental Converter"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86505,7 +86505,7 @@ item_db: (
Id: 12117
AegisName: "Elemental_Wind"
Name: "Elemental Converter"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86515,7 +86515,7 @@ item_db: (
Id: 12118
AegisName: "Resist_Fire"
Name: "Fireproof Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86525,7 +86525,7 @@ item_db: (
Id: 12119
AegisName: "Resist_Water"
Name: "Coldproof Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86535,7 +86535,7 @@ item_db: (
Id: 12120
AegisName: "Resist_Earth"
Name: "Earthproof Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86545,7 +86545,7 @@ item_db: (
Id: 12121
AegisName: "Resist_Wind"
Name: "Thunderproof Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
BuyingStore: true
@@ -86555,7 +86555,7 @@ item_db: (
Id: 12122
AegisName: "Sesame_Pastry"
Name: "Sesame Pastry"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
BuyingStore: true
@@ -86565,7 +86565,7 @@ item_db: (
Id: 12123
AegisName: "Honey_Pastry"
Name: "Honey Pastry"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
BuyingStore: true
@@ -86575,7 +86575,7 @@ item_db: (
Id: 12124
AegisName: "Rainbow_Cake"
Name: "Rainbow Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
BuyingStore: true
@@ -86588,7 +86588,7 @@ item_db: (
Id: 12125
AegisName: "Outdoor_Cooking_Kits"
Name: "Outdoor Cooking Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 500
Weight: 20
BuyingStore: true
@@ -86598,7 +86598,7 @@ item_db: (
Id: 12126
AegisName: "Indoor_Cooking_Kits"
Name: "Home Cooking Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 30
BuyingStore: true
@@ -86608,7 +86608,7 @@ item_db: (
Id: 12127
AegisName: "High_end_Cooking_Kits"
Name: "Professional Cooking Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2000
Weight: 50
BuyingStore: true
@@ -86618,7 +86618,7 @@ item_db: (
Id: 12128
AegisName: "Imperial_Cooking_Kits"
Name: "Royal Cooking Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 5000
Weight: 70
BuyingStore: true
@@ -86628,7 +86628,7 @@ item_db: (
Id: 12129
AegisName: "Fantastic_Cooking_Kits"
Name: "Fantastic Cooking Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 70
BuyingStore: true
@@ -86638,7 +86638,7 @@ item_db: (
Id: 12130
AegisName: "Cookie_Bag"
Name: "Cookie Bag"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
BuyingStore: true
@@ -86652,7 +86652,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; ">
@@ -86661,7 +86661,7 @@ item_db: (
Id: 12132
AegisName: "Red_Bag"
Name: "Santa's Bag"
- Type: 2
+ Type: "IT_USABLE"
Weight: 200
BuyingStore: true
Script: <"
@@ -86673,7 +86673,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) {
@@ -86686,7 +86686,7 @@ item_db: (
Id: 12134
AegisName: "Red_Envelope"
Name: "Red Envelope"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1
Weight: 10
Script: <" Zeny += rand(1000,10000); ">
@@ -86695,7 +86695,7 @@ item_db: (
Id: 12135
AegisName: "Green_Ale"
Name: "Green Ale"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 30
Script: <"
@@ -86707,7 +86707,7 @@ item_db: (
Id: 12136
AegisName: "Womens_Bundle"
Name: "Women's Bundle"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
Script: <" getitem callfunc("F_RandMes",4,558,529,2668,7518),1; ">
},
@@ -86715,37 +86715,37 @@ item_db: (
Id: 12137
AegisName: "1st_Stage_Prize"
Name: "First Stage Prize"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12138
AegisName: "2nd_Stage_Prize"
Name: "Second Stage Prize"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12139
AegisName: "3rd_Stage_Prize"
Name: "Third Stage Prize"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12140
AegisName: "4th_Stage_Prize"
Name: "Fourth Stage Prize"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12141
AegisName: "5th_Stage_Prize"
Name: "Fifth Stage Prize"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12142
AegisName: "Magic_Book"
Name: "Book of Magic"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
Trade: {
notrade: true
@@ -86762,7 +86762,7 @@ item_db: (
Id: 12143
AegisName: "Red_Can"
Name: "Red Can"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50000
Weight: 300
},
@@ -86770,7 +86770,7 @@ item_db: (
Id: 12144
AegisName: "Sphere_Case_Wind"
Name: "Lightning Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
BuyingStore: true
@@ -86780,7 +86780,7 @@ item_db: (
Id: 12145
AegisName: "Sphere_Case_Darkness"
Name: "Blind Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
BuyingStore: true
@@ -86790,7 +86790,7 @@ item_db: (
Id: 12146
AegisName: "Sphere_Case_Poison"
Name: "Poison Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
BuyingStore: true
@@ -86800,7 +86800,7 @@ item_db: (
Id: 12147
AegisName: "Sphere_Case_Water"
Name: "Freezing Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
BuyingStore: true
@@ -86810,7 +86810,7 @@ item_db: (
Id: 12148
AegisName: "Sphere_Case_Fire"
Name: "Flare Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
BuyingStore: true
@@ -86820,7 +86820,7 @@ item_db: (
Id: 12149
AegisName: "Bullet_Case"
Name: "Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -86830,7 +86830,7 @@ item_db: (
Id: 12150
AegisName: "Bullet_Case_Blood"
Name: "Blood Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -86840,7 +86840,7 @@ item_db: (
Id: 12151
AegisName: "Bullet_Case_Silver"
Name: "Silver Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -86850,7 +86850,7 @@ item_db: (
Id: 12152
AegisName: "Special_Box"
Name: "Special Present"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
Script: <" packageitem(); ">
},
@@ -86858,7 +86858,7 @@ item_db: (
Id: 12153
AegisName: "Bow_Mercenary_Scroll1"
Name: "Bowman Scroll 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86876,7 +86876,7 @@ item_db: (
Id: 12154
AegisName: "Bow_Mercenary_Scroll2"
Name: "Bowman Scroll 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86894,7 +86894,7 @@ item_db: (
Id: 12155
AegisName: "Bow_Mercenary_Scroll3"
Name: "Bowman Scroll 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86912,7 +86912,7 @@ item_db: (
Id: 12156
AegisName: "Bow_Mercenary_Scroll4"
Name: "Bowman Scroll 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86930,7 +86930,7 @@ item_db: (
Id: 12157
AegisName: "Bow_Mercenary_Scroll5"
Name: "Bowman Scroll 5"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86948,7 +86948,7 @@ item_db: (
Id: 12158
AegisName: "Bow_Mercenary_Scroll6"
Name: "Bowman Scroll 6"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86966,7 +86966,7 @@ item_db: (
Id: 12159
AegisName: "Bow_Mercenary_Scroll7"
Name: "Bowman Scroll 7"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -86984,7 +86984,7 @@ item_db: (
Id: 12160
AegisName: "Bow_Mercenary_Scroll8"
Name: "Bowman Scroll 8"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87002,7 +87002,7 @@ item_db: (
Id: 12161
AegisName: "Bow_Mercenary_Scroll9"
Name: "Bowman Scroll 9"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87020,7 +87020,7 @@ item_db: (
Id: 12162
AegisName: "Bow_Mercenary_Scroll10"
Name: "Bowman Scroll 10"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87038,7 +87038,7 @@ item_db: (
Id: 12163
AegisName: "SwordMercenary_Scroll1"
Name: "Fencer Scroll 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87056,7 +87056,7 @@ item_db: (
Id: 12164
AegisName: "SwordMercenary_Scroll2"
Name: "Fencer Scroll 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87074,7 +87074,7 @@ item_db: (
Id: 12165
AegisName: "SwordMercenary_Scroll3"
Name: "Fencer Scroll 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87092,7 +87092,7 @@ item_db: (
Id: 12166
AegisName: "SwordMercenary_Scroll4"
Name: "Fencer Scroll 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87110,7 +87110,7 @@ item_db: (
Id: 12167
AegisName: "SwordMercenary_Scroll5"
Name: "Fencer Scroll 5"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87128,7 +87128,7 @@ item_db: (
Id: 12168
AegisName: "SwordMercenary_Scroll6"
Name: "Fencer Scroll 6"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87146,7 +87146,7 @@ item_db: (
Id: 12169
AegisName: "SwordMercenary_Scroll7"
Name: "Fencer Scroll 7"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87164,7 +87164,7 @@ item_db: (
Id: 12170
AegisName: "SwordMercenary_Scroll8"
Name: "Fencer Scroll 8"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87182,7 +87182,7 @@ item_db: (
Id: 12171
AegisName: "SwordMercenary_Scroll9"
Name: "Fencer Scroll 9"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87200,7 +87200,7 @@ item_db: (
Id: 12172
AegisName: "SwordMercenary_Scroll10"
Name: "Fencer Scroll 10"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87218,7 +87218,7 @@ item_db: (
Id: 12173
AegisName: "SpearMercenary_Scroll1"
Name: "Spearman Scroll 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87236,7 +87236,7 @@ item_db: (
Id: 12174
AegisName: "SpearMercenary_Scroll2"
Name: "Spearman Scroll 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87254,7 +87254,7 @@ item_db: (
Id: 12175
AegisName: "SpearMercenary_Scroll3"
Name: "Spearman Scroll 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87272,7 +87272,7 @@ item_db: (
Id: 12176
AegisName: "SpearMercenary_Scroll4"
Name: "Spearman Scroll 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87290,7 +87290,7 @@ item_db: (
Id: 12177
AegisName: "SpearMercenary_Scroll5"
Name: "Spearman Scroll 5"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87308,7 +87308,7 @@ item_db: (
Id: 12178
AegisName: "SpearMercenary_Scroll6"
Name: "Spearman Scroll 6"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87326,7 +87326,7 @@ item_db: (
Id: 12179
AegisName: "SpearMercenary_Scroll7"
Name: "Spearman Scroll 7"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87344,7 +87344,7 @@ item_db: (
Id: 12180
AegisName: "SpearMercenary_Scroll8"
Name: "Spearman Scroll 8"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87362,7 +87362,7 @@ item_db: (
Id: 12181
AegisName: "SpearMercenary_Scroll9"
Name: "Spearman Scroll 9"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87380,7 +87380,7 @@ item_db: (
Id: 12182
AegisName: "SpearMercenary_Scroll10"
Name: "Spearman Scroll 10"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Trade: {
@@ -87398,7 +87398,7 @@ item_db: (
Id: 12183
AegisName: "Holy_Arrow_Quiver"
Name: "Holy Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
BuyingStore: true
@@ -87408,7 +87408,7 @@ item_db: (
Id: 12184
AegisName: "Mercenary_Red_Potion"
Name: "Mercenary Red Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 500
Weight: 100
BuyingStore: true
@@ -87418,7 +87418,7 @@ item_db: (
Id: 12185
AegisName: "Mercenary_Blue_Potion"
Name: "Mercenary Blue Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 100
BuyingStore: true
@@ -87428,7 +87428,7 @@ item_db: (
Id: 12186
AegisName: "Red_Box"
Name: "Old Red Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50000
Weight: 200
Script: <" getrandgroupitem 12186,1; ">
@@ -87437,7 +87437,7 @@ item_db: (
Id: 12187
AegisName: "Green_Box"
Name: "Old Green Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50000
Weight: 200
Script: <" getrandgroupitem 12187,1; ">
@@ -87446,7 +87446,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; ">
@@ -87455,7 +87455,7 @@ item_db: (
Id: 12189
AegisName: "Red_Box_"
Name: "Old Red Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 50000
Weight: 200
Script: <" getrandgroupitem 12189,1; ">
@@ -87464,7 +87464,7 @@ item_db: (
Id: 12190
AegisName: "Moon_Cake"
Name: "Moon Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 300
Script: <" sc_start SC_MOVHASTE_INFINITY, 180000, 25; ">
@@ -87473,7 +87473,7 @@ item_db: (
Id: 12191
AegisName: "Special_Moon_Cake"
Name: "Special Moon Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 500
Script: <"
@@ -87485,7 +87485,7 @@ item_db: (
Id: 12192
AegisName: "Pumpkin_Pie"
Name: "Pumpkin Pie"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 10
Script: <" percentheal 5,5; ">
@@ -87494,7 +87494,7 @@ item_db: (
Id: 12193
AegisName: "Brezel"
Name: "Pretzel"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 20
},
@@ -87502,7 +87502,7 @@ item_db: (
Id: 12194
AegisName: "Hometown_Gift"
Name: "Hometown Gift"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
BuyingStore: true
@@ -87516,7 +87516,7 @@ item_db: (
Id: 12195
AegisName: "Plain_Rice_Cake"
Name: "Plain Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -87526,7 +87526,7 @@ item_db: (
Id: 12196
AegisName: "Hearty_Rice_Cake"
Name: "Hearty Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -87536,7 +87536,7 @@ item_db: (
Id: 12197
AegisName: "Salty_Rice_Cake"
Name: "Salty Rice Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
BuyingStore: true
@@ -87546,7 +87546,7 @@ item_db: (
Id: 12198
AegisName: "Lucky_Rice_Cake"
Name: "Lucky Rice Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
BuyingStore: true
@@ -87556,7 +87556,7 @@ item_db: (
Id: 12199
AegisName: "Rice_Scroll"
Name: "Scroll of Magic"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -87572,7 +87572,7 @@ item_db: (
Id: 12200
AegisName: "Event_Cake"
Name: "X-mas Cake"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 50
Script: <" itemskill PR_MAGNIFICAT,3; ">
@@ -87581,7 +87581,7 @@ item_db: (
Id: 12201
AegisName: "Red_Box_C"
Name: "Commonplace Red Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
},
@@ -87591,7 +87591,7 @@ item_db: (
Id: 12202
AegisName: "Str_Dish10_"
Name: "Steamed Tongue"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -87612,7 +87612,7 @@ item_db: (
Id: 12203
AegisName: "Agi_Dish10_"
Name: "Steamed Scorpion"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -87633,7 +87633,7 @@ item_db: (
Id: 12204
AegisName: "Int_Dish10_"
Name: "Dragon Breath Cocktail"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -87654,7 +87654,7 @@ item_db: (
Id: 12205
AegisName: "Dex_Dish10_"
Name: "Hwergelmir's Tonic"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -87675,7 +87675,7 @@ item_db: (
Id: 12206
AegisName: "Luk_Dish10_"
Name: "Cooked Nine Tail's Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -87696,7 +87696,7 @@ item_db: (
Id: 12207
AegisName: "Vit_Dish10_"
Name: "Stew Of Immortality"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -87717,7 +87717,7 @@ item_db: (
Id: 12208
AegisName: "Battle_Manual"
Name: "Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Delay: 60000
@@ -87736,7 +87736,7 @@ item_db: (
Id: 12209
AegisName: "Insurance"
Name: "Life Insurance"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87754,7 +87754,7 @@ item_db: (
Id: 12210
AegisName: "Bubble_Gum"
Name: "Bubble Gum"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Delay: 60000
@@ -87773,7 +87773,7 @@ item_db: (
Id: 12211
AegisName: "Kafra_Card"
Name: "Kafra Card"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87791,7 +87791,7 @@ item_db: (
Id: 12212
AegisName: "Giant_Fly_Wing"
Name: "Giant Fly Wing"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87809,7 +87809,7 @@ item_db: (
Id: 12213
AegisName: "Neuralizer"
Name: "Neuralizer"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Trade: {
nodrop: true
@@ -87826,7 +87826,7 @@ item_db: (
Id: 12214
AegisName: "Convex_Mirror"
Name: "Convex Mirror"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87844,7 +87844,7 @@ item_db: (
Id: 12215
AegisName: "Blessing_10_Scroll"
Name: "LV10 Blessing Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87868,7 +87868,7 @@ item_db: (
Id: 12216
AegisName: "Inc_Agi_10_Scroll"
Name: "LV10 Agil Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87895,7 +87895,7 @@ item_db: (
Id: 12217
AegisName: "Aspersio_5_Scroll"
Name: "LV5 Aspersio Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87922,7 +87922,7 @@ item_db: (
Id: 12218
AegisName: "Assumptio_5_Scroll"
Name: "LV5 Assumptio Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87946,7 +87946,7 @@ item_db: (
Id: 12219
AegisName: "Wind_Walk_10_Scroll"
Name: "LV10 Wind Walker Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87970,7 +87970,7 @@ item_db: (
Id: 12220
AegisName: "Adrenaline_Scroll"
Name: "LV5 Adrenaline Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -87997,7 +87997,7 @@ item_db: (
Id: 12221
AegisName: "Megaphone_"
Name: "Megaphone"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -88019,7 +88019,7 @@ item_db: (
Id: 12225
AegisName: "Sweet_Candy_Striper"
Name: "Sweet Candy Cane"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
Nouse: {
@@ -88031,7 +88031,7 @@ item_db: (
Id: 12226
AegisName: "Examination1"
Name: "Examination1"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -88047,7 +88047,7 @@ item_db: (
Id: 12227
AegisName: "Examination2"
Name: "Examination2"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -88063,7 +88063,7 @@ item_db: (
Id: 12228
AegisName: "Examination3"
Name: "Examination3"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -88078,7 +88078,7 @@ item_db: (
Id: 12229
AegisName: "Examination4"
Name: "Examination4"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -88094,7 +88094,7 @@ item_db: (
Id: 12230
AegisName: "Examination5"
Name: "Examination5"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -88110,7 +88110,7 @@ item_db: (
Id: 12231
AegisName: "Examination6"
Name: "Examination6"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 50
Script: <"
@@ -88129,7 +88129,7 @@ item_db: (
Id: 12232
AegisName: "Gingerbread"
Name: "Ginger Bread"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 150
Script: <"
@@ -88141,7 +88141,7 @@ item_db: (
Id: 12233
AegisName: "Kvass"
Name: "Kvass"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 200
Script: <" percentheal 100,100; ">
@@ -88150,7 +88150,7 @@ item_db: (
Id: 12234
AegisName: "Cacao99"
Name: "Fierce Cacao 99%"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" percentheal 25,0; ">
@@ -88159,7 +88159,7 @@ item_db: (
Id: 12235
AegisName: "Strawberry_Choco"
Name: "Chocolate Strawberry"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Nouse: {
@@ -88175,7 +88175,7 @@ item_db: (
Id: 12236
AegisName: "Choco_Tart"
Name: "Chocolate Tart"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 100
Nouse: {
@@ -88190,7 +88190,7 @@ item_db: (
Id: 12237
AegisName: "Choco_Lump"
Name: "Junky Chocolate"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
Nouse: {
sitting: true
@@ -88205,7 +88205,7 @@ item_db: (
Id: 12238
AegisName: "New_Year_Rice_Cake_1"
Name: "New Year Rice Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Trade: {
@@ -88225,7 +88225,7 @@ item_db: (
Id: 12239
AegisName: "New_Year_Rice_Cake_2"
Name: "New Year Rice Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Trade: {
@@ -88245,7 +88245,7 @@ item_db: (
Id: 12240
AegisName: "Old_Yellow_Box"
Name: "Old Yellow Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
Script: <" getrandgroupitem 12240,1; ">
@@ -88254,7 +88254,7 @@ item_db: (
Id: 12241
AegisName: "M_Center_Potion"
Name: "Mercenary Concentration Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 800
Weight: 100
BuyingStore: true
@@ -88264,7 +88264,7 @@ item_db: (
Id: 12242
AegisName: "M_Awakening_Potion"
Name: "Mercenary Awakening Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1500
Weight: 150
BuyingStore: true
@@ -88274,7 +88274,7 @@ item_db: (
Id: 12243
AegisName: "M_Berserk_Potion"
Name: "Mercenary Berserk Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 3000
Weight: 200
BuyingStore: true
@@ -88284,7 +88284,7 @@ item_db: (
Id: 12244
AegisName: "Old_Gift_Box"
Name: "Old Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
Script: <" getrandgroupitem 12244,1; ">
@@ -88293,7 +88293,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; ">
@@ -88302,7 +88302,7 @@ item_db: (
Id: 12246
AegisName: "Magic_Card_Album"
Name: "Mystical Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 50
BuyingStore: true
@@ -88312,7 +88312,7 @@ item_db: (
Id: 12247
AegisName: "Halohalo"
Name: "Halo-Halo"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
Script: <"
@@ -88328,7 +88328,7 @@ item_db: (
Id: 12248
AegisName: "Masquerade_Ball_Box"
Name: "Fancy Ball Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" getrandgroupitem 12248,1; ">
@@ -88337,7 +88337,7 @@ item_db: (
Id: 12249
AegisName: "Payroll_Of_Kafra_"
Name: "Payment Statement for Kafra Employee"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -88345,7 +88345,7 @@ item_db: (
Id: 12250
AegisName: "Str_Dish10_M"
Name: "Steamed Tongue"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_STR,3600000,10;
@@ -88356,7 +88356,7 @@ item_db: (
Id: 12251
AegisName: "Agi_Dish10_M"
Name: "Steamed Desert Scorpions"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_AGI,3600000,10;
@@ -88367,7 +88367,7 @@ item_db: (
Id: 12252
AegisName: "Int_Dish10_M"
Name: "Dragon Breath Cocktail"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_INT,3600000,10;
@@ -88378,7 +88378,7 @@ item_db: (
Id: 12253
AegisName: "Dex_Dish10_M"
Name: "Hwergelmir's Tonic"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_DEX,3600000,10;
@@ -88389,7 +88389,7 @@ item_db: (
Id: 12254
AegisName: "Luk_Dish10_M"
Name: "Cooked Nine Tail"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_LUK,3600000,10;
@@ -88400,7 +88400,7 @@ item_db: (
Id: 12255
AegisName: "Vit_Dish10_M"
Name: "Immortal Stew"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_VIT,3600000,10;
@@ -88411,14 +88411,14 @@ item_db: (
Id: 12256
AegisName: "PRO_Gift_Box"
Name: "PRO Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12257
AegisName: "Cold_Medicine"
Name: "Cold Medicine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
EquipLv: 50
@@ -88428,7 +88428,7 @@ item_db: (
Id: 12258
AegisName: "Bombring_Box"
Name: "Bombring Capsule"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -88449,7 +88449,7 @@ item_db: (
Id: 12259
AegisName: "Miracle_Medicine"
Name: "Miracle Tonic"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -88466,7 +88466,7 @@ item_db: (
Id: 12260
AegisName: "Cool_Summer_Outfit"
Name: "Cool Summer Outfit"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
BuyingStore: true
Script: <" sc_start SC_SUMMER,600000,0; ">
@@ -88475,7 +88475,7 @@ item_db: (
Id: 12261
AegisName: "Secret_Medicine"
Name: "Leap of Fantasy"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -88492,7 +88492,7 @@ item_db: (
Id: 12262
AegisName: "Inspector_Certificate_"
Name: "Authoritative Badge"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -88510,7 +88510,7 @@ item_db: (
Id: 12263
AegisName: "Comp_Battle_Manual"
Name: "Field Manual"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -88529,7 +88529,7 @@ item_db: (
Id: 12264
AegisName: "Comp_Bubble_Gum"
Name: "Bubble Gum"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -88547,7 +88547,7 @@ item_db: (
Id: 12265
AegisName: "Comp_Insurance"
Name: "Life Insurrance"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -88565,7 +88565,7 @@ item_db: (
Id: 12266
AegisName: "Sesame_Pastry_"
Name: "Sesame Pastry"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88584,7 +88584,7 @@ item_db: (
Id: 12267
AegisName: "Honey_Pastry_"
Name: "Honey Pastry"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88603,7 +88603,7 @@ item_db: (
Id: 12268
AegisName: "Rainbow_Cake_"
Name: "Rainbow Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88625,7 +88625,7 @@ item_db: (
Id: 12269
AegisName: "Tasty_Colonel"
Name: "Tasty Pink Ration"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88642,7 +88642,7 @@ item_db: (
Id: 12270
AegisName: "Tasty_Major"
Name: "Tasty White Ration"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88659,7 +88659,7 @@ item_db: (
Id: 12271
AegisName: "Mre_A"
Name: "Military Ration A"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 70
Trade: {
@@ -88676,7 +88676,7 @@ item_db: (
Id: 12272
AegisName: "Mre_B"
Name: "Military Ration B"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88693,7 +88693,7 @@ item_db: (
Id: 12273
AegisName: "Mre_C"
Name: "Military Ration C"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 70
Trade: {
@@ -88710,7 +88710,7 @@ item_db: (
Id: 12274
AegisName: "Gold_Pill_1"
Name: "Daehwandan"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -88728,7 +88728,7 @@ item_db: (
Id: 12275
AegisName: "Gold_Pill_2"
Name: "Taecheongdan"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -88746,7 +88746,7 @@ item_db: (
Id: 12276
AegisName: "Mimic_Scroll"
Name: "Mimic Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -88763,7 +88763,7 @@ item_db: (
Id: 12277
AegisName: "Disguise_Scroll"
Name: "Disguise Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -88780,7 +88780,7 @@ item_db: (
Id: 12278
AegisName: "Alice_Scroll"
Name: "Alice Contract"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -88797,7 +88797,7 @@ item_db: (
Id: 12279
AegisName: "Undead_Element_Scroll"
Name: "Undead Elemental Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20; ">
},
@@ -88805,7 +88805,7 @@ item_db: (
Id: 12280
AegisName: "Holy_Element_Scroll"
Name: "Holy Elemental Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
specialeffect(EF_BENEDICTIO, AREA, playerattached());
@@ -88816,7 +88816,7 @@ item_db: (
Id: 12281
AegisName: "Tresure_Box_WoE"
Name: "Event Treasure Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 150
Script: <" packageitem(); ">
@@ -88825,7 +88825,7 @@ item_db: (
Id: 12282
AegisName: "Internet_Cafe1"
Name: "Internet Cafe1"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_STR, 5400000, 3;
@@ -88842,7 +88842,7 @@ item_db: (
Id: 12283
AegisName: "Internet_Cafe2"
Name: "Internet Cafe2"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_STR, 5400000, 8;
@@ -88856,7 +88856,7 @@ item_db: (
Id: 12284
AegisName: "Internet_Cafe3"
Name: "Internet Cafe3"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_INT, 5400000, 8;
@@ -88869,7 +88869,7 @@ item_db: (
Id: 12285
AegisName: "Internet_Cafe4"
Name: "Internet Cafe4"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_DEX, 5400000, 8;
@@ -88883,7 +88883,7 @@ item_db: (
Id: 12286
AegisName: "Masquerade_Ball_Box2"
Name: "Masquerade Ball Box2"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" getrandgroupitem 12286,1; ">
},
@@ -88891,7 +88891,7 @@ item_db: (
Id: 12287
AegisName: "Love_Angel"
Name: "Love Angel Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -88908,7 +88908,7 @@ item_db: (
Id: 12288
AegisName: "Squirrel"
Name: "Squirrel Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -88925,7 +88925,7 @@ item_db: (
Id: 12289
AegisName: "Gogo"
Name: "Gogo Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -88942,7 +88942,7 @@ item_db: (
Id: 12290
AegisName: "Mysterious_Can"
Name: "Mysterious Can Magic Powder"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 100
BuyingStore: true
@@ -88959,7 +88959,7 @@ item_db: (
Id: 12291
AegisName: "Mysterious_PET_Bottle"
Name: "Mysterious PET Bottle"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 100
BuyingStore: true
@@ -88976,7 +88976,7 @@ item_db: (
Id: 12292
AegisName: "Unripe_Fruit"
Name: "Unripe Yggdrasilberry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 200
BuyingStore: true
@@ -88986,7 +88986,7 @@ item_db: (
Id: 12293
AegisName: "Dried_Yggdrasilberry"
Name: "Dried Yggdrasilberry"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 200
BuyingStore: true
@@ -88996,7 +88996,7 @@ item_db: (
Id: 12294
AegisName: "PC_Bang_Coin_Box1"
Name: "Blue Christmas Cheer Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89014,7 +89014,7 @@ item_db: (
Id: 12295
AegisName: "PC_Bang_Coin_Box2"
Name: "Groove Pack 1"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89032,7 +89032,7 @@ item_db: (
Id: 12296
AegisName: "PC_Bang_Coin_Box3"
Name: "Splendid Spring Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89050,7 +89050,7 @@ item_db: (
Id: 12297
AegisName: "PC_Bang_Coin_Box4"
Name: "Expanded Party Buff Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89068,7 +89068,7 @@ item_db: (
Id: 12298
AegisName: "SP_Potion"
Name: "SP Consumption Reduction Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89089,7 +89089,7 @@ item_db: (
Id: 12299
AegisName: "Mega_Resist_Potion"
Name: "Mega Resist Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89110,7 +89110,7 @@ item_db: (
Id: 12300
AegisName: "Wild_Rose_Scroll"
Name: "Wild Rose Contract"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89127,7 +89127,7 @@ item_db: (
Id: 12301
AegisName: "Doppelganger_Scroll"
Name: "Doppelganger Contract"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89144,7 +89144,7 @@ item_db: (
Id: 12302
AegisName: "Ygnizem_Scroll"
Name: "Egnigem Cenia Contract"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89161,7 +89161,7 @@ item_db: (
Id: 12303
AegisName: "Water_Of_Blessing"
Name: "Blessing Of Water"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89177,7 +89177,7 @@ item_db: (
Id: 12304
AegisName: "Picture_Diary"
Name: "Diary Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89194,7 +89194,7 @@ item_db: (
Id: 12305
AegisName: "Mini_Heart"
Name: "Mini Heart Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89211,7 +89211,7 @@ item_db: (
Id: 12306
AegisName: "Newcomer"
Name: "Freshman Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89228,7 +89228,7 @@ item_db: (
Id: 12307
AegisName: "Kid"
Name: "Kid Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89245,7 +89245,7 @@ item_db: (
Id: 12308
AegisName: "Magic_Castle"
Name: "Magic Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89262,7 +89262,7 @@ item_db: (
Id: 12309
AegisName: "Bulging_Head"
Name: "JJangu Magic Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89279,7 +89279,7 @@ item_db: (
Id: 12310
AegisName: "Spray_Of_Flowers"
Name: "Spray Of Flowers"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
Trade: {
nodrop: true
@@ -89298,7 +89298,7 @@ item_db: (
Id: 12311
AegisName: "Large_Spray_Of_Flowers"
Name: "Huge Spray Of Flowers"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 100
Trade: {
nodrop: true
@@ -89317,14 +89317,14 @@ item_db: (
Id: 12312
AegisName: "Thick_Manual50"
Name: "Thick Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Script: <" sc_start SC_CASH_PLUSEXP,3600000,50; ">
},
{
Id: 12313
AegisName: "Protection_Of_Angel"
Name: "Guardian Angel"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -89343,7 +89343,7 @@ item_db: (
Id: 12314
AegisName: "Noive_Box"
Name: "Noive Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89360,21 +89360,21 @@ item_db: (
Id: 12315
AegisName: "Goddess_Bless"
Name: "Goddess Of Blessing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12316
AegisName: "Angel_Bless"
Name: "Angel Of Blessing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12317
AegisName: "Powder_Snow"
Name: "Snow Powder"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" end; ">
},
@@ -89382,14 +89382,14 @@ item_db: (
Id: 12318
AegisName: "Little_Heart"
Name: "Small Hearts"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12319
AegisName: "Strawberry_Cake"
Name: "Rune Strawberry Cake"
- Type: 2
+ Type: "IT_USABLE"
Weight: 300
Trade: {
nodrop: true
@@ -89408,7 +89408,7 @@ item_db: (
Id: 12320
AegisName: "Pineapple_Juice"
Name: "Schwartzwald Pine Jubilee"
- Type: 2
+ Type: "IT_USABLE"
Weight: 300
Trade: {
nodrop: true
@@ -89427,7 +89427,7 @@ item_db: (
Id: 12321
AegisName: "Spicy_Sandwich"
Name: "Arunafeltz Desert Sandwich"
- Type: 2
+ Type: "IT_USABLE"
Weight: 300
Trade: {
nodrop: true
@@ -89443,7 +89443,7 @@ item_db: (
Id: 12322
AegisName: "Chocolate_Pie"
Name: "Chocolate Pie"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Trade: {
nodrop: true
@@ -89460,7 +89460,7 @@ item_db: (
Id: 12323
AegisName: "N_Fly_Wing"
Name: "Novice Fly Wing"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89479,7 +89479,7 @@ item_db: (
Id: 12324
AegisName: "N_Butterfly_Wing"
Name: "Novice Butterfly Wing"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89498,7 +89498,7 @@ item_db: (
Id: 12325
AegisName: "N_Magnifier"
Name: "Novice Magnifier"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -89517,7 +89517,7 @@ item_db: (
Id: 12326
AegisName: "J_Firecracker"
Name: "Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
},
@@ -89525,7 +89525,7 @@ item_db: (
Id: 12327
AegisName: "Charm_Of_Luck"
Name: "Unsuitable Of Lucky"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
Script: <" sc_start SC_FOOD_LUK,3600000,20; ">
@@ -89534,7 +89534,7 @@ item_db: (
Id: 12328
AegisName: "Charm_Of_Happiness"
Name: "Unsuitable Of Happyness"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1800
Weight: 100
Script: <"
@@ -89550,7 +89550,7 @@ item_db: (
Id: 12329
AegisName: "Recall_MaleGM"
Name: "Support Game Master"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
BuyingStore: true
Script: <" mercenary_create M_GAMEMASTER, 1800000; ">
@@ -89559,7 +89559,7 @@ item_db: (
Id: 12330
AegisName: "Recall_FemaleGM"
Name: "Support Game Master"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
BuyingStore: true
Script: <" mercenary_create F_GAMEMASTER, 1800000; ">
@@ -89568,7 +89568,7 @@ item_db: (
Id: 12331
AegisName: "Ginseng"
Name: "Ginseng"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -89586,7 +89586,7 @@ item_db: (
Id: 12332
AegisName: "Fruit_Juice"
Name: "Fruit Juice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -89602,7 +89602,7 @@ item_db: (
Id: 12333
AegisName: "Ansila"
Name: "Ancilla"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89621,7 +89621,7 @@ item_db: (
Id: 12334
AegisName: "Cherish_Box"
Name: "Treasure Edition Helm Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" getrandgroupitem 12334,1; ">
},
@@ -89629,7 +89629,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; ">
@@ -89638,7 +89638,7 @@ item_db: (
Id: 12336
AegisName: "Baked_Mushroom"
Name: "Grilled Mushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 500
Weight: 300
Script: <" percentheal 30,30; ">
@@ -89647,7 +89647,7 @@ item_db: (
Id: 12337
AegisName: "Grilled_Sausage"
Name: "Grilled Sausages"
- Type: 0
+ Type: "IT_HEALING"
Buy: 300
Weight: 200
Script: <" percentheal 20,20; ">
@@ -89656,7 +89656,7 @@ item_db: (
Id: 12338
AegisName: "Grilled_Corn"
Name: "Grilled Corn"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 100
Script: <"
@@ -89669,7 +89669,7 @@ item_db: (
Id: 12339
AegisName: "Cherish_Box_Ori"
Name: "Treasure Edition Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" getrandgroupitem 12339,1; ">
},
@@ -89677,7 +89677,7 @@ item_db: (
Id: 12340
AegisName: "Mysterious_Rice_Powder"
Name: "Chewy Rice Powder"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -89697,7 +89697,7 @@ item_db: (
Id: 12341
AegisName: "Special_Alloy_Trap_Box"
Name: "Special Alloy Trap Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 30000
Weight: 100
BuyingStore: true
@@ -89707,7 +89707,7 @@ item_db: (
Id: 12342
AegisName: "Manuks_Opportunity"
Name: "Manuk's Opportunity"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <"
@@ -89719,7 +89719,7 @@ item_db: (
Id: 12343
AegisName: "Manuks_Courage"
Name: "Manuk's Courage"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <"
@@ -89731,7 +89731,7 @@ item_db: (
Id: 12344
AegisName: "Pinguiculas_fruit_Jam"
Name: "Pinguicula's Fruit Jam"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <"
@@ -89743,7 +89743,7 @@ item_db: (
Id: 12345
AegisName: "Luciolas_Honey_Jam"
Name: "Luciola's Honey Jam"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <"
@@ -89755,7 +89755,7 @@ item_db: (
Id: 12346
AegisName: "Unripe_Acorn"
Name: "Unripe Acorn"
- Type: 2
+ Type: "IT_USABLE"
BuyingStore: true
Script: <" heal -100,0; ">
},
@@ -89763,7 +89763,7 @@ item_db: (
Id: 12347
AegisName: "Acorn_Jelly"
Name: "Acorn Jelly"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Nouse: {
@@ -89775,7 +89775,7 @@ item_db: (
Id: 12348
AegisName: "Manuks_Faith"
Name: "Manuk's Faith"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <"
@@ -89787,7 +89787,7 @@ item_db: (
Id: 12349
AegisName: "Cornus_Tears"
Name: "Cornus' Tears"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
BuyingStore: true
Script: <"
@@ -89799,7 +89799,7 @@ item_db: (
Id: 12350
AegisName: "Angeling_Potion"
Name: "Angeling Potion"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 100
BuyingStore: true
@@ -89816,7 +89816,7 @@ item_db: (
Id: 12351
AegisName: "Shout_Megaphone"
Name: "Scream Megaphone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 50
BuyingStore: true
@@ -89826,7 +89826,7 @@ item_db: (
Id: 12352
AegisName: "Dun_Tele_Scroll3"
Name: "Dungeon Teleport Scroll 3"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" callfunc "F_CashDungeon",3; ">
},
@@ -89834,7 +89834,7 @@ item_db: (
Id: 12353
AegisName: "Tiny_Waterbottle"
Name: "Small Bottle"
- Type: 2
+ Type: "IT_USABLE"
Buy: 600
Weight: 10
BuyingStore: true
@@ -89844,7 +89844,7 @@ item_db: (
Id: 12354
AegisName: "Buche_De_Noel"
Name: "Buche De Noel"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 50
BuyingStore: true
@@ -89857,7 +89857,7 @@ item_db: (
Id: 12355
AegisName: "Xmas_Gift"
Name: "Xmas Gift"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
BuyingStore: true
@@ -89867,7 +89867,7 @@ item_db: (
Id: 12356
AegisName: "Louise_Costume_Box"
Name: "Louise Costume Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
BuyingStore: true
@@ -89877,7 +89877,7 @@ item_db: (
Id: 12357
AegisName: "Shiny_Wing_Gown"
Name: "Gingerbread Cookie"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
Script: <" pet BACSOJIN_; ">
@@ -89886,7 +89886,7 @@ item_db: (
Id: 12358
AegisName: "Fan_Of_Wind"
Name: "Fan Of Wind"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -89899,7 +89899,7 @@ item_db: (
Id: 12359
AegisName: "Very_Soft_Plant"
Name: "Very Soft Plant"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -89912,7 +89912,7 @@ item_db: (
Id: 12360
AegisName: "Very_Red_Juice"
Name: "Very Red Juice"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -89925,7 +89925,7 @@ item_db: (
Id: 12361
AegisName: "Delicious_Shaved_Ice"
Name: "Delicious Shaved Ice"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -89944,7 +89944,7 @@ item_db: (
Id: 12362
AegisName: "Kuloren"
Name: "Kuloren"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -89957,7 +89957,7 @@ item_db: (
Id: 12363
AegisName: "Fit_Pipe"
Name: "Ghost Coffin"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -89976,7 +89976,7 @@ item_db: (
Id: 12364
AegisName: "Staff_Of_Leader"
Name: "Staff Of Leader"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -89989,7 +89989,7 @@ item_db: (
Id: 12365
AegisName: "Charming_Lotus"
Name: "Charming Lotus"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90002,7 +90002,7 @@ item_db: (
Id: 12366
AegisName: "Gril_Doll"
Name: "Girl Doll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90015,7 +90015,7 @@ item_db: (
Id: 12367
AegisName: "Luxury_Whisky_Bottle"
Name: "Luxury Whisky Bottle"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90028,7 +90028,7 @@ item_db: (
Id: 12368
AegisName: "Splendid_Mirror"
Name: "Splendid Mirror"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90041,7 +90041,7 @@ item_db: (
Id: 12369
AegisName: "Oilpalm_Coconut"
Name: "Oilpalm Coconut"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90054,7 +90054,7 @@ item_db: (
Id: 12370
AegisName: "Grils_Naivety"
Name: "Girl's Naivety"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -90073,7 +90073,7 @@ item_db: (
Id: 12371
AegisName: "Magical_Lithography"
Name: "Magical Lithography"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90086,7 +90086,7 @@ item_db: (
Id: 12372
AegisName: "Hell_Contract"
Name: "Hell Contract"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90099,7 +90099,7 @@ item_db: (
Id: 12373
AegisName: "Boys_Naivety"
Name: "Boy's Pure Heart"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
BuyingStore: true
@@ -90112,7 +90112,7 @@ item_db: (
Id: 12374
AegisName: "Flaming_Ice"
Name: "Ice Fireworks"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90125,7 +90125,7 @@ item_db: (
Id: 12375
AegisName: "Acaraje"
Name: "Akaraje"
- Type: 2
+ Type: "IT_USABLE"
Weight: 80
Script: <"
specialeffect(EF_STEAL, AREA, playerattached());
@@ -90136,7 +90136,7 @@ item_db: (
Id: 12376
AegisName: "Mysterious_Can2"
Name: "Mysterious Can2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 100
BuyingStore: true
@@ -90152,7 +90152,7 @@ item_db: (
Id: 12377
AegisName: "Mysterious_PET_Bottle2"
Name: "Mysterious PET Bottle2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 100
BuyingStore: true
@@ -90168,7 +90168,7 @@ item_db: (
Id: 12378
AegisName: "2009_Rice_Cake_Soup"
Name: "Rice Cake Soup"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 100
Script: <" percentheal 50, 50; ">
@@ -90177,7 +90177,7 @@ item_db: (
Id: 12379
AegisName: "Popes_Cookie"
Name: "Pope Cookie"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 10
BuyingStore: true
@@ -90186,7 +90186,7 @@ item_db: (
Id: 12380
AegisName: "Desert_Wolf_Babe_Scroll"
Name: "Job Change Flute"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 10
Script: <" mercenary_create M_DESERT_WOLF_B, 1800000; ">
@@ -90195,7 +90195,7 @@ item_db: (
Id: 12381
AegisName: "ValkyrieA_Scroll"
Name: "Ancient Language Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 10
Script: <"
@@ -90208,7 +90208,7 @@ item_db: (
Id: 12382
AegisName: "ValkyrieB_Scroll"
Name: "Ancient Language Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 10
Script: <"
@@ -90221,7 +90221,7 @@ item_db: (
Id: 12383
AegisName: "Vulcan_Bullet_Magazine"
Name: "Vulcan Bullet Magazine"
- Type: 2
+ Type: "IT_USABLE"
Buy: 13750
Weight: 500
BuyingStore: true
@@ -90231,7 +90231,7 @@ item_db: (
Id: 12384
AegisName: "Rainbow_Ruby_Water"
Name: "Rainbow Ruby"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 50
Trade: {
nodrop: true
@@ -90252,7 +90252,7 @@ item_db: (
Id: 12385
AegisName: "Rainbow_Ruby_Fire"
Name: "Rainbow Ruby"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 50
Trade: {
nodrop: true
@@ -90273,7 +90273,7 @@ item_db: (
Id: 12386
AegisName: "Rainbow_Ruby_Wind"
Name: "Rainbow Ruby"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 50
Trade: {
nodrop: true
@@ -90294,7 +90294,7 @@ item_db: (
Id: 12387
AegisName: "Rainbow_Ruby_Earth"
Name: "Rainbow Ruby"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 50
Trade: {
nodrop: true
@@ -90315,7 +90315,7 @@ item_db: (
Id: 12388
AegisName: "Runstone_Crush"
Name: "Rhydo Runestone For Apprentice"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -90340,7 +90340,7 @@ item_db: (
Id: 12389
AegisName: "Runstone_Storm"
Name: "Pertz Runestone For Apprentice"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -90365,7 +90365,7 @@ item_db: (
Id: 12390
AegisName: "Runstone_Millennium"
Name: "Verkana Runestone For Apprentice"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -90390,7 +90390,7 @@ item_db: (
Id: 12391
AegisName: "Lucky_Egg_C"
Name: "RWC Groove Pack"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -90407,7 +90407,7 @@ item_db: (
Id: 12392
AegisName: "RepairA"
Name: "Repair A"
- Type: 0
+ Type: "IT_HEALING"
Buy: 275
Weight: 100
Job: {
@@ -90420,7 +90420,7 @@ item_db: (
Id: 12393
AegisName: "RepairB"
Name: "Repair B"
- Type: 0
+ Type: "IT_HEALING"
Buy: 625
Weight: 140
Job: {
@@ -90433,7 +90433,7 @@ item_db: (
Id: 12394
AegisName: "RepairC"
Name: "Repair C"
- Type: 0
+ Type: "IT_HEALING"
Buy: 1375
Weight: 180
Job: {
@@ -90446,7 +90446,7 @@ item_db: (
Id: 12395
AegisName: "Tantanmen"
Name: "Tantan Noodle"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
BuyingStore: true
@@ -90456,7 +90456,7 @@ item_db: (
Id: 12396
AegisName: "Fools_Day_Box"
Name: "Gift Box?"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Nouse: {
@@ -90480,7 +90480,7 @@ item_db: (
Id: 12397
AegisName: "Fools_Day_Box2"
Name: "Gift Box?"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Nouse: {
@@ -90504,7 +90504,7 @@ item_db: (
Id: 12398
AegisName: "PCBang_Gift_Box"
Name: "PCRoom Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -90522,7 +90522,7 @@ item_db: (
Id: 12399
AegisName: "Castle_Treasure_Box"
Name: "Castle Treasure Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 1000
},
@@ -90530,7 +90530,7 @@ item_db: (
Id: 12400
AegisName: "Water_Of_Blessing_"
Name: "Water Of Blessing"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -90538,14 +90538,14 @@ item_db: (
Id: 12401
AegisName: "Rune_Kn_Test_Int"
Name: "Rune Kn Test Int"
- Type: 2
+ Type: "IT_USABLE"
Script: <" sc_start SC_FOOD_INT,300000,40; ">
},
{
Id: 12402
AegisName: "29Fruit"
Name: "29Truth"
- Type: 0
+ Type: "IT_HEALING"
Trade: {
nodrop: true
notrade: true
@@ -90561,7 +90561,7 @@ item_db: (
Id: 12403
AegisName: "Lucky_Egg_C2"
Name: "RWC2011 Lucky Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -90578,7 +90578,7 @@ item_db: (
Id: 12404
AegisName: "Acti_Potion"
Name: "Activation Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -90595,7 +90595,7 @@ item_db: (
Id: 12405
AegisName: "Underripe_Yggseed"
Name: "Unripe Seed Of Yggdrasil"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
Trade: {
@@ -90617,7 +90617,7 @@ item_db: (
Id: 12406
AegisName: "Psychic_ArmorS"
Name: "Psychic Armor Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -90638,7 +90638,7 @@ item_db: (
Id: 12407
AegisName: "PCBang_Coupon_Box"
Name: "PCRoom Coupon Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -90654,26 +90654,26 @@ item_db: (
Id: 12408
AegisName: "Leaf_Cat_Ball"
Name: "Hydra Ball"
- Type: 2
+ Type: "IT_USABLE"
Script: <" pet E_HYDRA; ">
},
{
Id: 12409
AegisName: "Pork_Belly_H"
Name: "1st Class Pork Belly"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12410
AegisName: "Spareribs_H"
Name: "Thick Pork Belly"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12411
AegisName: "HE_Battle_Manual"
Name: "HE Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" sc_start SC_CASH_PLUSEXP,900000,200; ">
},
@@ -90681,7 +90681,7 @@ item_db: (
Id: 12412
AegisName: "HE_Bubble_Gum"
Name: "HE Bubble Gum"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" sc_start SC_CASH_RECEIVEITEM,900000,300; ">
},
@@ -90689,7 +90689,7 @@ item_db: (
Id: 12413
AegisName: "PCBang_Coupon_Box2"
Name: "PCRoom Coupon Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -90706,7 +90706,7 @@ item_db: (
Id: 12414
AegisName: "Guarana_Candy"
Name: "Guarana Candy"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
BuyingStore: true
@@ -90720,7 +90720,7 @@ item_db: (
Id: 12415
AegisName: "Siege_Teleport_Scroll2"
Name: "Siege Map Teleport Scroll II"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -90739,7 +90739,7 @@ item_db: (
Id: 12416
AegisName: "Lucky_Egg_C3"
Name: "Thanksgiving Groove Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -90756,7 +90756,7 @@ item_db: (
Id: 12417
AegisName: "Boost500"
Name: "Boost500"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
Script: <" sc_start SC_BOOST500, 500000, 10; ">
@@ -90765,7 +90765,7 @@ item_db: (
Id: 12418
AegisName: "Full_SwingK"
Name: "Full SwingK"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -90775,7 +90775,7 @@ item_db: (
Id: 12419
AegisName: "Mana_Plus"
Name: "Mana +"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -90785,7 +90785,7 @@ item_db: (
Id: 12420
AegisName: "Stamina_Up_M"
Name: "Muramura(M)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
Script: <" sc_start SC_MUSTLE_M, 500000, 5; ">
@@ -90794,7 +90794,7 @@ item_db: (
Id: 12421
AegisName: "Digestive_F"
Name: "Falmons(F)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; ">
@@ -90803,7 +90803,7 @@ item_db: (
Id: 12422
AegisName: "HP_Increase_PotionS"
Name: "HP Increase Potion(Small)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 20
BuyingStore: true
@@ -90813,7 +90813,7 @@ item_db: (
Id: 12423
AegisName: "HP_Increase_PotionM"
Name: "HP Increase Potion(Mid)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 40
BuyingStore: true
@@ -90823,7 +90823,7 @@ item_db: (
Id: 12424
AegisName: "HP_Increase_PotionL"
Name: "HP Increase Potion(Large)"
- Type: 0
+ Type: "IT_HEALING"
Buy: 100
Weight: 80
BuyingStore: true
@@ -90833,7 +90833,7 @@ item_db: (
Id: 12425
AegisName: "SP_Increase_PotionS"
Name: "SP Increase Potion(Small)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 20
BuyingStore: true
@@ -90843,7 +90843,7 @@ item_db: (
Id: 12426
AegisName: "SP_Increase_PotionM"
Name: "SP Increase Potion(Mid)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 40
BuyingStore: true
@@ -90853,7 +90853,7 @@ item_db: (
Id: 12427
AegisName: "SP_Increase_PotionL"
Name: "SP Increase Potion(Large)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 80
BuyingStore: true
@@ -90863,7 +90863,7 @@ item_db: (
Id: 12428
AegisName: "Enrich_White_PotionZ"
Name: "Enriched White PotionZ"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 70
BuyingStore: true
@@ -90876,7 +90876,7 @@ item_db: (
Id: 12429
AegisName: "Savage_BBQ"
Name: "Savage BBQ"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -90886,7 +90886,7 @@ item_db: (
Id: 12430
AegisName: "Wug_Blood_Cocktail"
Name: "Warg Blood Cocktail"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -90896,7 +90896,7 @@ item_db: (
Id: 12431
AegisName: "Minor_Brisket"
Name: "Minor Brisket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -90906,7 +90906,7 @@ item_db: (
Id: 12432
AegisName: "Siroma_Icetea"
Name: "Siroma Icetea"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -90916,7 +90916,7 @@ item_db: (
Id: 12433
AegisName: "Drocera_Herb_Stew"
Name: "Drosera Herb Stew"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -90926,7 +90926,7 @@ item_db: (
Id: 12434
AegisName: "Petti_Tail_Noodle"
Name: "Petite Tail Noodles"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
BuyingStore: true
@@ -90936,7 +90936,7 @@ item_db: (
Id: 12435
AegisName: "Black_Thing"
Name: "Black Thing"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 50
Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; ">
@@ -90945,7 +90945,7 @@ item_db: (
Id: 12436
AegisName: "Vitata500"
Name: "Vitata500"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -90958,7 +90958,7 @@ item_db: (
Id: 12437
AegisName: "Enrich_Celermine_Juice"
Name: "Enrich Celermine Juice"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
BuyingStore: true
@@ -90968,7 +90968,7 @@ item_db: (
Id: 12438
AegisName: "F_Giant_Fly_Wing"
Name: "Giant Fly Wing"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -90976,7 +90976,7 @@ item_db: (
Id: 12439
AegisName: "F_Battle_Manual"
Name: "Old Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -90984,7 +90984,7 @@ item_db: (
Id: 12440
AegisName: "F_Insurance"
Name: "Insurance"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -90992,7 +90992,7 @@ item_db: (
Id: 12441
AegisName: "F_Bubble_Gum"
Name: "Old Bubble Gum"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91000,7 +91000,7 @@ item_db: (
Id: 12442
AegisName: "F_Kafra_Card"
Name: "Kafra Card"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91008,14 +91008,14 @@ item_db: (
Id: 12443
AegisName: "F_Neuralizer"
Name: "Neuralizer"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
},
{
Id: 12444
AegisName: "F_Dun_Tele_Scroll1"
Name: "WoE Teleport Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" callfunc "F_CashSiegeTele"; ">
},
@@ -91023,7 +91023,7 @@ item_db: (
Id: 12445
AegisName: "F_Str_Dish10_"
Name: "Steamed Tongue"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91031,7 +91031,7 @@ item_db: (
Id: 12446
AegisName: "F_Agi_Dish10_"
Name: "Steamed Desert Scorpions"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91039,7 +91039,7 @@ item_db: (
Id: 12447
AegisName: "F_Int_Dish10_"
Name: "Dragon Breath Cocktail"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91047,7 +91047,7 @@ item_db: (
Id: 12448
AegisName: "F_Dex_Dish10_"
Name: "Hwergelmir's Tonic"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91055,7 +91055,7 @@ item_db: (
Id: 12449
AegisName: "F_Luk_Dish10_"
Name: "Nine Tail"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91063,7 +91063,7 @@ item_db: (
Id: 12450
AegisName: "F_Vit_Dish10_"
Name: "Stew Of Immortality"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91071,105 +91071,105 @@ item_db: (
Id: 12451
AegisName: "F_WOB_Rune"
Name: "Yellow Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12452
AegisName: "F_WOB_Schwaltz"
Name: "Green Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12453
AegisName: "F_WOB_Rachel"
Name: "Red Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12454
AegisName: "F_WOB_Local"
Name: "Blue Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12456
AegisName: "F_Greed_Scroll"
Name: "Greed Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12457
AegisName: "F_Glass_Of_Illusion"
Name: "Glass Of Illusion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12458
AegisName: "F_Abrasive"
Name: "Abrasive"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12459
AegisName: "F_Med_Life_Potion"
Name: "Medium Life Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12460
AegisName: "F_Small_Life_Potion"
Name: "Small Life Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12461
AegisName: "F_Regeneration_Potion"
Name: "Regeneration Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12462
AegisName: "F_B_Mdef_Potion"
Name: "Big Magic Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12463
AegisName: "F_S_Mdef_Potion"
Name: "Small Magic Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12464
AegisName: "F_B_Def_Potion"
Name: "Big Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12465
AegisName: "F_S_Def_Potion"
Name: "Small Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12466
AegisName: "F_Blessing_10_Scroll"
Name: "LV10 Blessing Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91177,7 +91177,7 @@ item_db: (
Id: 12467
AegisName: "F_Inc_Agi_10_Scroll"
Name: "LV10 Agil Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91185,7 +91185,7 @@ item_db: (
Id: 12468
AegisName: "F_Aspersio_5_Scroll"
Name: "LV5 Aspersio Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91193,7 +91193,7 @@ item_db: (
Id: 12470
AegisName: "F_Wind_Walk_10_Scroll"
Name: "LV10 Wind Walker Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91201,7 +91201,7 @@ item_db: (
Id: 12471
AegisName: "F_Adrenaline_Scroll"
Name: "LV5 Adrenaline Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91209,7 +91209,7 @@ item_db: (
Id: 12472
AegisName: "F_Convex_Mirror"
Name: "Convex Mirror"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91217,7 +91217,7 @@ item_db: (
Id: 12473
AegisName: "RWC_Parti_Box"
Name: "Participant's Request Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -91237,7 +91237,7 @@ item_db: (
Id: 12474
AegisName: "RWC_Final_Comp_Box"
Name: "RWC Final Event Memorial Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -91257,7 +91257,7 @@ item_db: (
Id: 12475
AegisName: "Cure_Free"
Name: "Cure Free"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
BuyingStore: true
@@ -91275,7 +91275,7 @@ item_db: (
Id: 12476
AegisName: "PCBang_Coupon_Box3"
Name: "PCRoom Coupon Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -91292,14 +91292,14 @@ item_db: (
Id: 12477
AegisName: "Gift_Bundle"
Name: "Prontera Costume Pack"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12478
AegisName: "Chance_Box"
Name: "Opportunity Of Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -91317,7 +91317,7 @@ item_db: (
Id: 12479
AegisName: "Caracas_Ring_Box"
Name: "Caracas Ring Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -91334,7 +91334,7 @@ item_db: (
Id: 12480
AegisName: "Attend_3Day_Box"
Name: "Attendance 3rd Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91350,7 +91350,7 @@ item_db: (
Id: 12481
AegisName: "Attend_7Day_Box"
Name: "Attendance 7th Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91366,7 +91366,7 @@ item_db: (
Id: 12482
AegisName: "Attend_10Day_Box"
Name: "Attendance 10day Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91382,7 +91382,7 @@ item_db: (
Id: 12483
AegisName: "Attend_15Day_Box"
Name: "Attendance 15day Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91398,7 +91398,7 @@ item_db: (
Id: 12484
AegisName: "Attend_20Day_Box"
Name: "Attendance 20day Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91414,7 +91414,7 @@ item_db: (
Id: 12485
AegisName: "Attend_25Day_Box"
Name: "Attendance 25day Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91430,7 +91430,7 @@ item_db: (
Id: 12486
AegisName: "GoldPC_First_Box"
Name: "Gold PCRoom 1etc. Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91446,7 +91446,7 @@ item_db: (
Id: 12487
AegisName: "PC_4Leaf_Clover_Box"
Name: "PCRoom Leaf Clover Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91462,7 +91462,7 @@ item_db: (
Id: 12488
AegisName: "Ticket_Gift_Box"
Name: "Valkyrie Mercenary Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91478,7 +91478,7 @@ item_db: (
Id: 12489
AegisName: "Ticket_Gift_Box2"
Name: "Ticket Gift Box II"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91494,21 +91494,21 @@ item_db: (
Id: 12490
AegisName: "Vivid_Notation"
Name: "Christmas Music Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 12491
AegisName: "Curious_Snowball"
Name: "Curious Snowball"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 12492
AegisName: "Crumpled_Paper"
Name: "Crumpled Wad Paper"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -91526,7 +91526,7 @@ item_db: (
Id: 12493
AegisName: "Lucky_Egg_C4"
Name: "Groovy Dragon Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91543,7 +91543,7 @@ item_db: (
Id: 12494
AegisName: "E_Giant_Fly_Wing"
Name: "E Giant Fly Wing"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91551,7 +91551,7 @@ item_db: (
Id: 12495
AegisName: "E_Battle_Manual"
Name: "E Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91559,7 +91559,7 @@ item_db: (
Id: 12496
AegisName: "E_Insurance"
Name: "E Insurance"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91567,7 +91567,7 @@ item_db: (
Id: 12497
AegisName: "E_Bubble_Gum"
Name: "E Bubble Gum"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91584,7 +91584,7 @@ item_db: (
Id: 12498
AegisName: "E_Kafra_Card"
Name: "E Kafra Card"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91592,21 +91592,21 @@ item_db: (
Id: 12499
AegisName: "E_Neuralizer"
Name: "E Neuralizer"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
},
{
Id: 12500
AegisName: "E_Dun_Tele_Scroll1"
Name: "E Dun Tele Scroll1"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12501
AegisName: "E_Str_Dish10_"
Name: "E Str Dish10 "
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91623,7 +91623,7 @@ item_db: (
Id: 12502
AegisName: "E_Agi_Dish10_"
Name: "E Agi Dish10 "
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91640,7 +91640,7 @@ item_db: (
Id: 12503
AegisName: "E_Int_Dish10_"
Name: "E Int Dish10 "
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91657,7 +91657,7 @@ item_db: (
Id: 12504
AegisName: "E_Dex_Dish10_"
Name: "E Dex Dish10 "
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91674,7 +91674,7 @@ item_db: (
Id: 12505
AegisName: "E_Luk_Dish10_"
Name: "E Luk Dish10 "
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91691,7 +91691,7 @@ item_db: (
Id: 12506
AegisName: "E_Vit_Dish10_"
Name: "E Vit Dish10 "
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91708,7 +91708,7 @@ item_db: (
Id: 12507
AegisName: "E_WOB_Rune"
Name: "Yellow Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91724,7 +91724,7 @@ item_db: (
Id: 12508
AegisName: "E_WOB_Schwaltz"
Name: "Green Butterfly Wings"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91740,7 +91740,7 @@ item_db: (
Id: 12509
AegisName: "E_WOB_Rachel"
Name: "Red Butterfly Wings"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91756,7 +91756,7 @@ item_db: (
Id: 12510
AegisName: "E_WOB_Local"
Name: "Blue Butterfly wings"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91772,28 +91772,28 @@ item_db: (
Id: 12511
AegisName: "E_Siege_Teleport_Scroll"
Name: "E Siege Teleport Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12512
AegisName: "E_Greed_Scroll"
Name: "E Greed Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12513
AegisName: "E_Glass_Of_Illusion"
Name: "E Glass Of Illusion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12514
AegisName: "E_Abrasive"
Name: "E Abrasive"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91809,14 +91809,14 @@ item_db: (
Id: 12515
AegisName: "E_Med_Life_Potion"
Name: "E Med Life Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12516
AegisName: "E_Small_Life_Potion"
Name: "E Small Life Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -91832,42 +91832,42 @@ item_db: (
Id: 12517
AegisName: "E_Regeneration_Potion"
Name: "E Regeneration Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12518
AegisName: "E_B_Mdef_Potion"
Name: "E B Mdef Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12519
AegisName: "E_S_Mdef_Potion"
Name: "E S Mdef Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12520
AegisName: "E_B_Def_Potion"
Name: "E B Def Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12521
AegisName: "E_S_Def_Potion"
Name: "E S Def Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12522
AegisName: "E_Blessing_10_Scroll"
Name: "E Blessing 10 Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91884,7 +91884,7 @@ item_db: (
Id: 12523
AegisName: "E_Inc_Agi_10_Scroll"
Name: "E Inc Agi 10 Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -91901,7 +91901,7 @@ item_db: (
Id: 12524
AegisName: "E_Aspersio_5_Scroll"
Name: "E Aspersio 5 Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91909,7 +91909,7 @@ item_db: (
Id: 12525
AegisName: "E_Assumptio_5_Scroll"
Name: "E Assumptio 5 Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91917,7 +91917,7 @@ item_db: (
Id: 12526
AegisName: "E_Wind_Walk_10_Scroll"
Name: "E Wind Walk 10 Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91925,7 +91925,7 @@ item_db: (
Id: 12527
AegisName: "E_Adrenaline_Scroll"
Name: "E Adrenaline Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91933,7 +91933,7 @@ item_db: (
Id: 12528
AegisName: "E_Convex_Mirror"
Name: "E Convex Mirror"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -91941,7 +91941,7 @@ item_db: (
Id: 12529
AegisName: "White_Slim_Potion_Box"
Name: "White Slim Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -91957,7 +91957,7 @@ item_db: (
Id: 12530
AegisName: "Mastela_Fruit_Box"
Name: "Mastela Fruit Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -91973,7 +91973,7 @@ item_db: (
Id: 12531
AegisName: "White_Potion_Box"
Name: "White Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -91989,7 +91989,7 @@ item_db: (
Id: 12532
AegisName: "Royal_Jelly_Box2"
Name: "Royal Jelly Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -92005,7 +92005,7 @@ item_db: (
Id: 12533
AegisName: "Blue_Herb_Box2"
Name: "Blue Herb Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -92021,7 +92021,7 @@ item_db: (
Id: 12534
AegisName: "Yggdrasil_Seed_Box"
Name: "Yggdrasil Seed Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -92037,7 +92037,7 @@ item_db: (
Id: 12535
AegisName: "Iggdrasilberry_Box"
Name: "Yggdrasil Berry Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -92053,7 +92053,7 @@ item_db: (
Id: 12536
AegisName: "NY_Rice_Cake_Soup"
Name: "New Year's Rice Cake"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
BuyingStore: true
@@ -92063,7 +92063,7 @@ item_db: (
Id: 12537
AegisName: "Solo_Gift_Basket"
Name: "Gift Chocolate Basket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1000
Weight: 10
Script: <" packageitem(); ">
@@ -92072,7 +92072,7 @@ item_db: (
Id: 12538
AegisName: "Couple_Event_Basket"
Name: "Firecracker Basket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2000
Weight: 10
Script: <" packageitem(); ">
@@ -92081,7 +92081,7 @@ item_db: (
Id: 12539
AegisName: "Splendid_Box"
Name: "Brilliant Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
BuyingStore: true
@@ -92090,7 +92090,7 @@ item_db: (
Id: 12540
AegisName: "GM_Warp_Box"
Name: "GM Warp Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92108,7 +92108,7 @@ item_db: (
Id: 12541
AegisName: "Fortune_Cookie1"
Name: "Fortune Cookie1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92126,7 +92126,7 @@ item_db: (
Id: 12542
AegisName: "Fortune_Cookie2"
Name: "Fortune Cookie2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92144,7 +92144,7 @@ item_db: (
Id: 12543
AegisName: "Fortune_Cookie3"
Name: "Fortune Cookie3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92162,7 +92162,7 @@ item_db: (
Id: 12544
AegisName: "Mystic_Tree_Branch"
Name: "Mystic Tree Branch"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92170,7 +92170,7 @@ item_db: (
Id: 12545
AegisName: "Lucky_Egg_C5"
Name: "Fortune Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92188,7 +92188,7 @@ item_db: (
Id: 12546
AegisName: "Suspicious_Dish"
Name: "Dark matter"
- Type: 2
+ Type: "IT_USABLE"
Buy: 100
Weight: 50
Script: <" sc_start SC_POISON,12000,0; ">
@@ -92197,14 +92197,14 @@ item_db: (
Id: 12547
AegisName: "Chalcenodny_Box"
Name: "Chalcenodny Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 200
},
{
Id: 12548
AegisName: "Buy_Market_Permit2"
Name: "Black Market Bulk Buyer Shop License"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" buyingstore 2; ">
@@ -92213,7 +92213,7 @@ item_db: (
Id: 12549
AegisName: "White_Slim_Pot_Box2"
Name: "White Slim Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -92229,7 +92229,7 @@ item_db: (
Id: 12550
AegisName: "Poison_Bottle_Box2"
Name: "Poison Bottle Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -92245,21 +92245,21 @@ item_db: (
Id: 12551
AegisName: "MVP_Tele_Scroll"
Name: "MVP Tele Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12552
AegisName: "Quest_Tele_Scroll"
Name: "Quest Tele Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12553
AegisName: "Brysinggamen_Piece_Box"
Name: "Brysinggamen Keep Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92267,7 +92267,7 @@ item_db: (
Id: 12554
AegisName: "Asprika_Piece_Box"
Name: "Asprika Piece Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92275,7 +92275,7 @@ item_db: (
Id: 12555
AegisName: "Brynhild_Piece_Box"
Name: "Brynhild Piece Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92283,7 +92283,7 @@ item_db: (
Id: 12556
AegisName: "Sleipnir_Piece_Box"
Name: "Sleipnir Keep Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92291,7 +92291,7 @@ item_db: (
Id: 12557
AegisName: "Mjolnir_Piece_Box"
Name: "Mjolnir Keep Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92299,7 +92299,7 @@ item_db: (
Id: 12558
AegisName: "Magingiorde_Piece_Box"
Name: "Magingiorde Keep Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92307,7 +92307,7 @@ item_db: (
Id: 12559
AegisName: "Tenkaippin_Strong"
Name: "Tenkaippin Strong"
- Type: 2
+ Type: "IT_USABLE"
Buy: 650
Weight: 200
},
@@ -92315,7 +92315,7 @@ item_db: (
Id: 12560
AegisName: "Tenkaippin_Clean"
Name: "Tenkaippin Clean"
- Type: 2
+ Type: "IT_USABLE"
Buy: 650
Weight: 200
},
@@ -92323,7 +92323,7 @@ item_db: (
Id: 12561
AegisName: "Mysterious_Seed"
Name: "Mysterious Seed"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
BuyingStore: true
@@ -92333,7 +92333,7 @@ item_db: (
Id: 12562
AegisName: "Bubble_Gum_Plus"
Name: "Bubble Gum Plus"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -92341,7 +92341,7 @@ item_db: (
Id: 12563
AegisName: "BM75"
Name: "BM75"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
},
@@ -92349,7 +92349,7 @@ item_db: (
Id: 12564
AegisName: "3D_Glasses_Box"
Name: "3D Glasses Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -92357,7 +92357,7 @@ item_db: (
Id: 12565
AegisName: "Cheer_Scarf_Box"
Name: "Cheering scarf Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92374,7 +92374,7 @@ item_db: (
Id: 12566
AegisName: "Cheer_Scarf2_Box"
Name: "Cheering scarf II Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92391,7 +92391,7 @@ item_db: (
Id: 12567
AegisName: "Cheer_Scarf3_Box"
Name: "Cheering scarf III Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92408,7 +92408,7 @@ item_db: (
Id: 12568
AegisName: "Cheer_Scarf4_Box"
Name: "Cheering scarf IV Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92425,7 +92425,7 @@ item_db: (
Id: 12569
AegisName: "Cheer_Scarf6_Box"
Name: "Cheering scarf VI Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92442,7 +92442,7 @@ item_db: (
Id: 12570
AegisName: "Cheer_Scarf8_Box"
Name: "Cheering scarf VIII Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92459,7 +92459,7 @@ item_db: (
Id: 12571
AegisName: "Cheer_Scarf10_Box"
Name: "Cheering scarf X Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92476,7 +92476,7 @@ item_db: (
Id: 12572
AegisName: "Cheer_Scarf10_Box2"
Name: "Cheering scarf X Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92493,7 +92493,7 @@ item_db: (
Id: 12573
AegisName: "Fruit_Basket"
Name: "Fruit Basket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
Script: <" packageitem(); ">
@@ -92502,7 +92502,7 @@ item_db: (
Id: 12574
AegisName: "Mora_Berry"
Name: "Mora Berry"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
EquipLv: 120
BuyingStore: true
@@ -92516,7 +92516,7 @@ item_db: (
Id: 12575
AegisName: "Arrow_Of_Elf_Cntr"
Name: "Elf's Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 500
Weight: 250
EquipLv: 100
@@ -92527,7 +92527,7 @@ item_db: (
Id: 12576
AegisName: "Hunting_Arrow_Cntr"
Name: "Hunting Arrow Quiver"
- Type: 2
+ Type: "IT_USABLE"
Buy: 500
Weight: 250
BuyingStore: true
@@ -92537,7 +92537,7 @@ item_db: (
Id: 12577
AegisName: "Lucky_Egg_C6"
Name: "Fortune Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92555,7 +92555,7 @@ item_db: (
Id: 12578
AegisName: "Rapid_Life_Water"
Name: "Rapid Water"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92575,7 +92575,7 @@ item_db: (
Id: 12579
AegisName: "Ring_Of_Valkyrie_Box"
Name: "Ring of The Valkyrie Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -92592,7 +92592,7 @@ item_db: (
Id: 12580
AegisName: "Vending_Search_Scroll"
Name: "Window Shopper Catalogue"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" searchstores 10,0; ">
},
@@ -92600,7 +92600,7 @@ item_db: (
Id: 12581
AegisName: "Vending_Search_Scroll2"
Name: "Bargain Hunter's Catalogue"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92617,14 +92617,14 @@ item_db: (
Id: 12582
AegisName: "Siege_Supply_Box"
Name: "WoE Supply Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 100
},
{
Id: 12583
AegisName: "PR_Team_Box"
Name: "Public Relations box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -92642,7 +92642,7 @@ item_db: (
Id: 12584
AegisName: "Develop_Team_box"
Name: "Development Team box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -92660,7 +92660,7 @@ item_db: (
Id: 12585
AegisName: "Marketing_Team_Box"
Name: "Marketing Team box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -92678,7 +92678,7 @@ item_db: (
Id: 12586
AegisName: "Operating_Team_Box"
Name: "Operation Team box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -92696,7 +92696,7 @@ item_db: (
Id: 12587
AegisName: "Summer_Night_box"
Name: "A Summer Night's Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -92714,7 +92714,7 @@ item_db: (
Id: 12591
AegisName: "Uni_Catalog_Bz"
Name: "Black Market Catalogue"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -92731,7 +92731,7 @@ item_db: (
Id: 12592
AegisName: "Cyclops_Box1"
Name: "Cyclops Box1"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -92739,7 +92739,7 @@ item_db: (
Id: 12593
AegisName: "Cyclops_Box2"
Name: "Cyclops Box2"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -92747,7 +92747,7 @@ item_db: (
Id: 12594
AegisName: "Cyclops_Box3"
Name: "Cyclops Box3"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -92755,7 +92755,7 @@ item_db: (
Id: 12595
AegisName: "Lucky_Egg_C7"
Name: "Incarnation Of Morocc Doll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -92772,7 +92772,7 @@ item_db: (
Id: 12596
AegisName: "Magic_Candy"
Name: "Magic Candy"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Delay: 180000
Trade: {
@@ -92793,7 +92793,7 @@ item_db: (
Id: 12597
AegisName: "Opor_Ayam"
Name: "Opor Ayam"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 150
},
@@ -92801,7 +92801,7 @@ item_db: (
Id: 12598
AegisName: "Dendeng_Balado"
Name: "Dendeng Balado"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 150
},
@@ -92809,7 +92809,7 @@ item_db: (
Id: 12599
AegisName: "Kurma"
Name: "Kurma"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 100
},
@@ -92817,7 +92817,7 @@ item_db: (
Id: 12600
AegisName: "Treasure_Box_Scroll"
Name: "Treasure Chest Summoned"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -92833,7 +92833,7 @@ item_db: (
Id: 12601
AegisName: "Cold_Watermelon_Juice"
Name: "Fresh Watermelon Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 20
Weight: 100
Script: <" percentheal 5,5; ">
@@ -92842,7 +92842,7 @@ item_db: (
Id: 12602
AegisName: "Special_Box1"
Name: "Special Box I"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 100
Weight: 100
},
@@ -92850,7 +92850,7 @@ item_db: (
Id: 12603
AegisName: "Special_Box2"
Name: "Special Box II"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 100
Weight: 100
},
@@ -92858,7 +92858,7 @@ item_db: (
Id: 12604
AegisName: "Special_Box3"
Name: "Special Box III"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 100
Weight: 100
},
@@ -92866,7 +92866,7 @@ item_db: (
Id: 12605
AegisName: "Special_Box4"
Name: "Special Box IV"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 100
Weight: 100
},
@@ -92874,7 +92874,7 @@ item_db: (
Id: 12606
AegisName: "Special_Box5"
Name: "Special Box V"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 100
Weight: 100
},
@@ -92882,7 +92882,7 @@ item_db: (
Id: 12607
AegisName: "Lolli_Pop_Box"
Name: "Delicious Lollipop Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -92900,7 +92900,7 @@ item_db: (
Id: 12608
AegisName: "Splendid_Box2"
Name: "Splendid Box2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Script: <" packageitem(); ">
@@ -92909,7 +92909,7 @@ item_db: (
Id: 12609
AegisName: "Old_Ore_Box"
Name: "Old Ore Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Script: <" packageitem(); ">
@@ -92918,7 +92918,7 @@ item_db: (
Id: 12612
AegisName: "Old_Coin_Pocket"
Name: "Shabby Coin Bag"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92927,7 +92927,7 @@ item_db: (
Id: 12613
AegisName: "High_Coin_Pocket"
Name: "Premium Coin Bag"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92936,7 +92936,7 @@ item_db: (
Id: 12614
AegisName: "Mid_Coin_Pocket"
Name: "Normal Coin Bag"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92945,7 +92945,7 @@ item_db: (
Id: 12615
AegisName: "Low_Coin_Pocket"
Name: "Poor Coin Bag"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92954,7 +92954,7 @@ item_db: (
Id: 12616
AegisName: "Sgrade_Pocket"
Name: "S Grade Coin Bag"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92963,7 +92963,7 @@ item_db: (
Id: 12617
AegisName: "Agrade_Pocket"
Name: "Agrade Pocket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92972,7 +92972,7 @@ item_db: (
Id: 12618
AegisName: "Bgrade_Pocket"
Name: "Bgrade Pocket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92981,7 +92981,7 @@ item_db: (
Id: 12619
AegisName: "Cgrade_Pocket"
Name: "Cgrade Pocket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92990,7 +92990,7 @@ item_db: (
Id: 12620
AegisName: "Dgrade_Pocket"
Name: "Dgrade Pocket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -92999,7 +92999,7 @@ item_db: (
Id: 12621
AegisName: "Egrade_Pocket"
Name: "Egrade Pocket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -93008,7 +93008,7 @@ item_db: (
Id: 12622
AegisName: "Boarding_Halter"
Name: "Halter Lead"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Delay: 3000
Trade: {
@@ -93027,7 +93027,7 @@ item_db: (
Id: 12623
AegisName: "High_Weapon_Box"
Name: "High Weapon Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" getrandgroupitem 12623,1; ">
@@ -93036,7 +93036,7 @@ item_db: (
Id: 12624
AegisName: "Delicious_Jelly"
Name: "Delicious Jelly"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Script: <" percentheal 3,3; ">
},
@@ -93044,7 +93044,7 @@ item_db: (
Id: 12625
AegisName: "Sapa_Feat_Cert_Pack"
Name: "Proof Of Sapha's Honor Package"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -93059,7 +93059,7 @@ item_db: (
Id: 12626
AegisName: "Wander_Man_Scroll"
Name: "Wanderman Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_WANDER_MAN, 1800000; ">
@@ -93068,7 +93068,7 @@ item_db: (
Id: 12627
AegisName: "Wicked_Nymph_Scroll"
Name: "Wicked Nymph Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_WICKED_NYMPH, 1800000; ">
@@ -93077,7 +93077,7 @@ item_db: (
Id: 12628
AegisName: "Kasa_Scroll"
Name: "Kasa Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_KASA, 1800000; ">
@@ -93086,7 +93086,7 @@ item_db: (
Id: 12629
AegisName: "Salamander_Scroll"
Name: "Salamander Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_SALAMANDER, 1800000; ">
@@ -93095,7 +93095,7 @@ item_db: (
Id: 12630
AegisName: "Teddy_Bear_Scroll"
Name: "Teddy Bear Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_TEDDY_BEAR, 1800000; ">
@@ -93104,19 +93104,19 @@ item_db: (
Id: 12631
AegisName: "Macro_Stone_A"
Name: "Stone (1Hour)"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12632
AegisName: "Macro_Stone_B"
Name: "Stone (1Hour)"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12633
AegisName: "Malang_Cat_Can"
Name: "Malang Cat Can"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
Trade: {
nodrop: true
@@ -93136,7 +93136,7 @@ item_db: (
Id: 12636
AegisName: "Malang_Sp_Can"
Name: "Malang Sp Can"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -93152,7 +93152,7 @@ item_db: (
Id: 12637
AegisName: "Gong_Bug_Pocket"
Name: "Gong Bug Pocket"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93170,7 +93170,7 @@ item_db: (
Id: 12638
AegisName: "Dried_Squid_Box"
Name: "Dried Squid Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 2000
Trade: {
@@ -93188,7 +93188,7 @@ item_db: (
Id: 12639
AegisName: "Flying_Fish_Box"
Name: "Flying Fish Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 2000
Trade: {
@@ -93206,7 +93206,7 @@ item_db: (
Id: 12640
AegisName: "Starfish_Box"
Name: "Starfish Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 500
Trade: {
@@ -93224,7 +93224,7 @@ item_db: (
Id: 12641
AegisName: "Lucky_Egg_C8"
Name: "New Recruit Pack"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93241,7 +93241,7 @@ item_db: (
Id: 12642
AegisName: "Fruit_Of_Mastela_Box2"
Name: "Mastela Fruit 100 Box"
- Type: 0
+ Type: "IT_HEALING"
Trade: {
nodrop: true
notrade: true
@@ -93257,14 +93257,14 @@ item_db: (
Id: 12643
AegisName: "E_Coin_Pack50"
Name: "E Coin Pack50"
- Type: 2
+ Type: "IT_USABLE"
Script: <" getitem Egrade_Coin, 50; ">
},
{
Id: 12644
AegisName: "PCBang_Coupon_Box4"
Name: "PCRoom Coupon Box IV"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93281,7 +93281,7 @@ item_db: (
Id: 12645
AegisName: "J_Aspersio_5_Scroll_C"
Name: "Sacred Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
Trade: {
@@ -93298,7 +93298,7 @@ item_db: (
Id: 12646
AegisName: "Takoyaki"
Name: "Fired Octopus"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 30
Script:<"
@@ -93311,7 +93311,7 @@ item_db: (
Id: 12647
AegisName: "Ink_Ball"
Name: "See Ink"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 30
},
@@ -93319,7 +93319,7 @@ item_db: (
Id: 12648
AegisName: "Special_Potion_Set"
Name: "Comprehensive Set Of Potions"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 100
Script: <"
@@ -93333,7 +93333,7 @@ item_db: (
Id: 12649
AegisName: "Lv70_Imperial_Gift"
Name: "Level 70 Bounty"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93359,7 +93359,7 @@ item_db: (
Id: 12650
AegisName: "Lv90_Imperial_Gift"
Name: "Level 90 Bounty"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93378,7 +93378,7 @@ item_db: (
Id: 12651
AegisName: "Lv110_Imperial_Gift"
Name: "Level 110 Bounty"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93402,7 +93402,7 @@ item_db: (
Id: 12652
AegisName: "Lv130_Imperial_Gift"
Name: "Level 130 Bounty"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93421,7 +93421,7 @@ item_db: (
Id: 12653
AegisName: "Lv150_Imperial_Gift"
Name: "Level 150 Bounty"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -93445,7 +93445,7 @@ item_db: (
Id: 12654
AegisName: "Lucky_Egg_C9"
Name: "Recruit's Mount Gift"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93462,7 +93462,7 @@ item_db: (
Id: 12655
AegisName: "Brain_Powder"
Name: "Brain Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2000
Weight: 100
},
@@ -93470,7 +93470,7 @@ item_db: (
Id: 12656
AegisName: "Magical_Powder"
Name: "Magical Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 3000
Weight: 200
},
@@ -93478,7 +93478,7 @@ item_db: (
Id: 12657
AegisName: "Madness_Powder"
Name: "Madness Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 4000
Weight: 300
},
@@ -93486,7 +93486,7 @@ item_db: (
Id: 12658
AegisName: "Trans_Scroll_Devi"
Name: "Transformation Scroll(Deviruchi)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93508,7 +93508,7 @@ item_db: (
Id: 12659
AegisName: "Trans_Scroll_Ray_Arch"
Name: "Transformation Scroll(Raydric)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93530,7 +93530,7 @@ item_db: (
Id: 12660
AegisName: "Trans_Scroll_Mavka"
Name: "Transformation Scroll(Mavka)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93552,7 +93552,7 @@ item_db: (
Id: 12661
AegisName: "Trans_Scroll_Marduk"
Name: "Transformation Scroll(Marduk)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93574,7 +93574,7 @@ item_db: (
Id: 12662
AegisName: "Trans_Scroll_Banshee"
Name: "Transformation Scroll(Banshee)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93596,7 +93596,7 @@ item_db: (
Id: 12663
AegisName: "Trans_Scroll_Poring"
Name: "Transformation Scroll(Poring)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93618,7 +93618,7 @@ item_db: (
Id: 12664
AegisName: "Trans_Scroll_Golem"
Name: "Transformation Scroll(Golem)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93640,13 +93640,13 @@ item_db: (
Id: 12665
AegisName: "Grovel_Buff"
Name: "Grovel Buff"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12666
AegisName: "Thai_Perfume_MATK"
Name: "Thai Perfume(MATK)"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -93654,7 +93654,7 @@ item_db: (
Id: 12667
AegisName: "Thai_Perfume_ATK"
Name: "Thai Perfume(ATK)"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -93662,7 +93662,7 @@ item_db: (
Id: 12668
AegisName: "Thai_Perfume_ASPD"
Name: "Thai Perfume(ASPD)"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -93670,7 +93670,7 @@ item_db: (
Id: 12669
AegisName: "Thai_Perfume_CAST"
Name: "Thai Perfume(CAST)"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -93678,7 +93678,7 @@ item_db: (
Id: 12670
AegisName: "Beast_Powder"
Name: "Beast Powder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 100
},
@@ -93686,7 +93686,7 @@ item_db: (
Id: 12671
AegisName: "99lv_Battle_Manual"
Name: "99lv Battle Manual"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -93694,7 +93694,7 @@ item_db: (
Id: 12672
AegisName: "Start_New_Box"
Name: "Start New Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93717,7 +93717,7 @@ item_db: (
Id: 12673
AegisName: "Lucky_Egg_C10"
Name: "Lucky Egg C10"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93734,7 +93734,7 @@ item_db: (
Id: 12674
AegisName: "God_Material_Box"
Name: "God Material Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 500
},
@@ -93742,7 +93742,7 @@ item_db: (
Id: 12675
AegisName: "Sg_Weapon_Supply_Box"
Name: "Siege Weapon Supply Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 500
Script: <" getrandgroupitem Sg_Weapon_Supply_Box,1; ">
@@ -93751,7 +93751,7 @@ item_db: (
Id: 12676
AegisName: "Sg_Violet_Potion_Box"
Name: "Siege Violet Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
Script: <" getitem Woe_Violet_Potion, 50; ">
@@ -93760,7 +93760,7 @@ item_db: (
Id: 12677
AegisName: "Siege_Arrow_Quiver_S"
Name: "Siege Arrow Quiver S"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
EquipLv: 130
@@ -93770,7 +93770,7 @@ item_db: (
Id: 12678
AegisName: "Siege_Arrow_Quiver_A"
Name: "Siege Arrow Quiver A"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
EquipLv: 95
@@ -93780,7 +93780,7 @@ item_db: (
Id: 12679
AegisName: "Sg_White_Potion_Box"
Name: "Siege White Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
Script: <" getitem Woe_White_Potion, 30; ">
@@ -93789,7 +93789,7 @@ item_db: (
Id: 12680
AegisName: "Sg_Blue_Potion_Box"
Name: "Siege Blue Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
Script: <" getitem Woe_Blue_Potion, 10; ">
@@ -93798,21 +93798,21 @@ item_db: (
Id: 12681
AegisName: "Nestea_Lemon"
Name: "Nestea Lemon"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
},
{
Id: 12682
AegisName: "Nestea_Blacktea"
Name: "Nestea Black Tea"
- Type: 2
+ Type: "IT_USABLE"
Weight: 30
},
{
Id: 12683
AegisName: "Sg_Vi_Potion_Box200"
Name: "Siege Violet Potion Box (200)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 200
Script: <" getitem Woe_Violet_Potion, 200; ">
@@ -93821,7 +93821,7 @@ item_db: (
Id: 12684
AegisName: "ASPD_Potion"
Name: "ASPD Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -93837,7 +93837,7 @@ item_db: (
Id: 12685
AegisName: "Gryphon_Egg_Scroll"
Name: "Gryphon Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -93854,35 +93854,35 @@ item_db: (
Id: 12686
AegisName: "Str_Dish20"
Name: "Str Dish20"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12687
AegisName: "Int_Dish20"
Name: "Int Dish20"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12688
AegisName: "Vit_Dish20"
Name: "Vit Dish20"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12689
AegisName: "Dex_Dish20"
Name: "Dex Dish20"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12690
AegisName: "Old_C_Album_Helm"
Name: "Headgear Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93890,7 +93890,7 @@ item_db: (
Id: 12691
AegisName: "Old_C_Album_Armor"
Name: "Armor Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93898,7 +93898,7 @@ item_db: (
Id: 12692
AegisName: "Old_C_Album_Shield"
Name: "Shield Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93906,7 +93906,7 @@ item_db: (
Id: 12693
AegisName: "Old_C_Album_Garment"
Name: "Garment Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93914,7 +93914,7 @@ item_db: (
Id: 12694
AegisName: "Old_C_Album_Shoes"
Name: "Shoes Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93922,7 +93922,7 @@ item_db: (
Id: 12695
AegisName: "Old_C_Album_Acc"
Name: "Accessory Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93930,7 +93930,7 @@ item_db: (
Id: 12696
AegisName: "RWC_Cele_Fire"
Name: "RWC Celebration Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" sc_start2 SC_2011RWC, 10000, 3, 5; ">
},
@@ -93938,7 +93938,7 @@ item_db: (
Id: 12697
AegisName: "RWC_Cele_Fire2"
Name: "RWC Celebration Firecracker 2"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" sc_start2 SC_2011RWC, 10000, 3, 5; ">
},
@@ -93946,7 +93946,7 @@ item_db: (
Id: 12698
AegisName: "Old_C_Album_Weapon"
Name: "Weapon Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
},
@@ -93954,7 +93954,7 @@ item_db: (
Id: 12699
AegisName: "Tikbalang_Belt"
Name: "Tikbalang Harness"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 50
Script: <" pet TIKBALANG; ">
@@ -93963,7 +93963,7 @@ item_db: (
Id: 12700
AegisName: "Insideout_Shirt"
Name: "Inside-out Shirt"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" warp "malaya",242,211; ">
@@ -93972,14 +93972,14 @@ item_db: (
Id: 12701
AegisName: "Old_Blue_Box_F"
Name: "Old Blue Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12702
AegisName: "Old_Bleu_Box"
Name: "Old Blue Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 200
Trade: {
notrade: true
@@ -93997,14 +93997,14 @@ item_db: (
Id: 12703
AegisName: "Holy_Egg_2"
Name: "Holy Egg"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 50
},
{
Id: 12704
AegisName: "Elixir_Of_Life"
Name: "Elixir of Life"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
EquipLv: 85
Trade: {
@@ -94022,7 +94022,7 @@ item_db: (
Id: 12705
AegisName: "Noble_Nameplate"
Name: "Noble Nameplate"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
EquipLv: 90
Trade: {
@@ -94040,7 +94040,7 @@ item_db: (
Id: 12706
AegisName: "Lucky_Cookie01"
Name: "Lucky Cookie"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 100
Nouse: {
sitting: true
@@ -94051,7 +94051,7 @@ item_db: (
Id: 12707
AegisName: "Lucky_Cookie02"
Name: "Lucky Cookie"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 100
Nouse: {
sitting: true
@@ -94062,7 +94062,7 @@ item_db: (
Id: 12708
AegisName: "Lucky_Cookie03"
Name: "Lucky Cookie"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 100
Nouse: {
sitting: true
@@ -94073,7 +94073,7 @@ item_db: (
Id: 12709
AegisName: "Guyak_Candy"
Name: "Guyak Candy"
- Type: 0
+ Type: "IT_HEALING"
Weight: 150
Script: <" percentheal 30,30; ">
},
@@ -94081,7 +94081,7 @@ item_db: (
Id: 12710
AegisName: "Guyak_Pudding"
Name: "Guyak Pudding"
- Type: 2
+ Type: "IT_USABLE"
Weight: 200
Script: <" sc_start SC_MOVHASTE_POTION, 300000, 100; ">
},
@@ -94089,7 +94089,7 @@ item_db: (
Id: 12711
AegisName: "Pretzel"
Name: "Pretzel"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
EquipLv: 50
@@ -94099,7 +94099,7 @@ item_db: (
Id: 12712
AegisName: "Green_Beer"
Name: "Green Beer"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 100
EquipLv: 50
@@ -94109,7 +94109,7 @@ item_db: (
Id: 12713
AegisName: "Monster_Extract"
Name: "Monster Extract"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -94117,7 +94117,7 @@ item_db: (
Id: 12714
AegisName: "Easter_Scroll"
Name: "Easter Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1
Weight: 10
Trade: {
@@ -94134,7 +94134,7 @@ item_db: (
Id: 12715
AegisName: "Black_Treasure_Box"
Name: "Black Treasure Chest"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -94150,7 +94150,7 @@ item_db: (
Id: 12716
AegisName: "Indian_Rice_Cake"
Name: "Indian Rice Cake"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
@@ -94159,13 +94159,13 @@ item_db: (
Id: 12717
AegisName: "Poison_Paralysis"
Name: "Paralysis"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94176,13 +94176,13 @@ item_db: (
Id: 12718
AegisName: "Poison_Leech"
Name: "Leech End"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94193,13 +94193,13 @@ item_db: (
Id: 12719
AegisName: "Poison_Oblivion"
Name: "Oblivion Curse"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94210,13 +94210,13 @@ item_db: (
Id: 12720
AegisName: "Poison_Contamination"
Name: "Death Hurt"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94227,13 +94227,13 @@ item_db: (
Id: 12721
AegisName: "Poison_Numb"
Name: "Toxin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94244,13 +94244,13 @@ item_db: (
Id: 12722
AegisName: "Poison_Fever"
Name: "Pyrexia"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94261,13 +94261,13 @@ item_db: (
Id: 12723
AegisName: "Poison_Laughing"
Name: "Magic Mushroom"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94278,13 +94278,13 @@ item_db: (
Id: 12724
AegisName: "Poison_Fatigue"
Name: "Venom Bleed"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 20
Job: {
Assassin: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
BuyingStore: true
Script: <"
specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
@@ -94297,13 +94297,13 @@ item_db: (
Id: 12725
AegisName: "Runstone_Nosiege"
Name: "Nosiege Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Delay: 120000
Trade: {
nodrop: true
@@ -94324,13 +94324,13 @@ item_db: (
Id: 12726
AegisName: "Runstone_Rhydo"
Name: "Rhydo Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Delay: 30000
Trade: {
nodrop: true
@@ -94351,13 +94351,13 @@ item_db: (
Id: 12727
AegisName: "Runstone_Verkana"
Name: "Verkana Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Delay: 60000
Trade: {
nodrop: true
@@ -94378,13 +94378,13 @@ item_db: (
Id: 12728
AegisName: "Runstone_Isia"
Name: "Isia Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Trade: {
nodrop: true
notrade: true
@@ -94404,13 +94404,13 @@ item_db: (
Id: 12729
AegisName: "Runstone_Asir"
Name: "Asir Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Trade: {
nodrop: true
notrade: true
@@ -94430,13 +94430,13 @@ item_db: (
Id: 12730
AegisName: "Runstone_Urj"
Name: "Urj Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Trade: {
nodrop: true
notrade: true
@@ -94456,13 +94456,13 @@ item_db: (
Id: 12731
AegisName: "Runstone_Turisus"
Name: "Turisus Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Trade: {
nodrop: true
notrade: true
@@ -94482,13 +94482,13 @@ item_db: (
Id: 12732
AegisName: "Runstone_Pertz"
Name: "Pertz Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Delay: 1000
Trade: {
nodrop: true
@@ -94509,13 +94509,13 @@ item_db: (
Id: 12733
AegisName: "Runstone_Hagalas"
Name: "Hagalas Runestone"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Trade: {
nodrop: true
notrade: true
@@ -94537,7 +94537,7 @@ item_db: (
Id: 12734
AegisName: "Runstone_Quality"
Name: "Quality Rough Runestone"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -94547,7 +94547,7 @@ item_db: (
Id: 12735
AegisName: "Runstone_Ancient"
Name: "Ancient Rough Runestone"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -94557,7 +94557,7 @@ item_db: (
Id: 12736
AegisName: "Runstone_Mystic"
Name: "Mystic Rough Runestone"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -94567,7 +94567,7 @@ item_db: (
Id: 12737
AegisName: "Runstone_Ordinary"
Name: "General Rough Runestone"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -94577,7 +94577,7 @@ item_db: (
Id: 12738
AegisName: "Runstone_Rare"
Name: "Rare Rough Runestone"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 100
BuyingStore: true
@@ -94589,7 +94589,7 @@ item_db: (
Id: 12739
AegisName: "Snow_Flower"
Name: "Snow Flower"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" percentheal 10,10; ">
},
@@ -94597,7 +94597,7 @@ item_db: (
Id: 12740
AegisName: "Inc_Str_Scroll"
Name: "Amplification Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1
Trade: {
nodrop: true
@@ -94618,7 +94618,7 @@ item_db: (
Id: 12741
AegisName: "Inc_Int_Scroll"
Name: "Intellect Amplification Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1
Trade: {
nodrop: true
@@ -94639,28 +94639,28 @@ item_db: (
Id: 12742
AegisName: "Valentine_Gift_Box1"
Name: "Valentine Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" getitem Valentine_Gold_Ring,1; ">
},
{
Id: 12743
AegisName: "Valentine_Gift_Box2"
Name: "Valentine Gift Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" getitem Valentine_Silver_Ring,1; ">
},
{
Id: 12744
AegisName: "Chocotate_Box"
Name: "Chocolate Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" getitem Chocolate,1; ">
},
{
Id: 12745
AegisName: "Skull_Scroll"
Name: "Skull Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -94679,7 +94679,7 @@ item_db: (
Id: 12746
AegisName: "Destruction_Scroll"
Name: "Destruction Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_DISTRUCTIONSCROLL,1800000,5; ">
@@ -94688,7 +94688,7 @@ item_db: (
Id: 12747
AegisName: "Royal_Scroll"
Name: "Royal Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_ROYALSCROLL,1800000,5; ">
@@ -94697,7 +94697,7 @@ item_db: (
Id: 12748
AegisName: "Immune_Scroll"
Name: "Immune Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_IMMUNITYSCROLL,1800000,5; ">
@@ -94706,7 +94706,7 @@ item_db: (
Id: 12749
AegisName: "Mystic_Scroll"
Name: "Mystic Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_MYSTICSCROLL,1800000,5; ">
@@ -94715,7 +94715,7 @@ item_db: (
Id: 12750
AegisName: "Battle_Scroll"
Name: "Battle Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_BATTLESCROLL,1800000,5; ">
@@ -94724,7 +94724,7 @@ item_db: (
Id: 12751
AegisName: "Armor_Scroll"
Name: "Armor Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start2 SC_ARMORSCROLL,1800000,5,10; ">
@@ -94733,7 +94733,7 @@ item_db: (
Id: 12752
AegisName: "Prayer_Scroll"
Name: "Prayer Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start2 SC_FREYJASCROLL,1800000,5,10; ">
@@ -94742,7 +94742,7 @@ item_db: (
Id: 12753
AegisName: "Soul_Scroll"
Name: "Soul Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_SOULSCROLL,1800000,5; ">
@@ -94751,7 +94751,7 @@ item_db: (
Id: 12754
AegisName: "New_Year_Bun"
Name: "New Year Bun"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" percentheal 50,50; ">
},
@@ -94759,7 +94759,7 @@ item_db: (
Id: 12755
AegisName: "Traditional_Firecrack"
Name: "Traditional Firecrack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Script: <"
@@ -94772,7 +94772,7 @@ item_db: (
Id: 12756
AegisName: "New_Gift_Envelope"
Name: "New Gift Envelope"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Script: <" packageitem(); ">
@@ -94781,28 +94781,28 @@ item_db: (
Id: 12757
AegisName: "Loyal_Ring1_Box"
Name: "Loyal Ring1 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
},
{
Id: 12758
AegisName: "Loyal_Ring2_Box"
Name: "Loyal Ring2 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
},
{
Id: 12759
AegisName: "Loyal_Ring3_Box"
Name: "Loyal Ring3 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
},
{
Id: 12760
AegisName: "Bubble_Gum_Green"
Name: "Bubble Gum Green"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -94810,7 +94810,7 @@ item_db: (
Id: 12761
AegisName: "Bubble_Gum_Yellow"
Name: "Bubble Gum Yellow"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -94818,7 +94818,7 @@ item_db: (
Id: 12762
AegisName: "Bubble_Gum_Orange"
Name: "Bubble Gum Orange"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -94826,7 +94826,7 @@ item_db: (
Id: 12763
AegisName: "Bubble_Gum_Red"
Name: "Bubble Gum Red"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -94834,13 +94834,13 @@ item_db: (
Id: 12764
AegisName: "Fools_Day_Box_Tw"
Name: "Fools Day Box Tw"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12765
AegisName: "Summer_Knight_Box"
Name: "Summer Knight Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -94848,7 +94848,7 @@ item_db: (
Id: 12766
AegisName: "Reward_Job_BM25"
Name: "JOB Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -94866,62 +94866,62 @@ item_db: (
Id: 12767
AegisName: "Passion_FB_Hat_Box"
Name: "Passion FB Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12768
AegisName: "Cool_FB_Hat_Box"
Name: "Cool FB Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12769
AegisName: "Victory_FB_Hat_Box"
Name: "Victory FB Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12770
AegisName: "Glory_FB_Hat_Box"
Name: "Glory FB Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12771
AegisName: "Passion_Hat_Box2"
Name: "Passion Hat Box2"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12772
AegisName: "Cool_Hat_Box2"
Name: "Cool Hat Box2"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12773
AegisName: "Victory_Hat_Box2"
Name: "Victory Hat Box2"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 12774
AegisName: "Empty_Potion_Bottle"
Name: "Empty Potion Bottle"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 12775
AegisName: "Ancient_Spirit_Agimat"
Name: "Greater Agimat of Ancient Spirit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 600
Script: <"
@@ -94933,21 +94933,21 @@ item_db: (
Id: 12776
AegisName: "Agi_Dish20"
Name: "Agi Dish20"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12777
AegisName: "Luk_Dish20"
Name: "Luk Dish20"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
},
{
Id: 12778
AegisName: "Bapho_Jr_Scroll"
Name: "Baphomet Jr Ally Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_BAPHOMET, 1800000; ">
@@ -94956,7 +94956,7 @@ item_db: (
Id: 12779
AegisName: "Galapago_Scroll"
Name: "Galapago Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create M_GALAPAGO, 1800000; ">
@@ -94965,37 +94965,37 @@ item_db: (
Id: 12780
AegisName: "10M_Zeny_Check"
Name: "10M Zeny Check"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12781
AegisName: "1M_Zeny_Check"
Name: "1M Zeny Check"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12782
AegisName: "100T_Zeny_Check"
Name: "100T Zeny Check"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12783
AegisName: "10000_Zeny_Check"
Name: "10000 Zeny Check"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12784
AegisName: "1000_Zeny_Check"
Name: "1000 Zeny Check"
- Type: 11
+ Type: "IT_DELAYCONSUME"
},
{
Id: 12785
AegisName: "Dragon_Egg_Scroll"
Name: "Dragon Egg"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -95012,7 +95012,7 @@ item_db: (
Id: 12786
AegisName: "Change_Slot_Card"
Name: "Character Position Change Coupon"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -95028,7 +95028,7 @@ item_db: (
Id: 12787
AegisName: "Diabolic_Scroll"
Name: "Diabolic Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_DIABOLIC, 1800000; ">
@@ -95037,7 +95037,7 @@ item_db: (
Id: 12788
AegisName: "No100_Firecracker"
Name: "No100 Firecracker"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 20
},
@@ -95045,7 +95045,7 @@ item_db: (
Id: 12789
AegisName: "Juicy_Fruit"
Name: "Juicy Fruit"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
},
@@ -95053,7 +95053,7 @@ item_db: (
Id: 12790
AegisName: "Change_Name_Card"
Name: "Name Change Coupon"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -95069,7 +95069,7 @@ item_db: (
Id: 12791
AegisName: "Combat_Pill"
Name: "Magic Battle Serum"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 150
Script: <"
@@ -95081,7 +95081,7 @@ item_db: (
Id: 12792
AegisName: "P_Combat_Pill"
Name: "Advanced Magic Battle Serum"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 150
Script: <"
@@ -95093,7 +95093,7 @@ item_db: (
Id: 12793
AegisName: "Combat_Pill_Box10"
Name: "Magic Battle Serum Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Script: <" getitem Combat_Pill, 10; ">
},
@@ -95101,7 +95101,7 @@ item_db: (
Id: 12794
AegisName: "P_Combat_Pill_Box10"
Name: "Advanced Magic Battle Serum Box"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Script: <" getitem P_Combat_Pill, 10; ">
},
@@ -95109,7 +95109,7 @@ item_db: (
Id: 12795
AegisName: "2011_RWC_Scroll_Kr"
Name: "2011 RWC Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -95126,7 +95126,7 @@ item_db: (
Id: 12796
AegisName: "Red_Booster"
Name: "Red Boost"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Trade: {
@@ -95146,7 +95146,7 @@ item_db: (
Id: 12797
AegisName: "Wish_Maiden_Scroll"
Name: "Wish Maiden Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_WISH_MAIDEN, 1800000; ">
@@ -95155,7 +95155,7 @@ item_db: (
Id: 12798
AegisName: "Zealotus_Scroll"
Name: "Zealotus Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_ZHERLTHSH, 1800000; ">
@@ -95164,7 +95164,7 @@ item_db: (
Id: 12800
AegisName: "Ktullanux_Scroll"
Name: "Ktullanux Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_KTULLANUX, 1800000; ">
@@ -95173,7 +95173,7 @@ item_db: (
Id: 12801
AegisName: "Eddga_Scroll"
Name: "Eddga Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_EDDGA, 1800000; ">
@@ -95182,7 +95182,7 @@ item_db: (
Id: 12805
AegisName: "Mystic_Powder"
Name: "Mystic Powder"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -95203,7 +95203,7 @@ item_db: (
Id: 12806
AegisName: "Scaraba_Scroll"
Name: "Antler Scaraba Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_ANTLER_SCARABA, 1800000; ">
@@ -95212,7 +95212,7 @@ item_db: (
Id: 12807
AegisName: "Mercenary_Casting_"
Name: "Mercenary Casting"
- Type: 2
+ Type: "IT_USABLE"
EquipLv: 20
Trade: {
nodrop: true
@@ -95234,7 +95234,7 @@ item_db: (
Id: 12808
AegisName: "Mother_Love_Box"
Name: "Mother_Love_Box"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -95250,7 +95250,7 @@ item_db: (
Id: 12809
AegisName: "Level_Up_Box"
Name: "Level Up Box"
- Type: 2
+ Type: "IT_USABLE"
EquipLv: 120
Script: <"
getitem Comp_Battle_Manual,5;
@@ -95264,7 +95264,7 @@ item_db: (
Id: 12812
AegisName: "Snow_Flip"
Name: "Snow Flip"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Script: <" itemskill ECL_SNOWFLIP,1; ">
},
@@ -95272,7 +95272,7 @@ item_db: (
Id: 12813
AegisName: "Peony_Mommy"
Name: "Peony Mamy"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Script: <" itemskill ECL_PEONYMAMY,1; ">
},
@@ -95280,7 +95280,7 @@ item_db: (
Id: 12814
AegisName: "Slapping_Herb"
Name: "Sadagui"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Script: <" itemskill ECL_SADAGUI,1; ">
},
@@ -95288,7 +95288,7 @@ item_db: (
Id: 12815
AegisName: "Yggdrasil_Dust"
Name: "Sequoia Dust"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Script: <" itemskill ECL_SEQUOIADUST,1; ">
},
@@ -95296,7 +95296,7 @@ item_db: (
Id: 12818
AegisName: "High_Weapon_Box_"
Name: "Advanced Weapons Box"
- Type: 2
+ Type: "IT_USABLE"
EquipLv: 100
Trade: {
nodrop: true
@@ -95314,7 +95314,7 @@ item_db: (
Id: 12819
AegisName: "Zherlthsh_Tck_Box_"
Name: "Zherlthsh Ticket Box"
- Type: 2
+ Type: "IT_USABLE"
EquipLv: 150
Script: <" getitem Zherlthsh_Ticket,1; ">
},
@@ -95322,7 +95322,7 @@ item_db: (
Id: 12820
AegisName: "Mao_Guai_Scroll"
Name: "Mao Guai Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_CIVIL_SERVANT, 1800000; ">
@@ -95331,7 +95331,7 @@ item_db: (
Id: 12821
AegisName: "Loli_Ruri_Scroll"
Name: "Loli Ruri Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_LOLI_RURI, 1800000; ">
@@ -95340,7 +95340,7 @@ item_db: (
Id: 12822
AegisName: "Songpyun_Box50"
Name: "Korea Rice Cake 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem Korea_Rice_Cake, 50; ">
@@ -95349,7 +95349,7 @@ item_db: (
Id: 12823
AegisName: "Sedora_Scroll"
Name: "Sedora Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_SEDORA, 1800000; ">
@@ -95358,7 +95358,7 @@ item_db: (
Id: 12824
AegisName: "Chepet_Scroll"
Name: "Chepet Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
Script: <" mercenary_create MER_CHEPET, 1800000; ">
@@ -95367,7 +95367,7 @@ item_db: (
Id: 12831
AegisName: "Potion_Box"
Name: "Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 50
Trade: {
nodrop: true
@@ -95404,7 +95404,7 @@ item_db: (
Id: 12846
AegisName: "Unripe_Apple2"
Name: "Little Unripe Apple"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 50
Nouse: {
@@ -95416,7 +95416,7 @@ item_db: (
Id: 12847
AegisName: "Old_Equipment_Box"
Name: "Old Equipment Box"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -95433,7 +95433,7 @@ item_db: (
Id: 12848
AegisName: "Falcon_Flute"
Name: "Falcon Flute"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Script: <"
if (getskilllv(HT_FALCON)) {
if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end;
@@ -95450,14 +95450,14 @@ item_db: (
Id: 12849
AegisName: "Combination_Kit"
Name: "Union Kit"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
},
{
Id: 12850
AegisName: "Heaven_Scroll"
Name: "Heaven Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -95465,7 +95465,7 @@ item_db: (
Id: 12851
AegisName: "Vocation_Scroll"
Name: "Vocation Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -95473,7 +95473,7 @@ item_db: (
Id: 12852
AegisName: "Wisdom_Scroll"
Name: "Wisdom Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -95481,7 +95481,7 @@ item_db: (
Id: 12853
AegisName: "Patron_Scroll"
Name: "Patron Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -95489,7 +95489,7 @@ item_db: (
Id: 12873
AegisName: "TE_Potion_Box"
Name: "TE Potion Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Trade: {
@@ -95506,7 +95506,7 @@ item_db: (
Id: 12874
AegisName: "Frost_Giant_Blood"
Name: "Frost Giant Blood"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Script: <"
@@ -95518,7 +95518,7 @@ item_db: (
Id: 12875
AegisName: "Golem_Stone"
Name: "Golem Stone"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <"
@@ -95530,7 +95530,7 @@ item_db: (
Id: 12876
AegisName: "Elf_Tear_Stun"
Name: "Elf Tear Stun"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Stun,10000; }",10,0,0,SI_GVG_STUN; ">
},
@@ -95538,7 +95538,7 @@ item_db: (
Id: 12877
AegisName: "Elf_Tear_Stone_Curse"
Name: "Elf Tear Stone Curse"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Stone,10000; }",10,0,0,SI_GVG_STONE; ">
},
@@ -95546,7 +95546,7 @@ item_db: (
Id: 12878
AegisName: "Elf_Tear_Freezing"
Name: "Elf Tear Freezing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Freeze,10000; }",10,0,0,SI_GVG_FREEZ; ">
},
@@ -95554,7 +95554,7 @@ item_db: (
Id: 12879
AegisName: "Elf_Tear_Sleep"
Name: "Elf Tear Sleep"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Sleep,10000; }",10,0,0,SI_GVG_SLEEP; ">
},
@@ -95562,7 +95562,7 @@ item_db: (
Id: 12880
AegisName: "Elf_Tear_Curse"
Name: "Elf Tear Curse"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Curse,10000; }",10,0,0,SI_GVG_CURSE; ">
},
@@ -95570,7 +95570,7 @@ item_db: (
Id: 12881
AegisName: "Elf_Tear_Silence"
Name: "Elf Tear Silence"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Silence,10000; }",10,0,0,SI_GVG_SILENCE; ">
},
@@ -95578,7 +95578,7 @@ item_db: (
Id: 12882
AegisName: "Elf_Tear_Blind"
Name: "Elf Tear Blind"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" autobonus "{ heal -3000,0; bonus2 bResEff,Eff_Blind,10000; }",10,0,0,SI_GVG_BLIND; ">
},
@@ -95586,7 +95586,7 @@ item_db: (
Id: 12884
AegisName: "C_Center_Potion"
Name: "Infinite Concentration Potion"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -95606,7 +95606,7 @@ item_db: (
Id: 12885
AegisName: "C_Awakening_Potion"
Name: "Infinite Awakening Potion"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Job: {
Novice: true
Swordsman: true
@@ -95656,7 +95656,7 @@ item_db: (
Id: 12886
AegisName: "C_Berserk_Potion"
Name: "Infinite Berserk Potion"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Job: {
Swordsman: true
Magician: true
@@ -95692,7 +95692,7 @@ item_db: (
Id: 12887
AegisName: "C_Wing_Of_Fly"
Name: "Infinite Fly Wing"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Trade: {
nodrop: true
notrade: true
@@ -95711,7 +95711,7 @@ item_db: (
Id: 12888
AegisName: "Siege_Kit_Box"
Name: "Siege Kit Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Trade: {
@@ -95734,7 +95734,7 @@ item_db: (
Id: 12900
AegisName: "Battle_Manual_Box"
Name: "Battle Manual Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95752,7 +95752,7 @@ item_db: (
Id: 12901
AegisName: "Insurance_Package"
Name: "Insurance Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95770,7 +95770,7 @@ item_db: (
Id: 12902
AegisName: "Bubble_Gum_Box"
Name: "Bubble Gum Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95788,7 +95788,7 @@ item_db: (
Id: 12903
AegisName: "Str_Dish_Box"
Name: "Steamed Tongue Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95806,7 +95806,7 @@ item_db: (
Id: 12904
AegisName: "Agi_Dish_Box"
Name: "Steamed Scorpion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95824,7 +95824,7 @@ item_db: (
Id: 12905
AegisName: "Int_Dish_Box"
Name: "Dragon Breath Cocktail Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95842,7 +95842,7 @@ item_db: (
Id: 12906
AegisName: "Dex_Dish_Box"
Name: "Hwergelmir's Tonic Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95860,7 +95860,7 @@ item_db: (
Id: 12907
AegisName: "Luk_Dish_Box"
Name: "Nine Tail Dish Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95878,7 +95878,7 @@ item_db: (
Id: 12908
AegisName: "Vit_Dish_Box"
Name: "Stew Of Immortality Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95896,7 +95896,7 @@ item_db: (
Id: 12909
AegisName: "Kafra_Card_Box"
Name: "Kafra Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95914,7 +95914,7 @@ item_db: (
Id: 12910
AegisName: "Giant_Fly_Wing_Box"
Name: "Giant Fly Wing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95932,7 +95932,7 @@ item_db: (
Id: 12911
AegisName: "Neuralizer_Box"
Name: "Neuralizer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95950,7 +95950,7 @@ item_db: (
Id: 12912
AegisName: "Convex_Mirror_Box"
Name: "Convex Mirror Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95968,7 +95968,7 @@ item_db: (
Id: 12913
AegisName: "Blessing_10_Scroll_Box"
Name: "Blessing 10 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -95986,7 +95986,7 @@ item_db: (
Id: 12914
AegisName: "Inc_Agi_10_Scroll_Box"
Name: "Increase AGI 10 scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96004,7 +96004,7 @@ item_db: (
Id: 12915
AegisName: "Aspersio_5_Scroll_Box"
Name: "Aspersio 5 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96022,7 +96022,7 @@ item_db: (
Id: 12916
AegisName: "Assumptio_5_Scroll_Box"
Name: "Assumptio 5 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96040,7 +96040,7 @@ item_db: (
Id: 12917
AegisName: "Wind_Walk_10_Scroll_Box"
Name: "Wind Walk 10 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96058,7 +96058,7 @@ item_db: (
Id: 12918
AegisName: "Adrenaline_Scroll_Box"
Name: "Adrenaline 5 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96076,7 +96076,7 @@ item_db: (
Id: 12919
AegisName: "Megaphone_Box"
Name: "Megaphone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96094,7 +96094,7 @@ item_db: (
Id: 12920
AegisName: "Enriched_Elunium_Box"
Name: "Enriched Elunium 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96112,7 +96112,7 @@ item_db: (
Id: 12921
AegisName: "Enriched_Oridecon_Box"
Name: "Enriched Oridecon 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96130,7 +96130,7 @@ item_db: (
Id: 12922
AegisName: "Token_Of_Siegfried_Box"
Name: "Token of Siegfried Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96148,7 +96148,7 @@ item_db: (
Id: 12923
AegisName: "Pet_Egg_Scroll_Box1"
Name: "December Lucky Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 12925,1; ">
@@ -96157,7 +96157,7 @@ item_db: (
Id: 12924
AegisName: "Pet_Egg_Scroll_Box2"
Name: "Anniversary Destiny Crate"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 12926,1; ">
@@ -96166,7 +96166,7 @@ item_db: (
Id: 12925
AegisName: "Pet_Egg_Scroll1"
Name: "Kafra Item Mall Prize Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -96175,7 +96175,7 @@ item_db: (
Id: 12926
AegisName: "Pet_Egg_Scroll2"
Name: "Anniversary Destiny Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -96184,7 +96184,7 @@ item_db: (
Id: 12927
AegisName: "J_Aspersio_5_Scroll_Box"
Name: "Aspersio Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96202,7 +96202,7 @@ item_db: (
Id: 12928
AegisName: "J_Aspersio_5_Scroll"
Name: "Sacred Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
Trade: {
@@ -96220,7 +96220,7 @@ item_db: (
Id: 12929
AegisName: "Pet_Egg_Scroll_Box3"
Name: "Pet Egg Box 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96238,7 +96238,7 @@ item_db: (
Id: 12930
AegisName: "Pet_Egg_Scroll_Box4"
Name: "Pet Egg Box 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96256,7 +96256,7 @@ item_db: (
Id: 12931
AegisName: "Pet_Egg_Scroll_Box5"
Name: "Playspan 5x Easter Lucky Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96274,7 +96274,7 @@ item_db: (
Id: 12932
AegisName: "Pet_Egg_Scroll3"
Name: "Episode 13.2 Key Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96292,7 +96292,7 @@ item_db: (
Id: 12933
AegisName: "Pet_Egg_Scroll4"
Name: "Summer Hat Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96310,7 +96310,7 @@ item_db: (
Id: 12934
AegisName: "Pet_Egg_Scroll5"
Name: "Easter Lucky Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96328,7 +96328,7 @@ item_db: (
Id: 12935
AegisName: "Infiltrator_Box"
Name: "Infiltrator Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96346,7 +96346,7 @@ item_db: (
Id: 12936
AegisName: "Muramasa_Box"
Name: "Muramasa Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96364,7 +96364,7 @@ item_db: (
Id: 12937
AegisName: "Excalibur_Box"
Name: "Excalibur Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96382,7 +96382,7 @@ item_db: (
Id: 12938
AegisName: "Combat_Knife_Box"
Name: "Combat Knife Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96400,7 +96400,7 @@ item_db: (
Id: 12939
AegisName: "Counter_Dagger_Box"
Name: "Dagger of Counter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96418,7 +96418,7 @@ item_db: (
Id: 12940
AegisName: "Kaiser_Knuckle_Box"
Name: "Kaiser Knuckle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96436,7 +96436,7 @@ item_db: (
Id: 12941
AegisName: "Pole_Axe_Box"
Name: "Poll Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96454,7 +96454,7 @@ item_db: (
Id: 12942
AegisName: "Mighty_Staff_Box"
Name: "Mighty Staff Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96472,7 +96472,7 @@ item_db: (
Id: 12943
AegisName: "Right_Epsilon_Box"
Name: "Light Epsilon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96490,7 +96490,7 @@ item_db: (
Id: 12944
AegisName: "Balistar_Box"
Name: "Ballista Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96508,7 +96508,7 @@ item_db: (
Id: 12945
AegisName: "Diary_Of_Great_Sage_Box"
Name: "Sage's Diary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96526,7 +96526,7 @@ item_db: (
Id: 12946
AegisName: "Asura_Box"
Name: "Asura Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96544,7 +96544,7 @@ item_db: (
Id: 12947
AegisName: "Apple_Of_Archer_Box"
Name: "Apple of Archer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96562,7 +96562,7 @@ item_db: (
Id: 12948
AegisName: "Bunny_Band_Box"
Name: "Bunny Band Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96580,7 +96580,7 @@ item_db: (
Id: 12949
AegisName: "Sahkkat_Box"
Name: "Sakkat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96598,7 +96598,7 @@ item_db: (
Id: 12950
AegisName: "Lord_Circlet_Box"
Name: "Grand Circlet Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96616,7 +96616,7 @@ item_db: (
Id: 12951
AegisName: "Elven_Ears_Box"
Name: "Elven Ears Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96634,7 +96634,7 @@ item_db: (
Id: 12952
AegisName: "Steel_Flower_Box"
Name: "Steel Flower Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96652,7 +96652,7 @@ item_db: (
Id: 12953
AegisName: "Critical_Ring_Box"
Name: "Critical Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96670,7 +96670,7 @@ item_db: (
Id: 12954
AegisName: "Earring_Box"
Name: "Earring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96688,7 +96688,7 @@ item_db: (
Id: 12955
AegisName: "Ring_Box"
Name: "Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96706,7 +96706,7 @@ item_db: (
Id: 12956
AegisName: "Necklace_Box"
Name: "Necklace Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96724,7 +96724,7 @@ item_db: (
Id: 12957
AegisName: "Glove_Box"
Name: "Glove Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96742,7 +96742,7 @@ item_db: (
Id: 12958
AegisName: "Brooch_Box"
Name: "Brooch Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96760,7 +96760,7 @@ item_db: (
Id: 12959
AegisName: "Rosary_Box"
Name: "Rosary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96778,7 +96778,7 @@ item_db: (
Id: 12960
AegisName: "Safety_Ring_Box"
Name: "Safety Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96796,7 +96796,7 @@ item_db: (
Id: 12961
AegisName: "Vesper_Core01_Box"
Name: "Vesper Core 01 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96814,7 +96814,7 @@ item_db: (
Id: 12962
AegisName: "Vesper_Core02_Box"
Name: "Vesper Core 02 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96832,7 +96832,7 @@ item_db: (
Id: 12963
AegisName: "Vesper_Core03_Box"
Name: "Vesper Core 03 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96850,7 +96850,7 @@ item_db: (
Id: 12964
AegisName: "Vesper_Core04_Box"
Name: "Vesper Core 04 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96868,7 +96868,7 @@ item_db: (
Id: 12965
AegisName: "Emergency_Box1"
Name: "Emergency Level 1 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96886,7 +96886,7 @@ item_db: (
Id: 12966
AegisName: "Emergency_Box2"
Name: "Emergency Level 2 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96904,7 +96904,7 @@ item_db: (
Id: 12967
AegisName: "Emergency_Box3"
Name: "Emergency Level 3 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96922,7 +96922,7 @@ item_db: (
Id: 12968
AegisName: "Emergency_Scroll1"
Name: "Emergency Level 1 Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
Trade: {
@@ -96940,7 +96940,7 @@ item_db: (
Id: 12969
AegisName: "Emergency_Scroll2"
Name: "Emergency Level 2 Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
Trade: {
@@ -96958,7 +96958,7 @@ item_db: (
Id: 12970
AegisName: "Emergency_Scroll3"
Name: "Emergency Level 3 Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 10
Trade: {
@@ -96976,7 +96976,7 @@ item_db: (
Id: 12971
AegisName: "Teleport_Box1"
Name: "Teleport Scroll Box 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -96994,7 +96994,7 @@ item_db: (
Id: 12972
AegisName: "Teleport_Box2"
Name: "Teleport Scroll Box 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97012,7 +97012,7 @@ item_db: (
Id: 12973
AegisName: "Teleport_Box3"
Name: "Teleport Scroll Box 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97030,7 +97030,7 @@ item_db: (
Id: 12974
AegisName: "Teleport_Box4"
Name: "Teleport Scroll Box 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97048,7 +97048,7 @@ item_db: (
Id: 12975
AegisName: "Teleport_Box5"
Name: "Teleport Scroll Box 5"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97066,7 +97066,7 @@ item_db: (
Id: 12976
AegisName: "Teleport_Box6"
Name: "Teleport Scroll Box 6"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97084,7 +97084,7 @@ item_db: (
Id: 12977
AegisName: "Teleport_Scroll1"
Name: "Teleport Scroll 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -97102,7 +97102,7 @@ item_db: (
Id: 12978
AegisName: "Teleport_Scroll2"
Name: "Teleport Scroll 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -97120,7 +97120,7 @@ item_db: (
Id: 12979
AegisName: "Teleport_Scroll3"
Name: "Teleport Scroll 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -97138,7 +97138,7 @@ item_db: (
Id: 12980
AegisName: "Teleport_Scroll4"
Name: "Teleport Scroll 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -97156,7 +97156,7 @@ item_db: (
Id: 12981
AegisName: "Teleport_Scroll5"
Name: "Teleport Scroll 5"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -97174,7 +97174,7 @@ item_db: (
Id: 12982
AegisName: "Teleport_Scroll6"
Name: "Teleport Scroll 6"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -97192,7 +97192,7 @@ item_db: (
Id: 12983
AegisName: "Pet_Egg_Scroll_Box6"
Name: "Christmas Holiday Crate"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97210,7 +97210,7 @@ item_db: (
Id: 12984
AegisName: "Pet_Egg_Scroll_Box7"
Name: "Halloween Spooky Crate"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97228,7 +97228,7 @@ item_db: (
Id: 12985
AegisName: "Pet_Egg_Scroll_Box8"
Name: "Summer Lucky Crate"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97246,7 +97246,7 @@ item_db: (
Id: 12986
AegisName: "Pet_Egg_Scroll_Box9"
Name: "Adventurer Pack Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97264,7 +97264,7 @@ item_db: (
Id: 12987
AegisName: "Pet_Egg_Scroll_Box10"
Name: "Pet Egg Scroll Box 10"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97282,7 +97282,7 @@ item_db: (
Id: 12988
AegisName: "Pet_Egg_Scroll_Box11"
Name: "Pet Egg Scroll Box 11"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97300,7 +97300,7 @@ item_db: (
Id: 12989
AegisName: "Pet_Egg_Scroll6"
Name: "Christmas Holiday Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -97318,7 +97318,7 @@ item_db: (
Id: 12990
AegisName: "Pet_Egg_Scroll7"
Name: "Halloween Spooky Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -97336,7 +97336,7 @@ item_db: (
Id: 12991
AegisName: "Pet_Egg_Scroll8"
Name: "Party Hard Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -97354,7 +97354,7 @@ item_db: (
Id: 12992
AegisName: "Pet_Egg_Scroll9"
Name: "Adventurer Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -97372,7 +97372,7 @@ item_db: (
Id: 12993
AegisName: "Pet_Egg_Scroll10"
Name: "Party Buff Scroll Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -97390,7 +97390,7 @@ item_db: (
Id: 12994
AegisName: "Pet_Egg_Scroll11"
Name: "HD Elunium 10 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -97408,7 +97408,7 @@ item_db: (
Id: 12995
AegisName: "White_Herb_Box"
Name: "White Herb Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97426,7 +97426,7 @@ item_db: (
Id: 12996
AegisName: "Blue_Herb_Box"
Name: "Blue Herb Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97444,7 +97444,7 @@ item_db: (
Id: 12997
AegisName: "Elunium_Box"
Name: "Elunium Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97462,7 +97462,7 @@ item_db: (
Id: 12998
AegisName: "Oridecon_Box"
Name: "Oridecon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97480,7 +97480,7 @@ item_db: (
Id: 12999
AegisName: "Branch_Of_Dead_Tree_Box"
Name: "Dead Branch Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -97500,7 +97500,7 @@ item_db: (
Id: 13000
AegisName: "Jujube_Dagger"
Name: "Jujube Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10000
Weight: 600
Atk: 39
@@ -97526,16 +97526,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 13001
AegisName: "Dragon_Killer"
Name: "Dragon Killer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 110
@@ -97561,10 +97561,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bIgnoreDefRace,RC_Dragon;
bonus2 bExpAddRace,RC_Dragon,10;
@@ -97574,7 +97574,7 @@ item_db: (
Id: 13002
AegisName: "Ginnungagap"
Name: "Ginnungagap"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 148
@@ -97600,10 +97600,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEff,Eff_Blind,500;
@@ -97614,7 +97614,7 @@ item_db: (
Id: 13003
AegisName: "Coward"
Name: "Cowardice Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 52000
Weight: 700
Atk: 80
@@ -97627,17 +97627,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bDef,5; ">
},
{
Id: 13004
AegisName: "Coward_"
Name: "Cowardice Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 52000
Weight: 700
Atk: 80
@@ -97650,17 +97650,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bDef,5; ">
},
{
Id: 13005
AegisName: "Angelwing_Short_Sword"
Name: "Angelic Wing Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 120
@@ -97669,17 +97669,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 50
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13006
AegisName: "Khukri"
Name: "Khukri"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 240000
Weight: 600
Atk: 150
@@ -97688,11 +97688,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 65
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEff,Eff_Curse,1000;
@@ -97702,7 +97702,7 @@ item_db: (
Id: 13007
AegisName: "Jitte"
Name: "Jitte"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 400
Atk: 70
@@ -97711,18 +97711,18 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 35
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bBreakWeaponRate,200; ">
},
{
Id: 13008
AegisName: "Jitte_"
Name: "Jitte"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 400
Atk: 70
@@ -97732,18 +97732,18 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 35
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bBreakWeaponRate,200; ">
},
{
Id: 13009
AegisName: "Kamaitachi"
Name: "Kamaitachi"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 48000
Weight: 900
Atk: 125
@@ -97752,11 +97752,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bCritical,3;
@@ -97767,7 +97767,7 @@ item_db: (
Id: 13010
AegisName: "Asura"
Name: "Asura"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 3000
Weight: 600
Atk: 50
@@ -97778,17 +97778,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13011
AegisName: "Asura_"
Name: "Asura"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 3000
Weight: 600
Atk: 50
@@ -97799,17 +97799,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 12
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13012
AegisName: "Murasame"
Name: "Murasame"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 95
@@ -97819,11 +97819,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Water;
bonus2 bCriticalAddRace,RC_DemiPlayer,10;
@@ -97833,7 +97833,7 @@ item_db: (
Id: 13013
AegisName: "Murasame_"
Name: "Murasame"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 95
@@ -97843,11 +97843,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 24
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Water;
bonus2 bCriticalAddRace,RC_DemiPlayer,10;
@@ -97857,7 +97857,7 @@ item_db: (
Id: 13014
AegisName: "Hakujin"
Name: "Hakujin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 120
@@ -97866,11 +97866,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 42
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bInt,2;
bonus3 bAutoSpell,AL_HEAL,1,10;
@@ -97880,7 +97880,7 @@ item_db: (
Id: 13015
AegisName: "Hakujin_"
Name: "Hakujin"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 120
@@ -97890,11 +97890,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 42
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bInt,2;
bonus3 bAutoSpell,AL_HEAL,1,10;
@@ -97904,7 +97904,7 @@ item_db: (
Id: 13016
AegisName: "Poison_Knife_"
Name: "Poison Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 64
@@ -97930,10 +97930,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 65
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,3000;
@@ -97943,7 +97943,7 @@ item_db: (
Id: 13017
AegisName: "House_Auger_"
Name: "Ice Pick"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 70
@@ -97969,17 +97969,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bDefRatioAtkRace, RC_All; ">
},
{
Id: 13018
AegisName: "Sucsamad_"
Name: "Sucsamad"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 140
@@ -98005,10 +98005,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus2 bAddEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Wind,10;
@@ -98019,7 +98019,7 @@ item_db: (
Id: 13019
AegisName: "Ginnungagap_"
Name: "Ginnungagap"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 148
@@ -98046,10 +98046,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEff,Eff_Blind,500;
@@ -98060,15 +98060,15 @@ item_db: (
Id: 13020
AegisName: "Warrior_Balmung_"
Name: "Warrior's Balmung"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 170
Range: 1
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 48
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98085,7 +98085,7 @@ item_db: (
Id: 13021
AegisName: "Combat_Knife_C"
Name: "Rental Combat Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 129
Range: 1
@@ -98109,10 +98109,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98135,7 +98135,7 @@ item_db: (
Id: 13022
AegisName: "Counter_Dagger_C"
Name: "Rental Dagger of Counter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 209
Range: 1
@@ -98145,10 +98145,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98165,7 +98165,7 @@ item_db: (
Id: 13023
AegisName: "Asura_C"
Name: "Rental Asura"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 120
Matk: 98
@@ -98174,11 +98174,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98194,7 +98194,7 @@ item_db: (
Id: 13024
AegisName: "Sword_Breaker_C"
Name: "Swordbreaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 105
Range: 1
@@ -98218,10 +98218,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98238,7 +98238,7 @@ item_db: (
Id: 13025
AegisName: "Mail_Breaker_C"
Name: "MailBreaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 105
Range: 1
@@ -98262,10 +98262,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98282,7 +98282,7 @@ item_db: (
Id: 13026
AegisName: "Moonlight_Sword_C"
Name: "Moonlight Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 85
Range: 1
@@ -98306,10 +98306,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98329,7 +98329,7 @@ item_db: (
Id: 13027
AegisName: "Scalpel"
Name: "Scalpel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -98352,18 +98352,18 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus2 bAddEff,Eff_Bleeding,500; ">
},
{
Id: 13028
AegisName: "Tooth_Blade"
Name: "Tooth Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 130
@@ -98386,11 +98386,11 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
if(getrefine()>=9) {
bonus3 bAutoSpell,NPC_SLOWCAST,2,70;
@@ -98402,7 +98402,7 @@ item_db: (
Id: 13029
AegisName: "Prinsence_Knife"
Name: "Prinsense Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -98426,10 +98426,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98445,7 +98445,7 @@ item_db: (
Id: 13030
AegisName: "Dragon_Killer_"
Name: "Dragon Killer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 110
@@ -98472,10 +98472,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bIgnoreDefRace,RC_Dragon;
bonus2 bExpAddRace,RC_Dragon,10;
@@ -98485,7 +98485,7 @@ item_db: (
Id: 13031
AegisName: "Sword_Breaker_"
Name: "Swordbreaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 70
@@ -98511,17 +98511,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bBreakWeaponRate,500; ">
},
{
Id: 13032
AegisName: "Mail_Breaker_"
Name: "Mailbreaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 70
@@ -98547,17 +98547,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bBreakArmorRate,500; ">
},
{
Id: 13033
AegisName: "Assasin_Dagger_"
Name: "Assassin Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 140
@@ -98566,10 +98566,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 36
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bMaxHPrate,20;
bonus bMaxSPrate,15;
@@ -98581,7 +98581,7 @@ item_db: (
Id: 13034
AegisName: "Twilight_Desert"
Name: "Desert Twilight"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 130
@@ -98590,17 +98590,17 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13035
AegisName: "Sandstorm"
Name: "Sandstorm"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 50
@@ -98609,17 +98609,17 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13036
AegisName: "BF_Dagger1"
Name: "Brave Assassin's Damascus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -98644,10 +98644,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98670,7 +98670,7 @@ item_db: (
Id: 13037
AegisName: "BF_Dagger2"
Name: "Valorous Assassin's Damascus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -98695,10 +98695,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98721,7 +98721,7 @@ item_db: (
Id: 13038
AegisName: "Dagger_Of_Hunter"
Name: "Dagger of Hunter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 120
@@ -98730,11 +98730,11 @@ item_db: (
Job: {
Rogue: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bStr,1;
bonus bAgi,2;
@@ -98747,7 +98747,7 @@ item_db: (
Id: 13039
AegisName: "Ivory_Knife"
Name: "Ivory Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 130
@@ -98770,11 +98770,11 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAgi,2;
bonus bAspdRate,3;
@@ -98786,7 +98786,7 @@ item_db: (
Id: 13040
AegisName: "N_Cutter"
Name: "Novice Cutter"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 50
Range: 1
Slots: 3
@@ -98811,16 +98811,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13041
AegisName: "N_Main_Gauche"
Name: "Novice Main Gauche"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 63
Range: 1
Slots: 3
@@ -98845,16 +98845,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13042
AegisName: "Krieger_Dagger1"
Name: "Glorious Gladius"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -98879,10 +98879,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98908,7 +98908,7 @@ item_db: (
Id: 13043
AegisName: "Fortune_Sword_I"
Name: "Fortune Sword"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Range: 1
Job: {
@@ -98931,10 +98931,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98951,7 +98951,7 @@ item_db: (
Id: 13044
AegisName: "House_Auger_I"
Name: "Ice Pick"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 105
Range: 1
Job: {
@@ -98974,10 +98974,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -98993,18 +98993,18 @@ item_db: (
Id: 13045
AegisName: "Kamaitachi_I"
Name: "Kamaitachi"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 155
Range: 2
Job: {
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99020,7 +99020,7 @@ item_db: (
Id: 13046
AegisName: "Krieg"
Name: "Krieg"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 110
@@ -99031,11 +99031,11 @@ item_db: (
Assassin: true
Rogue: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 50
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus3 bAddEffOnSkill,RG_BACKSTAP,Eff_Bleeding,1000;
bonus2 bSkillAtk,RG_BACKSTAP,15;
@@ -99045,7 +99045,7 @@ item_db: (
Id: 13047
AegisName: "Weihna"
Name: "Weihna"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 135
@@ -99056,11 +99056,11 @@ item_db: (
Assassin: true
Rogue: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus3 bAddEffOnSkill,RG_RAID,Eff_Poison,1000;
autobonus "{ bonus2 bAddRace, RC_All, 10; }",5,5000,BF_WEAPON|BF_SHORT,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
@@ -99070,7 +99070,7 @@ item_db: (
Id: 13048
AegisName: "Damascus_C"
Name: "Damascus"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 153
Range: 1
Job: {
@@ -99093,10 +99093,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99117,7 +99117,7 @@ item_db: (
Id: 13049
AegisName: "Lacma"
Name: "Lacma"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 650
Atk: 45
@@ -99144,9 +99144,9 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
}
@@ -99167,7 +99167,7 @@ item_db: (
Id: 13050
AegisName: "P_Dagger1"
Name: "Eden Dagger I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 124
Matk: 60
Range: 1
@@ -99192,11 +99192,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99211,7 +99211,7 @@ item_db: (
Id: 13051
AegisName: "P_Dagger2"
Name: "Eden Dagger II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 158
Matk: 70
Range: 1
@@ -99236,11 +99236,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99255,7 +99255,7 @@ item_db: (
Id: 13052
AegisName: "Tourist_Dagger"
Name: "Traveler's Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 51
Range: 1
@@ -99280,10 +99280,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99302,7 +99302,7 @@ item_db: (
Id: 13053
AegisName: "F_Moonlight_Sword_C"
Name: "Rental Moonlight Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 85
Range: 1
@@ -99326,16 +99326,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13054
AegisName: "F_Combat_Knife_C"
Name: "Combat Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 129
Range: 1
@@ -99359,16 +99359,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13055
AegisName: "F_Asura_C"
Name: "Asura"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 120
Range: 1
@@ -99376,17 +99376,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13056
AegisName: "F_Counter_Dagger_C"
Name: "Counter Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 209
Range: 1
@@ -99396,16 +99396,16 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13057
AegisName: "E_Moonlight_Sword_C"
Name: "E Moonlight Sword C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 85
Range: 1
@@ -99429,16 +99429,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13058
AegisName: "E_Combat_Knife_C"
Name: "E Combat Knife C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 129
Range: 1
@@ -99462,16 +99462,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13059
AegisName: "E_Asura_C"
Name: "E Asura C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 120
Range: 1
@@ -99479,17 +99479,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13060
AegisName: "E_Counter_Dagger_C"
Name: "E Counter Dagger C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 209
Range: 1
@@ -99499,16 +99499,16 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13061
AegisName: "Black_Wing"
Name: "Black Wing"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 142
@@ -99517,11 +99517,11 @@ item_db: (
Job: {
Rogue: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus2 bSkillAtk,SC_FATALMENACE,30;
if(getrefine() >= 6) {
@@ -99534,7 +99534,7 @@ item_db: (
Id: 13062
AegisName: "Ancient_Dagger"
Name: "Ancient Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 107
@@ -99557,11 +99557,11 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bMatk,120;
bonus bMaxSP,100;
@@ -99574,7 +99574,7 @@ item_db: (
Id: 13063
AegisName: "Adventure_Knife"
Name: "Adventure Knife"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Range: 1
Job: {
@@ -99584,17 +99584,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 13064
AegisName: "Academy_Knife"
Name: "Academy Knife"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 700
Atk: 110
Range: 1
@@ -99606,16 +99606,16 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 13065
AegisName: "Academy_Eti_Knife"
Name: "Academy Eti Knife"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1200
Atk: 120
Range: 1
@@ -99623,17 +99623,17 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 13066
AegisName: "P_Dagger3"
Name: "Eden Group Dagger III"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 165
Matk: 80
Range: 1
@@ -99658,11 +99658,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99677,7 +99677,7 @@ item_db: (
Id: 13067
AegisName: "Caress"
Name: "Keris"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 107
@@ -99704,17 +99704,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 30
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus2 bHPDrainRate,20,10; ">
},
{
Id: 13068
AegisName: "Saurel"
Name: "Saurel"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 160
Matk: 100
Range: 1
@@ -99738,11 +99738,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 50
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99768,7 +99768,7 @@ item_db: (
Id: 13069
AegisName: "Aztoe_Nail"
Name: "Aztoe Nail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 500
Atk: 160
@@ -99785,11 +99785,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 110
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bAddEff,Eff_Freeze,100+(getrefine()*50);
@@ -99799,7 +99799,7 @@ item_db: (
Id: 13070
AegisName: "Scarletto_Nail"
Name: "Scarletto Nail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 500
Atk: 160
@@ -99816,11 +99816,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 110
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus2 bAddEff,Eff_Stone,100+(getrefine()*50);
@@ -99830,7 +99830,7 @@ item_db: (
Id: 13071
AegisName: "Upg_Dagger"
Name: "Upgrade Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 55
@@ -99857,9 +99857,9 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bBaseAtk,(getrefine()*10);
bonus bMatk,(getrefine()*5);
@@ -99870,7 +99870,7 @@ item_db: (
Id: 13072
AegisName: "Velum_Damascus"
Name: "Vellum Damascus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 180
@@ -99896,10 +99896,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAspdRate,getrefine();
bonus4 bSetDefRace,RC_Player,10000,5000,1;
@@ -99910,7 +99910,7 @@ item_db: (
Id: 13073
AegisName: "Counter_Dagger_"
Name: "Dagger of Counter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 120000
Weight: 550
Atk: 140
@@ -99922,26 +99922,26 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13074
AegisName: "Ninja_Cutter"
Name: "Ninja Cutter"
- Type: 4
+ Type: "IT_WEAPON"
Range: 1
Job: {
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 99
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -99957,7 +99957,7 @@ item_db: (
Id: 13075
AegisName: "Kurenai"
Name: "Kurenai"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 5000
Weight: 700
Atk: 130
@@ -99966,18 +99966,18 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 99
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bInt,3; ">
},
{
Id: 13076
AegisName: "Raksasa_Dagger"
Name: "Raksasa Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 600
Atk: 120
@@ -99988,18 +99988,18 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 110
- View: 1
+ Subtype: "W_DAGGER"
Script: <" bonus bInt,3; ">
},
{
Id: 13077
AegisName: "Kagekiri"
Name: "Kagekiri"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 600
Atk: 50
@@ -100009,17 +100009,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13078
AegisName: "Mikatsuki"
Name: "Mikatsuki"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 600
Atk: 50
@@ -100030,11 +100030,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bUseSPrate,-5;
bonus bVariableCastrate,-5;
@@ -100044,7 +100044,7 @@ item_db: (
Id: 13079
AegisName: "Metal_Dagger"
Name: "Metal Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 55
Range: 1
@@ -100055,10 +100055,10 @@ item_db: (
Rogue: true
Ninja: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -100079,7 +100079,7 @@ item_db: (
Id: 13081
AegisName: "Octo_kitchen_Knife"
Name: "Discount knife Octopus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 200000
Weight: 700
Atk: 140
@@ -100104,17 +100104,17 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 105
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13083
AegisName: "TE_Woe_Knife"
Name: "T Woe Knife"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Matk: 100
Range: 1
@@ -100142,12 +100142,12 @@ item_db: (
Dark_Collector: true
Kagerou: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -100166,7 +100166,7 @@ item_db: (
Id: 13086
AegisName: "Goldsmithing_Dagger"
Name: "Goldsmithing Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 35
@@ -100180,16 +100180,16 @@ item_db: (
Soul_Linker: true
Ninja: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 13092
AegisName: "RWC_Memory_Knife"
Name: "RWC Memory Knife"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1000
Sell: 500
Weight: 650
@@ -100205,10 +100205,10 @@ item_db: (
Soul_Linker: true
Ninja: true
}
- Upper: 1
- Loc: 2
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bBaseAtk,20*(getrefine()/3);
bonus bMatk,20*(getrefine()/3);
@@ -100227,7 +100227,7 @@ item_db: (
Id: 13093
AegisName: "Thanos_Dagger"
Name: "Thanatos Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 100
@@ -100248,11 +100248,11 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -100267,7 +100267,7 @@ item_db: (
Id: 13094
AegisName: "Dagger_Of_Evil_Slayer"
Name: "Evil Slayer Stabber Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 120
@@ -100282,11 +100282,11 @@ item_db: (
Soul_Linker: true
Ninja: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddRace,RC_Undead,10;
@@ -100300,7 +100300,7 @@ item_db: (
Id: 13100
AegisName: "Six_Shooter"
Name: "Six Shooter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 4500
Weight: 400
Atk: 30
@@ -100309,18 +100309,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 10
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-10; ">
},
{
Id: 13101
AegisName: "Six_Shooter_"
Name: "Six Shooter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 4500
Weight: 400
Atk: 30
@@ -100329,18 +100329,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 10
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-10; ">
},
{
Id: 13102
AegisName: "Crimson_Bolt"
Name: "Crimson Bolt"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 450
Atk: 45
@@ -100349,18 +100349,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 35
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-10; ">
},
{
Id: 13103
AegisName: "Crimson_Bolt_"
Name: "Crimson Bolt"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20000
Weight: 450
Atk: 45
@@ -100369,18 +100369,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 35
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-10; ">
},
{
Id: 13104
AegisName: "The_Garrison"
Name: "Garrison"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 48000
Weight: 500
Atk: 70
@@ -100389,18 +100389,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 55
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-10; ">
},
{
Id: 13105
AegisName: "The_Garrison_"
Name: "Garrison"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 48000
Weight: 500
Atk: 70
@@ -100409,18 +100409,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 55
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-10; ">
},
{
Id: 13106
AegisName: "Gold_Lux"
Name: "Gold Lux"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100000
Weight: 500
Atk: 20
@@ -100428,11 +100428,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 12
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus bHit,-10;
if(getskilllv(GS_GLITTERING)>0) bonus3 bAutoSpell,GS_GLITTERING,getskilllv(GS_GLITTERING),100;
@@ -100442,7 +100442,7 @@ item_db: (
Id: 13107
AegisName: "Wasteland_Outlaw"
Name: "Wasteland's Outlaw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 580
Atk: 68
@@ -100451,11 +100451,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus bHit,readparam(bAgi)/10;
bonus bAspdRate,readparam(bAgi)/14;
@@ -100465,18 +100465,18 @@ item_db: (
Id: 13108
AegisName: "BF_Pistol1"
Name: "Soldier Revolver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 70
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100499,18 +100499,18 @@ item_db: (
Id: 13109
AegisName: "Wasteland_Outlaw_C"
Name: "Western Outlaw"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100532,18 +100532,18 @@ item_db: (
Id: 13110
AegisName: "Krieger_Pistol1"
Name: "Glorious Pistol"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 80
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100571,18 +100571,18 @@ item_db: (
Id: 13111
AegisName: "Sharpshooter_Revolver"
Name: "Sharpshooter Revolver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 105
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100599,18 +100599,18 @@ item_db: (
Id: 13112
AegisName: "P_Revolver1"
Name: "Eden Revolver I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 44
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100626,18 +100626,18 @@ item_db: (
Id: 13113
AegisName: "P_Revolver2"
Name: "Eden Revolver II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100653,18 +100653,18 @@ item_db: (
Id: 13114
AegisName: "P_Revolver3"
Name: "Eden Group Revolver III"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 76
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100680,7 +100680,7 @@ item_db: (
Id: 13115
AegisName: "Upg_Revolver"
Name: "Upgrade Revolver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 35
@@ -100689,10 +100689,10 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus bBaseAtk,(getrefine()*5);
bonus bLongAtkRate,(getrefine()*2);
@@ -100703,36 +100703,36 @@ item_db: (
Id: 13116
AegisName: "Novice_Revolver"
Name: "Beginner Revolver"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 20
Range: 7
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bHit,-5; ">
},
{
Id: 13117
AegisName: "TE_Woe_Pistol"
Name: "TE Woe Pistol"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Range: 7
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 17
+ Subtype: "W_REVOLVER"
Trade: {
nodrop: true
notrade: true
@@ -100751,7 +100751,7 @@ item_db: (
Id: 13120
AegisName: "H_FEATHER_H_FIRE"
Name: "Heaven's_Feather_&_Hell's_Fire"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1250000
Weight: 800
Atk: 150
@@ -100761,10 +100761,10 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 99
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus2 bSkillAtk,GS_DESPERADO,20;
bonus2 bSkillAtk,RL_FALLEN_ANGEL,20;
@@ -100774,7 +100774,7 @@ item_db: (
Id: 13122
AegisName: "ALTAIR_ARES"
Name: "Altea & Ares"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1450000
Weight: 1000
Atk: 200
@@ -100782,10 +100782,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 140
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus bHit,5;
bonus bDelayrate,10;
@@ -100796,7 +100796,7 @@ item_db: (
Id: 13124
AegisName: "ALTAIR_ARES_"
Name: "Altea & Ares"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1450000
Weight: 1000
Atk: 200
@@ -100805,10 +100805,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 140
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus bHit,5;
bonus bDelayrate,10;
@@ -100819,7 +100819,7 @@ item_db: (
Id: 13127
AegisName: "Scarlet_Revolver"
Name: "Crimson Revolver"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -100828,10 +100828,10 @@ item_db: (
Job: {
Gunslinger: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 17
+ Subtype: "W_REVOLVER"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -100841,7 +100841,7 @@ item_db: (
Id: 13128
AegisName: "Revolver_of_Vicious_Mind"
Name: "Revolver of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 150
@@ -100850,10 +100850,10 @@ item_db: (
Job: {
Gunslinger: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 17
+ Subtype: "W_REVOLVER"
Script: <" bonus bAtk,((min(getrefine(),15)) ** (2)); ">
},
@@ -100862,7 +100862,7 @@ item_db: (
Id: 13150
AegisName: "Branch"
Name: "Branch"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 3000
Weight: 500
Atk: 50
@@ -100871,16 +100871,16 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
- View: 18
+ Subtype: "W_RIFLE"
},
{
Id: 13151
AegisName: "The_Cyclone"
Name: "Cyclone"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17500
Weight: 700
Atk: 120
@@ -100889,11 +100889,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 24
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,10;
@@ -100903,7 +100903,7 @@ item_db: (
Id: 13152
AegisName: "The_Cyclone_"
Name: "Cyclone"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 17500
Weight: 700
Atk: 120
@@ -100912,11 +100912,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 24
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,10;
@@ -100926,7 +100926,7 @@ item_db: (
Id: 13153
AegisName: "Dusk"
Name: "Dusk"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 23500
Weight: 750
Atk: 150
@@ -100935,11 +100935,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 56
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,10;
@@ -100949,7 +100949,7 @@ item_db: (
Id: 13154
AegisName: "Rolling_Stone"
Name: "Rolling Stone"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 12000
Weight: 900
Atk: 135
@@ -100958,18 +100958,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 14
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <" bonus bSplashRange,1; ">
},
{
Id: 13155
AegisName: "Black_Rose"
Name: "Black Rose"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 32000
Weight: 900
Atk: 180
@@ -100978,18 +100978,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 35
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <" bonus bSplashRange,1; ">
},
{
Id: 13156
AegisName: "Gate_Keeper"
Name: "Gate Keeper"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1000
Atk: 210
@@ -100997,11 +100997,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 55
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bSplashRange,1;
bonus3 bAutoSpell,GS_SPREADATTACK,6,50;
@@ -101011,7 +101011,7 @@ item_db: (
Id: 13157
AegisName: "Drifter"
Name: "Drifter"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 80000
Weight: 2300
Atk: 50
@@ -101020,17 +101020,17 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 55
- View: 19
+ Subtype: "W_GATLING"
},
{
Id: 13158
AegisName: "Butcher"
Name: "Butcher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 130000
Weight: 2500
Atk: 75
@@ -101038,18 +101038,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 68
- View: 19
+ Subtype: "W_GATLING"
Script: <" bonus2 bCriticalAddRace,RC_Brute,10; ">
},
{
Id: 13159
AegisName: "Butcher_"
Name: "Butcher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 130000
Weight: 2500
Atk: 75
@@ -101058,18 +101058,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 68
- View: 19
+ Subtype: "W_GATLING"
Script: <" bonus2 bCriticalAddRace,RC_Brute,10; ">
},
{
Id: 13160
AegisName: "Destroyer"
Name: "Destroyer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 110000
Weight: 1200
Atk: 220
@@ -101077,18 +101077,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 52
- View: 21
+ Subtype: "W_GRENADE"
Script: <" bonus bBreakArmorRate,200; ">
},
{
Id: 13161
AegisName: "Destroyer_"
Name: "Destroyer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 110000
Weight: 1200
Atk: 220
@@ -101097,18 +101097,18 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 52
- View: 21
+ Subtype: "W_GRENADE"
Script: <" bonus bBreakArmorRate,200; ">
},
{
Id: 13162
AegisName: "Inferno"
Name: "Inferno"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 230000
Weight: 1250
Atk: 280
@@ -101117,17 +101117,17 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 65
- View: 21
+ Subtype: "W_GRENADE"
},
{
Id: 13163
AegisName: "Long_Barrel"
Name: "Long Barrel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 1000
Atk: 150
@@ -101135,11 +101135,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,20;
@@ -101151,7 +101151,7 @@ item_db: (
Id: 13164
AegisName: "Long_Barrel_"
Name: "Long Barrel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 1000
Atk: 150
@@ -101160,11 +101160,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,20;
@@ -101176,7 +101176,7 @@ item_db: (
Id: 13165
AegisName: "Jungle_Carbine"
Name: "Jungle Carbine"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 700
Atk: 170
@@ -101184,11 +101184,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,4;
@@ -101200,7 +101200,7 @@ item_db: (
Id: 13166
AegisName: "Jungle_Carbine_"
Name: "Jungle Carbine"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 700
Atk: 170
@@ -101209,11 +101209,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCritical,4;
@@ -101225,7 +101225,7 @@ item_db: (
Id: 13167
AegisName: "Gate_KeeperDD"
Name: "Gate Keeper-DD"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 72000
Weight: 1300
Atk: 200
@@ -101233,11 +101233,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 70
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bSplashRange,1;
bonus3 bAutoSpell,GS_SPREADATTACK,6,50;
@@ -101249,7 +101249,7 @@ item_db: (
Id: 13168
AegisName: "Thunder_P"
Name: "Thunder P"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 76000
Weight: 700
Atk: 80
@@ -101258,11 +101258,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bSplashRange,1;
bonus bHit,-5;
@@ -101273,7 +101273,7 @@ item_db: (
Id: 13169
AegisName: "Thunder_P_"
Name: "Thunder P"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 76000
Weight: 700
Atk: 80
@@ -101282,11 +101282,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bSplashRange,1;
bonus bHit,-5;
@@ -101297,7 +101297,7 @@ item_db: (
Id: 13170
AegisName: "Lever_Action_Rifle"
Name: "Lever Action Rifle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 770
Atk: 138
@@ -101306,11 +101306,11 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,20;
bonus bCritical,50;
@@ -101321,18 +101321,18 @@ item_db: (
Id: 13171
AegisName: "BF_Rifle1"
Name: "Soldier Rifle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 18
+ Subtype: "W_RIFLE"
Trade: {
nodrop: true
notrade: true
@@ -101356,18 +101356,18 @@ item_db: (
Id: 13172
AegisName: "BF_Gatling_Gun1"
Name: "Soldier GatlingGun"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 80
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 19
+ Subtype: "W_GATLING"
Trade: {
nodrop: true
notrade: true
@@ -101389,18 +101389,18 @@ item_db: (
Id: 13173
AegisName: "BF_Shotgun1"
Name: "Soldier Shotgun"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 100
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 20
+ Subtype: "W_SHOTGUN"
Trade: {
nodrop: true
notrade: true
@@ -101423,18 +101423,18 @@ item_db: (
Id: 13174
AegisName: "BF_Launcher1"
Name: "Soldier Grenade Launcher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 300
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 21
+ Subtype: "W_GRENADE"
Trade: {
nodrop: true
notrade: true
@@ -101457,18 +101457,18 @@ item_db: (
Id: 13175
AegisName: "Lever_Action_Rifle_C"
Name: "Lever Action Rifle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 170
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
Refine: false
- View: 18
+ Subtype: "W_RIFLE"
Trade: {
nodrop: true
notrade: true
@@ -101489,18 +101489,18 @@ item_db: (
Id: 13176
AegisName: "Krieger_Rifle1"
Name: "Glorious Rifle"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 90
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 18
+ Subtype: "W_RIFLE"
Trade: {
nodrop: true
notrade: true
@@ -101529,18 +101529,18 @@ item_db: (
Id: 13177
AegisName: "Krieger_Gatling1"
Name: "Glorious Gatling gun"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 90
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 19
+ Subtype: "W_GATLING"
Trade: {
nodrop: true
notrade: true
@@ -101568,18 +101568,18 @@ item_db: (
Id: 13178
AegisName: "Krieger_Shotgun1"
Name: "Glorious Shotgun"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 110
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 20
+ Subtype: "W_SHOTGUN"
Trade: {
nodrop: true
notrade: true
@@ -101609,18 +101609,18 @@ item_db: (
Id: 13179
AegisName: "Krieger_Launcher1"
Name: "Glorious Grenade Launcher"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 330
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 21
+ Subtype: "W_GRENADE"
Trade: {
nodrop: true
notrade: true
@@ -101651,7 +101651,7 @@ item_db: (
Id: 13180
AegisName: "Novice_Rifle"
Name: "Starter Branch"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 50
Range: 9
@@ -101659,79 +101659,79 @@ item_db: (
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 18
+ Subtype: "W_RIFLE"
},
{
Id: 13181
AegisName: "Novice_Shotgun"
Name: "Beginner Shotgun"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1000
Atk: 80
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 20
+ Subtype: "W_SHOTGUN"
},
{
Id: 13182
AegisName: "Novice_Gatling"
Name: "Beginner GatlingGun"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1500
Atk: 40
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 19
+ Subtype: "W_GATLING"
},
{
Id: 13183
AegisName: "Novice_Grenade_Launcher"
Name: "Beginner Grenade Launcher"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1500
Atk: 40
Range: 9
Job: {
Gunslinger: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 21
+ Subtype: "W_GRENADE"
},
{
Id: 13184
AegisName: "TE_Woe_Rifle"
Name: "TE Woe Rifle"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 80
Range: 9
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 18
+ Subtype: "W_RIFLE"
Trade: {
nodrop: true
notrade: true
@@ -101750,18 +101750,18 @@ item_db: (
Id: 13185
AegisName: "TE_Woe_Gatling"
Name: "TE Woe Gatling"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 9
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 19
+ Subtype: "W_GATLING"
Trade: {
nodrop: true
notrade: true
@@ -101780,18 +101780,18 @@ item_db: (
Id: 13186
AegisName: "TE_Woe_Shotgun"
Name: "TE Woe Shotgun"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 9
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 20
+ Subtype: "W_SHOTGUN"
Trade: {
nodrop: true
notrade: true
@@ -101810,18 +101810,18 @@ item_db: (
Id: 13187
AegisName: "TE_Woe_Grenade"
Name: "TE Woe Grenade"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 9
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 21
+ Subtype: "W_GRENADE"
Trade: {
nodrop: true
notrade: true
@@ -101840,7 +101840,7 @@ item_db: (
Id: 13189
AegisName: "COLORSCOPE"
Name: "Color Scope"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1350000
Weight: 1200
Atk: 240
@@ -101849,10 +101849,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 105
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,30;
bonus bCriticalRate,30;
@@ -101862,7 +101862,7 @@ item_db: (
Id: 13190
AegisName: "RAG203_"
Name: "RAG203"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1800000
Weight: 1300
Atk: 260
@@ -101871,10 +101871,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 140
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCriticalRate,15;
@@ -101885,7 +101885,7 @@ item_db: (
Id: 13192
AegisName: "DEATHFIRE"
Name: "Death Fire"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1250000
Weight: 2000
Atk: 400
@@ -101894,10 +101894,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 108
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bLongAtkRate,5;
bonus bHit,-50;
@@ -101908,7 +101908,7 @@ item_db: (
Id: 13193
AegisName: "R_THUNDER"
Name: "Rolling Thunder"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1350000
Weight: 1800
Atk: 280
@@ -101917,10 +101917,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 120
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bHit,-10;
bonus bDelayrate,-10;
@@ -101931,7 +101931,7 @@ item_db: (
Id: 13194
AegisName: "P_BREAKER"
Name: "Peace Breaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1950000
Weight: 1400
Atk: 250
@@ -101940,10 +101940,10 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 120
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bHit,-25;
bonus bAspdRate,25;
@@ -101953,7 +101953,7 @@ item_db: (
Id: 13195
AegisName: "RAG203"
Name: "RAG203"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1800000
Weight: 1300
Atk: 260
@@ -101961,10 +101961,10 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 140
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bHit,10;
bonus bCriticalRate,15;
@@ -101975,7 +101975,7 @@ item_db: (
Id: 13196
AegisName: "P_BREAKER_"
Name: "Peace Breaker"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1950000
Weight: 1400
Atk: 250
@@ -101985,10 +101985,10 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 120
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bHit,-25;
bonus bAspdRate,25;
@@ -101998,7 +101998,7 @@ item_db: (
Id: 13197
AegisName: "MINIMAY"
Name: "Mini Mei"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1600000
Weight: 2500
Atk: 220
@@ -102008,16 +102008,16 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 106
- View: 19
+ Subtype: "W_GATLING"
},
{
Id: 13198
AegisName: "TEMPEST"
Name: "Tempest"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2200000
Weight: 2500
Atk: 250
@@ -102026,10 +102026,10 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 140
- View: 19
+ Subtype: "W_GATLING"
Script: <"
bonus bHit,-25;
bonus bCritical,10;
@@ -102040,7 +102040,7 @@ item_db: (
Id: 13199
AegisName: "TEMPEST_"
Name: "Tempest"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2200000
Weight: 2500
Atk: 250
@@ -102050,10 +102050,10 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 2
EquipLv: 140
- View: 19
+ Subtype: "W_GATLING"
Script: <"
bonus bHit,-25;
bonus bCritical,10;
@@ -102066,45 +102066,45 @@ item_db: (
Id: 13200
AegisName: "Bullet"
Name: "Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 1
Weight: 2
Atk: 10
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13201
AegisName: "Silver_Bullet"
Name: "Silver Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 2
Atk: 15
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle,Ele_Holy; ">
},
{
Id: 13202
AegisName: "Shell_Of_Blood"
Name: "Bloody Shell"
- Type: 10
+ Type: "IT_AMMO"
Buy: 30
Weight: 2
Atk: 30
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <"
bonus bAtkEle, Ele_Neutral;
bonus2 bAddEff, Eff_Bleeding, 100;
@@ -102114,45 +102114,45 @@ item_db: (
Id: 13203
AegisName: "Flare_Sphere"
Name: "Flare Sphere"
- Type: 10
+ Type: "IT_AMMO"
Buy: 80
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 13204
AegisName: "Lighting_Sphere"
Name: "Lightning Sphere"
- Type: 10
+ Type: "IT_AMMO"
Buy: 80
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 13205
AegisName: "Poison_Sphere"
Name: "Poison Sphere"
- Type: 10
+ Type: "IT_AMMO"
Buy: 80
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
Script: <"
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,500;
@@ -102162,15 +102162,15 @@ item_db: (
Id: 13206
AegisName: "Blind_Sphere"
Name: "Blind Sphere"
- Type: 10
+ Type: "IT_AMMO"
Buy: 80
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus2 bAddEff,Eff_Blind,500;
@@ -102180,30 +102180,30 @@ item_db: (
Id: 13207
AegisName: "Freezing_Sphere"
Name: "Freezing Sphere"
- Type: 10
+ Type: "IT_AMMO"
Buy: 80
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 5
+ Loc: "EQP_AMMO"
+ Subtype: "A_GRENADE"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 13208
AegisName: "Gong_Bug"
Name: "GongBug"
- Type: 10
+ Type: "IT_AMMO"
Weight: 20
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 50
- View: 3
+ Subtype: "A_BULLET"
Trade: {
nodrop: true
notrade: true
@@ -102219,7 +102219,7 @@ item_db: (
Id: 13210
AegisName: "Slug_Bullet_1"
Name: "Slug Ammunition L"
- Type: 10
+ Type: "IT_AMMO"
Buy: 250
Weight: 500
Atk: 30
@@ -102227,15 +102227,15 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13211
AegisName: "Slug_Bullet_2"
Name: "Slug Ammunition M"
- Type: 10
+ Type: "IT_AMMO"
Buy: 500
Weight: 500
Atk: 30
@@ -102243,15 +102243,15 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13212
AegisName: "Slug_Bullet_3"
Name: "Slug Ammunition H"
- Type: 10
+ Type: "IT_AMMO"
Buy: 750
Weight: 750
Atk: 30
@@ -102259,15 +102259,15 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13213
AegisName: "Slug_Bullet_4"
Name: "Slug Ammunition SH"
- Type: 10
+ Type: "IT_AMMO"
Buy: 1
Weight: 1000
Atk: 30
@@ -102275,15 +102275,15 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13214
AegisName: "Slug_Bullet_5"
Name: "Slug Ammunition XH"
- Type: 10
+ Type: "IT_AMMO"
Buy: 1
Weight: 1200
Atk: 30
@@ -102291,15 +102291,15 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13215
AegisName: "AP_Ammo"
Name: "Armor-Piercing Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 2
Atk: 50
@@ -102307,16 +102307,16 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 3
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Neutral; ">
},
{
Id: 13216
AegisName: "Blaze_Bullet"
Name: "Blazing Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 2
Atk: 40
@@ -102324,16 +102324,16 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 3
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Fire; ">
},
{
Id: 13217
AegisName: "Freezing_Bullet"
Name: "Freezing Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 2
Atk: 40
@@ -102341,16 +102341,16 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 3
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Water; ">
},
{
Id: 13218
AegisName: "Electric_Shock_Bullet"
Name: "Lightning Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 2
Atk: 40
@@ -102358,16 +102358,16 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 3
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Wind; ">
},
{
Id: 13219
AegisName: "Magical_Stone_Bullet"
Name: "Magic Stone Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 2
Atk: 40
@@ -102375,16 +102375,16 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 3
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Earth; ">
},
{
Id: 13220
AegisName: "Sanctified_Bullet"
Name: "Purifying Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 2
Atk: 40
@@ -102392,39 +102392,39 @@ item_db: (
Gunslinger: true
Rebellion: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 3
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Holy; ">
},
{
Id: 13221
AegisName: "Silver_Bullet_"
Name: "Silver Bullet"
- Type: 10
+ Type: "IT_AMMO"
Buy: 5
Weight: 2
Atk: 15
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Holy; ">
},
{
Id: 13222
AegisName: "Shell_Of_Blood_"
Name: "Bloody Shell"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 2
Atk: 30
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <"
bonus bAtkEle, Ele_Neutral;
bonus2 bAddEff, Eff_Bleeding, 100;
@@ -102434,45 +102434,45 @@ item_db: (
Id: 13223
AegisName: "Flare_Sphere_"
Name: "Incendiary Grenade"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Fire; ">
},
{
Id: 13224
AegisName: "Lighting_Sphere_"
Name: "Lightning Grenade"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Wind; ">
},
{
Id: 13225
AegisName: "Poison_Sphere_"
Name: "Poison Grenade"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <"
bonus bAtkEle, Ele_Poison;
bonus2 bAddEff, Eff_Poison, 500;
@@ -102482,15 +102482,15 @@ item_db: (
Id: 13226
AegisName: "Blind_Sphere_"
Name: "Flash Grenade"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <"
bonus bAtkEle, Ele_Dark;
bonus2 bAddEff, Eff_Blind, 500;
@@ -102500,15 +102500,15 @@ item_db: (
Id: 13227
AegisName: "Freezing_Sphere_"
Name: "Cyro Grenade"
- Type: 10
+ Type: "IT_AMMO"
Buy: 15
Weight: 5
Atk: 50
Job: {
Gunslinger: true
}
- Loc: 32768
- View: 3
+ Loc: "EQP_AMMO"
+ Subtype: "A_BULLET"
Script: <" bonus bAtkEle, Ele_Water; ">
},
@@ -102517,149 +102517,149 @@ item_db: (
Id: 13250
AegisName: "Shuriken"
Name: "Shuriken"
- Type: 10
+ Type: "IT_AMMO"
Buy: 4
Weight: 5
Atk: 10
Job: {
Ninja: true
}
- Loc: 32768
- View: 6
+ Loc: "EQP_AMMO"
+ Subtype: "A_SHURIKEN"
},
{
Id: 13251
AegisName: "Nimbus_Shuriken"
Name: "Nimbus Shuriken"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 5
Atk: 30
Job: {
Ninja: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 20
- View: 6
+ Subtype: "A_SHURIKEN"
},
{
Id: 13252
AegisName: "Flash_Shuriken"
Name: "Flash Shuriken"
- Type: 10
+ Type: "IT_AMMO"
Buy: 20
Weight: 5
Atk: 45
Job: {
Ninja: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 40
- View: 6
+ Subtype: "A_SHURIKEN"
},
{
Id: 13253
AegisName: "Sharp_Leaf_Shuriken"
Name: "Sharp Leaf Shuriken"
- Type: 10
+ Type: "IT_AMMO"
Buy: 40
Weight: 5
Atk: 70
Job: {
Ninja: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 60
- View: 6
+ Subtype: "A_SHURIKEN"
},
{
Id: 13254
AegisName: "Thorn_Needle_Shuriken"
Name: "Thorn Needle Shuriken"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 5
Atk: 100
Job: {
Ninja: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 80
- View: 6
+ Subtype: "A_SHURIKEN"
},
{
Id: 13255
AegisName: "Kunai_Of_Icicle"
Name: "Icicle Kunai"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 30
Job: {
Ninja: true
}
- Loc: 32768
- View: 7
+ Loc: "EQP_AMMO"
+ Subtype: "A_KUNAI"
Script: <" bonus bAtkEle,Ele_Water; ">
},
{
Id: 13256
AegisName: "Kunai_Of_Black_Soil"
Name: "Black Earth Kunai"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 30
Job: {
Ninja: true
}
- Loc: 32768
- View: 7
+ Loc: "EQP_AMMO"
+ Subtype: "A_KUNAI"
Script: <" bonus bAtkEle,Ele_Earth; ">
},
{
Id: 13257
AegisName: "Kunai_Of_Furious_Wind"
Name: "High Wind Kunai"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 30
Job: {
Ninja: true
}
- Loc: 32768
- View: 7
+ Loc: "EQP_AMMO"
+ Subtype: "A_KUNAI"
Script: <" bonus bAtkEle,Ele_Wind; ">
},
{
Id: 13258
AegisName: "Kunai_Of_Fierce_Flame"
Name: "Heat Wave Kunai"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 30
Job: {
Ninja: true
}
- Loc: 32768
- View: 7
+ Loc: "EQP_AMMO"
+ Subtype: "A_KUNAI"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 13259
AegisName: "Kunai_Of_Deadly_Poison"
Name: "Fell Poison Kunai"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 30
Job: {
Ninja: true
}
- Loc: 32768
- View: 7
+ Loc: "EQP_AMMO"
+ Subtype: "A_KUNAI"
Script: <"
bonus bAtkEle,Ele_Poison;
bonus2 bAddEff,Eff_Poison,500;
@@ -102671,187 +102671,187 @@ item_db: (
Id: 13260
AegisName: "Apple_Bomb"
Name: "Apple Bomb"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 1
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13261
AegisName: "Coconut_Bomb"
Name: "Coconut Bomb"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 1
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13262
AegisName: "Melon_Bomb"
Name: "Melon Bomb"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 1
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13263
AegisName: "Pineapple_Bomb"
Name: "Pineapple Bomb"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 1
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13264
AegisName: "Banana_Bomb"
Name: "Banana Bomb"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 1
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13265
AegisName: "Black_Lump"
Name: "Black Lump"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13266
AegisName: "Black_Hard_Lump"
Name: "Black Hard Lump"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13267
AegisName: "Very_Hard_Lump"
Name: "Very Hard Lump"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
},
{
Id: 13268
AegisName: "Mysterious_Powder"
Name: "Mysterious Powder"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 10
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_MYSTERIOUS_POWDER, 10000, 2; ">
},
{
Id: 13269
AegisName: "Boost500_To_Throw"
Name: "Throwing Boost500"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 10
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_BOOST500, 500000, 10; ">
},
{
Id: 13270
AegisName: "Full_SwingK_To_Throw"
Name: "Full SwingK Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_FULL_SWING_K, 500000, 50; ">
},
{
Id: 13271
AegisName: "Mana_Plus_To_Throw"
Name: "Mana + Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_MANA_PLUS, 500000, 50; ">
},
{
Id: 13272
AegisName: "Cure_Free_To_Throw"
Name: "Cure Free Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <"
sc_end SC_SILENCE;
sc_end SC_BLOODING;
@@ -102866,135 +102866,135 @@ item_db: (
Id: 13273
AegisName: "Stamina_Up_M_To_Throw"
Name: "Throwing Muramura(M)"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 10
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_MUSTLE_M, 500000, 5; ">
},
{
Id: 13274
AegisName: "Digestive_F_To_Throw"
Name: "Throwing Falmons(F)"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 10
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; ">
},
{
Id: 13275
AegisName: "HP_Inc_PotS_To_Throw"
Name: "HP Increase Potion(Small) Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 20
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 1, 500, 2; ">
},
{
Id: 13276
AegisName: "HP_Inc_PotM_To_Throw"
Name: "HP Increase Potion(Mid) Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 40
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 2, 1500, 3; ">
},
{
Id: 13277
AegisName: "HP_Inc_PotL_To_Throw"
Name: "HP Increase Potion(Large) Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 80
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 3, 2500, 5; ">
},
{
Id: 13278
AegisName: "SP_Inc_PotS_To_Throw"
Name: "HP Increase Potion(Small) Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 20
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 1, 0, 2; ">
},
{
Id: 13279
AegisName: "SP_Inc_PotM_To_Throw"
Name: "SP Increase Potion(Mid) Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 40
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 2, 0, 4; ">
},
{
Id: 13280
AegisName: "SP_Inc_PotL_To_Throw"
Name: "SP Increase Potion(Large) Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 80
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 3, 0, 8; ">
},
{
Id: 13281
AegisName: "En_White_PotZ_To_Throw"
Name: "Enriched White PotionZ Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 70
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <"
sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20;
heal 1000, 0;
@@ -103004,15 +103004,15 @@ item_db: (
Id: 13282
AegisName: "Vitata500_To_Throw"
Name: "Vitata50 Throw0"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <"
sc_start2 SC_VITATA_500, 500000, 20, 5;
heal 0, 200;
@@ -103022,120 +103022,120 @@ item_db: (
Id: 13283
AegisName: "En_Cel_Juice_To_Throw"
Name: "Enrich Celermine Juice Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; ">
},
{
Id: 13284
AegisName: "Savage_BBQ_To_Throw"
Name: "Savage BBQ Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; ">
},
{
Id: 13285
AegisName: "Wug_Cocktail_To_Throw"
Name: "Warg Cocktail To Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; ">
},
{
Id: 13286
AegisName: "M_Brisket_To_Throw"
Name: "M Brisket To Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_MINOR_BBQ, 300000, 20; ">
},
{
Id: 13287
AegisName: "Siroma_Icetea_To_Throw"
Name: "Siroma Icetea To Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; ">
},
{
Id: 13288
AegisName: "Drocera_Stew_To_Throw"
Name: "Drosera Stew To Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; ">
},
{
Id: 13289
AegisName: "Petti_Noodle_To_Throw"
Name: "Petite Noodle To Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; ">
},
{
Id: 13290
AegisName: "Black_Thing_To_Throw"
Name: "Black Thing To Throw"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 50
Job: {
Alchemist: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 99
- View: 9
+ Subtype: "A_THROWWEAPON"
Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; ">
},
@@ -103144,15 +103144,15 @@ item_db: (
Id: 13291
AegisName: "Starfish"
Name: "Starfish"
- Type: 10
+ Type: "IT_AMMO"
Weight: 5
Atk: 110
Job: {
Ninja: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 50
- View: 7
+ Subtype: "A_KUNAI"
Trade: {
nodrop: true
notrade: true
@@ -103171,15 +103171,15 @@ item_db: (
Id: 13292
AegisName: "Dried_Squid"
Name: "Dried Squid"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 50
Job: {
Ninja: true
}
- Loc: 32768
- View: 7
+ Loc: "EQP_AMMO"
+ Subtype: "A_KUNAI"
Trade: {
nodrop: true
notrade: true
@@ -103198,15 +103198,15 @@ item_db: (
Id: 13293
AegisName: "Flying_Fish"
Name: "Flying Fish"
- Type: 10
+ Type: "IT_AMMO"
Buy: 10
Weight: 20
Atk: 50
Job: {
Ninja: true
}
- Loc: 32768
- View: 6
+ Loc: "EQP_AMMO"
+ Subtype: "A_SHURIKEN"
Trade: {
nodrop: true
notrade: true
@@ -103225,26 +103225,27 @@ item_db: (
Id: 13294
AegisName: "Explosive_Kunai"
Name: "Explosive Kunai"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 30
Atk: 50
Job: {
Ninja: true
}
- Loc: 32768
+ Loc: "EQP_AMMO"
EquipLv: 100
- View: 7
+ Subtype: "A_KUNAI"
Script: <" bonus bAtkEle,Ele_Neutral; ">
},
{
Id: 13295
AegisName: "Light_Shuriken"
Name: "Light Shuriken"
- Type: 10
+ Type: "IT_AMMO"
Weight: 5
Atk: 5
- Loc: 32768
+ Loc: "EQP_AMMO"
+ Subtype: "A_SHURIKEN"
Trade: {
nodrop: true
notrade: true
@@ -103261,7 +103262,7 @@ item_db: (
Id: 13300
AegisName: "Huuma_Bird_Wing"
Name: "Huuma Wing Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 90000
Weight: 3000
Atk: 150
@@ -103270,11 +103271,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 65
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkEle,Ele_Wind;
@@ -103286,7 +103287,7 @@ item_db: (
Id: 13301
AegisName: "Huuma_Giant_Wheel"
Name: "Huuma Giant Wheel Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 2500
Atk: 50
@@ -103296,11 +103297,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 42
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bAddEff,Eff_Bleeding,100;
@@ -103310,7 +103311,7 @@ item_db: (
Id: 13302
AegisName: "Huuma_Giant_Wheel_"
Name: "Huuma Giant Wheel Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 40000
Weight: 2500
Atk: 50
@@ -103320,11 +103321,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 42
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bAddEff,Eff_Bleeding,100;
@@ -103334,7 +103335,7 @@ item_db: (
Id: 13303
AegisName: "Huuma_Blaze"
Name: "Huuma Blaze Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 78000
Weight: 1500
Atk: 185
@@ -103343,11 +103344,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 55
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkEle,Ele_Fire;
@@ -103359,7 +103360,7 @@ item_db: (
Id: 13304
AegisName: "Huuma_Calm_Mind"
Name: "Huuma Calm Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1550
Atk: 112
@@ -103369,11 +103370,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bSkillAtk,NJ_HUUMA,30;
@@ -103384,7 +103385,7 @@ item_db: (
Id: 13305
AegisName: "BF_Huuma_Shuriken1"
Name: "Brave Huuma Front Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 55
Range: 1
@@ -103392,11 +103393,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103418,7 +103419,7 @@ item_db: (
Id: 13306
AegisName: "BF_Huuma_Shuriken2"
Name: "Valorous Huuma Front Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 55
Range: 1
@@ -103426,11 +103427,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103452,7 +103453,7 @@ item_db: (
Id: 13307
AegisName: "Krieger_Huuma_Shuriken1"
Name: "Glorious Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 55
Matk: 90
@@ -103461,11 +103462,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 80
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103495,18 +103496,18 @@ item_db: (
Id: 13308
AegisName: "Huuma_Blaze_I"
Name: "Huuma Blaze Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 230
Range: 1
Job: {
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103527,18 +103528,18 @@ item_db: (
Id: 13309
AegisName: "Huuma_Giant_Wheel_C"
Name: "Huuma Giant Wheel Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 99
Range: 1
Job: {
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103554,7 +103555,7 @@ item_db: (
Id: 13310
AegisName: "P_Huuma_Shuriken1"
Name: "Eden Group Huuma Shuriken I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 150
Matk: 50
Range: 1
@@ -103562,12 +103563,12 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103583,7 +103584,7 @@ item_db: (
Id: 13311
AegisName: "Huuma_Shadow"
Name: "Huuma Shadow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 5000
Weight: 1500
Atk: 170
@@ -103592,18 +103593,18 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 99
- View: 22
+ Subtype: "W_HUUMA"
Script: <" bonus bStr,3; ">
},
{
Id: 13312
AegisName: "Huuma_Job_Test"
Name: "Huuma Job Test"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 90000
Weight: 3000
Range: 1
@@ -103611,11 +103612,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 99
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103631,7 +103632,7 @@ item_db: (
Id: 13313
AegisName: "Huuma_Swirling_Petal"
Name: "Huuma Swirling Petal"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100000
Weight: 1500
Atk: 150
@@ -103642,11 +103643,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 110
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bMatk,50;
bonus bAtkEle,Ele_Fire;
@@ -103657,7 +103658,7 @@ item_db: (
Id: 13314
AegisName: "Huuma_Fluttering_Snow"
Name: "Huuma Fluttering Snow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100000
Weight: 1500
Atk: 200
@@ -103667,11 +103668,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 110
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bMatk,50;
bonus bAtkEle,Ele_Water;
@@ -103682,7 +103683,7 @@ item_db: (
Id: 13315
AegisName: "Huuma_Thunderstorm"
Name: "Huuma Thunderstorm"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 100000
Weight: 1500
Atk: 200
@@ -103692,11 +103693,11 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 110
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bMatk,50;
bonus bAtkEle,Ele_Wind;
@@ -103707,7 +103708,7 @@ item_db: (
Id: 13316
AegisName: "Upg_Huuma_Shuriken"
Name: "Upg Huuma Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 55
@@ -103717,10 +103718,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bBaseAtk,10*getrefine();
bonus bMatk,5*getrefine();
@@ -103732,7 +103733,7 @@ item_db: (
Id: 13317
AegisName: "TE_Woe_Huuma"
Name: "TE Woe Huuma"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 80
Matk: 100
Range: 1
@@ -103740,12 +103741,12 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 34
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 22
+ Subtype: "W_HUUMA"
Trade: {
nodrop: true
notrade: true
@@ -103764,7 +103765,7 @@ item_db: (
Id: 13327
AegisName: "Scarlet_Huuma"
Name: "Crimson Huuma Shuriken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 100
@@ -103774,10 +103775,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtk,((min(getrefine(),15)) ** (2));
@@ -103789,7 +103790,7 @@ item_db: (
Id: 13328
AegisName: "Huuma_Shuriken_of_Vicious_Mind"
Name: "Huuma Shuriken of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 150
@@ -103800,10 +103801,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 22
+ Subtype: "W_HUUMA"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2))/2;
@@ -103816,7 +103817,7 @@ item_db: (
Id: 13400
AegisName: "Cutlas_"
Name: "Cutlus"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 150
@@ -103833,10 +103834,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
skill SM_BASH,5;
bonus bStr,2;
@@ -103847,7 +103848,7 @@ item_db: (
Id: 13401
AegisName: "Excalibur_C"
Name: "Excalibur"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 199
Range: 1
@@ -103862,10 +103863,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -103886,7 +103887,7 @@ item_db: (
Id: 13402
AegisName: "Cutlas_C"
Name: "Cutlas"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 185
Range: 1
@@ -103901,10 +103902,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -103925,7 +103926,7 @@ item_db: (
Id: 13403
AegisName: "Solar_Sword_C"
Name: "Solar Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 120
Range: 1
@@ -103940,10 +103941,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -103964,7 +103965,7 @@ item_db: (
Id: 13404
AegisName: "Platinum_Shotel"
Name: "Platinum Shotel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 130
@@ -103981,18 +103982,18 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bCritical,50; ">
},
{
Id: 13405
AegisName: "Curved_Sword"
Name: "Curved Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 125
@@ -104009,11 +104010,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 55
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAspdRate,10;
bonus2 bAddEff,Eff_Curse,300;
@@ -104023,7 +104024,7 @@ item_db: (
Id: 13406
AegisName: "Edger"
Name: "Edger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 120
Range: 1
@@ -104038,10 +104039,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104057,7 +104058,7 @@ item_db: (
Id: 13407
AegisName: "Nagan_C"
Name: "Refined Nagan"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 148
Range: 1
@@ -104072,10 +104073,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104096,7 +104097,7 @@ item_db: (
Id: 13408
AegisName: "Fire_Brand_C"
Name: "Refined Fireblend"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 120
Range: 1
@@ -104111,10 +104112,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104136,7 +104137,7 @@ item_db: (
Id: 13409
AegisName: "Immaterial_Sword_C"
Name: "Refined Immaterial Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 160
Range: 1
@@ -104151,10 +104152,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104176,7 +104177,7 @@ item_db: (
Id: 13410
AegisName: "BF_Sword1"
Name: "Valorous Gladiator Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 115
Range: 1
@@ -104192,10 +104193,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104217,7 +104218,7 @@ item_db: (
Id: 13411
AegisName: "BF_Sword2"
Name: "Brave Gladiator Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 115
Matk: 74
@@ -104234,10 +104235,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104259,7 +104260,7 @@ item_db: (
Id: 13412
AegisName: "Twin_Edge_B"
Name: "Twin Edge of Naght Sieger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 150
@@ -104276,11 +104277,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 75
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Water;
skill MG_FROSTDIVER,5;
@@ -104291,7 +104292,7 @@ item_db: (
Id: 13413
AegisName: "Twin_Edge_R"
Name: "Twin Edge of Naght Sieger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 160
@@ -104308,11 +104309,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 75
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Fire;
skill WZ_METEOR,3;
@@ -104323,7 +104324,7 @@ item_db: (
Id: 13414
AegisName: "Elemental_Sword"
Name: "Elemental Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 105
@@ -104341,11 +104342,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bStr,2;
bonus bInt,4;
@@ -104361,7 +104362,7 @@ item_db: (
Id: 13415
AegisName: "N_Falchion"
Name: "Novice Falchion"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 59
Range: 1
Slots: 3
@@ -104377,17 +104378,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 2
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 13416
AegisName: "Krieger_Onehand_Sword1"
Name: "Glorious Flamberge"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 1
@@ -104403,10 +104404,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104437,7 +104438,7 @@ item_db: (
Id: 13417
AegisName: "Krieger_Onehand_Sword2"
Name: "Glorious Rapier"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Matk: 80
@@ -104454,10 +104455,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104478,7 +104479,7 @@ item_db: (
Id: 13418
AegisName: "Krieger_Onehand_Sword3"
Name: "Glorious Holy Avenger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Matk: 80
@@ -104491,10 +104492,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 80
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104516,7 +104517,7 @@ item_db: (
Id: 13419
AegisName: "Holy_Saber"
Name: "Holy Saber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 160
Range: 1
@@ -104531,10 +104532,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104550,7 +104551,7 @@ item_db: (
Id: 13420
AegisName: "Honglyuns_Sword"
Name: "Honglyun's Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 160
@@ -104567,10 +104568,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 70
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtkEle,Ele_Fire;
bonus bStr,2;
@@ -104581,7 +104582,7 @@ item_db: (
Id: 13421
AegisName: "Ruber"
Name: "Ruber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 170
@@ -104595,28 +104596,28 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" autobonus "{ bonus2 bSkillAtk,KN_BOWLINGBASH,20; bonus2 bSkillAtk,SM_BASH,20; }",5,15000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; ">
},
{
Id: 13422
AegisName: "Flamberge_C"
Name: "Flamberge"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 185
Range: 1
Job: {
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104633,7 +104634,7 @@ item_db: (
Id: 13423
AegisName: "P_Sabre1"
Name: "Eden Sabre I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 147
Range: 1
Job: {
@@ -104647,11 +104648,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104666,7 +104667,7 @@ item_db: (
Id: 13424
AegisName: "P_Sabre2"
Name: "Eden Sabre II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 170
Range: 1
Job: {
@@ -104680,11 +104681,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104699,7 +104700,7 @@ item_db: (
Id: 13425
AegisName: "Tourist_Sword"
Name: "Traveler's Sword"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 61
Range: 1
@@ -104715,10 +104716,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104738,7 +104739,7 @@ item_db: (
Id: 13426
AegisName: "F_Cutlas_C"
Name: "Rental Cutlas"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 185
Range: 1
@@ -104753,17 +104754,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bStr,2; ">
},
{
Id: 13427
AegisName: "F_Solar_Sword_C"
Name: "Rental Solar Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 120
Range: 1
@@ -104778,17 +104779,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 13428
AegisName: "Priest_Sword"
Name: "Priest Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 170
@@ -104805,16 +104806,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 50
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 13429
AegisName: "E_Cutlas_C"
Name: "E Cutlas C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 185
Range: 1
@@ -104829,17 +104830,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bStr,2; ">
},
{
Id: 13430
AegisName: "E_Solar_Sword_C"
Name: "E Solar Sword C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 120
Range: 1
@@ -104854,17 +104855,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAtkEle,Ele_Fire; ">
},
{
Id: 13431
AegisName: "Chrome_Sword"
Name: "Chrome Metal Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 180
@@ -104877,11 +104878,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 110
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAgi,1;
@@ -104891,7 +104892,7 @@ item_db: (
Id: 13432
AegisName: "Adventure_Sword"
Name: "Adventure Sword"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 80
Range: 1
Job: {
@@ -104899,16 +104900,16 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 13433
AegisName: "Academy_Sword"
Name: "Academy Sword"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1200
Atk: 120
Range: 1
@@ -104918,15 +104919,15 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 13434
AegisName: "P_Saber3"
Name: "Eden Group Saber III"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 185
Range: 1
Job: {
@@ -104940,11 +104941,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -104959,7 +104960,7 @@ item_db: (
Id: 13438
AegisName: "Magical_Blade"
Name: "Magical Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 60000
Weight: 2000
Atk: 165
@@ -104978,16 +104979,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 105
- View: 2
+ Subtype: "W_1HSWORD"
},
{
Id: 13439
AegisName: "TE_Woe_Sword"
Name: "TE Woe Sword"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Matk: 100
Range: 1
@@ -105003,11 +105004,11 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 2
+ Subtype: "W_1HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -105026,7 +105027,7 @@ item_db: (
Id: 13440
AegisName: "Ceremonial_Sword"
Name: "Ceremonial Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 60
@@ -105042,17 +105043,17 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAtkEle,Ele_Holy; ">
},
{
Id: 13441
AegisName: "Thanos_Sword"
Name: "Thanatos Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 10
Weight: 700
Atk: 150
@@ -105064,10 +105065,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bInt, 6;
bonus bVit, 6;
@@ -105082,7 +105083,7 @@ item_db: (
Id: 13442
AegisName: "Old_Parasol"
Name: "Old Parasol"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 120
@@ -105099,10 +105100,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 80
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bMatk,getrefine();
skill MG_SOULSTRIKE,10;
@@ -105112,7 +105113,7 @@ item_db: (
Id: 13444
AegisName: "Pala"
Name: "Pala"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 190
@@ -105128,16 +105129,16 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAspdRate,8; ">
},
{
Id: 13454
AegisName: "Scarlet_Saber"
Name: "Crimson Saber"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 850
Atk: 85
@@ -105155,10 +105156,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 2
+ Subtype: "W_1HSWORD"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -105168,7 +105169,7 @@ item_db: (
Id: 13455
AegisName: "Saber_of_Vicious_Mind"
Name: "Saber of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1350
Atk: 135
@@ -105186,10 +105187,10 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 2
+ Subtype: "W_1HSWORD"
Script: <" bonus bAtk,((min(getrefine(),15)) ** (2)); ">
},
@@ -105198,7 +105199,7 @@ item_db: (
Id: 13500
AegisName: "Insurance60_Package"
Name: "Life Insurrance Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105216,7 +105217,7 @@ item_db: (
Id: 13501
AegisName: "Assorted_Scroll_Box"
Name: "Experience Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105233,7 +105234,7 @@ item_db: (
Id: 13502
AegisName: "Drooping_Kitty_Box"
Name: "Refined Drooping Cat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105251,7 +105252,7 @@ item_db: (
Id: 13503
AegisName: "Magestic_Goat_Box"
Name: "Baphomet Horns Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105269,7 +105270,7 @@ item_db: (
Id: 13504
AegisName: "Deviruchi_Cap_Box"
Name: "Refined Deviruchi Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105287,7 +105288,7 @@ item_db: (
Id: 13505
AegisName: "Executioner_Box"
Name: "Executioner Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105305,7 +105306,7 @@ item_db: (
Id: 13506
AegisName: "Brood_Axe_Box"
Name: "Refined Bloody Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105323,7 +105324,7 @@ item_db: (
Id: 13507
AegisName: "Tomahawk_Box"
Name: "Tomahawk Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105341,7 +105342,7 @@ item_db: (
Id: 13508
AegisName: "Bow_Of_Rudra_Box"
Name: "Rudra Bow Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105359,7 +105360,7 @@ item_db: (
Id: 13509
AegisName: "Cutlas_Box"
Name: "Cutlas Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105377,7 +105378,7 @@ item_db: (
Id: 13510
AegisName: "Solar_Sword_Box"
Name: "Solar Sword Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105395,7 +105396,7 @@ item_db: (
Id: 13511
AegisName: "Sword_Breaker_Box"
Name: "Refined Swordbreaker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105413,7 +105414,7 @@ item_db: (
Id: 13512
AegisName: "Mail_Breaker_Box"
Name: "Refined Mailbreaker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105431,7 +105432,7 @@ item_db: (
Id: 13513
AegisName: "Moonlight_Sword_Box"
Name: "Moonlight Dagger Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105449,7 +105450,7 @@ item_db: (
Id: 13514
AegisName: "Spanner_Box"
Name: "Wrench Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105467,7 +105468,7 @@ item_db: (
Id: 13515
AegisName: "Grape_Box"
Name: "Grape Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105485,7 +105486,7 @@ item_db: (
Id: 13516
AegisName: "Royal_Jelly_Box"
Name: "Royal Jelly Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105503,7 +105504,7 @@ item_db: (
Id: 13517
AegisName: "Yggdrasilberry_Box"
Name: "Yggdrasil Berry Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105521,7 +105522,7 @@ item_db: (
Id: 13518
AegisName: "Weapon_Card_Scroll_Box"
Name: "Weapon Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105539,7 +105540,7 @@ item_db: (
Id: 13519
AegisName: "Armor_Card_Scroll_Box"
Name: "Armor Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105557,7 +105558,7 @@ item_db: (
Id: 13520
AegisName: "Helmet_Card_Scroll_Box"
Name: "Helmet Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105575,7 +105576,7 @@ item_db: (
Id: 13521
AegisName: "Hood_Card_Scroll_Box"
Name: "Garment Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105593,7 +105594,7 @@ item_db: (
Id: 13522
AegisName: "Hood_Card_Scroll_Box2"
Name: "Shield Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105611,7 +105612,7 @@ item_db: (
Id: 13523
AegisName: "Shoes_Card_Scroll_Box"
Name: "Shoes Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105629,7 +105630,7 @@ item_db: (
Id: 13524
AegisName: "Accy_Card_Scroll_Box"
Name: "Accessory Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105647,7 +105648,7 @@ item_db: (
Id: 13525
AegisName: "Zeny_Scroll_Box"
Name: "Zeny Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105665,7 +105666,7 @@ item_db: (
Id: 13526
AegisName: "Pet_Egg_Scroll_Box1_"
Name: "Pet Egg Scroll Box 12"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105683,7 +105684,7 @@ item_db: (
Id: 13527
AegisName: "Pet_Egg_Scroll_Box2_"
Name: "Pet Egg Scroll Box 13"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105701,7 +105702,7 @@ item_db: (
Id: 13528
AegisName: "Pet_Egg_Scroll_Box3_"
Name: "Pet Egg Scroll Box 14"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105719,7 +105720,7 @@ item_db: (
Id: 13529
AegisName: "Pet_Egg_Scroll_Box4_"
Name: "Pet Egg Scroll Box 15"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105737,7 +105738,7 @@ item_db: (
Id: 13530
AegisName: "Pet_Egg_Scroll_Box5_"
Name: "Pet Egg Scroll Box 16"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105755,7 +105756,7 @@ item_db: (
Id: 13531
AegisName: "Light_Red_Pot_Box"
Name: "Light Red Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105773,7 +105774,7 @@ item_db: (
Id: 13532
AegisName: "Light_Orange_Pot_Box"
Name: "Light Orange Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105791,7 +105792,7 @@ item_db: (
Id: 13533
AegisName: "Light_Yellow_Pot_Box"
Name: "Light Yellow Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105809,7 +105810,7 @@ item_db: (
Id: 13534
AegisName: "Light_White_Pot_Box"
Name: "Light White Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105827,7 +105828,7 @@ item_db: (
Id: 13535
AegisName: "Light_Center_Pot_Box"
Name: "Light Center Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105845,7 +105846,7 @@ item_db: (
Id: 13536
AegisName: "Light_Awakening_Pot_Box"
Name: "Light Awakening Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105863,7 +105864,7 @@ item_db: (
Id: 13537
AegisName: "Light_Berserk_Pot_Box"
Name: "Light Berserk Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105881,7 +105882,7 @@ item_db: (
Id: 13538
AegisName: "Meteor_10_Scroll_Box"
Name: "Meteor Storm Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105899,7 +105900,7 @@ item_db: (
Id: 13539
AegisName: "Storm_10_Scroll_Box"
Name: "Storm Gust Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105917,7 +105918,7 @@ item_db: (
Id: 13540
AegisName: "Vermilion_10_Scroll_Box"
Name: "Lord of Vermilion Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105935,7 +105936,7 @@ item_db: (
Id: 13541
AegisName: "Lex_Aeterna_Scroll_Box"
Name: "Lex Aeterna Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105953,7 +105954,7 @@ item_db: (
Id: 13542
AegisName: "Magnificat_5_Scroll_Box"
Name: "Magnificat Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105971,7 +105972,7 @@ item_db: (
Id: 13543
AegisName: "CP_Helm_Scroll_Box"
Name: "Chemical Protection Helm Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -105992,7 +105993,7 @@ item_db: (
Id: 13544
AegisName: "CP_Shield_Scroll_Box"
Name: "Chemical Protection Shield Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106013,7 +106014,7 @@ item_db: (
Id: 13545
AegisName: "CP_Armor_Scroll_Box"
Name: "Chemical Protection Armor Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106034,7 +106035,7 @@ item_db: (
Id: 13546
AegisName: "CP_Weapon_Scroll_Box"
Name: "Chemical Protection Weapon Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106055,7 +106056,7 @@ item_db: (
Id: 13547
AegisName: "Repair_Scroll_Box"
Name: "Repair Weapon Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106079,7 +106080,7 @@ item_db: (
Id: 13548
AegisName: "Big_Bun_Box"
Name: "Big Bun Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106097,7 +106098,7 @@ item_db: (
Id: 13549
AegisName: "Pill__Box"
Name: "Pill Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106115,7 +106116,7 @@ item_db: (
Id: 13550
AegisName: "Superb_Fish_Slice_Box"
Name: "Fish Slice Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106133,7 +106134,7 @@ item_db: (
Id: 13551
AegisName: "Chewy_Ricecake_Box"
Name: "Chewy Ricecake Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106151,7 +106152,7 @@ item_db: (
Id: 13552
AegisName: "Oriental_Pastry_Box"
Name: "Pastry Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106169,7 +106170,7 @@ item_db: (
Id: 13553
AegisName: "Dun_Tele_Scroll1_Box"
Name: "Dungeon Teleport Scroll 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106187,7 +106188,7 @@ item_db: (
Id: 13554
AegisName: "Weapon_Card_Scroll_Box2"
Name: "Weapon Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106205,7 +106206,7 @@ item_db: (
Id: 13555
AegisName: "Weapon_Card_Scroll_Box3"
Name: "Weapon Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106223,7 +106224,7 @@ item_db: (
Id: 13556
AegisName: "Armor_Card_Scroll_Box2"
Name: "Armor Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106241,7 +106242,7 @@ item_db: (
Id: 13557
AegisName: "Accy_Card_Scroll_Box2"
Name: "Accessory Card Pet Egg Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106259,7 +106260,7 @@ item_db: (
Id: 13558
AegisName: "Weapon_Card_Scroll"
Name: "Weapon Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106276,7 +106277,7 @@ item_db: (
Id: 13559
AegisName: "Armor_Card_Scroll"
Name: "Armor Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106293,7 +106294,7 @@ item_db: (
Id: 13560
AegisName: "Helmet_Card_Scroll"
Name: "Helmet Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106310,7 +106311,7 @@ item_db: (
Id: 13561
AegisName: "Hood_Card_Scroll"
Name: "Garment Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106327,7 +106328,7 @@ item_db: (
Id: 13562
AegisName: "Hood_Card_Scroll2"
Name: "Shield Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106344,7 +106345,7 @@ item_db: (
Id: 13563
AegisName: "Shoes_Card_Scroll"
Name: "Shoes Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106361,7 +106362,7 @@ item_db: (
Id: 13564
AegisName: "Accy_Card_Scroll"
Name: "Accessory Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106378,7 +106379,7 @@ item_db: (
Id: 13565
AegisName: "Weapon_Card_Scroll2"
Name: "Weapon Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106395,7 +106396,7 @@ item_db: (
Id: 13566
AegisName: "Weapon_Card_Scroll3"
Name: "Weapon Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106412,7 +106413,7 @@ item_db: (
Id: 13567
AegisName: "Armor_Card_Scroll2"
Name: "Armor Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106429,7 +106430,7 @@ item_db: (
Id: 13568
AegisName: "Accy_Card_Scroll2"
Name: "Accessory Card Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -106446,7 +106447,7 @@ item_db: (
Id: 13569
AegisName: "PVP_Tele_Scroll_Box"
Name: "PVP Teleport Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106464,7 +106465,7 @@ item_db: (
Id: 13570
AegisName: "Giant_Fly_Wing_Box50"
Name: "Giant Fly Wing Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106482,7 +106483,7 @@ item_db: (
Id: 13571
AegisName: "Giant_Fly_Wing_Box100"
Name: "Giant Fly Wing Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106500,7 +106501,7 @@ item_db: (
Id: 13572
AegisName: "Dex_Dish_Box30"
Name: "Hwergelmir's Tonic 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106518,7 +106519,7 @@ item_db: (
Id: 13573
AegisName: "Dex_Dish_Box50"
Name: "Hwergelmir's Tonic 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106536,7 +106537,7 @@ item_db: (
Id: 13574
AegisName: "Luk_Dish_Box30"
Name: "Nine Tail Dish 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106554,7 +106555,7 @@ item_db: (
Id: 13575
AegisName: "Luk_Dish_Box50"
Name: "Nine Tail Dish 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106572,7 +106573,7 @@ item_db: (
Id: 13576
AegisName: "Inc_Agi_10_Box30"
Name: "Increase Agility Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106590,7 +106591,7 @@ item_db: (
Id: 13577
AegisName: "Inc_Agi_10_Box50"
Name: "Increase Agility Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106608,7 +106609,7 @@ item_db: (
Id: 13578
AegisName: "Vit_Dish_Box30"
Name: "Stew of Immortality 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106626,7 +106627,7 @@ item_db: (
Id: 13579
AegisName: "Vit_Dish_Box50"
Name: "Stew of Immortality 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106644,7 +106645,7 @@ item_db: (
Id: 13580
AegisName: "Insurance_Package30"
Name: "Life Insurance 30 Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106662,7 +106663,7 @@ item_db: (
Id: 13581
AegisName: "Insurance_Package50"
Name: "Life Insurrance Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106680,7 +106681,7 @@ item_db: (
Id: 13582
AegisName: "Convex_Mirror_Box5"
Name: "Convex Mirror Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106698,7 +106699,7 @@ item_db: (
Id: 13583
AegisName: "Convex_Mirror_Box30"
Name: "Convex Mirror Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106716,7 +106717,7 @@ item_db: (
Id: 13584
AegisName: "Blessing10_Box30"
Name: "Blessing Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106734,7 +106735,7 @@ item_db: (
Id: 13585
AegisName: "Blessing10_Box50"
Name: "Blessing Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106752,7 +106753,7 @@ item_db: (
Id: 13586
AegisName: "Adrenaline10_Box30"
Name: "Adrenaline Rush Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106770,7 +106771,7 @@ item_db: (
Id: 13587
AegisName: "Adrenaline10_Box50"
Name: "Adrenaline Rush Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106788,7 +106789,7 @@ item_db: (
Id: 13588
AegisName: "Assumptio_5_Box30"
Name: "Assumptio Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106806,7 +106807,7 @@ item_db: (
Id: 13589
AegisName: "Assumptio_5_Box50"
Name: "Assumptio Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106824,7 +106825,7 @@ item_db: (
Id: 13590
AegisName: "Aspersio_5_Box30"
Name: "Aspersio Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106842,7 +106843,7 @@ item_db: (
Id: 13591
AegisName: "Aspersio_5_Box50"
Name: "Aspersio Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106860,7 +106861,7 @@ item_db: (
Id: 13592
AegisName: "Agi_Dish_Box30"
Name: "Steamed Scorpion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106878,7 +106879,7 @@ item_db: (
Id: 13593
AegisName: "Agi_Dish_Box50"
Name: "Steamed Scorpion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106896,7 +106897,7 @@ item_db: (
Id: 13594
AegisName: "Wind_Walk10_Box30"
Name: "Wind Walk Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106914,7 +106915,7 @@ item_db: (
Id: 13595
AegisName: "Wind_Walk10_Box50"
Name: "Wind Walk Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106932,7 +106933,7 @@ item_db: (
Id: 13596
AegisName: "Int_Dish_Box30"
Name: "Dragon Breath Cocktail 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106950,7 +106951,7 @@ item_db: (
Id: 13597
AegisName: "Int_Dish_Box50"
Name: "Dragon Breath Cocktail 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106968,7 +106969,7 @@ item_db: (
Id: 13598
AegisName: "Battle_Manual_Box1"
Name: "Field Manual Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -106986,7 +106987,7 @@ item_db: (
Id: 13599
AegisName: "Battle_Manual_Box5"
Name: "Field Manual Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107004,7 +107005,7 @@ item_db: (
Id: 13600
AegisName: "Siegfried_Box5"
Name: "Token of Ziegfried Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107022,7 +107023,7 @@ item_db: (
Id: 13601
AegisName: "Siegfried_Box20"
Name: "Token Of Siegfried 20 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107040,7 +107041,7 @@ item_db: (
Id: 13602
AegisName: "Kafra_Card_Box30"
Name: "Kafra Card Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107058,7 +107059,7 @@ item_db: (
Id: 13603
AegisName: "Kafra_Card_Box50"
Name: "Kafra Card Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107076,7 +107077,7 @@ item_db: (
Id: 13604
AegisName: "Str_Dish_Box30"
Name: "Steamed Tongue 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107094,7 +107095,7 @@ item_db: (
Id: 13605
AegisName: "Str_Dish_Box50"
Name: "Steamed Tongue 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107112,7 +107113,7 @@ item_db: (
Id: 13606
AegisName: "Bubble_Gum_Box1"
Name: "Bubble Gum Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107130,7 +107131,7 @@ item_db: (
Id: 13607
AegisName: "Bubble_Gum_Box5"
Name: "Bubble Gum Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107148,7 +107149,7 @@ item_db: (
Id: 13608
AegisName: "Megaphone_Box1"
Name: "Megaphone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107166,7 +107167,7 @@ item_db: (
Id: 13609
AegisName: "Megaphone_Box5"
Name: "Megaphone Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107184,7 +107185,7 @@ item_db: (
Id: 13610
AegisName: "Enriched_Elunium_Box5"
Name: "Enriched Elunium 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107202,7 +107203,7 @@ item_db: (
Id: 13611
AegisName: "Enriched_Oridecon_Box5"
Name: "Enriched Oridecon 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107220,7 +107221,7 @@ item_db: (
Id: 13612
AegisName: "Handcuff_Box"
Name: "Arrest Handcuffs Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107238,7 +107239,7 @@ item_db: (
Id: 13613
AegisName: "Super_Pet_Egg_Box1"
Name: "Super Pet Egg Box 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107256,7 +107257,7 @@ item_db: (
Id: 13614
AegisName: "Super_Pet_Egg_Box2"
Name: "Super Pet Egg Box 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107274,7 +107275,7 @@ item_db: (
Id: 13615
AegisName: "Super_Pet_Egg_Box3"
Name: "Super Pet Egg Box 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107292,7 +107293,7 @@ item_db: (
Id: 13616
AegisName: "Super_Pet_Egg_Box4"
Name: "Super Pet Egg Box 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107310,7 +107311,7 @@ item_db: (
Id: 13617
AegisName: "Super_Pet_Egg1"
Name: "Super Pet Egg 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107328,7 +107329,7 @@ item_db: (
Id: 13618
AegisName: "Super_Pet_Egg2"
Name: "Super Pet Egg 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107346,7 +107347,7 @@ item_db: (
Id: 13619
AegisName: "Super_Pet_Egg3"
Name: "Super Pet Egg 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107364,7 +107365,7 @@ item_db: (
Id: 13620
AegisName: "Super_Pet_Egg4"
Name: "Super Pet Egg 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107382,7 +107383,7 @@ item_db: (
Id: 13621
AegisName: "Greed_Box30"
Name: "Greed Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107400,7 +107401,7 @@ item_db: (
Id: 13622
AegisName: "Greed_Box50"
Name: "Greed Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107418,7 +107419,7 @@ item_db: (
Id: 13623
AegisName: "Greed_Box100"
Name: "Greed Scroll Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107436,7 +107437,7 @@ item_db: (
Id: 13624
AegisName: "Flee_30_Scroll_Box"
Name: "Evasion Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107454,7 +107455,7 @@ item_db: (
Id: 13625
AegisName: "Accuracy_30_Scroll_Box"
Name: "Concentration Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107472,7 +107473,7 @@ item_db: (
Id: 13626
AegisName: "Super_Card_Pet_Egg_Box1"
Name: "Super Card Pet Egg Box 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107490,7 +107491,7 @@ item_db: (
Id: 13627
AegisName: "Super_Card_Pet_Egg_Box2"
Name: "Super Card Pet Egg Box 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107508,7 +107509,7 @@ item_db: (
Id: 13628
AegisName: "Super_Card_Pet_Egg_Box3"
Name: "Super Card Pet Egg Box 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107526,7 +107527,7 @@ item_db: (
Id: 13629
AegisName: "Super_Card_Pet_Egg_Box4"
Name: "Super Card Pet Egg Box 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107544,7 +107545,7 @@ item_db: (
Id: 13630
AegisName: "Super_Card_Pet_Egg1"
Name: "Super Card Pet Egg 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107562,7 +107563,7 @@ item_db: (
Id: 13631
AegisName: "Super_Card_Pet_Egg2"
Name: "Super Card Pet Egg 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107580,7 +107581,7 @@ item_db: (
Id: 13632
AegisName: "Super_Card_Pet_Egg3"
Name: "Super Card Pet Egg 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107598,7 +107599,7 @@ item_db: (
Id: 13633
AegisName: "Super_Card_Pet_Egg4"
Name: "Super Card Pet Egg 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -107616,7 +107617,7 @@ item_db: (
Id: 13634
AegisName: "Vigorgra_Package1"
Name: "1 Hour Package Vol. 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107642,7 +107643,7 @@ item_db: (
Id: 13635
AegisName: "Vigorgra_Package2"
Name: "1 Hour Package Vol. 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107668,7 +107669,7 @@ item_db: (
Id: 13636
AegisName: "Vigorgra_Package3"
Name: "1 Hour Package Vol. 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107694,7 +107695,7 @@ item_db: (
Id: 13637
AegisName: "Vigorgra_Package4"
Name: "1 Hour Package Vol. 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107720,7 +107721,7 @@ item_db: (
Id: 13638
AegisName: "Vigorgra_Package5"
Name: "1 Hour Package Vol. 5"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107746,7 +107747,7 @@ item_db: (
Id: 13639
AegisName: "Vigorgra_Package6"
Name: "1 Hour Package Vol. 6"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107772,7 +107773,7 @@ item_db: (
Id: 13640
AegisName: "Vigorgra_Package7"
Name: "2 Hour Package Vol. 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107798,7 +107799,7 @@ item_db: (
Id: 13641
AegisName: "Vigorgra_Package8"
Name: "2 Hour Package Vol. 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107824,7 +107825,7 @@ item_db: (
Id: 13642
AegisName: "Vigorgra_Package9"
Name: "Start your Journey Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107850,7 +107851,7 @@ item_db: (
Id: 13643
AegisName: "Vigorgra_Package10"
Name: "2 Hour Package Vol. 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107876,7 +107877,7 @@ item_db: (
Id: 13644
AegisName: "Vigorgra_Package11"
Name: "2 Hour Package Vol. 5"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107902,7 +107903,7 @@ item_db: (
Id: 13645
AegisName: "Vigorgra_Package12"
Name: "2 Hour Package Vol. 6"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107928,7 +107929,7 @@ item_db: (
Id: 13646
AegisName: "Infiltrator_Box1"
Name: "Refined Infiltrator Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107946,7 +107947,7 @@ item_db: (
Id: 13647
AegisName: "Muramasa_Box1"
Name: "Refined Muramasa Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107964,7 +107965,7 @@ item_db: (
Id: 13648
AegisName: "Excalibur_Box1"
Name: "Refined Excalibur Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -107982,7 +107983,7 @@ item_db: (
Id: 13649
AegisName: "Combat_Knife_Box1"
Name: "Refined Combat Knife Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108000,7 +108001,7 @@ item_db: (
Id: 13650
AegisName: "Counter_Dagger_Box1"
Name: "Refined Dagger of Counter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108018,7 +108019,7 @@ item_db: (
Id: 13651
AegisName: "Kaiser_Knuckle_Box1"
Name: "Refined Kaiser Knuckle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108036,7 +108037,7 @@ item_db: (
Id: 13652
AegisName: "Pole_Axe_Box1"
Name: "Refined Pole Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108054,7 +108055,7 @@ item_db: (
Id: 13653
AegisName: "Mighty_Staff_Box1"
Name: "Refined Mighty Staff Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108072,7 +108073,7 @@ item_db: (
Id: 13654
AegisName: "Right_Epsilon_Box1"
Name: "Refined Light Epsilon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108090,7 +108091,7 @@ item_db: (
Id: 13655
AegisName: "Balistar_Box1"
Name: "Refined Ballista Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108108,7 +108109,7 @@ item_db: (
Id: 13656
AegisName: "Diary_Of_Sage_Box1"
Name: "Refined Sage's Diary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108126,7 +108127,7 @@ item_db: (
Id: 13657
AegisName: "Asura_Box1"
Name: "Refined Ashura Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108144,7 +108145,7 @@ item_db: (
Id: 13658
AegisName: "Apple_Of_Archer_Box1"
Name: "Refined Apple of Archer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108162,7 +108163,7 @@ item_db: (
Id: 13659
AegisName: "Bunny_Band_Box1"
Name: "Refined Bunny Band Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108180,7 +108181,7 @@ item_db: (
Id: 13660
AegisName: "Sahkkat_Box1"
Name: "Refined Sakkat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108198,7 +108199,7 @@ item_db: (
Id: 13661
AegisName: "Lord_Circlet_Box1"
Name: "Refined Grand Circlet Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108216,7 +108217,7 @@ item_db: (
Id: 13662
AegisName: "Elven_Ears_Box1"
Name: "Refined Elven Ears Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108234,7 +108235,7 @@ item_db: (
Id: 13663
AegisName: "Steel_Flower_Box1"
Name: "Refined Romantic Flower Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108252,7 +108253,7 @@ item_db: (
Id: 13664
AegisName: "Critical_Ring_Box1"
Name: "Refined Critical Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108270,7 +108271,7 @@ item_db: (
Id: 13665
AegisName: "Earring_Box1"
Name: "Refined Earring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108288,7 +108289,7 @@ item_db: (
Id: 13666
AegisName: "Ring_Box1"
Name: "Refined Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108306,7 +108307,7 @@ item_db: (
Id: 13667
AegisName: "Necklace_Box1"
Name: "Refined Necklace Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108324,7 +108325,7 @@ item_db: (
Id: 13668
AegisName: "Glove_Box1"
Name: "Refined Glove Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108342,7 +108343,7 @@ item_db: (
Id: 13669
AegisName: "Brooch_Box1"
Name: "Refined Brooch Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108360,7 +108361,7 @@ item_db: (
Id: 13670
AegisName: "Rosary_Box1"
Name: "Refined Rosary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108378,7 +108379,7 @@ item_db: (
Id: 13671
AegisName: "Safety_Ring_Box1"
Name: "Refined Safety Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108396,7 +108397,7 @@ item_db: (
Id: 13672
AegisName: "Vesper_Core01_Box1"
Name: "Refined Vesper Core 01 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108414,7 +108415,7 @@ item_db: (
Id: 13673
AegisName: "Vesper_Core02_Box1"
Name: "Refined Vesper Core 02 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108432,7 +108433,7 @@ item_db: (
Id: 13674
AegisName: "Vesper_Core03_Box1"
Name: "Refined Vesper Core 03 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108450,7 +108451,7 @@ item_db: (
Id: 13675
AegisName: "Vesper_Core04_Box1"
Name: "Refined Vesper Core 04 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108468,7 +108469,7 @@ item_db: (
Id: 13676
AegisName: "Drooping_Kitty_Box1"
Name: "Refined Drooping Cat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108486,7 +108487,7 @@ item_db: (
Id: 13677
AegisName: "Magestic_Goat_Box1"
Name: "Refined Majestic Goat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108504,7 +108505,7 @@ item_db: (
Id: 13678
AegisName: "Deviruchi_Cap_Box1"
Name: "Refined Deviruchi Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108522,7 +108523,7 @@ item_db: (
Id: 13679
AegisName: "Executioner_Box1"
Name: "Refined Executioner Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108540,7 +108541,7 @@ item_db: (
Id: 13680
AegisName: "Brood_Axe_Box1"
Name: "Punksutawney Phil's Lucky Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108558,7 +108559,7 @@ item_db: (
Id: 13681
AegisName: "Tomahawk_Box1"
Name: "Serpent's Surprise"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108576,7 +108577,7 @@ item_db: (
Id: 13682
AegisName: "Bow_Of_Rudra_Box1"
Name: "Tricky Halloween Treat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108594,7 +108595,7 @@ item_db: (
Id: 13683
AegisName: "Cutlas_Box1"
Name: "Lovely Groove Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108612,7 +108613,7 @@ item_db: (
Id: 13684
AegisName: "Solar_Sword_Box1"
Name: "Refined Solar Sword Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108630,7 +108631,7 @@ item_db: (
Id: 13685
AegisName: "Sword_Breaker_Box1"
Name: "Tricky Halloween Treat Crate"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108648,7 +108649,7 @@ item_db: (
Id: 13686
AegisName: "Mail_Breaker_Box1"
Name: "Yule Love This Lucky Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108666,7 +108667,7 @@ item_db: (
Id: 13687
AegisName: "Moonlight_Sword_Box1"
Name: "Apocalypse Survivor Fire Sale Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108684,7 +108685,7 @@ item_db: (
Id: 13688
AegisName: "Spanner_Box1"
Name: "Refined Wrench Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108702,7 +108703,7 @@ item_db: (
Id: 13689
AegisName: "Bok_Choy_Box"
Name: "Bok Choy Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108720,7 +108721,7 @@ item_db: (
Id: 13690
AegisName: "Chung_E_Cake_Box"
Name: "Chung E Cake Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -108738,7 +108739,7 @@ item_db: (
Id: 13691
AegisName: "Freyja_Overcoat_Box"
Name: "Freya's Clothes Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108755,7 +108756,7 @@ item_db: (
Id: 13692
AegisName: "Freyja_Boots_Box"
Name: "Freya's Boots Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108772,7 +108773,7 @@ item_db: (
Id: 13693
AegisName: "Freyja_Cape_Box"
Name: "Freya's Manteau Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108789,7 +108790,7 @@ item_db: (
Id: 13694
AegisName: "Freyja_Crown_Box"
Name: "Freya's Crown Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108806,7 +108807,7 @@ item_db: (
Id: 13695
AegisName: "Battle_Manual25_Box"
Name: "Field Manual 25% Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108823,7 +108824,7 @@ item_db: (
Id: 13696
AegisName: "Battle_Manual100_Box"
Name: "Field Manual 100% Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108840,7 +108841,7 @@ item_db: (
Id: 13697
AegisName: "J_Blessing10_Box"
Name: "Blessing Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108857,7 +108858,7 @@ item_db: (
Id: 13698
AegisName: "J_Inc_Agi10_Box"
Name: "Increase Agility Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108874,7 +108875,7 @@ item_db: (
Id: 13699
AegisName: "J_Wind_Walk10_Box"
Name: "Wind Walk Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108891,7 +108892,7 @@ item_db: (
Id: 13700
AegisName: "J_Adrenaline10_Box"
Name: "Adrenaline Rush Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -108908,7 +108909,7 @@ item_db: (
Id: 13701
AegisName: "Pet_Egg_Scroll12"
Name: "Pet Egg Scroll 12"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -108925,7 +108926,7 @@ item_db: (
Id: 13702
AegisName: "Pet_Egg_Scroll13"
Name: "Pet Egg Scroll 13"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -108942,7 +108943,7 @@ item_db: (
Id: 13703
AegisName: "Pet_Egg_Scroll14"
Name: "Pet Egg Scroll 14"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -108959,7 +108960,7 @@ item_db: (
Id: 13704
AegisName: "Super_Pet_Egg5"
Name: "Super Pet Egg 5"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -108977,7 +108978,7 @@ item_db: (
Id: 13705
AegisName: "Super_Pet_Egg6"
Name: "Super Pet Egg 6"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -108995,7 +108996,7 @@ item_db: (
Id: 13706
AegisName: "Super_Pet_Egg7"
Name: "Super Pet Egg 7"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -109013,7 +109014,7 @@ item_db: (
Id: 13707
AegisName: "Super_Pet_Egg8"
Name: "Super Pet Egg 8"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -109031,7 +109032,7 @@ item_db: (
Id: 13708
AegisName: "Pet_Egg_Scroll_E"
Name: "Pet Egg Scroll E"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -109049,7 +109050,7 @@ item_db: (
Id: 13709
AegisName: "BRO_Package_1"
Name: "BRO Package Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -109066,7 +109067,7 @@ item_db: (
Id: 13710
AegisName: "Max_Weight_Up_Box"
Name: "Gym Pass Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109084,7 +109085,7 @@ item_db: (
Id: 13711
AegisName: "Small_Life_Potion_Box"
Name: "Small Life Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109102,7 +109103,7 @@ item_db: (
Id: 13712
AegisName: "Small_Life_Potion_Box30"
Name: "Small Life Potion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109120,7 +109121,7 @@ item_db: (
Id: 13713
AegisName: "Small_Life_Potion_Box50"
Name: "Small Life Potion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109138,7 +109139,7 @@ item_db: (
Id: 13714
AegisName: "Med_Life_Potion_Box"
Name: "Medium Life Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109156,7 +109157,7 @@ item_db: (
Id: 13715
AegisName: "Med_Life_Potion_Box30"
Name: "Medium Life Potion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109174,7 +109175,7 @@ item_db: (
Id: 13716
AegisName: "Med_Life_Potion_Box50"
Name: "Medium Life Potion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109192,7 +109193,7 @@ item_db: (
Id: 13717
AegisName: "Abrasive_Box5"
Name: "Abrasive 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109210,7 +109211,7 @@ item_db: (
Id: 13718
AegisName: "Abrasive_Box10"
Name: "Abrasive 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109228,7 +109229,7 @@ item_db: (
Id: 13719
AegisName: "Regeneration_Box5"
Name: "Regeneration Potion 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109246,7 +109247,7 @@ item_db: (
Id: 13720
AegisName: "Regeneration_Box10"
Name: "Regeneration 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109264,7 +109265,7 @@ item_db: (
Id: 13721
AegisName: "Dun_Tele_Scroll_Box10"
Name: "Dungeon Teleport Scroll 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109282,7 +109283,7 @@ item_db: (
Id: 13722
AegisName: "Pecopeco_Hairband_Box"
Name: "Pecopeco Hairband Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109300,7 +109301,7 @@ item_db: (
Id: 13723
AegisName: "Red_Glasses_Box"
Name: "Red Glasses Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109318,7 +109319,7 @@ item_db: (
Id: 13724
AegisName: "Whisper_Mask_Box"
Name: "Whisper Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109336,7 +109337,7 @@ item_db: (
Id: 13725
AegisName: "Ramen_Hat_Box"
Name: "Ramen Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109354,7 +109355,7 @@ item_db: (
Id: 13726
AegisName: "Gold_Box_"
Name: "Golden Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -109371,7 +109372,7 @@ item_db: (
Id: 13727
AegisName: "Silver_Box_"
Name: "Silver Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -109388,7 +109389,7 @@ item_db: (
Id: 13728
AegisName: "Gold_Key1_Box"
Name: "Golden Key Box(1)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -109405,7 +109406,7 @@ item_db: (
Id: 13729
AegisName: "Gold_Key5_Box"
Name: "Golden Key Box(5)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -109422,7 +109423,7 @@ item_db: (
Id: 13730
AegisName: "Silver_Key1_Box"
Name: "Silver Key Box(1)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -109439,7 +109440,7 @@ item_db: (
Id: 13731
AegisName: "Silver_Key5_Box"
Name: "Silver Key Box(5)"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -109456,7 +109457,7 @@ item_db: (
Id: 13734
AegisName: "Pecopeco_Hairband_Box1"
Name: "Peco Peco Hairband Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109474,7 +109475,7 @@ item_db: (
Id: 13735
AegisName: "Red_Glasses_Box1"
Name: "Red Glasses Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109492,7 +109493,7 @@ item_db: (
Id: 13736
AegisName: "Whisper_Mask_Box1"
Name: "Whisper Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109510,7 +109511,7 @@ item_db: (
Id: 13737
AegisName: "Ramen_Hat_Box1"
Name: "Ramen Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109528,7 +109529,7 @@ item_db: (
Id: 13738
AegisName: "Glass_Of_Illusion_Box5"
Name: "Glass of Illusion 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109546,7 +109547,7 @@ item_db: (
Id: 13739
AegisName: "Glass_Of_Illusion_Box10"
Name: "Glass of Illusion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109564,7 +109565,7 @@ item_db: (
Id: 13740
AegisName: "Shadow_Armor_S_Box5"
Name: "Shadow Armor Scroll 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109582,7 +109583,7 @@ item_db: (
Id: 13741
AegisName: "Shadow_Armor_S_Box10"
Name: "Shadow Armor Scroll 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109600,7 +109601,7 @@ item_db: (
Id: 13742
AegisName: "Shadow_Armor_S_Box30"
Name: "Shadow Armor Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109618,7 +109619,7 @@ item_db: (
Id: 13743
AegisName: "Holy_Armor_S_Box5"
Name: "Holy Armor Scroll 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109636,7 +109637,7 @@ item_db: (
Id: 13744
AegisName: "Holy_Armor_S_Box10"
Name: "Holy Armor Scroll 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109654,7 +109655,7 @@ item_db: (
Id: 13745
AegisName: "Holy_Armor_S_Box30"
Name: "Holy Armor Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109672,7 +109673,7 @@ item_db: (
Id: 13746
AegisName: "S_Def_Potion_Box10"
Name: "Small Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109690,7 +109691,7 @@ item_db: (
Id: 13747
AegisName: "S_Def_Potion_Box30"
Name: "Small Defense Potion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109708,7 +109709,7 @@ item_db: (
Id: 13748
AegisName: "S_Def_Potion_Box50"
Name: "Small Defense Potion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109726,7 +109727,7 @@ item_db: (
Id: 13749
AegisName: "B_Def_Potion_Box10"
Name: "Big Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109744,7 +109745,7 @@ item_db: (
Id: 13750
AegisName: "B_Def_Potion_Box30"
Name: "Big Defense Potion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109762,7 +109763,7 @@ item_db: (
Id: 13751
AegisName: "B_Def_Potion_Box50"
Name: "Big Defense Potion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109780,7 +109781,7 @@ item_db: (
Id: 13752
AegisName: "S_Mdef_Potion_Box10"
Name: "Small Magic Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109798,7 +109799,7 @@ item_db: (
Id: 13753
AegisName: "S_Mdef_Potion_Box30"
Name: "Small Magic Defense Potion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109816,7 +109817,7 @@ item_db: (
Id: 13754
AegisName: "S_Mdef_Potion_Box50"
Name: "Small Magic Defense Potion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109834,7 +109835,7 @@ item_db: (
Id: 13755
AegisName: "B_Mdef_Potion_Box10"
Name: "Big Magic Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109852,7 +109853,7 @@ item_db: (
Id: 13756
AegisName: "B_Mdef_Potion_Box30"
Name: "Big Magic Defense Potion 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109870,7 +109871,7 @@ item_db: (
Id: 13757
AegisName: "B_Mdef_Potion_Box50"
Name: "Big Magic Defense Potion 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109888,7 +109889,7 @@ item_db: (
Id: 13758
AegisName: "Battle_Manual_X3_Box"
Name: "Field Manual 300% Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109906,7 +109907,7 @@ item_db: (
Id: 13759
AegisName: "In_Blue_Herb_Box"
Name: "Blue Herb Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109924,7 +109925,7 @@ item_db: (
Id: 13760
AegisName: "Honey_Box"
Name: "Honey Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109942,7 +109943,7 @@ item_db: (
Id: 13761
AegisName: "Empty_Bottle_Box"
Name: "Empty Bottle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109960,7 +109961,7 @@ item_db: (
Id: 13762
AegisName: "In_Royal_Jelly_Box"
Name: "Royal Jelly Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109978,7 +109979,7 @@ item_db: (
Id: 13763
AegisName: "5_Anniversary_Coin_Box"
Name: "PCRoom Premium Anniversary Coin Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -109997,7 +109998,7 @@ item_db: (
Id: 13764
AegisName: "Battle_Manual_Box_TW"
Name: "Beginner's Field Manual Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110015,7 +110016,7 @@ item_db: (
Id: 13765
AegisName: "Certificate_TW_Box"
Name: "... Certificate"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110034,7 +110035,7 @@ item_db: (
Id: 13766
AegisName: "Nagan_Box"
Name: "Refined Nagan Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110052,7 +110053,7 @@ item_db: (
Id: 13767
AegisName: "Skewer_Box"
Name: "Refined Brocca Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110070,7 +110071,7 @@ item_db: (
Id: 13768
AegisName: "Survival_Rod_Box"
Name: "Refined Survivor's Rod Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110088,7 +110089,7 @@ item_db: (
Id: 13769
AegisName: "Quadrille_Box"
Name: "Refined Quadrille Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110106,7 +110107,7 @@ item_db: (
Id: 13770
AegisName: "Great_Axe_Box"
Name: "Refined Great Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110124,7 +110125,7 @@ item_db: (
Id: 13771
AegisName: "Bloody_Roar_Box"
Name: "Refined Bloody Roar Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110142,7 +110143,7 @@ item_db: (
Id: 13772
AegisName: "Hardback_Box"
Name: "Refined Hardcover Book Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110160,7 +110161,7 @@ item_db: (
Id: 13773
AegisName: "Fire_Brand_Box"
Name: "Refined Fireblend Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110178,7 +110179,7 @@ item_db: (
Id: 13774
AegisName: "Immaterial_Sword_Box"
Name: "Refined Immaterial Sword Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110196,7 +110197,7 @@ item_db: (
Id: 13775
AegisName: "Unholy_Touch_Box"
Name: "Refined Unholy Touch Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110214,7 +110215,7 @@ item_db: (
Id: 13776
AegisName: "Cloak_Of_Survival_Box"
Name: "Refined Survivor's Manteau Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110232,7 +110233,7 @@ item_db: (
Id: 13777
AegisName: "Masquerade_Box"
Name: "Refined Masquerade Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110250,7 +110251,7 @@ item_db: (
Id: 13778
AegisName: "Orc_Hero_Helm_Box"
Name: "Refined Helmet of Orc Hero Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110268,7 +110269,7 @@ item_db: (
Id: 13779
AegisName: "Evil_Wing_Ears_Box"
Name: "Refined Wing of Diablo Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110286,7 +110287,7 @@ item_db: (
Id: 13780
AegisName: "Dark_Blindfold_Box"
Name: "Refined Dark Blinder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110304,7 +110305,7 @@ item_db: (
Id: 13781
AegisName: "kRO_Drooping_Kitty_Box"
Name: "Refined Drooping Cat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110322,7 +110323,7 @@ item_db: (
Id: 13782
AegisName: "Corsair_Box"
Name: "Refined Corsair Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110340,7 +110341,7 @@ item_db: (
Id: 13783
AegisName: "Bloody_Iron_Ball_Box"
Name: "Refined Bloodied Shackle Ball Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110358,7 +110359,7 @@ item_db: (
Id: 13784
AegisName: "Spiritual_Ring_Box"
Name: "Refined Spiritual Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110376,7 +110377,7 @@ item_db: (
Id: 13785
AegisName: "Nagan_Box1"
Name: "Refined Nagan Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110394,7 +110395,7 @@ item_db: (
Id: 13786
AegisName: "Skewer_Box1"
Name: "Refined Brocca Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110412,7 +110413,7 @@ item_db: (
Id: 13787
AegisName: "Survival_Rod_Box1"
Name: "Refined Survivor's Rod Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110430,7 +110431,7 @@ item_db: (
Id: 13788
AegisName: "Quadrille_Box1"
Name: "Refined Quadrille Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110448,7 +110449,7 @@ item_db: (
Id: 13789
AegisName: "Great_Axe_Box1"
Name: "Refined Great Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110466,7 +110467,7 @@ item_db: (
Id: 13790
AegisName: "Bloody_Roar_Box1"
Name: "Fall Into The Groove Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110484,7 +110485,7 @@ item_db: (
Id: 13791
AegisName: "Hardback_Box1"
Name: "Turkey Day Groove Pack with Gravy"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110502,7 +110503,7 @@ item_db: (
Id: 13792
AegisName: "Fire_Brand_Box1"
Name: "Refined Fireblend Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110520,7 +110521,7 @@ item_db: (
Id: 13793
AegisName: "Immaterial_Sword_Box1"
Name: "Black Friday Groove Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110538,7 +110539,7 @@ item_db: (
Id: 13794
AegisName: "Unholy_Touch_Box1"
Name: "Cyber Monday Lucky Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110556,7 +110557,7 @@ item_db: (
Id: 13795
AegisName: "Cloak_Of_Survival_Box1"
Name: "Refined Survivor's Manteau Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110574,7 +110575,7 @@ item_db: (
Id: 13796
AegisName: "Masquerade_Box1"
Name: "Refined Masquerade Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110592,7 +110593,7 @@ item_db: (
Id: 13797
AegisName: "Orc_Hero_Helm_Box1"
Name: "Refined Helmet of Orc Hero Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110610,7 +110611,7 @@ item_db: (
Id: 13798
AegisName: "Evil_Wing_Ears_Box1"
Name: "Refined Wing of Diablo Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110628,7 +110629,7 @@ item_db: (
Id: 13799
AegisName: "Dark_Blindfold_Box1"
Name: "Refined Dark Blinder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110646,7 +110647,7 @@ item_db: (
Id: 13800
AegisName: "kRO_Drooping_Kitty_Box1"
Name: "Refined Drooping Cat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110664,7 +110665,7 @@ item_db: (
Id: 13801
AegisName: "Corsair_Box1"
Name: "Refined Corsair Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110682,7 +110683,7 @@ item_db: (
Id: 13802
AegisName: "Bloody_Iron_Ball_Box1"
Name: "Pirate's Booty Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110700,7 +110701,7 @@ item_db: (
Id: 13803
AegisName: "Spiritual_Ring_Box1"
Name: "Refined Spiritual Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110718,7 +110719,7 @@ item_db: (
Id: 13804
AegisName: "Fire_Cracker_Love_Box"
Name: "I Love You Firecracker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110736,7 +110737,7 @@ item_db: (
Id: 13805
AegisName: "Fire_Cracker_Wday_Box"
Name: "Whiteday Firecracker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110754,7 +110755,7 @@ item_db: (
Id: 13806
AegisName: "Fire_Cracker_Vday_Box"
Name: "Valentine's Day Firecracker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110772,7 +110773,7 @@ item_db: (
Id: 13807
AegisName: "Fire_Cracker_Bday_Box"
Name: "Birthday Firecracker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110790,7 +110791,7 @@ item_db: (
Id: 13808
AegisName: "Fire_Cracker_Xmas_Box"
Name: "Xmas Firecracker Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110808,7 +110809,7 @@ item_db: (
Id: 13809
AegisName: "Blue_Gemstone_Box"
Name: "Blue Gemstone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110826,7 +110827,7 @@ item_db: (
Id: 13810
AegisName: "Blue_Potion_Box"
Name: "Light Blue Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110844,7 +110845,7 @@ item_db: (
Id: 13811
AegisName: "Food_Box_Lv1"
Name: "+20 Basic Food Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110869,7 +110870,7 @@ item_db: (
Id: 13812
AegisName: "Food_Box_Lv2"
Name: "Food Box Vol 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110894,7 +110895,7 @@ item_db: (
Id: 13813
AegisName: "Food_Box_Lv3"
Name: "Food Box Vol 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110919,7 +110920,7 @@ item_db: (
Id: 13814
AegisName: "Indonesia_Box"
Name: "Healing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110936,7 +110937,7 @@ item_db: (
Id: 13815
AegisName: "Knife_Goblin_Box"
Name: "Knife Goblin Taming Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110954,7 +110955,7 @@ item_db: (
Id: 13816
AegisName: "Flail_Goblin_Box"
Name: "Flail Goblin Taming Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110972,7 +110973,7 @@ item_db: (
Id: 13817
AegisName: "Hammer_Goblin_Box"
Name: "Hammer Goblin Taming Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -110990,7 +110991,7 @@ item_db: (
Id: 13818
AegisName: "Red_Deleter_Box"
Name: "Red Deleter Taming Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111008,7 +111009,7 @@ item_db: (
Id: 13819
AegisName: "Diabolic_Box"
Name: "Diabolic Taming Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111026,7 +111027,7 @@ item_db: (
Id: 13820
AegisName: "Wanderer_Box"
Name: "Wanderer Taming Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111044,7 +111045,7 @@ item_db: (
Id: 13821
AegisName: "Green_Apple_Box"
Name: "Green Apple Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111062,7 +111063,7 @@ item_db: (
Id: 13822
AegisName: "Whole_Barbecue_Box"
Name: "Barbeque Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111080,7 +111081,7 @@ item_db: (
Id: 13823
AegisName: "Meat_Veg_Skewer_Box"
Name: "Meat Skewer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111098,7 +111099,7 @@ item_db: (
Id: 13824
AegisName: "Spirit_Liquor_Box"
Name: "Spirit Liquor Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111116,7 +111117,7 @@ item_db: (
Id: 13825
AegisName: "Green_Box_"
Name: "Old Green Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -111124,7 +111125,7 @@ item_db: (
Id: 13826
AegisName: "Power_Box1"
Name: "Power Box 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111146,7 +111147,7 @@ item_db: (
Id: 13827
AegisName: "Power_Box2"
Name: "Power Box 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111168,7 +111169,7 @@ item_db: (
Id: 13828
AegisName: "Resist_Box1"
Name: "Resist Box 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111189,7 +111190,7 @@ item_db: (
Id: 13829
AegisName: "Resist_Box2"
Name: "Resist Box 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111210,7 +111211,7 @@ item_db: (
Id: 13830
AegisName: "Stat_Boost1"
Name: "Stat Boost 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111232,7 +111233,7 @@ item_db: (
Id: 13831
AegisName: "Stat_Boost2"
Name: "Stat Boost 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111254,7 +111255,7 @@ item_db: (
Id: 13832
AegisName: "Stat_Boost3"
Name: "Stat Boost 3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111276,7 +111277,7 @@ item_db: (
Id: 13833
AegisName: "Stat_Boost4"
Name: "Stat Boost 4"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -111298,7 +111299,7 @@ item_db: (
Id: 13834
AegisName: "Dun_Tele_Scroll2_Box5"
Name: "Dungeon Teleport Scroll II Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111316,7 +111317,7 @@ item_db: (
Id: 13835
AegisName: "Dun_Tele_Scroll2_Box10"
Name: "Dungeon Teleport Scroll II Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111334,7 +111335,7 @@ item_db: (
Id: 13836
AegisName: "Mbl_Str_Dish_Box"
Name: "Steamed Tongue Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111352,7 +111353,7 @@ item_db: (
Id: 13837
AegisName: "Mbl_Agi_Dish_Box"
Name: "Steamed Desert Scorpions Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111370,7 +111371,7 @@ item_db: (
Id: 13838
AegisName: "Mbl_Int_Dish_Box"
Name: "Dragon Breath Cocktail Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111388,7 +111389,7 @@ item_db: (
Id: 13839
AegisName: "Mbl_Dex_Dish_Box"
Name: "Hwergelmir's Tonic Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111406,7 +111407,7 @@ item_db: (
Id: 13840
AegisName: "Mbl_Luk_Dish_Box"
Name: "Cooked Nine Tail Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111424,7 +111425,7 @@ item_db: (
Id: 13841
AegisName: "Mbl_Vit_Dish_Box"
Name: "Immortal Stew Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111442,7 +111443,7 @@ item_db: (
Id: 13842
AegisName: "Mbl_Kafra_Card_Box"
Name: "Payment Statement for Kafra Employee Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111460,7 +111461,7 @@ item_db: (
Id: 13843
AegisName: "Mbl_Battle_Manual_Box"
Name: "Field Manual Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111478,7 +111479,7 @@ item_db: (
Id: 13844
AegisName: "Heroic_Stone_Box"
Name: "Heroic Stone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111496,7 +111497,7 @@ item_db: (
Id: 13845
AegisName: "Mysterious_Travel_Sack1"
Name: "Mystery Travel Sack A"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111514,7 +111515,7 @@ item_db: (
Id: 13846
AegisName: "Mysterious_Travel_Sack2"
Name: "Mystery Travel Sack B"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111532,7 +111533,7 @@ item_db: (
Id: 13847
AegisName: "Mysterious_Travel_Sack3"
Name: "Mystery Travel Sack C"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111550,7 +111551,7 @@ item_db: (
Id: 13848
AegisName: "Mysterious_Travel_Sack4"
Name: "Mystery Travel Sack D"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111568,7 +111569,7 @@ item_db: (
Id: 13849
AegisName: "WOB_Box_Rune5"
Name: "Yellow Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111586,7 +111587,7 @@ item_db: (
Id: 13850
AegisName: "WOB_Box_Rune10"
Name: "Yellow Butterfly Wing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111604,7 +111605,7 @@ item_db: (
Id: 13851
AegisName: "WOB_Box_Schawaltz5"
Name: "Green Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111622,7 +111623,7 @@ item_db: (
Id: 13852
AegisName: "WOB_Box_Schawaltz10"
Name: "Green Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111640,7 +111641,7 @@ item_db: (
Id: 13853
AegisName: "WOB_Box_Rachel5"
Name: "Red Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111658,7 +111659,7 @@ item_db: (
Id: 13854
AegisName: "WOB_Box_Rachel10"
Name: "Red Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111676,7 +111677,7 @@ item_db: (
Id: 13855
AegisName: "WOB_Box_Local5"
Name: "Blue Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111694,7 +111695,7 @@ item_db: (
Id: 13856
AegisName: "WOB_Box_Local10"
Name: "Blue Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111712,7 +111713,7 @@ item_db: (
Id: 13857
AegisName: "Spark_Candy_Box5"
Name: "Candy Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111730,7 +111731,7 @@ item_db: (
Id: 13858
AegisName: "Spark_Candy_Box10"
Name: "Candy Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111748,7 +111749,7 @@ item_db: (
Id: 13859
AegisName: "Directive_A_Envelope"
Name: "Directive Envelope A"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111767,7 +111768,7 @@ item_db: (
Id: 13860
AegisName: "Directive_B_Envelope"
Name: "Directive Envelope B"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111786,7 +111787,7 @@ item_db: (
Id: 13861
AegisName: "Mini_Battle_Manual_Box"
Name: "Small Field Manual Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111804,7 +111805,7 @@ item_db: (
Id: 13862
AegisName: "Trial_Box"
Name: "Trial Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111826,7 +111827,7 @@ item_db: (
Id: 13863
AegisName: "Repair_Scroll_Box10"
Name: "Repair Weapon Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111850,7 +111851,7 @@ item_db: (
Id: 13864
AegisName: "Hockey_Mask_Box"
Name: "Hockey Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111868,7 +111869,7 @@ item_db: (
Id: 13865
AegisName: "Observer_Box"
Name: "Observer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111886,7 +111887,7 @@ item_db: (
Id: 13866
AegisName: "Flying_Angel_Box"
Name: "Flapping Angel Wing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111904,7 +111905,7 @@ item_db: (
Id: 13867
AegisName: "Neko_Mimi_Box"
Name: "Neko Mimi Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111922,7 +111923,7 @@ item_db: (
Id: 13868
AegisName: "MFH_Box"
Name: "Moonlight Flower Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111940,7 +111941,7 @@ item_db: (
Id: 13869
AegisName: "Chick_Hat_Box"
Name: "Chick Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111958,7 +111959,7 @@ item_db: (
Id: 13870
AegisName: "New_Style_Box"
Name: "Beauty Gift Certificate Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -111976,7 +111977,7 @@ item_db: (
Id: 13871
AegisName: "Magician_Card_Box"
Name: "Mage Set Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112001,7 +112002,7 @@ item_db: (
Id: 13872
AegisName: "Acolyte_Card_Box"
Name: "Acolyte Set Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112025,7 +112026,7 @@ item_db: (
Id: 13873
AegisName: "Archer_Card_Box"
Name: "Archer Set Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112049,7 +112050,7 @@ item_db: (
Id: 13874
AegisName: "Swordman_Card_Box"
Name: "Swordman Set Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112073,7 +112074,7 @@ item_db: (
Id: 13875
AegisName: "Thief_Card_Box"
Name: "Thief Set Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112097,7 +112098,7 @@ item_db: (
Id: 13876
AegisName: "Merchant_Card_Box"
Name: "Merchant Set Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112121,7 +112122,7 @@ item_db: (
Id: 13877
AegisName: "Clock_Tower_Card_Box"
Name: "Clock Tower Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112144,7 +112145,7 @@ item_db: (
Id: 13878
AegisName: "Geffenia_Card_Box"
Name: "Geffenia Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112165,7 +112166,7 @@ item_db: (
Id: 13879
AegisName: "Owl_Card_Box"
Name: "Owl Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112186,7 +112187,7 @@ item_db: (
Id: 13880
AegisName: "Ghost_Card_Box"
Name: "Ghost Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112207,7 +112208,7 @@ item_db: (
Id: 13881
AegisName: "Nightmare_Card_Box"
Name: "Nightmare Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112228,7 +112229,7 @@ item_db: (
Id: 13882
AegisName: "Curse_Card_Box"
Name: "Curse Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112246,7 +112247,7 @@ item_db: (
Id: 13883
AegisName: "Sleep_Card_Box"
Name: "Sleep Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112264,7 +112265,7 @@ item_db: (
Id: 13884
AegisName: "Freeze_Card_Box"
Name: "Freeze Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112282,7 +112283,7 @@ item_db: (
Id: 13885
AegisName: "Stun_Card_Box"
Name: "Stun Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112300,7 +112301,7 @@ item_db: (
Id: 13886
AegisName: "Silence_Card_Box"
Name: "Silence Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112318,7 +112319,7 @@ item_db: (
Id: 13887
AegisName: "Blind_Card_Box"
Name: "Blind Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112336,7 +112337,7 @@ item_db: (
Id: 13888
AegisName: "Chaos_Card_Box"
Name: "Chaos Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112354,7 +112355,7 @@ item_db: (
Id: 13889
AegisName: "Elunium_Box_"
Name: "Elunium Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112372,7 +112373,7 @@ item_db: (
Id: 13890
AegisName: "Oridecon_Box_"
Name: "Oridecon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112390,7 +112391,7 @@ item_db: (
Id: 13891
AegisName: "Fire_Converter_Box"
Name: "Fire Converter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112408,7 +112409,7 @@ item_db: (
Id: 13892
AegisName: "Water_Converter_Box"
Name: "Water Converter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112426,7 +112427,7 @@ item_db: (
Id: 13893
AegisName: "Wind_Converter_Box"
Name: "Wind Converter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112444,7 +112445,7 @@ item_db: (
Id: 13894
AegisName: "Earth_Converter_Box"
Name: "Earth Converter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112462,7 +112463,7 @@ item_db: (
Id: 13895
AegisName: "Starter_Pack"
Name: "Starter Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112495,7 +112496,7 @@ item_db: (
Id: 13896
AegisName: "Mimic_Summon_Box5"
Name: "Mimic Summoning Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112513,7 +112514,7 @@ item_db: (
Id: 13897
AegisName: "Disguise_Summon_Box5"
Name: "Disguise Summoning Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112531,7 +112532,7 @@ item_db: (
Id: 13898
AegisName: "Alice_Summon_Box5"
Name: "Alice Summoning Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112549,7 +112550,7 @@ item_db: (
Id: 13899
AegisName: "Mimic_Summon_Box10"
Name: "Mimic Summoning Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112567,7 +112568,7 @@ item_db: (
Id: 13900
AegisName: "Disguise_Summon_Box10"
Name: "Disguise Summoning Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112585,7 +112586,7 @@ item_db: (
Id: 13901
AegisName: "Alice_Summon_Box10"
Name: "Alice Summoning Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112603,7 +112604,7 @@ item_db: (
Id: 13902
AegisName: "Fish_Head_Hat_Box"
Name: "Fish Head Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112621,7 +112622,7 @@ item_db: (
Id: 13903
AegisName: "Santa_Poring_Hat_Box"
Name: "Santa Poring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112639,7 +112640,7 @@ item_db: (
Id: 13904
AegisName: "Bell_Ribbon_Box"
Name: "Bell Ribbon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112657,7 +112658,7 @@ item_db: (
Id: 13905
AegisName: "Hard_Core_Set_Box"
Name: "XM Hardcore Set Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112679,7 +112680,7 @@ item_db: (
Id: 13906
AegisName: "Kitty_Set_Box"
Name: "XM Kitty Set Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112703,7 +112704,7 @@ item_db: (
Id: 13907
AegisName: "Soft_Core_Set_Box"
Name: "XM Softcore Set Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112725,7 +112726,7 @@ item_db: (
Id: 13908
AegisName: "Deviruchi_Set_Box"
Name: "Class Set Card Album"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112747,7 +112748,7 @@ item_db: (
Id: 13909
AegisName: "MVP_Hunt_Box"
Name: "MVP Hunting Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112770,7 +112771,7 @@ item_db: (
Id: 13910
AegisName: "Brewing_Box"
Name: "XM Brewing Set Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112792,7 +112793,7 @@ item_db: (
Id: 13911
AegisName: "Xmas_Pet_Scroll"
Name: "Christmas Pet Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -112810,7 +112811,7 @@ item_db: (
Id: 13912
AegisName: "Party_Blessing_Box"
Name: "Party Blessing 10 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112828,7 +112829,7 @@ item_db: (
Id: 13913
AegisName: "Party_Inc_Agi_Box"
Name: "Party Increase Agi 10 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112846,7 +112847,7 @@ item_db: (
Id: 13914
AegisName: "Party_Assumptio_Box"
Name: "Party Assumptio 5 Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112864,7 +112865,7 @@ item_db: (
Id: 13915
AegisName: "Love_Angel_Box"
Name: "Love Angel Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112882,7 +112883,7 @@ item_db: (
Id: 13916
AegisName: "Squirrel_Box"
Name: "Squirrel Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112900,7 +112901,7 @@ item_db: (
Id: 13917
AegisName: "Gogo_Box"
Name: "Gogo Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112918,7 +112919,7 @@ item_db: (
Id: 13918
AegisName: "Drooping_W_Kitty_Box"
Name: "Koneko Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112936,7 +112937,7 @@ item_db: (
Id: 13919
AegisName: "L_Magestic_Goat_Box"
Name: "Baphomet Horns Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112954,7 +112955,7 @@ item_db: (
Id: 13920
AegisName: "Satanic_Chain_P_Box"
Name: "Flying Evil Wing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112972,7 +112973,7 @@ item_db: (
Id: 13921
AegisName: "Antique_Pipe_Box"
Name: "Gentleman's Pipe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -112990,7 +112991,7 @@ item_db: (
Id: 13922
AegisName: "Rabbit_Ear_Hat_Box"
Name: "Bunny Top Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113008,7 +113009,7 @@ item_db: (
Id: 13923
AegisName: "Darkness_Helm_Box"
Name: "Dark Randgris Helm Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113026,7 +113027,7 @@ item_db: (
Id: 13924
AegisName: "L_Orc_Hero_Helm_Box"
Name: "Orc Hero Headdress Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113044,7 +113045,7 @@ item_db: (
Id: 13925
AegisName: "Lucky_Scroll08"
Name: "Mouse Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -113062,7 +113063,7 @@ item_db: (
Id: 13926
AegisName: "Crusader_Card_Box"
Name: "Crusader Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113085,7 +113086,7 @@ item_db: (
Id: 13927
AegisName: "Alchemist_Card_Box"
Name: "Alchemist Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113109,7 +113110,7 @@ item_db: (
Id: 13928
AegisName: "Rogue_Card_Box"
Name: "Rogue Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113133,7 +113134,7 @@ item_db: (
Id: 13929
AegisName: "Bard_Dancer_Card_Box"
Name: "Bard Dancer Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113157,7 +113158,7 @@ item_db: (
Id: 13930
AegisName: "Sage_Card_Box"
Name: "Sage card box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113181,7 +113182,7 @@ item_db: (
Id: 13931
AegisName: "Monk_Card_Box"
Name: "Monk Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113204,7 +113205,7 @@ item_db: (
Id: 13932
AegisName: "Sylph_Box"
Name: "Sylph Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113222,7 +113223,7 @@ item_db: (
Id: 13933
AegisName: "Undine_Box"
Name: "Undine Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113240,7 +113241,7 @@ item_db: (
Id: 13934
AegisName: "Salamander_Box"
Name: "Salamander Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113258,7 +113259,7 @@ item_db: (
Id: 13935
AegisName: "Soul_Box"
Name: "Soul Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113276,7 +113277,7 @@ item_db: (
Id: 13936
AegisName: "Noum_Bpx"
Name: "Gnome Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113294,7 +113295,7 @@ item_db: (
Id: 13937
AegisName: "Robo_Eye_Box"
Name: "Robo Eye Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113312,7 +113313,7 @@ item_db: (
Id: 13938
AegisName: "Twin_Ribbon_Box"
Name: "Maiden's Twin Ribbon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113330,7 +113331,7 @@ item_db: (
Id: 13939
AegisName: "Diadem_Box"
Name: "Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113348,7 +113349,7 @@ item_db: (
Id: 13940
AegisName: "Siege_Tele_Scroll_Box"
Name: "WoE Teleport Scroll 100 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113366,7 +113367,7 @@ item_db: (
Id: 13941
AegisName: "Valentine_Scroll_TW"
Name: "Taiwan Valentine Scroll"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113383,7 +113384,7 @@ item_db: (
Id: 13942
AegisName: "Love_Angel_Box_1m"
Name: "Love Angel Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113401,7 +113402,7 @@ item_db: (
Id: 13943
AegisName: "Squirrel_Box_1m"
Name: "Squirrel Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113419,7 +113420,7 @@ item_db: (
Id: 13944
AegisName: "Gogo_Box_1m"
Name: "Gogo Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113437,7 +113438,7 @@ item_db: (
Id: 13945
AegisName: "Br_SwordPackage"
Name: "Brazil Swordsman Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113455,7 +113456,7 @@ item_db: (
Id: 13946
AegisName: "Br_MagePackage"
Name: "Brazil Magician Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113473,7 +113474,7 @@ item_db: (
Id: 13947
AegisName: "Br_AcolPackage"
Name: "Brazil Acolyte Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113491,7 +113492,7 @@ item_db: (
Id: 13948
AegisName: "Br_ArcherPackage"
Name: "Brazil Archer package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113509,7 +113510,7 @@ item_db: (
Id: 13949
AegisName: "Br_MerPackage"
Name: "Brazil Merchant Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113527,7 +113528,7 @@ item_db: (
Id: 13950
AegisName: "Br_ThiefPackage"
Name: "Brazil Thief Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113545,7 +113546,7 @@ item_db: (
Id: 13951
AegisName: "Wasteland_Outlaw_Box"
Name: "Western Outlaw Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113563,7 +113564,7 @@ item_db: (
Id: 13952
AegisName: "Lever_Action_Rifle_Box"
Name: "Lever Action Rifle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113581,7 +113582,7 @@ item_db: (
Id: 13953
AegisName: "All_In_One_Ring_Box"
Name: "All In One Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113599,7 +113600,7 @@ item_db: (
Id: 13954
AegisName: "Spiritual_Tunic_Box"
Name: "Spiritual Tunic Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113617,7 +113618,7 @@ item_db: (
Id: 13955
AegisName: "Recuperative_Armor_Box"
Name: "Recuvative Armor Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113635,7 +113636,7 @@ item_db: (
Id: 13956
AegisName: "Shelter_Resistance_Box"
Name: "Shell Of Resistance Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113653,7 +113654,7 @@ item_db: (
Id: 13957
AegisName: "Sylphid_Manteau_Box"
Name: "Silf Manteau Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113671,7 +113672,7 @@ item_db: (
Id: 13958
AegisName: "Refresh_Shoes_Box"
Name: "Refresh Shoes Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113689,7 +113690,7 @@ item_db: (
Id: 13959
AegisName: "Toast_Box"
Name: "Crunch Toast Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113707,7 +113708,7 @@ item_db: (
Id: 13960
AegisName: "Name_Change_Coupon_Box"
Name: "Identification Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113725,7 +113726,7 @@ item_db: (
Id: 13961
AegisName: "Mojji_Box"
Name: "Mochi Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113743,7 +113744,7 @@ item_db: (
Id: 13962
AegisName: "Deprotai_Doll_Hat_Box"
Name: "Defolty Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113761,7 +113762,7 @@ item_db: (
Id: 13963
AegisName: "Claris_Doll_Hat_Box"
Name: "Glaris Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113779,7 +113780,7 @@ item_db: (
Id: 13964
AegisName: "Sorin_Doll_Hat_Box"
Name: "Sorin Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113797,7 +113798,7 @@ item_db: (
Id: 13965
AegisName: "Tayelin_Doll_Hat_Box"
Name: "Telling Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113815,7 +113816,7 @@ item_db: (
Id: 13966
AegisName: "Binit_Doll_Hat_Box"
Name: "Vinit Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113833,7 +113834,7 @@ item_db: (
Id: 13967
AegisName: "Debril_Doll_Hat_Box"
Name: "W Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113851,7 +113852,7 @@ item_db: (
Id: 13968
AegisName: "Bubblegum_Lower_Box"
Name: "Bubble Gum Low Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113869,7 +113870,7 @@ item_db: (
Id: 13969
AegisName: "Lucky_Clip_Box"
Name: "Lucky Clip Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113887,7 +113888,7 @@ item_db: (
Id: 13970
AegisName: "Iron_10_Box"
Name: "Iron Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113905,7 +113906,7 @@ item_db: (
Id: 13971
AegisName: "Steel_10_Box"
Name: "Steel Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113923,7 +113924,7 @@ item_db: (
Id: 13972
AegisName: "Coal_10_Box"
Name: "Coal Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113941,7 +113942,7 @@ item_db: (
Id: 13973
AegisName: "Poison_Bottle_30_Box"
Name: "Poison Bottle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113959,7 +113960,7 @@ item_db: (
Id: 13974
AegisName: "TW_Scroll01"
Name: "Fisherman Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -113976,7 +113977,7 @@ item_db: (
Id: 13975
AegisName: "Picture_Diary_Box"
Name: "Diary Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -113994,7 +113995,7 @@ item_db: (
Id: 13976
AegisName: "Mini_Heart_Box"
Name: "Mini Heart Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114012,7 +114013,7 @@ item_db: (
Id: 13977
AegisName: "Newcomer_Box"
Name: "Freshman Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114030,7 +114031,7 @@ item_db: (
Id: 13978
AegisName: "Kid_Box"
Name: "Kid Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114048,7 +114049,7 @@ item_db: (
Id: 13979
AegisName: "Magic_Castle_Box"
Name: "Magic Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114066,7 +114067,7 @@ item_db: (
Id: 13980
AegisName: "Bulging_Head_Box"
Name: "JJangu Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114084,7 +114085,7 @@ item_db: (
Id: 13981
AegisName: "Picture_Diary_Box_1m"
Name: "Diary Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114102,7 +114103,7 @@ item_db: (
Id: 13982
AegisName: "Mini_Heart_Box_1m"
Name: "Mini Heart Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114120,7 +114121,7 @@ item_db: (
Id: 13983
AegisName: "Newcomer_Box_1m"
Name: "Freshman Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114138,7 +114139,7 @@ item_db: (
Id: 13984
AegisName: "Kid_Box_1m"
Name: "Kid Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114156,7 +114157,7 @@ item_db: (
Id: 13985
AegisName: "Magic_Castle_Box_1m"
Name: "Magic Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114174,7 +114175,7 @@ item_db: (
Id: 13986
AegisName: "Bulging_Head_Box_1m"
Name: "JJangu Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114192,7 +114193,7 @@ item_db: (
Id: 13987
AegisName: "Ori_Stone_5_Box"
Name: "Rough Oridecon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114210,7 +114211,7 @@ item_db: (
Id: 13988
AegisName: "Ori_Stone_50_Box"
Name: "Rough Oridecon Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114228,7 +114229,7 @@ item_db: (
Id: 13989
AegisName: "Acidbomb_10_Box"
Name: "Acid Bomb Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114249,7 +114250,7 @@ item_db: (
Id: 13990
AegisName: "Job_Manual50_Box"
Name: "Job Battle Manual 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114267,7 +114268,7 @@ item_db: (
Id: 13991
AegisName: "Tiger_Mask_Box"
Name: "Tiger Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114285,7 +114286,7 @@ item_db: (
Id: 13992
AegisName: "Cat_Hat_Box"
Name: "Neko Mimi Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114303,7 +114304,7 @@ item_db: (
Id: 13993
AegisName: "Alice_Doll_Box"
Name: "Alice Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114321,7 +114322,7 @@ item_db: (
Id: 13994
AegisName: "Speed_Up_Potion_Box5"
Name: "Speed Potion Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114339,7 +114340,7 @@ item_db: (
Id: 13995
AegisName: "Speed_Up_Potion_Box10"
Name: "Speed Potion Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114357,7 +114358,7 @@ item_db: (
Id: 13996
AegisName: "Big_Bun_Box100"
Name: "Big Bun Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114375,7 +114376,7 @@ item_db: (
Id: 13997
AegisName: "Big_Bun_Box500"
Name: "Big Bun Box(500)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114393,7 +114394,7 @@ item_db: (
Id: 13998
AegisName: "Giant_Fly_Wing_Box500"
Name: "Giant Fly Wing Box 500"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114411,7 +114412,7 @@ item_db: (
Id: 13999
AegisName: "Pill__Box100"
Name: "Pill Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114429,7 +114430,7 @@ item_db: (
Id: 14000
AegisName: "Pill__Box500"
Name: "Pill Box(500)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114447,7 +114448,7 @@ item_db: (
Id: 14001
AegisName: "Basic_Siege_Supply_Box"
Name: "Recruit Siege Supply Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114468,7 +114469,7 @@ item_db: (
Id: 14002
AegisName: "Adv_Siege_Supply_Box"
Name: "Advanced WoE Supply Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114489,7 +114490,7 @@ item_db: (
Id: 14003
AegisName: "Elite_Siege_Supply_Box"
Name: "Elite Siege Supply Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114510,7 +114511,7 @@ item_db: (
Id: 14004
AegisName: "Poison_Bottle_10_Box"
Name: "Poison Bottle Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114528,7 +114529,7 @@ item_db: (
Id: 14005
AegisName: "Poison_Bottle_5_Box"
Name: "Poison Bottle Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114546,7 +114547,7 @@ item_db: (
Id: 14006
AegisName: "F_Drooping_W_Kitty_Box"
Name: "Evolved Drooping Cat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114564,7 +114565,7 @@ item_db: (
Id: 14007
AegisName: "F_Rabbit_Ear_Hat_Box"
Name: "Evolved Rabbits Headband Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114582,7 +114583,7 @@ item_db: (
Id: 14008
AegisName: "F_L_Orc_Hero_Helm_Box"
Name: "Evolved Helmet Of Orc Hero Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114600,7 +114601,7 @@ item_db: (
Id: 14009
AegisName: "F_Love_Angel_Box"
Name: "Love Angel Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114618,7 +114619,7 @@ item_db: (
Id: 14010
AegisName: "F_Squirrel_Box"
Name: "Squillroll Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114636,7 +114637,7 @@ item_db: (
Id: 14011
AegisName: "F_Gogo_Box"
Name: "Gogo Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114654,7 +114655,7 @@ item_db: (
Id: 14012
AegisName: "F_Love_Angel_Box_1m"
Name: "Love Angel Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114672,7 +114673,7 @@ item_db: (
Id: 14013
AegisName: "F_Squirrel_Box_1m"
Name: "Squillroll Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114690,7 +114691,7 @@ item_db: (
Id: 14014
AegisName: "F_Gogo_Box_1m"
Name: "Gogo Magic Powder Box 30 Days"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114708,7 +114709,7 @@ item_db: (
Id: 14015
AegisName: "F_Wasteland_Outlaw_Box"
Name: "Western Outlaw Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114726,7 +114727,7 @@ item_db: (
Id: 14016
AegisName: "F_Lever_Action_Rifle_Box"
Name: "Lever Action Rifle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114744,7 +114745,7 @@ item_db: (
Id: 14017
AegisName: "F_All_In_One_Ring_Box"
Name: "All In One Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114762,7 +114763,7 @@ item_db: (
Id: 14018
AegisName: "F_Spritual_Tunic_Box"
Name: "Spiritual Tunic Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114780,7 +114781,7 @@ item_db: (
Id: 14019
AegisName: "F_Recuperative_Box"
Name: "Recuvative Armor Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114798,7 +114799,7 @@ item_db: (
Id: 14020
AegisName: "F_Shelter_Resist_Box"
Name: "Shell Of Resistance Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114816,7 +114817,7 @@ item_db: (
Id: 14021
AegisName: "F_Sylphid_Manteau_Box"
Name: "Silf Manteau Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114834,7 +114835,7 @@ item_db: (
Id: 14022
AegisName: "F_Refresh_Shoes_Box"
Name: "Refresh Shoes Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114852,7 +114853,7 @@ item_db: (
Id: 14023
AegisName: "F_Toast_Box"
Name: "Crunch Toast Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114870,7 +114871,7 @@ item_db: (
Id: 14024
AegisName: "F_Robo_Eye_Box"
Name: "Robo Eye Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114888,7 +114889,7 @@ item_db: (
Id: 14025
AegisName: "F_Twin_Ribbon_Box"
Name: "Maiden's Twin Ribbon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114906,7 +114907,7 @@ item_db: (
Id: 14026
AegisName: "F_Diadem_Box"
Name: "Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114924,7 +114925,7 @@ item_db: (
Id: 14027
AegisName: "F_Fish_Head_Hat_Box"
Name: "Fish Head Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114942,7 +114943,7 @@ item_db: (
Id: 14028
AegisName: "F_Santa_Poring_Hat_Box"
Name: "SantaPoring Cap Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114960,7 +114961,7 @@ item_db: (
Id: 14029
AegisName: "F_Bell_Ribbon_Box"
Name: "Bell Ribbon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114978,7 +114979,7 @@ item_db: (
Id: 14030
AegisName: "F_Mimic_Scroll_Box5"
Name: "Mimic Summoning Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -114996,7 +114997,7 @@ item_db: (
Id: 14031
AegisName: "F_Disguise_Scroll_Box5"
Name: "Disguise Summoning Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115014,7 +115015,7 @@ item_db: (
Id: 14032
AegisName: "F_Alice_Scroll_Box5"
Name: "Alice Summoning Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115032,7 +115033,7 @@ item_db: (
Id: 14033
AegisName: "F_Mimic_Scroll_Box10"
Name: "Mimic Summoning Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115050,7 +115051,7 @@ item_db: (
Id: 14034
AegisName: "F_Disguise_Scroll_Box10"
Name: "Disguise Summoning Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115068,7 +115069,7 @@ item_db: (
Id: 14035
AegisName: "F_Alice_Scroll_Box10"
Name: "Alice Summoning Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115086,7 +115087,7 @@ item_db: (
Id: 14036
AegisName: "F_New_Style_Coupon_Box"
Name: "New Style Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115104,7 +115105,7 @@ item_db: (
Id: 14037
AegisName: "F_Repair_Scroll_Box"
Name: "Safe to All Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115128,7 +115129,7 @@ item_db: (
Id: 14038
AegisName: "F_Repair_Scroll_Box10"
Name: "Repair Weapon Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115152,7 +115153,7 @@ item_db: (
Id: 14039
AegisName: "F_Hockey_Mask_Box"
Name: "Hockey Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115170,7 +115171,7 @@ item_db: (
Id: 14040
AegisName: "F_Observer_Box"
Name: "Observer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115188,7 +115189,7 @@ item_db: (
Id: 14041
AegisName: "F_WOB_Rune_Box5"
Name: "Yellow Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115206,7 +115207,7 @@ item_db: (
Id: 14042
AegisName: "F_WOB_Rune_Box10"
Name: "Yellow Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115224,7 +115225,7 @@ item_db: (
Id: 14043
AegisName: "F_WOB_Schwaltz_Box5"
Name: "Green Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115242,7 +115243,7 @@ item_db: (
Id: 14044
AegisName: "F_WOB_Schwaltz_Box10"
Name: "Green Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115260,7 +115261,7 @@ item_db: (
Id: 14045
AegisName: "F_WOB_Rachel_Box5"
Name: "Red Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115278,7 +115279,7 @@ item_db: (
Id: 14046
AegisName: "F_WOB_Rachel_Box10"
Name: "Red Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115296,7 +115297,7 @@ item_db: (
Id: 14047
AegisName: "F_WOB_Local_Box5"
Name: "Blue Butterfly Wing Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115314,7 +115315,7 @@ item_db: (
Id: 14048
AegisName: "F_WOB_Local_Box10"
Name: "Blue Butterfly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115332,7 +115333,7 @@ item_db: (
Id: 14049
AegisName: "F_Spark_Candy_Box5"
Name: "Candy Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115350,7 +115351,7 @@ item_db: (
Id: 14050
AegisName: "F_Spark_Candy_Box10"
Name: "Candy Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115368,7 +115369,7 @@ item_db: (
Id: 14051
AegisName: "F_Dun_Tel_Scroll2_Box5"
Name: "Dungeon Teleport Scroll II Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115386,7 +115387,7 @@ item_db: (
Id: 14052
AegisName: "F_Dun_Tel_Scroll2_Box10"
Name: "Dungeon Teleport Scroll II Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115404,7 +115405,7 @@ item_db: (
Id: 14053
AegisName: "F_Little_Angel_Doll_Box"
Name: "Little Angel Doll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115422,7 +115423,7 @@ item_db: (
Id: 14054
AegisName: "F_Triple_Poring_Hat_Box"
Name: "Poring 3 Hats Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115440,7 +115441,7 @@ item_db: (
Id: 14055
AegisName: "F_Nagan_Box"
Name: "Refined Nagan Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115458,7 +115459,7 @@ item_db: (
Id: 14056
AegisName: "F_Skewer_Box"
Name: "Refined Brocca Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115476,7 +115477,7 @@ item_db: (
Id: 14057
AegisName: "F_Survival_Rod_Box"
Name: "Refined Survivor's Rod Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115494,7 +115495,7 @@ item_db: (
Id: 14058
AegisName: "F_Quadrille_Box"
Name: "Refined Quadrille Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115512,7 +115513,7 @@ item_db: (
Id: 14059
AegisName: "F_Great_Axe_Box"
Name: "Refined Great Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115530,7 +115531,7 @@ item_db: (
Id: 14060
AegisName: "F_Bloody_Roar_Box"
Name: "Refined Bloody Roar Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115548,7 +115549,7 @@ item_db: (
Id: 14061
AegisName: "F_Hardback_Box"
Name: "Refined Hardcover Book Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115566,7 +115567,7 @@ item_db: (
Id: 14062
AegisName: "F_Fire_Brand_Box"
Name: "Refined Fireblend Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115584,7 +115585,7 @@ item_db: (
Id: 14063
AegisName: "F_Immaterial_Sword_Box"
Name: "Refined Immaterial Sword Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115602,7 +115603,7 @@ item_db: (
Id: 14064
AegisName: "F_Unholy_Touch_Box"
Name: "Refined Unholy Touch Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115620,7 +115621,7 @@ item_db: (
Id: 14065
AegisName: "F_Clack_Of_Servival_Box"
Name: "Refined Survivor's Manteau Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115638,7 +115639,7 @@ item_db: (
Id: 14066
AegisName: "F_Masquerade_Box"
Name: "Refined Masquerade Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115656,7 +115657,7 @@ item_db: (
Id: 14067
AegisName: "F_Orc_Hero_Helm_Box"
Name: "Refined Helmet of Orc Hero Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115674,7 +115675,7 @@ item_db: (
Id: 14068
AegisName: "F_Ear_Of_Devil_Wing_Box"
Name: "Refined Wing of Diablo Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115692,7 +115693,7 @@ item_db: (
Id: 14069
AegisName: "F_Dark_Blindfold_Box"
Name: "Refined Dark Blinder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115710,7 +115711,7 @@ item_db: (
Id: 14070
AegisName: "F_K_Drooping_Kitty_Box"
Name: "Refined Drooping Cat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115728,7 +115729,7 @@ item_db: (
Id: 14071
AegisName: "F_Corsair_Box"
Name: "Refined Corsair Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115746,7 +115747,7 @@ item_db: (
Id: 14072
AegisName: "F_Bloody_Iron_Ball_Box"
Name: "Refined Bloodied Shackle Ball Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115764,7 +115765,7 @@ item_db: (
Id: 14073
AegisName: "F_Spiritual_Ring_Box"
Name: "Refined Spiritual Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115782,7 +115783,7 @@ item_db: (
Id: 14074
AegisName: "F_G_O_I_Box5"
Name: "Wine Glass of Illusion Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115800,7 +115801,7 @@ item_db: (
Id: 14075
AegisName: "F_G_O_I_Box10"
Name: "Glass Of Illusion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115818,7 +115819,7 @@ item_db: (
Id: 14076
AegisName: "F_Shadow_Armor_S_Box5"
Name: "Scroll of Shadow Armor Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115836,7 +115837,7 @@ item_db: (
Id: 14077
AegisName: "F_Shadow_Armor_S_Box10"
Name: "Scroll of Shadow Armor Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115854,7 +115855,7 @@ item_db: (
Id: 14078
AegisName: "F_Shadow_Armor_S_Box30"
Name: "Scroll of Shadow Armor Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115872,7 +115873,7 @@ item_db: (
Id: 14079
AegisName: "F_Holy_Armor_S_Box5"
Name: "Scroll of Holy Armor Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115890,7 +115891,7 @@ item_db: (
Id: 14080
AegisName: "F_Holy_Armor_S_Box10"
Name: "Scroll of Holy Armor Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115908,7 +115909,7 @@ item_db: (
Id: 14081
AegisName: "F_Holy_Armor_S_Box30"
Name: "Scroll of Holy Armor Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115926,7 +115927,7 @@ item_db: (
Id: 14082
AegisName: "FS_Def_Potion_Box10"
Name: "Small Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115944,7 +115945,7 @@ item_db: (
Id: 14083
AegisName: "FS_Def_Potion_Box30"
Name: "Small Physical Defense Potion Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115962,7 +115963,7 @@ item_db: (
Id: 14084
AegisName: "FS_Def_Potion_Box50"
Name: "Small Physical Defense Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115980,7 +115981,7 @@ item_db: (
Id: 14085
AegisName: "FB_Def_Potion_Box10"
Name: "Big Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -115998,7 +115999,7 @@ item_db: (
Id: 14086
AegisName: "FB_Def_Potion_Box30"
Name: "Large Physical Defense Potion Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116016,7 +116017,7 @@ item_db: (
Id: 14087
AegisName: "FB_Def_Potion_Box50"
Name: "Large Physical Defense Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116034,7 +116035,7 @@ item_db: (
Id: 14088
AegisName: "FS_Mdef_Potion_Box10"
Name: "Small Magic Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116052,7 +116053,7 @@ item_db: (
Id: 14089
AegisName: "FS_Mdef_Potion_Box30"
Name: "Small Magical Defense Potion Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116070,7 +116071,7 @@ item_db: (
Id: 14090
AegisName: "FS_Mdef_Potion_Box50"
Name: "Small Magical Defense Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116088,7 +116089,7 @@ item_db: (
Id: 14091
AegisName: "FB_Mdef_Potion_Box10"
Name: "Big Magic Defense Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116106,7 +116107,7 @@ item_db: (
Id: 14092
AegisName: "FB_Mdef_Potion_Box30"
Name: "Large Magical Defense Potion Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116124,7 +116125,7 @@ item_db: (
Id: 14093
AegisName: "FB_Mdef_Potion_Box50"
Name: "Large Magical Defense Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116142,7 +116143,7 @@ item_db: (
Id: 14094
AegisName: "F_Flying_Angel_Box"
Name: "Flapping Angel Wing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116160,7 +116161,7 @@ item_db: (
Id: 14095
AegisName: "F_Cat_Hat_Box"
Name: "Neko Mimi Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116178,7 +116179,7 @@ item_db: (
Id: 14096
AegisName: "F_M_F_H_Box"
Name: "Moonlight Flower Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116196,7 +116197,7 @@ item_db: (
Id: 14097
AegisName: "F_Chick_Hat_Box"
Name: "Chick Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116214,7 +116215,7 @@ item_db: (
Id: 14098
AegisName: "F_Pecopeco_Hairband_Box"
Name: "Pecopeco Hairband Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -116232,7 +116233,7 @@ item_db: (
Id: 14099
AegisName: "F_Red_Glasses_Box"
Name: "Red Glasses Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -116250,7 +116251,7 @@ item_db: (
Id: 14100
AegisName: "F_Whisper_Mask_Box"
Name: "Whisper Mask Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -116268,7 +116269,7 @@ item_db: (
Id: 14101
AegisName: "F_Ramen_Hat_Box"
Name: "Ramen Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -116286,7 +116287,7 @@ item_db: (
Id: 14102
AegisName: "F_Dun_Tele_Scroll1_Box"
Name: "Dungeon Teleport Scroll Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116304,7 +116305,7 @@ item_db: (
Id: 14103
AegisName: "F_Max_Weight_Up_Box"
Name: "Gym Membership Card Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116322,7 +116323,7 @@ item_db: (
Id: 14104
AegisName: "F_S_Life_Potion_Box"
Name: "Small Life Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116340,7 +116341,7 @@ item_db: (
Id: 14105
AegisName: "F_S_Life_Potion_Box30"
Name: "Small Life Potion Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116358,7 +116359,7 @@ item_db: (
Id: 14106
AegisName: "F_S_Life_Potion_Box50"
Name: "Small Life Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116376,7 +116377,7 @@ item_db: (
Id: 14107
AegisName: "F_M_Life_Potion_Box"
Name: "Medium Life Potion 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116394,7 +116395,7 @@ item_db: (
Id: 14108
AegisName: "F_M_Life_Potion_Box30"
Name: "Medium Life Potion Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116412,7 +116413,7 @@ item_db: (
Id: 14109
AegisName: "F_M_Life_Potion_Box50"
Name: "Medium Life Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116430,7 +116431,7 @@ item_db: (
Id: 14110
AegisName: "F_Abrasive_Box5"
Name: "Abrasive Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116448,7 +116449,7 @@ item_db: (
Id: 14111
AegisName: "F_Abrasive_Box10"
Name: "Abrasive 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116466,7 +116467,7 @@ item_db: (
Id: 14112
AegisName: "F_Regeneration_Box5"
Name: "Regeneration Potion 5 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116484,7 +116485,7 @@ item_db: (
Id: 14113
AegisName: "F_Regeneration_Box10"
Name: "Regeneration Potion Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116502,7 +116503,7 @@ item_db: (
Id: 14114
AegisName: "F_Dun_Tele_Scroll_Box10"
Name: "Dungeon Teleport Scroll 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116520,7 +116521,7 @@ item_db: (
Id: 14115
AegisName: "F_Infiltrator_Box"
Name: "Refined Infiltrator Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116538,7 +116539,7 @@ item_db: (
Id: 14116
AegisName: "F_Muramasa_Box"
Name: "Refined Muramasa Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116556,7 +116557,7 @@ item_db: (
Id: 14117
AegisName: "F_Excalibur_Box"
Name: "Refined Excalibur Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116574,7 +116575,7 @@ item_db: (
Id: 14118
AegisName: "F_Combat_Knife_Box"
Name: "Combat Knife Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116592,7 +116593,7 @@ item_db: (
Id: 14119
AegisName: "F_Counter_Dagger_Box"
Name: "Counter Dagger Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116610,7 +116611,7 @@ item_db: (
Id: 14120
AegisName: "F_Kaiser_Knuckle_Box"
Name: "Refined Kaiser Knuckle Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116628,7 +116629,7 @@ item_db: (
Id: 14121
AegisName: "F_Mighty_Staff_Box"
Name: "Refined Mighty Staff Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116646,7 +116647,7 @@ item_db: (
Id: 14122
AegisName: "F_Right_Epsilon_Box"
Name: "Light Epsilon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116664,7 +116665,7 @@ item_db: (
Id: 14123
AegisName: "F_Balistar_Box"
Name: "Refined Ballista Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116682,7 +116683,7 @@ item_db: (
Id: 14124
AegisName: "F_Diary_Of_Great_Sage"
Name: "Refined Sage's Diary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116700,7 +116701,7 @@ item_db: (
Id: 14125
AegisName: "F_Asura_Box"
Name: "Refined Ashura Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116718,7 +116719,7 @@ item_db: (
Id: 14126
AegisName: "F_Apple_Of_Archer_Box"
Name: "Refined Apple of Archer Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116736,7 +116737,7 @@ item_db: (
Id: 14127
AegisName: "F_Bunny_Band_Box"
Name: "Refined Bunny Band Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116754,7 +116755,7 @@ item_db: (
Id: 14128
AegisName: "F_Sahkkat_Box"
Name: "Refined Sakkat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116772,7 +116773,7 @@ item_db: (
Id: 14129
AegisName: "F_Lord_Circlet_Box"
Name: "Refined Grand Circlet Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116790,7 +116791,7 @@ item_db: (
Id: 14130
AegisName: "F_Elven_Ears_Box"
Name: "Refined Elven Ears Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116808,7 +116809,7 @@ item_db: (
Id: 14131
AegisName: "F_Steel_Flower_Box"
Name: "Refined Romantic Flower Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116826,7 +116827,7 @@ item_db: (
Id: 14132
AegisName: "F_Critical_Ring_Box"
Name: "Refined Critical Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116844,7 +116845,7 @@ item_db: (
Id: 14133
AegisName: "F_Earring_Box"
Name: "Refined Earring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116862,7 +116863,7 @@ item_db: (
Id: 14134
AegisName: "F_Ring_Box"
Name: "Refined Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116880,7 +116881,7 @@ item_db: (
Id: 14135
AegisName: "F_Necklace_Box"
Name: "Refined Necklace Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116898,7 +116899,7 @@ item_db: (
Id: 14136
AegisName: "F_Glove_Box"
Name: "Refined Glove Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116916,7 +116917,7 @@ item_db: (
Id: 14137
AegisName: "F_Brooch_Box"
Name: "Refined Brooch Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116934,7 +116935,7 @@ item_db: (
Id: 14138
AegisName: "F_Rosary_Box"
Name: "Refined Rosary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116952,7 +116953,7 @@ item_db: (
Id: 14139
AegisName: "F_Safety_Ring_Box"
Name: "Refined Safety Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116970,7 +116971,7 @@ item_db: (
Id: 14140
AegisName: "F_Vesper_Core_Box01"
Name: "Refined Vesper Core 01 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -116988,7 +116989,7 @@ item_db: (
Id: 14141
AegisName: "F_Vesper_Core_Box02"
Name: "Refined Vesper Core 02 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117006,7 +117007,7 @@ item_db: (
Id: 14142
AegisName: "F_Vesper_Core_Box03"
Name: "Refined Vesper Core 03 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117024,7 +117025,7 @@ item_db: (
Id: 14143
AegisName: "F_Vesper_Core_Box04"
Name: "Refined Vesper Core 04 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117042,7 +117043,7 @@ item_db: (
Id: 14144
AegisName: "F_Vigorgra_Package1"
Name: "1 Hour Package Vol. 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117068,7 +117069,7 @@ item_db: (
Id: 14145
AegisName: "F_Vigorgra_Package2"
Name: "1 Hour Package Vol. 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117094,7 +117095,7 @@ item_db: (
Id: 14146
AegisName: "F_Vigorgra_Package3"
Name: "1 Hour Package Vol. 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117120,7 +117121,7 @@ item_db: (
Id: 14147
AegisName: "F_Vigorgra_Package4"
Name: "1 Hour Package Vol. 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117146,7 +117147,7 @@ item_db: (
Id: 14148
AegisName: "F_Vigorgra_Package5"
Name: "1 Hour Package Vol. 5"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117172,7 +117173,7 @@ item_db: (
Id: 14149
AegisName: "F_Vigorgra_Package6"
Name: "1 Hour Package Vol. 6"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117198,7 +117199,7 @@ item_db: (
Id: 14150
AegisName: "F_Vigorgra_Package7"
Name: "2 Hour Package Vol. 1"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117224,7 +117225,7 @@ item_db: (
Id: 14151
AegisName: "F_Vigorgra_Package8"
Name: "2 Hour Package Vol. 2"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117250,7 +117251,7 @@ item_db: (
Id: 14152
AegisName: "F_Vigorgra_Package9"
Name: "2 Hour Package Vol. 3"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117276,7 +117277,7 @@ item_db: (
Id: 14153
AegisName: "F_Vigorgra_Package10"
Name: "2 Hour Package Vol. 4"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117302,7 +117303,7 @@ item_db: (
Id: 14154
AegisName: "F_Vigorgra_Package11"
Name: "2 Hour Package Vol. 5"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117328,7 +117329,7 @@ item_db: (
Id: 14155
AegisName: "F_Vigorgra_Package12"
Name: "2 Hour Package Vol. 6"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117354,7 +117355,7 @@ item_db: (
Id: 14156
AegisName: "F_Battle_Manual_Box"
Name: "Field Manual Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117372,7 +117373,7 @@ item_db: (
Id: 14157
AegisName: "F_Insurance_Package"
Name: "Life Insurrance Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117390,7 +117391,7 @@ item_db: (
Id: 14158
AegisName: "F_Bubble_Gum_Box"
Name: "Bubble Gum Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117408,7 +117409,7 @@ item_db: (
Id: 14159
AegisName: "F_Str_Dish_Box"
Name: "Steamed Tongue Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117426,7 +117427,7 @@ item_db: (
Id: 14160
AegisName: "F_Agi_Dish_Box"
Name: "Steamed Desert Scorpions Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117444,7 +117445,7 @@ item_db: (
Id: 14161
AegisName: "F_Int_Dish_Box"
Name: "Dragon Breath Cocktail Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117462,7 +117463,7 @@ item_db: (
Id: 14162
AegisName: "F_Dex_Dish_Box"
Name: "Hwergelmir's Tonic Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117480,7 +117481,7 @@ item_db: (
Id: 14163
AegisName: "F_Luk_Dish_Box"
Name: "Cooked Nine Tail Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117498,7 +117499,7 @@ item_db: (
Id: 14164
AegisName: "F_Vit_Dish_Box"
Name: "Immortal Stew Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117516,7 +117517,7 @@ item_db: (
Id: 14165
AegisName: "F_Kafra_Card_Box"
Name: "Kafra Card Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117534,7 +117535,7 @@ item_db: (
Id: 14166
AegisName: "F_Giant_Fly_Wing_Box"
Name: "Giant Fly Wing Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117552,7 +117553,7 @@ item_db: (
Id: 14167
AegisName: "F_Neuralizer_Box"
Name: "Neuralizer Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117570,7 +117571,7 @@ item_db: (
Id: 14168
AegisName: "F_Convex_Mirror_Box"
Name: "Convex Mirror Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117588,7 +117589,7 @@ item_db: (
Id: 14169
AegisName: "F_Blessing_10_Scroll_Box"
Name: "Blessing Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117606,7 +117607,7 @@ item_db: (
Id: 14170
AegisName: "F_Inc_Agi_10_Scroll_Box"
Name: "Increase Agility Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117624,7 +117625,7 @@ item_db: (
Id: 14171
AegisName: "F_Aspersio_5_Scroll_Box"
Name: "Aspersio Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117645,7 +117646,7 @@ item_db: (
Id: 14172
AegisName: "F_Assumptio_5_Scroll_Box"
Name: "Assumptio Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117663,7 +117664,7 @@ item_db: (
Id: 14173
AegisName: "F_Wind_Walk_10_Scroll_Box"
Name: "Wind Walk Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117681,7 +117682,7 @@ item_db: (
Id: 14174
AegisName: "F_Adrenaline_Scroll_Box"
Name: "Adrenaline Rush Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117699,7 +117700,7 @@ item_db: (
Id: 14175
AegisName: "F_Megaphone_Box"
Name: "Megaphone Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117717,7 +117718,7 @@ item_db: (
Id: 14176
AegisName: "F_Enriched_Elunium_Box"
Name: "Enriched Elunium Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117735,7 +117736,7 @@ item_db: (
Id: 14177
AegisName: "F_Enriched_Oridecon_Box"
Name: "Enriched Oridecon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117753,7 +117754,7 @@ item_db: (
Id: 14178
AegisName: "F_Token_Of_Siegfried_Box"
Name: "Token of Ziegfried Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117771,7 +117772,7 @@ item_db: (
Id: 14179
AegisName: "F_Giant_Fly_Wing_Box50"
Name: "Giant Fly Wing Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117789,7 +117790,7 @@ item_db: (
Id: 14180
AegisName: "F_Giant_Fly_Wing_Box100"
Name: "Giant Fly Wing Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117807,7 +117808,7 @@ item_db: (
Id: 14181
AegisName: "F_Dex_Dish_Box30"
Name: "Hwergelmir's Tonic Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117825,7 +117826,7 @@ item_db: (
Id: 14182
AegisName: "F_Dex_Dish_Box50"
Name: "Hwergelmir's Tonic Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117843,7 +117844,7 @@ item_db: (
Id: 14183
AegisName: "F_Luk_Dish_Box30"
Name: "Cooked Nine Tail Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117861,7 +117862,7 @@ item_db: (
Id: 14184
AegisName: "F_Luk_Dish_Box50"
Name: "Cooked Nine Tail Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117879,7 +117880,7 @@ item_db: (
Id: 14185
AegisName: "F_Inc_Agi_10_Box30"
Name: "Increase Agility Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117897,7 +117898,7 @@ item_db: (
Id: 14186
AegisName: "F_Inc_Agi_10_Box50"
Name: "Increase Agility Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117915,7 +117916,7 @@ item_db: (
Id: 14187
AegisName: "F_Vit_Dish_Box30"
Name: "Immortal Stew Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117933,7 +117934,7 @@ item_db: (
Id: 14188
AegisName: "F_Vit_Dish_Box50"
Name: "Immortal Stew Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117951,7 +117952,7 @@ item_db: (
Id: 14189
AegisName: "F_Insurance_Package30"
Name: "Life Insurrance Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117969,7 +117970,7 @@ item_db: (
Id: 14190
AegisName: "F_Insurance_Package50"
Name: "Life Insurrance Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -117987,7 +117988,7 @@ item_db: (
Id: 14191
AegisName: "F_Convex_Mirror_Box5"
Name: "Convex Mirror Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118005,7 +118006,7 @@ item_db: (
Id: 14192
AegisName: "F_Convex_Mirror_Box30"
Name: "Convex Mirror Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118023,7 +118024,7 @@ item_db: (
Id: 14193
AegisName: "F_Blessing10_Box30"
Name: "Blessing Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118041,7 +118042,7 @@ item_db: (
Id: 14194
AegisName: "F_Blessing10_Box50"
Name: "Blessing Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118059,7 +118060,7 @@ item_db: (
Id: 14195
AegisName: "F_Adrenaline10_Box30"
Name: "Adrenaline Rush Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118077,7 +118078,7 @@ item_db: (
Id: 14196
AegisName: "F_Adrenaline10_Box50"
Name: "Adrenaline Rush Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118095,7 +118096,7 @@ item_db: (
Id: 14197
AegisName: "F_Assumptio_5_Box30"
Name: "Assumptio Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118113,7 +118114,7 @@ item_db: (
Id: 14198
AegisName: "F_Assumptio_5_Box50"
Name: "Assumptio Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118131,7 +118132,7 @@ item_db: (
Id: 14199
AegisName: "F_Aspersio_5_Box30"
Name: "Aspersio Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118152,7 +118153,7 @@ item_db: (
Id: 14200
AegisName: "F_Aspersio_5_Box50"
Name: "Aspersio Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118173,7 +118174,7 @@ item_db: (
Id: 14201
AegisName: "F_Agi_Dish_Box30"
Name: "Steamed Desert Scorpions Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118191,7 +118192,7 @@ item_db: (
Id: 14202
AegisName: "F_Agi_Dish_Box50"
Name: "Steamed Desert Scorpions Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118209,7 +118210,7 @@ item_db: (
Id: 14203
AegisName: "F_Wind_Walk10_Box30"
Name: "Wind Walk Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118227,7 +118228,7 @@ item_db: (
Id: 14204
AegisName: "F_Wind_Walk10_Box50"
Name: "Wind Walk Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118245,7 +118246,7 @@ item_db: (
Id: 14205
AegisName: "F_Int_Dish_Box30"
Name: "Dragon Breath Cocktail Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118263,7 +118264,7 @@ item_db: (
Id: 14206
AegisName: "F_Int_Dish_Box50"
Name: "Dragon Breath Cocktail Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118281,7 +118282,7 @@ item_db: (
Id: 14207
AegisName: "F_Battle_Manual_Box1"
Name: "Field Manual Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118299,7 +118300,7 @@ item_db: (
Id: 14208
AegisName: "F_Battle_Manual_Box5"
Name: "Field Manual Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118317,7 +118318,7 @@ item_db: (
Id: 14209
AegisName: "F_Siegfried_Box5"
Name: "Token of Ziegfried Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118335,7 +118336,7 @@ item_db: (
Id: 14210
AegisName: "F_Siegfried_Box20"
Name: "Token of Ziegfried Box(20)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118353,7 +118354,7 @@ item_db: (
Id: 14211
AegisName: "F_Kafra_Card_Box30"
Name: "Kafra Card Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118371,7 +118372,7 @@ item_db: (
Id: 14212
AegisName: "F_Kafra_Card_Box50"
Name: "Kafra Card Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118389,7 +118390,7 @@ item_db: (
Id: 14213
AegisName: "F_Str_Dish_Box30"
Name: "Steamed Tongue Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118407,7 +118408,7 @@ item_db: (
Id: 14214
AegisName: "F_Str_Dish_Box50"
Name: "Steamed Tongue Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118425,7 +118426,7 @@ item_db: (
Id: 14215
AegisName: "F_Bubble_Gum_Box1"
Name: "Bubble Gum Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118443,7 +118444,7 @@ item_db: (
Id: 14216
AegisName: "F_Bubble_Gum_Box5"
Name: "Bubble Gum Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118461,7 +118462,7 @@ item_db: (
Id: 14217
AegisName: "F_Megaphone_Box1"
Name: "Megaphone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118479,7 +118480,7 @@ item_db: (
Id: 14218
AegisName: "F_Megaphone_Box5"
Name: "Megaphone Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118497,7 +118498,7 @@ item_db: (
Id: 14219
AegisName: "F_Enriched_Elunium_Box5"
Name: "Enriched Elunium Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118515,7 +118516,7 @@ item_db: (
Id: 14220
AegisName: "FEnriched_Oridecon_Box5"
Name: "Enriched Oridecon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118533,7 +118534,7 @@ item_db: (
Id: 14221
AegisName: "MP_Scroll_Box"
Name: "Mystical Amplification Scroll(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118551,7 +118552,7 @@ item_db: (
Id: 14222
AegisName: "MP_Scroll_Box30"
Name: "Mystical Amplification Scroll(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118569,7 +118570,7 @@ item_db: (
Id: 14223
AegisName: "MP_Scroll_Box50"
Name: "Mystical Amplification Scroll(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118587,7 +118588,7 @@ item_db: (
Id: 14224
AegisName: "Quagmire_Scroll_Box"
Name: "Quagmire Scroll Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118605,7 +118606,7 @@ item_db: (
Id: 14225
AegisName: "Quagmire_Scroll_Box30"
Name: "Quagmire Scroll Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118623,7 +118624,7 @@ item_db: (
Id: 14226
AegisName: "Quagmire_Scroll_Box50"
Name: "Quagmire Scroll Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118641,7 +118642,7 @@ item_db: (
Id: 14227
AegisName: "Healing_Staff_Box"
Name: "Staff of Healing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118659,7 +118660,7 @@ item_db: (
Id: 14228
AegisName: "Praxinus_Box"
Name: "Praccsinos Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118677,7 +118678,7 @@ item_db: (
Id: 14229
AegisName: "Cherry_Blossom_Scroll"
Name: "Cherry Blossoms Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -118695,7 +118696,7 @@ item_db: (
Id: 14230
AegisName: "Headphone_Box"
Name: "Note Headphones Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -118712,7 +118713,7 @@ item_db: (
Id: 14231
AegisName: "Novice_Box"
Name: "Novice Breastplate Boxes"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -118728,7 +118729,7 @@ item_db: (
Id: 14232
AegisName: "Yggdrasilberry_Box_"
Name: "Yggdrasil Berry Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118746,7 +118747,7 @@ item_db: (
Id: 14233
AegisName: "Dead_Tree_Branch_Box1"
Name: "Dead Branch Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118764,7 +118765,7 @@ item_db: (
Id: 14234
AegisName: "Dead_Tree_Branch_Box2"
Name: "Dead Branch Box(25)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118782,7 +118783,7 @@ item_db: (
Id: 14235
AegisName: "Field_Manual_Box_2"
Name: "Field Manual 2 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118800,7 +118801,7 @@ item_db: (
Id: 14236
AegisName: "Str_Dish_Box60"
Name: "Steamed Tongue 20 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118818,7 +118819,7 @@ item_db: (
Id: 14237
AegisName: "Agi_Dish_Box60"
Name: "Steamed Desert Scorpions Box(20)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118836,7 +118837,7 @@ item_db: (
Id: 14238
AegisName: "Int_Dish_Box60"
Name: "Immortal Stew 20 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118854,7 +118855,7 @@ item_db: (
Id: 14239
AegisName: "Dex_Dish_Box60"
Name: "Dragon Breath Cocktail 20 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118872,7 +118873,7 @@ item_db: (
Id: 14240
AegisName: "Luk_Dish_Box60"
Name: "Hwergelmir's Tonic 20 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118890,7 +118891,7 @@ item_db: (
Id: 14241
AegisName: "Vit_Dish_Box60"
Name: "Nine Tail Dish 20 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118908,7 +118909,7 @@ item_db: (
Id: 14242
AegisName: "Beholder_Ring_Box"
Name: "Beholder Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118926,7 +118927,7 @@ item_db: (
Id: 14243
AegisName: "Hallow_Ring_Box"
Name: "Hallow Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118944,7 +118945,7 @@ item_db: (
Id: 14244
AegisName: "Clamorous_Ring_Box"
Name: "Clamorous Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118962,7 +118963,7 @@ item_db: (
Id: 14245
AegisName: "Chemical_Ring_Box"
Name: "Chemical Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118980,7 +118981,7 @@ item_db: (
Id: 14246
AegisName: "Insecticide_Ring_Box"
Name: "Insecticide Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -118998,7 +118999,7 @@ item_db: (
Id: 14247
AegisName: "Fisher_Ring_Box"
Name: "Fisher Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119016,7 +119017,7 @@ item_db: (
Id: 14248
AegisName: "Decussate_Ring_Box"
Name: "Decussate Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119034,7 +119035,7 @@ item_db: (
Id: 14249
AegisName: "Bloody_Ring_Box"
Name: "Bloody Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119052,7 +119053,7 @@ item_db: (
Id: 14250
AegisName: "Satanic_Ring_Box"
Name: "Satanic Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119070,7 +119071,7 @@ item_db: (
Id: 14251
AegisName: "Dragoon_Ring_Box"
Name: "Dragon Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119088,7 +119089,7 @@ item_db: (
Id: 14252
AegisName: "Beholder_Ring_Box2"
Name: "Beholder Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119106,7 +119107,7 @@ item_db: (
Id: 14253
AegisName: "Hallow_Ring_Box2"
Name: "Hallow Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119124,7 +119125,7 @@ item_db: (
Id: 14254
AegisName: "Clamorous_Ring_Box2"
Name: "Clamorous Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119142,7 +119143,7 @@ item_db: (
Id: 14255
AegisName: "Chemical_Ring_Box2"
Name: "Chemical Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119160,7 +119161,7 @@ item_db: (
Id: 14256
AegisName: "Insecticide_Ring_Box2"
Name: "Insecticide Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119178,7 +119179,7 @@ item_db: (
Id: 14257
AegisName: "Fisher_Ring_Box2"
Name: "Fisher Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119196,7 +119197,7 @@ item_db: (
Id: 14258
AegisName: "Decussate_Ring_Box2"
Name: "Decussate Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119214,7 +119215,7 @@ item_db: (
Id: 14259
AegisName: "Bloody_Ring_Box2"
Name: "Bloody Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119232,7 +119233,7 @@ item_db: (
Id: 14260
AegisName: "Satanic_Ring_Box2"
Name: "Satanic Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119250,7 +119251,7 @@ item_db: (
Id: 14261
AegisName: "Dragoon_Ring_Box2"
Name: "Dragon Ring Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119268,7 +119269,7 @@ item_db: (
Id: 14262
AegisName: "Diary_Magic_Powder_Box"
Name: "Diary Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -119285,7 +119286,7 @@ item_db: (
Id: 14263
AegisName: "Mini_Heart_Magic_Powder_Box"
Name: "Mini Heart Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -119302,7 +119303,7 @@ item_db: (
Id: 14264
AegisName: "Freshman_Magic_Powder_Box"
Name: "Freshman Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -119319,7 +119320,7 @@ item_db: (
Id: 14265
AegisName: "Kid_Magic_Powder_Box"
Name: "Kid Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -119336,7 +119337,7 @@ item_db: (
Id: 14266
AegisName: "Magic_Magic_Powder_Box"
Name: "Magic Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -119353,7 +119354,7 @@ item_db: (
Id: 14267
AegisName: "JJangu_Magic_Powder_Box"
Name: "JJangu Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -119370,7 +119371,7 @@ item_db: (
Id: 14268
AegisName: "Diary_Magic_Powder_Box4"
Name: "Diary Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119387,7 +119388,7 @@ item_db: (
Id: 14269
AegisName: "Mini_Heart_Magic_Powder_Box4"
Name: "Mini_Heart_Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119404,7 +119405,7 @@ item_db: (
Id: 14270
AegisName: "Freshman_Magic_Powder_Box4"
Name: "Freshman Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119421,7 +119422,7 @@ item_db: (
Id: 14271
AegisName: "Kid_Magic_Powder_Box4"
Name: "Kid Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119438,7 +119439,7 @@ item_db: (
Id: 14272
AegisName: "Magic_Magic_Powder_Box4"
Name: "Magic Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119455,7 +119456,7 @@ item_db: (
Id: 14273
AegisName: "JJangu_Magic_Powder_Box4"
Name: "JJangu Magic Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119472,7 +119473,7 @@ item_db: (
Id: 14274
AegisName: "F_Magic_Scroll_Box"
Name: "Mystical Amplification Scroll 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119490,7 +119491,7 @@ item_db: (
Id: 14275
AegisName: "F_Magic_Scroll_Box30"
Name: "Mystical Amplification Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119508,7 +119509,7 @@ item_db: (
Id: 14276
AegisName: "F_Magic_Scroll_Box50"
Name: "Mystical Amplification Scroll 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119526,7 +119527,7 @@ item_db: (
Id: 14277
AegisName: "F_Quagmire_Scroll_Box"
Name: "Quagmire Scroll 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119544,7 +119545,7 @@ item_db: (
Id: 14278
AegisName: "F_Quagmire_Scroll_Box30"
Name: "Quagmire Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119562,7 +119563,7 @@ item_db: (
Id: 14279
AegisName: "F_Quagmire_Scroll_Box50"
Name: "Quagmire Scroll 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119580,7 +119581,7 @@ item_db: (
Id: 14280
AegisName: "Healing_Staff_Box2"
Name: "Healing Staff Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119598,7 +119599,7 @@ item_db: (
Id: 14281
AegisName: "Praccsinos_Box"
Name: "Praccsinos_Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119616,7 +119617,7 @@ item_db: (
Id: 14282
AegisName: "Emperium_Box"
Name: "Emperium Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119634,7 +119635,7 @@ item_db: (
Id: 14283
AegisName: "Marriage_Covenant_Box"
Name: "Marriage Certificate Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119652,7 +119653,7 @@ item_db: (
Id: 14284
AegisName: "Muffler_C_Box"
Name: "Muffler Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119670,7 +119671,7 @@ item_db: (
Id: 14285
AegisName: "Valkyrjas_Shield_C_Box"
Name: "Balkiriah Shield Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119688,7 +119689,7 @@ item_db: (
Id: 14286
AegisName: "Skul_Ring_C_Box"
Name: "Skull Ring Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119706,7 +119707,7 @@ item_db: (
Id: 14287
AegisName: "S_Barricade_Repair_Kit"
Name: "Barricade Repair Kit"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119729,7 +119730,7 @@ item_db: (
Id: 14288
AegisName: "S_Gstone_Repair_Kit"
Name: "Guardian Stone Repair Kit"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119754,7 +119755,7 @@ item_db: (
Id: 14289
AegisName: "Cloth_Dye_Coupon_Box"
Name: "Clothing Dye Coupon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119772,7 +119773,7 @@ item_db: (
Id: 14290
AegisName: "Cloth_Dye_Coupon2_Box"
Name: "Clothing Dye Coupon Box II"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119790,7 +119791,7 @@ item_db: (
Id: 14291
AegisName: "Cloth_Dye_Coupon3_Box"
Name: "Clothing Dye Coupon Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -119807,7 +119808,7 @@ item_db: (
Id: 14292
AegisName: "Cloth_Dye_Coupon4_Box"
Name: "Clothing Dye Coupon Box II"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -119824,7 +119825,7 @@ item_db: (
Id: 14293
AegisName: "Mercenary_Contract_Box"
Name: "Mercenary Contract Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -119841,7 +119842,7 @@ item_db: (
Id: 14294
AegisName: "Mercenary_Contract_5Box"
Name: "Mercenary Contract Box 5ea"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -119858,7 +119859,7 @@ item_db: (
Id: 14295
AegisName: "Mercenary_Contract_10Bo"
Name: "Mercenary Contract Box 10ea"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -119875,7 +119876,7 @@ item_db: (
Id: 14296
AegisName: "Angel_Scroll"
Name: "Angel Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -119893,7 +119894,7 @@ item_db: (
Id: 14297
AegisName: "Devil_Scroll"
Name: "Devil Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -119911,7 +119912,7 @@ item_db: (
Id: 14298
AegisName: "Surprise_Scroll"
Name: "Surprised Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -119928,7 +119929,7 @@ item_db: (
Id: 14300
AegisName: "Mask_Of_Ifrit_Box"
Name: "Mask Of Ifrit Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119946,7 +119947,7 @@ item_db: (
Id: 14301
AegisName: "Ifrits_Ear_Box"
Name: "Ifrit's Ear Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119964,7 +119965,7 @@ item_db: (
Id: 14304
AegisName: "Scuba_Mask_Box"
Name: "Scuba Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -119982,7 +119983,7 @@ item_db: (
Id: 14306
AegisName: "RWC_Special_Scroll"
Name: "RWC Special Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -119999,7 +120000,7 @@ item_db: (
Id: 14307
AegisName: "RWC_Limited_Scroll"
Name: "RWC Limited Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -120016,7 +120017,7 @@ item_db: (
Id: 14308
AegisName: "Ardor_Scroll"
Name: "Ardor Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -120032,7 +120033,7 @@ item_db: (
Id: 14314
AegisName: "Phreeoni_Scroll_Box"
Name: "Phreeoni Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -120049,7 +120050,7 @@ item_db: (
Id: 14315
AegisName: "GhostringS_Box"
Name: "Ghostring Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -120066,7 +120067,7 @@ item_db: (
Id: 14316
AegisName: "July7_Scroll"
Name: "Love Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -120084,7 +120085,7 @@ item_db: (
Id: 14317
AegisName: "Bacsojin_Scroll"
Name: "Bacsojin Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -120102,7 +120103,7 @@ item_db: (
Id: 14343
AegisName: "Spiked_Scarf_Box"
Name: "Spiked Scarf Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120120,7 +120121,7 @@ item_db: (
Id: 14344
AegisName: "Rainbow_Scarf_Box"
Name: "Rainbow Scarf Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120138,7 +120139,7 @@ item_db: (
Id: 14345
AegisName: "Animal_Scroll"
Name: "Animal Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -120156,7 +120157,7 @@ item_db: (
Id: 14349
AegisName: "Mental_Potion20_Box"
Name: "Mental Potion Box(20)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120174,7 +120175,7 @@ item_db: (
Id: 14350
AegisName: "Mental_Potion50_Box"
Name: "Mental Potion Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120192,7 +120193,7 @@ item_db: (
Id: 14351
AegisName: "Tyrs_Blessing20_Box"
Name: "Tyr's Blessing Box(20)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120210,7 +120211,7 @@ item_db: (
Id: 14352
AegisName: "Tyrs_Blessing50_Box"
Name: "Tyr's Blessing Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120228,7 +120229,7 @@ item_db: (
Id: 14359
AegisName: "TaogunkaS_Box"
Name: "Tao Gunka Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120245,7 +120246,7 @@ item_db: (
Id: 14360
AegisName: "MistressS_Box"
Name: "Mistress Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120262,7 +120263,7 @@ item_db: (
Id: 14361
AegisName: "Orc_HeroS_Box"
Name: "Orc Hero Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120279,7 +120280,7 @@ item_db: (
Id: 14362
AegisName: "Orc_LoadS_Box"
Name: "Orc Lord Scroll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120296,7 +120297,7 @@ item_db: (
Id: 14363
AegisName: "Heart_Scroll"
Name: "Warm Heart Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -120314,7 +120315,7 @@ item_db: (
Id: 14372
AegisName: "Powder_Snow_Box"
Name: "Snow Powder Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 12317,1; ">
},
@@ -120322,7 +120323,7 @@ item_db: (
Id: 14375
AegisName: "Holy_Celestial_Axe_Box"
Name: "Holy Celestial Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 1383,1; ">
@@ -120331,7 +120332,7 @@ item_db: (
Id: 14376
AegisName: "Angeling_Pot_Box"
Name: "Angeling Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 12350,10; ">
@@ -120340,7 +120341,7 @@ item_db: (
Id: 14377
AegisName: "Shout_Megaphone_Box"
Name: "Scream Megaphone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 12351,10; ">
@@ -120349,7 +120350,7 @@ item_db: (
Id: 14379
AegisName: "Love_Daddy_Box"
Name: "Love Daddy Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5489,1; ">
},
@@ -120357,7 +120358,7 @@ item_db: (
Id: 14380
AegisName: "Anubis_Helm_Box"
Name: "Anubis Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5490,1; ">
@@ -120366,7 +120367,7 @@ item_db: (
Id: 14381
AegisName: "Piercing_Box_M"
Name: "Staff of Piercing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120383,7 +120384,7 @@ item_db: (
Id: 14382
AegisName: "Lich_Bone_Box_M"
Name: "Lich's Bone Wand Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120400,7 +120401,7 @@ item_db: (
Id: 14383
AegisName: "Long_Horn_Box_M"
Name: "Long Horn Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120417,7 +120418,7 @@ item_db: (
Id: 14384
AegisName: "Hunting_Spear_Box_M"
Name: "Hunting Spear Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120434,7 +120435,7 @@ item_db: (
Id: 14385
AegisName: "Death_Note_Box_M"
Name: "Book of the Dead Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120451,7 +120452,7 @@ item_db: (
Id: 14393
AegisName: "Almighty_Charm_Box"
Name: "Universal Amulet Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120469,7 +120470,7 @@ item_db: (
Id: 14407
AegisName: "Xmas_Scroll"
Name: "Christmas Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -120485,7 +120486,7 @@ item_db: (
Id: 14408
AegisName: "New_Year_Scroll"
Name: "Solar Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -120503,7 +120504,7 @@ item_db: (
Id: 14438
AegisName: "Honglyuns_Sword_Box"
Name: "Honglyun's Sword Sword Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120520,7 +120521,7 @@ item_db: (
Id: 14439
AegisName: "Power_Of_Thor_Box"
Name: "Power Of Thor Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120537,7 +120538,7 @@ item_db: (
Id: 14440
AegisName: "Dice_Hat_Box"
Name: "Dice Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120555,7 +120556,7 @@ item_db: (
Id: 14441
AegisName: "King_Tiger_Doll_Hat_Box"
Name: "King Tiger Doll Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120573,7 +120574,7 @@ item_db: (
Id: 14442
AegisName: "Wondering_Wolf_Helm_Box"
Name: "Wandering Wolf Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120590,7 +120591,7 @@ item_db: (
Id: 14443
AegisName: "Pizza_Hat_Box"
Name: "Pizza Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120607,7 +120608,7 @@ item_db: (
Id: 14444
AegisName: "Icecream_Hat_Box"
Name: "Ice Cream Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120624,7 +120625,7 @@ item_db: (
Id: 14447
AegisName: "Pirates_Pride_Box"
Name: "Scallywag's Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120642,7 +120643,7 @@ item_db: (
Id: 14448
AegisName: "Necromencers_Hood_Box"
Name: "Necromancer Hood Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120660,7 +120661,7 @@ item_db: (
Id: 14459
AegisName: "Rabbit_Magic_Hat_Box"
Name: "Magic Rabbit Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120678,7 +120679,7 @@ item_db: (
Id: 14460
AegisName: "China_Wedding_Veil_Box"
Name: "RO 5th Wedding Anniversary Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120696,7 +120697,7 @@ item_db: (
Id: 14461
AegisName: "Asara_Fairy_Hat_Box"
Name: "Ashura Fairy Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -120714,14 +120715,14 @@ item_db: (
Id: 14466
AegisName: "Valentine_Pledge_Box"
Name: "Valentine's Emblem Box"
- Type: 2
+ Type: "IT_USABLE"
Script: <" packageitem(); ">
},
{
Id: 14469
AegisName: "Ox_Tail_Scroll"
Name: "Ox Tail Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -120730,7 +120731,7 @@ item_db: (
Id: 14485
AegisName: "Academy_Badge_Box"
Name: "Academy Of Badge Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 2751,1; ">
},
@@ -120738,7 +120739,7 @@ item_db: (
Id: 14486
AegisName: "Academy_Fresh_Hat_Box"
Name: "Academy Freshman Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5406,1; ">
},
@@ -120746,7 +120747,7 @@ item_db: (
Id: 14487
AegisName: "Academy_Gradu_Cap_Box"
Name: "Academy Completion Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5407,1; ">
},
@@ -120754,7 +120755,7 @@ item_db: (
Id: 14488
AegisName: "Blue_Pajamas_Hat_Box"
Name: "Blue Pajamas Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120771,7 +120772,7 @@ item_db: (
Id: 14489
AegisName: "Pink_Pajamas_Hat_Box"
Name: "Pink Pajamas Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -120788,7 +120789,7 @@ item_db: (
Id: 14500
AegisName: "Insurance60"
Name: "Life Insurrance Certificate"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -120806,7 +120807,7 @@ item_db: (
Id: 14508
AegisName: "Zeny_Scroll"
Name: "Zeny Pet Egg Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -120822,7 +120823,7 @@ item_db: (
Id: 14509
AegisName: "Light_Center_Pot"
Name: "Light Concentration Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 800
Weight: 20
Trade: {
@@ -120840,7 +120841,7 @@ item_db: (
Id: 14510
AegisName: "Light_Awakening_Pot"
Name: "Light Awakening Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 1500
Weight: 20
Job: {
@@ -120887,7 +120888,7 @@ item_db: (
Id: 14511
AegisName: "Light_Berserk_Pot"
Name: "Light Berserk Potion"
- Type: 2
+ Type: "IT_USABLE"
Buy: 3000
Weight: 20
Job: {
@@ -120920,7 +120921,7 @@ item_db: (
Id: 14512
AegisName: "Meteor_10_Scroll"
Name: "Meteor Storm Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -120937,7 +120938,7 @@ item_db: (
Id: 14513
AegisName: "Storm_10_Scroll"
Name: "Storm Gust Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -120954,7 +120955,7 @@ item_db: (
Id: 14514
AegisName: "Vermilion_10_Scroll"
Name: "Lord of Vermilion Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -120971,7 +120972,7 @@ item_db: (
Id: 14515
AegisName: "Lex_Aeterna_Scroll"
Name: "Lex Aeterna Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -120988,7 +120989,7 @@ item_db: (
Id: 14516
AegisName: "Magnificat_5_Scroll"
Name: "Magnificat Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -121005,7 +121006,7 @@ item_db: (
Id: 14517
AegisName: "CP_Helm_Scroll"
Name: "Chemical Protection Helm Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121022,7 +121023,7 @@ item_db: (
Id: 14518
AegisName: "CP_Shield_Scroll"
Name: "Chemical Protection Shield Scrol"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121039,7 +121040,7 @@ item_db: (
Id: 14519
AegisName: "CP_Armor_Scroll"
Name: "Chemical Protection Armor Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121056,7 +121057,7 @@ item_db: (
Id: 14520
AegisName: "CP_Weapon_Scroll"
Name: "Chemical Protection Weapon Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121073,7 +121074,7 @@ item_db: (
Id: 14521
AegisName: "Repair_Scroll"
Name: "Repair Weapon Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121093,7 +121094,7 @@ item_db: (
Id: 14522
AegisName: "Big_Bun"
Name: "Big Bun"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -121110,7 +121111,7 @@ item_db: (
Id: 14523
AegisName: "Pill_"
Name: "Pill"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -121127,7 +121128,7 @@ item_db: (
Id: 14524
AegisName: "Superb_Fish_Slice"
Name: "Superb Fish Slice"
- Type: 0
+ Type: "IT_HEALING"
Weight: 10
Trade: {
nodrop: true
@@ -121144,7 +121145,7 @@ item_db: (
Id: 14525
AegisName: "Chewy_Ricecake"
Name: "Chewy Ricecake"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121161,7 +121162,7 @@ item_db: (
Id: 14526
AegisName: "Oriental_Pastry"
Name: "Oriental Pastry"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121178,7 +121179,7 @@ item_db: (
Id: 14527
AegisName: "Dun_Tele_Scroll1"
Name: "Dungeon Teleport Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121195,7 +121196,7 @@ item_db: (
Id: 14528
AegisName: "PVP_Tele_Scroll"
Name: "PVP Teleport Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121211,7 +121212,7 @@ item_db: (
Id: 14529
AegisName: "Greed_Scroll"
Name: "Greed Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -121232,7 +121233,7 @@ item_db: (
Id: 14530
AegisName: "Flee_30_Scroll"
Name: "Evasion Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121249,7 +121250,7 @@ item_db: (
Id: 14531
AegisName: "Accuracy_30_Scroll"
Name: "Concentration Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121266,7 +121267,7 @@ item_db: (
Id: 14532
AegisName: "Battle_Manual25"
Name: "Field Manual 25%"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -121287,7 +121288,7 @@ item_db: (
Id: 14533
AegisName: "Battle_Manual100"
Name: "Field Manual 100%"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 10
Trade: {
@@ -121305,7 +121306,7 @@ item_db: (
Id: 14534
AegisName: "Small_Life_Potion"
Name: "Small Life Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121325,7 +121326,7 @@ item_db: (
Id: 14535
AegisName: "Med_Life_Potion"
Name: "Medium Life Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121345,7 +121346,7 @@ item_db: (
Id: 14536
AegisName: "Abrasive"
Name: "Abrasive"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121365,7 +121366,7 @@ item_db: (
Id: 14537
AegisName: "Regeneration_Potion"
Name: "Regeneration Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121385,7 +121386,7 @@ item_db: (
Id: 14538
AegisName: "Glass_Of_Illusion"
Name: "Glass of Illusion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Delay: 300000
Trade: {
@@ -121406,7 +121407,7 @@ item_db: (
Id: 14539
AegisName: "Shadow_Armor_S"
Name: "Shadow Armor Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121426,7 +121427,7 @@ item_db: (
Id: 14540
AegisName: "Holy_Armor_S"
Name: "Holy Armor Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121446,7 +121447,7 @@ item_db: (
Id: 14541
AegisName: "S_Def_Potion"
Name: "Small Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121466,7 +121467,7 @@ item_db: (
Id: 14542
AegisName: "B_Def_Potion"
Name: "Big Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121486,7 +121487,7 @@ item_db: (
Id: 14543
AegisName: "S_Mdef_Potion"
Name: "Small Magic Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121506,7 +121507,7 @@ item_db: (
Id: 14544
AegisName: "B_Mdef_Potion"
Name: "Big Magic Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121526,7 +121527,7 @@ item_db: (
Id: 14545
AegisName: "Battle_Manual_X3"
Name: "Battle Manual X3"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -121543,7 +121544,7 @@ item_db: (
Id: 14546
AegisName: "Fire_Cracker_Love"
Name: "I Love You Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
Trade: {
@@ -121561,7 +121562,7 @@ item_db: (
Id: 14547
AegisName: "Fire_Cracker_Wday"
Name: "Whiteday Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
Trade: {
@@ -121579,7 +121580,7 @@ item_db: (
Id: 14548
AegisName: "Fire_Cracker_Vday"
Name: "Valentine's Day Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
Trade: {
@@ -121597,7 +121598,7 @@ item_db: (
Id: 14549
AegisName: "Fire_Cracker_Bday"
Name: "Birthday Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
Trade: {
@@ -121615,7 +121616,7 @@ item_db: (
Id: 14550
AegisName: "Fire_Cracker_Xmas"
Name: "Xmas Firecracker"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 20
Trade: {
@@ -121633,7 +121634,7 @@ item_db: (
Id: 14551
AegisName: "Str_Dish01_"
Name: "Fried Grasshopper Legs"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121654,7 +121655,7 @@ item_db: (
Id: 14552
AegisName: "Str_Dish02_"
Name: "Seasoned Sticky Webfoot"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121675,7 +121676,7 @@ item_db: (
Id: 14553
AegisName: "Str_Dish03_"
Name: "Bomber Steak"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121696,7 +121697,7 @@ item_db: (
Id: 14554
AegisName: "Int_Dish01_"
Name: "Grape Juice Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121717,7 +121718,7 @@ item_db: (
Id: 14555
AegisName: "Int_Dish02_"
Name: "Autumn Red Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121738,7 +121739,7 @@ item_db: (
Id: 14556
AegisName: "Int_Dish03_"
Name: "Honey Herbal Tea"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121759,7 +121760,7 @@ item_db: (
Id: 14557
AegisName: "Vit_Dish01_"
Name: "Steamed Crab Nippers"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121780,7 +121781,7 @@ item_db: (
Id: 14558
AegisName: "Vit_Dish02_"
Name: "Assorted Seafood"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121801,7 +121802,7 @@ item_db: (
Id: 14559
AegisName: "Vit_Dish03_"
Name: "Clam Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121822,7 +121823,7 @@ item_db: (
Id: 14560
AegisName: "Agi_Dish01_"
Name: "Frog Egg Squid Ink Soup"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121843,7 +121844,7 @@ item_db: (
Id: 14561
AegisName: "Agi_Dish02_"
Name: "Smooth Noodle"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121864,7 +121865,7 @@ item_db: (
Id: 14562
AegisName: "Agi_Dish03_"
Name: "Tentacle Cheese Gratin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121885,7 +121886,7 @@ item_db: (
Id: 14563
AegisName: "Dex_Dish01_"
Name: "Honey Grape Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121906,7 +121907,7 @@ item_db: (
Id: 14564
AegisName: "Dex_Dish02_"
Name: "Chocolate Mousse Cake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121927,7 +121928,7 @@ item_db: (
Id: 14565
AegisName: "Dex_Dish03_"
Name: "Fruit Mix"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121948,7 +121949,7 @@ item_db: (
Id: 14566
AegisName: "Luk_Dish01_"
Name: "Fried Monkey Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121969,7 +121970,7 @@ item_db: (
Id: 14567
AegisName: "Luk_Dish02_"
Name: "Mixed Juice"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -121990,7 +121991,7 @@ item_db: (
Id: 14568
AegisName: "Luk_Dish03_"
Name: "Fried Sweet Potato"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122011,7 +122012,7 @@ item_db: (
Id: 14569
AegisName: "Knife_Goblin_Ring"
Name: "Knife Goblin Ring"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122028,7 +122029,7 @@ item_db: (
Id: 14570
AegisName: "Flail_Goblin_Ring"
Name: "Flail Goblin Ring"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122045,7 +122046,7 @@ item_db: (
Id: 14571
AegisName: "Hammer_Goblin_Ring"
Name: "Hammer Goblin Ring"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122062,7 +122063,7 @@ item_db: (
Id: 14572
AegisName: "Holy_Marble"
Name: "Holy Marble"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122079,7 +122080,7 @@ item_db: (
Id: 14573
AegisName: "Red_Burning_Stone"
Name: "Red Burning Stone"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122096,7 +122097,7 @@ item_db: (
Id: 14574
AegisName: "Skull_Of_Vagabond"
Name: "Vagabond's Skull"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <" pet WANDER_MAN; ">
},
@@ -122104,7 +122105,7 @@ item_db: (
Id: 14575
AegisName: "Str_Dish05_"
Name: "Lutie Lady's Pancake"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122125,7 +122126,7 @@ item_db: (
Id: 14576
AegisName: "Int_Dish05_"
Name: "Mastela Fruit Wine"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122146,7 +122147,7 @@ item_db: (
Id: 14577
AegisName: "Vit_Dish05_"
Name: "Spicy Fried Bao"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122167,7 +122168,7 @@ item_db: (
Id: 14578
AegisName: "Agi_Dish05_"
Name: "Steamed Bat Wing in Pumpkin"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122188,7 +122189,7 @@ item_db: (
Id: 14579
AegisName: "Dex_Dish05_"
Name: "Green Salad"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122209,7 +122210,7 @@ item_db: (
Id: 14580
AegisName: "Luk_Dish05_"
Name: "Fried Scorpion Tails"
- Type: 0
+ Type: "IT_HEALING"
Buy: 2
Weight: 10
Trade: {
@@ -122230,7 +122231,7 @@ item_db: (
Id: 14581
AegisName: "Dun_Tele_Scroll2"
Name: "Dungeon Teleport Scroll II"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122247,7 +122248,7 @@ item_db: (
Id: 14582
AegisName: "WOB_Rune"
Name: "Yellow Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122264,7 +122265,7 @@ item_db: (
Id: 14583
AegisName: "WOB_Schwaltz"
Name: "Green Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122281,7 +122282,7 @@ item_db: (
Id: 14584
AegisName: "WOB_Rachel"
Name: "Red Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122298,7 +122299,7 @@ item_db: (
Id: 14585
AegisName: "WOB_Local"
Name: "Blue Butterfly Wing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122315,7 +122316,7 @@ item_db: (
Id: 14586
AegisName: "Spark_Candy"
Name: "Jumping Candy"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Delay: 180000
Trade: {
@@ -122336,7 +122337,7 @@ item_db: (
Id: 14587
AegisName: "Repair_Scroll_"
Name: "Equipment Repair Spell Book"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -122356,7 +122357,7 @@ item_db: (
Id: 14588
AegisName: "Pty_Blessing_Scroll"
Name: "Party Blessing 10 Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 10
Weight: 10
Trade: {
@@ -122374,7 +122375,7 @@ item_db: (
Id: 14589
AegisName: "Pty_Inc_Agi_Scroll"
Name: "Party Increase Agi 10 Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 10
Weight: 10
Trade: {
@@ -122392,7 +122393,7 @@ item_db: (
Id: 14590
AegisName: "Pty_Assumptio_Scroll"
Name: "Party Assumptio 5 Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 10
Weight: 10
Trade: {
@@ -122410,7 +122411,7 @@ item_db: (
Id: 14591
AegisName: "Siege_Teleport_Scroll"
Name: "WoE Teleport Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122430,7 +122431,7 @@ item_db: (
Id: 14592
AegisName: "Job_Manual50"
Name: "Job Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122450,7 +122451,7 @@ item_db: (
Id: 14593
AegisName: "Magic_Power_Scroll"
Name: "Mystical Amplification Scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -122470,7 +122471,7 @@ item_db: (
Id: 14594
AegisName: "Quagmire_Scroll"
Name: "Quagmire scroll"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Weight: 10
Trade: {
nodrop: true
@@ -122490,7 +122491,7 @@ item_db: (
Id: 14595
AegisName: "Unsealed_Magic_Spell"
Name: "Unsealed Magic Spell"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -122507,7 +122508,7 @@ item_db: (
Id: 14596
AegisName: "Pierre_Treasurebox"
Name: "Pierre's Treasurebox"
- Type: 2
+ Type: "IT_USABLE"
Weight: 100
Script: <"
getrandgroupitem 14596,1;
@@ -122522,7 +122523,7 @@ item_db: (
Id: 14597
AegisName: "PhreeoniS"
Name: "Phreeoni Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122539,7 +122540,7 @@ item_db: (
Id: 14598
AegisName: "GhostringS"
Name: "Ghostring Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122559,7 +122560,7 @@ item_db: (
Id: 14599
AegisName: "Greed_Scroll_C"
Name: "Greed Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122578,7 +122579,7 @@ item_db: (
Id: 14600
AegisName: "Mental_Potion"
Name: "Mental Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122598,7 +122599,7 @@ item_db: (
Id: 14601
AegisName: "Tyrs_Blessing"
Name: "Tyr's Blessing"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122620,7 +122621,7 @@ item_db: (
Id: 14602
AegisName: "TaogunkaS"
Name: "Tao Gunka Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122640,7 +122641,7 @@ item_db: (
Id: 14603
AegisName: "MistressS"
Name: "Mistress Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122660,7 +122661,7 @@ item_db: (
Id: 14604
AegisName: "Orc_HeroS"
Name: "Orc Hero Scard"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122677,7 +122678,7 @@ item_db: (
Id: 14605
AegisName: "Orc_LoadS"
Name: "Orc Load Scroll"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122697,7 +122698,7 @@ item_db: (
Id: 14606
AegisName: "Job_Manual25"
Name: "JOB Battle Manual"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122717,7 +122718,7 @@ item_db: (
Id: 14607
AegisName: "Luxurious_Dinner_W"
Name: "Luxurious Western Food"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10000
Weight: 600
Script: <"
@@ -122733,7 +122734,7 @@ item_db: (
Id: 14608
AegisName: "Luxurious_Dinner_E"
Name: "Manchu-Han Imperial Feast"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20000
Weight: 1200
Script: <"
@@ -122749,7 +122750,7 @@ item_db: (
Id: 14609
AegisName: "Spoiled_Cuisine"
Name: "Spoiled Cuisine"
- Type: 2
+ Type: "IT_USABLE"
Buy: 5000
Weight: 300
Script: <" percentheal 10,10; ">
@@ -122758,7 +122759,7 @@ item_db: (
Id: 14611
AegisName: "M_Def_Potion"
Name: "M Def Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122778,7 +122779,7 @@ item_db: (
Id: 14612
AegisName: "M_Mdef_Potion"
Name: "M Mdef Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122798,7 +122799,7 @@ item_db: (
Id: 14613
AegisName: "RWC_Scroll_2012"
Name: "RWC Arms Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -122815,7 +122816,7 @@ item_db: (
Id: 14614
AegisName: "Ex_Def_Potion"
Name: "Special Defense Potion"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122836,7 +122837,7 @@ item_db: (
Id: 14616
AegisName: "STR_Biscuit_Stick"
Name: "Bar of Strength"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122856,7 +122857,7 @@ item_db: (
Id: 14617
AegisName: "VIT_Biscuit_Stick"
Name: "Bar of Fitness"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122876,7 +122877,7 @@ item_db: (
Id: 14618
AegisName: "AGI_Biscuit_Stick"
Name: "Bar of Agility"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122896,7 +122897,7 @@ item_db: (
Id: 14619
AegisName: "INT_Biscuit_Stick"
Name: "Bar of Knowledge"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122916,7 +122917,7 @@ item_db: (
Id: 14620
AegisName: "DEX_Biscuit_Stick"
Name: "Bar of Tricks"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122936,7 +122937,7 @@ item_db: (
Id: 14621
AegisName: "LUK_Biscuit_Stick"
Name: "Bar of Luck"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -122956,7 +122957,7 @@ item_db: (
Id: 14674
AegisName: "Cup_Of_Boza"
Name: "Cup Of Boza"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start2 SC_CUP_OF_BOZA, 120000, 10, 5; ">
@@ -122965,7 +122966,7 @@ item_db: (
Id: 14680
AegisName: "Cup_Of_Mintlemon"
Name: "Cup Of Mintlemon"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Script: <"
sc_start SC_FOOD_VIT, 180000, 15;
@@ -122980,7 +122981,7 @@ item_db: (
Id: 15000
AegisName: "Bone_Plate"
Name: "Bone Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 60
@@ -122996,8 +122997,8 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,1;
bonus bMdef,3;
@@ -123010,13 +123011,13 @@ item_db: (
Id: 15001
AegisName: "Odins_Blessing_I"
Name: "Odin's Blessing"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Job: {
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -123033,14 +123034,14 @@ item_db: (
Id: 15002
AegisName: "Rune_Plate"
Name: "Rune Plate"
- Type: 5
+ Type: "IT_ARMOR"
Def: 95
Slots: 1
Job: {
Knight: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 99
Trade: {
nodrop: true
@@ -123057,10 +123058,10 @@ item_db: (
Id: 15003
AegisName: "Freyja_SRobe7"
Name: "Freya Soul Robe"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 7
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 20
Refine: false
Script: <" bonus bMaxHP,700; ">
@@ -123069,10 +123070,10 @@ item_db: (
Id: 15004
AegisName: "Freyja_SRobe30"
Name: "Freya Soul Robe"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 7
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 20
Refine: false
Script: <" bonus bMaxHP,700; ">
@@ -123081,10 +123082,10 @@ item_db: (
Id: 15005
AegisName: "Freyja_SRobe60"
Name: "Freya Soul Robe"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 7
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 20
Refine: false
Script: <" bonus bMaxHP,700; ">
@@ -123093,10 +123094,10 @@ item_db: (
Id: 15006
AegisName: "Freyja_SRobe90"
Name: "Freya Soul Robe"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 7
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 20
Refine: false
Script: <" bonus bMaxHP,700; ">
@@ -123105,9 +123106,9 @@ item_db: (
Id: 15007
AegisName: "Time_Keepr_Robe"
Name: "Guardian Robe"
- Type: 5
+ Type: "IT_ARMOR"
Def: 62
- Loc: 16
+ Loc: "EQP_ARMOR"
Trade: {
nodrop: true
notrade: true
@@ -123126,11 +123127,11 @@ item_db: (
Id: 15008
AegisName: "Flame_Sprits_Armor__"
Name: "Flame Sprits Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 25
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMdef,1;
bonus2 bSubEle,Ele_Fire,5;
@@ -123140,9 +123141,9 @@ item_db: (
Id: 15009
AegisName: "Para_Team_Uniform1"
Name: "Eden Group Uniform I"
- Type: 5
+ Type: "IT_ARMOR"
Def: 35
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 12
Refine: false
Trade: {
@@ -123163,9 +123164,9 @@ item_db: (
Id: 15010
AegisName: "Para_Team_Uniform2"
Name: "Eden Group Uniform II"
- Type: 5
+ Type: "IT_ARMOR"
Def: 46
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 26
Refine: false
Trade: {
@@ -123186,9 +123187,9 @@ item_db: (
Id: 15011
AegisName: "Para_Team_Uniform3"
Name: "Eden Group Uniform III"
- Type: 5
+ Type: "IT_ARMOR"
Def: 58
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
Refine: false
Trade: {
@@ -123210,12 +123211,12 @@ item_db: (
Id: 15012
AegisName: "Puente_Robe"
Name: "Puente Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 12000
Weight: 400
Def: 42
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 22
Script: <"
bonus bFixedCastrate,-3;
@@ -123226,7 +123227,7 @@ item_db: (
Id: 15013
AegisName: "Claire_Suits"
Name: "Claire Suits"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 28000
Weight: 2800
Def: 58
@@ -123251,15 +123252,15 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 22
},
{
Id: 15014
AegisName: "Ebone_Armor"
Name: "Ebone Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 40000
Weight: 4500
Def: 93
@@ -123268,27 +123269,27 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
},
{
Id: 15015
AegisName: "Upg_Adv_Suit"
Name: "Reinforcement Adventure Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 25
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 15016
AegisName: "Upg_Coat"
Name: "Reinforcement Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 47
@@ -123297,14 +123298,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 15017
AegisName: "Upg_Saint_Robe"
Name: "Reinforcement Saint Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 55
@@ -123317,7 +123318,7 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMdef,5;
bonus bMaxHPrate,3;
@@ -123327,7 +123328,7 @@ item_db: (
Id: 15018
AegisName: "Upg_Tights"
Name: "Reinforcement Tight"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 32
@@ -123337,7 +123338,7 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bDex,1;
bonus bMaxHPrate,3;
@@ -123347,7 +123348,7 @@ item_db: (
Id: 15019
AegisName: "Upg_Thief_Cloth"
Name: "Reinforcement Thief Clothes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 45
@@ -123359,7 +123360,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAgi,1;
bonus bMaxHPrate,3;
@@ -123369,7 +123370,7 @@ item_db: (
Id: 15020
AegisName: "Upg_Mail"
Name: "Reinforcement Mail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1650
Def: 60
@@ -123385,14 +123386,14 @@ item_db: (
Rogue: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 15021
AegisName: "Upg_Formal_Dress"
Name: "Reinforcement Formal Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 45
@@ -123401,18 +123402,18 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <" bonus bMaxHPrate,3; ">
},
{
Id: 15022
AegisName: "Brazil_Swimsuit"
Name: "Swimming Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bStr,4;
bonus bInt,4;
@@ -123423,10 +123424,10 @@ item_db: (
Id: 15023
AegisName: "Half_Brynhild"
Name: "Brynhild (Trial Version)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 60
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 47
Refine: false
Trade: {
@@ -123453,24 +123454,24 @@ item_db: (
Id: 15024
AegisName: "Army_Padding"
Name: "Army Padding"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 10
Def: 10
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 15025
AegisName: "Golden_Rod_Robe"
Name: "Golden Rod Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 40
Job: {
Wizard: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDefEle,Ele_Wind;
@@ -123485,15 +123486,15 @@ item_db: (
Id: 15026
AegisName: "Aqua_Robe"
Name: "Aqua Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 40
Job: {
Wizard: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDefEle,Ele_Water;
@@ -123508,15 +123509,15 @@ item_db: (
Id: 15027
AegisName: "Crimson_Robe"
Name: "Crimson Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 40
Job: {
Wizard: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDefEle,Ele_Fire;
@@ -123531,15 +123532,15 @@ item_db: (
Id: 15028
AegisName: "Forest_Robe"
Name: "Forest Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 40
Job: {
Wizard: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDefEle,Ele_Earth;
@@ -123554,15 +123555,15 @@ item_db: (
Id: 15029
AegisName: "Robe_Of_Affection"
Name: "Robe Of Affection"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 22
Job: {
Priest: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDefEle,Ele_Holy;
@@ -123575,15 +123576,15 @@ item_db: (
Id: 15030
AegisName: "Robe_Of_Judgement"
Name: "Robe Of Judgement"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 22
Job: {
Priest: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDefEle,Ele_Dark;
@@ -123606,9 +123607,9 @@ item_db: (
Id: 15031
AegisName: "Para_Team_Armor"
Name: "Eden Group Armor"
- Type: 5
+ Type: "IT_ARMOR"
Def: 70
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 60
Refine: false
Trade: {
@@ -123633,7 +123634,7 @@ item_db: (
Id: 15032
AegisName: "Tidung"
Name: "Tidung"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 2
@@ -123642,7 +123643,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bMdef,10;
bonus2 bResEff,Eff_Stun,1500;
@@ -123663,13 +123664,13 @@ item_db: (
Id: 15033
AegisName: "Tutorial_Mattle"
Name: "Tutorial Mantle"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 600
Def: 37
Job: {
All: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -123686,14 +123687,14 @@ item_db: (
Id: 15034
AegisName: "Tutorial_Mattle_"
Name: "Tutorial Mantle"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 600
Def: 37
Slots: 1
Job: {
All: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
Trade: {
nodrop: true
@@ -123710,11 +123711,11 @@ item_db: (
Id: 15035
AegisName: "2010Love_Daddy"
Name: "2010 Love Daddy Shirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 6
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus bAllStats,1;
bonus bMaxHP,150;
@@ -123735,15 +123736,15 @@ item_db: (
Id: 15036
AegisName: "Ur_Plate"
Name: "Ur's Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 110
Job: {
Knight: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bMdef,10;
@@ -123756,15 +123757,15 @@ item_db: (
Id: 15037
AegisName: "Peuz_Plate"
Name: "Peuz's Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 110
Job: {
Knight: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bMdef,10;
@@ -123776,7 +123777,7 @@ item_db: (
Id: 15038
AegisName: "Sabah_Cloth"
Name: "Sapha's Cloth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 45
@@ -123784,8 +123785,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bLuk,3;
@@ -123796,7 +123797,7 @@ item_db: (
Id: 15039
AegisName: "Nab_Cloth"
Name: "Nab's Cloth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 45
@@ -123804,8 +123805,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bStr,2;
@@ -123816,11 +123817,11 @@ item_db: (
Id: 15040
AegisName: "Prison_Uniform"
Name: "Prison Uniform"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 1500
Def: 5
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
.@rate = min(getrefine(), 10);
@@ -123832,12 +123833,12 @@ item_db: (
Id: 15041
AegisName: "Boitata_Armor"
Name: "Boitata Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 45
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 60
Script: <"
bonus bUnbreakableArmor,0;
@@ -123851,7 +123852,7 @@ item_db: (
Id: 15042
AegisName: "White_Wing_Suits"
Name: "White Wing Suits"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 45
@@ -123859,8 +123860,8 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bLongAtkRate,getrefine()*2;
@@ -123871,7 +123872,7 @@ item_db: (
Id: 15043
AegisName: "Black_Wing_Suits"
Name: "Black Wing Suits"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 45
@@ -123879,8 +123880,8 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bInt,2;
@@ -123891,7 +123892,7 @@ item_db: (
Id: 15044
AegisName: "Green_Operation_Coat"
Name: "Green Operation Coat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 660
Def: 66
@@ -123899,8 +123900,8 @@ item_db: (
Job: {
Alchemist: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bDex,1;
@@ -123911,16 +123912,16 @@ item_db: (
Id: 15045
AegisName: "Armor_Of_Valor"
Name: "Armor Of Valor"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 16
+ Loc: "EQP_ARMOR"
Refine: false
},
{
Id: 15046
AegisName: "Siege_Plate"
Name: "WoE Plate"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 3300
Def: 85
@@ -123935,7 +123936,7 @@ item_db: (
Taekwon: true
Star_Gladiator: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 95
Script: <"
bonus bMdef,5;
@@ -123953,7 +123954,7 @@ item_db: (
Id: 15047
AegisName: "Siege_Suits"
Name: "WoE Suits"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 750
Def: 50
@@ -123977,7 +123978,7 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 95
Script: <"
bonus bMdef,10;
@@ -123995,7 +123996,7 @@ item_db: (
Id: 15048
AegisName: "Siege_Robe"
Name: "WoE Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 40
@@ -124010,7 +124011,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 95
Script: <"
bonus bMdef,20;
@@ -124029,10 +124030,10 @@ item_db: (
Id: 15049
AegisName: "Armor_Of_Faith"
Name: "Invincible God Clothes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bAllStats,4;
@@ -124043,10 +124044,10 @@ item_db: (
Id: 15050
AegisName: "Armor_Of_Sanctity"
Name: "Province"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
Script: <"
bonus bStr,4;
@@ -124061,11 +124062,11 @@ item_db: (
Id: 15051
AegisName: "Bakonawa_Armor"
Name: "Bakonawa Scale Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 55
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bSubRace,RC_Boss,getrefine()/2;
bonus bAllStats,1;
@@ -124075,12 +124076,12 @@ item_db: (
Id: 15052
AegisName: "Bayani_Bakonawa_Armor"
Name: "Bakonawa Scale Armor(Bayani)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 55
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
Script: <"
bonus2 bSubRace,RC_Boss,getrefine()/2;
bonus bAllStats,2;
@@ -124090,7 +124091,7 @@ item_db: (
Id: 15053
AegisName: "Special_Ninja_Suit"
Name: "Special Ninja Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 1200
Def: 70
@@ -124098,8 +124099,8 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 16
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <" bonus bAgi,1+(getrefine()/3); ">
},
@@ -124107,7 +124108,7 @@ item_db: (
Id: 15054
AegisName: "Ninja_Scale_Armor"
Name: "Ninja Scale Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 1800
Def: 90
@@ -124116,8 +124117,8 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 16
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bMaxHPrate,15;
@@ -124128,7 +124129,7 @@ item_db: (
Id: 15055
AegisName: "Tenebris_Latitantes"
Name: "Tenebris Latitantes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 1500
Def: 60
@@ -124137,8 +124138,8 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 16
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bAgi,1;
@@ -124149,7 +124150,7 @@ item_db: (
Id: 15056
AegisName: "Special_Ninja_Suit_"
Name: "Special Ninja Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 1200
Def: 70
@@ -124158,8 +124159,8 @@ item_db: (
Ninja: true
Kagerou: true
}
- Upper: 1
- Loc: 16
+ Upper: "ITEMUPPER_NORMAL"
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <" bonus bAgi,1+(getrefine()/3); ">
},
@@ -124167,19 +124168,19 @@ item_db: (
Id: 15057
AegisName: "Pure_White_Apron"
Name: "White Apron"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 50
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 50
},
{
Id: 15058
AegisName: "Rider_Suit"
Name: "Rider Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 40
@@ -124204,8 +124205,8 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 58
- Loc: 16
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 55
Script: <" bonus bAgi,1; ">
},
@@ -124213,34 +124214,34 @@ item_db: (
Id: 15059
AegisName: "2011Love_Daddy"
Name: "2011Love Daddy"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 80
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 15060
AegisName: "Sky_Blue_Smock"
Name: "Sky-Blue Smock"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
},
{
Id: 15061
AegisName: "Egir_Armor"
Name: "Aegir Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 2600
Def: 55
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 110
Script: <"
bonus bAllStats, 1;
@@ -124255,9 +124256,9 @@ item_db: (
Id: 15062
AegisName: "TE_Woe_Coat"
Name: "TE Woe Coat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 15
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
Refine: false
Trade: {
@@ -124282,7 +124283,7 @@ item_db: (
Id: 15063
AegisName: "TE_Woe_Chain_Mail"
Name: "TE Woe Chain Mail"
- Type: 5
+ Type: "IT_ARMOR"
Def: 25
Job: {
Swordsman: true
@@ -124292,7 +124293,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
Refine: false
Trade: {
@@ -124317,7 +124318,7 @@ item_db: (
Id: 15064
AegisName: "TE_Woe_Mage_Coat"
Name: "TE Woe Mage Coat"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
Job: {
Novice: true
@@ -124329,7 +124330,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
Refine: false
Script: <"
@@ -124345,7 +124346,7 @@ item_db: (
Id: 15066
AegisName: "Engraved_Armor"
Name: "Engraved Armor"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 3000
Def: 120
Slots: 1
@@ -124354,8 +124355,8 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 150
Script: <" bonus bMdef,25; ">
},
@@ -124363,8 +124364,8 @@ item_db: (
Id: 15067
AegisName: "Rune_Suit"
Name: "Rune Suit"
- Type: 5
- Loc: 16
+ Type: "IT_ARMOR"
+ Loc: "EQP_ARMOR"
Refine: false
EquipLv: [1, 100]
Trade: {
@@ -124383,7 +124384,7 @@ item_db: (
Id: 15068
AegisName: "Im_Angels_Protection"
Name: "Advanced Angelic Protection"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 600
Def: 40
@@ -124391,8 +124392,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 16
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 99
Script: <" bonus bMdef,30; ">
},
@@ -124400,12 +124401,12 @@ item_db: (
Id: 15073
AegisName: "Anti_Magic_Suit"
Name: "Anti-Magic Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 50
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 99
Script: <"
bonus bMaxHPrate,5;
@@ -124418,12 +124419,12 @@ item_db: (
Id: 15074
AegisName: "Geffen_Mage_Robe"
Name: "Geffen Magic Robe"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 40
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 99
Script: <"
bonus bUseSPrate,-10;
@@ -124437,7 +124438,7 @@ item_db: (
Id: 15089
AegisName: "Lounge_Suit"
Name: "Menswear"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 40
@@ -124445,7 +124446,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 80
Script: <"
bonus bAspdRate,3+((getrefine()>=7)?2:0);
@@ -124457,7 +124458,7 @@ item_db: (
Id: 15090
AegisName: "Armor_Of_Gray"
Name: "Gray Armor"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 2400
Def: 90
Slots: 1
@@ -124473,8 +124474,8 @@ item_db: (
Rogue: true
Alchemist: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 120
Script: <"
bonus bMdef,10;
@@ -124485,7 +124486,7 @@ item_db: (
Id: 15091
AegisName: "Gray_Robe"
Name: "Gray Robe"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1300
Def: 55
Slots: 1
@@ -124497,8 +124498,8 @@ item_db: (
Monk: true
Sage: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 120
Script: <" bonus2 bSubEle,Ele_Holy,10+(getrefine()/2); ">
},
@@ -124506,11 +124507,11 @@ item_db: (
Id: 15116
AegisName: "Airship_Armor"
Name: "Armor Of Airship"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 100
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 125
Trade: {
nodrop: true
@@ -124531,11 +124532,11 @@ item_db: (
Id: 15117
AegisName: "Felock_Armor"
Name: "Tarlock's Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 750
Def: 70
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 125
Script: <"
bonus bMaxHP,500;
@@ -124560,7 +124561,7 @@ item_db: (
Id: 15123
AegisName: "Whikebain_Suit"
Name: "Whikebain Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 9000
Def: 56
@@ -124568,8 +124569,8 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 16
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMOR"
EquipLv: 105
Script: <"
bonus3 bAutoSpell,DC_WINKCHARM,1,20; /* Custom - IDRO */
@@ -124581,7 +124582,7 @@ item_db: (
Id: 15126
AegisName: "Female_Poring_Balloon"
Name: "Private Doram Suits"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 80
@@ -124589,7 +124590,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 100
Script: <"
bonus bMaxHP, 500;
@@ -124602,11 +124603,11 @@ item_db: (
Id: 15128
AegisName: "Female_Poring_Egg"
Name: "Excellion Suit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 100
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 99
Script: <"
bonus bVit,6;
@@ -124618,7 +124619,7 @@ item_db: (
Id: 15129
AegisName: "Blue_Bellflower_Hat"
Name: "Luxury Doram Suit"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 100
@@ -124626,7 +124627,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 140
Script: <"
bonus bMaxHPrate, 10;
@@ -124639,12 +124640,12 @@ item_db: (
Id: 15138
AegisName: "Aegir_Armor"
Name: "Aegir Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 1600
Def: 25
Slots: 1
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 40
Script: <"
bonus bMaxHP, 500;
@@ -124656,7 +124657,7 @@ item_db: (
Id: 15150
AegisName: "White_Shirt"
Name: "White Shirt"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 25
@@ -124664,7 +124665,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 6
Script: <"
bonus bMaxHP,70;
@@ -124675,7 +124676,7 @@ item_db: (
Id: 15151
AegisName: "White_Eco_Shirt"
Name: "White Eco-Shirt"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 40
@@ -124683,7 +124684,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 15
Script: <"
bonus bMaxHP,150;
@@ -124694,7 +124695,7 @@ item_db: (
Id: 15156
AegisName: "Elegant_Doram_Suit"
Name: "Elegant Doram Suit"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 120
@@ -124702,7 +124703,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 16
+ Loc: "EQP_ARMOR"
EquipLv: 175
Script: <"
bonus bMaxHPrate, 15;
@@ -124719,7 +124720,7 @@ item_db: (
Id: 16000
AegisName: "Erde"
Name: "Erde"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 130
@@ -124736,11 +124737,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bSkillAtk,AM_ACIDTERROR,20;
bonus2 bSkillAtk,AM_DEMONSTRATION,20;
@@ -124752,7 +124753,7 @@ item_db: (
Id: 16001
AegisName: "Red_Square_Bag"
Name: "Red Square Bag"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 130
@@ -124769,11 +124770,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 50
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bMaxHP,200;
bonus2 bSkillAtk,AM_ACIDTERROR,20;
@@ -124792,7 +124793,7 @@ item_db: (
Id: 16002
AegisName: "Stunner_C"
Name: "Stunner"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 175
Range: 1
Job: {
@@ -124800,10 +124801,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -124825,7 +124826,7 @@ item_db: (
Id: 16003
AegisName: "Carga_Mace"
Name: "Carga Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 175
@@ -124839,17 +124840,17 @@ item_db: (
Monk: true
Alchemist: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 16004
AegisName: "P_Mace1"
Name: "Eden Mace I"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 142
Range: 1
Job: {
@@ -124863,11 +124864,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 26
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -124882,7 +124883,7 @@ item_db: (
Id: 16005
AegisName: "P_Mace2"
Name: "Eden Mace II"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 163
Range: 1
Job: {
@@ -124896,11 +124897,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 40
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -124915,7 +124916,7 @@ item_db: (
Id: 16006
AegisName: "Tourist_Mace"
Name: "Traveler's Mace"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 45
Range: 1
@@ -124931,10 +124932,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -124953,7 +124954,7 @@ item_db: (
Id: 16007
AegisName: "Mjolnir_C"
Name: "Ephemeral Mjolnir"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 250
Range: 1
@@ -124965,11 +124966,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
Refine: false
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus bStr,15;
@@ -124980,7 +124981,7 @@ item_db: (
Id: 16008
AegisName: "F_Spanner_C"
Name: "Rental Wrench"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 150
Range: 1
@@ -124989,16 +124990,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 16009
AegisName: "E_Spanner_C"
Name: "E Spanner C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 150
Range: 1
@@ -125007,16 +125008,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
Refine: false
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 16010
AegisName: "Red_Ether_Bag"
Name: "Red Ether Bag"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 15
@@ -125026,11 +125027,11 @@ item_db: (
Job: {
Alchemist: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 102
- View: 8
+ Subtype: "W_MACE"
Script: <"
if (getrefine() >= 6) {
bonus2 bSkillAtk, GN_CRAZYWEED_ATK, 20 + ((getrefine()-5)*2);
@@ -125045,7 +125046,7 @@ item_db: (
Id: 16011
AegisName: "Adventure_Mace"
Name: "Adventure Mace"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Range: 1
Job: {
@@ -125053,16 +125054,16 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
Refine: false
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 16012
AegisName: "Academy_Mace"
Name: "Academy Mace"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1000
Atk: 110
Range: 1
@@ -125072,15 +125073,15 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 8
+ Subtype: "W_MACE"
},
{
Id: 16013
AegisName: "Mace_Of_Judgement"
Name: "Mace Of Judgement"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 140
@@ -125090,11 +125091,11 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -125106,7 +125107,7 @@ item_db: (
Id: 16014
AegisName: "P_Mace3"
Name: "Eden Group Mace3"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 172
Range: 1
Job: {
@@ -125120,11 +125121,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -125139,7 +125140,7 @@ item_db: (
Id: 16015
AegisName: "Cat_Club"
Name: "Cat Club"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 700
Atk: 88
@@ -125157,9 +125158,9 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Brute,15;
bonus4 bAddEff,Eff_Deepsleep,300,ATF_SHORT,5000;
@@ -125169,7 +125170,7 @@ item_db: (
Id: 16016
AegisName: "Tuna"
Name: "Tuna"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 180
Range: 1
Job: {
@@ -125183,11 +125184,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 1
EquipLv: 50
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -125210,7 +125211,7 @@ item_db: (
Id: 16017
AegisName: "Bloody_Cross"
Name: "Bloody Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 170
@@ -125220,11 +125221,11 @@ item_db: (
Priest: true
Monk: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAtkEle,Ele_Dark;
bonus3 bAutoSpell,WL_HELLINFERNO,1,max(getrefine(),1)*20;
@@ -125234,7 +125235,7 @@ item_db: (
Id: 16018
AegisName: "Mace_Of_Judgement2"
Name: "Empowered Mace Of Judgement"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 170
@@ -125244,11 +125245,11 @@ item_db: (
Job: {
Priest: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bStr,2;
bonus bInt,2;
@@ -125260,7 +125261,7 @@ item_db: (
Id: 16019
AegisName: "Upg_Mace"
Name: "Upgrade Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 80
@@ -125278,9 +125279,9 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bBaseAtk,(getrefine()*10);
bonus bHealPower,getrefine();
@@ -125291,7 +125292,7 @@ item_db: (
Id: 16020
AegisName: "Velum_Stunner"
Name: "Vellum Stunner"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 170
@@ -125308,10 +125309,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus2 bAddEff,Eff_Stun,1000+getrefine();
@@ -125324,7 +125325,7 @@ item_db: (
Id: 16021
AegisName: "Velum_Flail"
Name: "Vellum Flail"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 170
@@ -125341,10 +125342,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 95
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus3 bAutoSpell,NPC_CRITICALWOUND,5,10;
@@ -125356,7 +125357,7 @@ item_db: (
Id: 16022
AegisName: "Nemesis_"
Name: "Nemesis"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 120
@@ -125367,10 +125368,10 @@ item_db: (
Priest: true
Monk: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 60
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkEle,Ele_Holy;
@@ -125380,7 +125381,7 @@ item_db: (
Id: 16023
AegisName: "Metal_Mace"
Name: "Metal Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 80
Range: 1
@@ -125397,9 +125398,9 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -125420,7 +125421,7 @@ item_db: (
Id: 16024
AegisName: "Quadrille_"
Name: "Quadrille"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 900
Atk: 165
@@ -125429,10 +125430,10 @@ item_db: (
Job: {
Acolyte: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Undead,10;
bonus2 bAddRace,RC_DemiPlayer,10;
@@ -125443,17 +125444,17 @@ item_db: (
Id: 16025
AegisName: "TE_Woe_Mace"
Name: "TE Woe Mace"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Range: 1
Job: {
Acolyte: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 8
+ Subtype: "W_MACE"
Trade: {
nodrop: true
notrade: true
@@ -125474,7 +125475,7 @@ item_db: (
Id: 16026
AegisName: "RWC_Memory_Mace"
Name: "RWC Memory Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 100
@@ -125491,16 +125492,16 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 16027
AegisName: "Hammer_Of_Evil_Slayer"
Name: "Evil Slayer Destroyer Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1350
Atk: 120
@@ -125517,11 +125518,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 100
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddRace,RC_Undead,10;
@@ -125533,7 +125534,7 @@ item_db: (
Id: 16028
AegisName: "Thanos_Hammer"
Name: "Thanatos Hammer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 180
@@ -125551,11 +125552,11 @@ item_db: (
Monk: true
Alchemist: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 120
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -125570,7 +125571,7 @@ item_db: (
Id: 16030
AegisName: "Pilebuncker_S"
Name: "Pile Bunker S"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 3000
Atk: 400
Range: 1
@@ -125578,36 +125579,36 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus bAspdRate, (getrefine() / 2); ">
},
{
Id: 16031
AegisName: "Pilebuncker_P"
Name: "Pile Bunker P"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 4000
Atk: 450
Range: 1
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus bBaseAtk, (getrefine() * 5); ">
},
{
Id: 16032
AegisName: "Pilebuncker_T"
Name: "Pile Bunker T"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 3500
Atk: 400
Range: 1
@@ -125615,18 +125616,18 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 2
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 130
- View: 8
+ Subtype: "W_MACE"
Script: <" bonus bUseSPrate, - getrefine(); ">
},
{
Id: 16039
AegisName: "Spoon"
Name: "Spoon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 100
Atk: 80
@@ -125644,10 +125645,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 40
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAspd,10;
bonus2 bAddEff,Eff_Curse,1000;
@@ -125657,7 +125658,7 @@ item_db: (
Id: 16040
AegisName: "Scarlet_Mace"
Name: "Crimson Mace"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 800
Atk: 80
@@ -125675,10 +125676,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtk,((min(getrefine(),15)) ** (2));
@@ -125689,7 +125690,7 @@ item_db: (
Id: 16041
AegisName: "Mace_of_Vicious_Mind"
Name: "Mace of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 130
@@ -125707,10 +125708,10 @@ item_db: (
Monk: true
Alchemist: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 8
+ Subtype: "W_MACE"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bUnbreakableWeapon,0;
@@ -125722,7 +125723,7 @@ item_db: (
Id: 16131
AegisName: "Lady_Tanee_Doll_Box"
Name: "Tanigumi Girl Doll Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -125739,7 +125740,7 @@ item_db: (
Id: 16132
AegisName: "Lunatic_Hat_Box"
Name: "Lunatic Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -125756,7 +125757,7 @@ item_db: (
Id: 16134
AegisName: "King_Frog_Hat_Box"
Name: "Frog King Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125774,7 +125775,7 @@ item_db: (
Id: 16135
AegisName: "Evils_Bone_Hat_Box"
Name: "Satanic Bone Helm Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125792,7 +125793,7 @@ item_db: (
Id: 16185
AegisName: "Raven_Cap_Box"
Name: "Crow Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125810,7 +125811,7 @@ item_db: (
Id: 16186
AegisName: "B_Dragon_Hat_Box"
Name: "Baby Dragon Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125828,7 +125829,7 @@ item_db: (
Id: 16192
AegisName: "Quati_Hat_Box"
Name: "Quati Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -125845,7 +125846,7 @@ item_db: (
Id: 16193
AegisName: "Tucan_Hat_Box"
Name: "Tucan Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -125862,7 +125863,7 @@ item_db: (
Id: 16194
AegisName: "Jaguar_Hat_Box"
Name: "Jaguar Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -125879,7 +125880,7 @@ item_db: (
Id: 16195
AegisName: "Tw_March_Scroll"
Name: "Taiwan April Scroll"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
},
@@ -125887,7 +125888,7 @@ item_db: (
Id: 16226
AegisName: "Aries_Diadem_Box"
Name: "Aries Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125905,7 +125906,7 @@ item_db: (
Id: 16227
AegisName: "Aries_Crown_Box"
Name: "Aries Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125923,7 +125924,7 @@ item_db: (
Id: 16228
AegisName: "RJC_Katusa_Box"
Name: "RJC Katyusha Flower Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125941,7 +125942,7 @@ item_db: (
Id: 16229
AegisName: "Scarlet_Rose_Box"
Name: "Rose Of Crimson Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125959,7 +125960,7 @@ item_db: (
Id: 16230
AegisName: "Taurus_Diadem_Box"
Name: "Taurus Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125977,7 +125978,7 @@ item_db: (
Id: 16231
AegisName: "Taurus_Crown_Box"
Name: "Taurus Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -125995,7 +125996,7 @@ item_db: (
Id: 16232
AegisName: "Reginleif_Box"
Name: "Hairband Of Reginleif Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126010,7 +126011,7 @@ item_db: (
Id: 16235
AegisName: "Octopus_Hat_Box"
Name: "Octopus Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126027,7 +126028,7 @@ item_db: (
Id: 16236
AegisName: "Leaf_Cat_Hat_Box"
Name: "Leaf Cat Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126044,7 +126045,7 @@ item_db: (
Id: 16237
AegisName: "Fur_Seal_Hat_Box"
Name: "Seal Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126061,7 +126062,7 @@ item_db: (
Id: 16238
AegisName: "Wild_Rose_Hat_Box"
Name: "Wild Rose Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126078,7 +126079,7 @@ item_db: (
Id: 16239
AegisName: "Saci_Hat_Box"
Name: "Luxury Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5558,1; ">
},
@@ -126086,7 +126087,7 @@ item_db: (
Id: 16246
AegisName: "Crown_Of_Deceit_Box"
Name: "Crown of Deceit Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126103,7 +126104,7 @@ item_db: (
Id: 16247
AegisName: "Dragon_Arhat_Mask_Box"
Name: "Dragon Arhat Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126121,7 +126122,7 @@ item_db: (
Id: 16248
AegisName: "Tiger_Arhat_Mask_Box"
Name: "Tiger Arhat Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126139,13 +126140,13 @@ item_db: (
Id: 16249
AegisName: "Knight_Gift_Box"
Name: "Knight's Gift Box"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 16251
AegisName: "Gemini_Diadem_Box"
Name: "Gemini Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126163,7 +126164,7 @@ item_db: (
Id: 16252
AegisName: "Gemini_Crown_Box"
Name: "Gemini Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126181,14 +126182,14 @@ item_db: (
Id: 16253
AegisName: "Rabbit_Scroll"
Name: "Rabbit Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16254
AegisName: "Energizing_Potion_Box"
Name: "Activation Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126204,7 +126205,7 @@ item_db: (
Id: 16257
AegisName: "Buddah_Scroll"
Name: "French Heart Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -126213,7 +126214,7 @@ item_db: (
Id: 16258
AegisName: "HD_Bradium_Box5"
Name: "HD Bradium 5 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -126231,7 +126232,7 @@ item_db: (
Id: 16259
AegisName: "HD_Carnium_Box5"
Name: "HD Carnium 5 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -126249,7 +126250,7 @@ item_db: (
Id: 16260
AegisName: "HD_Bradium_Box10"
Name: "HD Bradium 10 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -126267,7 +126268,7 @@ item_db: (
Id: 16261
AegisName: "HD_Carnium_Box10"
Name: "HD Carnium 10 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -126285,7 +126286,7 @@ item_db: (
Id: 16269
AegisName: "Cancer_Diadem_Box"
Name: "Cancer Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5581,1; ">
@@ -126294,7 +126295,7 @@ item_db: (
Id: 16270
AegisName: "Cancer_Crown_Box"
Name: "Cancer Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5582,1; ">
@@ -126303,7 +126304,7 @@ item_db: (
Id: 16304
AegisName: "Evil_Incarnation_Disable"
Name: "Deviling Incarnation Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -126321,7 +126322,7 @@ item_db: (
Id: 16305
AegisName: "Upg_Guard_Box"
Name: "Reinforcement Guard Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126338,7 +126339,7 @@ item_db: (
Id: 16306
AegisName: "F_Upg_Guard_Box"
Name: "Reinforcement Guard Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126355,7 +126356,7 @@ item_db: (
Id: 16307
AegisName: "Upg_Buckler_Box"
Name: "Reinforcement Buckler Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126372,7 +126373,7 @@ item_db: (
Id: 16308
AegisName: "F_Upg_Buckler_Box"
Name: "Reinforcement Buckler Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126389,7 +126390,7 @@ item_db: (
Id: 16309
AegisName: "Upg_Shield_Box"
Name: "Reinforcement Shield Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126406,7 +126407,7 @@ item_db: (
Id: 16310
AegisName: "F_Upg_Shield_Box"
Name: "Reinforcement Shield Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126423,7 +126424,7 @@ item_db: (
Id: 16311
AegisName: "Upg_Shoes_Box"
Name: "Reinforcement Shoes Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126440,7 +126441,7 @@ item_db: (
Id: 16312
AegisName: "F_Upg_Shoes_Box"
Name: "Reinforcement Shoes Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126457,7 +126458,7 @@ item_db: (
Id: 16313
AegisName: "Upg_Boots_Box"
Name: "Reinforcement Boots Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126474,7 +126475,7 @@ item_db: (
Id: 16343
AegisName: "Leo_Crown_Box"
Name: "Leo Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5588,1; ">
@@ -126483,7 +126484,7 @@ item_db: (
Id: 16344
AegisName: "Leo_Diadem_Box"
Name: "Leo Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5589,1; ">
@@ -126492,7 +126493,7 @@ item_db: (
Id: 16345
AegisName: "F_Leo_Crown_Box"
Name: "Leo Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5588,1; ">
@@ -126501,7 +126502,7 @@ item_db: (
Id: 16346
AegisName: "F_Leo_Diadem_Box"
Name: "Leo Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5589,1; ">
@@ -126510,7 +126511,7 @@ item_db: (
Id: 16360
AegisName: "Desert_Prince_Box"
Name: "Desert Prince Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -126527,7 +126528,7 @@ item_db: (
Id: 16361
AegisName: "FDesert_Prince_Box"
Name: "Desert Prince Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -126544,7 +126545,7 @@ item_db: (
Id: 16362
AegisName: "Sigruns_Wing_Box"
Name: "Sigrun's Wings Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -126561,7 +126562,7 @@ item_db: (
Id: 16363
AegisName: "FSigruns_Wing_Box"
Name: "Sigrun's Wings Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -126578,7 +126579,7 @@ item_db: (
Id: 16368
AegisName: "Virgo_Crown_Box"
Name: "Virgo Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126595,7 +126596,7 @@ item_db: (
Id: 16371
AegisName: "Tw_Aug_Scroll"
Name: "Tw Aug Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -126604,7 +126605,7 @@ item_db: (
Id: 16372
AegisName: "F_Clover_Box_Mouth"
Name: "Four Leaf Clover Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -126620,7 +126621,7 @@ item_db: (
Id: 16374
AegisName: "Mouth_Bubble_Gum_Box"
Name: "Chewing Bubblegum R Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -126638,7 +126639,7 @@ item_db: (
Id: 16381
AegisName: "WoE_Teleport_Scroll_100_Box"
Name: "WoE Teleport Scroll 100 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126656,7 +126657,7 @@ item_db: (
Id: 16385
AegisName: "F_Clover_Box_Mouth2"
Name: "O'Riley's Green Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -126672,7 +126673,7 @@ item_db: (
Id: 16386
AegisName: "F_Clover_Box_Mouth4"
Name: "4 Leaf Clover In Mouth R Box III"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -126688,7 +126689,7 @@ item_db: (
Id: 16389
AegisName: "BGum_Box_In_Mouth2"
Name: "Chewing Bubblegum R Box II"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -126705,7 +126706,7 @@ item_db: (
Id: 16390
AegisName: "BGum_Box_In_Mouth4"
Name: "Chewing Bubblegum R Box III"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -126722,7 +126723,7 @@ item_db: (
Id: 16393
AegisName: "HD_Ori_Box5"
Name: "Purified Oridecon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126740,7 +126741,7 @@ item_db: (
Id: 16394
AegisName: "HD_Ori_Box10"
Name: "Purified Oridecon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126758,7 +126759,7 @@ item_db: (
Id: 16395
AegisName: "HD_Elu_Box5"
Name: "Purified Eluminium(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126776,7 +126777,7 @@ item_db: (
Id: 16396
AegisName: "HD_Elu_Box10"
Name: "Purified Eluminium(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126794,7 +126795,7 @@ item_db: (
Id: 16397
AegisName: "Virgo_Diadem_Box"
Name: "Virgo Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -126811,7 +126812,7 @@ item_db: (
Id: 16405
AegisName: "Midgard_Coin_Box"
Name: "Midgard Coin Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126830,7 +126831,7 @@ item_db: (
Id: 16406
AegisName: "FMidgard_Coin_Box"
Name: "Midgard Coin Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -126849,7 +126850,7 @@ item_db: (
Id: 16409
AegisName: "Tw_Sep_Scroll"
Name: "Flower Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -126858,7 +126859,7 @@ item_db: (
Id: 16410
AegisName: "Chung_Hairband_Box"
Name: "Chung Hairband Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5609,1; ">
@@ -126867,7 +126868,7 @@ item_db: (
Id: 16411
AegisName: "FChung_Hairband_Box"
Name: "FChung Hairband Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5609,1; ">
@@ -126876,7 +126877,7 @@ item_db: (
Id: 16412
AegisName: "Ice_Wing_Ear_Box"
Name: "Ice Wing Ear Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5610,1; ">
@@ -126885,7 +126886,7 @@ item_db: (
Id: 16413
AegisName: "FIce_Wing_Ear_Box"
Name: "FIce Wing Ear Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5610,1; ">
@@ -126894,7 +126895,7 @@ item_db: (
Id: 16414
AegisName: "Turtle_Hat_Box"
Name: "Turtle Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5611,1; ">
@@ -126903,7 +126904,7 @@ item_db: (
Id: 16415
AegisName: "FTurtle_Hat_Box"
Name: "Turtle Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5611,1; ">
@@ -126912,7 +126913,7 @@ item_db: (
Id: 16418
AegisName: "Giant_Fly_Wing_Box_500"
Name: "Giant Fly Wing Box 500"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 12212,500; ">
@@ -126921,7 +126922,7 @@ item_db: (
Id: 16419
AegisName: "Greed_Scroll_Box_30"
Name: "Greed Scroll 30 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 14529,30; ">
@@ -126930,7 +126931,7 @@ item_db: (
Id: 16420
AegisName: "Adventurer_Pack"
Name: "Adventurer Pack"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <"
@@ -126953,7 +126954,7 @@ item_db: (
Id: 16424
AegisName: "Executioner_Box_"
Name: "Executioner Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 1174,604800; ">
@@ -126962,7 +126963,7 @@ item_db: (
Id: 16425
AegisName: "Cutlus_Box"
Name: "Cutlus Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 13402,604800; ">
@@ -126971,7 +126972,7 @@ item_db: (
Id: 16426
AegisName: "Moonlight_Dagger_Box"
Name: "Moonlight Dagger Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 13026,604800; ">
@@ -126980,7 +126981,7 @@ item_db: (
Id: 16427
AegisName: "Wrench_Box"
Name: "Wrench Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 1534,604800; ">
@@ -126989,7 +126990,7 @@ item_db: (
Id: 16428
AegisName: "Solar_Sword_Box_"
Name: "Solar Sword Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 13403,604800; ">
@@ -126998,7 +126999,7 @@ item_db: (
Id: 16429
AegisName: "Tomahawk_Box_"
Name: "Tomahawk Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 1374,604800; ">
@@ -127007,7 +127008,7 @@ item_db: (
Id: 16430
AegisName: "Rudra_Bow_Box"
Name: "Rudra Bow Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 1729,604800; ">
@@ -127016,7 +127017,7 @@ item_db: (
Id: 16431
AegisName: "Pole_Axe_Box_"
Name: "Pole Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" rentitem 1419,604800; ">
@@ -127025,7 +127026,7 @@ item_db: (
Id: 16436
AegisName: "Libra_Crown_Box"
Name: "Libra Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5662,1; ">
},
@@ -127033,7 +127034,7 @@ item_db: (
Id: 16438
AegisName: "Libra_Diadem_Box"
Name: "Libra Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5663,1; ">
},
@@ -127041,7 +127042,7 @@ item_db: (
Id: 16440
AegisName: "Filir_Wing_Box"
Name: "Filir Wings Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5664,1; ">
},
@@ -127049,7 +127050,7 @@ item_db: (
Id: 16446
AegisName: "Tw_October_Scroll"
Name: "Pegasus Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -127058,7 +127059,7 @@ item_db: (
Id: 16447
AegisName: "Scorpio_Crown_Box"
Name: "Scorpio Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -127075,7 +127076,7 @@ item_db: (
Id: 16448
AegisName: "Scorpio_Diadem_Box"
Name: "Scorpio Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -127093,7 +127094,7 @@ item_db: (
Id: 16450
AegisName: "FScorpio_Diadem_Box"
Name: "Scorpio Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -127111,7 +127112,7 @@ item_db: (
Id: 16456
AegisName: "My_Scroll1"
Name: "Bride's Ribbon Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127119,7 +127120,7 @@ item_db: (
Id: 16457
AegisName: "Tw_Nov_Scroll"
Name: "Bough Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -127128,7 +127129,7 @@ item_db: (
Id: 16461
AegisName: "Red_Wing_Hat_Box"
Name: "Red Wing Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5690,1; ">
@@ -127137,7 +127138,7 @@ item_db: (
Id: 16462
AegisName: "FRed_Wing_Hat_Box"
Name: "Red Wing Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5690,1; ">
@@ -127146,7 +127147,7 @@ item_db: (
Id: 16466
AegisName: "My_Scroll2"
Name: "Egg Of Light Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127154,7 +127155,7 @@ item_db: (
Id: 16503
AegisName: "E_Insurance_Package"
Name: "E Insurance Package"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 12209,10; ">
},
@@ -127162,14 +127163,14 @@ item_db: (
Id: 16542
AegisName: "Xmas_Bless"
Name: "Xmas Bless"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16543
AegisName: "Snowman_Hat_Box"
Name: "Snowman Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -127187,7 +127188,7 @@ item_db: (
Id: 16544
AegisName: "FSnowman_Hat_Box"
Name: "Snowman Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -127205,7 +127206,7 @@ item_db: (
Id: 16548
AegisName: "Sagittarius_Crown_Box"
Name: "Ephemeral Brysinggamen Trade Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5739,1; ">
},
@@ -127213,7 +127214,7 @@ item_db: (
Id: 16549
AegisName: "Sagittarius_Diadem_Box"
Name: "Ephemeral Sleipnir Trade Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5740,1; ">
},
@@ -127221,7 +127222,7 @@ item_db: (
Id: 16555
AegisName: "Pr_Reset_Stone_Box"
Name: "Playspan Reset Stone Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127239,7 +127240,7 @@ item_db: (
Id: 16556
AegisName: "FPremium_Reset_Stone_Box"
Name: "Reset Stone Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" packageitem(); ">
@@ -127248,41 +127249,41 @@ item_db: (
Id: 16557
AegisName: "CP_Helm_Scroll10"
Name: "CP Helm Scroll10"
- Type: 18
+ Type: "IT_CASH"
Script: <" getitem 14517,10; ">
},
{
Id: 16558
AegisName: "CP_Shield_Scroll10"
Name: "CP Shield Scroll10"
- Type: 18
+ Type: "IT_CASH"
Script: <" getitem 14518,10; ">
},
{
Id: 16559
AegisName: "CP_Armor_Scroll10"
Name: "CP Armor Scroll10"
- Type: 18
+ Type: "IT_CASH"
Script: <" getitem 14519,10; ">
},
{
Id: 16560
AegisName: "CP_Weapon_Scroll10"
Name: "CP Weapon Scroll10"
- Type: 18
+ Type: "IT_CASH"
Script: <" getitem 14520,10; ">
},
{
Id: 16561
AegisName: "CP_Scroll_Package"
Name: "CP Scroll Package"
- Type: 2
+ Type: "IT_USABLE"
},
{
Id: 16562
AegisName: "Majestic_Devil_Scroll"
Name: "Majestic Devil Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127290,7 +127291,7 @@ item_db: (
Id: 16563
AegisName: "BM100_Box_5"
Name: "BM100 Box 5"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Script: <" getitem 14533,5; ">
},
@@ -127298,7 +127299,7 @@ item_db: (
Id: 16565
AegisName: "Capricorn_Crown_Box"
Name: "Capricorn Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5744,1; ">
},
@@ -127306,7 +127307,7 @@ item_db: (
Id: 16567
AegisName: "Capricorn_Diadem_Box"
Name: "Capricorn Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5745,1; ">
},
@@ -127314,7 +127315,7 @@ item_db: (
Id: 16568
AegisName: "FCapricorn_Diadem_Box"
Name: "Capricorn Diadem Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5745,1; ">
},
@@ -127322,7 +127323,7 @@ item_db: (
Id: 16569
AegisName: "Summer_Scroll"
Name: "Komodo Egg"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
},
@@ -127330,7 +127331,7 @@ item_db: (
Id: 16576
AegisName: "Illusion_Nothing"
Name: "Illusion Nothing"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127338,14 +127339,14 @@ item_db: (
Id: 16577
AegisName: "Dragon_Captain"
Name: "Dragon Captain"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16582
AegisName: "Red_Bunny_Band_Box"
Name: "Red Bunny Band Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5763,1; ">
},
@@ -127353,7 +127354,7 @@ item_db: (
Id: 16584
AegisName: "Sloth_Hat_Box"
Name: "Sloth Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5761,1; ">
@@ -127362,7 +127363,7 @@ item_db: (
Id: 16585
AegisName: "F_Sloth_Hat_Box"
Name: "F Sloth Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5761,1; ">
@@ -127371,7 +127372,7 @@ item_db: (
Id: 16586
AegisName: "Duneyrr_Helm_Box"
Name: "Duneyrr Helm Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5762,1; ">
@@ -127380,7 +127381,7 @@ item_db: (
Id: 16587
AegisName: "F_Duneyrr_Helm_Box"
Name: "F Duneyrr Helm Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5762,1; ">
@@ -127389,14 +127390,14 @@ item_db: (
Id: 16600
AegisName: "Spring_Flower_Scr_Tw"
Name: "Spring Flower Scr Tw"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16601
AegisName: "Blue_Arara_Hat_Box"
Name: "Blue Arara Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5778,1; ">
@@ -127405,7 +127406,7 @@ item_db: (
Id: 16602
AegisName: "F_Blue_Arara_Hat_Box"
Name: "F Blue Arara Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 5778,1; ">
@@ -127414,7 +127415,7 @@ item_db: (
Id: 16619
AegisName: "Yellow_Bunnyband_Box"
Name: "Yellow Bunnyband Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 5783,1; ">
},
@@ -127422,7 +127423,7 @@ item_db: (
Id: 16631
AegisName: "Aributa_Scroll"
Name: "Aributa Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -127430,7 +127431,7 @@ item_db: (
Id: 16638
AegisName: "Ribbon_Of_Life_Box"
Name: "Ribbon of Life Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -127446,7 +127447,7 @@ item_db: (
Id: 16639
AegisName: "Ribbon_Of_Life_Box2"
Name: "Ribbon of Life Box II"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -127462,7 +127463,7 @@ item_db: (
Id: 16640
AegisName: "Ribbon_Of_Life_Box3"
Name: "Life Ribbon Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -127478,7 +127479,7 @@ item_db: (
Id: 16652
AegisName: "Flame_Light"
Name: "Flame Light"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127486,7 +127487,7 @@ item_db: (
Id: 16653
AegisName: "BM75_10Box"
Name: "BM75 10Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 12563,10; ">
},
@@ -127494,21 +127495,21 @@ item_db: (
Id: 16654
AegisName: "Valiant_Will"
Name: "Valiant Will"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16665
AegisName: "Virgo_Scroll"
Name: "Virgo Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16666
AegisName: "Magic_Candy_Box10"
Name: "Magic Candy Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -127526,7 +127527,7 @@ item_db: (
Id: 16673
AegisName: "Libra_Scroll"
Name: "Libra Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127534,7 +127535,7 @@ item_db: (
Id: 16675
AegisName: "Splash_Scroll"
Name: "Splash Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127542,7 +127543,7 @@ item_db: (
Id: 16677
AegisName: "Universal_Catalog_Gold_Box10"
Name: "Universal Catalog Gold 10 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -127560,7 +127561,7 @@ item_db: (
Id: 16681
AegisName: "BR_Independence_Scroll"
Name: "BR Independence Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127568,7 +127569,7 @@ item_db: (
Id: 16682
AegisName: "Boarding_Halter_Box"
Name: "Halter Lead 7 Day Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127586,7 +127587,7 @@ item_db: (
Id: 16683
AegisName: "B_Halter_Box_30Days"
Name: "Halter Lead 30 Day Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127604,7 +127605,7 @@ item_db: (
Id: 16684
AegisName: "Wing_Of_Fly_Box10"
Name: "Wing Of Fly Box10"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 601,10; ">
},
@@ -127612,7 +127613,7 @@ item_db: (
Id: 16685
AegisName: "Wing_Of_Fly_Box50"
Name: "Wing Of Fly Box50"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 601,50; ">
},
@@ -127620,7 +127621,7 @@ item_db: (
Id: 16686
AegisName: "Wing_Of_Fly_Box100"
Name: "Wing Of Fly Box100"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 601,100; ">
},
@@ -127628,7 +127629,7 @@ item_db: (
Id: 16687
AegisName: "RWC2010_SuitcaseA"
Name: "RWC 2010 Travel Sack 1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127636,7 +127637,7 @@ item_db: (
Id: 16688
AegisName: "RWC2010_SuitcaseB"
Name: "RWC 2010 Travel Sack 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127644,14 +127645,14 @@ item_db: (
Id: 16691
AegisName: "Scorpius_Scroll"
Name: "Scorpius Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 16740
AegisName: "Ptotection_Seagod_Box"
Name: "Seagod's Protection Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127669,7 +127670,7 @@ item_db: (
Id: 16741
AegisName: "Hairtail_Box1"
Name: "Hairtail Box(1hr)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127687,7 +127688,7 @@ item_db: (
Id: 16742
AegisName: "Hairtail_Box2"
Name: "Hairtail Box(7day)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127705,7 +127706,7 @@ item_db: (
Id: 16743
AegisName: "Spearfish_Box1"
Name: "Marlin Box(1hr)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127723,7 +127724,7 @@ item_db: (
Id: 16744
AegisName: "Spearfish_Box2"
Name: "Marlin Box(7day)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127741,7 +127742,7 @@ item_db: (
Id: 16745
AegisName: "Saurel_Box1"
Name: "Saurel Box(1hr)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127759,7 +127760,7 @@ item_db: (
Id: 16746
AegisName: "Saurel_Box2"
Name: "Saurel Box(7day)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127777,7 +127778,7 @@ item_db: (
Id: 16747
AegisName: "Tuna_Box1"
Name: "Tuna Box(1hr)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127795,7 +127796,7 @@ item_db: (
Id: 16748
AegisName: "Tuna_Box2"
Name: "Tuna Box(7day)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127813,7 +127814,7 @@ item_db: (
Id: 16749
AegisName: "Malang_Crab_Box1"
Name: "Malangdo Crab Box(1hr)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127831,7 +127832,7 @@ item_db: (
Id: 16750
AegisName: "Malang_Crab_Box2"
Name: "Malangdo Crab Box(7day)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127849,7 +127850,7 @@ item_db: (
Id: 16751
AegisName: "Brindle_Eel_Box1"
Name: "Spotty Eel Box1"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127867,7 +127868,7 @@ item_db: (
Id: 16752
AegisName: "Brindle_Eel_Box2"
Name: "Spotty Eel Box2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127885,7 +127886,7 @@ item_db: (
Id: 16753
AegisName: "Unbreak_Weap_Box"
Name: "Blessed Weapon Ore Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 6438,1; ">
@@ -127894,7 +127895,7 @@ item_db: (
Id: 16754
AegisName: "F_Unbreak_Weap_Box"
Name: "F Unbreak Weap Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6438,1; ">
},
@@ -127902,7 +127903,7 @@ item_db: (
Id: 16755
AegisName: "Unbreak_Def_Box"
Name: "Blessed Armor Ore Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 6439,1; ">
@@ -127911,7 +127912,7 @@ item_db: (
Id: 16756
AegisName: "F_Unbreak_Def_Box"
Name: "F Unbreak Def Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6439,1; ">
},
@@ -127919,7 +127920,7 @@ item_db: (
Id: 16757
AegisName: "Hallo_Scroll"
Name: "halloween Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -127927,7 +127928,7 @@ item_db: (
Id: 16760
AegisName: "Umbala_Spirit_Box2"
Name: "Umbala Spirit Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -127944,7 +127945,7 @@ item_db: (
Id: 16761
AegisName: "F_Umbala_Spirit_Box2"
Name: "Umbala Spirit Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Trade: {
nodrop: true
@@ -127961,7 +127962,7 @@ item_db: (
Id: 16763
AegisName: "Ptotection_Seagod_Box2"
Name: "Seagod's Protection Box2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127979,7 +127980,7 @@ item_db: (
Id: 16764
AegisName: "Ptotection_Seagod_Box3"
Name: "Seagod's Protection Box3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -127997,7 +127998,7 @@ item_db: (
Id: 16765
AegisName: "Octo_Hstick_Box"
Name: "Octopus Hstick Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128015,7 +128016,7 @@ item_db: (
Id: 16766
AegisName: "Octo_Hstick_Box2"
Name: "Octopus Hstick Box2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128033,7 +128034,7 @@ item_db: (
Id: 16767
AegisName: "Octo_Hstick_Box3"
Name: "Octopus Hstick Box3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128051,7 +128052,7 @@ item_db: (
Id: 16770
AegisName: "Silvervine_Fruit_Box10"
Name: "Silvervine 10 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128072,7 +128073,7 @@ item_db: (
Id: 16771
AegisName: "Silvervine_Fruit_Box40"
Name: "Silvervine 40 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128093,7 +128094,7 @@ item_db: (
Id: 16774
AegisName: "Asgard_Scroll"
Name: "Asgard Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128101,7 +128102,7 @@ item_db: (
Id: 16775
AegisName: "Sagittarius_Scroll"
Name: "Sagittarius Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128109,7 +128110,7 @@ item_db: (
Id: 16776
AegisName: "Universal_Catalog_Gold_Box10_"
Name: "Universal Catalog Gold 10 Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -128126,7 +128127,7 @@ item_db: (
Id: 16777
AegisName: "Universal_Catalog_Gold_Box50"
Name: "Universal Catalog Gold 50 Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 10
Trade: {
nodrop: true
@@ -128143,7 +128144,7 @@ item_db: (
Id: 16826
AegisName: "Sagittarius_Scr_Box"
Name: "Sagittarius Scr Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128151,7 +128152,7 @@ item_db: (
Id: 16972
AegisName: "Weather_Report_Box"
Name: "Weather Forecast Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128169,7 +128170,7 @@ item_db: (
Id: 16973
AegisName: "Yellow_Hat_Box"
Name: "Costume Yellow Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128187,7 +128188,7 @@ item_db: (
Id: 16974
AegisName: "Comin_Actor_Box"
Name: "Costume Old-Timey Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128204,7 +128205,7 @@ item_db: (
Id: 16975
AegisName: "Singing_Bird_Box"
Name: "Costume Singing Bird Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128222,7 +128223,7 @@ item_db: (
Id: 16976
AegisName: "Hen_Set_Box"
Name: "Costume Chicken Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128239,7 +128240,7 @@ item_db: (
Id: 16977
AegisName: "Red_Minicrown_Box"
Name: "Costume Mini Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128257,7 +128258,7 @@ item_db: (
Id: 16979
AegisName: "Silvervine_Fruit_Box4"
Name: "Silvervine 4 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128278,7 +128279,7 @@ item_db: (
Id: 16990
AegisName: "Sagittar_Diadem_Scroll"
Name: "Sagittar Diadem Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128286,7 +128287,7 @@ item_db: (
Id: 16991
AegisName: "Sagittar_Di_Scroll_Box"
Name: "Sagittar Di Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128294,7 +128295,7 @@ item_db: (
Id: 16992
AegisName: "Butterfly_Wing_Box20"
Name: "Butterfly Wing Box20"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 602,20; ">
},
@@ -128302,7 +128303,7 @@ item_db: (
Id: 16993
AegisName: "Butterfly_Wing_Box50"
Name: "Butterfly Wing Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 602,50; ">
},
@@ -128310,7 +128311,7 @@ item_db: (
Id: 16995
AegisName: "Old_Hat_Box"
Name: "Old Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128327,7 +128328,7 @@ item_db: (
Id: 16996
AegisName: "Capri_Crown_Scroll"
Name: "Capri Crown Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128335,7 +128336,7 @@ item_db: (
Id: 16997
AegisName: "Capri_Crown_Scroll_Box"
Name: "Capri Crown Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128343,7 +128344,7 @@ item_db: (
Id: 16998
AegisName: "Archangel_Wing_Box"
Name: "Archangel's Wing Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128361,7 +128362,7 @@ item_db: (
Id: 16999
AegisName: "Bravery_Bag_Box"
Name: "Heroic Backpack Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128379,7 +128380,7 @@ item_db: (
Id: 17000
AegisName: "Wander_Man_Box5"
Name: "WanderM. Summon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Wander_Man_Scroll, 5; ">
},
@@ -128387,7 +128388,7 @@ item_db: (
Id: 17001
AegisName: "Wander_Man_Box10"
Name: "WanderM. Summon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Wander_Man_Scroll, 10; ">
},
@@ -128395,7 +128396,7 @@ item_db: (
Id: 17002
AegisName: "Wicked_Nymph_Box5"
Name: "Wicked N. Summon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Wicked_Nymph_Scrolll, 5; ">
},
@@ -128403,7 +128404,7 @@ item_db: (
Id: 17003
AegisName: "Wicked_Nymph_Box10"
Name: "Wicked N. Summon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Wicked_Nymph_Scrolll, 10; ">
},
@@ -128411,7 +128412,7 @@ item_db: (
Id: 17004
AegisName: "Kasa_Scroll_Box5"
Name: "Kasa Summon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Kasa_Scroll, 5; ">
},
@@ -128419,7 +128420,7 @@ item_db: (
Id: 17005
AegisName: "Kasa_Scroll_Box10"
Name: "Kasa Summon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Kasa_Scroll, 10; ">
},
@@ -128427,7 +128428,7 @@ item_db: (
Id: 17006
AegisName: "Salamander_Box5"
Name: "Salamander Summon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Salamander_Scroll, 5; ">
},
@@ -128435,7 +128436,7 @@ item_db: (
Id: 17007
AegisName: "Salamander_Box10"
Name: "Salamander Summon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Salamander_Scroll, 10; ">
},
@@ -128443,7 +128444,7 @@ item_db: (
Id: 17008
AegisName: "Teddy_Bear_Box5"
Name: "Teddy Bear Summon Box(5)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Teddy_Bear_Scroll, 5; ">
},
@@ -128451,7 +128452,7 @@ item_db: (
Id: 17009
AegisName: "Teddy_Bear_Box10"
Name: "Teddy Bear Summon Box(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem Teddy_Bear_Scroll, 10; ">
},
@@ -128459,7 +128460,7 @@ item_db: (
Id: 17011
AegisName: "Capricon_Di_Scroll"
Name: "New YearCapricon scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128467,7 +128468,7 @@ item_db: (
Id: 17012
AegisName: "Capricon_Di_Scroll_Box"
Name: "New Year Capricon Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128475,7 +128476,7 @@ item_db: (
Id: 17013
AegisName: "Malang_Woe_Encard_Box"
Name: "Malangdo Woe Encard Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128496,7 +128497,7 @@ item_db: (
Id: 17014
AegisName: "Butterfly_ear_Box"
Name: "Costume Butterfly Ears Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128514,7 +128515,7 @@ item_db: (
Id: 17015
AegisName: "Stuckhead_Screw_Box"
Name: "Costume Bolt Ears Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128532,7 +128533,7 @@ item_db: (
Id: 17016
AegisName: "Aquarius_Diadem_Scroll"
Name: "Aquarius Diadem Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128540,7 +128541,7 @@ item_db: (
Id: 17017
AegisName: "Aquarius_Di_Scroll_Box"
Name: "Aquarius Diadem Box 10"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128548,21 +128549,21 @@ item_db: (
Id: 17018
AegisName: "Libra_Scroll2"
Name: "Libra Scroll2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17019
AegisName: "Scorpio_Scroll2"
Name: "Scorpio Scroll2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17020
AegisName: "Tw_Nov_Scroll2"
Name: "Anubis Scroll II"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128570,7 +128571,7 @@ item_db: (
Id: 17021
AegisName: "Summer_Scroll3"
Name: "Summer Scroll3"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128578,7 +128579,7 @@ item_db: (
Id: 17022
AegisName: "Super_Pet_Egg1_2"
Name: "Super Pet Egg1 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128586,7 +128587,7 @@ item_db: (
Id: 17023
AegisName: "Super_Pet_Egg4_2"
Name: "Super Pet Egg4 2"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128594,7 +128595,7 @@ item_db: (
Id: 17024
AegisName: "Lovely_Aquarius_Scroll"
Name: "Lovely Aquarius Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128602,7 +128603,7 @@ item_db: (
Id: 17025
AegisName: "Lovely_Aquarius_Box"
Name: "Lovely Aquarius Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128610,7 +128611,7 @@ item_db: (
Id: 17026
AegisName: "Boitata_Scroll"
Name: "Boitata Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128618,7 +128619,7 @@ item_db: (
Id: 17028
AegisName: "Pisces_Diadem_Scroll"
Name: "Pisces Diadem Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128626,7 +128627,7 @@ item_db: (
Id: 17029
AegisName: "Pisces_Diadem_Box2"
Name: "Pisces Diadem Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128634,7 +128635,7 @@ item_db: (
Id: 17030
AegisName: "St_Pat_Hat_box"
Name: "St Patrick's Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18565,1; ">
},
@@ -128642,7 +128643,7 @@ item_db: (
Id: 17035
AegisName: "Energetic_Pisces_Scroll"
Name: "Energetic Pisces Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128650,7 +128651,7 @@ item_db: (
Id: 17036
AegisName: "Energetic_Pisces_Box"
Name: "Energetic Pisces Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128658,7 +128659,7 @@ item_db: (
Id: 17037
AegisName: "Trans_Box_Devi"
Name: "Transformation Scroll Box(Deviruchi)(10)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128676,7 +128677,7 @@ item_db: (
Id: 17038
AegisName: "Trans_Box_Ray_Arch"
Name: "Transformation Scroll Box(Raydric Archer)(10)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128694,7 +128695,7 @@ item_db: (
Id: 17039
AegisName: "Trans_Box_Mavka"
Name: "Transformation Scroll Box(Mavka)(10)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128712,7 +128713,7 @@ item_db: (
Id: 17040
AegisName: "Trans_Box_Marduk"
Name: "Transformation Scroll Box(Manuk)(10)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128730,7 +128731,7 @@ item_db: (
Id: 17041
AegisName: "Trans_Box_Banshee"
Name: "Transformation Scroll Box(Banshee)(10)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128748,7 +128749,7 @@ item_db: (
Id: 17042
AegisName: "Trans_Box_Poring"
Name: "Transformation Scroll Box(Poring)(10)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -128766,7 +128767,7 @@ item_db: (
Id: 17043
AegisName: "Trans_Box_Golem"
Name: "Transformation Scroll Box(Golem)(10)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -128784,7 +128785,7 @@ item_db: (
Id: 17050
AegisName: "Aries_Scroll_"
Name: "Aries Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128792,7 +128793,7 @@ item_db: (
Id: 17051
AegisName: "Aries_Scroll_Box"
Name: "Aries Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128800,7 +128801,7 @@ item_db: (
Id: 17052
AegisName: "Holy_Mom_Blaze_Box"
Name: "Virgin Splendor Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6472,1; ">
},
@@ -128808,49 +128809,49 @@ item_db: (
Id: 17056
AegisName: "Wiz_Card_Album"
Name: "Wiz Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17057
AegisName: "Swordman_Card_Album"
Name: "Swordman Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17058
AegisName: "Thief_Card_Album"
Name: "Thief Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17059
AegisName: "Acolyte_Card_Album"
Name: "Acolyte Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17060
AegisName: "Merchant_Card_Album"
Name: "Merchant Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17061
AegisName: "Archer_Card_Album"
Name: "Archer Card Album"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17062
AegisName: "Taurus_Diadem_Scroll"
Name: "Taurus Diadem Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128858,7 +128859,7 @@ item_db: (
Id: 17063
AegisName: "Taurus_Di_Scroll_Box"
Name: "Taurus Di Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128866,14 +128867,14 @@ item_db: (
Id: 17064
AegisName: "Tw_Sagitt_Scroll"
Name: "Tw Sagitt Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17066
AegisName: "Poison_Bottle_Box50"
Name: "Poison Bottle Box50"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 678,50; ">
},
@@ -128881,7 +128882,7 @@ item_db: (
Id: 17067
AegisName: "Poison_Bottle_Box100"
Name: "Poison Bottle Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 678,100; ">
},
@@ -128889,28 +128890,28 @@ item_db: (
Id: 17068
AegisName: "Acidbomb_Box50"
Name: "Acid Bomb 50 Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17069
AegisName: "Acidbomb_Box100"
Name: "Acidbomb Box(100)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17070
AegisName: "Acidbomb_Box500"
Name: "Acidbomb Box(500)"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17071
AegisName: "Superb_Fish_Box50"
Name: "Superb Fish Box(50)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 14524,50; ">
},
@@ -128918,7 +128919,7 @@ item_db: (
Id: 17072
AegisName: "Superb_Fish_Box100"
Name: "Superb Fish Box(100)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 14524,100; ">
},
@@ -128926,7 +128927,7 @@ item_db: (
Id: 17073
AegisName: "Superb_Fish_Box500"
Name: "Superb Fish Box(500)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 14524,500; ">
},
@@ -128934,7 +128935,7 @@ item_db: (
Id: 17074
AegisName: "Empty_Bottle_Box10"
Name: "Empty Bottle Box10"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 713,10; ">
},
@@ -128942,7 +128943,7 @@ item_db: (
Id: 17075
AegisName: "Empty_Bottle_Box100"
Name: "Empty Bottle Box100"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 713,100; ">
},
@@ -128950,7 +128951,7 @@ item_db: (
Id: 17076
AegisName: "Empty_Bottle_Box500"
Name: "Empty Bottle Box500"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 713,500; ">
},
@@ -128958,7 +128959,7 @@ item_db: (
Id: 17077
AegisName: "Taurus_Crown_Scroll"
Name: "Taurus Crown Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128966,7 +128967,7 @@ item_db: (
Id: 17078
AegisName: "Taurus_Crown_Scroll_Box"
Name: "Taurus Crown Scroll Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128974,14 +128975,14 @@ item_db: (
Id: 17080
AegisName: "Scorpio_Scroll3"
Name: "March and Groove Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17081
AegisName: "Yggdrasil_Crown_Box"
Name: "Yggdrasil Crown Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18580,1; ">
},
@@ -128989,7 +128990,7 @@ item_db: (
Id: 17082
AegisName: "Gemi_Diadem_Scroll"
Name: "Alora's Costume Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -128997,7 +128998,7 @@ item_db: (
Id: 17083
AegisName: "Gemi_Diadem_Scroll_Box"
Name: "Hawt Groove Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129005,7 +129006,7 @@ item_db: (
Id: 17084
AegisName: "Upg_Katar_Box"
Name: "Upgrade Katar Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129023,7 +129024,7 @@ item_db: (
Id: 17085
AegisName: "Upg_Two_Handed_Axe_Box"
Name: "Upgrade Two-Handed Axe Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129041,7 +129042,7 @@ item_db: (
Id: 17086
AegisName: "Upg_Lance_Box"
Name: "Upgrade Spear Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129059,7 +129060,7 @@ item_db: (
Id: 17087
AegisName: "Upg_Book_Box"
Name: "Upgrade Book Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129077,7 +129078,7 @@ item_db: (
Id: 17088
AegisName: "Upg_Staff_Box"
Name: "Upgrade Staff Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129095,7 +129096,7 @@ item_db: (
Id: 17089
AegisName: "Upg_Dagger_Box"
Name: "Upgrade Dagger Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129113,7 +129114,7 @@ item_db: (
Id: 17090
AegisName: "Upg_Revolver_Box"
Name: "Upgrade Revolver Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129131,7 +129132,7 @@ item_db: (
Id: 17091
AegisName: "Upg_Mace_Box"
Name: "Upgrade Mace Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129149,7 +129150,7 @@ item_db: (
Id: 17092
AegisName: "Upg_Bow_Box"
Name: "Upgrade Bow Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129167,7 +129168,7 @@ item_db: (
Id: 17093
AegisName: "Upg_Twohand_Sword_Box"
Name: "Upgrade Two-Hand Sword Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129185,7 +129186,7 @@ item_db: (
Id: 17094
AegisName: "Upg_Katar_Box2"
Name: "Upgrade Katar Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129202,7 +129203,7 @@ item_db: (
Id: 17095
AegisName: "Upg_Two_Handed_Axe_Box2"
Name: "Upgrade Two-Hand Axe Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129219,7 +129220,7 @@ item_db: (
Id: 17096
AegisName: "Upg_Lance_Box2"
Name: "Upgrade Lance Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129236,7 +129237,7 @@ item_db: (
Id: 17104
AegisName: "HD_Oridecon_50Box"
Name: "HD Oridecon 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6240,50; ">
},
@@ -129244,7 +129245,7 @@ item_db: (
Id: 17105
AegisName: "HD_Elunium_50Box"
Name: "HD Elunium 50 Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6241,50; ">
},
@@ -129252,7 +129253,7 @@ item_db: (
Id: 17106
AegisName: "Max_Weight_Up_10Box"
Name: "Heavy Lifter Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -129269,7 +129270,7 @@ item_db: (
Id: 17107
AegisName: "Gemi_Crown_Scroll"
Name: "Gemini Crown Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129277,7 +129278,7 @@ item_db: (
Id: 17108
AegisName: "Gemi_Crown_Scroll_Box"
Name: "Gemini Crown Scroll 10 Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129285,28 +129286,28 @@ item_db: (
Id: 17109
AegisName: "Capri_Scroll"
Name: "May You Groove On Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17110
AegisName: "Aquarius_Scroll"
Name: "Aquarius Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17113
AegisName: "Pisces_Scroll"
Name: "Marching Hat Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17114
AegisName: "Horn_Of_The_Ancient_Box"
Name: "Ancient Horns Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18595,1; ">
},
@@ -129314,7 +129315,7 @@ item_db: (
Id: 17115
AegisName: "Sprout_Hat_Box"
Name: "Sprout Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18596,1; ">
},
@@ -129322,7 +129323,7 @@ item_db: (
Id: 17116
AegisName: "Mercury_Helm_Box"
Name: "Mercury Riser Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18597,1; ">
},
@@ -129330,7 +129331,7 @@ item_db: (
Id: 17118
AegisName: "ASPD_Potion_Box10"
Name: "ASPD Enhanced Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -129346,21 +129347,21 @@ item_db: (
Id: 17120
AegisName: "Taurus_Scroll"
Name: "Taurus Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17121
AegisName: "Starry_Scroll"
Name: "Starry Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17122
AegisName: "Immuned_Shield_Box"
Name: "Immune Shield Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129378,7 +129379,7 @@ item_db: (
Id: 17123
AegisName: "Black_Devil_Mask_Box"
Name: "Black Devil's Mask Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129396,7 +129397,7 @@ item_db: (
Id: 17124
AegisName: "Cat_Ears_Beret_Box"
Name: "Cat Ear Beret Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 18600,1; ">
@@ -129405,7 +129406,7 @@ item_db: (
Id: 17125
AegisName: "Red_Bread_Hat_Box"
Name: "Red Pom Band Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Script: <" getitem 18601,1; ">
@@ -129414,7 +129415,7 @@ item_db: (
Id: 17126
AegisName: "ASPD_Potion_Box10_2"
Name: "ASPD Enhanced Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Trade: {
nodrop: true
@@ -129431,21 +129432,21 @@ item_db: (
Id: 17127
AegisName: "Leo_Scroll2"
Name: "March Groove and Win Crate"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17134
AegisName: "RWC_Scroll"
Name: "RWC Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17138
AegisName: "Ms_Cancer_Scroll"
Name: "Cancer Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129453,7 +129454,7 @@ item_db: (
Id: 17139
AegisName: "RWC_Super_Scroll"
Name: "RWC Super Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129461,7 +129462,7 @@ item_db: (
Id: 17140
AegisName: "Leo_Scroll3"
Name: "Leo Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129469,7 +129470,7 @@ item_db: (
Id: 17141
AegisName: "Ms_Virgo_Scroll"
Name: "Virgo Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129477,7 +129478,7 @@ item_db: (
Id: 17143
AegisName: "Ms_Scorpio_Scroll"
Name: "Scorpius Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129485,7 +129486,7 @@ item_db: (
Id: 17146
AegisName: "Dep_Alice_Hat_Box"
Name: "Dep Alice Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18630,1; ">
},
@@ -129493,7 +129494,7 @@ item_db: (
Id: 17147
AegisName: "Ribbon_Chef_Hat_Box"
Name: "Ribbon Chef Hat Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18631,1; ">
},
@@ -129501,7 +129502,7 @@ item_db: (
Id: 17152
AegisName: "Bridal_Ribbon_Box"
Name: "Bridal Ribbon Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 18636,1; ">
},
@@ -129509,7 +129510,7 @@ item_db: (
Id: 17155
AegisName: "Upg_Huuma_Shuriken_Box"
Name: "Upg Huuma Shuriken Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129527,7 +129528,7 @@ item_db: (
Id: 17156
AegisName: "TCG_Card_Scroll"
Name: "Bossnia Ticket Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129535,7 +129536,7 @@ item_db: (
Id: 17157
AegisName: "Vital_Flower_Box"
Name: "Vital Flower Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6113,10; ">
},
@@ -129543,7 +129544,7 @@ item_db: (
Id: 17158
AegisName: "Flame_Gemstone_Box"
Name: "Flame Gemstone Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Script: <" getitem 6114,10; ">
},
@@ -129551,7 +129552,7 @@ item_db: (
Id: 17162
AegisName: "Boarding_Halter_Box7"
Name: "Boarding Halter Box 7D"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
},
@@ -129559,7 +129560,7 @@ item_db: (
Id: 17163
AegisName: "Mystic_Powder_Box30"
Name: "Mystic Powder Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129577,7 +129578,7 @@ item_db: (
Id: 17165
AegisName: "Challenge_Kit"
Name: "Challenge Kit"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129585,7 +129586,7 @@ item_db: (
Id: 17176
AegisName: "Boarding_Halter_Box3"
Name: "Halter Lead Box[Trial]"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129602,35 +129603,35 @@ item_db: (
Id: 17181
AegisName: "Jan_Groove_Box"
Name: "Getting Lucky Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17184
AegisName: "3rd_Test_Pass_Box"
Name: "3rd Test Pass Box"
- Type: 18
+ Type: "IT_CASH"
Script: <" getitem 6583,1; ">
},
{
Id: 17203
AegisName: "Free_Pass_Box"
Name: "Free Pass Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17207
AegisName: "Idn_Heart_Scroll"
Name: "Idn Heart Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17209
AegisName: "Tw_Rainbow_Scroll"
Name: "Tw Rainbow Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129638,7 +129639,7 @@ item_db: (
Id: 17210
AegisName: "Tw_Red_Scroll"
Name: "Tw Red Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129646,7 +129647,7 @@ item_db: (
Id: 17211
AegisName: "Tw_Orange_Scroll"
Name: "Tw Orange Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129654,7 +129655,7 @@ item_db: (
Id: 17212
AegisName: "Tw_Yellow_Scroll"
Name: "Tw Yellow Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <" packageitem(); ">
},
@@ -129662,7 +129663,7 @@ item_db: (
Id: 17226
AegisName: "C_Center_Potion_Box"
Name: "Infinite Concentration Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
Weight: 10
Trade: {
@@ -129680,7 +129681,7 @@ item_db: (
Id: 17227
AegisName: "C_Awakening_Potion_Box"
Name: "Infinite Awakening Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
Weight: 10
Trade: {
@@ -129698,7 +129699,7 @@ item_db: (
Id: 17228
AegisName: "C_Berserk_Potion_Box"
Name: "Infinite Berserk Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
Weight: 10
Trade: {
@@ -129716,7 +129717,7 @@ item_db: (
Id: 17229
AegisName: "C_Wing_Of_Fly_Box"
Name: "Infinite Fly Wing Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
Weight: 10
Trade: {
@@ -129734,70 +129735,70 @@ item_db: (
Id: 17233
AegisName: "Scroll_Of_Death"
Name: "Scroll Of Death"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17234
AegisName: "Scroll_Of_Life"
Name: "Scroll Of Life"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17235
AegisName: "Scroll_Of_Magic"
Name: "Scroll Of Magic"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17236
AegisName: "Scroll_Of_Thews"
Name: "Scroll Of Thews"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17237
AegisName: "Scroll_Of_Darkness"
Name: "Scroll Of Darkness"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17238
AegisName: "Scroll_Of_Holiness"
Name: "Scroll Of Holiness"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17239
AegisName: "Horned_Scroll"
Name: "Horned Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17240
AegisName: "Mercury_Scroll"
Name: "Mercury Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
},
{
Id: 17245
AegisName: "Idn_Independ_Scroll"
Name: "Idn Independ Scroll"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
},
{
Id: 17246
AegisName: "HD_Elu_Box30"
Name: "HD Elunium Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
Weight: 10
Trade: {
@@ -129815,7 +129816,7 @@ item_db: (
Id: 17247
AegisName: "HD_Ori_Box30"
Name: "HD Oridecon Box(30)"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
Weight: 10
Trade: {
@@ -129833,7 +129834,7 @@ item_db: (
Id: 17251
AegisName: "C_Wing_Of_Fly_3Day_Box"
Name: "Fly Wing Infinite 3rd Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129851,7 +129852,7 @@ item_db: (
Id: 17252
AegisName: "RWC_2012_Set_Box"
Name: "RWC Rally Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Trade: {
@@ -129869,7 +129870,7 @@ item_db: (
Id: 17253
AegisName: "RWC_2012_Ring_Box"
Name: "RWC Enchant Reset Ticket Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129887,7 +129888,7 @@ item_db: (
Id: 17254
AegisName: "RWC_2012_Pendant_Box"
Name: "RWC Enchant Reset 5 Ticket Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129905,21 +129906,21 @@ item_db: (
Id: 17256
AegisName: "Good_Student_Gift_Box"
Name: "Good Student Gift Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
},
{
Id: 17257
AegisName: "Bad_Student_Gift_Box"
Name: "Bad Student Gift Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
},
{
Id: 17262
AegisName: "Ex_Def_Potion_Box"
Name: "Special Defense Potion Box"
- Type: 18
+ Type: "IT_CASH"
Buy: 20
Weight: 10
Trade: {
@@ -129936,7 +129937,7 @@ item_db: (
Id: 17270
AegisName: "STR_Biscuit_Stick_Box"
Name: "Bar of Strength Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -129953,7 +129954,7 @@ item_db: (
Id: 17271
AegisName: "VIT_Biscuit_Stick_Box"
Name: "Bar of Fitness Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -129970,7 +129971,7 @@ item_db: (
Id: 17272
AegisName: "AGI_Biscuit_Stick_Box"
Name: "Bar of Agility Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -129987,7 +129988,7 @@ item_db: (
Id: 17273
AegisName: "INT_Biscuit_Stick_Box"
Name: "Bar of Knowledge Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -130004,7 +130005,7 @@ item_db: (
Id: 17274
AegisName: "DEX_Biscuit_Stick_Box"
Name: "Bar of Tricks Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -130021,7 +130022,7 @@ item_db: (
Id: 17275
AegisName: "LUK_Biscuit_Stick_Box"
Name: "Bar of Luck Box"
- Type: 18
+ Type: "IT_CASH"
Weight: 10
Trade: {
nodrop: true
@@ -130040,7 +130041,7 @@ item_db: (
Id: 18000
AegisName: "Cannon_Ball"
Name: "Cannon Ball"
- Type: 10
+ Type: "IT_AMMO"
Buy: 100
Weight: 10
Atk: 100
@@ -130048,15 +130049,15 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Upper: 8
- Loc: 32768
- View: 8
+ Upper: "ITEMUPPER_THIRD"
+ Loc: "EQP_AMMO"
+ Subtype: "A_CANNONBALL"
},
{
Id: 18001
AegisName: "Holy_Cannon_Ball"
Name: "Holy Cannon Ball"
- Type: 10
+ Type: "IT_AMMO"
Buy: 200
Weight: 10
Atk: 120
@@ -130064,16 +130065,16 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Upper: 8
- Loc: 32768
- View: 8
+ Upper: "ITEMUPPER_THIRD"
+ Loc: "EQP_AMMO"
+ Subtype: "A_CANNONBALL"
Script: <" bonus bAtkEle,Ele_Holy; ">
},
{
Id: 18002
AegisName: "Dark_Cannon_Ball"
Name: "Dark Cannon Ball"
- Type: 10
+ Type: "IT_AMMO"
Buy: 200
Weight: 10
Atk: 120
@@ -130081,16 +130082,16 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Upper: 8
- Loc: 32768
- View: 8
+ Upper: "ITEMUPPER_THIRD"
+ Loc: "EQP_AMMO"
+ Subtype: "A_CANNONBALL"
Script: <" bonus bAtkEle,Ele_Dark; ">
},
{
Id: 18003
AegisName: "Soul_Cannon_Ball"
Name: "Soul Cannon Ball"
- Type: 10
+ Type: "IT_AMMO"
Buy: 200
Weight: 10
Atk: 120
@@ -130098,16 +130099,16 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Upper: 8
- Loc: 32768
- View: 8
+ Upper: "ITEMUPPER_THIRD"
+ Loc: "EQP_AMMO"
+ Subtype: "A_CANNONBALL"
Script: <" bonus bAtkEle,Ele_Ghost; ">
},
{
Id: 18004
AegisName: "Iron_Cannon_Ball"
Name: "Iron Cannon Ball"
- Type: 10
+ Type: "IT_AMMO"
Buy: 500
Weight: 10
Atk: 250
@@ -130115,9 +130116,9 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Upper: 8
- Loc: 32768
- View: 8
+ Upper: "ITEMUPPER_THIRD"
+ Loc: "EQP_AMMO"
+ Subtype: "A_CANNONBALL"
},
//== More Bows =============================================
@@ -130125,7 +130126,7 @@ item_db: (
Id: 18100
AegisName: "Shooting_Star_C"
Name: "Shooting Star"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 1
Atk: 190
Range: 5
@@ -130133,10 +130134,10 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130153,7 +130154,7 @@ item_db: (
Id: 18101
AegisName: "F_Bow_Of_Rudra_C"
Name: "Rental Bow Of Rudra"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 185
Range: 5
@@ -130163,10 +130164,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bInt,5;
@@ -130183,7 +130184,7 @@ item_db: (
Id: 18102
AegisName: "E_Bow_Of_Rudra_C"
Name: "E Bow Of Rudra C"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2
Atk: 185
Range: 5
@@ -130193,10 +130194,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
Refine: false
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bAtkEle,Ele_Holy;
bonus bInt,5;
@@ -130213,7 +130214,7 @@ item_db: (
Id: 18103
AegisName: "Mystic_Bow"
Name: "Mystic Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1700
Atk: 75
@@ -130222,11 +130223,11 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 105
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bMatk,100;
bonus bInt,4;
@@ -130237,7 +130238,7 @@ item_db: (
Id: 18104
AegisName: "Adventure_Bow"
Name: "Adventure Bow"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 60
Range: 1
Job: {
@@ -130245,17 +130246,17 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
Refine: false
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
Id: 18105
AegisName: "Academy_Bow"
Name: "Academy Bow"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 1200
Atk: 90
Range: 5
@@ -130265,15 +130266,15 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 18106
AegisName: "P_Bow3"
Name: "Eden Group Bow3"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 140
Range: 5
Job: {
@@ -130281,11 +130282,11 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130300,7 +130301,7 @@ item_db: (
Id: 18107
AegisName: "Malang_Snow_Crab"
Name: "Malang Snow Crab"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 120
Range: 5
Job: {
@@ -130310,11 +130311,11 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 50
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130338,18 +130339,18 @@ item_db: (
Id: 18108
AegisName: "Brindle_Eel"
Name: "Brindle Eel"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 180
Range: 5
Job: {
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 50
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130373,7 +130374,7 @@ item_db: (
Id: 18109
AegisName: "Catapult"
Name: "Catapult"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1100
Atk: 150
@@ -130382,11 +130383,11 @@ item_db: (
Job: {
Rogue: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus2 bSkillAtk,SC_TRIANGLESHOT,(getrefine()*2);
bonus2 bSkillUseSP,SC_TRIANGLESHOT,(getrefine()*2);
@@ -130396,7 +130397,7 @@ item_db: (
Id: 18110
AegisName: "Big_CrossBow"
Name: "Big CrossBow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 900
Atk: 160
@@ -130405,11 +130406,11 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 110
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus2 bSkillAtk,RA_ARROWSTORM,(getrefine()*5);
bonus2 bSkillUseSP,RA_ARROWSTORM,(getrefine()*-5);
@@ -130420,7 +130421,7 @@ item_db: (
Id: 18111
AegisName: "Creeper_Bow"
Name: "Creeper Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 56000
Weight: 1500
Atk: 150
@@ -130430,11 +130431,11 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 120
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bDex,1;
bonus3 bAutoSpell,PF_SPIDERWEB,1,200;
@@ -130444,7 +130445,7 @@ item_db: (
Id: 18112
AegisName: "Upg_Bow"
Name: "Upgrade Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 60
@@ -130455,9 +130456,9 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bBaseAtk,(getrefine()*7);
bonus bLongAtkRate,(getrefine()*2);
@@ -130469,7 +130470,7 @@ item_db: (
Id: 18113
AegisName: "Velum_Arbalest"
Name: "Vellum Arbalest"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1100
Atk: 50
@@ -130481,10 +130482,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus3 bSPVanishRate, 1000, 4, BF_NORMAL;
bonus bAspd, -5;
@@ -130494,7 +130495,7 @@ item_db: (
Id: 18114
AegisName: "Velum_CrossBow"
Name: "Vellum CrossBow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1100
Atk: 110
@@ -130506,10 +130507,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus2 bAddRace,RC_Player,30+getrefine();
bonus2 bIgnoreDefRate,RC_Player,30;
@@ -130519,7 +130520,7 @@ item_db: (
Id: 18115
AegisName: "Orc_Archer_Bow_"
Name: "Orc Archer's Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1600
Atk: 120
@@ -130531,16 +130532,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 65
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 18116
AegisName: "Metal_Bow"
Name: "Metal Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 50
Range: 5
@@ -130550,9 +130551,9 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130574,7 +130575,7 @@ item_db: (
Id: 18117
AegisName: "Royal_Bow"
Name: "Royal Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 200000
Weight: 1500
Atk: 80
@@ -130586,16 +130587,16 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 105
- View: 11
+ Subtype: "W_BOW"
},
{
Id: 18118
AegisName: "TE_Woe_Bow"
Name: "TE Woe Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 200000
Weight: 1500
Atk: 120
@@ -130606,11 +130607,11 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130629,7 +130630,7 @@ item_db: (
Id: 18119
AegisName: "Thanos_Bow"
Name: "Thanatos Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 180
@@ -130642,11 +130643,11 @@ item_db: (
Rogue: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -130661,7 +130662,7 @@ item_db: (
Id: 18120
AegisName: "Bow_Of_Evil_Slayer"
Name: "Evil Slayer Piercer Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1350
Atk: 115
@@ -130673,11 +130674,11 @@ item_db: (
Rogue: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddRace,RC_Undead,10;
@@ -130689,7 +130690,7 @@ item_db: (
Id: 18121
AegisName: "Bow_of_Vicious_Mind"
Name: "Bow of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1700
Atk: 170
@@ -130701,17 +130702,17 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 11
+ Subtype: "W_BOW"
Script: <" bonus bAtk,((min(getrefine(),15)) ** (2)); ">
},
{
Id: 18122
AegisName: "Gigantic_Bow"
Name: "Giant Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3000
Atk: 195
@@ -130720,11 +130721,11 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bLongAtkRate,40;
bonus bAspdRate,-15;
@@ -130735,7 +130736,7 @@ item_db: (
Id: 18123
AegisName: "Bow_Of_Storm"
Name: "Bow of Storms"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 12400
Weight: 1500
Atk: 160
@@ -130746,11 +130747,11 @@ item_db: (
Hunter: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bLongAtkRate,30;
bonus2 bSkillCooldown,WM_SEVERE_RAINSTORM,-20;
@@ -130761,7 +130762,7 @@ item_db: (
Id: 18124
AegisName: "Half_BF_Bow1"
Name: "Half BF Bow1"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 5
Job: {
@@ -130771,9 +130772,9 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bDex,2;
bonus2 bAddRace,RC_DemiPlayer,30;
@@ -130785,7 +130786,7 @@ item_db: (
Id: 18126
AegisName: "Ru_Blue_Bow"
Name: "Blue Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 170
@@ -130794,11 +130795,11 @@ item_db: (
Job: {
Hunter: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bAgi,5;
bonus bDex,5;
@@ -130808,7 +130809,7 @@ item_db: (
Id: 18128
AegisName: "Infinity_Bow"
Name: "Infinity Bow"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 500
Atk: 160
Range: 5
@@ -130820,11 +130821,11 @@ item_db: (
Rogue: true
Bard: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 11
+ Subtype: "W_BOW"
Trade: {
nodrop: true
notrade: true
@@ -130838,7 +130839,7 @@ item_db: (
Id: 18130
AegisName: "Scarlet_Bow"
Name: "Crimson Bow"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 120
@@ -130850,10 +130851,10 @@ item_db: (
Rogue: true
Bard: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 7
- View: 11
+ Subtype: "W_BOW"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); }
@@ -130865,10 +130866,10 @@ item_db: (
Id: 18500
AegisName: "Cheer_Scarf6"
Name: "Cheering scarf VI"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -130888,10 +130889,10 @@ item_db: (
Id: 18501
AegisName: "Cheer_Scarf8"
Name: "Cheering scarf VIII"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -130911,10 +130912,10 @@ item_db: (
Id: 18502
AegisName: "Cheer_Scarf10"
Name: "Cheering scarf X"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 369
+ ViewSprite: 369
Trade: {
nodrop: true
notrade: true
@@ -130934,13 +130935,13 @@ item_db: (
Id: 18503
AegisName: "Small_Horn_Of_Devil"
Name: "Small Devil Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 562
+ ViewSprite: 562
Script: <"
bonus bAtkRate,5;
bonus bMatkRate,5;
@@ -130952,13 +130953,13 @@ item_db: (
Id: 18504
AegisName: "Anubis_Helm_J"
Name: "Anubis Helm J"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 70
Refine: false
- View: 485
+ ViewSprite: 485
Script: <"
bonus bDefRate,-50;
bonus bMdefRate,-50;
@@ -130969,11 +130970,11 @@ item_db: (
Id: 18505
AegisName: "Umbala_Spirit"
Name: "Umbala Spirit"
- Type: 5
+ Type: "IT_ARMOR"
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 675
+ ViewSprite: 675
Trade: {
nodrop: true
notrade: true
@@ -130994,13 +130995,13 @@ item_db: (
Id: 18506
AegisName: "Hattah_Black"
Name: "Hata Black"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 12000
Weight: 4000
Def: 2
Slots: 1
- Loc: 769
- View: 676
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 676
Script: <"
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
@@ -131010,7 +131011,7 @@ item_db: (
Id: 18507
AegisName: "Elven_Ears_"
Name: "Elven Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -131018,16 +131019,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 73
+ ViewSprite: 73
},
{
Id: 18508
AegisName: "Garuda_Hat"
Name: "Garuda Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -131036,9 +131037,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 677
+ ViewSprite: 677
Script: <"
bonus2 bSubRace, RC_All, 5;
bonus bLuk,5;
@@ -131052,7 +131053,7 @@ item_db: (
Id: 18509
AegisName: "RWC2010_Indonesia"
Name: "RWC 2010 Indonesia"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
@@ -131061,9 +131062,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 15
- View: 678
+ ViewSprite: 678
Script: <"
bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
bonus bCritical,10;
@@ -131079,24 +131080,24 @@ item_db: (
Id: 18510
AegisName: "Blood_Angel_Hair_Band"
Name: "Bloody Angel Wings"
- Type: 5
+ Type: "IT_ARMOR"
Def: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 679
+ ViewSprite: 679
Script: <" bonus2 bSubRace,RC_DemiPlayer,10; ">
},
{
Id: 18511
AegisName: "Blood_Angel_Wing_Ear"
Name: "Bloody Angel Wing Ears"
- Type: 5
+ Type: "IT_ARMOR"
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 60
Refine: false
- View: 680
+ ViewSprite: 680
Script: <"
bonus bMaxHPrate,2;
bonus bMaxSPrate,1;
@@ -131106,39 +131107,39 @@ item_db: (
Id: 18512
AegisName: "Juho_Necktie"
Name: "Necktie of Drunkard"
- Type: 5
+ Type: "IT_ARMOR"
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 443
+ ViewSprite: 443
},
{
Id: 18513
AegisName: "Shining_Sunflower"
Name: "Shining Sunflower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 681
+ ViewSprite: 681
Script: <" bonus bLuk,2; ">
},
{
Id: 18514
AegisName: "Para_Team_Hat2"
Name: "Eden Group Hat II"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
- View: 682
+ ViewSprite: 682
Trade: {
nodrop: true
notrade: true
@@ -131157,7 +131158,7 @@ item_db: (
Id: 18515
AegisName: "RTC_Winner_Headgear"
Name: "RTC winners Pitching"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6000
Weight: 2500
Slots: 1
@@ -131165,16 +131166,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 90
Refine: false
- View: 683
+ ViewSprite: 683
},
{
Id: 18516
AegisName: "RTC_2nd_Headgear"
Name: "RTC Second Pitching"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6000
Weight: 2500
Slots: 1
@@ -131182,16 +131183,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 90
Refine: false
- View: 684
+ ViewSprite: 684
},
{
Id: 18517
AegisName: "RTC_3rd_Headgear"
Name: "RTC 3rd Winner Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 6000
Weight: 2500
Slots: 1
@@ -131199,51 +131200,51 @@ item_db: (
All: true
Novice: false
}
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 90
Refine: false
- View: 685
+ ViewSprite: 685
},
{
Id: 18518
AegisName: "Ear_Of_Angels_Wing_"
Name: "Angel Wing Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 158
+ ViewSprite: 158
Script: <" bonus bStr,1; ">
},
{
Id: 18519
AegisName: "Ear_Of_Devils_Wing_"
Name: "Wing of Diablo"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 152
+ ViewSprite: 152
Script: <" bonus bStr,1; ">
},
{
Id: 18520
AegisName: "Jaty_C"
Name: "Jaty Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 686
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 686
Trade: {
nodrop: true
notrade: true
@@ -131264,13 +131265,13 @@ item_db: (
Id: 18521
AegisName: "Lucky_Clover"
Name: "Lucky Clover"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 50
Refine: false
- View: 571
+ ViewSprite: 571
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,1;
@@ -131281,13 +131282,13 @@ item_db: (
Id: 18522
AegisName: "Evil_Marcher_Hat"
Name: "Evil Marching Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
Slots: 1
- Loc: 256
- View: 687
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 687
Script: <"
bonus bStr,2;
bonus2 bAddRace, RC_All, 2;
@@ -131302,26 +131303,26 @@ item_db: (
Id: 18523
AegisName: "Super_Scell"
Name: "Thunderstorm Cloud"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 688
+ ViewSprite: 688
},
{
Id: 18524
AegisName: "Dokkebi_Mask"
Name: "Mask Of Demon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 689
+ ViewSprite: 689
Script: <"
bonus bUnbreakableHelm,0;
bonus bStr,2;
@@ -131331,14 +131332,14 @@ item_db: (
Id: 18525
AegisName: "Watermelon_Hat"
Name: "Watermelon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 690
+ ViewSprite: 690
Script: <"
bonus bLuk,1;
bonus bVit,1;
@@ -131350,11 +131351,11 @@ item_db: (
Id: 18526
AegisName: "Yummy_Lollipop"
Name: "Delicious Lollipop"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 446
+ ViewSprite: 446
Trade: {
nodrop: true
notrade: true
@@ -131370,14 +131371,14 @@ item_db: (
Id: 18527
AegisName: "Gloomy_Pumpkin_Hat"
Name: "Gloomy Pumpkin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200
Weight: 500
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
Refine: false
- View: 691
+ ViewSprite: 691
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddMonsterDropItem,12192,10;
@@ -131389,12 +131390,12 @@ item_db: (
Id: 18528
AegisName: "Tare_Neko_Cru"
Name: "Drooping Neko Crew"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 256
- View: 692
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 692
Script: <"
bonus bInt,2;
bonus bMdef,5;
@@ -131404,14 +131405,14 @@ item_db: (
Id: 18529
AegisName: "Drooping_Wild_Rose"
Name: "Drooping Wild Rose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 30
- View: 541
+ ViewSprite: 541
Script: <"
bonus bMaxHPrate,-10;
bonus bAspdRate,3;
@@ -131421,13 +131422,13 @@ item_db: (
Id: 18530
AegisName: "Tha_Despero_Mask"
Name: "Thanatos Despero Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 30
Refine: false
- View: 693
+ ViewSprite: 693
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,-5;
@@ -131437,41 +131438,41 @@ item_db: (
Id: 18531
AegisName: "Drooping_Permeter"
Name: "Drooping Permeter"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 694
+ ViewSprite: 694
Script: <" bonus2 bAddRace2,RC2_Turtle,20; ">
},
{
Id: 18532
AegisName: "Heart_Ribbon_Band"
Name: "Heart Ribbon Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 708
+ ViewSprite: 708
Script: <" bonus bInt,2; ">
},
{
Id: 18533
AegisName: "Honeybee_Hat"
Name: "Honey Bee Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 709
+ ViewSprite: 709
Script: <"
bonus bMdef,3;
bonus2 bAddRace,RC_Insect,5;
@@ -131483,14 +131484,14 @@ item_db: (
Id: 18534
AegisName: "Fancy_Phantom_Mask"
Name: "Fancy Phantom Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 5
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 20
- View: 710
+ ViewSprite: 710
Script: <"
bonus bStr,1;
bonus bAtkRate,5;
@@ -131503,22 +131504,22 @@ item_db: (
Id: 18535
AegisName: "Pumpkin_Hat_2010"
Name: "Pumpkin Hat 2010"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 256
- View: 206
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 206
},
{
Id: 18536
AegisName: "Foxtail"
Name: "Foxtail"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 711
+ ViewSprite: 711
Script: <"
bonus bVariableCastrate,-1;
bonus bMatk,10;
@@ -131528,26 +131529,26 @@ item_db: (
Id: 18537
AegisName: "Malangdo_Hat"
Name: "Malangdo Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 726
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 726
Script: <" bonus bFlee,6; ">
},
{
Id: 18538
AegisName: "Evil_Whisper"
Name: "Spirit Whispers"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 712
+ ViewSprite: 712
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,3;
@@ -131557,14 +131558,14 @@ item_db: (
Id: 18539
AegisName: "Skull_Cap"
Name: "Skull Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 713
+ ViewSprite: 713
Script: <"
bonus bMatkRate,2;
if(getrefine() >= 5) { bonus bMatkRate,3; }
@@ -131575,28 +131576,28 @@ item_db: (
Id: 18540
AegisName: "Evil_Mask"
Name: "Demon Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 3
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 10
Refine: false
- View: 714
+ ViewSprite: 714
Script: <" bonus bAspdRate,1; ">
},
{
Id: 18541
AegisName: "Little_Fhat"
Name: "Little Feather Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 715
+ ViewSprite: 715
Script: <"
bonus bDex,2;
bonus bCritAtkRate,10;
@@ -131607,14 +131608,14 @@ item_db: (
Id: 18542
AegisName: "All_Love_Guard"
Name: "Benevolent Guardian"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 30
- View: 716
+ ViewSprite: 716
Script: <"
bonus bHealPower,2;
bonus bHealPower2,5;
@@ -131625,13 +131626,13 @@ item_db: (
Id: 18543
AegisName: "Witchs_Hat"
Name: "Witch Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 7
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 717
+ ViewSprite: 717
Script: <"
bonus bMatkRate,2;
bonus bInt,1;
@@ -131642,57 +131643,57 @@ item_db: (
Id: 18544
AegisName: "Blrabbit_Hband"
Name: "Blrabbit Hband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 718
+ ViewSprite: 718
},
{
Id: 18545
AegisName: "Whrabbit_Hband"
Name: "Whrabbit Hband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 719
+ ViewSprite: 719
},
{
Id: 18546
AegisName: "Lover_In_Mouth"
Name: "Sweetheart Gum Of Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 720
+ ViewSprite: 720
},
{
Id: 18547
AegisName: "Campus_Festival"
Name: "Campus Festival Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 721
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 721
Script: <" skill AL_INCAGI,2; ">
},
{
Id: 18548
AegisName: "Tiny_Hat"
Name: "Taini Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 30
- Loc: 256
- View: 722
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 722
Script: <"
bonus bInt,1;
bonus bAgi,1;
@@ -131702,92 +131703,92 @@ item_db: (
Id: 18549
AegisName: "Butterfly_Hairpin"
Name: "Butterfly Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 723
+ ViewSprite: 723
Script: <" bonus bMdef,3; ">
},
{
Id: 18550
AegisName: "Asgard_Blessing"
Name: "Asgard Blessing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 724
+ ViewSprite: 724
Script: <" bonus bAllStats,1; ">
},
{
Id: 18551
AegisName: "Galaxy_Circlet"
Name: "Galaxy Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 725
+ ViewSprite: 725
Script: <" bonus bMdef,5; ">
},
{
Id: 18552
AegisName: "Proba_Angel_Blessing"
Name: "Baby Angel Stone Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 444
+ ViewSprite: 444
Script: <" bonus bLuk,2; ">
},
{
Id: 18553
AegisName: "Mini_Tree"
Name: "Christmas Tree Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 5
- Loc: 256
- View: 727
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 727
},
{
Id: 18554
AegisName: "King_Prawn_Hat"
Name: "Amami Old Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 728
+ ViewSprite: 728
},
{
Id: 18555
AegisName: "General_Helmet"
Name: "Dragon General Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 729
+ ViewSprite: 729
Script: <"
bonus bMdef,3;
bonus2 bAddRaceTolerance,RC_Dragon,5;
@@ -131800,10 +131801,10 @@ item_db: (
Id: 18556
AegisName: "Angel_Helmet"
Name: "Angel's Symbol"
- Type: 5
- Loc: 512
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 3
+ ViewSprite: 3
Trade: {
nodrop: true
notrade: true
@@ -131818,10 +131819,10 @@ item_db: (
Id: 18557
AegisName: "Devil_Helmet"
Name: "Devil's Symbol"
- Type: 5
- Loc: 512
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 12
+ ViewSprite: 12
Trade: {
nodrop: true
notrade: true
@@ -131836,13 +131837,13 @@ item_db: (
Id: 18558
AegisName: "Sinsuncho_Hat"
Name: "Sinsuncho Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 730
+ ViewSprite: 730
Script: <"
bonus2 bExpAddRace,RC_Plant,5;
bonus2 bSubRace,RC_Plant,-10;
@@ -131852,40 +131853,40 @@ item_db: (
Id: 18559
AegisName: "Fafnir_Skin"
Name: "Fafunirusukin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 152
+ ViewSprite: 152
},
{
Id: 18560
AegisName: "Fafnir_Mask"
Name: "Fafunirumasuku"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 50
Refine: false
- View: 180
+ ViewSprite: 180
},
{
Id: 18561
AegisName: "B_Feather_Beret"
Name: "Black Feather Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 731
+ ViewSprite: 731
Script: <"
bonus bVit,2;
bonus bMdef,3;
@@ -131896,27 +131897,27 @@ item_db: (
Id: 18562
AegisName: "Bone_Hat"
Name: "Death Corsage"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 732
+ ViewSprite: 732
Script: <" bonus bMdef,3; ">
},
{
Id: 18563
AegisName: "Heart_Wing_Hairband"
Name: "Heart Wing Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 733
+ ViewSprite: 733
Script: <"
bonus bDelayrate,-(5+(3*(getrefine()/3)));
bonus bUseSPrate,10-(3*(getrefine()/3));
@@ -131926,27 +131927,27 @@ item_db: (
Id: 18564
AegisName: "Love_Piece"
Name: "Fragments of The Love"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 50
Refine: false
- View: 734
+ ViewSprite: 734
},
{
Id: 18565
AegisName: "Leprechaun_Hat"
Name: "St Patrick's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
Refine: false
- View: 735
+ ViewSprite: 735
Script: <"
bonus bUnbreakableHelm,0;
bonus bStr,1;
@@ -131958,12 +131959,12 @@ item_db: (
Id: 18566
AegisName: "Nut_Donut_In_Mouth"
Name: "Nut Donut In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 736
+ ViewSprite: 736
Trade: {
nodrop: true
notrade: true
@@ -131979,43 +131980,43 @@ item_db: (
Id: 18567
AegisName: "Stretched_Nose"
Name: "Increased His Nose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 737
+ ViewSprite: 737
},
{
Id: 18568
AegisName: "Humming_Bird"
Name: "Humming Bird"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 702
+ ViewSprite: 702
Script: <" bonus bMdef,6; ">
},
{
Id: 18569
AegisName: "Soft_Sheep_Hat"
Name: "Soft Sheep Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 738
+ ViewSprite: 738
},
{
Id: 18570
AegisName: "Ancient_Gold_Deco"
Name: "Ancient Gold Ornament"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 56000
Weight: 400
Def: 7
@@ -132034,10 +132035,10 @@ item_db: (
Alchemist: true
Bard: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 739
+ ViewSprite: 739
Script: <"
if(BaseLevel >= 150) {
bonus bAllStats,2;
@@ -132058,38 +132059,38 @@ item_db: (
Id: 18571
AegisName: "Lucky_Hat"
Name: "Lucky Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 740
+ ViewSprite: 740
},
{
Id: 18572
AegisName: "Korean_Judge_Hat"
Name: "Judges Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 256
- View: 377
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 377
Script: <" bonus bMdef,2; ">
},
{
Id: 18573
AegisName: "White_Feather"
Name: "White Feather"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 741
+ ViewSprite: 741
Script: <"
bonus bHit,20;
bonus bMaxHPrate,-10;
@@ -132105,14 +132106,14 @@ item_db: (
Id: 18574
AegisName: "Lord_of_Death"
Name: "Lord of the Dead Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 10
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 70
- View: 742
+ ViewSprite: 742
Script: <"
bonus2 bSubRace,RC_NonBoss,-5;
bonus2 bAddRace,RC_Boss,10;
@@ -132123,59 +132124,59 @@ item_db: (
Id: 18575
AegisName: "Wunderkammer"
Name: "Wunderkammer"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 20
Refine: false
- View: 743
+ ViewSprite: 743
Script: <" bonus bMdef,10; ">
},
{
Id: 18576
AegisName: "YinYang_Earring"
Name: "Yin Yang Earrings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 744
+ ViewSprite: 744
},
{
Id: 18577
AegisName: "24_Bolt"
Name: "Screw Stuck Head"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 696
+ ViewSprite: 696
},
{
Id: 18578
AegisName: "Helm_Of_Valor"
Name: "Helm Of Valor"
- Type: 5
+ Type: "IT_ARMOR"
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 258
+ ViewSprite: 258
},
{
Id: 18579
AegisName: "9th_Anni_Hat"
Name: "kRO 9 Anniversary Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 90
- Loc: 256
- View: 745
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 745
Trade: {
nodrop: true
notrade: true
@@ -132193,14 +132194,14 @@ item_db: (
Id: 18580
AegisName: "Yggdrasil_Crown"
Name: "Yggdrasil Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Gender: 1
- Loc: 256
- View: 746
+ Gender: "SEX_MALE"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 746
Script: <"
bonus bVit,2;
bonus bInt,2;
@@ -132214,35 +132215,35 @@ item_db: (
Id: 18581
AegisName: "Red_Tiger_Mask"
Name: "Red Tiger Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 747
+ ViewSprite: 747
Script: <" bonus bStr,3; ">
},
{
Id: 18582
AegisName: "Blue_Tiger_Mask"
Name: "Blue Tiger Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 2
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 748
+ ViewSprite: 748
Script: <" bonus bStr,3; ">
},
{
Id: 18583
AegisName: "Navy_Drooping_Kitty"
Name: "Navy Drooping Kitty"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -132250,15 +132251,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 749
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 749
Script: <" bonus bMdef,15; ">
},
{
Id: 18584
AegisName: "Brown_Drooping_Kitty"
Name: "Brown Drooping Kitty"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 250000
Weight: 500
Def: 3
@@ -132266,19 +132267,19 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 750
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 750
Script: <" bonus bMdef,15; ">
},
{
Id: 18585
AegisName: "Orange_Bunny_Hairband"
Name: "Orange Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
- View: 751
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 751
Script: <"
bonus bStr,1;
bonus bInt,2;
@@ -132289,11 +132290,11 @@ item_db: (
Id: 18586
AegisName: "Violet_Bunny_Hairband"
Name: "Violet Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
- View: 752
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 752
Script: <"
bonus bStr,1;
bonus bInt,3;
@@ -132305,11 +132306,11 @@ item_db: (
Id: 18587
AegisName: "Blue_Bunny_Hairband"
Name: "Blue Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
- View: 753
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 753
Script: <"
bonus bStr,3;
bonus bInt,1;
@@ -132321,11 +132322,11 @@ item_db: (
Id: 18588
AegisName: "Silver_Bunny_Hairband"
Name: "Silvah Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
- View: 754
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 754
Script: <"
bonus bStr,2;
bonus bInt,3;
@@ -132337,13 +132338,13 @@ item_db: (
Id: 18589
AegisName: "Strawberry_Hat"
Name: "Strawberry Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 755
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 755
Script: <"
bonus2 bAddMonsterDropItem,578,100+(10*getrefine());
">
@@ -132352,21 +132353,21 @@ item_db: (
Id: 18590
AegisName: "Gemma_Hairband"
Name: "Demon Hair Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 564
+ ViewSprite: 564
Script: <" bonus bMdef,3; ">
},
{
Id: 18591
AegisName: "Mini_Glasses_"
Name: "Mini Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -132375,21 +132376,21 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 47
+ ViewSprite: 47
},
{
Id: 18592
AegisName: "Nestea_Hat"
Name: "Nestea Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
Slots: 1
- Loc: 256
- View: 756
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 756
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,5;
@@ -132399,14 +132400,14 @@ item_db: (
Id: 18593
AegisName: "Fancy_Mini_Crown"
Name: "Fancy Mini Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 707
+ ViewSprite: 707
Script: <"
bonus bInt,1;
bonus bMdef,5;
@@ -132416,7 +132417,7 @@ item_db: (
Id: 18594
AegisName: "Magni_Cap_"
Name: "Magni Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 1000
Def: 9
@@ -132425,49 +132426,49 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 250
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 250
Script: <" bonus bStr,2; ">
},
{
Id: 18595
AegisName: "Horn_Of_Ancient"
Name: "Ancient Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 400
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 757
+ ViewSprite: 757
Script: <" autobonus "{ bonus bBaseAtk,100; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; ">
},
{
Id: 18596
AegisName: "Sprout_Hat"
Name: "Sprout Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 200
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 758
+ ViewSprite: 758
Script: <" skill WZ_HEAVENDRIVE,3; ">
},
{
Id: 18597
AegisName: "Mercury_Helm"
Name: "Mercury Riser"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 400
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 759
+ ViewSprite: 759
Script: <"
bonus bAspdRate,3;
bonus bCritical,3;
@@ -132485,38 +132486,38 @@ item_db: (
Id: 18598
AegisName: "Mini_Tree_J"
Name: "Holy xmas Tree"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 727
+ ViewSprite: 727
Script: <" bonus bMdef,20; ">
},
{
Id: 18599
AegisName: "Black_Devil_Mask"
Name: "Black Devil's Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 760
+ ViewSprite: 760
Script: <" bonus bAllStats,2; ">
},
{
Id: 18600
AegisName: "Cat_Ears_Beret"
Name: "Cat Ear Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
- View: 761
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 761
Script: <"
bonus bAtkRate,5;
if(getrefine()>5) {
@@ -132529,12 +132530,12 @@ item_db: (
Id: 18601
AegisName: "Red_Bread_Hat"
Name: "Red Pom Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 256
- View: 762
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 762
Script: <"
bonus bMdef,5;
bonus bMatkRate,5;
@@ -132548,13 +132549,13 @@ item_db: (
Id: 18602
AegisName: "Watermelon_Slice"
Name: "Watermelon Bite"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 30
Refine: false
- View: 763
+ ViewSprite: 763
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,4;
@@ -132565,27 +132566,27 @@ item_db: (
Id: 18603
AegisName: "Black_Devil_Mask_"
Name: "Black Devil's Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 760
+ ViewSprite: 760
Script: <" bonus bAllStats,1; ">
},
{
Id: 18604
AegisName: "Falcon_Mask"
Name: "Falcon Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 30
Slots: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 782
+ ViewSprite: 782
Script: <"
bonus2 bAddEle,Ele_Water,5;
">
@@ -132594,14 +132595,14 @@ item_db: (
Id: 18605
AegisName: "Dark_Age"
Name: "Dark Age"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 766
+ ViewSprite: 766
Script: <"
bonus bMdef,3;
autobonus "{ bonus bAtkEle,Ele_Dark; }",30,60000;
@@ -132613,46 +132614,46 @@ item_db: (
Id: 18606
AegisName: "Tear_Drop"
Name: "Tear drop"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 30
Refine: false
- View: 767
+ ViewSprite: 767
},
{
Id: 18607
AegisName: "Blush_"
Name: "Blush"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 125
+ ViewSprite: 125
},
{
Id: 18608
AegisName: "Pair_Of_Red_Ribbon2"
Name: "Small Ribbons"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 45
Refine: false
- View: 169
+ ViewSprite: 169
},
{
Id: 18609
AegisName: "Dark_Blindfold_"
Name: "Dark Blinder"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
@@ -132660,9 +132661,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 187
+ ViewSprite: 187
Script: <"
bonus2 bResEff,Eff_Blind,10000;
bonus2 bResEff,Eff_Stun,200;
@@ -132672,12 +132673,12 @@ item_db: (
Id: 18610
AegisName: "7th_Anni_Hat_B"
Name: "7th Anni Hat B"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 4
- Loc: 256
- View: 778
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 778
Script: <"
bonus bAllStats,5;
bonus bMdef,4;
@@ -132687,14 +132688,14 @@ item_db: (
Id: 18611
AegisName: "Black_Glasses_"
Name: "Black Frame Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 404
+ ViewSprite: 404
Script: <"
bonus bUnbreakableHelm,0;
bonus bInt,1;
@@ -132705,13 +132706,13 @@ item_db: (
Id: 18612
AegisName: "White_Musang_Hat"
Name: "White Musang Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 400
Def: 3
Slots: 1
- Loc: 256
- View: 770
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 770
Script: <"
bonus bStr,2;
bonus bVit,2;
@@ -132723,13 +132724,13 @@ item_db: (
Id: 18613
AegisName: "Black_Musang_Hat"
Name: "Black Musang Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 45000
Weight: 400
Def: 3
Slots: 1
- Loc: 256
- View: 771
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 771
Script: <"
bonus bInt,2;
bonus bDex,2;
@@ -132741,21 +132742,21 @@ item_db: (
Id: 18614
AegisName: "Grim_Reaper_Hat"
Name: "Grim Reaper"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 732
+ ViewSprite: 732
Script: <" bonus bFlee,3; ">
},
{
Id: 18615
AegisName: "Injured_Eyepatch"
Name: "Injured Eyepatch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -132763,49 +132764,49 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
Refine: false
- View: 772
+ ViewSprite: 772
},
{
Id: 18616
AegisName: "Long_Tongue"
Name: "Long Tongue"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 773
+ ViewSprite: 773
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 18617
AegisName: "Onigiri_In_Mouth"
Name: "Onigiri"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 774
+ ViewSprite: 774
},
{
Id: 18618
AegisName: "Airplane_Hat"
Name: "Rockabilly Hair"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 8
@@ -132814,15 +132815,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 775
+ ViewSprite: 775
},
{
Id: 18619
AegisName: "Thief_Bandana"
Name: "Thief Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
@@ -132830,9 +132831,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 776
+ ViewSprite: 776
Script: <"
bonus3 bAutoSpell,TF_STEAL,1,20;
">
@@ -132841,38 +132842,38 @@ item_db: (
Id: 18620
AegisName: "Heart_Eyepatch"
Name: "Heart Eyepatch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
Refine: false
- View: 779
+ ViewSprite: 779
},
{
Id: 18621
AegisName: "Gangster_Mask_A"
Name: "Mobster's Disguise"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 52
+ ViewSprite: 52
},
{
Id: 18622
AegisName: "Rocket_Helm1"
Name: "Rocket Helm1"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 764
+ ViewSprite: 764
Script: <"
bonus bMdef,5;
bonus bAllStats,5;
@@ -132883,14 +132884,14 @@ item_db: (
Id: 18623
AegisName: "Rocket_Helm2"
Name: "Rocket Helm2"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 765
+ ViewSprite: 765
Script: <"
bonus bMdef,5;
bonus bAllStats,4;
@@ -132901,14 +132902,14 @@ item_db: (
Id: 18624
AegisName: "Rocket_Helm3"
Name: "Rocket Helm3"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 768
+ ViewSprite: 768
Script: <"
bonus bMdef,5;
bonus bAllStats,3;
@@ -132919,14 +132920,14 @@ item_db: (
Id: 18625
AegisName: "Rocket_Helm_RWC"
Name: "Rocket Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
- View: 769
+ ViewSprite: 769
Script: <"
bonus bMdef,5;
bonus bAllStats,2;
@@ -132937,14 +132938,14 @@ item_db: (
Id: 18626
AegisName: "Gelato_Hat"
Name: "Gelato Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 777
+ ViewSprite: 777
Script: <"
bonus bMaxHP,300;
if(getrefine()>6) {
@@ -132959,13 +132960,13 @@ item_db: (
Id: 18627
AegisName: "Dried_Leaf"
Name: "Dried Leaf"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 711
+ ViewSprite: 711
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRace,RC_Plant,3;
@@ -132975,15 +132976,15 @@ item_db: (
Id: 18628
AegisName: "Tare_Brownie"
Name: "Tare Brownie"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
Refine: false
- View: 781
+ ViewSprite: 781
Script: <"
bonus bMdef, 5;
bonus bMaxHPrate, 2;
@@ -132994,12 +132995,12 @@ item_db: (
Id: 18629
AegisName: "B_Desert_Wolf_Hat"
Name: "B Desert Wolf Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Slots: 1
- Loc: 256
- View: 783
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 783
Script: <"
bonus2 bAddSize,Size_Small,15;
">
@@ -133008,7 +133009,7 @@ item_db: (
Id: 18630
AegisName: "Dep_Alice_Hat"
Name: "Drooping Alice"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
@@ -133016,9 +133017,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 784
+ ViewSprite: 784
Script: <"
bonus2 bAddRace, RC_DemiPlayer, 10;
bonus2 bAddRace, RC_Demon, 10;
@@ -133031,13 +133032,13 @@ item_db: (
Id: 18631
AegisName: "Ribbon_Chef_Hat"
Name: "Ribbon Chef hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 785
+ ViewSprite: 785
Script: <"
bonus bDex,3;
bonus bLuk,1;
@@ -133054,61 +133055,61 @@ item_db: (
Id: 18632
AegisName: "Yellow_Poring_Hairpin"
Name: "Yellow Poring Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 786
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 786
},
{
Id: 18633
AegisName: "Pink_Poring_Hairpin"
Name: "Pink Poring Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 787
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 787
},
{
Id: 18634
AegisName: "Green_Poring_Hairpin"
Name: "Green Poring Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 788
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 788
},
{
Id: 18635
AegisName: "Blue_Poring_Hairpin"
Name: "Blue Poring Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 789
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 789
},
{
Id: 18636
AegisName: "Bridal_Ribbon"
Name: "Ribbon of bride"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 790
+ ViewSprite: 790
Script: <"
bonus bDex,1;
bonus4 bAutoSpellWhenHit,DC_WINKCHARM,1,100,1;
@@ -133118,13 +133119,13 @@ item_db: (
Id: 18637
AegisName: "Ancient_Admiral_Helm"
Name: "Ancient Admiral Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 4
Slots: 1
- Loc: 768
- View: 660
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 660
Script: <"
bonus bStr,2;
bonus bVit,1;
@@ -133135,7 +133136,7 @@ item_db: (
Id: 18638
AegisName: "Citron_Hat"
Name: "Citron Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -133143,8 +133144,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 791
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 791
Script: <"
bonus bLuk,3;
bonus2 bAddRaceTolerance,RC_Plant,10;
@@ -133154,7 +133155,7 @@ item_db: (
Id: 18639
AegisName: "Naval_Officer_Hat"
Name: "Naval Officer Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -133162,8 +133163,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 792
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 792
Script: <"
bonus bLuk,3;
/* Increase damage against water property monster by +10% */
@@ -133173,7 +133174,7 @@ item_db: (
Id: 18640
AegisName: "Starfish_Headband"
Name: "Starfish Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -133181,14 +133182,14 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 793
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 793
},
{
Id: 18641
AegisName: "Ribbon_Magic_Hat"
Name: "Ribbon Magic Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -133196,8 +133197,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 794
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 794
Script: <"
bonus bInt,3;
bonus bMaxSP,50;
@@ -133208,62 +133209,62 @@ item_db: (
Id: 18642
AegisName: "hand_Scissorhand_Model"
Name: "Scissorhand Model"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 795
+ ViewSprite: 795
Script: <" bonus bAgi,1; ">
},
{
Id: 18643
AegisName: "Rockhand_Model"
Name: "Rockhand Model"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 796
+ ViewSprite: 796
Script: <" bonus bStr,1; ">
},
{
Id: 18644
AegisName: "Paperhand_Model"
Name: "Paperhand Model"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 797
+ ViewSprite: 797
},
{
Id: 18645
AegisName: "Sailor_Hat"
Name: "Sailor Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 256
- View: 798
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 798
Script: <"
bonus bInt, 1;
bonus2 bAddRace, RC_DemiPlayer, 5;
@@ -133273,13 +133274,13 @@ item_db: (
Id: 18646
AegisName: "Cow_Hat"
Name: "Cow Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 4
Slots: 1
- Loc: 256
- View: 799
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 799
Script: <"
bonus2 bAddMonsterDropItem,519,100;
bonus bDex,2;
@@ -133289,73 +133290,73 @@ item_db: (
Id: 18647
AegisName: "Star_Eyepatch"
Name: "Stunning Star Eyepatch"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 800
+ ViewSprite: 800
Script: <" bonus2 bResEff,Eff_Stun,1500; ">
},
{
Id: 18648
AegisName: "Tongue_Charm"
Name: "Tongue Charm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 801
+ ViewSprite: 801
Script: <" bonus2 bAddRaceTolerance,RC_Demon,3; ">
},
{
Id: 18649
AegisName: "Lude_Mask"
Name: "Lude Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 1
- Loc: 513
- View: 802
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
+ ViewSprite: 802
},
{
Id: 18650
AegisName: "RWC_Shouting_Mouth"
Name: "RWC Shouting Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 194
+ ViewSprite: 194
},
{
Id: 18651
AegisName: "Ignis_Cap"
Name: "Ignis Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 803
+ ViewSprite: 803
},
{
Id: 18652
AegisName: "Vanargand_Helm"
Name: "Vanargand Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 80
- View: 804
+ ViewSprite: 804
Script: <"
bonus2 bHPDrainRate,10*(5+1*(getrefine()>7)+2*(getrefine()>8)+2*(getrefine()>9)),1+2*(getrefine()>5)+2*(getrefine()>7)+3*(getrefine()>9);
bonus2 bSPDrainRate,10*(5+1*(getrefine()>8)+2*(getrefine()>9)),1+(getrefine()>7)+2*(getrefine()>9);
@@ -133365,14 +133366,14 @@ item_db: (
Id: 18653
AegisName: "Devi_Headphone"
Name: "Headphones Debiruchi"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 805
+ ViewSprite: 805
Script: <"
bonus bMdef,4;
bonus bAgi,2;
@@ -133382,13 +133383,13 @@ item_db: (
Id: 18654
AegisName: "SS_Bandana"
Name: "SS Bandana"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 769
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 806
+ ViewSprite: 806
Script: <"
bonus2 bResEff,Eff_Curse,10000;
bonus bMdef,5;
@@ -133399,25 +133400,25 @@ item_db: (
Id: 18655
AegisName: "Lupin_One_Eyed_Glasses"
Name: "Dragonfly Monocle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 23
+ ViewSprite: 23
},
{
Id: 18656
AegisName: "Wit_Pumpkin_Hat"
Name: "Witch's Pumpkin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 717
+ ViewSprite: 717
Script: <"
bonus bMdef,10;
bonus bStr,2;
@@ -133432,14 +133433,14 @@ item_db: (
Id: 18657
AegisName: "Pegasus_Wing_Ears"
Name: "Pegasus Ear Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 80
Refine: false
- View: 568
+ ViewSprite: 568
Script: <"
bonus bUnbreakableHelm,0;
bonus bAspdRate,1;
@@ -133451,23 +133452,23 @@ item_db: (
Id: 18658
AegisName: "Holy_Santa_Beard"
Name: "Santa's Beard Holy"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 25
+ ViewSprite: 25
},
{
Id: 18659
AegisName: "Boitata_Hat"
Name: "Boitata Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 5
Slots: 1
- Loc: 768
- View: 808
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 808
Script: <"
bonus3 bAutoSpell,AS_SONICBLOW,5,10;
autobonus "{ bonus bAtkEle,Ele_Fire; }",10000,1800000;
@@ -133477,7 +133478,7 @@ item_db: (
Id: 18660
AegisName: "Indi_Feather_Band"
Name: "Indian Feather Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -133486,15 +133487,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 809
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 809
Script: <" bonus bAgi,2; ">
},
{
Id: 18661
AegisName: "Trident_Helmet"
Name: "Trident Helmet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -133503,16 +133504,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 810
+ ViewSprite: 810
Script: <" bonus bStr,2; ">
},
{
Id: 18662
AegisName: "Antler_Fedora"
Name: "Antler Fedora"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -133520,15 +133521,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 811
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 811
Script: <" bonus bInt,3; ">
},
{
Id: 18663
AegisName: "Sunglasses_Bball_Hat"
Name: "Sunglasses Baseball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
@@ -133537,16 +133538,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 812
+ ViewSprite: 812
Script: <" bonus bInt,3; ">
},
{
Id: 18664
AegisName: "Blind_Glasses"
Name: "Stunner Shades"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -133554,37 +133555,37 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
- View: 813
+ ViewSprite: 813
},
{
Id: 18665
AegisName: "Orange_In_Mouth"
Name: "Orange In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 814
+ ViewSprite: 814
},
{
Id: 18666
AegisName: "CD_In_Mouth"
Name: "CD In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 815
+ ViewSprite: 815
Script: <"
bonus3 bAutoSpell,MG_COLDBOLT,3,30;
bonus3 bAutoSpell,MG_SOULSTRIKE,3, 30;
@@ -133597,7 +133598,7 @@ item_db: (
Id: 18667
AegisName: "Cat_Lace_Hairband"
Name: "Cat Lace Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
@@ -133605,30 +133606,30 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 60
Refine: false
- View: 816
+ ViewSprite: 816
Script: <" bonus bDex,3; ">
},
{
Id: 18668
AegisName: "Droopy_Turtle_Hat"
Name: "Droopy Turtle Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 1
Slots: 1
- Loc: 256
- View: 694
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 694
Script: <" skill AL_DECAGI,3; ">
},
{
Id: 18669
AegisName: "Cowhide_Hat"
Name: "Cowhide Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -133637,8 +133638,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 819
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 819
Script: <"
bonus bDex,2;
bonus bMaxHPrate,1;
@@ -133648,27 +133649,27 @@ item_db: (
Id: 18670
AegisName: "Hankie_In_Mouth"
Name: "Handkerchief In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 12
Refine: false
- View: 818
+ ViewSprite: 818
Script: <" bonus2 bAddRaceTolerance,RC_DemiPlayer,3; ">
},
{
Id: 18671
AegisName: "Rudolf_Hairband"
Name: "Rudolf Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 836
+ ViewSprite: 836
Script: <"
bonus3 bAutoSpell,AL_INCAGI,10,50;
bonus2 bAddItemHealRate,Carrot,2000;
@@ -133678,12 +133679,12 @@ item_db: (
Id: 18672
AegisName: "Tare_Pope"
Name: "Flap Pope"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 817
+ ViewSprite: 817
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,1;
@@ -133694,12 +133695,12 @@ item_db: (
Id: 18673
AegisName: "Tare_Pope_"
Name: "Chibi Pope"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 256
- View: 817
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 817
Script: <"
bonus bMdef,7;
bonus bHealPower,5;
@@ -133712,7 +133713,7 @@ item_db: (
Id: 18674
AegisName: "Planewing_Hat"
Name: "Planewing Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -133721,8 +133722,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 11
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 11
Script: <"
bonus bAgi,3;
bonus bAspdRate,1;
@@ -133733,7 +133734,7 @@ item_db: (
Id: 18675
AegisName: "Green_Apple_Hat"
Name: "Green Apple Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -133742,9 +133743,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 11
+ ViewSprite: 11
Script: <"
bonus bDex,2;
bonus bHit,5;
@@ -133754,7 +133755,7 @@ item_db: (
Id: 18676
AegisName: "Hexagon_Spectacles"
Name: "Hexagon Spectacles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -133762,27 +133763,27 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
Refine: false
- View: 822
+ ViewSprite: 822
Script: <" bonus bFlee,2; ">
},
{
Id: 18677
AegisName: "Cherry_Twig_In_Mouth"
Name: "Cherry Twig In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 823
+ ViewSprite: 823
Script: <"
bonus2 bAddRace,RC_Plant,2;
">
@@ -133791,17 +133792,17 @@ item_db: (
Id: 18678
AegisName: "Leek_In_Mouth"
Name: "Leek In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 824
+ ViewSprite: 824
Script: <"
bonus2 bSubSize,Size_Small,2;
">
@@ -133810,17 +133811,17 @@ item_db: (
Id: 18679
AegisName: "Abacus_In_Mouth"
Name: "Abacus In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 825
+ ViewSprite: 825
Script: <"
skill MC_IDENTIFY,1;
">
@@ -133829,14 +133830,14 @@ item_db: (
Id: 18680
AegisName: "Tw_Frog_Hat"
Name: "Tw Frog Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 35
Refine: false
- View: 826
+ ViewSprite: 826
Script: <"
bonus bAgi,1;
bonus2 bExpAddRace,RC_Insect,5;
@@ -133846,12 +133847,12 @@ item_db: (
Id: 18681
AegisName: "Puppy_Ears_Hat"
Name: "Puppy Ears Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 256
- View: 827
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 827
Script: <"
bonus bVit,2;
bonus bMaxHP,100;
@@ -133861,32 +133862,32 @@ item_db: (
Id: 18682
AegisName: "Teardrop"
Name: "Teardrop"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 512
- View: 828
+ Loc: "EQP_HEAD_MID"
+ ViewSprite: 828
Script: <" bonus bMaxSP,15; ">
},
{
Id: 18683
AegisName: "Carrot_In_Mouth"
Name: "Carrot In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 829
+ ViewSprite: 829
Script: <" bonus2 bAddRaceTolerance,RC_Plant,3;">
},
{
Id: 18684
AegisName: "Showy_High_Cap"
Name: "Showy High Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -133895,8 +133896,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 11
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 11
Script: <"
bonus bStr,3;
bonus bInt,2;
@@ -133906,26 +133907,26 @@ item_db: (
Id: 18685
AegisName: "Stardust_Hairband"
Name: "Stardust Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
Refine: false
- View: 831
+ ViewSprite: 831
},
{
Id: 18686
AegisName: "2011_RMSC_1"
Name: "2011 RMSC 1"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 832
+ ViewSprite: 832
Script: <"
bonus bUnbreakableHelm,0;
bonus bAllStats,5;
@@ -133935,14 +133936,14 @@ item_db: (
Id: 18687
AegisName: "2011_RMSC_2"
Name: "2011 RMSC 2"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 832
+ ViewSprite: 832
Script: <"
bonus bUnbreakableHelm,0;
bonus bAllStats,3;
@@ -133952,14 +133953,14 @@ item_db: (
Id: 18688
AegisName: "2011_RMSC_3"
Name: "2011 RMSC 3"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 832
+ ViewSprite: 832
Script: <"
bonus bUnbreakableHelm,0;
bonus bAllStats,1;
@@ -133969,25 +133970,25 @@ item_db: (
Id: 18689
AegisName: "2011_RMSC_4"
Name: "2011 RMSC 4"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 832
+ ViewSprite: 832
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 18690
AegisName: "Sirt_Evil_Eye"
Name: "Sirt Evil Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 345
+ ViewSprite: 345
Script: <"
bonus bUnbreakableHelm,0;
bonus bStr,1;
@@ -133997,18 +133998,18 @@ item_db: (
Id: 18691
AegisName: "Rising_Black_Dragon"
Name: "Ascension Black Dragon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 863
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 863
},
{
Id: 18692
AegisName: "Mike_Hat"
Name: "Mike Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -134017,8 +134018,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 837
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 837
Script: <"
bonus bDex,2;
bonus bLuk,1;
@@ -134028,7 +134029,7 @@ item_db: (
Id: 18693
AegisName: "Sleeping_Kitty_Cat"
Name: "Sleeping Kitty Cat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 4
@@ -134037,9 +134038,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 838
+ ViewSprite: 838
Script: <"
bonus2 bAddRace,RC_Brute,2;
">
@@ -134048,7 +134049,7 @@ item_db: (
Id: 18694
AegisName: "Red_Hood"
Name: "Red Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -134057,9 +134058,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 839
+ ViewSprite: 839
Script: <"
bonus bCritical,10;
">
@@ -134068,7 +134069,7 @@ item_db: (
Id: 18695
AegisName: "Phoenix_Crown"
Name: "Phoenix Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -134077,16 +134078,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 840
+ ViewSprite: 840
Script: <" bonus bInt,2; ">
},
{
Id: 18696
AegisName: "Orange_Hat"
Name: "Orange Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -134094,9 +134095,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 841
+ ViewSprite: 841
Script: <"
skill MC_MAMMONITE,2;
">
@@ -134105,45 +134106,45 @@ item_db: (
Id: 18697
AegisName: "Syringe_In_Mouth"
Name: "Syringe In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 842
+ ViewSprite: 842
},
{
Id: 18698
AegisName: "Cheesy_Snack_In_Mouth"
Name: "Cheesy Snack In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 843
+ ViewSprite: 843
},
{
Id: 18699
AegisName: "Starving_Fish_Hat"
Name: "Starving Fish Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 844
+ ViewSprite: 844
Script: <"
bonus2 bSubRace,RC_Fish,15;
bonus3 bAddMonsterDropItem,579,RC_Fish,5;
@@ -134153,21 +134154,21 @@ item_db: (
Id: 18700
AegisName: "Rabbit_Ribbon"
Name: "Rabbit Ribbon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 845
+ ViewSprite: 845
Script: <" bonus bInt,1; ">
},
{
Id: 18701
AegisName: "Ancient_Civil_Man"
Name: "Ancient Civil Man Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
@@ -134175,10 +134176,10 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
Refine: false
- View: 846
+ ViewSprite: 846
Script: <"
bonus bInt,3;
bonus bDex,2;
@@ -134190,25 +134191,25 @@ item_db: (
Id: 18702
AegisName: "Shaving_Cream"
Name: "Shaving Cream"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 847
+ ViewSprite: 847
},
{
Id: 18703
AegisName: "Stem_In_Mouth"
Name: "Stem In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 848
+ ViewSprite: 848
Script: <"
bonus2 bResEff,Eff_Poison,2000;
">
@@ -134217,33 +134218,33 @@ item_db: (
Id: 18704
AegisName: "Drosera_Hairpin"
Name: "Drosera Hairpin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 640
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 64
- View: 850
+ ViewSprite: 850
Script: <" bonus bMdef,4; ">
},
{
Id: 18705
AegisName: "Flip_Hat"
Name: "Flip Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 300
Def: 5
Slots: 1
- Loc: 256
- View: 862
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 862
},
{
Id: 18706
AegisName: "Can_Hat"
Name: "Can Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -134251,16 +134252,16 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 851
+ ViewSprite: 851
Script: <" bonus bLuk,3; ">
},
{
Id: 18707
AegisName: "Maneater_Flower_Hat"
Name: "Maneater Flower Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 3
@@ -134268,15 +134269,15 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 852
+ ViewSprite: 852
},
{
Id: 18708
AegisName: "Candy_Hat"
Name: "Candy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -134284,9 +134285,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 853
+ ViewSprite: 853
Script: <"
skill AL_HEAL,3;
">
@@ -134295,7 +134296,7 @@ item_db: (
Id: 18709
AegisName: "Black_Knitted_Hat"
Name: "Black Knitted Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
@@ -134304,30 +134305,30 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 854
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 854
},
{
Id: 18710
AegisName: "Sugared_Fruit_Stick"
Name: "Sugared Fruit Stick"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 855
+ ViewSprite: 855
},
{
Id: 18711
AegisName: "Electric_Sunglass"
Name: "Electric Sunglass"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -134335,39 +134336,39 @@ item_db: (
All: true
Novice: false
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
Refine: false
- View: 856
+ ViewSprite: 856
},
{
Id: 18712
AegisName: "Fan_In_Mouth"
Name: "Fan In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Job: {
All: true
Novice: false
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 20
Refine: false
- View: 857
+ ViewSprite: 857
},
{
Id: 18713
AegisName: "Monkey_On_Fur_Hat"
Name: "Monkey Fur Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 858
+ ViewSprite: 858
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -134377,20 +134378,20 @@ item_db: (
Id: 18714
AegisName: "Hippo_Hat"
Name: "Hippo Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 859
+ ViewSprite: 859
},
{
Id: 18715
AegisName: "Helm_Of_Thoth"
Name: "Helm Of Thoth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2500
Def: 2
@@ -134399,10 +134400,10 @@ item_db: (
All: true
Novice: false
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 80
Refine: false
- View: 860
+ ViewSprite: 860
Script: <"
bonus bInt,2;
bonus bMdef,5;
@@ -134412,38 +134413,38 @@ item_db: (
Id: 18716
AegisName: "Strawberry_In_Mouth"
Name: "Strawberry In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 2
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 861
+ ViewSprite: 861
},
{
Id: 18717
AegisName: "Skull_Hood_"
Name: "Skull Hood_"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 256
- View: 598
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 598
},
{
Id: 18718
AegisName: "Rose_Hairband"
Name: "Rose Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 864
+ ViewSprite: 864
Script: <"
bonus bInt,1;
bonus bVit,1;
@@ -134453,14 +134454,14 @@ item_db: (
Id: 18720
AegisName: "Magical_Booster"
Name: "Magical Booster"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 30
Refine: false
- View: 873
+ ViewSprite: 873
Script: <"
bonus bMatkRate,3;
">
@@ -134469,22 +134470,22 @@ item_db: (
Id: 18721
AegisName: "Sweet_Valentine_Cap"
Name: "Sweet Valentine Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 256
- View: 865
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 865
},
{
Id: 18722
AegisName: "Winged_Feather_Ears"
Name: "Winged Feather Ears"
- Type: 5
- Loc: 512
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_MID"
EquipLv: 80
Refine: false
- View: 724
+ ViewSprite: 724
Script: <"
bonus bMaxHPrate,1;
if(BaseLevel >= 100) {
@@ -134499,69 +134500,69 @@ item_db: (
Id: 18723
AegisName: "Aura_Quartz_Crown"
Name: "AuraQuartz Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 256
- View: 866
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 866
},
{
Id: 18724
AegisName: "Baphomet_Horns"
Name: "Baphomet Horns"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 256
- View: 380
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 380
},
{
Id: 18725
AegisName: "Rabbit_Knithat"
Name: "Rabbit Knit Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 256
- View: 867
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 867
},
{
Id: 18726
AegisName: "Skymet"
Name: "Skymet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Weight: 10
Slots: 1
- Loc: 256
- View: 868
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 868
},
{
Id: 18727
AegisName: "Sedora_Hat"
Name: "Sedora Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 13
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 869
+ ViewSprite: 869
},
{
Id: 18728
AegisName: "Egir_Helm"
Name: "Aegir Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 800
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 110
- View: 870
+ ViewSprite: 870
Script: <"
bonus bMdef, 5;
bonus bUnbreakableHelm, 0;
@@ -134571,13 +134572,13 @@ item_db: (
Id: 18729
AegisName: "MVP_Basketball"
Name: "MVP Basketball Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 6
Slots: 1
- Loc: 256
- View: 871
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 871
Script: <"
bonus2 bSubRace,RC_DemiPlayer,10;
bonus2 bAddItemHealRate,522,30;
@@ -134590,13 +134591,13 @@ item_db: (
Id: 18730
AegisName: "Cryptura_Academy_Hat"
Name: "Criatura Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100
Weight: 200
Def: 2
Slots: 1
- Loc: 256
- View: 872
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 872
Script: <"
bonus bMaxSP,5;
bonus bMaxHP,15;
@@ -134606,10 +134607,10 @@ item_db: (
Id: 18731
AegisName: "Valkyrie_Outing_Helm"
Name: "Valkyrie Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 256
- View: 225
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 225
Trade: {
nodrop: true
notrade: true
@@ -134624,12 +134625,12 @@ item_db: (
Id: 18732
AegisName: "TE_Woe_Cap"
Name: "TE WoE Cap"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
Refine: false
- View: 14
+ ViewSprite: 14
Trade: {
nodrop: true
notrade: true
@@ -134651,7 +134652,7 @@ item_db: (
Id: 18733
AegisName: "TE_Woe_Bone_Helm"
Name: "TE WoE Bone Helm"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Job: {
Swordsman: true
@@ -134661,10 +134662,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
Refine: false
- View: 40
+ ViewSprite: 40
Trade: {
nodrop: true
notrade: true
@@ -134685,7 +134686,7 @@ item_db: (
Id: 18734
AegisName: "TE_Woe_Magic_Eyes"
Name: "TE WoE Magic Eyes"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
Job: {
Novice: true
@@ -134693,10 +134694,10 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
Refine: false
- View: 209
+ ViewSprite: 209
Trade: {
nodrop: true
notrade: true
@@ -134718,12 +134719,12 @@ item_db: (
Id: 18736
AegisName: "Censor_Bar_"
Name: "Censor Bar"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 229
+ ViewSprite: 229
Script: <"
bonus bMdef,1;
bonus bUnbreakableHelm,0;
@@ -134734,45 +134735,45 @@ item_db: (
Id: 18737
AegisName: "Fortier_Mask"
Name: "Fortier Masque"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 876
+ ViewSprite: 876
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 18739
AegisName: "Carnation_Hairband"
Name: "Carnation Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 256
- View: 878
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 878
Script: <" bonus bLuk,1; ">
},
{
Id: 18740
AegisName: "C_Hair_Of_The_Strong"
Name: "RMSC2012 Special Costume"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 879
+ ViewSprite: 879
},
{
Id: 18741
AegisName: "C_Will_O_Wisp"
Name: "Will O Wisp"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 880
+ ViewSprite: 880
OnEquipScript: <" sc_start SC_STRANGELIGHTS,-1,0; ">
OnUnequipScript: <" sc_end SC_STRANGELIGHTS; ">
},
@@ -134780,11 +134781,11 @@ item_db: (
Id: 18742
AegisName: "C_MoonStar_Accessory"
Name: "Moon and Stars"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 881
+ ViewSprite: 881
OnEquipScript: <" sc_start SC_MOONSTAR,-1,0; ">
OnUnequipScript: <" sc_end SC_MOONSTAR; ">
},
@@ -134792,21 +134793,21 @@ item_db: (
Id: 18743
AegisName: "C_Spirit_Of_Chung_E"
Name: "Spirit Of Chung E"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 882
+ ViewSprite: 882
},
{
Id: 18744
AegisName: "C_World_Star"
Name: "Twilight"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 883
+ ViewSprite: 883
OnEquipScript: <" sc_start SC_SUPER_STAR,-1,0; ">
OnUnequipScript: <" sc_end SC_SUPER_STAR; ">
},
@@ -134814,52 +134815,52 @@ item_db: (
Id: 18745
AegisName: "Choco_Stick_In_Mouth"
Name: "Choco Stick In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 884
+ ViewSprite: 884
},
{
Id: 18746
AegisName: "Chilly_Breath"
Name: "Chilly Breath"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 885
+ ViewSprite: 885
Script: <" bonus bInt,1; ">
},
{
Id: 18747
AegisName: "Eyes_Of_Ifrit"
Name: "Eyes Of Ifrit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 886
+ ViewSprite: 886
Script: <" bonus bDex,1; ">
},
{
Id: 18748
AegisName: "Gold_Ingot_Poring_Hat"
Name: "Gold Ingot Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
- View: 887
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 887
Script: <"
bonus bDex,2;
bonus bLuk,2;
@@ -134869,13 +134870,13 @@ item_db: (
Id: 18749
AegisName: "Majoruros_Horn"
Name: "Majoruros Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 8
Slots: 1
- Loc: 256
- View: 888
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 888
Script: <"
bonus bStr,2;
bonus bMaxHP,100;
@@ -134885,34 +134886,34 @@ item_db: (
Id: 18750
AegisName: "Poker_Card_In_Mouth"
Name: "Poker Card In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 10
Refine: false
- View: 889
+ ViewSprite: 889
},
{
Id: 18752
AegisName: "Cursed_Book"
Name: "Cursed Book"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 256
- View: 890
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 890
},
{
Id: 18753
AegisName: "Tw_Rice_Ball"
Name: "Rice Dumpling Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 6
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 892
+ ViewSprite: 892
Script: <"
bonus bUnbreakableHelm,0;
bonus bLuk,1;
@@ -134922,20 +134923,20 @@ item_db: (
Id: 18754
AegisName: "Blood_Sucker"
Name: "Blood Sucker"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 40
Refine: false
- View: 893
+ ViewSprite: 893
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 18755
AegisName: "Feather_Beret_"
Name: "Feather Beret"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 600
Def: 1
@@ -134944,8 +134945,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 224
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 224
Script: <"
bonus bMdef, 1;
bonus bUnbreakableHelm, 0;
@@ -134956,26 +134957,26 @@ item_db: (
Id: 18756
AegisName: "Black_Shiba_Inu_Hat"
Name: "Black Shiba Inu Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 894
+ ViewSprite: 894
},
{
Id: 18757
AegisName: "Holy_Klobuk"
Name: "Holy Klobuk"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 5
Slots: 1
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
Refine: false
- View: 895
+ ViewSprite: 895
Script: <"
bonus bMdef,5;
bonus2 bAddRaceTolerance,RC_Demon,10;
@@ -134987,32 +134988,32 @@ item_db: (
Id: 18758
AegisName: "Hat_Of_Scrat"
Name: "Hat Of Scrat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 3
Slots: 1
- Loc: 256
- View: 896
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 896
},
{
Id: 18759
AegisName: "Stretched_Nose_M"
Name: "Wood Goblin's Nose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 737
+ ViewSprite: 737
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 18760
AegisName: "Remodel_Wizardry_Hat"
Name: "Modified Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -135023,8 +135024,8 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
- View: 112
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 112
Script: <"
bonus bInt,2;
bonus bMaxSP,150;
@@ -135036,7 +135037,7 @@ item_db: (
Id: 18761
AegisName: "Remodel_Magician_Hat"
Name: "Modified Magician Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 6
@@ -135050,9 +135051,9 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 130
+ ViewSprite: 130
Script: <"
bonus bDex,1;
bonus bAgi,1;
@@ -135064,7 +135065,7 @@ item_db: (
Id: 18762
AegisName: "Remodel_Mask_Of_Fox"
Name: "Modified Kitsune Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -135072,8 +135073,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 153
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 153
Script: <"
bonus bAgi,2;
bonus bLuk,2;
@@ -135084,7 +135085,7 @@ item_db: (
Id: 18763
AegisName: "Remodel_Joker_Jester"
Name: "Modified Jester Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
@@ -135093,8 +135094,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 89
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 89
Script: <"
bonus bLuk,2;
bonus bMdef,5;
@@ -135105,13 +135106,13 @@ item_db: (
Id: 18764
AegisName: "Remodel_Bunny_Band"
Name: "Modified Bunny Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 15
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 15
Script: <"
bonus bLuk,2;
if(getrefine()>=7) { bonus bCritical,5; }
@@ -135121,7 +135122,7 @@ item_db: (
Id: 18765
AegisName: "Enhanced_Corsair"
Name: "Modified Corsair"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
@@ -135130,9 +135131,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 99
- View: 105
+ ViewSprite: 105
Script: <"
bonus bVit,1;
bonus bMaxHPrate,5;
@@ -135144,7 +135145,7 @@ item_db: (
Id: 18766
AegisName: "Enhanced_Helm_Of_Angel"
Name: "Modified Helm of Angel"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1600
Def: 10
@@ -135163,9 +135164,9 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 99
- View: 110
+ ViewSprite: 110
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -135181,7 +135182,7 @@ item_db: (
Id: 18767
AegisName: "Enhanced_Helm_Of_Sun"
Name: "Modified Solar Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 2400
Def: 4
@@ -135200,9 +135201,9 @@ item_db: (
Alchemist: true
Bard: true
}
- Loc: 768
+ Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
EquipLv: 99
- View: 138
+ ViewSprite: 138
Script: <"
bonus bStr,3;
bonus bInt,2;
@@ -135222,7 +135223,7 @@ item_db: (
Id: 18768
AegisName: "Enhanced_Bone_Helm"
Name: "Modified Bone Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 800
Def: 15
@@ -135235,9 +135236,9 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 103
+ ViewSprite: 103
Script: <"
bonus2 bSubEle,Ele_Dark,-15;
bonus2 bSubEle,Ele_Neutral,2;
@@ -135249,13 +135250,13 @@ item_db: (
Id: 18769
AegisName: "Remodel_Munak_Turban"
Name: "Modified Munak Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 769
- View: 51
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 51
Script: <"
bonus2 bAddRaceTolerance,RC_Undead,10;
if(getrefine()>=7) { bonus2 bAddRaceTolerance,RC_Undead,10; }
@@ -135265,13 +135266,13 @@ item_db: (
Id: 18770
AegisName: "Remodel_Bongun_Hat"
Name: "Modified Bongun Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 769
- View: 139
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
+ ViewSprite: 139
Script: <"
bonus2 bAddRaceTolerance,RC_Undead,10;
if(getrefine()>=7) { bonus2 bAddRaceTolerance,RC_Undead,10; }
@@ -135281,14 +135282,14 @@ item_db: (
Id: 18771
AegisName: "Remodel_Opera_Mask"
Name: "Modified Opera Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 20
Refine: false
- View: 128
+ ViewSprite: 128
Script: <"
bonus bMatk,5;
bonus bAtk,5;
@@ -135298,7 +135299,7 @@ item_db: (
Id: 18772
AegisName: "Improved_Binoculars"
Name: "Modified Binoculars"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
@@ -135307,10 +135308,10 @@ item_db: (
Hunter: true
Bard: true
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 83
+ ViewSprite: 83
Script: <"
bonus bDex,1;
bonus bLongAtkRate,1;
@@ -135320,7 +135321,7 @@ item_db: (
Id: 18773
AegisName: "Improved_Fin_Helm"
Name: "Modified Fin Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
@@ -135329,10 +135330,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 65
Refine: false
- View: 100
+ ViewSprite: 100
Script: <"
bonus bMaxHP,300+(BaseLevel*10);
">
@@ -135341,7 +135342,7 @@ item_db: (
Id: 18774
AegisName: "Improved_Assassin_Mask"
Name: "Modified Assassin Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
@@ -135349,10 +135350,10 @@ item_db: (
Priest: true
Assassin: true
}
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 70
Refine: false
- View: 180
+ ViewSprite: 180
Script: <"
bonus bCritical,1;
bonus bCriticalRate,1;
@@ -135362,7 +135363,7 @@ item_db: (
Id: 18775
AegisName: "Improved_Welding_Mask"
Name: "Modified Welding Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
@@ -135371,10 +135372,10 @@ item_db: (
Blacksmith: true
Alchemist: true
}
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
Refine: false
- View: 79
+ ViewSprite: 79
Script: <"
bonus2 bSubEle,Ele_Fire,10;
bonus bDex,5;
@@ -135385,7 +135386,7 @@ item_db: (
Id: 18776
AegisName: "Improved_Kiss_Of_Angel"
Name: "Modified Angel's Kiss"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 6
@@ -135393,9 +135394,9 @@ item_db: (
Job: {
Novice: true
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 99
- View: 255
+ ViewSprite: 255
Script: <"
bonus bSPrecovRate,30;
">
@@ -135404,12 +135405,12 @@ item_db: (
Id: 18777
AegisName: "Aladdin_Lamp"
Name: "Aladdin Lamp"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
- Loc: 256
- View: 897
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 897
Script: <"
bonus bLuk,10;
">
@@ -135418,19 +135419,19 @@ item_db: (
Id: 18778
AegisName: "Pink_Bunny_Hair_Band"
Name: "Pink Bunny Hair Band"
- Type: 5
- Loc: 256
- View: 898
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 898
},
{
Id: 18779
AegisName: "RWC_Champ_Crown_Red"
Name: "RWC Crown Of Victory(1st)"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 902
+ ViewSprite: 902
Trade: {
nodrop: true
notrade: true
@@ -135445,11 +135446,11 @@ item_db: (
Id: 18780
AegisName: "RWC_Champ_Crown_Blue"
Name: "RWC Crown Of Victory(2nd)"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 903
+ ViewSprite: 903
Trade: {
nodrop: true
notrade: true
@@ -135464,11 +135465,11 @@ item_db: (
Id: 18781
AegisName: "RWC_Champ_Crown_Black"
Name: "RWC Crown Of Victory(3rd)"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 904
+ ViewSprite: 904
Trade: {
nodrop: true
notrade: true
@@ -135483,12 +135484,12 @@ item_db: (
Id: 18782
AegisName: "Butterfly_Wing_Ear_J"
Name: "Butterfly Wing Ear"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 695
+ ViewSprite: 695
Script: <"
bonus bDex,2;
bonus bUnbreakableHelm,0;
@@ -135498,14 +135499,14 @@ item_db: (
Id: 18783
AegisName: "Rose_Corolla"
Name: "Rose Corolla"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 583
+ ViewSprite: 583
Script: <"
bonus bInt,1;
bonus bMdef,10;
@@ -135518,14 +135519,14 @@ item_db: (
Id: 18784
AegisName: "Elder_Devil_Horns_"
Name: "Elder Devil Horns"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 757
+ ViewSprite: 757
Script: <"
bonus bInt,2;
bonus2 bMagicAddRace,RC_DemiPlayer,5;
@@ -135536,14 +135537,14 @@ item_db: (
Id: 18785
AegisName: "King_Poring_Hat"
Name: "King Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 905
+ ViewSprite: 905
Script: <"
bonus bDex,1;
bonus bLuk,1;
@@ -135557,26 +135558,26 @@ item_db: (
Id: 18786
AegisName: "Anemos_Mask"
Name: "Anemos Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 906
+ ViewSprite: 906
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 18787
AegisName: "Goaltender_Mask"
Name: "Goaltender Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 50
- View: 336
+ ViewSprite: 336
Script: <"
bonus2 bAddRace,RC_DemiPlayer,8;
">
@@ -135585,12 +135586,12 @@ item_db: (
Id: 18788
AegisName: "Starlight_Scope"
Name: "Starlight Scope"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 30
- View: 83
+ ViewSprite: 83
Script: <"
bonus bDex,1;
bonus bLongAtkRate,1;
@@ -135602,14 +135603,14 @@ item_db: (
Id: 18789
AegisName: "Poison_Spore_Hat"
Name: "Poison Spore Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 899
+ ViewSprite: 899
Script: <"
bonus2 bAddMonsterDropItem,921,100+((getrefine()/2)*20); /* Custom - JRO */
bonus2 bAddMonsterDropItem,7033,100+((getrefine()/2)*20);
@@ -135619,13 +135620,13 @@ item_db: (
Id: 18790
AegisName: "Rainbow_Poring_Hat"
Name: "Rainbow Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 3
Slots: 1
- Loc: 256
- View: 900
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 900
Script: <"
bonus2 bRaceTolerance,RC_DemiPlayer,-5;
bonus bAtkRate,5;
@@ -135636,17 +135637,17 @@ item_db: (
Id: 18791
AegisName: "Shrine_Maiden_Hat"
Name: "Shrine Maiden Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 30
Slots: 1
Job: {
Priest: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 908
+ ViewSprite: 908
Script: <"
bonus2 bSkillAtk,PR_MAGNUS,30;
bonus2 bSkillAtk,PR_MAGNUS,(getrefine()/2)*5;
@@ -135658,16 +135659,16 @@ item_db: (
Id: 18792
AegisName: "Indonesian_Id_Sakkat"
Name: "Indonesian Id Sakkat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 400
Def: 1
Job: {
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 45
- View: 901
+ ViewSprite: 901
Script: <"
bonus bVit,10;
bonus2 bAddRaceTolerance,RC_DemiPlayer,10;
@@ -135679,17 +135680,17 @@ item_db: (
Id: 18793
AegisName: "Sorc_Night_Cap"
Name: "Sorc Night Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 25
Slots: 1
Job: {
Sage: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 911
+ ViewSprite: 911
Script: <"
bonus bMdef,10;
bonus2 bSkillAtk,MG_FIREBOLT,50;
@@ -135703,17 +135704,17 @@ item_db: (
Id: 18794
AegisName: "Ordinary_Black_Mage_Hat"
Name: "Plain Black Mage Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 15
Slots: 1
Job: {
Wizard: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 912
+ ViewSprite: 912
Script: <"
bonus2 bSkillAtk, WL_CRIMSONROCK, 5;
bonus2 bSkillAtk, WL_JACKFROST, 5;
@@ -135736,16 +135737,16 @@ item_db: (
Id: 18795
AegisName: "Night_Sparrow_Hat"
Name: "Night Sparrow Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 15
Job: {
Bard: true
}
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 913
+ ViewSprite: 913
Script: <"
bonus bFixedCastrate,-(getskilllv(BA_MUSICALLESSON)*5);
if(getrefine()>6) { bonus2 bSkillAtk,WM_SEVERE_RAINSTORM_MELEE,25; }
@@ -135756,12 +135757,12 @@ item_db: (
Id: 18796
AegisName: "RWC_Champ_Crown_QF"
Name: "RWC Crown Of Victory(8th)"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 12
Slots: 1
- Loc: 256
- View: 914
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 914
Trade: {
nodrop: true
notrade: true
@@ -135781,7 +135782,7 @@ item_db: (
Id: 18797
AegisName: "Deep_Angel_Hairband"
Name: "Deep Angel Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
Slots: 1
@@ -135789,8 +135790,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 915
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 915
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -135802,7 +135803,7 @@ item_db: (
Id: 18798
AegisName: "Pink_Angel_Hairband"
Name: "Pink Angel Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
Slots: 1
@@ -135810,8 +135811,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 916
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 916
Script: <"
bonus bAgi,1;
bonus bLuk,1;
@@ -135823,12 +135824,12 @@ item_db: (
Id: 18799
AegisName: "Mask_of_Nero"
Name: "Mask of Nero"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 917
+ ViewSprite: 917
Script: <"
bonus2 bMagicAtkEle,Ele_Water,4;
">
@@ -135837,12 +135838,12 @@ item_db: (
Id: 18800
AegisName: "Mask_of_Formic"
Name: "Mask of Formic"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 918
+ ViewSprite: 918
Script: <"
bonus2 bMagicAtkEle,Ele_Earth,4;
">
@@ -135851,11 +135852,11 @@ item_db: (
Id: 18801
AegisName: "Gale_Hair_Ornament"
Name: "Gale Hair Ornament"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 250
Def: 6
- Loc: 256
- View: 809
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 809
Script: <"
bonus bInt,2;
skill NJ_RAIGEKISAI,3;
@@ -135867,12 +135868,12 @@ item_db: (
Id: 18802
AegisName: "Poring_Fedora_Hat"
Name: "Poring Fedora Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 10
Slots: 1
- Loc: 256
- View: 919
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 919
Script: <"
bonus bMaxHPrate,5;
if (getrefine()>4) {
@@ -135889,12 +135890,12 @@ item_db: (
Id: 18803
AegisName: "Rose_Cascade"
Name: "Rose Cascade"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 920
+ ViewSprite: 920
Script: <"
bonus bUseSPrate,-5;
if(readparam(bDex)>=100) {
@@ -135909,13 +135910,13 @@ item_db: (
Id: 18804
AegisName: "Thornwood_Band"
Name: "Thornwood Band"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 921
+ ViewSprite: 921
Script: <"
bonus bDex,1;
bonus bInt,1;
@@ -135935,12 +135936,12 @@ item_db: (
Id: 18805
AegisName: "Eclipse_Hat"
Name: "Eclipse Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
- View: 922
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 922
Script: <"
bonus bLuk,3;
bonus bMdef,5;
@@ -135950,13 +135951,13 @@ item_db: (
Id: 18806
AegisName: "Black_Rabbit_Hat"
Name: "Black Rabbit Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
Slots: 1
- Loc: 256
- View: 923
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 923
Script: <"
bonus bDex,2;
bonus bAgi,3;
@@ -135966,7 +135967,7 @@ item_db: (
Id: 18807
AegisName: "Yellow_Yuzu_Hat"
Name: "White Citron Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 3
@@ -135975,8 +135976,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 924
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 924
Script: <"
bonus bVit,2;
bonus bLuk,3;
@@ -135986,22 +135987,22 @@ item_db: (
Id: 18808
AegisName: "Wing_Form_Spectacle"
Name: "Wing Style Spectacle"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 1
- Loc: 256
- View: 925
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 925
Script: <" bonus bAgi,1; ">
},
{
Id: 18810
AegisName: "Hell_Pumpkin_Hat"
Name: "Hell Pumpkin Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 12
- Loc: 256
- View: 717
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 717
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,5;
bonus2 bAddRaceTolerance,RC_Undead,5;
@@ -136011,12 +136012,12 @@ item_db: (
Id: 18811
AegisName: "White_Snake_Hat_"
Name: "White Snake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 413
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 413
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,5;
bonus2 bAddRaceTolerance,RC_Undead,5;
@@ -136026,12 +136027,12 @@ item_db: (
Id: 18812
AegisName: "Elder_Crown"
Name: "Elder Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 933
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 933
Script: <"
bonus bInt,1;
bonus bMdef,5;
@@ -136044,12 +136045,12 @@ item_db: (
Id: 18813
AegisName: "New_Wave_Sunglasses"
Name: "New Wave Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 30
Refine: false
- View: 856
+ ViewSprite: 856
Script: <"
bonus bDelayrate,-10;
">
@@ -136058,7 +136059,7 @@ item_db: (
Id: 18814
AegisName: "Angel_School_Cap"
Name: "Angel School Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 4
Slots: 1
@@ -136066,8 +136067,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 927
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 927
Script: <"
bonus bInt,2;
bonus bVit,1;
@@ -136077,7 +136078,7 @@ item_db: (
Id: 18815
AegisName: "Devil_School_Cap"
Name: "Devil School Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -136086,8 +136087,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 928
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 928
Script: <"
bonus bStr,2;
bonus bVit,1;
@@ -136097,7 +136098,7 @@ item_db: (
Id: 18816
AegisName: "Adv_Angel_School_Cap"
Name: "Evoked Angel School Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -136106,8 +136107,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 929
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 929
Script: <"
bonus bInt,2;
bonus bVit,2;
@@ -136118,7 +136119,7 @@ item_db: (
Id: 18817
AegisName: "Adv_Devil_School_Cap"
Name: "Evoked Devil School Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 4
@@ -136127,8 +136128,8 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
- View: 930
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 930
Script: <"
bonus bStr,2;
bonus bVit,2;
@@ -136139,12 +136140,12 @@ item_db: (
Id: 18818
AegisName: "Red_Pencil_In_Mouth"
Name: "Red Pencil In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 931
+ ViewSprite: 931
Script: <"
bonus bUnbreakableHelm,0;
bonus bHit,3;
@@ -136154,12 +136155,12 @@ item_db: (
Id: 18819
AegisName: "Blue_Pencil_In_Mouth"
Name: "Blue Pencil In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 932
+ ViewSprite: 932
Script: <"
bonus bUnbreakableHelm,0;
bonus bHit,3;
@@ -136169,27 +136170,27 @@ item_db: (
Id: 18820
AegisName: "Gray_Helmet"
Name: "Gray Helmet"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 450
Def: 35
Slots: 1
- Upper: 56
- Loc: 256
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_HEAD_TOP"
EquipLv: 120
- View: 941
+ ViewSprite: 941
Script: <" bonus2 bSubEle,Ele_Holy,3+(getrefine()/2); ">
},
{
Id: 18821
AegisName: "Rainbow_Feather_Deco"
Name: "RWC Commemorative Pin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
- View: 934
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 934
Script: <"
bonus bAtkRate,1;
bonus bMatkRate,1;
@@ -136199,24 +136200,24 @@ item_db: (
Id: 18822
AegisName: "Flame_Wing_Ear"
Name: "Flame Wing Ear"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 30
Refine: false
- View: 422
+ ViewSprite: 422
Script: <" bonus3 bAutoSpell,SM_MAGNUM,1,30; ">
},
{
Id: 18823
AegisName: "Imperial_Feather"
Name: "Imperial Feather"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 935
+ ViewSprite: 935
Script: <"
bonus bAspdRate,1;
bonus2 bSubEle,Ele_Wind,5;
@@ -136230,12 +136231,12 @@ item_db: (
Id: 18824
AegisName: "Mask_Of_Bankrupt"
Name: "Mask Of Bankrupt"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 490
- Loc: 513
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
EquipLv: 49
Refine: false
- View: 936
+ ViewSprite: 936
Script: <"
bonus3 bHPDrainRate,10,1,0;
bonus3 bSPDrainRate,10,1,0;
@@ -136245,14 +136246,14 @@ item_db: (
Id: 18825
AegisName: "Bankruptcy_Of_Heart_"
Name: "Bankruptcy Of Heart"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1200
Def: 8
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 38
- View: 107
+ ViewSprite: 107
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -136262,12 +136263,12 @@ item_db: (
Id: 18826
AegisName: "Woodie_Hat"
Name: "Chun Tree Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 256
- View: 939
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 939
Script: <"
bonus bInt,2;
bonus bVit,2;
@@ -136277,14 +136278,14 @@ item_db: (
Id: 18827
AegisName: "Valkyrie_Circlet"
Name: "Valkyrie Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 940
+ ViewSprite: 940
Script: <"
bonus bStr,1;
bonus2 bAddEle,Ele_Dark,10;
@@ -136295,14 +136296,14 @@ item_db: (
Id: 18828
AegisName: "2012RMSCNO1"
Name: "RMSC2012 Champion Headgear"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
Refine: false
- View: 942
+ ViewSprite: 942
Trade: {
nodrop: true
notrade: true
@@ -136323,14 +136324,14 @@ item_db: (
Id: 18829
AegisName: "2012RMSCNO2"
Name: "RMSC2012 1st Runner Headgear"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
Refine: false
- View: 943
+ ViewSprite: 943
Trade: {
nodrop: true
notrade: true
@@ -136351,14 +136352,14 @@ item_db: (
Id: 18830
AegisName: "2012RMSCNO3"
Name: "RMSC2012 2nd Runner Headgear"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
Refine: false
- View: 944
+ ViewSprite: 944
Trade: {
nodrop: true
notrade: true
@@ -136379,14 +136380,14 @@ item_db: (
Id: 18831
AegisName: "2012RMSCNO4"
Name: "RMSC2012 Special Headgear"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 20
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 95
Refine: false
- View: 945
+ ViewSprite: 945
Script: <"
bonus bUnbreakableHelm,0;
bonus bAllStats,2;
@@ -136397,22 +136398,22 @@ item_db: (
Id: 18832
AegisName: "Rolf_Von_Gigue_666"
Name: "Rolf Von Gigue 666"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 256
- View: 946
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 946
},
{
Id: 18833
AegisName: "Marin_Crown"
Name: "Marin Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 10
Def: 3
Slots: 1
- Loc: 256
- View: 948
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 948
Script: <"
bonus bAllStats,1;
bonus bMdef,2;
@@ -136424,10 +136425,10 @@ item_db: (
Id: 18834
AegisName: "Sakura_Hairband"
Name: "Sakura Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Def: 3
- Loc: 256
- View: 949
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 949
Script: <"
bonus bLuk,3;
bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,10;
@@ -136437,20 +136438,20 @@ item_db: (
Id: 18835
AegisName: "TW_10th_Anni_Hat"
Name: "RO10th Anni Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 950
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 950
},
{
Id: 18836
AegisName: "TW_10th_Anni_Lmtd_Hat"
Name: "Lmt RO10th Anni Cap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 10
- Loc: 256
- View: 951
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 951
Script: <"
bonus bMatk,2;
bonus bMdef,10;
@@ -136472,24 +136473,24 @@ item_db: (
Id: 18837
AegisName: "Cheering_Whistle"
Name: "Cheering Whistle"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 952
+ ViewSprite: 952
Script: <" bonus bStr,2; ">
},
{
Id: 18839
AegisName: "Poring_Sunglasses_"
Name: "Poring Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 10
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 954
+ ViewSprite: 954
Script: <"
bonus bDex,1;
bonus bVariableCastrate,-5;
@@ -136499,13 +136500,13 @@ item_db: (
Id: 18840
AegisName: "King_Poring_Hat_" // FIXME: Unknown
Name: "King Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 10
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 905
+ ViewSprite: 905
Script: <"
bonus bUnbreakableHelm,0;
bonus bMdef,10;
@@ -136515,13 +136516,13 @@ item_db: (
Id: 18841
AegisName: "Small_Poring_Band"
Name: "Small Poring Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 8
Slots: 1
- Loc: 256
- View: 955
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 955
Script: <"
bonus bAspdRate,(getrefine()/3)*2;
bonus2 bExpAddRace, RC_All, 3;
@@ -136532,13 +136533,13 @@ item_db: (
Id: 18842
AegisName: "Hat_Of_Girl"
Name: "Hat Of Girl"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 8
Slots: 1
- Loc: 256
- View: 956
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 956
Script: <"
bonus bInt,(getrefine()/3)*2;
bonus2 bSubRace,RC_DemiPlayer,7;
@@ -136549,13 +136550,13 @@ item_db: (
Id: 18843
AegisName: "Small_Deviling_Hat"
Name: "Small Deviling Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 350
Def: 7
Slots: 1
- Loc: 256
- View: 957
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 957
Script: <"
bonus2 bAddRaceTolerance, RC_DemiPlayer, 5;
if (getrefine() > 7) { bonus bMaxHPrate, getrefine()-7; }
@@ -136565,13 +136566,13 @@ item_db: (
Id: 18844
AegisName: "Blue_Poring_Bubble"
Name: "Blue Poring Bubble"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 958
+ ViewSprite: 958
Script: <"
bonus bAllStats,2;
bonus bFlee2,2;
@@ -136581,13 +136582,13 @@ item_db: (
Id: 18845
AegisName: "Banshee_Master_Kiss"
Name: "Banshee Master Kiss"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 959
+ ViewSprite: 959
Script: <"
bonus bUnbreakableHelm, 0;
bonus bMaxSPrate, 3;
@@ -136598,25 +136599,25 @@ item_db: (
Id: 18846
AegisName: "Seagod_Protector"
Name: "Seagod Protector"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 960
+ ViewSprite: 960
Script: <" bonus2 bSubEle,Ele_Water,5; ">
},
{
Id: 18847
AegisName: "Jolly_Roger"
Name: "Jolly Roger"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 962
+ ViewSprite: 962
Script: <"
bonus bVit,1;
bonus2 bSubEle,Ele_Water,2;
@@ -136629,22 +136630,22 @@ item_db: (
Id: 18848
AegisName: "Lush_Rose"
Name: "Fresh Roses"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Slots: 1
- Loc: 256
- View: 963
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 963
Script: <" bonus bMatk,20+getrefine(); ">
},
{
Id: 18849
AegisName: "Celines_Ribbon"
Name: "Celine Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Slots: 1
- Loc: 256
- View: 967
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 967
Script: <"
bonus bDex,3;
bonus bMatk,40+getrefine();
@@ -136656,13 +136657,13 @@ item_db: (
Id: 18850
AegisName: "Polar_Bear_Cap"
Name: "Polar Bear Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 7
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 966
+ ViewSprite: 966
Script: <"
bonus bMdef,3;
bonus bDex,1;
@@ -136674,23 +136675,23 @@ item_db: (
Id: 18851
AegisName: "ValentineHeart"
Name: "Valentine Heart"
- Type: 5
- Loc: 256
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 397
+ ViewSprite: 397
Script: <" bonus bMaxHPrate,5+(getrefine()/2); ">
},
{
Id: 18852
AegisName: "Berry_Hat_Decoration"
Name: "Tasty Strawberry Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 968
+ ViewSprite: 968
Script: <"
bonus bAllStats,1;
if (getrefine()>=12) { bonus bAspd,2; }
@@ -136700,14 +136701,14 @@ item_db: (
Id: 18853
AegisName: "Berry_Hat_Decoration_"
Name: "Tasty Strawberry Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 150
Def: 4
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 968
+ ViewSprite: 968
Script: <"
bonus bAllStats,1;
if (getrefine()>=12) { bonus bAspd,2; }
@@ -136717,21 +136718,21 @@ item_db: (
Id: 18854
AegisName: "ValentineYellowHeart"
Name: "Yellow Valentine Heart"
- Type: 5
- Loc: 256
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_TOP"
EquipLv: 40
- View: 865
+ ViewSprite: 865
Script: <" bonus bMaxSPrate,5+(getrefine()/2); ">
},
{
Id: 18855
AegisName: "Aviator_Hat"
Name: "Aviator Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 10
- Loc: 1
- View: 972
+ Loc: "EQP_HEAD_LOW"
+ ViewSprite: 972
Script: <"
bonus bAgi,3;
bonus bInt,3;
@@ -136741,12 +136742,12 @@ item_db: (
Id: 18858
AegisName: "Pink_Angeling_Bubble"
Name: "Pink Angeling Bubble"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 50
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 975
+ ViewSprite: 975
Script: <"
bonus bMaxHP,200;
bonus bAspd,1;
@@ -136756,12 +136757,12 @@ item_db: (
Id: 18859
AegisName: "Angeling_Bubble"
Name: "Angeling Bubble"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 50
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 976
+ ViewSprite: 976
Script: <"
bonus bDex,1;
bonus bMatkRate,2;
@@ -136772,42 +136773,42 @@ item_db: (
Id: 18860
AegisName: "Preschool_Hat"
Name: "Preschool Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 8
Slots: 1
- Loc: 256
- View: 977
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 977
},
{
Id: 18870
AegisName: "Very_Sweet_Candy_Bar"
Name: "Very Sweet Candy Bar"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 446
+ ViewSprite: 446
},
{
Id: 18871
AegisName: "Very_Sweet_Candy"
Name: "Very Sweet Candy"
- Type: 5
- Loc: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 446
+ ViewSprite: 446
},
{
Id: 18872
AegisName: "Snake_Hat"
Name: "Snake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 986
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 986
Script: <"
bonus bStr,3;
bonus bInt,3;
@@ -136819,55 +136820,55 @@ item_db: (
Id: 18873
AegisName: "Sweet_Valentine_Out"
Name: "Sweet Valentine Out"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 256
- View: 865
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 865
},
{
Id: 18874
AegisName: "One_Eyed_Glass_"
Name: "Cyclops Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 23
+ ViewSprite: 23
},
{
Id: 18879
AegisName: "Angry_Scorpion_Hat"
Name: "Angry Scorpion Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 995
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 995
Script: <" bonus bMdef,5; ">
},
{
Id: 18880
AegisName: "Advanced_Jao_King_Hat"
Name: "Advanced Jao King Hat"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 256
- View: 996
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 996
},
{
Id: 18885
AegisName: "Jejecap"
Name: "Jejecap"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 8
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 70
- View: 1011
+ ViewSprite: 1011
Script: <"
bonus bStr,2;
bonus bInt,3;
@@ -136878,11 +136879,11 @@ item_db: (
Id: 18886
AegisName: "Rainbow_Long_Octopus"
Name: "Rainbow Long Octopus"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
Refine: false
- View: 1007
+ ViewSprite: 1007
Script: <"
bonus bVit,2;
bonus bDex,3;
@@ -136892,12 +136893,12 @@ item_db: (
Id: 18887
AegisName: "Aqua_Bunny_Band"
Name: "Aqua Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 2
Slots: 1
- Loc: 256
- View: 1012
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1012
Script: <"
bonus bVit,3;
bonus bMdef,5;
@@ -136913,12 +136914,12 @@ item_db: (
Id: 18888
AegisName: "Maroon_Bunny_Band"
Name: "Maroon Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 2
Slots: 1
- Loc: 256
- View: 1013
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1013
Script: <"
bonus bInt,5;
bonus bLuk,5;
@@ -136935,12 +136936,12 @@ item_db: (
Id: 18889
AegisName: "Golden_Bunny_Band"
Name: "Golden Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 2
Slots: 1
- Loc: 256
- View: 1014
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1014
Script: <"
bonus bAgi,5;
bonus bLuk,5;
@@ -136956,11 +136957,11 @@ item_db: (
Id: 18890
AegisName: "Gray_Bunny_Band"
Name: "Gray Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Def: 2
Slots: 1
- Loc: 256
- View: 1015
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1015
Script: <"
bonus bInt,5;
bonus bLuk,5;
@@ -136977,12 +136978,12 @@ item_db: (
Id: 18891
AegisName: "Husky_Hat"
Name: "Husky Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 5
Slots: 1
- Loc: 256
- View: 1016
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1016
Script: <"
bonus bAtkRate,5;
bonus bMatkRate,5;
@@ -136993,13 +136994,13 @@ item_db: (
Id: 18892
AegisName: "Ufo_Poring_Hat"
Name: "Ufo Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 1017
+ ViewSprite: 1017
Script: <"
bonus bMdef,5;
bonus bFlee,5;
@@ -137017,13 +137018,13 @@ item_db: (
Id: 18893
AegisName: "Dragon_Claw_Helm"
Name: "Dragon Claw Helm"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 1018
+ ViewSprite: 1018
Script: <"
bonus2 bAddRaceTolerance, RC_DemiPlayer, 8;
bonus2 bAddRaceTolerance, RC_Dragon, 8;
@@ -137038,66 +137039,66 @@ item_db: (
Id: 18894
AegisName: "Rainbow_Star"
Name: "Rainbow Star"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 5
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 1019
+ ViewSprite: 1019
Script: <" bonus2 bAddRaceTolerance, RC_DemiPlayer, 5; ">
},
{
Id: 18895
AegisName: "Celestial_Dark_Flame"
Name: "Celestial Dark Flame"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 1008
+ ViewSprite: 1008
Script: <" bonus2 bSubEle,Ele_Fire,5; ">
},
{
Id: 18896
AegisName: "Pterios_Fins"
Name: "Pterios Fins"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 1009
+ ViewSprite: 1009
Script: <" bonus2 bSubEle,Ele_Fire,8; ">
},
{
Id: 18897
AegisName: "Azure_Diadem"
Name: "Azure Diadem"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 50
Refine: false
- View: 1010
+ ViewSprite: 1010
Script: <" bonus2 bSubEle,Ele_Water,8; ">
},
{
Id: 18898
AegisName: "Yggdrasil_Herald_Crown"
Name: "Yggdrasil Herald Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 6
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
Refine: false
- View: 997
+ ViewSprite: 997
Script: <"
bonus bAllStats,5;
bonus bMaxHP,100;
@@ -137112,38 +137113,38 @@ item_db: (
Id: 18900
AegisName: "Weisswurst"
Name: "Weisswurst"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 60
Refine: false
- View: 1022
+ ViewSprite: 1022
},
{
Id: 18901
AegisName: "Seppl_Hat"
Name: "Seppl Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 5
Slots: 1
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
EquipLv: 60
- View: 1023
+ ViewSprite: 1023
},
{
Id: 18908
AegisName: "Isabella_Red_Ear"
Name: "Piamette's Red Ears"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 8
Slots: 1
- Loc: 256
- View: 1030
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1030
Script: <"
bonus bStr,5;
bonus bMaxHPrate,5;
@@ -137155,12 +137156,12 @@ item_db: (
Id: 18909
AegisName: "Isabella_Brown_Ear"
Name: "Piamette's Brown Ears"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 8
Slots: 1
- Loc: 256
- View: 1031
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1031
Script: <"
bonus bMaxHPrate,10;
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
@@ -137171,12 +137172,12 @@ item_db: (
Id: 18910
AegisName: "Isabella_Blue_Ear"
Name: "Piamette's Blue Ears"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 8
Slots: 1
- Loc: 256
- View: 1032
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1032
Script: <"
bonus2 bAddSize,Size_Medium,10;
bonus2 bAddRaceTolerance,RC_DemiPlayer,5;
@@ -137187,12 +137188,12 @@ item_db: (
Id: 18911
AegisName: "Red_Flower_Hat"
Name: "Red Flower Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 10
Slots: 1
- Loc: 256
- View: 1033
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1033
Script: <"
bonus bDex,5;
bonus2 bSubEle,Ele_Earth,3;
@@ -137204,13 +137205,13 @@ item_db: (
Id: 18912
AegisName: "Bell_Pigeon"
Name: "Bell Pigeon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 1034
+ ViewSprite: 1034
Script: <"
bonus bAllStats,1;
bonus5 bAutoSpellWhenHit,AL_RUWACH,1,50,BF_WEAPON,0; /* Custom - PRO */
@@ -137220,13 +137221,13 @@ item_db: (
Id: 18913
AegisName: "Gossip_Raven"
Name: "Gossip Raven"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 1035
+ ViewSprite: 1035
Script: <"
bonus bAllStats,1;
bonus5 bAutoSpellWhenHit,AL_RUWACH,1,50,BF_WEAPON,0; /* Custom - PRO */
@@ -137236,13 +137237,13 @@ item_db: (
Id: 18914
AegisName: "Kid_Deviling"
Name: "Baby Deviling"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 1036
+ ViewSprite: 1036
Script: <"
bonus bAllStats,1;
bonus3 bAutoSpell,AL_BLESSING,7,50;
@@ -137252,13 +137253,13 @@ item_db: (
Id: 18915
AegisName: "Blood_Buffterfly"
Name: "Blood Butterfly Ears"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 1037
+ ViewSprite: 1037
Script: <"
bonus bFlee,1;
bonus bMaxHP,200;
@@ -137268,12 +137269,12 @@ item_db: (
Id: 18916
AegisName: "Bear_Balloon"
Name: "Bear Balloon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 1038
+ ViewSprite: 1038
Script: <"
bonus bStr,1;
bonus bLuk,1;
@@ -137284,12 +137285,12 @@ item_db: (
Id: 18917
AegisName: "LoveLove_Balloon"
Name: "LoveLove Balloon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 1039
+ ViewSprite: 1039
Script: <"
bonus bAllStats,1;
">
@@ -137298,12 +137299,12 @@ item_db: (
Id: 18918
AegisName: "Long_Octopus_Balloon"
Name: "Cute Octopus Balloon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 5
- Loc: 1
+ Loc: "EQP_HEAD_LOW"
Refine: false
- View: 1040
+ ViewSprite: 1040
Script: <"
bonus bVit,1;
bonus bInt,1;
@@ -137314,24 +137315,24 @@ item_db: (
Id: 18921
AegisName: "C_Lamp_Of_Alladin"
Name: "Costume Tarnished Lamp"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 50
Refine: false
- View: 897
+ ViewSprite: 897
},
{
Id: 18929
AegisName: "Elephant_Model_Hat"
Name: "Elephant Model Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 1065
+ ViewSprite: 1065
Script: <"
bonus bDex,2;
bonus5 bAutoSpellWhenHit,WZ_STORMGUST,5,50,BF_WEAPON,0; /* Custom - IRO */
@@ -137342,63 +137343,63 @@ item_db: (
Id: 18934
AegisName: "Fox_Ears_Bell_Ribbon"
Name: "Fox Ears Drop Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 400
Def: 4
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 1070
+ ViewSprite: 1070
},
{
Id: 18937
AegisName: "Memories_Of_Lovers"
Name: "Memories of Lover"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 256
- View: 1072
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1072
},
{
Id: 18938
AegisName: "Astro_Circle"
Name: "Astro Circle"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
Def: 1
- Loc: 256
- View: 1073
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1073
},
{
Id: 18942
AegisName: "Knit_Cap_Of_Water"
Name: "Knit Cap of Water"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 90
- View: 1077
+ ViewSprite: 1077
},
{
Id: 18943
AegisName: "Silk_Hat_Of_Earth"
Name: "Silk Hat of Earth"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1000
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 90
- View: 1078
+ ViewSprite: 1078
},
{
Id: 18944
AegisName: "Deviruchi_Balloon"
Name: "Deviruchi Ballon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 5
Slots: 1
- Loc: 256
- View: 1082
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1082
Script: <"
bonus bAllStats,1;
bonus2 bAddRace,RC_Demon,1;
@@ -137409,13 +137410,13 @@ item_db: (
Id: 18945
AegisName: "Tare_Maid_Doll_Hat"
Name: "Super Cute Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 1083
+ ViewSprite: 1083
Script: <"
bonus bInt,2;
bonus bDex,2;
@@ -137430,13 +137431,13 @@ item_db: (
Id: 18946
AegisName: "Tare_HSchool_Doll_Hat"
Name: "Very Cute Doll Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 2
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 1084
+ ViewSprite: 1084
Script: <"
bonus bStr,2;
bonus bLuk,2;
@@ -137450,21 +137451,21 @@ item_db: (
Id: 18969
AegisName: "Boss_Beret"
Name: "Boss Beret_J"
- Type: 5
- Loc: 256
- View: 1134
+ Type: "IT_ARMOR"
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1134
},
{
Id: 18997
AegisName: "Riot_Chip"
Name: "Riot Chip"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 100
- View: 1201
+ ViewSprite: 1201
Script: <"
bonus bHit,50;
bonus bFlee,50;
@@ -137475,12 +137476,12 @@ item_db: (
Id: 19014
AegisName: "Gravekeeper_Blinker"
Name: "Gravekeeper Blinker"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
- View: 1210
+ ViewSprite: 1210
Script: <"
bonus2 bSubRace,RC_Undead,5;
bonus2 bAddRace,RC_Undead,5;
@@ -137490,21 +137491,21 @@ item_db: (
Id: 19015
AegisName: "C_Kamas_Hairband"
Name: "Costume Kama's Hairband"
- Type: 5
- Loc: 1024
- View: 564
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 564
},
{
Id: 19019
AegisName: "Elemental_Crown"
Name: "Elemental Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 1219
+ ViewSprite: 1219
Script: <"
bonus bDex,3;
bonus bLongAtkRate,4;
@@ -137516,14 +137517,14 @@ item_db: (
Id: 19020
AegisName: "Survive_Circlet"
Name: "Survive Circlet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 1220
+ ViewSprite: 1220
Script: <"
bonus bInt,3;
bonus bMatkRate,4;
@@ -137534,14 +137535,14 @@ item_db: (
Id: 19021
AegisName: "Gigant_Helm"
Name: "Gigant Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 50
- View: 1221
+ ViewSprite: 1221
Script: <"
bonus bStr,3;
bonus bAtkRate,4;
@@ -137554,9 +137555,9 @@ item_db: (
Id: 19022
AegisName: "Floating_Stone_Of_Int"
Name: "Floating Stone Of Intelligence"
- Type: 5
- Loc: 2048
- View: 1230
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1230
OnEquipScript: <" sc_start SC_FSTONE, -1, 0; ">
OnUnequipScript: <" sc_end SC_FSTONE; ">
},
@@ -137564,12 +137565,12 @@ item_db: (
Id: 19023
AegisName: "Queen_Scaraba_Crown"
Name: "Queen Scaraba Crown"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 1500
Slots: 1
- Loc: 257
+ Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
EquipLv: 70
- View: 1231
+ ViewSprite: 1231
Script: <"
bonus bDefRate,-50;
bonus bMdefRate,-50;
@@ -137581,13 +137582,13 @@ item_db: (
Id: 19024
AegisName: "Protect_Feathers"
Name: "Protect Feathers"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 70
Refine: false
- View: 1232
+ ViewSprite: 1232
Script: <"
bonus bMdef,2;
bonus2 bAddRaceTolerance,RC_DemiPlayer,2;
@@ -137606,13 +137607,13 @@ item_db: (
Id: 19025
AegisName: "Puppy_Ears_Hat_"
Name: "Puppy Ears Hat"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 3
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 10
- View: 827
+ ViewSprite: 827
Script: <"
bonus bMdef,3;
bonus2 bMagicAddRace,RC_Brute,5;
@@ -137625,14 +137626,14 @@ item_db: (
Id: 19026
AegisName: "Aegir_Helm"
Name: "Aegir Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 800
Def: 10
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 110
- View: 870
+ ViewSprite: 870
Script: <"
bonus bVit, 3;
bonus bUnbreakableHelm, 0;
@@ -137642,11 +137643,11 @@ item_db: (
Id: 19027
AegisName: "Type_10_Glasses"
Name: "Type-10 Glasses"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
- View: 1237
+ ViewSprite: 1237
Script: <"
bonus2 bMagicAddRace,RC_Brute,4;
bonus2 bAddRaceTolerance,RC_Brute,5;
@@ -137656,11 +137657,11 @@ item_db: (
Id: 19028
AegisName: "Devils_Minion"
Name: "Devil's Minion"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 40
- View: 1036
+ ViewSprite: 1036
Script: <"
skill AM_POTIONPITCHER,3;
">
@@ -137669,10 +137670,10 @@ item_db: (
Id: 19029
AegisName: "Alice_Friesinger_Hat_69"
Name: "Alice Friesinger Hat 69"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 300
- Loc: 256
- View: 1249
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1249
Script: <"
bonus2 bAddRace,RC_Boss,15;
">
@@ -137681,14 +137682,14 @@ item_db: (
Id: 19031
AegisName: "Fallen_Angel_Blessing"
Name: "Fallen Angel Blessing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 1250
+ ViewSprite: 1250
Script: <"
bonus2 bAddRaceTolerance,RC_Angel,5;
bonus2 bAddRace,RC_Angel,3;
@@ -137698,12 +137699,12 @@ item_db: (
Id: 19041
AegisName: "Black_Fairy_Ears"
Name: "Black Fairy Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
- View: 498
+ ViewSprite: 498
Script: <"
bonus2 bAddRaceTolerance,RC_Demon,5;
bonus2 bMagicAddRace,RC_Demon,4;
@@ -137713,14 +137714,14 @@ item_db: (
Id: 19042
AegisName: "Maneater_Flower_Hat_"
Name: "Maneater Flower Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 852
+ ViewSprite: 852
Script: <"
bonus bMdef,5;
bonus2 bSPDrainValueRace,RC_Insect,5;
@@ -137731,7 +137732,7 @@ item_db: (
Id: 19043
AegisName: "Goibnes_Helmet_"
Name: "Goibne's Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 10
@@ -137740,9 +137741,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 54
- View: 258
+ ViewSprite: 258
Script: <"
bonus bVit,3;
bonus bMdef,3;
@@ -137752,7 +137753,7 @@ item_db: (
Id: 19044
AegisName: "Morriganes_Helm_"
Name: "Morrigane's Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 30000
Weight: 500
Def: 8
@@ -137761,9 +137762,9 @@ item_db: (
All: true
Novice: false
}
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 61
- View: 257
+ ViewSprite: 257
Script: <"
bonus bLuk,2;
bonus bBaseAtk,3;
@@ -137773,12 +137774,12 @@ item_db: (
Id: 19045
AegisName: "Blue_Ears_Accessory"
Name: "Blue Ears Accessory"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
- View: 1186
+ ViewSprite: 1186
Script: <"
bonus2 bMagicAddRace,RC_Angel,4;
bonus2 bAddRaceTolerance,RC_Angel,5;
@@ -137788,7 +137789,7 @@ item_db: (
Id: 19046
AegisName: "Poisonous_Man"
Name: "Poisonous Man"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 16
Slots: 1
@@ -137811,8 +137812,8 @@ item_db: (
Kagerou: true
Rebellion: true
}
- Upper: 58
- Loc: 4
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 70
Script: <"
bonus2 bAddEff,Eff_Poison,200;
@@ -137825,14 +137826,14 @@ item_db: (
Id: 19047
AegisName: "Angeling_Furhat"
Name: "Angeling Furhat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 5
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 20
- View: 953
+ ViewSprite: 953
Script: <"
bonus bMdef,5;
bonus2 bSPDrainValueRace,RC_Angel,5;
@@ -137845,13 +137846,13 @@ item_db: (
Id: 19051
AegisName: "Warrior_Moon_Cat_Hat"
Name: "Warrior Moon Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 1308
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1308
Trade: {
nodrop: true
notrade: true
@@ -137871,13 +137872,13 @@ item_db: (
Id: 19053
AegisName: "Fighter_Moon_Cat_Hat"
Name: "Fighter Moon Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 5
Slots: 1
- Loc: 256
- View: 1308
+ Loc: "EQP_HEAD_TOP"
+ ViewSprite: 1308
Trade: {
nodrop: true
notrade: true
@@ -137897,11 +137898,11 @@ item_db: (
Id: 19080
AegisName: "Nettie_Heart_Bubblegum"
Name: "Nettie Heart Bubblegum"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
- Loc: 1
- View: 720
+ Loc: "EQP_HEAD_LOW"
+ ViewSprite: 720
Trade: {
nogstorage: true
nomail: true
@@ -137912,14 +137913,14 @@ item_db: (
Id: 19081
AegisName: "Faceworm_Egg_Shell"
Name: "Faceworm Egg Shell"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 2
Slots: 1
- Loc: 256
+ Loc: "EQP_HEAD_TOP"
EquipLv: 30
- View: 1308
+ ViewSprite: 1308
Script: <"
bonus bHit,20;
/*
@@ -137960,14 +137961,14 @@ item_db: (
Id: 19085
AegisName: "Sigruns_Wing_"
Name: "Sigrun's Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 2
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 568
+ ViewSprite: 568
Script: <"
if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) {
bonus bAspd,1;
@@ -137990,15 +137991,15 @@ item_db: (
Id: 19086
AegisName: "Robo_Eye_"
Name: "Robo Eye"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Def: 2
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
EquipLv: 10
Refine: false
- View: 345
+ ViewSprite: 345
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRace, RC_All, 1;
@@ -138010,13 +138011,13 @@ item_db: (
Id: 19087
AegisName: "Angel_Spirit_"
Name: "Angel Spirit"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 200
Slots: 1
- Loc: 512
+ Loc: "EQP_HEAD_MID"
Refine: false
- View: 394
+ ViewSprite: 394
Script: <"
bonus bStr,1;
bonus bHit,8;
@@ -138028,88 +138029,88 @@ item_db: (
Id: 19500
AegisName: "T_Mr_Smile"
Name: "Costume Mr. Smile"
- Type: 5
- Loc: 6144
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 65
+ ViewSprite: 65
Script: <" bonus bStr,2; ">
},
{
Id: 19501
AegisName: "T_Spinx_Helm"
Name: "Costume Sphinx Hat"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 5120
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 137
+ ViewSprite: 137
},
{
Id: 19502
AegisName: "T_Goggle"
Name: "Costume Goggles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 3072
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
Refine: false
- View: 1
+ ViewSprite: 1
},
{
Id: 19503
AegisName: "T_Munak_Hat"
Name: "Costume Munak Hat"
- Type: 5
- Loc: 7168
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 51
+ ViewSprite: 51
},
{
Id: 19504
AegisName: "T_Sunglasses"
Name: "Costume Sunglasses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 12
+ ViewSprite: 12
},
{
Id: 19505
AegisName: "T_Cigarette"
Name: "Costume Cigarette"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
Refine: false
- View: 54
+ ViewSprite: 54
},
{
Id: 19506
AegisName: "T_Valkyrie_Feather_Band"
Name: "Costume Valkyrie Feather Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
- View: 300
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 300
},
{
Id: 19507
AegisName: "Fine_Sun"
Name: "Costume Shining Sun"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 654
+ ViewSprite: 654
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19508
AegisName: "T_Gemmed_Sallet"
Name: "Costume Gemmed Sallet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
Script: <" bonus bUnbreakableHelm,0; ">
},
@@ -138117,165 +138118,165 @@ item_db: (
Id: 19509
AegisName: "Butterfly_Wing_Ear"
Name: "Costume Yellow Butterfly Wings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 695
+ ViewSprite: 695
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19510
AegisName: "Nut_On_Head"
Name: "Costume Bolt Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 696
+ ViewSprite: 696
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19511
AegisName: "Heart_Eye_Patch1"
Name: "Costume Heart Blue Eyebandge"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 697
+ ViewSprite: 697
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19512
AegisName: "Heart_Eye_Patch2"
Name: "Costume Heart Pink Eyebandge"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 698
+ ViewSprite: 698
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19513
AegisName: "Chicken_Beak"
Name: "Costume Chicken Beak"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
Refine: false
- View: 699
+ ViewSprite: 699
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19514
AegisName: "Charlie_Beard"
Name: "Costume Old Timey Mustache"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
Refine: false
- View: 700
+ ViewSprite: 700
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19515
AegisName: "Yellow_Hat"
Name: "Costume Yellow Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 701
+ ViewSprite: 701
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19516
AegisName: "Singing_Bird"
Name: "Costume Singing Bird"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 702
+ ViewSprite: 702
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19517
AegisName: "Cocks_Comb"
Name: "Costume Rooster's Comb"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 703
+ ViewSprite: 703
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19518
AegisName: "Rainbow"
Name: "Costume Rainbow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 704
+ ViewSprite: 704
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19519
AegisName: "Lightning_Cloud"
Name: "Costume Lightning Cloud"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 688
+ ViewSprite: 688
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19520
AegisName: "Rain_Cloud"
Name: "Costume Rain Cloud"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 705
+ ViewSprite: 705
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19521
AegisName: "Charlie_Hat"
Name: "Costume Old Timey Derby"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 706
+ ViewSprite: 706
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19522
AegisName: "Mini_Crown1"
Name: "Costume Mini Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 707
+ ViewSprite: 707
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19523
AegisName: "Donation_Ribbon"
Name: "Costume Green Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 244
+ ViewSprite: 244
Trade: {
nodrop: true
notrade: true
@@ -138291,66 +138292,66 @@ item_db: (
Id: 19524
AegisName: "C_Green_Feeler"
Name: "Costume Green Tentacles"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 85
+ ViewSprite: 85
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19525
AegisName: "C_Jack_A_Dandy"
Name: "Costume Jack be Dandy"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 58
+ ViewSprite: 58
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19526
AegisName: "C_Helm"
Name: "Costume Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 40
+ ViewSprite: 40
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19527
AegisName: "C_Sharp_Gear"
Name: "Costume Spiky Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 43
+ ViewSprite: 43
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19528
AegisName: "C_Iron_Cane"
Name: "Costume Iron Kane"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
Refine: false
- View: 53
+ ViewSprite: 53
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19529
AegisName: "C_Angelic_Chain"
Name: "Costume Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 38
+ ViewSprite: 38
Script: <"
bonus bUnbreakableHelm,0;
bonus bVit,1;
@@ -138361,11 +138362,11 @@ item_db: (
Id: 19530
AegisName: "C_Wild_Rose"
Name: "Costume Wild Rose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 541
+ ViewSprite: 541
Script: <"
bonus bUnbreakableHelm,0;
bonus bAtk,2;
@@ -138376,10 +138377,10 @@ item_db: (
Id: 19531
AegisName: "C_Cube_Mask"
Name: "Costume Cube Mask"
- Type: 5
- Loc: 6144
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 472
+ ViewSprite: 472
Trade: {
nodrop: true
notrade: true
@@ -138395,11 +138396,11 @@ item_db: (
Id: 19532
AegisName: "C_Red_Bunny_Band"
Name: "Costume Red Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 640
+ ViewSprite: 640
Trade: {
nodrop: true
notrade: true
@@ -138418,11 +138419,11 @@ item_db: (
Id: 19533
AegisName: "C_Spore_Hat"
Name: "Costume Spore Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 114
+ ViewSprite: 114
Script: <"
bonus bUnbreakableHelm,0;
bonus bVit,1;
@@ -138433,10 +138434,10 @@ item_db: (
Id: 19534
AegisName: "C_Tha_Despero_Mask"
Name: "Costume Despero of Thanatos"
- Type: 5
- Loc: 6144
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 693
+ ViewSprite: 693
Script: <"
bonus bAtkRate,1;
bonus bMatkRate,1;
@@ -138447,11 +138448,11 @@ item_db: (
Id: 19535
AegisName: "C_Sinsuncho_Hat"
Name: "Costume Sinsuncho Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 730
+ ViewSprite: 730
Script: <"
bonus bUnbreakableHelm,0;
bonus bStr,1;
@@ -138462,11 +138463,11 @@ item_db: (
Id: 19536
AegisName: "C_Rose_Corsage"
Name: "Costume Rose RJC Cathusa"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 533
+ ViewSprite: 533
Script: <"
bonus bUnbreakableHelm,0;
bonus bInt,1;
@@ -138477,44 +138478,44 @@ item_db: (
Id: 19537
AegisName: "C_Gryphon_Hat"
Name: "Costume Gryphon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 591
+ ViewSprite: 591
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19538
AegisName: "Full_Moon"
Name: "Costume Full Moon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 780
+ ViewSprite: 780
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19539
AegisName: "C_Reginleif_Hairband"
Name: "Costume Hairband Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 3072
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
Refine: false
- View: 468
+ ViewSprite: 468
Script: <" bonus bAllStats,1; ">
},
{
Id: 19540
AegisName: "C_Rabbit_Earplug"
Name: "Costume Bunny Ear Costume"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 3072
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
Refine: false
- View: 515
+ ViewSprite: 515
Script: <"
bonus bAgi,1;
bonus bFlee,2;
@@ -138524,11 +138525,11 @@ item_db: (
Id: 19541
AegisName: "C_Romantic_White_Flower"
Name: "Costume White Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
Refine: false
- View: 259
+ ViewSprite: 259
Script: <"
bonus bHit,1;
bonus bUnbreakableHelm,0;
@@ -138538,11 +138539,11 @@ item_db: (
Id: 19542
AegisName: "C_Devil_Whisper"
Name: "Costume Devil's Whisper"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 712
+ ViewSprite: 712
Script: <"
bonus bUnbreakableHelm,0;
bonus2 bAddRaceTolerance,RC_Angel,1;
@@ -138555,1806 +138556,1806 @@ item_db: (
Id: 19543
AegisName: "Oliver_Wolf_Hood"
Name: "Costume Oliver Wolf Hood"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 70
- View: 849
+ ViewSprite: 849
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19544
AegisName: "C_Tare_Neko_Cru"
Name: "Costume Drooping Neko Crew Costume"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 692
+ ViewSprite: 692
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19545
AegisName: "C_Boys_Cap"
Name: "Costume Boy's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 100
Refine: false
- View: 102
+ ViewSprite: 102
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19546
AegisName: "C_Valkyrie_Helm"
Name: "Costume Valkyrie Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 100
Refine: false
- View: 225
+ ViewSprite: 225
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19547
AegisName: "C_Deviruchi_Cap"
Name: "Costume Deviruchi Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 100
Refine: false
- View: 123
+ ViewSprite: 123
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19548
AegisName: "C_Frog_Cap"
Name: "Costume Frog Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 100
Refine: false
- View: 448
+ ViewSprite: 448
OnEquipScript: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19549
AegisName: "C_Magestic_Goat"
Name: "Costume Majestic Goat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 100
Refine: false
- View: 41
+ ViewSprite: 41
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19550
AegisName: "C_Blush"
Name: "Costume Blush"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
EquipLv: 100
Refine: false
- View: 125
+ ViewSprite: 125
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19551
AegisName: "C_Elven_Ears"
Name: "Costume Elven Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
EquipLv: 100
Refine: false
- View: 73
+ ViewSprite: 73
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19552
AegisName: "C_Centimental_Flower"
Name: "Costume Romantic Flower"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
EquipLv: 100
Refine: false
- View: 56
+ ViewSprite: 56
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19553
AegisName: "C_Assassin_Mask_"
Name: "Costume Assassin Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 4096
+ Loc: "EQP_COSTUME_HEAD_LOW"
EquipLv: 100
Refine: false
- View: 180
+ ViewSprite: 180
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19554
AegisName: "C_Hahoe_Mask"
Name: "Costume Hahoe Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 6144
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 230
+ ViewSprite: 230
},
{
Id: 19555
AegisName: "C_Crescent_Helm"
Name: "Costume Crescent Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 3072
- View: 213
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 213
},
{
Id: 19556
AegisName: "C_Kabuki_Mask"
Name: "Costume Kabuki Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 7168
- View: 214
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 214
},
{
Id: 19557
AegisName: "C_Ayothaya_Hat"
Name: "Costume Ayothaya Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 334
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 334
},
{
Id: 19558
AegisName: "C_Raven_Cap"
Name: "Costume Raven Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 524
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 524
},
{
Id: 19559
AegisName: "C_B_Dragon_Hat"
Name: "Costume Baby Dragon Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 525
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 525
},
{
Id: 19560
AegisName: "C_Quati_Hat"
Name: "Costume Kwati Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 527
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 527
},
{
Id: 19561
AegisName: "C_Tucan_Hat"
Name: "Costume Tucan Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 528
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 528
},
{
Id: 19562
AegisName: "C_Jaguar_Mask"
Name: "Costume Jaguar Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 7168
- View: 530
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 530
},
{
Id: 19563
AegisName: "C_Dragon_Arhat_Mask"
Name: "Costume Dragon Arhat Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 6144
- View: 545
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 545
},
{
Id: 19564
AegisName: "C_Tiger_Arhat_Mask"
Name: "Costume Tiger Arhat Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 6144
- View: 546
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 546
},
{
Id: 19565
AegisName: "C_Chung_Hairband"
Name: "Costume Dynasty Decoration"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 583
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 583
},
{
Id: 19566
AegisName: "C_Samurai_Mask"
Name: "Costume Samurai Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 4096
- View: 644
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 644
},
{
Id: 19567
AegisName: "C_Hatah_Black"
Name: "Costume Hatah Black"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 7168
- View: 676
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 676
},
{
Id: 19568
AegisName: "C_Horn_Of_The_Ancient"
Name: "Costume Ancient Horn"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 757
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 757
},
{
Id: 19569
AegisName: "C_Sprout_Hat"
Name: "Costume Sprout Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 758
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 758
},
{
Id: 19570
AegisName: "C_Mercury_Helm"
Name: "Costume Mercury Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 759
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 759
},
{
Id: 19571
AegisName: "C_White_Musang_Hat"
Name: "Costume White Musang Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 770
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 770
},
{
Id: 19572
AegisName: "C_Black_Musang_Hat"
Name: "Costume Black Musang Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 771
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 771
},
{
Id: 19573
AegisName: "C_Heart_Wing_Hairband"
Name: "Costume Heart Wing Hairband"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 733
+ ViewSprite: 733
},
{
Id: 19574
AegisName: "C_Lord_of_Death"
Name: "Costume Lord Of Death Helm"
- Type: 5
- Loc: 3072
- View: 742
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 742
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19575
AegisName: "C_Rising_Black_Dragon"
Name: "Costume Ascension Black Dragon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 863
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 863
},
{
Id: 19576
AegisName: "C_Tare_Pope"
Name: "Costume Tare Popedoll"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 817
+ ViewSprite: 817
},
{
Id: 19577
AegisName: "10th_Anni_Poring_Hat"
Name: "Costume 10th Poring Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 874
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 874
},
{
Id: 19579
AegisName: "C_Red_Wing_Hat"
Name: "Costume Red Wind Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 613
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 613
},
{
Id: 19580
AegisName: "C_Sphinx_Helm"
Name: "Costume Sphinx Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 137
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 137
},
{
Id: 19581
AegisName: "C_Adventurers_Hat"
Name: "Costume Adventurer's Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 891
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 891
},
{
Id: 19582
AegisName: "C_Cowboy_Hat"
Name: "Costume Cowboy Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 411
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 411
},
{
Id: 19583
AegisName: "C_Gangster_Patch"
Name: "Costume Zorro Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 2048
- View: 50
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 50
},
{
Id: 19584
AegisName: "C_Dagger_In_Mouth"
Name: "Costume Dagger In Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 4096
- View: 327
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 327
},
{
Id: 19585
AegisName: "C_Feather_Beret"
Name: "Costume Feather Beret"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 224
+ ViewSprite: 224
},
{
Id: 19586
AegisName: "C_Pink_Bunny_Band_J"
Name: "Costume Pink Bunny Hair Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 100
Sell: 50
- Upper: 2
- Loc: 1024
- View: 898
+ Upper: "ITEMUPPER_UPPER"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 898
},
{
Id: 19587
AegisName: "C_King_Poring_Hat"
Name: "Costume King Poring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 905
+ ViewSprite: 905
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 19589
AegisName: "C_Fallen_Angel_Lost_J"
Name: "C Fallen Angel Lost J"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 907
+ ViewSprite: 907
},
{
Id: 19596
AegisName: "C_Flying_Angel"
Name: "Costume Flapping Angel Wing"
- Type: 5
- Loc: 1024
- View: 264
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 264
},
{
Id: 19597
AegisName: "C_Magic_Eyes"
Name: "Costume Magic Eyes"
- Type: 5
- Loc: 1024
- View: 209
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 209
},
{
Id: 19598
AegisName: "C_Wondering_Wolf_Helm"
Name: "Costume Wandering Wolf Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 490
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 490
},
{
Id: 19599
AegisName: "C_Imp_Hat"
Name: "Costume Imp Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 589
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 589
},
{
Id: 19600
AegisName: "Drooping_Kiehl"
Name: "Costume Drooping Kiehl"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 400
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
EquipLv: 30
Refine: false
- View: 909
+ ViewSprite: 909
},
{
Id: 19601
AegisName: "Drooping_Aliot"
Name: "Costume Drooping Aliot"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 910
+ ViewSprite: 910
},
{
Id: 19602
AegisName: "C_Invisible_Cap"
Name: "Costume Invisible Cap"
- Type: 5
- Loc: 4096
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
},
{
Id: 19603
AegisName: "C_Invisible_Sunglasses"
Name: "Costume Koneko Hat"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 378
+ ViewSprite: 378
},
{
Id: 19604
AegisName: "C_Invisible_Mask"
Name: "Costume Invisible Mask"
- Type: 5
- Loc: 4096
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
},
{
Id: 19605
AegisName: "C_Gang_Scarf"
Name: "Costume Gang Scarf"
- Type: 5
- Loc: 4096
- View: 369
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 369
},
{
Id: 19606
AegisName: "C_Ninja_Scroll"
Name: "Costume Ninja Scroll"
- Type: 5
- Loc: 4096
- View: 370
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 370
},
{
Id: 19607
AegisName: "C_Love_Chick_Hat"
Name: "Costume Chicken Love Hat"
- Type: 5
- Loc: 1024
- View: 500
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 500
},
{
Id: 19608
AegisName: "C_Chick_Hat"
Name: "Costume Chick Hat"
- Type: 5
- Loc: 1024
- View: 311
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 311
},
{
Id: 19609
AegisName: "C_Red_Glasses"
Name: "Costume Red Glasses"
- Type: 5
- Loc: 2048
- View: 316
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 316
},
{
Id: 19610
AegisName: "C_Whisper_Mask"
Name: "Costume Whisper Mask"
- Type: 5
- Loc: 7168
- View: 321
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 321
},
{
Id: 19611
AegisName: "C_Pecopeco_Wing_Ears"
Name: "Costume Peco Ears"
- Type: 5
- Loc: 2048
- View: 366
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 366
},
{
Id: 19612
AegisName: "C_Headset_OST"
Name: "Costume Note Headphone"
- Type: 5
- Loc: 3072
- View: 220
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 220
},
{
Id: 19613
AegisName: "C_Valkyrie_Feather_Band"
Name: "Costume Valkyrie Feather Band"
- Type: 5
- Loc: 1024
- View: 300
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 300
},
{
Id: 19614
AegisName: "C_Super_Novice_Hat"
Name: "Costume Super Novice Hat"
- Type: 5
- Loc: 1024
- View: 193
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 193
},
{
Id: 19615
AegisName: "C_Loki_Mask"
Name: "Costume Loki Mask"
- Type: 5
- Loc: 6144
- View: 346
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 346
},
{
Id: 19616
AegisName: "C_Wickebines_Black_Cat_Ears"
Name: "Costume Wickebine's Black Cat Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 368
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 368
},
{
Id: 19617
AegisName: "C_Puppy_Headband"
Name: "Costume Puppy Headband"
- Type: 5
- Loc: 1024
- View: 199
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 199
},
{
Id: 19619
AegisName: "C_Corsair"
Name: "Costume Corsair"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 105
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 105
},
{
Id: 19620
AegisName: "C_Detective_Hat"
Name: "Costume Detective Hat"
- Type: 5
- Loc: 1024
- View: 189
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 189
},
{
Id: 19621
AegisName: "C_Ear_Of_Devils_Wing"
Name: "Costume Evil Wing Ears"
- Type: 5
- Loc: 2048
- View: 152
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 152
},
{
Id: 19622
AegisName: "C_Crescent_Hairpin"
Name: "Costume Crescent Hairpin"
- Type: 5
- Loc: 1024
- View: 132
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 132
},
{
Id: 19623
AegisName: "C_Bijofnil_Wings"
Name: "Costume Bijofnil Wings"
- Type: 5
- Loc: 1024
- View: 477
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 477
},
{
Id: 19624
AegisName: "C_Round_Eyes"
Name: "Costume Blank Eyes"
- Type: 5
- Loc: 2048
- View: 185
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 185
},
{
Id: 19625
AegisName: "C_Bunny_Band"
Name: "Costume Refined Bunny Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 15
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 15
},
{
Id: 19627
AegisName: "C_Satellite_Hairband"
Name: "Costume Satellite Hairband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Slots: 1
- Loc: 1024
- View: 266
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 266
},
{
Id: 19628
AegisName: "C_Headset"
Name: "Costume Headset"
- Type: 5
- Loc: 1024
- View: 97
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 97
},
{
Id: 19629
AegisName: "C_Tiara"
Name: "Costume Tiara"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
- View: 19
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 19
},
{
Id: 19630
AegisName: "C_Crown"
Name: "Costume Crown"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 45
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 45
},
{
Id: 19631
AegisName: "C_Poring_Fedora_Hat"
Name: "Costume Poring Fedora Hat"
- Type: 5
- Loc: 1024
- View: 919
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 919
},
{
Id: 19632
AegisName: "C_Hat"
Name: "Costume Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 16
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 16
},
{
Id: 19633
AegisName: "C_Flower_Hairband"
Name: "Costume Flower Band"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 5
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 5
},
{
Id: 19634
AegisName: "C_Flu_Mask"
Name: "Costume Flu Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 8
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 8
},
{
Id: 19635
AegisName: "C_Mini_Propeller"
Name: "Costume Mini Propeller"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 46
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 46
},
{
Id: 19636
AegisName: "C_Pierrot_Nose"
Name: "Costume Clown Nose"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 49
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 49
},
{
Id: 19637
AegisName: "C_Nurse_Cap"
Name: "Costume Nurse Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 64
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 64
},
{
Id: 19638
AegisName: "C_Mr_Smile"
Name: "Costume Mr Smile"
- Type: 5
- Loc: 6144
- View: 65
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 65
},
{
Id: 19639
AegisName: "C_Sahkkat"
Name: "Costume Sakkat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 67
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 67
},
{
Id: 19640
AegisName: "C_Charming_Ribbon"
Name: "Costume Charming Ribbon"
- Type: 5
- Loc: 1024
- View: 211
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 211
},
{
Id: 19641
AegisName: "C_Helm_of_Darkness"
Name: "Costume Helm of Darkness"
- Type: 5
- Loc: 3072
- View: 233
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 233
},
{
Id: 19642
AegisName: "C_Moonlight_Flower_Hat"
Name: "Costume Moonlight Flower Hat"
- Type: 5
- Loc: 3072
- View: 268
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 268
},
{
Id: 19643
AegisName: "C_Whikebain_Ears"
Name: "Costume Wickebine Ears"
- Type: 5
- Loc: 1024
- View: 368
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 368
},
{
Id: 19644
AegisName: "C_Takius_Blindfold"
Name: "Costume Takius Blindfold"
- Type: 5
- Loc: 2048
- View: 184
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 184
},
{
Id: 19645
AegisName: "C_Chinese_Crown_"
Name: "Costume Phoenix Crown"
- Type: 5
- Loc: 3072
- View: 221
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 221
},
{
Id: 19646
AegisName: "C_Ramen_Hat"
Name: "Costume Ramen Hat"
- Type: 5
- Loc: 1024
- View: 271
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 271
},
{
Id: 19647
AegisName: "C_Red_Deviruchi_Cap"
Name: "Costume Red Deviruchi Hat"
- Type: 5
- Loc: 1024
- View: 271
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 271
},
{
Id: 19648
AegisName: "C_Fallen_Leaves"
Name: "Costume Autumn Leaves"
- Type: 5
- Loc: 1024
- View: 241
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 241
},
{
Id: 19649
AegisName: "C_White_Baby_Cat_Ears"
Name: "Costume White Kitten Ears"
- Type: 5
- Loc: 1024
- View: 926
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 926
},
{
Id: 19650
AegisName: "C_Rainbow_Feather_Deco"
Name: "Costume Five Colored Feathers"
- Type: 5
- Loc: 1024
- View: 934
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 934
},
{
Id: 19651
AegisName: "C_RWC_Shouting_Mouth"
Name: "Costume RWC Shouting Mouth"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
Sell: 500
- Upper: 2
- Loc: 4096
- View: 194
+ Upper: "ITEMUPPER_UPPER"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 194
},
{
Id: 19652
AegisName: "C_Rabbit_Magic_Hat"
Name: "Costume Rabbit Magic Hat"
- Type: 5
- Loc: 1024
- View: 497
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 497
},
{
Id: 19653
AegisName: "C_Marcher_Hat"
Name: "Costume Marcher Hat"
- Type: 5
- Loc: 1024
- View: 269
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 269
},
{
Id: 19654
AegisName: "C_J_Captain_Hat"
Name: "Costume Master's Hat"
- Type: 5
- Loc: 1024
- View: 367
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 367
},
{
Id: 19655
AegisName: "C_Tiraya_Bonnet"
Name: "C Tiraya Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 398
+ ViewSprite: 398
},
{
Id: 19656
AegisName: "C_Minstrel_Hat"
Name: "Costume Minstrel Hat"
- Type: 5
- Loc: 1024
- View: 240
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 240
},
{
Id: 19657
AegisName: "C_Captain_Hat"
Name: "Costume Captain Hat"
- Type: 5
- Loc: 1024
- View: 236
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 236
},
{
Id: 19658
AegisName: "C_Vacation_Hat"
Name: "Costume Vacation Hat"
- Type: 5
- Loc: 1024
- View: 315
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 315
},
{
Id: 19659
AegisName: "C_Gray_Fur_Hat"
Name: "Costume Brown Beanie"
- Type: 5
- Loc: 1024
- View: 279
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 279
},
{
Id: 19660
AegisName: "C_Coppola"
Name: "Costume Coppola"
- Type: 5
- Loc: 1024
- View: 252
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 252
},
{
Id: 19661
AegisName: "C_Sweet_Bonnet"
Name: "Costume Sweet Bonnet"
- Type: 5
- Loc: 1024
- View: 938
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 938
},
{
Id: 19662
AegisName: "C_Magician_Hat"
Name: "Costume Magician Hat"
- Type: 5
- Loc: 1024
- View: 130
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 130
},
{
Id: 19663
AegisName: "Wishing_Sky_Lantern"
Name: "Costume Wish Lamp"
- Type: 5
- Loc: 1024
- View: 947
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 947
},
{
Id: 19664
AegisName: "C_Campus_Festival"
Name: "Costume Campus Festival"
- Type: 5
- Loc: 1024
- View: 721
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 721
},
{
Id: 19665
AegisName: "C_Poring_Cake_Hat"
Name: "Costume Poring Cake Hat"
- Type: 5
- Loc: 1024
- View: 417
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 417
},
{
Id: 19666
AegisName: "C_Cookie_Hat"
Name: "Costume Cookie Hat"
- Type: 5
- Loc: 1024
- View: 217
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 217
},
{
Id: 19667
AegisName: "C_Dragon_Helm"
Name: "Costume Dragon Helm"
- Type: 5
- Loc: 1024
- View: 464
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 464
},
{
Id: 19668
AegisName: "C_Wind_Milestone"
Name: "Costume Wind Milestone"
- Type: 5
- Loc: 1024
- View: 463
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 463
},
{
Id: 19669
AegisName: "C_Reginleif_Hairband_"
Name: "Costume Reginrev's Wings"
- Type: 5
- Loc: 2048
- View: 468
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 468
},
{
Id: 19670
AegisName: "C_Southern_Cross"
Name: "Costume Southern Cross"
- Type: 5
- Loc: 1024
- View: 601
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 601
},
{
Id: 19671
AegisName: "C_Piggie_Bank"
Name: "Costume Piggie Bank"
- Type: 5
- Loc: 1024
- View: 603
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 603
},
{
Id: 19672
AegisName: "C_Poring_Letter"
Name: "Costume Poring Letter"
- Type: 5
- Loc: 4096
- View: 604
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 604
},
{
Id: 19673
AegisName: "C_Benevolent_Guardian"
Name: "Costume Benevolent Guardian"
- Type: 5
- Loc: 3072
- View: 716
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 716
},
{
Id: 19674
AegisName: "C_Evil_Mask"
Name: "Costume Demon Mask"
- Type: 5
- Loc: 6144
- View: 714
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 714
},
{
Id: 19675
AegisName: "C_Jumping_Poring"
Name: "Costume Jumping Poring"
- Type: 5
- Loc: 1024
- View: 349
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 349
},
{
Id: 19676
AegisName: "C_Rainbow_Poring_Hat"
Name: "Costume Rainbow Poring Hat"
- Type: 5
- Loc: 1024
- View: 900
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 900
},
{
Id: 19677
AegisName: "C_Soulless_Wing"
Name: "Costume Soulless Wing"
- Type: 5
- Loc: 1024
- View: 301
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 301
},
{
Id: 19678
AegisName: "C_Bell_Ribbon"
Name: "Costume Bell Ribbon"
- Type: 5
- Loc: 1024
- View: 388
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 388
},
{
Id: 19679
AegisName: "C_Round_Eyes_J"
Name: "Costume Round Eyes J"
- Type: 5
- Loc: 2048
- View: 185
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 185
},
{
Id: 19680
AegisName: "C_Tongue_Mask"
Name: "Costume Tongue Mask"
- Type: 5
- Loc: 6144
- View: 253
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 253
},
{
Id: 19681
AegisName: "C_Silver_Tiara"
Name: "Costume Silver Tiara"
- Type: 5
- Loc: 1024
- View: 218
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 218
},
{
Id: 19682
AegisName: "C_Santa_Poring_Hat"
Name: "Costume SantaPoring Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 387
+ ViewSprite: 387
},
{
Id: 19683
AegisName: "C_Sweet_Candy"
Name: "Costume Sweet Candy"
- Type: 5
- Loc: 4096
- View: 414
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 414
},
{
Id: 19684
AegisName: "C_Happy_Wig"
Name: "Costume Happy Wig"
- Type: 5
- Loc: 1024
- View: 305
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 305
},
{
Id: 19685
AegisName: "C_ShineSantaPoring"
Name: "Costume Shine Stanta Poring"
- Type: 5
- Loc: 1024
- View: 981
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 981
},
{
Id: 19686
AegisName: "C_SantaHairband"
Name: "Costume Santa Doll Headband"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 964
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 964
},
{
Id: 19687
AegisName: "C_Lush_Rose"
Name: "Costume Fresh Roses"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 963
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 963
},
{
Id: 19688
AegisName: "C_RJC_Katusa"
Name: "Costume Katusa"
- Type: 5
- Loc: 1024
- View: 533
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 533
},
{
Id: 19689
AegisName: "C_Ati_Atihan_Hat"
Name: "Costume Ati Atihan"
- Type: 5
- Loc: 7168
- View: 303
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 303
},
{
Id: 19690
AegisName: "C_Dark_Snake_Lord_Hat_J"
Name: "Costume Dark Snake Lord Hat J"
- Type: 5
- Loc: 1024
- View: 372
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 372
},
{
Id: 19691
AegisName: "C_Blue_Ribbon"
Name: "Costume Blue Ribbon"
- Type: 5
- Loc: 1024
- View: 407
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 407
},
{
Id: 19692
AegisName: "C_Antique_Pipe_J"
Name: "Costume Antique Pipe J"
- Type: 5
- Loc: 4096
- View: 383
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 383
},
{
Id: 19693
AegisName: "C_Triple_Poring_Hat"
Name: "Costume Triple Poring Hat"
- Type: 5
- Loc: 1024
- View: 299
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 299
},
{
Id: 19694
AegisName: "C_Vane_Hairpin"
Name: "Costume Vane Hairpin"
- Type: 5
- Loc: 1024
- View: 313
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 313
},
{
Id: 19695
AegisName: "C_Kettle_Hat"
Name: "Costume Kettle Hat"
- Type: 5
- Loc: 1024
- View: 318
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 318
},
{
Id: 19696
AegisName: "C_Friend_Mochiring_Hat"
Name: "Costume Friend Mochiring Hat"
- Type: 5
- Loc: 1024
- View: 965
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 965
},
{
Id: 19697
AegisName: "C_Rudolph_Santa_Hat"
Name: "Costume Rudolph Santa Hat"
- Type: 5
- Loc: 1024
- View: 919
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 919
},
{
Id: 19698
AegisName: "C_Bf_Recruiter_Hat"
Name: "Costume Bf Recruiter Hat"
- Type: 5
- Loc: 1024
- View: 352
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 352
},
{
Id: 19699
AegisName: "C_Gf_Recruiter_Hat"
Name: "Costume Gf Recruiter Hat"
- Type: 5
- Loc: 1024
- View: 360
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 360
},
{
Id: 19700
AegisName: "C_RWC_Champ_Crown_2nd"
Name: "Costume RWC Champ Crown 2nd"
- Type: 5
- Loc: 1024
- View: 903
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 903
},
{
Id: 19701
AegisName: "C_Red_Bonnet"
Name: "Costumes Red Bonnet"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 190
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 190
},
{
Id: 19702
AegisName: "C_Santa_Hat_1"
Name: "Costume Twin Pompom By JB"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 390
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 390
},
{
Id: 19706
AegisName: "C_Red_Dress_Hat"
Name: "Costume Red Dress Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 670
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 670
},
{
Id: 19707
AegisName: "C_Polar_Bear_Cap"
Name: "Costume Polar Bear Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 966
+ ViewSprite: 966
},
{
Id: 19708
AegisName: "C_Withe_Snake_Hat"
Name: "Costume Withe Snake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 413
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 413
},
{
Id: 19709
AegisName: "C_Yellow_Ribbon"
Name: "Costume Yellow Ribbon"
- Type: 5
- Loc: 1024
- View: 310
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 310
},
{
Id: 19710
AegisName: "C_Wings_Of_Victory"
Name: "Costume Wings of Victory"
- Type: 5
- Loc: 1024
- View: 365
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 365
},
{
Id: 19712
AegisName: "C_Little_Angel_Doll"
Name: "Costume Little Angel Doll"
- Type: 5
- Loc: 1024
- View: 344
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 344
},
{
Id: 19713
AegisName: "C_Lucky_Clover"
Name: "Costume Lucky Clover"
- Type: 5
- Loc: 2048
- View: 571
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 571
},
{
Id: 19714
AegisName: "C_Lady_Tanee_Doll"
Name: "Costume Lady Tanee Doll"
- Type: 5
- Loc: 1024
- View: 520
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 520
},
{
Id: 19715
AegisName: "C_Scarf"
Name: "Costume Scarf"
- Type: 5
- Loc: 1024
- View: 343
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 343
},
{
Id: 19716
AegisName: "C_Alice_Doll"
Name: "Costume Alice Doll"
- Type: 5
- Loc: 1024
- View: 208
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 208
},
{
Id: 19717
AegisName: "C_Ribbon_Pink"
Name: "Costume Pink Ribbon"
- Type: 5
- Loc: 1024
- View: 245
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 245
},
{
Id: 19718
AegisName: "C_Gothic_Head_Dress"
Name: "Costume Gothic Head Dress"
- Type: 5
- Loc: 1024
- View: 978
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 978
},
{
Id: 19719
AegisName: "C_Coronet"
Name: "Costume Coronet"
- Type: 5
- Loc: 1024
- View: 33
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 33
},
{
Id: 19720
AegisName: "C_Romantic_Gent"
Name: "Costume Romantic Gent"
- Type: 5
- Loc: 1024
- View: 31
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 31
},
{
Id: 19721
AegisName: "C_Darkness_Helm"
Name: "Costume Darkness Helm"
- Type: 5
- Loc: 1024
- View: 586
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 586
},
{
Id: 19722
AegisName: "C_Black_Glasses"
Name: "Costume Black Glasses"
- Type: 5
- Loc: 2048
- View: 404
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 404
},
{
Id: 19723
AegisName: "C_Sacred_Torch_Coronet"
Name: "Costume Sacred Torch Coronet"
- Type: 5
- Loc: 1024
- View: 431
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 431
},
{
Id: 19724
AegisName: "C_Deprotai_Doll_Hat"
Name: "Costume Deprotai Doll"
- Type: 5
- Loc: 1024
- View: 354
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 354
},
{
Id: 19725
AegisName: "C_Bread_Bag2"
Name: "Costume Bread Bag2"
- Type: 5
- Loc: 7168
- View: 412
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 412
},
{
Id: 19726
AegisName: "C_Scarlet_Rose"
Name: "Costume Scarlet Rose"
- Type: 5
- Loc: 4096
- View: 534
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 534
},
{
Id: 19727
AegisName: "C_Deviling_Hat"
Name: "Costume Deviling Hat"
- Type: 5
- Loc: 1024
- View: 298
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 298
},
{
Id: 19728
AegisName: "C_Tare_Zonda"
Name: "Costume Tare Zonda"
- Type: 5
- Loc: 1024
- View: 985
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 985
},
{
Id: 19729
AegisName: "C_Neko_Mimi_Kafra"
Name: "Costume Neko Mimi Kafra"
- Type: 5
- Loc: 1024
- View: 392
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 392
},
{
Id: 19730
AegisName: "C_Snake_Hat"
Name: "C Snake Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 986
+ ViewSprite: 986
},
{
Id: 19731
AegisName: "C_Satanic_Chain"
Name: "Costume Evolved Evil Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 39
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 39
},
{
Id: 19732
AegisName: "C_Goblin_Mask_04"
Name: "Costume Goblin Leader Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 6144
- View: 174
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 174
},
{
Id: 19733
AegisName: "C_Panda_Cap"
Name: "Costume Panda Hat"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 115
+ ViewSprite: 115
},
{
Id: 19734
AegisName: "C_Binoculars"
Name: "Costume Binoculars"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 2048
- View: 83
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 83
},
{
Id: 19735
AegisName: "C_Fin_Helm"
Name: "Costume Fin Helm"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 2048
- View: 100
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 100
},
{
Id: 19736
AegisName: "C_Gas_Mask"
Name: "Costume Gas Mask"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 6144
- View: 91
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 91
},
{
Id: 19737
AegisName: "C_Corsair_K"
Name: "Costume Refined Corsair"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 105
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 105
},
{
Id: 19738
AegisName: "C_Detective_Hat_K"
Name: "Costume Renown Detective's Cap"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 189
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 189
},
{
Id: 19739
AegisName: "C_Sleeping_Kitty_Cat"
Name: "Costume Sleeping Cat Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 1024
- View: 838
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 838
},
{
Id: 19741
AegisName: "C_Majestic_Devil_Horns"
Name: "Costume Majestic Devil Horns"
- Type: 5
- Loc: 1024
- View: 562
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 562
},
{
Id: 19742
AegisName: "C_Small_Golden_Wings"
Name: "Costume Small Golden Wings"
- Type: 5
- Loc: 2048
- View: 724
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 724
Script: <" bonus2 bExpAddRace, RC_All, 1; ">
},
{
Id: 19743
AegisName: "C_Anubis_Helm_J"
Name: "Costume Anubis Helm J"
- Type: 5
- Loc: 1024
- View: 485
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 485
},
{
Id: 19744
AegisName: "C_Black_Tail_Ribbon"
Name: "Costume Black Tail Ribbon"
- Type: 5
- Loc: 1024
- View: 642
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 642
},
{
Id: 19745
AegisName: "C_Holy_Marching_Hat_J"
Name: "Costume Holy Marching Hat J"
- Type: 5
- Loc: 1024
- View: 587
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 587
},
{
Id: 19746
AegisName: "C_Cap_Of_Blindness"
Name: "Costume Executioner Hood"
- Type: 5
- Loc: 7168
- View: 326
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 326
},
{
Id: 19747
AegisName: "C_Tha_Despero_Mask_J"
Name: "Costume Tha Despero Mask J"
- Type: 5
- Loc: 6144
- View: 693
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 693
},
{
Id: 19748
AegisName: "C_Diadem"
Name: "Costume Diadem"
- Type: 5
- Loc: 3072
- View: 335
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 335
},
{
Id: 19749
AegisName: "C_Gold_Spirit_Chain"
Name: "Costume Gold Spirit Chain"
- Type: 5
- Loc: 1024
- View: 260
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 260
},
{
Id: 19750
AegisName: "C_Saint_Frill_Ribbon"
Name: "Costume Saint Frill Ribbon"
- Type: 5
- Loc: 1024
- View: 987
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 987
},
{
Id: 19751
AegisName: "C_Light_Darkness_Crown"
Name: "Costume Light Darkness Crown"
- Type: 5
- Loc: 1024
- View: 988
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 988
},
{
Id: 19752
AegisName: "C_Shelter_Wing_Ears"
Name: "Costume Shelter Wing Ears"
- Type: 5
- Loc: 2048
- View: 990
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 990
},
{
Id: 19753
AegisName: "C_Celestial_Hat"
Name: "Costume Celestial Hat"
- Type: 5
- Loc: 1024
- View: 462
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 462
},
{
Id: 19754
AegisName: "C_Good_Wedding_Veil"
Name: "Costume Good Wedding Veil"
- Type: 5
- Loc: 3072
- View: 489
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 489
},
{
Id: 19755
AegisName: "C_YinYang_Earring"
Name: "Costume YinYang Earring"
- Type: 5
- Loc: 2048
- View: 744
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 744
},
{
Id: 19756
AegisName: "C_Holy_Mom_Love"
Name: "Costume Holy Mom Love"
- Type: 5
- Loc: 1024
- View: 610
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 610
},
{
Id: 19757
AegisName: "C_Water_Lily_Crown"
Name: "Costume Water Lily Crown"
- Type: 5
- Loc: 1024
- View: 312
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 312
},
{
Id: 19758
AegisName: "C_Frog_King_Hat"
Name: "Costume Frog King Hat"
- Type: 5
- Loc: 1024
- View: 522
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 522
},
{
Id: 19759
AegisName: "C_Umbrella_Hat"
Name: "Costume Umbrella Hat"
- Type: 5
- Loc: 1024
- View: 338
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 338
},
{
Id: 19760
AegisName: "C_Rainbow_Veil"
Name: "Costume Rainbow Veil"
- Type: 5
- Loc: 3072
- View: 992
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 992
},
{
Id: 19761
AegisName: "C_White_Lily"
Name: "Costume White Lily"
- Type: 5
- Loc: 1024
- View: 993
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 993
},
{
Id: 19762
AegisName: "C_Happy_Peace_Proof"
Name: "Costume Happy Peace Proof"
- Type: 5
- Loc: 1024
- View: 994
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 994
},
{
Id: 19763
AegisName: "C_Leaf_Cat_Hat"
Name: "Costume Leaf Cat Hat"
- Type: 5
- Loc: 1024
- View: 539
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 539
},
{
Id: 19764
AegisName: "C_Monster_Card"
Name: "Costume Monster Card"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 4096
- View: 526
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 526
Trade: {
nodrop: true
notrade: true
@@ -140369,10 +140370,10 @@ item_db: (
Id: 19765
AegisName: "C_Wing_Angels_Ears"
Name: "Costume Wing Angels Ears"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 1000
- Loc: 2048
- View: 158
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 158
Trade: {
nodrop: true
notrade: true
@@ -140387,685 +140388,685 @@ item_db: (
Id: 19766
AegisName: "C_Yggdrasil_Hat"
Name: "Costume Yggdrasil Hat"
- Type: 5
- Loc: 1024
- View: 997
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 997
},
{
Id: 19767
AegisName: "C_Home_Cherry_Blossom"
Name: "Costume Home Cherry Blossom"
- Type: 5
- Loc: 1024
- View: 602
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 602
},
{
Id: 19768
AegisName: "C_Sakura_Coronet"
Name: "Costume Sakura Coronet"
- Type: 5
- Loc: 1024
- View: 645
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 645
},
{
Id: 19769
AegisName: "C_Mischievous_Fairy"
Name: "Costume Mischievous Fairy"
- Type: 5
- Loc: 2048
- View: 405
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 405
},
{
Id: 19770
AegisName: "C_Japan_Winecup"
Name: "Costume Japan Winecup"
- Type: 5
- Loc: 4096
- View: 557
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 557
},
{
Id: 19771
AegisName: "C_Butterfly_Hairpin"
Name: "Costume Butterfly Hairpin"
- Type: 5
- Loc: 1024
- View: 723
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 723
},
{
Id: 19772
AegisName: "C_Honeybee_Hat"
Name: "Costume Honeybee Hat"
- Type: 5
- Loc: 1024
- View: 709
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 709
},
{
Id: 19773
AegisName: "C_Angeling_Hairpin"
Name: "Costume Angeling Hairpin"
- Type: 5
- Loc: 1024
- View: 222
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 222
},
{
Id: 19774
AegisName: "C_Emperor_Wreath_J"
Name: "Costume Emperor Wreath J"
- Type: 5
- Loc: 1024
- View: 261
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 261
},
{
Id: 19775
AegisName: "C_Marvelous_Wig"
Name: "Costume Afro Wig"
- Type: 5
- Loc: 1024
- View: 307
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 307
},
{
Id: 19776
AegisName: "C_Tomboy_Fairy"
Name: "Costume Tomboy Fairy"
- Type: 5
- Loc: 2048
- View: 998
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 998
},
{
Id: 19777
AegisName: "C_Twinkle_Little_Star"
Name: "Costume Twinkle Little Star"
- Type: 5
- Loc: 1024
- View: 1005
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1005
},
{
Id: 19778
AegisName: "C_King_Berry"
Name: "Costume King Strawberry"
- Type: 5
- Loc: 1024
- View: 968
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 968
},
{
Id: 19779
AegisName: "C_Persika"
Name: "Costume Persica"
- Type: 5
- Loc: 1024
- View: 659
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 659
},
{
Id: 19780
AegisName: "C_Rabbit_Ear_Knit_Hat"
Name: "Costume Knit Rabbit Ears"
- Type: 5
- Loc: 1024
- View: 867
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 867
},
{
Id: 19781
AegisName: "C_Ear_Of_Angels_Wing_"
Name: "Costume Angel Wing Ears"
- Type: 5
- Loc: 2048
- View: 158
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 158
},
{
Id: 19782
AegisName: "C_Drooping_Kitty"
Name: "Costume Drooping Cat"
- Type: 5
- Loc: 1024
- View: 142
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 142
},
{
Id: 19783
AegisName: "C_Granpa_Beard"
Name: "Costume Grampa Beard"
- Type: 5
- Loc: 4096
- View: 25
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 25
},
{
Id: 19784
AegisName: "C_Morriganes_Helm"
Name: "Costume Morrigane's Helm"
- Type: 5
- Loc: 1024
- View: 257
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 257
},
{
Id: 19785
AegisName: "C_Well_Baked_Toast"
Name: "Costume Crunch Toast"
- Type: 5
- Loc: 4096
- View: 188
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 188
},
{
Id: 19786
AegisName: "C_Mistress_Crown"
Name: "Costume Crown of Mistress"
- Type: 5
- Loc: 1024
- View: 165
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 165
},
{
Id: 19787
AegisName: "C_Devoted_Eyes"
Name: "Costume Devoted Eyes"
- Type: 5
- Loc: 2048
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 1021
+ ViewSprite: 1021
},
{
Id: 19788
AegisName: "C_Heart_Eyepatch"
Name: "Costume Heart Eyepatch"
- Type: 5
- Loc: 2048
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 779
+ ViewSprite: 779
},
{
Id: 19789
AegisName: "C_Sweet_Gents"
Name: "Costume Sweet Gents"
- Type: 5
- Loc: 1024
- View: 29
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 29
},
{
Id: 19790
AegisName: "C_Wedding_Veil"
Name: "Costume Veil"
- Type: 5
- Loc: 1024
- View: 44
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 44
},
{
Id: 19791
AegisName: "C_Alarm_Mask"
Name: "Costume Alarm Mask"
- Type: 5
- Loc: 6144
- View: 170
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 170
},
{
Id: 19792
AegisName: "C_Goblin_Mask_01"
Name: "Costume Poker Mask"
- Type: 5
- Loc: 6144
- View: 171
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 171
},
{
Id: 19793
AegisName: "C_Goblin_Mask_02"
Name: "Costume Surprised Mask"
- Type: 5
- Loc: 6144
- View: 172
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 172
},
{
Id: 19794
AegisName: "C_Goblin_Mask_03"
Name: "Costume Annoyed Mask"
- Type: 5
- Loc: 6144
- View: 173
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 173
},
{
Id: 19795
AegisName: "C_Lord_Circlet"
Name: "Costume Grand Circlet"
- Type: 5
- Loc: 1024
- View: 93
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 93
},
{
Id: 19796
AegisName: "C_Bone_Helm"
Name: "Costume Bone Helm"
- Type: 5
- Loc: 1024
- View: 103
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 103
},
{
Id: 19797
AegisName: "C_Apple_Of_Archer"
Name: "Costume Apple of Archer"
- Type: 5
- Loc: 1024
- View: 72
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 72
},
{
Id: 19798
AegisName: "C_Angry_Mouth"
Name: "Costume Angry Snarl"
- Type: 5
- Loc: 4096
- View: 194
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 194
},
{
Id: 19799
AegisName: "C_Golden_Gear"
Name: "Costume Golden Gear"
- Type: 5
- Loc: 1024
- View: 30
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 30
},
{
Id: 19800
AegisName: "C_Carnation_Hairband"
Name: "Costume Carnation Headband"
- Type: 5
- Loc: 1024
- View: 878
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 878
},
{
Id: 19801
AegisName: "C_Fox_Hat_J"
Name: "Costume Fox Hat"
- Type: 5
- Loc: 6144
- View: 403
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 403
},
{
Id: 19802
AegisName: "C_Drooping_Nine_Tail"
Name: "Costume Drooping Nine Tail"
- Type: 5
- Loc: 1024
- View: 296
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 296
},
{
Id: 19803
AegisName: "C_Pinwheel_Cap"
Name: "Costume Pinwheel Cap"
- Type: 5
- Loc: 1024
- View: 456
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 456
},
{
Id: 19804
AegisName: "C_Red_Vane_Hairpin"
Name: "Costume Red Vane Hairpin"
- Type: 5
- Loc: 1024
- View: 1044
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1044
},
{
Id: 19805
AegisName: "C_Taboo_Curse_Scroll"
Name: "Costume Taboo Curse Scroll"
- Type: 5
- Loc: 1024
- View: 1045
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1045
},
{
Id: 19806
AegisName: "C_Full_Bloom_Hairpin"
Name: "Costume Full Bloom Hairpin"
- Type: 5
- Loc: 1024
- View: 1046
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1046
},
{
Id: 19807
AegisName: "C_Majestic_Helmet"
Name: "Costume Majestic Helmet"
- Type: 5
- Loc: 1024
- View: 1047
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1047
},
{
Id: 19808
AegisName: "C_Blazing_Sun"
Name: "Costume Blazing Sun"
- Type: 5
- Loc: 1024
- View: 654
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 654
},
{
Id: 19809
AegisName: "C_Purple_Cowboy_Hat"
Name: "Costume Purple Cowboy Hat"
- Type: 5
- Loc: 1024
- View: 411
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 411
},
{
Id: 19810
AegisName: "C_Ifrits_Ear"
Name: "Costume Ifrit's Ear"
- Type: 5
- Loc: 2048
- View: 422
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 422
},
{
Id: 19811
AegisName: "C_Beer_Cap"
Name: "Costume Beer Cap"
- Type: 5
- Loc: 1024
- View: 418
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 418
},
{
Id: 19812
AegisName: "C_Large_Hibiscus"
Name: "Costume Large Hibiscus"
- Type: 5
- Loc: 1024
- View: 333
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 333
},
{
Id: 19813
AegisName: "C_Icecream_Hat"
Name: "Costume Icecream Hat"
- Type: 5
- Loc: 1024
- View: 488
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 488
},
{
Id: 19814
AegisName: "C_Shiny_Wig"
Name: "Costume Shiny Wig"
- Type: 5
- Loc: 1024
- View: 306
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 306
},
{
Id: 19815
AegisName: "C_Lolita_Ten_Gallon_Hat"
Name: "Costume Lolita Ten Gallon Hat"
- Type: 5
- Loc: 1024
- View: 1048
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1048
},
{
Id: 19816
AegisName: "C_Pecopeco_Cap"
Name: "Costume Pecopeco Cap"
- Type: 5
- Loc: 1024
- View: 1049
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1049
},
{
Id: 19817
AegisName: "C_Ifrits_Breath"
Name: "Costume Ifrit's Breath"
- Type: 5
- Loc: 4096
- View: 1050
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1050
},
{
Id: 19818
AegisName: "C_Droop_Morocc_Minion"
Name: "Costume Drooping Morocc Minion"
- Type: 5
- Loc: 1024
- View: 600
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 600
},
{
Id: 19820
AegisName: "C_Bone_Hat"
Name: "Costume Necromencer Hood"
- Type: 5
- Loc: 3072
- View: 491
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 491
},
{
Id: 19821
AegisName: "C_Hyegun_Hat"
Name: "Costume Hyegun Hat"
- Type: 5
- Loc: 7168
- View: 375
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 375
},
{
Id: 19822
AegisName: "C_Yellow_Bandana"
Name: "Costume Yellow Bandana"
- Type: 5
- Loc: 1024
- View: 309
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 309
},
{
Id: 19823
AegisName: "C_White_Cat_Hood"
Name: "Costume White Cat Hood"
- Type: 5
- Loc: 3072
- View: 1052
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 1052
},
{
Id: 19824
AegisName: "C_Evil_Druid_Hat"
Name: "Costume Evil Druid Hat"
- Type: 5
- Loc: 1024
- View: 1053
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1053
},
{
Id: 19825
AegisName: "C_Vicious_Stop_Bandage"
Name: "Costume Vicious Stop Bandage"
- Type: 5
- Loc: 1024
- View: 1054
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1054
},
{
Id: 19826
AegisName: "C_Ice_Wing_Ear"
Name: "Costume Ice Wings Ears"
- Type: 5
- Loc: 2048
- View: 584
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 584
},
{
Id: 19827
AegisName: "C_Amistr_Cap"
Name: "Costume Amistr Cap"
- Type: 5
- Loc: 1024
- View: 643
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 643
},
{
Id: 19828
AegisName: "C_Fedora"
Name: "Costume Fedora"
- Type: 5
- Loc: 1024
- View: 195
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 195
},
{
Id: 19829
AegisName: "C_Straw_Hat"
Name: "C Straw Hat"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 1024
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 146
+ ViewSprite: 146
},
{
Id: 19830
AegisName: "C_Sunglasses"
Name: "Costume Sunglasses"
- Type: 5
- Loc: 2048
- View: 12
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 12
},
{
Id: 19831
AegisName: "C_Filir_Hat"
Name: "Costume Filir Hat"
- Type: 5
- Loc: 1024
- View: 408
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 408
},
{
Id: 19832
AegisName: "C_Poring_Hat"
Name: "Costume Poring Hat"
- Type: 5
- Loc: 1024
- View: 120
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 120
},
{
Id: 19833
AegisName: "C_Fillet"
Name: "Costume Cute Ribbon"
- Type: 5
- Loc: 1024
- View: 34
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 34
},
{
Id: 19834
AegisName: "C_Baseball_Cap"
Name: "Costume Baseball Cap"
- Type: 5
- Loc: 1024
- View: 216
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 216
},
{
Id: 19835
AegisName: "C_Lif_Doll_Hat"
Name: "Costume Lif Doll Hat"
- Type: 5
- Loc: 1024
- View: 297
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 297
},
{
Id: 19836
AegisName: "C_L_Magestic_Goat"
Name: "Costume Large Majestic Horns"
- Type: 5
- Loc: 1024
- View: 380
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 380
},
{
Id: 19837
AegisName: "C_Asara_Fairy_Hat"
Name: "Costume Asara Fairy Hat"
- Type: 5
- Loc: 1024
- View: 492
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 492
},
{
Id: 19838
AegisName: "C_Fox_Hat"
Name: "Costume Fox Hatt"
- Type: 5
- Loc: 6144
- View: 403
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 403
},
{
Id: 19839
AegisName: "C_Vanilmirth_Hat"
Name: "Costume Vanilmirth Hat"
- Type: 5
- Loc: 1024
- View: 317
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 317
},
{
Id: 19841
AegisName: "C_Dragonhelm_Copper"
Name: "Costume Dragonhelm Copper"
- Type: 5
- Loc: 1024
- View: 454
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 454
},
{
Id: 19842
AegisName: "C_Puppy_Hat"
Name: "Costume Puppy Hat"
- Type: 5
- Loc: 1024
- View: 234
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 234
},
{
Id: 19843
AegisName: "C_Cat_Hairband"
Name: "Costume Kitty Band"
- Type: 5
- Loc: 1024
- View: 2
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 2
},
{
Id: 19844
AegisName: "C_Turban"
Name: "Costume Turban"
- Type: 5
- Loc: 1024
- View: 7
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 7
},
{
Id: 19845
AegisName: "C_Hair_Protector"
Name: "Costume Bao Bao"
- Type: 5
- Loc: 1024
- View: 127
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 127
},
{
Id: 19846
AegisName: "C_Opera_Ghost_Mask"
Name: "Costume Opera Phantom Mask"
- Type: 5
- Loc: 2048
- View: 128
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 128
},
{
Id: 19847
AegisName: "C_Big_Sis_Ribbon"
Name: "Costume Big Ribbon"
- Type: 5
- Loc: 1024
- View: 28
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 28
},
{
Id: 19848
AegisName: "C_Angeling_Hat"
Name: "Costume Angeling Hat"
- Type: 5
- Loc: 1024
- View: 204
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 204
},
{
Id: 19849
AegisName: "C_Munak_Turban"
Name: "Costume Munak Hat"
- Type: 5
- Loc: 7168
- View: 51
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 51
},
{
Id: 19850
AegisName: "C_Bongun_Hat"
Name: "Costume Bongun Hat"
- Type: 5
- Loc: 7168
- View: 139
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 139
},
{
Id: 19851
AegisName: "C_Brown_Bear_Cap"
Name: "Costume Teddybear Hat"
- Type: 5
- Loc: 1024
- View: 143
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 143
},
{
Id: 19853
AegisName: "C_Filir_Wing"
Name: "Costume Filir Wings"
- Type: 5
- Loc: 1024
- View: 595
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 595
Trade: {
nodrop: true
notrade: true
@@ -141081,131 +141082,131 @@ item_db: (
Id: 19855
AegisName: "C_Happy_Summer_Wig"
Name: "Costume Happy Summer Wig"
- Type: 5
- Loc: 1024
- View: 1059
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1059
},
{
Id: 19856
AegisName: "C_Iceflake_Hat"
Name: "Costume Snow Cone Hat"
- Type: 5
- Loc: 1024
- View: 1080
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1080
},
{
Id: 19857
AegisName: "C_King_Prawn_Hat"
Name: "Costume Crayfish Hat"
- Type: 5
- Loc: 1024
- View: 728
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 728
},
{
Id: 19858
AegisName: "C_Leaf_Headgear"
Name: "Costume Smokie Leaf"
- Type: 5
- Loc: 1024
- View: 148
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 148
},
{
Id: 19859
AegisName: "C_Flying_Angel_" // FIXME: Unknown
Name: "Costume Flying Angel"
- Type: 5
- Loc: 1024
- View: 264
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 264
},
{
Id: 19860
AegisName: "C_Cryptura_Hair_Cap"
Name: "Costume School Criatura Hat"
- Type: 5
- Loc: 1024
- View: 872
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 872
},
{
Id: 19861
AegisName: "C_Heart_Hair_Pin"
Name: "Costume Heart Hairpin"
- Type: 5
- Loc: 1024
- View: 126
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 126
},
{
Id: 19862
AegisName: "C_Horn_Of_Succubus"
Name: "Costume Succubus Horn"
- Type: 5
- Loc: 1024
- View: 150
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 150
},
{
Id: 19863
AegisName: "C_Inccubus_Horn"
Name: "Costume Incubus Horn"
- Type: 5
- Loc: 1024
- View: 156
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 156
},
{
Id: 19864
AegisName: "C_Dokebis_Wig"
Name: "Costume Dokebi's Wig"
- Type: 5
- Loc: 1024
- View: 302
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 302
},
{
Id: 19865
AegisName: "C_Joker_Jester"
Name: "Costume Joker Jester"
- Type: 5
- Loc: 1024
- View: 89
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 89
},
{
Id: 19866
AegisName: "C_Blue_Pajamas_Hat"
Name: "Costume Blue Pajamas"
- Type: 5
- Loc: 1024
- View: 501
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 501
},
{
Id: 19867
AegisName: "C_Pink_Pajamas_Hat"
Name: "Costume Red Pajamas"
- Type: 5
- Loc: 1024
- View: 501
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 501
},
{
Id: 19868
AegisName: "C_Showy_High_Cap"
Name: "Costume Showy High Cap"
- Type: 5
- Loc: 1024
- View: 830
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 830
},
{
Id: 19869
AegisName: "C_Ancient_Civil_Man"
Name: "Costume Antiquity Helmet"
- Type: 5
- Loc: 1024
- View: 846
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 846
},
{
Id: 19871
AegisName: "C_Music_Decoration"
Name: "Decoration of Music"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 2048
+ Loc: "EQP_COSTUME_HEAD_MID"
Refine: false
- View: 1074
+ ViewSprite: 1074
OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC, -1, 0; ">
OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; ">
},
@@ -141213,25 +141214,25 @@ item_db: (
Id: 19873
AegisName: "C_Carnival_Hat"
Name: "Costume Carnival Hat"
- Type: 5
- Loc: 1024
- View: 505
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 505
},
{
Id: 19874
AegisName: "C_Carnival_Circlet"
Name: "Costume Carnival Circlet"
- Type: 5
- Loc: 1024
- View: 506
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 506
},
{
Id: 19875
AegisName: "C_Love_Rabbit_Hood"
Name: "Costume Love Rabbit Hood"
- Type: 5
- Loc: 7168
- View: 549
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 549
Trade: {
nomail: true
noauction: true
@@ -141241,49 +141242,49 @@ item_db: (
Id: 19876
AegisName: "C_Rabbit_Ear_Hat"
Name: "Costume Rabbit Ear Hat"
- Type: 5
- Loc: 1024
- View: 384
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 384
},
{
Id: 19877
AegisName: "C_Eyes_Of_Darkness"
Name: "Costume Eyes Of Darkness"
- Type: 5
- Loc: 2048
- View: 467
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 467
},
{
Id: 19878
AegisName: "C_Drooping_Bunny"
Name: "Costume Drooping Bunny"
- Type: 5
- Loc: 1024
- View: 249
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 249
},
{
Id: 19879
AegisName: "C_Black_Bunny_Band"
Name: "Costume Black Bunny Band"
- Type: 5
- Loc: 1024
- View: 267
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 267
},
{
Id: 19880
AegisName: "C_Golden_Tiara"
Name: "Costume Golden Tiara"
- Type: 5
- Loc: 1024
- View: 232
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 232
},
{
Id: 19881
AegisName: "C_Pretty_Rabbit_Hood"
Name: "Costume Pretty Rabbit Hood"
- Type: 5
- Loc: 1024
- View: 1085
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1085
Trade: {
nomail: true
noauction: true
@@ -141293,129 +141294,129 @@ item_db: (
Id: 19882
AegisName: "C_Flowerpot_Mask"
Name: "Costume Flowerpot Mask"
- Type: 5
- Loc: 6144
- View: 1086
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1086
},
{
Id: 19883
AegisName: "C_Piamette_Hood"
Name: "Costume Piamette Hood"
- Type: 5
- Loc: 1024
- View: 1087
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1087
},
{
Id: 19884
AegisName: "C_Vanargandr_Helm"
Name: "Costume Vanargand Helm"
- Type: 5
- Loc: 1024
- View: 804
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 804
},
{
Id: 19885
AegisName: "C_Blinker"
Name: "Costume Blinker"
- Type: 5
- Loc: 2048
- View: 82
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 82
},
{
Id: 19886
AegisName: "C_Luxury_Sunglasses"
Name: "Costume Purple Glasses"
- Type: 5
- Loc: 2048
- View: 26
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 26
},
{
Id: 19887
AegisName: "C_One_Eyed_Glass"
Name: "Costume Cyclops Glasses"
- Type: 5
- Loc: 2048
- View: 23
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 23
},
{
Id: 19888
AegisName: "C_Glasses"
Name: "Costume Glasses"
- Type: 5
- Loc: 2048
- View: 3
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 3
},
{
Id: 19889
AegisName: "C_Pair_Of_Red_Ribbon"
Name: "Costume Small Ribbon"
- Type: 5
- Loc: 2048
- View: 169
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 169
},
{
Id: 19890
AegisName: "C_Mage_Hat"
Name: "Costume Mage Hat"
- Type: 5
- Loc: 1024
- View: 112
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 112
},
{
Id: 19891
AegisName: "C_Magnolia_Hat"
Name: "Costume Magnolia Hat"
- Type: 5
- Loc: 1024
- View: 373
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 373
},
{
Id: 19892
AegisName: "C_Night_Sparrow_Hat"
Name: "Costume Night Sparrow Hat"
- Type: 5
- Loc: 1024
- View: 913
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 913
},
{
Id: 19893
AegisName: "C_Ordinary_Black_Magician_Hat"
Name: "Costume Ordinary Black Magician Hat"
- Type: 5
- Loc: 1024
- View: 912
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 912
},
{
Id: 19894
AegisName: "C_Shrine_Maiden_Hat"
Name: "Costume Shrine Maiden Hat"
- Type: 5
- Loc: 1024
- View: 908
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 908
},
{
Id: 19895
AegisName: "C_Magicians_Night_Cap"
Name: "Costume Magician's Night Cap"
- Type: 5
- Loc: 1024
- View: 911
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 911
},
{
Id: 19896
AegisName: "C_PRO_10th_Cap"
Name: "Costume PRO 10th Cap"
- Type: 5
- Loc: 1024
- View: 1094
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1094
},
{
Id: 19897
AegisName: "C_RPC13_1ST_Wreath"
Name: "Costume RPC13 1ST Wreath"
- Type: 5
- Loc: 1024
- View: 261
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 261
Script: <"
bonus bAllStats,3;
bonus bMdef,3;
@@ -141425,9 +141426,9 @@ item_db: (
Id: 19898
AegisName: "C_RPC13_2ND_Wreath"
Name: "Costume RPC13 2ND Wreath"
- Type: 5
- Loc: 1024
- View: 261
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 261
Script: <"
bonus bAllStats,2;
bonus bMdef,2;
@@ -141437,9 +141438,9 @@ item_db: (
Id: 19899
AegisName: "C_RPC13_3RD_Wreath"
Name: "Costume RPC13 3RD Wreath"
- Type: 5
- Loc: 1024
- View: 261
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 261
Script: <"
bonus bAllStats,1;
bonus bMdef,1;
@@ -141449,608 +141450,608 @@ item_db: (
Id: 19900
AegisName: "C_Cool_Pirate_Eyepatch"
Name: "Costume Cool Pirate Eyepatch"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 2048
- View: 1097
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1097
},
{
Id: 19901
AegisName: "C_Orc_Helm"
Name: "Costume Orc Helm"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 86
+ ViewSprite: 86
},
{
Id: 19902
AegisName: "C_Cigar"
Name: "Costume Cigarette"
- Type: 5
- Loc: 4096
- View: 54
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 54
},
{
Id: 19903
AegisName: "C_Witchs_Hat"
Name: "Costume Witch's Pumpkin Hat"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 717
+ ViewSprite: 717
},
{
Id: 19904
AegisName: "C_Skull_Cap"
Name: "Costume Skull Cap"
- Type: 5
- Loc: 1024
- View: 713
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 713
},
{
Id: 19905
AegisName: "C_Secret_Society_Hood"
Name: "Costume Secret Society Hood"
- Type: 5
- Loc: 3072
- View: 806
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 806
},
{
Id: 19906
AegisName: "C_Screw_stuck_in_head"
Name: "Costume Screw stuck in head"
- Type: 5
- Loc: 2048
- View: 696
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 696
},
{
Id: 19907
AegisName: "C_Fascinating_Phantom_Mask"
Name: "Costume Fascinating Phantom Mask"
- Type: 5
- Loc: 3072
- View: 710
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 710
},
{
Id: 19908
AegisName: "C_Flag_Crown_Hat"
Name: "Costume Flag Crown Hat"
- Type: 5
- Loc: 1024
- View: 219
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 219
},
{
Id: 19909
AegisName: "C_White_Deviruchi_Hat"
Name: "Costume White Deviruchi Hat"
- Type: 5
- Loc: 1024
- View: 272
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 272
},
{
Id: 19910
AegisName: "C_Halloween_Hat"
Name: "Costume Halloween Hat"
- Type: 5
- Loc: 1024
- View: 1098
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1098
},
{
Id: 19911
AegisName: "C_Triangle_Roof_Hat"
Name: "Costume Triangle Roof Hat"
- Type: 5
- Loc: 1024
- View: 1099
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1099
},
{
Id: 19912
AegisName: "C_Cat_Eye"
Name: "Costume Cat Eye"
- Type: 5
- Loc: 2048
- View: 1100
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1100
},
{
Id: 19913
AegisName: "C_Poo_Poo_Hat"
Name: "Costume Poo Poo Hat"
- Type: 5
- Loc: 1024
- View: 76
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 76
},
{
Id: 19914
AegisName: "Felock_Cap"
Name: "Costume Tarlock's Hat"
- Type: 5
- Loc: 1024
- View: 1101
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1101
},
{
Id: 19916
AegisName: "C_Black_Cat_Hat"
Name: "Costume Black Cat Hat"
- Type: 5
- Loc: 1024
- View: 1105
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1105
},
{
Id: 19917
AegisName: "C_Gloomy_Pumpkin_Hat"
Name: "Costume Dark Pumpkin Hat"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
Refine: false
- View: 691
+ ViewSprite: 691
},
{
Id: 19918
AegisName: "C_Lude_Mask"
Name: "Costume Lude Mask"
- Type: 5
- Loc: 6144
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 802
+ ViewSprite: 802
},
{
Id: 19919
AegisName: "C_Cube_Mask_"
Name: "Costume Quve Mask"
- Type: 5
- Loc: 6144
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 472
+ ViewSprite: 472
},
{
Id: 19920
AegisName: "C_Adv_Whisper_Mask"
Name: "Costume Evolved Whisper Mask"
- Type: 5
- Loc: 7168
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
Refine: false
- View: 458
+ ViewSprite: 458
},
{
Id: 19922
AegisName: "C_Noah_Hat"
Name: "Costume Noah's Hat"
- Type: 5
- Loc: 1024
- View: 636
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 636
},
{
Id: 19925
AegisName: "C_One_Eyed_Glasses"
Name: "Costume Monocle"
- Type: 5
- Loc: 2048
- View: 23
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 23
},
{
Id: 19928
AegisName: "C_Gothic_Heart_Wing"
Name: "Costume Gothic Heart Wing"
- Type: 5
- Loc: 1024
- View: 1111
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1111
},
{
Id: 19929
AegisName: "C_Classical_Ribbon"
Name: "Costume Classical Ribbon"
- Type: 5
- Loc: 1024
- View: 1112
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1112
},
{
Id: 19930
AegisName: "C_Angel_Mini_Silk_Hat"
Name: "Costume Angel Mini Silk Hat"
- Type: 5
- Loc: 1024
- View: 1113
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1113
},
{
Id: 19931
AegisName: "C_Lazy_Raccoon"
Name: "Costume Lazy Smokie"
- Type: 5
- Loc: 1024
- View: 168
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 168
},
{
Id: 19932
AegisName: "C_Cap_Of_Concentration"
Name: "Costume Model Training Hat"
- Type: 5
- Loc: 1024
- View: 157
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 157
},
{
Id: 19934
AegisName: "C_10Gallon_Hat_Of_Flame"
Name: "Costume Flaming Ten Gallon Hat"
- Type: 5
- Loc: 1024
- View: 1075
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1075
},
{
Id: 19935
AegisName: "C_Hunting_Cap_Of_Gust"
Name: "Costume Hunting Cap Of Gust"
- Type: 5
- Loc: 1024
- View: 1076
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1076
},
{
Id: 19936
AegisName: "C_Knit_Cap_Of_Water"
Name: "Costume Knit Cap Of Water"
- Type: 5
- Loc: 1024
- View: 1077
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1077
},
{
Id: 19938
AegisName: "C_Love_Bunny_Hood"
Name: "Costume Love Bunny Hood"
- Type: 5
- Loc: 1024
- View: 549
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 549
},
{
Id: 19939
AegisName: "C_Antler"
Name: "Costume Antlers"
- Type: 5
- Loc: 1024
- View: 71
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 71
},
{
Id: 19941
AegisName: "C_Ear_Mufs"
Name: "Costume Ear Muffs"
- Type: 5
- Loc: 1024
- View: 70
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 70
},
{
Id: 19949
AegisName: "C_RWC2013_Japan_Hat"
Name: "Costume RWC2013 Japan Hat"
- Type: 5
- Loc: 1024
- View: 1136
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1136
},
{
Id: 19952
AegisName: "C_Bubble_Gum_In_Mouth"
Name: "Costume Bubble Gum in Mouth"
- Type: 5
- Loc: 4096
- View: 572
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 572
},
{
Id: 19953
AegisName: "C_Parade_Cap"
Name: "Costume Parade Cap"
- Type: 5
- Loc: 1024
- View: 465
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 465
},
{
Id: 19954
AegisName: "C_3D_Glasses"
Name: "Costume 3D Glasses"
- Type: 5
- Loc: 2048
- View: 661
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 661
},
{
Id: 19955
AegisName: "C_Mini_Tree_J"
Name: "Costume Mini Tree"
- Type: 5
- Loc: 1024
- View: 727
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 727
},
{
Id: 19956
AegisName: "C_Soldier_Hat"
Name: "Costume Soldier Hat"
- Type: 5
- Loc: 1024
- View: 420
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 420
},
{
Id: 19957
AegisName: "C_Scooter_Hat_J"
Name: "Costume Scooter Hat"
- Type: 5
- Loc: 1024
- View: 588
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 588
},
{
Id: 19958
AegisName: "C_Choir_Hat"
Name: "Costume Choir Hat"
- Type: 5
- Loc: 1024
- View: 1137
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1137
},
{
Id: 19959
AegisName: "C_Drooping_Argiope"
Name: "Costume Drooping Argiope"
- Type: 5
- Loc: 1024
- View: 1138
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1138
},
{
Id: 19960
AegisName: "C_Chain_Puppet"
Name: "Costume Chain Puppet"
- Type: 5
- Loc: 1024
- View: 1139
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1139
},
{
Id: 19961
AegisName: "C_Rune_Circlet"
Name: "Costume Rune Circlet"
- Type: 5
- Loc: 1024
- View: 623
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 623
},
{
Id: 19962
AegisName: "C_Mitra"
Name: "Costume Mitra"
- Type: 5
- Loc: 1024
- View: 624
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 624
},
{
Id: 19963
AegisName: "C_Driver_Band_R"
Name: "Costume Driver Band Red"
- Type: 5
- Loc: 1024
- View: 626
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 626
},
{
Id: 19964
AegisName: "C_Driver_Band_Y"
Name: "Costume Driver Band Yellow"
- Type: 5
- Loc: 1024
- View: 637
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 637
},
{
Id: 19965
AegisName: "C_Shadow_Handicraft"
Name: "Costume Shadow Handicraft"
- Type: 5
- Loc: 1024
- View: 627
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 627
},
{
Id: 19966
AegisName: "C_Minstrel_Song_Hat"
Name: "Costume Minstrel Song's Hat"
- Type: 5
- Loc: 1024
- View: 628
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 628
},
{
Id: 19967
AegisName: "C_Midas_Whisper"
Name: "Costume Midas Whisper"
- Type: 5
- Loc: 1024
- View: 629
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 629
},
{
Id: 19968
AegisName: "C_Magic_Stone_Hat"
Name: "Costume Magic Stone Hat"
- Type: 5
- Loc: 1024
- View: 630
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 630
},
{
Id: 19969
AegisName: "C_Blazing_Soul"
Name: "Costume Blazing Soul"
- Type: 5
- Loc: 1024
- View: 631
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 631
},
{
Id: 19970
AegisName: "C_Wind_Whisper"
Name: "Costume Wind Whisper"
- Type: 5
- Loc: 1024
- View: 633
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 633
},
{
Id: 19971
AegisName: "C_Dying_Swan"
Name: "Costume Dying Swan"
- Type: 5
- Loc: 1024
- View: 635
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 635
},
{
Id: 19972
AegisName: "C_Protect_Of_Crown"
Name: "Costume Protect Of Crown"
- Type: 5
- Loc: 1024
- View: 1140
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1140
},
{
Id: 19973
AegisName: "C_Circlet_Of_Bone"
Name: "Costume Circlet Of Bones"
- Type: 5
- Loc: 1024
- View: 1141
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1141
},
{
Id: 19974
AegisName: "C_Camouflage_RabbitHood"
Name: "Costume Camouflage Rabbit Hood"
- Type: 5
- Loc: 1024
- View: 1142
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1142
},
{
Id: 19976
AegisName: "C_Cat_Santa_Hat"
Name: "Costume Cat Santa Hat"
- Type: 5
- Loc: 1024
- View: 1144
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1144
},
{
Id: 19977
AegisName: "C_Golden_Exclamation"
Name: "Costume Golden Exclamation Mark"
- Type: 5
- Loc: 1024
- View: 1145
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1145
},
{
Id: 19978
AegisName: "C_Silver_Exclamation"
Name: "Costume Silver Exclamation Mark"
- Type: 5
- Loc: 1024
- View: 1146
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1146
},
{
Id: 19979
AegisName: "C_Golden_Question"
Name: "Costume Golden Question Mark"
- Type: 5
- Loc: 1024
- View: 1147
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1147
},
{
Id: 19980
AegisName: "C_Silver_Question"
Name: "Costume Silver Question Mark"
- Type: 5
- Loc: 1024
- View: 1148
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1148
},
{
Id: 19982
AegisName: "C_Santas_Hat"
Name: "Costume Santa Hat"
- Type: 5
- Loc: 1024
- View: 727
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 727
},
{
Id: 19983
AegisName: "C_Flower_Hairpin"
Name: "Costume Flower Hairpin"
- Type: 5
- Loc: 1024
- View: 145
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 145
},
{
Id: 19984
AegisName: "C_Winter_Hat"
Name: "Costume Winter Hat"
- Type: 5
- Loc: 1024
- View: 196
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 196
},
{
Id: 19985
AegisName: "C_Aura_Quartz_Crown"
Name: "Costume Aura Quartz"
- Type: 5
- Loc: 1024
- View: 866
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 866
},
{
Id: 19986
AegisName: "C_Lunatic_Hat"
Name: "Costume Lunatic Hat"
- Type: 5
- Loc: 1024
- View: 521
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 521
},
{
Id: 19987
AegisName: "C_Blue_Fur_Hat"
Name: "Costume Blue Fur Hat"
- Type: 5
- Loc: 1024
- View: 280
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 280
},
{
Id: 19988
AegisName: "C_Elder_Crown"
Name: "Costume Elder Crown"
- Type: 5
- Loc: 1024
- View: 933
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 933
},
{
Id: 19989
AegisName: "C_Mouton_Life"
Name: "Costume Mouton Life"
- Type: 5
- Loc: 2048
- View: 1156
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1156
},
{
Id: 19990
AegisName: "C_Snow_Rabbit_Knit_Hat"
Name: "Costume Rabbit Knit Hat"
- Type: 5
- Loc: 1024
- View: 1157
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1157
},
{
Id: 19991
AegisName: "C_Galanthus_Guard"
Name: "Costume Galanthus Guard"
- Type: 5
- Loc: 1024
- View: 1158
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1158
},
{
Id: 19992
AegisName: "C_Chilly_Breath"
Name: "Costume Chilly Breath"
- Type: 5
- Loc: 4096
- View: 885
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 885
},
{
Id: 19994
AegisName: "C_saLUsalo_Hat"
Name: "Costume saLUsalo Hat"
- Type: 5
- Loc: 1024
- View: 1171
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1171
},
{
Id: 19996
AegisName: "Horse_King"
Name: "Costume Horse King"
- Type: 5
- Loc: 7168
- View: 1189
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1189
Trade: {
nodrop: true
notrade: true
@@ -142064,25 +142065,25 @@ item_db: (
Id: 19997
AegisName: "C_Bomb_Hat"
Name: "Costume Bomb Hat"
- Type: 5
- Loc: 1024
- View: 1191
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1191
},
{
Id: 19998
AegisName: "C_Dragon_Turtle_Hat"
Name: "Costume Dragon Turtle Hat"
- Type: 5
- Loc: 1024
- View: 1192
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1192
},
{
Id: 19999
AegisName: "Mouse_Hat1"
Name: "Costume Mouse Hat1"
- Type: 5
- Loc: 1024
- View: 1193
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1193
Trade: {
nodrop: true
notrade: true
@@ -142096,9 +142097,9 @@ item_db: (
Id: 20000
AegisName: "Mouse_Hat2"
Name: "Costume Mouse Hat2"
- Type: 5
- Loc: 1024
- View: 1194
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1194
Trade: {
nodrop: true
notrade: true
@@ -142112,9 +142113,9 @@ item_db: (
Id: 20001
AegisName: "Mouse_Hat3"
Name: "Costume Mouse Hat3"
- Type: 5
- Loc: 1024
- View: 1195
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1195
Trade: {
nodrop: true
notrade: true
@@ -142128,9 +142129,9 @@ item_db: (
Id: 20002
AegisName: "Mouse_Hat4"
Name: "Costume Mouse Hat4"
- Type: 5
- Loc: 1024
- View: 1196
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1196
Trade: {
nodrop: true
notrade: true
@@ -142144,9 +142145,9 @@ item_db: (
Id: 20003
AegisName: "Mouse_Hat5"
Name: "Costume Mouse Hat5"
- Type: 5
- Loc: 1024
- View: 1197
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1197
Trade: {
nodrop: true
notrade: true
@@ -142160,169 +142161,169 @@ item_db: (
Id: 20004
AegisName: "C_Big_Golden_Bell"
Name: "Costume Big Golden Bell"
- Type: 5
- Loc: 1024
- View: 175
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 175
},
{
Id: 20005
AegisName: "C_Sigrun_Wing"
Name: "Costume Sigrun Wing"
- Type: 5
- Loc: 1024
- View: 568
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 568
},
{
Id: 20006
AegisName: "C_Dark_Knight_Mask"
Name: "Costume Dark Knight Mask"
- Type: 5
- Loc: 3072
- View: 479
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 479
},
{
Id: 20007
AegisName: "C_Horned_Hat"
Name: "Costume Horned Hat"
- Type: 5
- Loc: 1024
- View: 322
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 322
},
{
Id: 20008
AegisName: "C_Dragon_General_Helm"
Name: "Costume Dragon General Helm"
- Type: 5
- Loc: 1024
- View: 729
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 729
},
{
Id: 20009
AegisName: "C_Dragon_Skull_Hat"
Name: "Costume Dragon Skull Hat"
- Type: 5
- Loc: 1024
- View: 319
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 319
},
{
Id: 20010
AegisName: "C_Rainbow_Wing_Ears"
Name: "Costume Rainbow Ears Feather"
- Type: 5
- Loc: 2048
- View: 1198
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1198
},
{
Id: 20011
AegisName: "C_Lightning_Speed"
Name: "Costume Lightning Speed"
- Type: 5
- Loc: 1024
- View: 1199
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1199
},
{
Id: 20012
AegisName: "C_Double_Horn_Helm"
Name: "Costume Double Horn Helm"
- Type: 5
- Loc: 1024
- View: 1200
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1200
},
{
Id: 20013
AegisName: "C_Chef_Hat"
Name: "Costume Chef Hat"
- Type: 5
- Loc: 1024
- View: 111
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 111
},
{
Id: 20014
AegisName: "Lincoln_Hat"
Name: "Costume Lincoln Hat"
- Type: 5
- Loc: 1024
- View: 1204
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1204
},
{
Id: 20015
AegisName: "Lincoln_Beard"
Name: "Costume Lincoln Beard"
- Type: 5
- Loc: 4096
- View: 1205
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1205
},
{
Id: 20016
AegisName: "Lobster_Hat"
Name: "Costume Cool Dinner Hat"
- Type: 5
- Loc: 1024
- View: 1206
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1206
},
{
Id: 20017
AegisName: "C_Marionette_Doll"
Name: "Costume Marionette Doll"
- Type: 5
- Loc: 1024
- View: 212
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 212
},
{
Id: 20019
AegisName: "Beret_Of_Artist"
Name: "Costume Artisant Beret"
- Type: 5
- Loc: 1024
- View: 1209
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1209
},
{
Id: 20020
AegisName: "C_Zaha_Doll_Hat"
Name: "Costume Zaha Doll Hat"
- Type: 5
- Loc: 1024
- View: 461
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 461
},
{
Id: 20021
AegisName: "C_Heart_Ribbon_Hairband"
Name: "Costume Heart Ribbon Hairband"
- Type: 5
- Loc: 1024
- View: 708
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 708
},
{
Id: 20022
AegisName: "C_Love_Fragment"
Name: "Costume Love Fragment"
- Type: 5
- Loc: 4096
- View: 734
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 734
},
{
Id: 20023
AegisName: "C_Red_Beret"
Name: "Costume Red Beret"
- Type: 5
- Loc: 1024
- View: 559
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 559
},
{
Id: 20024
AegisName: "C_Orange_Ribbon"
Name: "Costume Orange Ribbon"
- Type: 5
- Loc: 1024
- View: 247
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 247
},
{
Id: 20025
AegisName: "Cow_Hat1"
Name: "Costume Cow Hat1"
- Type: 5
- Loc: 1024
- View: 1211
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1211
Trade: {
nodrop: true
notrade: true
@@ -142336,9 +142337,9 @@ item_db: (
Id: 20026
AegisName: "Cow_Hat2"
Name: "Costume Cow Hat2"
- Type: 5
- Loc: 1024
- View: 1212
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1212
Trade: {
nodrop: true
notrade: true
@@ -142352,9 +142353,9 @@ item_db: (
Id: 20027
AegisName: "Cow_Hat3"
Name: "Costume Cow Hat3"
- Type: 5
- Loc: 1024
- View: 1213
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1213
Trade: {
nodrop: true
notrade: true
@@ -142368,9 +142369,9 @@ item_db: (
Id: 20028
AegisName: "Cow_Hat4"
Name: "Costume Cow Hat4"
- Type: 5
- Loc: 1024
- View: 1214
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1214
Trade: {
nodrop: true
notrade: true
@@ -142384,201 +142385,201 @@ item_db: (
Id: 20029
AegisName: "C_Donut_in_Mouth"
Name: "Costume Donut in Mouth"
- Type: 5
- Loc: 4096
- View: 569
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 569
},
{
Id: 20030
AegisName: "C_Choco_Donut_in_Mouth"
Name: "Costume Choco Donut in Mouth"
- Type: 5
- Loc: 4096
- View: 653
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 653
},
{
Id: 20031
AegisName: "C_Bunny_Head_Dress"
Name: "Costume Bunny Headress"
- Type: 5
- Loc: 1024
- View: 1215
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1215
},
{
Id: 20032
AegisName: "C_Firinto_Scarf"
Name: "Costume Firinto Scarf"
- Type: 5
- Loc: 1024
- View: 1216
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1216
},
{
Id: 20033
AegisName: "C_Buddhist_Priest_Crown"
Name: "Costume Monk Crown"
- Type: 5
- Loc: 1024
- View: 1217
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1217
},
{
Id: 20034
AegisName: "C_Jack_Castle_Bat"
Name: "Costume Jack Castle Bat"
- Type: 5
- Loc: 4096
- View: 1041
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1041
},
{
Id: 20035
AegisName: "C_Miracle_Blue_Rose"
Name: "Costume Miracle Blue Rose"
- Type: 5
- Loc: 4096
- View: 1064
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1064
},
{
Id: 20036
AegisName: "C_Sword_Master_Crown"
Name: "Costume Crown of Victory"
- Type: 5
- Loc: 1024
- View: 981
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 981
},
{
Id: 20037
AegisName: "C_Owlduke_Silk_Hat"
Name: "Costume Owlduke Silk Hat"
- Type: 5
- Loc: 1024
- View: 982
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 982
},
{
Id: 20038
AegisName: "C_Alphonse_Helm"
Name: "Costume Alphonse Helm"
- Type: 5
- Loc: 1024
- View: 1214
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1214
},
{
Id: 20039
AegisName: "C_Butterfly_Wing_Ears"
Name: "Costume Butterfly Wing Ears"
- Type: 5
- Loc: 2048
- View: 695
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 695
},
{
Id: 20040
AegisName: "C_Chung_Hairband_"
Name: "Costume Chung Hairpin"
- Type: 5
- Loc: 1024
- View: 583
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 583
},
{
Id: 20041
AegisName: "C_Rose_Headband"
Name: "Costume Rose Headband"
- Type: 5
- Loc: 1024
- View: 864
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 864
},
{
Id: 20042
AegisName: "C_Hermos_Cap"
Name: "Costume Hermos Cap"
- Type: 5
- Loc: 1024
- View: 478
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 478
},
{
Id: 20043
AegisName: "C_Cherryblossom_in_Mouth"
Name: "Costume Cherryblossom in Mouth"
- Type: 5
- Loc: 4096
- View: 823
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 823
},
{
Id: 20044
AegisName: "C_Carmen_Mirandas_Hat"
Name: "Costume Carmen Miranda's Hat"
- Type: 5
- Loc: 1024
- View: 329
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 329
},
{
Id: 20045
AegisName: "C_Samambaia"
Name: "Costume Samambaia"
- Type: 5
- Loc: 1024
- View: 508
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 508
},
{
Id: 20046
AegisName: "C_Blue_Ribbon_Band"
Name: "Costume Blue Ribbon Band"
- Type: 5
- Loc: 1024
- View: 1222
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1222
},
{
Id: 20047
AegisName: "C_Pray_Cherry_Blossom"
Name: "Costume Prayer Cherry Blossom"
- Type: 5
- Loc: 1024
- View: 1223
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1223
},
{
Id: 20048
AegisName: "C_Wind_Of_The_Prairie"
Name: "Costume Wind Prairie"
- Type: 5
- Loc: 1024
- View: 1224
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1224
},
{
Id: 20049
AegisName: "C_Plaster"
Name: "Costume Giant Aid Band"
- Type: 5
- Loc: 1024
- View: 147
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 147
},
{
Id: 20050
AegisName: "C_Ph_D_Hat"
Name: "Costume Ph.D Hat"
- Type: 5
- Loc: 1024
- View: 98
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 98
},
{
Id: 20051
AegisName: "C_Stop_Post"
Name: "Costume Stop Post"
- Type: 5
- Loc: 1024
- View: 59
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 59
},
{
Id: 20052
AegisName: "C_AFK_Hat"
Name: "Costume AFK Hat"
- Type: 5
- Loc: 1024
- View: 471
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 471
},
{
Id: 20053
AegisName: "C_WKing_Tiger_Doll_Hat"
Name: "Costume WKing Tiger Doll Hat"
- Type: 5
- Loc: 1024
- View: 973
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 973
Trade: {
nodrop: true
notrade: true
@@ -142592,72 +142593,72 @@ item_db: (
Id: 20054
AegisName: "C_Baby_Pacifier"
Name: "Costume Pacifier"
- Type: 5
- Loc: 4096
- View: 191
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 191
},
{
Id: 20055
AegisName: "C_Ghost_Bandana"
Name: "Costume Ghost Bandana"
- Type: 5
- Loc: 1024
- View: 61
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 61
},
{
Id: 20056
AegisName: "C_Bride_Corolla"
Name: "Costume Bride's Corolla"
- Type: 5
- Loc: 1024
- View: 437
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 437
},
{
Id: 20057
AegisName: "C_Feather_Bonnet"
Name: "Costume Feather Bonnet"
- Type: 5
- Loc: 1024
- View: 104
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 104
},
{
Id: 20058
AegisName: "C_Hot_Blood_Headband"
Name: "Costume Hot Blood Headband"
- Type: 5
- Loc: 1024
- View: 154
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 154
},
{
Id: 20059
AegisName: "C_Welding_Mask"
Name: "Costume Welding Mask"
- Type: 5
- Loc: 6144
- View: 79
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 79
},
{
Id: 20060
AegisName: "C_Construction_Helmet"
Name: "Costume Construction Helmet"
- Type: 5
- Loc: 1024
- View: 95
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 95
},
{
Id: 20061
AegisName: "C_Demo_Mask"
Name: "Costume Demo Mask"
- Type: 5
- Loc: 4096
- View: 52
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 52
},
{
Id: 20062
AegisName: "C_Angel_Stair"
Name: "Costume Angel Stair"
- Type: 5
- Loc: 1024
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
OnEquipScript: <" sc_start SC_HAT_EFFECT, -1, 0; ">
OnUnequipScript: <" sc_end SC_HAT_EFFECT; ">
},
@@ -142665,9 +142666,9 @@ item_db: (
Id: 20063
AegisName: "C_Yellow_Brain_Hat"
Name: "Costume Yellow Brain Hat"
- Type: 5
- Loc: 1024
- View: 1228
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1228
Trade: {
nodrop: true
notrade: true
@@ -142682,9 +142683,9 @@ item_db: (
Id: 20064
AegisName: "C_Blue_Brain_Hat"
Name: "Costume Blue Brain Hat"
- Type: 5
- Loc: 1024
- View: 1229
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1229
Trade: {
nodrop: true
notrade: true
@@ -142699,25 +142700,25 @@ item_db: (
Id: 20065
AegisName: "C_Hairband_Of_Grandpeco"
Name: "Costume Grand Peco Hairband"
- Type: 5
- Loc: 1024
- View: 473
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 473
},
{
Id: 20066
AegisName: "C_Pecopeco_Hairband"
Name: "Costume Pecopeco Hairband"
- Type: 5
- Loc: 1024
- View: 314
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 314
},
{
Id: 20067
AegisName: "C_White_Rabbit_Headband"
Name: "Costume White Rabbit Headband"
- Type: 5
- Loc: 1024
- View: 719
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 719
Trade: {
nodrop: true
notrade: true
@@ -142731,9 +142732,9 @@ item_db: (
Id: 20068
AegisName: "C_Black_Rabbit_Headband"
Name: "Costume Black Rabbit Headband"
- Type: 5
- Loc: 1024
- View: 718
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 718
Trade: {
nodrop: true
notrade: true
@@ -142747,137 +142748,137 @@ item_db: (
Id: 20069
AegisName: "C_Gryphon_Hairband"
Name: "Costume Gryphon Hairband"
- Type: 5
- Loc: 1024
- View: 1233
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1233
},
{
Id: 20070
AegisName: "C_Alpaca_Hood"
Name: "Costume Alpaca Hood"
- Type: 5
- Loc: 7168
- View: 1234
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1234
},
{
Id: 20071
AegisName: "C_Worg_In_Mouth"
Name: "Costume Worg In Mouth"
- Type: 5
- Loc: 4096
- View: 1235
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1235
},
{
Id: 20073
AegisName: "C_Hair_Band"
Name: "Costume Hair Band"
- Type: 5
- Loc: 1024
- View: 9
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 9
},
{
Id: 20074
AegisName: "C_Biretta"
Name: "Costume Biretta"
- Type: 5
- Loc: 1024
- View: 11
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 11
},
{
Id: 20075
AegisName: "C_Little_Fhat"
Name: "Costume Little Feather Hat"
- Type: 5
- Loc: 1024
- View: 715
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 715
},
{
Id: 20076
AegisName: "C_Idun_Wing_Ears"
Name: "Costume Idun Feather Ears"
- Type: 5
- Loc: 1024
- View: 724
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 724
},
{
Id: 20077
AegisName: "C_Wing_Form_Spectacle"
Name: "Costume Wing Frame Sunglasses"
- Type: 5
- Loc: 2048
- View: 925
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 925
},
{
Id: 20078
AegisName: "C_White_Feather"
Name: "Costume White Feather"
- Type: 5
- Loc: 1024
- View: 741
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 741
},
{
Id: 20079
AegisName: "C_Love_Daddy_2013"
Name: "Costume Forgotten Angel Wing"
- Type: 5
- Loc: 1024
- View: 1104
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1104
},
{
Id: 20080
AegisName: "C_Shamans_Hair_Orna"
Name: "Costume Shaman Hair Ornament"
- Type: 5
- Loc: 1024
- View: 476
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 476
},
{
Id: 20081
AegisName: "C_Metal_Dragon_Helm"
Name: "Costume Metal Dragon Helm"
- Type: 5
- Loc: 1024
- View: 1242
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1242
},
{
Id: 20082
AegisName: "C_Metal_Dragon_Hat"
Name: "Costume Metal Dragon Hat"
- Type: 5
- Loc: 1024
- View: 1243
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1243
},
{
Id: 20083
AegisName: "C_Mythlit_Hat"
Name: "Costume Mythlit Hat"
- Type: 5
- Loc: 1024
- View: 1244
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1244
},
{
Id: 20084
AegisName: "C_Clover_Coronet"
Name: "Costume Ceremonial Hat"
- Type: 5
- Loc: 1024
- View: 325
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 325
},
{
Id: 20085
AegisName: "C_Clover_Silkhat"
Name: "Costume St Patrick's Hat"
- Type: 5
- Loc: 1024
- View: 735
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 735
},
{
Id: 20086
AegisName: "C_Dragon_Cintamani_Hat1"
Name: "Costume Dragon Cintamani Hat1"
- Type: 5
- Loc: 1024
- View: 1245
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1245
Trade: {
nodrop: true
notrade: true
@@ -142891,9 +142892,9 @@ item_db: (
Id: 20087
AegisName: "C_Dragon_Cintamani_Hat2"
Name: "Costume Dragon Cintamani Hat2"
- Type: 5
- Loc: 1024
- View: 1246
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1246
Trade: {
nodrop: true
notrade: true
@@ -142907,9 +142908,9 @@ item_db: (
Id: 20088
AegisName: "C_Dragon_Cintamani_Hat3"
Name: "Costume Dragon Cintamani Hat3"
- Type: 5
- Loc: 1024
- View: 1247
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1247
Trade: {
nodrop: true
notrade: true
@@ -142923,9 +142924,9 @@ item_db: (
Id: 20089
AegisName: "C_Dragon_Cintamani_Hat4"
Name: "Costume Dragon Cintamani Hat4"
- Type: 5
- Loc: 1024
- View: 1248
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1248
Trade: {
nodrop: true
notrade: true
@@ -142939,81 +142940,81 @@ item_db: (
Id: 20090
AegisName: "C_Egg_Shell"
Name: "Costume Egg Shell"
- Type: 5
- Loc: 1024
- View: 101
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 101
},
{
Id: 20091
AegisName: "C_Smoking_Pipe"
Name: "Costume Smoking Pipe"
- Type: 5
- Loc: 4096
- View: 55
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 55
},
{
Id: 20092
AegisName: "C_Sales_Signboard"
Name: "Costume Sale Banner"
- Type: 5
- Loc: 1024
- View: 183
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 183
},
{
Id: 20093
AegisName: "C_Star_Sparkling"
Name: "Costume Wizard Hat"
- Type: 5
- Loc: 1024
- View: 36
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 36
},
{
Id: 20094
AegisName: "C_Fillet_Green"
Name: "Costume Green Ribbon"
- Type: 5
- Loc: 1024
- View: 439
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 439
},
{
Id: 20095
AegisName: "C_Fillet_Red"
Name: "Costume Red Ribbon"
- Type: 5
- Loc: 1024
- View: 440
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 440
},
{
Id: 20096
AegisName: "C_Fillet_Blue"
Name: "Costume Blue Ribbonn"
- Type: 5
- Loc: 1024
- View: 441
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 441
},
{
Id: 20097
AegisName: "C_Fillet_White"
Name: "Costume White Ribbon"
- Type: 5
- Loc: 1024
- View: 442
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 442
},
{
Id: 20098
AegisName: "C_Vampire_Hairband"
Name: "Costume Vampire Hairband"
- Type: 5
- Loc: 1024
- View: 1238
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1238
},
{
Id: 20099
AegisName: "C_Ljosalfar"
Name: "Costume Ljosalfar"
- Type: 5
- Loc: 1024
- View: 1239
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1239
OnEquipScript: <" sc_start SC_LJOSALFAR,-1,0; ">
OnUnequipScript: <" sc_end SC_LJOSALFAR; ">
},
@@ -143021,89 +143022,89 @@ item_db: (
Id: 20100
AegisName: "C_Volume_Fhat"
Name: "Costume Volume Fhat"
- Type: 5
- Loc: 1024
- View: 1240
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1240
},
{
Id: 20101
AegisName: "C_Bragi_Wing_Ears"
Name: "Costume Bragi Wing Ears"
- Type: 5
- Loc: 1024
- View: 1241
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1241
},
{
Id: 20102
AegisName: "C_Horse_King_J"
Name: "Costume Horse King_J"
- Type: 5
- Loc: 7168
- View: 1189
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1189
},
{
Id: 20103
AegisName: "C_Drooping_Panda"
Name: "Costume Drooping Panda"
- Type: 5
- Loc: 1024
- View: 1029
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1029
},
{
Id: 20104
AegisName: "C_Picky_Egg_Shell"
Name: "Costume Picky Egg Shell"
- Type: 5
- Loc: 1024
- View: 1001
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1001
},
{
Id: 20105
AegisName: "C_Fish_Head"
Name: "Costume Fish Head"
- Type: 5
- Loc: 1024
- View: 386
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 386
},
{
Id: 20106
AegisName: "C_Classic_Hat"
Name: "Costume Classic Hat"
- Type: 5
- Loc: 1024
- View: 475
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 475
},
{
Id: 20107
AegisName: "C_Fish_in_mouth"
Name: "Costume Fish in mouth"
- Type: 5
- Loc: 4096
- View: 406
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 406
},
{
Id: 20108
AegisName: "C_Blind_Glasses"
Name: "Costume Blind Glasses"
- Type: 5
- Loc: 2048
- View: 813
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 813
},
{
Id: 20109
AegisName: "C_Jolly_Roger_Hat"
Name: "Costume Jolly Roger Hat"
- Type: 5
- Loc: 1024
- View: 962
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 962
},
{
Id: 20110
AegisName: "C_Coiledup_Snake_Hat1"
Name: "Costume Coiledup Snake Hat1"
- Type: 5
- Loc: 1024
- View: 1258
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1258
Trade: {
nodrop: true
notrade: true
@@ -143117,9 +143118,9 @@ item_db: (
Id: 20111
AegisName: "C_Coiledup_Snake_Hat2"
Name: "Costume Coiledup Snake Hat2"
- Type: 5
- Loc: 1024
- View: 1259
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1259
Trade: {
nodrop: true
notrade: true
@@ -143133,193 +143134,193 @@ item_db: (
Id: 20112
AegisName: "C_Aqua_Ten_Gallon_Hat"
Name: "Costume Aqua Ten Gallon Hat"
- Type: 5
- Loc: 1024
- View: 1256
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1256
},
{
Id: 20113
AegisName: "C_Star_Reading_Hat"
Name: "Costume Star Reading Hat"
- Type: 5
- Loc: 1024
- View: 1253
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1253
},
{
Id: 20114
AegisName: "C_Funeral_Costume"
Name: "Costume Funeral Hat"
- Type: 5
- Loc: 1024
- View: 77
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 77
},
{
Id: 20115
AegisName: "C_Under_Rim_Glasses"
Name: "Costume Under Rim Glasses"
- Type: 5
- Loc: 2048
- View: 1255
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1255
},
{
Id: 20116
AegisName: "C_Mermaid_Headphone"
Name: "Costume Mermaid Headphones"
- Type: 5
- Loc: 2048
- View: 1254
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1254
},
{
Id: 20117
AegisName: "C_Raspberry_Mousse_Hat"
Name: "Costume Raspberry Mousse Hat"
- Type: 5
- Loc: 1024
- View: 1257
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1257
},
{
Id: 20118
AegisName: "C_Hat_Of_Cake"
Name: "Costume Cake Hat"
- Type: 5
- Loc: 1024
- View: 109
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 109
},
{
Id: 20119
AegisName: "C_Fur_Hat"
Name: "Costume Beanie"
- Type: 5
- Loc: 1024
- View: 160
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 160
},
{
Id: 20120
AegisName: "C_Antenna"
Name: "Costume Antenna"
- Type: 5
- Loc: 1024
- View: 97
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 97
},
{
Id: 20121
AegisName: "C_Lotus_Flower_Hat"
Name: "Costume Water Lily Hat"
- Type: 5
- Loc: 1024
- View: 324
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 324
},
{
Id: 20122
AegisName: "Happy_Summer_Ribbon"
Name: "Costume Happy Summer Ribbon"
- Type: 5
- Loc: 1024
- View: 1260
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1260
},
{
Id: 20123
AegisName: "C_Eagle_Eyes"
Name: "Costume Eagle Eyes"
- Type: 5
- Loc: 2048
- View: 63
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 63
},
{
Id: 20124
AegisName: "C_Masquerade"
Name: "Costume Masquerade"
- Type: 5
- Loc: 2048
- View: 78
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 78
},
{
Id: 20125
AegisName: "C_Mini_Glasses"
Name: "Costume Mini Glasses"
- Type: 5
- Loc: 2048
- View: 47
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 47
},
{
Id: 20126
AegisName: "C_Odium_Thanatos_Mask"
Name: "Costume Odium Thanatos Mask"
- Type: 5
- Loc: 6144
- View: 667
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 667
},
{
Id: 20127
AegisName: "C_Abysmal_Knight_Helm"
Name: "Costume Abysmal Knight Helm"
- Type: 5
- Loc: 1024
- View: 371
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 371
},
{
Id: 20128
AegisName: "C_Remover_Hat"
Name: "Costume Remover Hat"
- Type: 5
- Loc: 1024
- View: 655
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 655
},
{
Id: 20129
AegisName: "C_Poporing_Hat"
Name: "Costume Poporing Cap"
- Type: 5
- Loc: 1024
- View: 361
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 361
},
{
Id: 20130
AegisName: "C_Whisper_Tall_Hat"
Name: "Costume Whisper Tall Hat"
- Type: 5
- Loc: 1024
- View: 1265
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1265
},
{
Id: 20131
AegisName: "C_C_Tower_Manager_Hat"
Name: "Costume Clock Tower Manager Incom"
- Type: 5
- Loc: 2048
- View: 1266
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1266
},
{
Id: 20132
AegisName: "C_Subject_Aura"
Name: "Costume Subject Aura"
- Type: 5
- Loc: 4096
- View: 1267
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1267
},
{
Id: 20133
AegisName: "C_Poring_Mascot_Costume"
Name: "Costume Poring Mascot"
- Type: 5
- Loc: 1024
- View: 1268
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1268
},
{
Id: 20134
AegisName: "C_Helm_Of_Abyss_White"
Name: "Costume White Helm Of Abyss"
- Type: 5
- Loc: 1024
- View: 1269
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1269
},
{
Id: 20135
AegisName: "C_12th_Anniversary_Crown"
Name: "Costume 12th Anniversary Crown"
- Type: 5
- Loc: 1024
- View: 1117
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1117
Trade: {
nodrop: true
notrade: true
@@ -143335,9 +143336,9 @@ item_db: (
Id: 20136
AegisName: "C_12th_Anniversary_Fairy_Ears"
Name: "Costume 12th Anniversary Fairy Ears"
- Type: 5
- Loc: 2048
- View: 875
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 875
Trade: {
nodrop: true
notrade: true
@@ -143353,25 +143354,25 @@ item_db: (
Id: 20137
AegisName: "C_Bomb_Wick"
Name: "Costume Bomb Wick"
- Type: 5
- Loc: 1024
- View: 66
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 66
},
{
Id: 20138
AegisName: "C_Sea_Otter_Hat"
Name: "Costume Sea Otter Hat"
- Type: 5
- Loc: 1024
- View: 162
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 162
},
{
Id: 20139
AegisName: "C_Mini_Horse_Hairpin1"
Name: "Costume Mini Horse Hairpin1"
- Type: 5
- Loc: 1024
- View: 1271
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1271
Trade: {
nodrop: true
notrade: true
@@ -143385,9 +143386,9 @@ item_db: (
Id: 20140
AegisName: "C_Mini_Horse_Hairpin2"
Name: "Costume Mini Horse Hairpin2"
- Type: 5
- Loc: 1024
- View: 1272
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1272
Trade: {
nodrop: true
notrade: true
@@ -143401,113 +143402,113 @@ item_db: (
Id: 20141
AegisName: "C_Observer"
Name: "Costume Observer"
- Type: 5
- Loc: 2048
- View: 337
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 337
},
{
Id: 20142
AegisName: "C_Machoman_Glasses"
Name: "Costume Machoman Glasses"
- Type: 5
- Loc: 2048
- View: 92
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 92
},
{
Id: 20143
AegisName: "C_Candy_Cane_In_Mouth"
Name: "Costume Candy Cane In Mouth"
- Type: 5
- Loc: 4096
- View: 665
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 665
},
{
Id: 20144
AegisName: "C_Ancient_Elven_Ear"
Name: "Costume Ancient Elven Ear"
- Type: 5
- Loc: 2048
- View: 665
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 665
},
{
Id: 20145
AegisName: "C_Robo_Eye"
Name: "Costume Robo Eye"
- Type: 5
- Loc: 2048
- View: 345
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 345
},
{
Id: 20146
AegisName: "C_Angel_Spirit"
Name: "Costume Angel Of Ghost"
- Type: 5
- Loc: 2048
- View: 394
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 394
},
{
Id: 20147
AegisName: "C_Bell_Pigeon"
Name: "Costume Pigeon On Shoulder"
- Type: 5
- Loc: 2048
- View: 1034
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1034
},
{
Id: 20148
AegisName: "C_Musketeer_Hat"
Name: "Costume Musketeer Hat"
- Type: 5
- Loc: 2048
- View: 466
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 466
},
{
Id: 20149
AegisName: "C_Hexagon_Glasses"
Name: "Costume Hexagon Glasses"
- Type: 5
- Loc: 2048
- View: 822
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 822
},
{
Id: 20150
AegisName: "C_Wind_Fan"
Name: "Costume Wind Fan"
- Type: 5
- Loc: 4096
- View: 1051
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1051
},
{
Id: 20151
AegisName: "C_Poison_Spore_Hat"
Name: "Costume Poison Spore Hat"
- Type: 5
- Loc: 1024
- View: 899
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 899
},
{
Id: 20152
AegisName: "C_Straw_Rice_Bag"
Name: "Costume Straw Rice Bag"
- Type: 5
- Loc: 7168
- View: 1273
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1273
},
{
Id: 20153
AegisName: "C_Monochrome_Cap"
Name: "Costume Monochrome Cap"
- Type: 5
- Loc: 1024
- View: 1274
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1274
},
{
Id: 20154
AegisName: "C_Maple_Which_Falls"
Name: "Costume Falling Maple leafs"
- Type: 5
- Loc: 4096
- View: 1275
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1275
OnEquipScript: <" sc_start SC_MAPLE_FALLS, -1, 0; ">
OnUnequipScript: <" sc_end SC_MAPLE_FALLS; ">
},
@@ -143515,65 +143516,65 @@ item_db: (
Id: 20155
AegisName: "C_Ladys_Feather_Hat"
Name: "Costume Lady Feather Hat"
- Type: 5
- Loc: 1024
- View: 1276
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1276
},
{
Id: 20156
AegisName: "C_Fan_In_Mouth"
Name: "Costume Fan in Mouth"
- Type: 5
- Loc: 1024
- View: 857
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 857
},
{
Id: 20157
AegisName: "C_Fish_On_Head"
Name: "Costume Blue Fish"
- Type: 5
- Loc: 1024
- View: 149
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 149
},
{
Id: 20158
AegisName: "C_Circlet"
Name: "Costume Circlet"
- Type: 5
- Loc: 1024
- View: 18
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 18
},
{
Id: 20159
AegisName: "C_Blue_Hair_Band"
Name: "Costume Blue Hairband"
- Type: 5
- Loc: 1024
- View: 136
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 136
},
{
Id: 20160
AegisName: "C_Fried_Egg"
Name: "Costume Magnolia Hat_J"
- Type: 5
- Loc: 1024
- View: 373
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 373
},
{
Id: 20161
AegisName: "C_Prontera_Army_Cap"
Name: "Costume Army Cap"
- Type: 5
- Loc: 1024
- View: 48
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 48
},
{
Id: 20162
AegisName: "C_Lamb_Hat1"
Name: "Costume Lamb Hat1"
- Type: 5
- Loc: 1024
- View: 1277
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1277
Trade: {
nodrop: true
notrade: true
@@ -143587,9 +143588,9 @@ item_db: (
Id: 20163
AegisName: "C_Lamb_Hat2"
Name: "Costume Lamb Hat2"
- Type: 5
- Loc: 1024
- View: 1278
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1278
Trade: {
nodrop: true
notrade: true
@@ -143603,129 +143604,129 @@ item_db: (
Id: 20164
AegisName: "C_Duneyrr_Hat"
Name: "Costume Duneyrr Hat"
- Type: 5
- Loc: 1024
- View: 639
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 639
},
{
Id: 20165
AegisName: "C_Tendrilion_Hat"
Name: "Costume Tendrilion Hat"
- Type: 5
- Loc: 1024
- View: 658
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 658
},
{
Id: 20166
AegisName: "C_Hockey_Mask"
Name: "Costume Hockey Mask"
- Type: 5
- Loc: 6144
- View: 336
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 336
},
{
Id: 20167
AegisName: "C_Deviruchi_Headphone"
Name: "Costume Deviruchi Headphone"
- Type: 5
- Loc: 1024
- View: 805
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 805
},
{
Id: 20168
AegisName: "C_Skull_Hood"
Name: "Costume Skull Hood"
- Type: 5
- Loc: 3072
- View: 598
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 598
},
{
Id: 20169
AegisName: "C_Long_Tongue"
Name: "Costume Long Tongue"
- Type: 5
- Loc: 4096
- View: 773
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 773
},
{
Id: 20170
AegisName: "C_Brown_Deviruchi_Cap"
Name: "Costume Brown Deviruchi Cap"
- Type: 5
- Loc: 1024
- View: 273
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 273
},
{
Id: 20171
AegisName: "C_Sepia_Cap"
Name: "Costume Sepia Cap"
- Type: 5
- Loc: 1024
- View: 1280
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1280
},
{
Id: 20172
AegisName: "C_Pumpkin_Head"
Name: "Costume Pumpkin Hat"
- Type: 5
- Loc: 1024
- View: 1281
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1281
},
{
Id: 20173
AegisName: "C_Lude_Hood"
Name: "Costume Lude Hood"
- Type: 5
- Loc: 1024
- View: 1282
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1282
},
{
Id: 20174
AegisName: "C_Halloween_Hat_Orange"
Name: "Costume Orange Halloween Hat"
- Type: 5
- Loc: 1024
- View: 1283
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1283
},
{
Id: 20175
AegisName: "C_Diabolic_Headphone"
Name: "Costume Diabolic Headphone"
- Type: 5
- Loc: 1024
- View: 1284
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1284
},
{
Id: 20176
AegisName: "Happy_Pierrot_Mask"
Name: "Costume Happy Pierrot Mask"
- Type: 5
- Loc: 6144
- View: 1288
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1288
},
{
Id: 20177
AegisName: "C_Drooping_Dorasuke"
Name: "Costume Drooping Dorasuke"
- Type: 5
- Loc: 1024
- View: 1290
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1290
},
{
Id: 20178
AegisName: "C_Puppy_Love"
Name: "Costume Puppy Love"
- Type: 5
- Loc: 1024
- View: 94
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 94
},
{
Id: 20179
AegisName: "C_Monkey_Fur_Hat"
Name: "Costume Monkey Fur Hat"
- Type: 5
- Loc: 1024
- View: 858
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 858
Trade: {
nodrop: true
notrade: true
@@ -143739,218 +143740,218 @@ item_db: (
Id: 20180
AegisName: "C_Westren_Grace"
Name: "Costume Western Grace"
- Type: 5
- Loc: 1024
- View: 32
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 32
},
{
Id: 20181
AegisName: "C_Mistic_Rose"
Name: "Costume Mystic Rose"
- Type: 5
- Loc: 1024
- View: 198
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 198
},
{
Id: 20182
AegisName: "C_Mottled_Egg_Shell"
Name: "Costume Rainbow Eggshell"
- Type: 5
- Loc: 1024
- View: 124
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 124
},
{
Id: 20183
AegisName: "C_There_Is_Something"
Name: "C There Is Something"
- Type: 5
- Loc: 3072
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
Refine: false
- View: 1091
+ ViewSprite: 1091
},
{
Id: 20184
AegisName: "C_Party_Hat"
Name: "Costume Party Hat"
- Type: 5
- Loc: 1024
- View: 144
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 144
},
{
Id: 20185
AegisName: "C_Fashionable_Glasses"
Name: "Costume Fashionable Glasses"
- Type: 5
- Loc: 1024
- View: 131
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 131
},
{
Id: 20186
AegisName: "C_Magni_Cap"
Name: "Costume Magni's Cap"
- Type: 5
- Loc: 1024
- View: 250
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 250
},
{
Id: 20187
AegisName: "C_Friccas_Circlet"
Name: "Costume Fricca's Circlet"
- Type: 5
- Loc: 1024
- View: 251
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 251
},
{
Id: 20188
AegisName: "C_Morpheuss_Hood"
Name: "Costume Morpheus's Hood"
- Type: 5
- Loc: 1024
- View: 256
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 256
},
{
Id: 20189
AegisName: "C_Goibnes_Helm"
Name: "Costume Goibne's Helm"
- Type: 5
- Loc: 1024
- View: 258
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 258
},
{
Id: 20190
AegisName: "C_Chick_Hat_J"
Name: "Costume Chick Hat J"
- Type: 5
- Loc: 1024
- View: 432
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 432
},
{
Id: 20191
AegisName: "C_Black_Cat_Ears_Beret"
Name: "Costume Black Cat Ears Beret"
- Type: 5
- Loc: 1024
- View: 1071
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1071
},
{
Id: 20192
AegisName: "C_Green_Foxtail"
Name: "Costume Green Foxtail"
- Type: 5
- Loc: 4096
- View: 1058
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1058
},
{
Id: 20193
AegisName: "C_Puppy_Grass"
Name: "Costume Puppy Grass"
- Type: 5
- Loc: 4096
- View: 711
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 711
},
{
Id: 20194
AegisName: "C_Lion_Mask"
Name: "Costume Lion Mask"
- Type: 5
- Loc: 1024
- View: 202
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 202
},
{
Id: 20195
AegisName: "C_Scratching_Cat"
Name: "Costume Scratching Cat"
- Type: 5
- Loc: 6144
- View: 1292
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1292
},
{
Id: 20196
AegisName: "C_Leopard_Ear_Hat"
Name: "Costume Leopard Ear Hat"
- Type: 5
- Loc: 1024
- View: 1293
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1293
},
{
Id: 20197
AegisName: "C_Amistr_Beret"
Name: "Costume Amistr Beret"
- Type: 5
- Loc: 1024
- View: 1294
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1294
},
{
Id: 20198
AegisName: "C_Misty_Ears"
Name: "Costume Misty Ears"
- Type: 5
- Loc: 1024
- View: 1295
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1295
},
{
Id: 20199
AegisName: "C_Evil_Marcher_Hat"
Name: "Costume Evil Marching Hat"
- Type: 5
- Loc: 1024
- View: 687
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 687
},
{
Id: 20200
AegisName: "C_Rabbit_Head_Dress"
Name: "Costume Rabbit Headdress"
- Type: 5
- Loc: 1024
- View: 1095
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1095
},
{
Id: 20201
AegisName: "C_Banshee_Master_Kiss"
Name: "Costume Banshee Master Kiss"
- Type: 5
- Loc: 4096
- View: 959
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 959
},
{
Id: 20202
AegisName: "C_Deviruchi_Balloon"
Name: "Costume Deviruchi Balloon"
- Type: 5
- Loc: 4096
- View: 1082
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1082
},
{
Id: 20203
AegisName: "C_Bandana"
Name: "Costume Bandana"
- Type: 5
- Loc: 1024
- View: 6
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 6
},
{
Id: 20204
AegisName: "C_Hunting_Cap"
Name: "Costume Hunting Cap"
- Type: 5
- Loc: 1024
- View: 389
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 389
},
{
Id: 20205
AegisName: "C_Fancy_Flower"
Name: "Costume Fancy Flower"
- Type: 5
- Loc: 1024
- View: 4
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 4
},
{
Id: 20206
AegisName: "C_Chicken_Hat1"
Name: "Costume Chicken Hat1"
- Type: 5
- Loc: 7168
- View: 1296
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1296
Trade: {
nodrop: true
notrade: true
@@ -143964,25 +143965,25 @@ item_db: (
Id: 20207
AegisName: "C_Stripe_Band"
Name: "Costume Striped Hairband"
- Type: 5
- Loc: 1024
- View: 133
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 133
},
{
Id: 20208
AegisName: "C_Necktie"
Name: "Costume Necktie"
- Type: 5
- Loc: 1024
- View: 443
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 443
},
{
Id: 20209
AegisName: "C_Mermaid_Longing"
Name: "Costume Mermaid Bubbles"
- Type: 5
- Loc: 1024
- View: 1299
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1299
OnEquipScript: <" sc_start SC_MERMAID_LONGING,-1,0; ">
OnUnequipScript: <" sc_end SC_MERMAID_LONGING; ">
},
@@ -143990,9 +143991,9 @@ item_db: (
Id: 20210
AegisName: "C_Chicken_Hat2"
Name: "Costume Chicken Hat2"
- Type: 5
- Loc: 7168
- View: 1297
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1297
Trade: {
nodrop: true
notrade: true
@@ -144006,9 +144007,9 @@ item_db: (
Id: 20211
AegisName: "C_Chicken_Hat3"
Name: "Costume Chicken Hat3"
- Type: 5
- Loc: 7168
- View: 1298
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1298
Trade: {
nodrop: true
notrade: true
@@ -144022,129 +144023,129 @@ item_db: (
Id: 20212
AegisName: "C_Loki_Nidhogg_Hat"
Name: "Costume Loki & Nidhoggur dolls"
- Type: 5
- Loc: 1024
- View: 1304
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1304
},
{
Id: 20213
AegisName: "C_Robot_Eyes"
Name: "Costume Robot Eyes"
- Type: 5
- Loc: 2048
- View: 345
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 345
},
{
Id: 20214
AegisName: "C_Evil_Marcher_Hat_J"
Name: "Costume Evil Marcher Hat J"
- Type: 5
- Loc: 1024
- View: 1002
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1002
},
{
Id: 20215
AegisName: "C_Black_Devil_Mask"
Name: "Costume Black Devil Mask"
- Type: 5
- Loc: 2048
- View: 760
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 760
},
{
Id: 20216
AegisName: "C_Rideword_Hat"
Name: "Costume Rideword Hat"
- Type: 5
- Loc: 1024
- View: 890
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 890
},
{
Id: 20217
AegisName: "C_Arabian_Veil"
Name: "Costume Arabian Veil"
- Type: 5
- Loc: 1024
- View: 1300
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1300
},
{
Id: 20218
AegisName: "C_Spell_Circuit"
Name: "Costume Spell Circuit"
- Type: 5
- Loc: 1024
- View: 1301
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1301
},
{
Id: 20219
AegisName: "C_Angel_Marcher_Hat"
Name: "Costume Angel Marcher Hat"
- Type: 5
- Loc: 1024
- View: 1302
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1302
},
{
Id: 20220
AegisName: "C_Dark_Night_Veil"
Name: "Costume Dark Night Veil"
- Type: 5
- Loc: 1024
- View: 1303
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1303
},
{
Id: 20221
AegisName: "C_Ifrit_Eyes"
Name: "Costume Ifrit Eyes"
- Type: 5
- Loc: 2048
- View: 886
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 886
},
{
Id: 20222
AegisName: "C_Santa_Hat_2"
Name: "Costume Blue Santa Hat"
- Type: 5
- Loc: 1024
- View: 395
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 395
},
{
Id: 20223
AegisName: "C_Centimental_Leaf"
Name: "Costume Romantic Leaf"
- Type: 5
- Loc: 4096
- View: 57
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 57
},
{
Id: 20224
AegisName: "C_Red_Tailed_Ribbon"
Name: "Costume Red Tailed Ribbon"
- Type: 5
- Loc: 1024
- View: 167
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 167
},
{
Id: 20225
AegisName: "C_Pumpkin_Hat"
Name: "Costume Pumpkin Head"
- Type: 5
- Loc: 1024
- View: 206
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 206
},
{
Id: 20226
AegisName: "C_Hair_Brush"
Name: "Costume Red Comb"
- Type: 5
- Loc: 1024
- View: 445
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 445
},
{
Id: 20227
AegisName: "C_Husky_Hat"
Name: "Costume Husky Hat"
- Type: 5
- Loc: 1024
- View: 1016
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1016
Trade: {
nodrop: true
notrade: true
@@ -144158,9 +144159,9 @@ item_db: (
Id: 20228
AegisName: "C_Piggie_Bank_J"
Name: "Costume Piggie Bank J"
- Type: 5
- Loc: 1024
- View: 603
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 603
Trade: {
nodrop: true
notrade: true
@@ -144174,144 +144175,144 @@ item_db: (
Id: 20229
AegisName: "C_New_Year_Hairpin"
Name: "Costume New Year Hairpin"
- Type: 5
- Loc: 1024
- View: 1155
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1155
},
{
Id: 20230
AegisName: "C_Mask_Of_Bankrupt"
Name: "Costume Bankruptcy Mask"
- Type: 5
- Loc: 6144
- View: 936
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 936
},
{
Id: 20231
AegisName: "C_Snowman_Hat"
Name: "Costume Snowman Hat"
- Type: 5
- Loc: 1024
- View: 616
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 616
},
{
Id: 20232
AegisName: "C_Celines_Ribbon"
Name: "Costume Celines Ribbon"
- Type: 5
- Loc: 1024
- View: 967
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 967
},
{
Id: 20233
AegisName: "C_Gold_Angel_Sculpture"
Name: "Costume Golden Statue of Baby Angel"
- Type: 5
- Loc: 1024
- View: 646
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 646
},
{
Id: 20234
AegisName: "C_Baphomet_Hat"
Name: "Costume Baphomet Hat"
- Type: 5
- Loc: 7168
- View: 1311
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1311
},
{
Id: 20235
AegisName: "C_Frozen_Land_Rose"
Name: "Costume Frozen Rose"
- Type: 5
- Loc: 4096
- View: 1025
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1025
},
{
Id: 20236
AegisName: "C_Hellomother_Hat"
Name: "Costume Arc Angeling Hat"
- Type: 5
- Loc: 1024
- View: 241
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 241
},
{
Id: 20237
AegisName: "C_Pink_Fur_Hat"
Name: "Costume Pink Beanie"
- Type: 5
- Loc: 1024
- View: 281
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 281
},
{
Id: 20238
AegisName: "C_Blue_Drooping_Kitty"
Name: "Costume Drooping Blue Cat"
- Type: 5
- Loc: 1024
- View: 277
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 277
},
{
Id: 20239
AegisName: "C_Large_Ribbon_Muffler"
Name: "Costume Large Ribbon Muffler"
- Type: 5
- Loc: 4096
- View: 1312
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1312
},
{
Id: 20240
AegisName: "C_Gift_Of_Snow"
Name: "Costume Gift of Snow"
- Type: 5
- Loc: 4096
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
},
{
Id: 20241
AegisName: "C_Eclipse_Hat"
Name: "Costume Eclipse Hat"
- Type: 5
- Loc: 1024
- View: 922
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 922
},
{
Id: 20242
AegisName: "C_Snownow_Hat"
Name: "Costume Snownow Hat"
- Type: 5
- Loc: 1024
- View: 1313
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1313
},
{
Id: 20243
AegisName: "C_Choco_Mint_Bonnet"
Name: "Costume Choco Mint Bonnet"
- Type: 5
- Loc: 1024
- View: 1314
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1314
},
{
Id: 20244
AegisName: "C_Zealotus_Mask"
Name: "Costume Zealotus Mask"
- Type: 5
- Loc: 3072
- View: 200
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]
+ ViewSprite: 200
},
{
Id: 20245
AegisName: "C_Cat_Paw_Hairpin"
Name: "Costume Cat Paw Hairpin"
- Type: 5
- Loc: 1024
- View: 447
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 447
},
{
Id: 20246
AegisName: "C_Decoration_of_Time"
Name: "Costume Decoration of Time"
- Type: 5
- Loc: 2048
- View: 1309
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1309
OnEquipScript: <" sc_start SC_TIME_ACCESSORY, -1, 0; ">
OnUnequipScript: <" sc_end SC_TIME_ACCESSORY; ">
},
@@ -144319,289 +144320,289 @@ item_db: (
Id: 20247
AegisName: "C_Black_Hand_of_Fate"
Name: "Costume Black Hand of Fate"
- Type: 5
- Loc: 1024
- View: 1310
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1310
},
{
Id: 20248
AegisName: "C_Black_Strong_Hair"
Name: "Costume Black Strong Hair"
- Type: 5
- Loc: 1024
- View: 1315
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1315
},
{
Id: 20249
AegisName: "C_Red_Strong_Hair"
Name: "Costume Red Strong Hair"
- Type: 5
- Loc: 1024
- View: 1316
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1316
},
{
Id: 20250
AegisName: "C_White_Strong_Hair"
Name: "Costume White Strong Hair"
- Type: 5
- Loc: 1024
- View: 1317
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1317
},
{
Id: 20251
AegisName: "C_Rose_Cascade"
Name: "Costume Rose Cascade"
- Type: 5
- Loc: 1024
- View: 920
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 920
},
{
Id: 20252
AegisName: "C_Accessory_of_Ascetic"
Name: "Costume Mage Decoration"
- Type: 5
- Loc: 1024
- View: 1150
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1150
},
{
Id: 20253
AegisName: "C_Droopy_Alice_Doll"
Name: "Costume Drooping Alicel"
- Type: 5
- Loc: 1024
- View: 784
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 784
},
{
Id: 20254
AegisName: "C_Ribbon_Yellow"
Name: "Costume Yellow Ribbonn"
- Type: 5
- Loc: 1024
- View: 243
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 243
},
{
Id: 20255
AegisName: "C_Love_Cheek"
Name: "Costume Love Cheeks"
- Type: 5
- Loc: 2048
- View: 1318
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1318
},
{
Id: 20256
AegisName: "C_Honey_Pancakes"
Name: "Costume Honey Pancake"
- Type: 5
- Loc: 1024
- View: 1319
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1319
},
{
Id: 20257
AegisName: "C_Black_Rabbit_Bonnet"
Name: "Costume Black Rabbit Bonnet"
- Type: 5
- Loc: 1024
- View: 1320
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1320
},
{
Id: 20258
AegisName: "C_Blue_Head_Dress"
Name: "Costume Blue Headdress"
- Type: 5
- Loc: 1024
- View: 1321
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1321
},
{
Id: 20259
AegisName: "C_Pink_Clover"
Name: "Costume Pink Clover"
- Type: 5
- Loc: 4096
- View: 1322
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1322
},
{
Id: 20260
AegisName: "C_Stardust"
Name: "Costume Stardust"
- Type: 5
- Loc: 1024
- View: 81
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 81
},
{
Id: 20262
AegisName: "C_Fox_Ears_Bell_Ribbon"
Name: "Costume Fox Ears Drop Ribbon"
- Type: 5
- Loc: 1024
- View: 1070
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1070
},
{
Id: 20263
AegisName: "C_Hat_Of_Drowsy_Cat"
Name: "Costume Sleeping Cat Hat J"
- Type: 5
- Loc: 1024
- View: 838
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 838
},
{
Id: 20264
AegisName: "C_Blood_Sucker"
Name: "Costume Blood Sucker"
- Type: 5
- Loc: 4096
- View: 893
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 893
},
{
Id: 20265
AegisName: "C_Bird_Nest_Hat"
Name: "Costume Bird Nest Hat"
- Type: 5
- Loc: 1024
- View: 235
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 235
},
{
Id: 20266
AegisName: "C_Secret_Zipper"
Name: "Costume Secret Zipper"
- Type: 5
- Loc: 1024
- View: 1324
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1324
},
{
Id: 20267
AegisName: "C_Penguin_Cap"
Name: "Costume Penguin Cap"
- Type: 5
- Loc: 1024
- View: 1325
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1325
},
{
Id: 20268
AegisName: "C_Sleep_Eclipse_Family"
Name: "Costume Sleep Eclipse Family"
- Type: 5
- Loc: 1024
- View: 1326
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1326
},
{
Id: 20269
AegisName: "C_White_Fox_Ear_Ribbon"
Name: "Costume White Fox Ear Ribbon"
- Type: 5
- Loc: 1024
- View: 1327
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1327
},
{
Id: 20270
AegisName: "C_Gryphon_Wing_Ears"
Name: "Costume Gryphon Wing Ears"
- Type: 5
- Loc: 2048
- View: 1328
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1328
},
{
Id: 20271
AegisName: "C_Sunflower"
Name: "Costume Sunflower"
- Type: 5
- Loc: 1024
- View: 37
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 37
},
{
Id: 20272
AegisName: "C_Snowy_Horn"
Name: "Costume Unicorn Horn"
- Type: 5
- Loc: 1024
- View: 42
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 42
},
{
Id: 20273
AegisName: "C_Soft_Sheep_Hat"
Name: "Costume Soft Sheep Hat"
- Type: 5
- Loc: 1024
- View: 738
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 738
},
{
Id: 20274
AegisName: "C_Polar_Bear_Cap_J"
Name: "Costume Polar Bear Cap J"
- Type: 5
- Loc: 1024
- View: 966
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 966
},
{
Id: 20277
AegisName: "C_Balloon_Hat"
Name: "Costume Balloon Hat"
- Type: 5
- Loc: 1024
- View: 385
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 385
},
{
Id: 20278
AegisName: "C_Mans_Medal"
Name: "Costume Man's Medal"
- Type: 5
- Loc: 1024
- View: 775
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 775
},
{
Id: 20279
AegisName: "C_Cheering_Whistle"
Name: "Costume Cheering Whistle"
- Type: 5
- Loc: 4096
- View: 952
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 952
},
{
Id: 20280
AegisName: "C_Pencil_In_Mouth"
Name: "Costume Well-Chewed Pencil"
- Type: 5
- Loc: 4096
- View: 555
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 555
},
{
Id: 20281
AegisName: "C_Kindergarten_Hat"
Name: "Costume Kindergarten Hat"
- Type: 5
- Loc: 1024
- View: 977
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 977
},
{
Id: 20282
AegisName: "C_White_Student_Cap"
Name: "Costume White Student Cap"
- Type: 5
- Loc: 1024
- View: 877
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 877
},
{
Id: 20283
AegisName: "C_Over_Protector"
Name: "Costume Over Protector"
- Type: 5
- Loc: 1024
- View: 1329
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1329
},
{
Id: 20284
AegisName: "C_Cherry_Blossom_Hat"
Name: "Costume Sakura Hat"
- Type: 5
- Loc: 1024
- View: 1330
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1330
},
{
Id: 20285
AegisName: "C_Blossom_Fluttering"
Name: "Costume Dancing Fallen Sakura"
- Type: 5
- Loc: 4096
- View: 1331
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1331
OnEquipScript: <" sc_start SC_BLOSSOM_FLUTTERING, -1, 0; ">
OnUnequipScript: <" sc_end SC_BLOSSOM_FLUTTERING; ">
},
@@ -144609,145 +144610,145 @@ item_db: (
Id: 20286
AegisName: "C_Under_Rim_Glasses_Red"
Name: "Costume Under Rim Glasses Red"
- Type: 5
- Loc: 2048
- View: 1332
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1332
},
{
Id: 20287
AegisName: "C_Mans_Medal_"
Name: "Costume Man's Medal(Gold)"
- Type: 5
- Loc: 1024
- View: 1333
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1333
},
{
Id: 20288
AegisName: "C_Bijou_Hat"
Name: "Costume Bijou Hat"
- Type: 5
- Loc: 1024
- View: 1334
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1334
},
{
Id: 20291
AegisName: "C_Helm_of_Thoth"
Name: "Costume Helm of Thoth"
- Type: 5
- Loc: 7168
- View: 860
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 860
},
{
Id: 20292
AegisName: "C_Black_Ramen_Hat"
Name: "Costume Black Ramen Hat"
- Type: 5
- Loc: 1024
- View: 1338
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1338
},
{
Id: 20293
AegisName: "C_Sleeper_Hat"
Name: "Costume Sleeper Hat"
- Type: 5
- Loc: 1024
- View: 590
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 590
},
{
Id: 20294
AegisName: "C_Savage_Babe_Hat"
Name: "Costume Savage Babe Hat"
- Type: 5
- Loc: 1024
- View: 553
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 553
},
{
Id: 20295
AegisName: "C_Poring_Sunglasses"
Name: "Costume Poring Sunglasses"
- Type: 5
- Loc: 2048
- View: 954
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 954
},
{
Id: 20296
AegisName: "C_Yoyo_Hat"
Name: "Costume Yoyo Hat"
- Type: 5
- Loc: 1024
- View: 391
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 391
},
{
Id: 20297
AegisName: "C_Cactus_Hat"
Name: "Costume Cactus Hat"
- Type: 5
- Loc: 1024
- View: 615
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 615
},
{
Id: 20298
AegisName: "C_Happy_Lunatic_Ear"
Name: "Costume Happy Lunatic Hanging Ear"
- Type: 5
- Loc: 2048
- View: 1340
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1340
},
{
Id: 20299
AegisName: "C_Face_Crusher"
Name: "Costume Face Crusher"
- Type: 5
- Loc: 6144
- View: 1341
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1341
},
{
Id: 20300
AegisName: "C_Hill_Wind_Mask"
Name: "Costume Hill Wind Mask"
- Type: 5
- Loc: 7168
- View: 1342
+ Type: "IT_ARMOR"
+ Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
+ ViewSprite: 1342
},
{
Id: 20301
AegisName: "C_Golden_Savage_Hat"
Name: "Costume Golden Savage Hat"
- Type: 5
- Loc: 1024
- View: 648
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 648
},
{
Id: 20302
AegisName: "C_Beelzebub_Crown"
Name: "Costume Beelzebub Crown"
- Type: 5
- Loc: 1024
- View: 1343
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1343
},
{
Id: 20303
AegisName: "C_Mandragora_Cap"
Name: "Costume Mandragora Cap"
- Type: 5
- Loc: 1024
- View: 402
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 402
},
{
Id: 20304
AegisName: "C_Raccoon_Hat"
Name: "Costume Raccoon Hat"
- Type: 5
- Loc: 1024
- View: 118
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 118
},
{
Id: 20307
AegisName: "C_Beginner_Cap"
Name: "Costume Beginner Cap"
- Type: 5
- Loc: 4096
- View: 1348
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1348
Script: <"
if(BaseLevel<100) {
bonus bHit,30-(3*(BaseLevel/10));
@@ -144764,113 +144765,113 @@ item_db: (
Id: 20311
AegisName: "C_Magical_Booster"
Name: "Costume Magical Booster"
- Type: 5
- Loc: 2048
- View: 873
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 873
},
{
Id: 20312
AegisName: "C_Barons_Evil_Eye"
Name: "Costume Baron's Evil Eye"
- Type: 5
- Loc: 2048
- View: 989
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 989
},
{
Id: 20313
AegisName: "C_CD_in_Mouth"
Name: "Costume CD in Mouth"
- Type: 5
- Loc: 4096
- View: 815
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 815
},
{
Id: 20314
AegisName: "C_New_Wave_Sunglasses"
Name: "Costume New Wave Sunglasses"
- Type: 5
- Loc: 2048
- View: 856
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 856
},
{
Id: 20315
AegisName: "C_Analyze_Eye"
Name: "Costume Analyze Eye"
- Type: 5
- Loc: 4096
- View: 1351
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_LOW"
+ ViewSprite: 1351
},
{
Id: 20316
AegisName: "C_Seraph_Wing_Helm"
Name: "Costume Seraph Wing Helm"
- Type: 5
- Loc: 1024
- View: 1352
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1352
},
{
Id: 20317
AegisName: "C_Nekomimi_Cyber_Headphone"
Name: "Costume Nekomimi Cyber Headphone"
- Type: 5
- Loc: 1024
- View: 1353
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1353
},
{
Id: 20318
AegisName: "C_Charleston_Antenna"
Name: "Costume Charleston Antenna"
- Type: 5
- Loc: 2048
- View: 1354
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1354
},
{
Id: 20319
AegisName: "C_Crimson_Booster"
Name: "Costume Crimson Booster"
- Type: 5
- Loc: 2048
- View: 1355
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_MID"
+ ViewSprite: 1355
},
{
Id: 20329
AegisName: "C_Very_Cute_Doll_Hat"
Name: "Costume Very Cute Doll Hat"
- Type: 5
- Loc: 1024
- View: 1084
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1084
},
{
Id: 20330
AegisName: "C_Sombrero"
Name: "Costume Sombrero"
- Type: 5
- Loc: 1024
- View: 151
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 151
},
{
Id: 20331
AegisName: "C_Desert_Prince"
Name: "Costume Desert Prince"
- Type: 5
- Loc: 1024
- View: 567
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 567
},
{
Id: 20332
AegisName: "C_Pure_White_Ribbon"
Name: "Costume Pure White Ribbon"
- Type: 5
- Loc: 1024
- View: 1175
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 1175
},
{
Id: 20333
AegisName: "C_Family_Hat"
Name: "Costume Family Hat"
- Type: 5
- Loc: 1024
- View: 650
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_HEAD_TOP"
+ ViewSprite: 650
},
//== New Garments ==========================================
@@ -144878,19 +144879,19 @@ item_db: (
Id: 20500
AegisName: "T_Archangel_Wing"
Name: "T Archangel's Wings"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 8192
+ Loc: "EQP_COSTUME_GARMENT"
Refine: false
- View: 1
+ ViewSprite: 1
Script: <" bonus bUnbreakableHelm,0; ">
},
{
Id: 20600
AegisName: "Fantastic_Aura"
Name: "Fantastic Aura"
- Type: 5
- Loc: 16384
+ Type: "IT_ARMOR"
+ Loc: 16384 // FIXME
Refine: false
Script: <" bonus bUnbreakableHelm,0; ">
},
@@ -144898,12 +144899,12 @@ item_db: (
Id: 20700
AegisName: "Egir_Manteau"
Name: "Aegir Mantle"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 300
Def: 10
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 110
Script: <"
bonus bUnbreakableGarment, 0;
@@ -144917,9 +144918,9 @@ item_db: (
Id: 20702
AegisName: "TE_Woe_Muffler"
Name: "TE Woe Muffler"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 40
Refine: false
Trade: {
@@ -144943,7 +144944,7 @@ item_db: (
Id: 20703
AegisName: "TE_Woe_Manteau"
Name: "TE Woe Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Job: {
Swordsman: true
@@ -144953,7 +144954,7 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
EquipLv: 40
Trade: {
@@ -144975,7 +144976,7 @@ item_db: (
Id: 20704
AegisName: "TE_Woe_Magic_Manteau"
Name: "TE Woe Magic Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Def: 5
Job: {
Novice: true
@@ -144987,7 +144988,7 @@ item_db: (
Sage: true
Soul_Linker: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
Refine: false
EquipLv: 40
Trade: {
@@ -145010,11 +145011,11 @@ item_db: (
Id: 20706
AegisName: "Amistr_Bag"
Name: "Amistr Bag"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 18
- Loc: 4
- View: 4
+ Loc: "EQP_GARMENT"
+ ViewSprite: 4
Script: <"
bonus bAllStats,1;
bonus2 bSubEle,Ele_Neutral,5;
@@ -145033,11 +145034,11 @@ item_db: (
Id: 20707
AegisName: "Kirin_Wing"
Name: "Kirin Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 18
- Loc: 4
- View: 6
+ Loc: "EQP_GARMENT"
+ ViewSprite: 6
Script: <"
bonus bStr,1;
bonus bInt,1;
@@ -145051,8 +145052,8 @@ item_db: (
Id: 20709
AegisName: "Mana_Manteau"
Name: "Mana Manteau"
- Type: 5
- Loc: 4
+ Type: "IT_ARMOR"
+ Loc: "EQP_GARMENT"
EquipLv: [1, 100]
Refine: false
Trade: {
@@ -145071,7 +145072,7 @@ item_db: (
Id: 20710
AegisName: "Impr_Angels_Warmth"
Name: "Modified Angel's Cardigan"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 6
@@ -145079,8 +145080,8 @@ item_db: (
Job: {
Novice: true
}
- Upper: 47
- Loc: 4
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 99
Script: <" bonus bHPrecovRate,50; ">
},
@@ -145088,12 +145089,12 @@ item_db: (
Id: 20711
AegisName: "Manteau_Of_Diego"
Name: "Manteau Of Diego"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 15
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -145104,36 +145105,36 @@ item_db: (
Id: 20717
AegisName: "FaceWorm_Skin"
Name: "Gigant Snake Skin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 38
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMdef,10; ">
},
{
Id: 20718
AegisName: "FaceWorm_Skin_"
Name: "Gigant Snake Skin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 38
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <" bonus bMdef,10; ">
},
{
Id: 20721
AegisName: "Cloak_Of_Gray"
Name: "Gray Cloak"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 45
Slots: 1
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 120
Script: <" bonus2 bSubEle,Ele_Holy,3+(getrefine()/2); ">
},
@@ -145141,12 +145142,12 @@ item_db: (
Id: 20724
AegisName: "Love_Dad_Wings_2012"
Name: "Love Dad Wing 2012"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 15
Slots: 1
- Loc: 4
- View: 5
+ Loc: "EQP_GARMENT"
+ ViewSprite: 5
Script: <"
if(readparam(bStr)>=90) {
bonus bAllStats,1;
@@ -145190,11 +145191,11 @@ item_db: (
Id: 20725
AegisName: "Ribbon_Piamat"
Name: "Piamette Ribbon"
- Type: 5
+ Type: "IT_ARMOR"
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 30
- View: 7
+ ViewSprite: 7
Script: <"
bonus bInt,1;
bonus bDex,1;
@@ -145205,19 +145206,19 @@ item_db: (
Id: 20727
AegisName: "Brilliant_Golden_Wings"
Name: "Brilliant Golden Wings"
- Type: 5
- Loc: 8192
- View: 5
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 5
},
{
Id: 20730
AegisName: "Hood_of_Loyal"
Name: "Hood of Loyal"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 30
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 80
Refine: false
Script: <"
@@ -145231,7 +145232,7 @@ item_db: (
Id: 20732
AegisName: "Supplement_Part_Con"
Name: "Physical Complement Device"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 20
@@ -145239,8 +145240,8 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bMaxHPrate,6+(getrefine()/2);
@@ -145251,7 +145252,7 @@ item_db: (
Id: 20733
AegisName: "Upgrade_Part_Engine"
Name: "Reinforced Parts - Engine"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 1500
Def: 25
@@ -145259,8 +145260,8 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 4
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bDelayrate,-10;
@@ -145272,19 +145273,19 @@ item_db: (
Id: 20737
AegisName: "C_Kirin_Wing"
Name: "Costume Kirin Wings"
- Type: 5
- Loc: 8192
- View: 6
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 6
},
{
Id: 20743
AegisName: "Airship_Cape"
Name: "Manteau Of Airship"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 25
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 125
Refine: false
Trade: {
@@ -145305,12 +145306,12 @@ item_db: (
Id: 20744
AegisName: "Felock_Cape"
Name: "Tarlock's Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 12
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 125
Script: <"
bonus bFlee,20;
@@ -145325,19 +145326,19 @@ item_db: (
Id: 20746
AegisName: "C_Rudra_Wing"
Name: "Costume Rudra Wings"
- Type: 5
- Loc: 8192
- View: 8
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 8
},
{
Id: 20748
AegisName: "Manteau_Of_Fallen"
Name: "Manteau of The Fallen"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 120
Script: <"
bonus bAgi,5;
@@ -145357,12 +145358,12 @@ item_db: (
Id: 20749
AegisName: "Manteau_Of_Fallen_"
Name: "Manteau of The Fallen"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 30
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 170
Script: <"
bonus bAgi,5;
@@ -145384,12 +145385,12 @@ item_db: (
Id: 20756
AegisName: "Aegir_Cloak"
Name: "Aegir Cloak"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 300
Def: 10
Slots: 1
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 40
Script: <"
bonus bMaxHP, 500;
@@ -145401,11 +145402,11 @@ item_db: (
Id: 20757
AegisName: "Wing_Of_Happiness"
Name: "Heavenly Wings1"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Slots: 1
- Loc: 4
- View: 9
+ Loc: "EQP_GARMENT"
+ ViewSprite: 9
Script: <"
bonus bAllStats,3;
skill AL_INCAGI,3;
@@ -145415,11 +145416,11 @@ item_db: (
Id: 20758
AegisName: "Wing_Of_Happiness_"
Name: "Heavenly Wings2"
- Type: 5
+ Type: "IT_ARMOR"
Def: 10
Slots: 1
- Loc: 4
- View: 9
+ Loc: "EQP_GARMENT"
+ ViewSprite: 9
Script: <"
bonus bAllStats,3;
skill AL_INCAGI,3;
@@ -145429,25 +145430,25 @@ item_db: (
Id: 20761
AegisName: "C_Wing_Of_Happiness"
Name: "Costume Wing of Happiness"
- Type: 5
- Loc: 8192
- View: 9
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 9
},
{
Id: 20762
AegisName: "C_GreatDevilWing"
Name: "Costume Great Devil Wings"
- Type: 5
- Loc: 8192
- View: 10
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 10
},
{
Id: 20763
AegisName: "C_Amistr_Bag"
Name: "Costume Amistr Bag"
- Type: 5
- Loc: 8192
- View: 4
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 4
Script: <"
bonus bMdef,10;
bonus2 bAddRaceTolerance,RC_Player,1;
@@ -145457,37 +145458,37 @@ item_db: (
Id: 20764
AegisName: "C_Fallen_Angel_Wing"
Name: "Costume Fallen Angel Wing"
- Type: 5
- Loc: 8192
- View: 3
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 3
},
{
Id: 20765
AegisName: "C_Archangel_Wing"
Name: "Costume Archangel Wing"
- Type: 5
- Loc: 8192
- View: 1
+ Type: "IT_ARMOR"
+ Loc: "EQP_COSTUME_GARMENT"
+ ViewSprite: 1
},
{
Id: 20768
AegisName: "Arch_Angel_Wing"
Name: "Arch Angel Wing"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 200
Def: 18
- Loc: 4
- View: 10
+ Loc: "EQP_GARMENT"
+ ViewSprite: 10
},
{
Id: 20773
AegisName: "Excellion_Wing"
Name: "Excellion Wing"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 900
Def: 40
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 99
Script: <"
bonus bFlee2,8;
@@ -145499,11 +145500,11 @@ item_db: (
Id: 20778
AegisName: "Crimson_Stole"
Name: "Crimson Stole"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 8
- Loc: 4
+ Loc: "EQP_GARMENT"
Script: <"
bonus bMdef,3;
bonus bMaxSPrate,10;
@@ -145517,7 +145518,7 @@ item_db: (
Id: 20788
AegisName: "Private_Doram_Manteau"
Name: "Private Doram Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 300
Def: 20
@@ -145525,7 +145526,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 100
Script: <"
bonus bFlee,5;
@@ -145537,7 +145538,7 @@ item_db: (
Id: 20789
AegisName: "Luxury_Doram_Manteau"
Name: "Luxury Doram Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 400
Def: 25
@@ -145545,7 +145546,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 140
Script: <"
bonus bFlee, 7;
@@ -145558,7 +145559,7 @@ item_db: (
Id: 20790
AegisName: "Elegant_Doram_Manteau"
Name: "Elegant Doram Manteau"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 30
@@ -145566,7 +145567,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 4
+ Loc: "EQP_GARMENT"
EquipLv: 175
Script: <"
bonus bFlee, 10;
@@ -145583,7 +145584,7 @@ item_db: (
Id: 21000
AegisName: "Upg_Twohand_Sword"
Name: "Upgrade Two-Hand Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1500
Atk: 100
@@ -145594,9 +145595,9 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bBaseAtk,(getrefine()*12);
bonus bMatk,(getrefine()*5);
@@ -145607,7 +145608,7 @@ item_db: (
Id: 21001
AegisName: "Velum_Claymore"
Name: "Vellum Claymore"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3500
Atk: 260
@@ -145617,10 +145618,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus2 bAddRace,RC_DemiPlayer,80;
bonus2 bIgnoreDefRate,RC_DemiPlayer,30;
@@ -145634,7 +145635,7 @@ item_db: (
Id: 21002
AegisName: "Velum_Katzbalger"
Name: "Vellum Katzbalger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 100
@@ -145644,17 +145645,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 95
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus3 bHPVanishRate, 1000, 8, BF_NORMAL; ">
},
{
Id: 21003
AegisName: "Muramasa_"
Name: "Muramasa"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 155
@@ -145665,10 +145666,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 48
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bCritical,30;
bonus bAspdRate,8;
@@ -145679,7 +145680,7 @@ item_db: (
Id: 21004
AegisName: "Alca_Bringer_"
Name: "Alca Bringer"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3400
Atk: 280
@@ -145688,18 +145689,18 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bAspd,(getrefine()/2); ">
},
{
Id: 21005
AegisName: "Metal_Two_Hand_Sword"
Name: "Metal Two-Handed Sword"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 95
Range: 1
Slots: 1
@@ -145708,9 +145709,9 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -145730,7 +145731,7 @@ item_db: (
Id: 21006
AegisName: "TE_Woe_Two_Hand_Sword"
Name: "TE WoE Two Hand Sword"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 150
Range: 1
Job: {
@@ -145738,11 +145739,11 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 40
Refine: false
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -145761,7 +145762,7 @@ item_db: (
Id: 21007
AegisName: "Heavy_Sword"
Name: "Heavy Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 330
@@ -145771,17 +145772,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 1
EquipLv: 150
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bStr,20; ">
},
{
Id: 21008
AegisName: "Small_Karasuma"
Name: "Small Karasuma"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1000
Atk: 170
@@ -145792,10 +145793,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 50
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bCritAtkRate,getrefine()*2;
bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; /* Custom - JRO */
@@ -145805,7 +145806,7 @@ item_db: (
Id: 21009
AegisName: "Thanos_Great_Sword"
Name: "Thanatos Great Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 280
@@ -145817,11 +145818,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -145836,7 +145837,7 @@ item_db: (
Id: 21010
AegisName: "Tw_Sword_Of_Evil_Slayer"
Name: "Evil Slayer Slasher Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 225
@@ -145847,11 +145848,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
if(getrefine()>=9) { bonus bAtkRate,5; }
if(getrefine()>=12) { bonus bAtkRate,7; }
@@ -145861,7 +145862,7 @@ item_db: (
Id: 21011
AegisName: "Giant_Blade"
Name: "Gigantic Blade"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 5000
Atk: 300
@@ -145872,11 +145873,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAspdRate,-5;
@@ -145890,7 +145891,7 @@ item_db: (
Id: 21012
AegisName: "Mashirubeken"
Name: "Mashirubeken"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 200
@@ -145900,17 +145901,17 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 110
- View: 3
+ Subtype: "W_2HSWORD"
},
{
Id: 21013
AegisName: "Companion_Cavalry_Sword"
Name: "Companion Cavalry Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 210
@@ -145919,11 +145920,11 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 110
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus2 bSkillUseSP,KN_AUTOCOUNTER,-2;
bonus2 bSkillUseSP,LK_PARRYING,-25;
@@ -145933,7 +145934,7 @@ item_db: (
Id: 21014
AegisName: "Infinity_Two_Hand_Sword"
Name: "Infinity Two-Handed Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 230
@@ -145944,11 +145945,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 3
+ Subtype: "W_2HSWORD"
Trade: {
nodrop: true
notrade: true
@@ -145962,7 +145963,7 @@ item_db: (
Id: 21015
AegisName: "Scarlet_Twohand_Sword"
Name: "Crimson Two-Handed Sword"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1700
Atk: 170
@@ -145973,10 +145974,10 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2))/2;
@@ -145987,7 +145988,7 @@ item_db: (
Id: 21016
AegisName: "Two_Handed_Sword_of_Vicious_Mind"
Name: "Two-Handed Sword of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2200
Atk: 220
@@ -145998,17 +145999,17 @@ item_db: (
Knight: true
Crusader: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 3
+ Subtype: "W_2HSWORD"
Script: <" bonus bAtk,((min(getrefine(),15)) ** (2)); ">
},
{
Id: 21018
AegisName: "Lindy_Hop"
Name: "Lindy Hop"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 3400
Atk: 340
@@ -146019,11 +146020,11 @@ item_db: (
Knight: true
Crusader: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 170
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtkRate,getrefine()/2;
@@ -146034,7 +146035,7 @@ item_db: (
Id: 21019
AegisName: "Onimaru"
Name: "Onimaru"
- Type: 4
+ Type: "IT_WEAPON"
Weight: 4200
Atk: 75
Range: 1
@@ -146042,11 +146043,11 @@ item_db: (
Job: {
Knight: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 130
- View: 3
+ Subtype: "W_2HSWORD"
Script: <"
bonus bAtk,min(readparam(bStr),120);
if(readparam(bStr)>=95) { bonus bAtk,40; }
@@ -146062,12 +146063,12 @@ item_db: (
Id: 22000
AegisName: "Temporal_Str_Boots"
Name: "Temporal STR Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146080,12 +146081,12 @@ item_db: (
Id: 22001
AegisName: "Temporal_Int_Boots"
Name: "Temporal INT Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146101,12 +146102,12 @@ item_db: (
Id: 22002
AegisName: "Temporal_Agi_Boots"
Name: "Temporal AGI Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146119,12 +146120,12 @@ item_db: (
Id: 22003
AegisName: "Temporal_Vit_Boots"
Name: "Temporal VIT Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146136,12 +146137,12 @@ item_db: (
Id: 22004
AegisName: "Temporal_Dex_Boots"
Name: "Temporal DEX Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146157,12 +146158,12 @@ item_db: (
Id: 22005
AegisName: "Temporal_Luk_Boots"
Name: "Temporal LUK Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146178,13 +146179,13 @@ item_db: (
Id: 22006
AegisName: "Temporal_Str_Boots_"
Name: "Temporal STR Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146197,13 +146198,13 @@ item_db: (
Id: 22007
AegisName: "Temporal_Vit_Boots_"
Name: "Temporal VIT Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146215,13 +146216,13 @@ item_db: (
Id: 22008
AegisName: "Temporal_Dex_Boots_"
Name: "Temporal DEX Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146237,13 +146238,13 @@ item_db: (
Id: 22009
AegisName: "Temporal_Int_Boots_"
Name: "Temporal INT Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146259,13 +146260,13 @@ item_db: (
Id: 22010
AegisName: "Temporal_Agi_Boots_"
Name: "Temporal AGI Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 25
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146278,13 +146279,13 @@ item_db: (
Id: 22011
AegisName: "Temporal_Luk_Boots_"
Name: "Temporal LUK Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 20
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,300+((getrefine()/3)*100);
@@ -146300,8 +146301,8 @@ item_db: (
Id: 22012
AegisName: "Mana_Boots"
Name: "Mana Boots"
- Type: 5
- Loc: 64
+ Type: "IT_ARMOR"
+ Loc: "EQP_SHOES"
EquipLv: [1, 100]
Refine: false
Trade: {
@@ -146320,7 +146321,7 @@ item_db: (
Id: 22014
AegisName: "Enhanced_Variant_Shoes"
Name: "Enhanced Variant Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 13
@@ -146346,7 +146347,7 @@ item_db: (
Kagerou: true
Rebellion: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 85
Script: <"
bonus bMaxHPrate,12;
@@ -146359,7 +146360,7 @@ item_db: (
Id: 22015
AegisName: "Impr_Angels_Arrival"
Name: "Advanced Angel's Reincarnation"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10000
Weight: 300
Def: 8
@@ -146367,7 +146368,7 @@ item_db: (
Job: {
Novice: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 99
Script: <"
bonus bMaxHP,500;
@@ -146378,11 +146379,11 @@ item_db: (
Id: 22016
AegisName: "Assassin_Shoes"
Name: "Assassin Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 10
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 30
Script: <"
bonus2 bExpAddRace,RC_DemiPlayer,5+getrefine();
@@ -146392,12 +146393,12 @@ item_db: (
Id: 22018
AegisName: "Shoes_Of_Wise_Man"
Name: "Shoes Of Wise Man"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 15
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 50
Script: <"
if (getrefine()>5) {
@@ -146410,12 +146411,12 @@ item_db: (
Id: 22019
AegisName: "Immuned_Boots"
Name: "Immune Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 20
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 70
Script: <"
bonus2 bSubEle,Ele_Neutral,3;
@@ -146433,13 +146434,13 @@ item_db: (
Id: 22033
AegisName: "Boots_Of_Gray"
Name: "Boots of Gray"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 400
Def: 25
Slots: 1
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 120
Script: <" bonus2 bSubEle,Ele_Holy,1+getrefine()/3; ">
},
@@ -146447,11 +146448,11 @@ item_db: (
Id: 22034
AegisName: "Crimson_Gaiter"
Name: "Crimson Gaiter"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 10
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 50
Script: <"
bonus bCritical,2;
@@ -146466,12 +146467,12 @@ item_db: (
Id: 22035
AegisName: "Vet_Nepen_Heel"
Name: "Heroic Nepenthes Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 10
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 160
Script: <" if (getrefine()>=8) { bonus bVariableCastrate,-5-((getrefine()>=9)?getrefine():0); } ">
},
@@ -146479,12 +146480,12 @@ item_db: (
Id: 22036
AegisName: "Vet_SliverFox_Boots"
Name: "Heroic Silver Fox Leather Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 15
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 160
Script: <" bonus bLongAtkRate,5+((getrefine()>=8)?getrefine():0); ">
},
@@ -146492,12 +146493,12 @@ item_db: (
Id: 22037
AegisName: "Vet_Ungo_Boots"
Name: "Heroic Ungoliant Upgrade Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 10
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 160
Script: <" bonus bUseSPrate,-5-((getrefine()>=8)?getrefine():0); ">
},
@@ -146505,12 +146506,12 @@ item_db: (
Id: 22038
AegisName: "Shoes_of_Hope"
Name: "Shoes of Hope"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 3
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
@@ -146524,12 +146525,12 @@ item_db: (
Id: 22039
AegisName: "Elemental_Boots"
Name: "Elemental Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Def: 10
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus2 bSkillAtk,MG_LIGHTNINGBOLT,3;
bonus2 bSkillAtk,MG_FIREBOLT,3;
@@ -146555,11 +146556,11 @@ item_db: (
Id: 22040
AegisName: "Fashion_Shoes"
Name: "New Trend Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 13
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 30
Script: <"
bonus bMaxHPrate,10;
@@ -146571,12 +146572,12 @@ item_db: (
Id: 22041
AegisName: "Fashion_Shoes_"
Name: "New Trend Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 500
Def: 13
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 30
Script: <"
bonus bMaxHPrate,10;
@@ -146588,12 +146589,12 @@ item_db: (
Id: 22042
AegisName: "Terraria"
Name: "Terraria"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 300
Def: 15
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 50
Script: <"
bonus bAgi,2;
@@ -146606,7 +146607,7 @@ item_db: (
Id: 22043
AegisName: "Supplement_Part_Agi"
Name: "AGI Complement"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 350
Def: 25
@@ -146614,8 +146615,8 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <" bonus bAspdRate,5+(getrefine()/4); ">
},
@@ -146623,7 +146624,7 @@ item_db: (
Id: 22044
AegisName: "Upgrade_Part_Booster"
Name: "Reinforced Parts - Booster"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 1000
Def: 23
@@ -146631,8 +146632,8 @@ item_db: (
Job: {
Blacksmith: true
}
- Upper: 56
- Loc: 64
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus2 bSkillUseSP,NC_HOVERING,15;
@@ -146643,11 +146644,11 @@ item_db: (
Id: 22045
AegisName: "Beach_Sandals"
Name: "Summer Sandals"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 200
Def: 5
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
bonus bFlee,5;
bonus3 bAutoSpellWhenHit,AL_INCAGI,10,300;
@@ -146657,10 +146658,10 @@ item_db: (
Id: 22046
AegisName: "Airship_Boots"
Name: "Boots of Airship"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Def: 26
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 125
Refine: false
Trade: {
@@ -146680,11 +146681,11 @@ item_db: (
Id: 22047
AegisName: "Felock_Boots"
Name: "Tarlock's Boots"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 250
Def: 13
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 125
Script: <"
bonus bAgi,1;
@@ -146704,12 +146705,12 @@ item_db: (
Id: 22059
AegisName: "Aegir_Shoes"
Name: "Egir Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 200000
Weight: 300
Def: 13
Slots: 1
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 40
Script: <"
bonus bMaxHP, 500;
@@ -146721,7 +146722,7 @@ item_db: (
Id: 22067
AegisName: "Witch_Shoes"
Name: "Witch Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 3500
Weight: 400
Def: 10
@@ -146729,7 +146730,7 @@ item_db: (
All: true
Novice: false
}
- Loc: 64
+ Loc: "EQP_SHOES"
Script: <"
skill ALL_CATCRY, 1;
bonus bUnbreakableShoes, 1;
@@ -146740,7 +146741,7 @@ item_db: (
Id: 22076
AegisName: "Wooden_Slipper"
Name: "Wooden Slipper"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 50
Def: 10
@@ -146748,7 +146749,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 9
Script: <" bonus2 bHPRegenRate,2,10000; ">
},
@@ -146756,7 +146757,7 @@ item_db: (
Id: 22077
AegisName: "Red_Eco_Friendly_Shoes"
Name: "Red Eco-Friendly Shoes"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Def: 20
@@ -146764,7 +146765,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 18
Script: <"
bonus bCritical,5;
@@ -146776,7 +146777,7 @@ item_db: (
Id: 22083
AegisName: "Private_Doram_Shoes"
Name: "Private Doram Shoes"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 500
Def: 25
@@ -146784,7 +146785,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 100
Script: <"
bonus bMaxHP, 100;
@@ -146797,7 +146798,7 @@ item_db: (
Id: 22084
AegisName: "Luxury_Doram_Shoes"
Name: "Luxury Doram Shoes"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 600
Def: 30
@@ -146805,7 +146806,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 140
Script: <"
bonus bMaxHP, 300;
@@ -146818,7 +146819,7 @@ item_db: (
Id: 22085
AegisName: "Elegant_Doram_Shoes"
Name: "Elegant Doram Shoes"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 700
Def: 35
@@ -146826,7 +146827,7 @@ item_db: (
Job: {
Summoner: true
}
- Loc: 64
+ Loc: "EQP_SHOES"
EquipLv: 175
Script: <"
bonus bMaxHPrate, 10;
@@ -146843,7 +146844,7 @@ item_db: (
Id: 22508
AegisName: "Para_Team_Mark_"
Name: "Eden Group Mark"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Delay: 1200000
Trade: {
nodrop: true
@@ -146861,7 +146862,7 @@ item_db: (
Id: 22514
AegisName: "Candy_Holder"
Name: "Candy Holder"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 20
Weight: 10
},
@@ -146876,13 +146877,13 @@ item_db: (
Id: 22540
AegisName: "Runstone_Lux"
Name: "Lux Anima Rune"
- Type: 11
+ Type: "IT_DELAYCONSUME"
Buy: 2
Weight: 100
Job: {
Knight: true
}
- Upper: 56
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Delay: 60000
Trade: {
nodrop: true
@@ -146900,7 +146901,7 @@ item_db: (
Id: 22669
AegisName: "HALLOWEEN_G_BOX"
Name: "Halloween Box"
- Type: 2
+ Type: "IT_USABLE"
Weight: 20
Script: <" getrandgroupitem 22669,1; ">
},
@@ -146908,7 +146909,7 @@ item_db: (
Id: 22670
AegisName: "DARK_INVITATION"
Name: "Invitation of Darkness"
- Type: 2
+ Type: "IT_USABLE"
Buy: 10
Weight: 10
Script: <"
@@ -146929,7 +146930,7 @@ item_db: (
Id: 22675
AegisName: "Mysterious_Scroll"
Name: "Mysterious Scroll"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" sc_start SC_FOOD_INT,3600000,30; ">
@@ -146938,7 +146939,7 @@ item_db: (
Id: 22676
AegisName: "Hangul_Day_Event_Box"
Name: "Hangul Day Event Box"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Script: <"
getitem 22675,10;
@@ -146949,7 +146950,7 @@ item_db: (
Id: 22679
AegisName: "Chest_Of_Death"
Name: "Death Bin"
- Type: 18
+ Type: "IT_CASH"
Buy: 10
EquipLv: 170
Script: <" /* ToDo */ ">
@@ -146958,7 +146959,7 @@ item_db: (
Id: 22685
AegisName: "Solo_Christmas_Gift"
Name: "Single Union Christmas Gift"
- Type: 2
+ Type: "IT_USABLE"
Trade: {
nodrop: true
notrade: true
@@ -146973,7 +146974,7 @@ item_db: (
Id: 22686
AegisName: "Solo_Cookie"
Name: "Single Cookie"
- Type: 0
+ Type: "IT_HEALING"
Weight: 50
Script: <" percentheal 5,5; ">
},
@@ -146981,7 +146982,7 @@ item_db: (
Id: 22737
AegisName: "Bullet_Case_Blood_"
Name: "Bloody Bullet Case"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Shell_Of_Blood_, 500; ">
@@ -146990,7 +146991,7 @@ item_db: (
Id: 22738
AegisName: "Bullet_Case_Silver_"
Name: "Silver Bullet Case"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Silver_Bullet_, 500; ">
@@ -146999,7 +147000,7 @@ item_db: (
Id: 22739
AegisName: "Sphere_Case_Wind_"
Name: "Lightning Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
Script: <" getitem Lighting_Sphere_, 500; ">
@@ -147008,7 +147009,7 @@ item_db: (
Id: 22740
AegisName: "Sphere_Case_Darkness_"
Name: "Blind Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
Script: <" getitem Blind_Sphere_, 500; ">
@@ -147017,7 +147018,7 @@ item_db: (
Id: 22741
AegisName: "Sphere_Case_Poison_"
Name: "Poison Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
Script: <" getitem Poison_Sphere_, 500; ">
@@ -147026,7 +147027,7 @@ item_db: (
Id: 22742
AegisName: "Sphere_Case_Water_"
Name: "Freezing Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
Script: <" getitem Freezing_Sphere_, 500; ">
@@ -147035,7 +147036,7 @@ item_db: (
Id: 22743
AegisName: "Sphere_Case_Fire_"
Name: "Flare Sphere Pack"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 350
Script: <" getitem Flare_Sphere_, 500; ">
@@ -147044,7 +147045,7 @@ item_db: (
Id: 22744
AegisName: "Bullet_Case_AP"
Name: "Armor-Piercing Cartrige"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem AP_Ammo, 500; ">
@@ -147053,7 +147054,7 @@ item_db: (
Id: 22745
AegisName: "Bullet_Case_Blaze"
Name: "Incandescence Shot Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Blaze_Bullet, 500; ">
@@ -147062,7 +147063,7 @@ item_db: (
Id: 22746
AegisName: "Bullet_Case_Fleeze"
Name: "Glaciation Shot Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Freezing_Bullet, 500; ">
@@ -147071,7 +147072,7 @@ item_db: (
Id: 22747
AegisName: "Bullet_Case_Electric"
Name: "Dengeki Shot Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Electric_Shock_Bullet, 500; ">
@@ -147080,7 +147081,7 @@ item_db: (
Id: 22748
AegisName: "Bullet_Case_Stone"
Name: "Hearthstone Shot Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Magical_Stone_Bullet, 500; ">
@@ -147089,7 +147090,7 @@ item_db: (
Id: 22749
AegisName: "Sanctified_Bullet_Case"
Name: "Purification Shot Cartridge"
- Type: 2
+ Type: "IT_USABLE"
Buy: 2
Weight: 250
Script: <" getitem Sanctified_Bullet, 500; ">
@@ -147098,7 +147099,7 @@ item_db: (
Id: 22777
AegisName: "Buff_Gift_Set"
Name: "Buff Gift Set"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 100
Trade: {
@@ -147120,7 +147121,7 @@ item_db: (
Id: 22837
AegisName: "Integer_Time"
Name: "Integer Time"
- Type: 2
+ Type: "IT_USABLE"
EquipLv: 50
Trade: {
nodrop: true
@@ -147138,7 +147139,7 @@ item_db: (
Id: 22838
AegisName: "Something_Candy_Holder"
Name: "Pumpkin Candy Holder"
- Type: 2
+ Type: "IT_USABLE"
Buy: 20
Weight: 10
Script: <" getrandgroupitem 22838,1; ">
@@ -147149,63 +147150,63 @@ item_db: (
Id: 24000
AegisName: "T1_Shadow_Armor"
Name: "T STR1 Armor Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bStr,1; ">
},
{
Id: 24001
AegisName: "T1_Shadow_Weapon"
Name: "T DEX1 Weapon Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus bDex,1; ">
},
{
Id: 24002
AegisName: "T1_Shadow_Shield"
Name: "T LUK1 Shield Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <" bonus bLuk,1; ">
},
{
Id: 24003
AegisName: "T1_Shadow_Shoes"
Name: "T AGI1 Shoes Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <" bonus bAgi,1; ">
},
{
Id: 24004
AegisName: "T1_Shadow_R_Accessory"
Name: "T VIT1 Earrings Shadow(R)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bVit,1; ">
},
{
Id: 24005
AegisName: "T1_Shadow_L_Accessory"
Name: "T INT1 Pendant Shadow(L)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus bInt,1; ">
},
{
Id: 24006
AegisName: "T2_Shadow_Armor"
Name: "T STR2 Armor Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
EquipLv: 30
Script: <" bonus bStr,2; ">
},
@@ -147213,9 +147214,9 @@ item_db: (
Id: 24007
AegisName: "T2_Shadow_Weapon"
Name: "T DEX2 Weapon Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
EquipLv: 30
Script: <" bonus bDex,2; ">
},
@@ -147223,9 +147224,9 @@ item_db: (
Id: 24008
AegisName: "T2_Shadow_Shield"
Name: "T LUK2 Shield Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
EquipLv: 60
Script: <" bonus bLuk,2; ">
},
@@ -147233,9 +147234,9 @@ item_db: (
Id: 24009
AegisName: "T2_Shadow_Shoes"
Name: "T AGI2 Shoes Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
EquipLv: 90
Script: <" bonus bAgi,2; ">
},
@@ -147243,9 +147244,9 @@ item_db: (
Id: 24010
AegisName: "T2_Shadow_R_Accessory"
Name: "T VIT2 Earrings Shadow(R)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
EquipLv: 120
Script: <" bonus bVit,2; ">
},
@@ -147253,9 +147254,9 @@ item_db: (
Id: 24011
AegisName: "T2_Shadow_L_Accessory"
Name: "T INT2 Pendant Shadow(L)"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
EquipLv: 150
Script: <" bonus bInt,2; ">
},
@@ -147263,9 +147264,9 @@ item_db: (
Id: 24012
AegisName: "S_Promotion_Weapon"
Name: "Promotional Weapon Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bDex,1;
bonus bBaseAtk,getrefine();
@@ -147276,9 +147277,9 @@ item_db: (
Id: 24013
AegisName: "S_Promotion_Armor"
Name: "Promotional Armor Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bLuk,1;
bonus bMaxHP,getrefine()*10;
@@ -147288,9 +147289,9 @@ item_db: (
Id: 24014
AegisName: "S_Promotion_Shoes"
Name: "Promotional Shoes Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bAgi,1;
bonus bMaxHP,getrefine()*10;
@@ -147300,9 +147301,9 @@ item_db: (
Id: 24015
AegisName: "S_Promotion_Shield"
Name: "Promotional Shield Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bVit,1;
bonus bMaxHP,getrefine()*10;
@@ -147312,9 +147313,9 @@ item_db: (
Id: 24016
AegisName: "S_Promotion_Earring"
Name: "Promotional Earring Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bInt,1;
bonus bMaxHP,getrefine()*10;
@@ -147324,9 +147325,9 @@ item_db: (
Id: 24017
AegisName: "S_Promotion_Pendant"
Name: "Promotional Pendant Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bStr,1;
bonus bMaxHP,getrefine()*10;
@@ -147336,18 +147337,18 @@ item_db: (
Id: 24018
AegisName: "S_Physical_Earring"
Name: "Shadow Physical Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bAspdRate,(getrefine()>=7)?2:1; ">
},
{
Id: 24019
AegisName: "S_Physical_Weapon"
Name: "Shadow Physical Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bBaseAtk,10;
if (getrefine()>=7) { bonus bAtkRate,1; }
@@ -147357,9 +147358,9 @@ item_db: (
Id: 24020
AegisName: "S_Physical_Pendant"
Name: "Shadow Physical Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bMaxHP,100;
if (getrefine()>=7) { bonus bMaxHPrate,1; }
@@ -147369,18 +147370,18 @@ item_db: (
Id: 24021
AegisName: "S_Magical_Earring"
Name: "Shadow Magical Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bVariableCastrate,-(getrefine()>=7)?2:1; ">
},
{
Id: 24022
AegisName: "S_Magical_Weapon"
Name: "Shadow Magical Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bMatk,10;
if (getrefine()>=7) { bonus bMatkRate,1; }
@@ -147390,9 +147391,9 @@ item_db: (
Id: 24023
AegisName: "S_Magical_Pendant"
Name: "Shadow Magical Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bMaxSP,50;
if (getrefine()>=7) { bonus bMaxSPrate,1; }
@@ -147402,18 +147403,18 @@ item_db: (
Id: 24024
AegisName: "S_Breezy_Armor"
Name: "Shadow Breeze Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bFlee,5+(getrefine()>=7?10:0); ">
},
{
Id: 24025
AegisName: "S_Champion_Shoes"
Name: "Shadow Champion Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bMaxHP,20;
bonus bMaxSP,10;
@@ -147427,27 +147428,27 @@ item_db: (
Id: 24026
AegisName: "S_Athena_Shield"
Name: "Shadow Athena Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <" bonus bDef,(getrefine()>=7)?20:10; ">
},
{
Id: 24027
AegisName: "S_Immune_Armor"
Name: "Immune Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus2 bSubEle,0,1; ">
},
{
Id: 24028
AegisName: "S_Hard_Armor"
Name: "Hard Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bMaxHP,50;
if (getrefine()>=7) { bonus bMaxHPrate,1; }
@@ -147457,27 +147458,27 @@ item_db: (
Id: 24029
AegisName: "S_Ancient_Armor"
Name: "Ancient Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bHit,(getrefine()>=7)?20:10; ">
},
{
Id: 24030
AegisName: "S_Critical_Armor"
Name: "Critital Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bCritical,(getrefine()>=7)?10:5; ">
},
{
Id: 24031
AegisName: "S_Kingbird_Weapon"
Name: "King Bird Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bBaseAtk,10;
if (getrefine()>=7) { bonus bLongAtkRate,1; }
@@ -147487,9 +147488,9 @@ item_db: (
Id: 24032
AegisName: "S_Cri_Hit_Weapon"
Name: "Critical Hit Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bBaseAtk,10;
if (getrefine()>=7) { bonus bCritAtkRate,1; }
@@ -147499,19 +147500,19 @@ item_db: (
Id: 24033
AegisName: "S_Healing_Weapon"
Name: "Healing Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Matk: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" if (getrefine()>=7) { bonus bHealPower2,5; } ">
},
{
Id: 24034
AegisName: "S_Lucky_Weapon"
Name: "Lucky Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bLuk,1;
if (getrefine()>=7) { bonus bLuk,1; }
@@ -147522,9 +147523,9 @@ item_db: (
Id: 24035
AegisName: "S_Power_Earring"
Name: "Power Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bStr,1;
if (getrefine()>=7) { bonus bStr,1; }
@@ -147535,9 +147536,9 @@ item_db: (
Id: 24036
AegisName: "S_Int_Pendant"
Name: "Intelligent Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bInt,1;
if (getrefine()>=7) { bonus bInt,1; }
@@ -147548,9 +147549,9 @@ item_db: (
Id: 24037
AegisName: "S_Dexterous_Armor"
Name: "Dexterous Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bDex,1;
if (getrefine()>=7) { bonus bDex,1; }
@@ -147561,9 +147562,9 @@ item_db: (
Id: 24038
AegisName: "S_Vital_Shoes"
Name: "Vital Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bVit,1;
if (getrefine()>=7) { bonus bVit,1; }
@@ -147574,9 +147575,9 @@ item_db: (
Id: 24039
AegisName: "S_Athletic_Shield"
Name: "Athletic Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bAgi,1;
if (getrefine()>=7) { bonus bAgi,1; }
@@ -147587,9 +147588,9 @@ item_db: (
Id: 24040
AegisName: "S_Lucky_Armor"
Name: "Lucky Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bLuk,1;
bonus bCritical,(getrefine()/2);
@@ -147599,9 +147600,9 @@ item_db: (
Id: 24041
AegisName: "S_Power_Pendant"
Name: "Power Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bStr,1;
bonus bBaseAtk,getrefine();
@@ -147611,9 +147612,9 @@ item_db: (
Id: 24042
AegisName: "S_Int_Earring"
Name: "Intelligent Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bInt,1;
bonus bMatk,getrefine();
@@ -147623,9 +147624,9 @@ item_db: (
Id: 24043
AegisName: "S_Dexterous_Weapon"
Name: "Dexterous Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bDex,1;
bonus bHit,getrefine();
@@ -147635,9 +147636,9 @@ item_db: (
Id: 24044
AegisName: "S_Vital_Shield"
Name: "Vital Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bVit,1;
bonus bDef,getrefine();
@@ -147647,9 +147648,9 @@ item_db: (
Id: 24045
AegisName: "S_Athletic_Shoes"
Name: "Athletic Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bAgi,1;
bonus bFlee,getrefine();
@@ -147659,18 +147660,18 @@ item_db: (
Id: 24046
AegisName: "S_Resist_Spell_Pendant"
Name: "Resist Spell Power Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus bMdef,(getrefine()>=7)?6:3; ">
},
{
Id: 24047
AegisName: "S_Rapid_Pendant"
Name: "Rapid Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bAspdRate,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
">
@@ -147679,9 +147680,9 @@ item_db: (
Id: 24048
AegisName: "S_Caster_Pendant"
Name: "Casters Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bVariableCastrate,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
">
@@ -147690,9 +147691,9 @@ item_db: (
Id: 24049
AegisName: "S_Hard_Earring"
Name: "Hard Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bMaxHP,100;
bonus bMaxHPrate,((getrefine()>=9)?2:(getrefine()>=7)?1:0);
@@ -147702,9 +147703,9 @@ item_db: (
Id: 24050
AegisName: "S_Wise_Earring"
Name: "Wise Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bMaxSP,50;
bonus bMaxSPrate,((getrefine()>=9)?2:(getrefine()>=7)?1:0);
@@ -147714,18 +147715,18 @@ item_db: (
Id: 24051
AegisName: "S_Athena_Earring"
Name: "Athena Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bDef,(getrefine()>=7)?20:10; ">
},
{
Id: 24052
AegisName: "S_Cranial_Shield"
Name: "Cranial Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_DemiPlayer,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_DemiPlayer,1; }
@@ -147736,9 +147737,9 @@ item_db: (
Id: 24053
AegisName: "S_Safeguard_Shield"
Name: "Safeguard Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Boss,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Boss,1; }
@@ -147749,9 +147750,9 @@ item_db: (
Id: 24054
AegisName: "S_Brutal_Shield"
Name: "Brutal Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Brute,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Brute,1; }
@@ -147762,9 +147763,9 @@ item_db: (
Id: 24055
AegisName: "S_Gargantua_Shield"
Name: "Gargantua Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Insect,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Insect,1; }
@@ -147775,9 +147776,9 @@ item_db: (
Id: 24056
AegisName: "S_Homers_Shield"
Name: "Homer's Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Fish,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Fish,1; }
@@ -147788,9 +147789,9 @@ item_db: (
Id: 24057
AegisName: "S_Dragoon_Shield"
Name: "Dragoon Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Dragon,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Dragon,1; }
@@ -147801,9 +147802,9 @@ item_db: (
Id: 24058
AegisName: "S_Satanic_Shield"
Name: "Satanic Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Angel,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Angel,1; }
@@ -147814,9 +147815,9 @@ item_db: (
Id: 24059
AegisName: "S_Flameguard_Shield"
Name: "Fire Proof Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Formless,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Formless,1; }
@@ -147827,9 +147828,9 @@ item_db: (
Id: 24060
AegisName: "S_Requiem_Shield"
Name: "Requiem Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Undead,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Undead,1; }
@@ -147840,9 +147841,9 @@ item_db: (
Id: 24061
AegisName: "S_Cadi_Shield"
Name: "Cadi Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus2 bSubRace,RC_Plant,1;
if (getrefine()>=7) { bonus2 bSubRace,RC_Plant,1; }
@@ -147853,9 +147854,9 @@ item_db: (
Id: 24062
AegisName: "S_Bloody_Shoes"
Name: "Bloody Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_DemiPlayer,2;
bonus2 bMagicAddRace,RC_DemiPlayer,2;
@@ -147873,9 +147874,9 @@ item_db: (
Id: 24063
AegisName: "S_Liberation_Shoes"
Name: "Liberation Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Boss,2;
bonus2 bMagicAddRace,RC_Boss,2;
@@ -147893,9 +147894,9 @@ item_db: (
Id: 24064
AegisName: "S_Chemical_Shoes"
Name: "Chemical Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Plant,2;
bonus2 bMagicAddRace,RC_Plant,2;
@@ -147913,9 +147914,9 @@ item_db: (
Id: 24065
AegisName: "S_Clamorous_Shoes"
Name: "Glamorous Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Brute,2;
bonus2 bMagicAddRace,2,2;
@@ -147933,9 +147934,9 @@ item_db: (
Id: 24066
AegisName: "S_Insecticide_Shoes"
Name: "Insecticide Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Insect,2;
bonus2 bMagicAddRace,RC_Insect,2;
@@ -147953,9 +147954,9 @@ item_db: (
Id: 24067
AegisName: "S_Fisher_Shoes"
Name: "Fisher Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Fish,2;
bonus2 bMagicAddRace,RC_Fish,2;
@@ -147973,9 +147974,9 @@ item_db: (
Id: 24068
AegisName: "S_Seraphim_Shoes"
Name: "Seraphim Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Angel,2;
bonus2 bMagicAddRace,RC_Angel,2;
@@ -147993,9 +147994,9 @@ item_db: (
Id: 24069
AegisName: "S_Beholder_Shoes"
Name: "Beholder Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Formless,2;
bonus2 bMagicAddRace,RC_Formless,2;
@@ -148013,9 +148014,9 @@ item_db: (
Id: 24070
AegisName: "S_Divine_Shoes"
Name: "Divine Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Undead,2;
bonus2 bMagicAddRace,RC_Undead,2;
@@ -148033,9 +148034,9 @@ item_db: (
Id: 24071
AegisName: "S_Dragoon_Shoes"
Name: "Dragoons Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus2 bAddRace,RC_Dragon,2;
bonus2 bMagicAddRace,RC_Dragon,2;
@@ -148053,9 +148054,9 @@ item_db: (
Id: 24072
AegisName: "S_Big_Armor"
Name: "Large Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bSubSize,Size_Large,2;
if (getrefine()>=7) { bonus2 bSubSize,Size_Large,1; }
@@ -148066,9 +148067,9 @@ item_db: (
Id: 24073
AegisName: "S_Medium_Armor"
Name: "Medium Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bSubSize,Size_Medium,2;
if (getrefine()>=7) { bonus2 bSubSize,Size_Medium,1; }
@@ -148079,9 +148080,9 @@ item_db: (
Id: 24074
AegisName: "S_Small_Armor"
Name: "Small Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bSubSize,Size_Small,2;
if (getrefine()>=7) { bonus2 bSubSize,Size_Small,1; }
@@ -148092,9 +148093,9 @@ item_db: (
Id: 24075
AegisName: "S_Big_Weapon"
Name: "Large Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus2 bAddSize,Size_Large,2;
if (getrefine()>=7) { bonus2 bAddSize,Size_Large,1; }
@@ -148105,9 +148106,9 @@ item_db: (
Id: 24076
AegisName: "S_Medium_Weapon"
Name: "Medium Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus2 bAddSize,Size_Medium,2;
if (getrefine()>=7) { bonus2 bAddSize,Size_Medium,1; }
@@ -148118,9 +148119,9 @@ item_db: (
Id: 24077
AegisName: "S_Small_Weapon"
Name: "Small Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus2 bAddSize,Size_Small,2;
if (getrefine()>=7) { bonus2 bAddSize,Size_Small,1; }
@@ -148131,9 +148132,9 @@ item_db: (
Id: 24078
AegisName: "S_Spiritual_Weapon"
Name: "Spiritual Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bUseSPrate,-5;
if (getrefine()>=7) { bonus bSPrecovRate,5; }
@@ -148143,9 +148144,9 @@ item_db: (
Id: 24079
AegisName: "S_Spiritual_Earring"
Name: "Spiritual Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bMaxSP,50;
if (getrefine()>=7) { bonus bMaxSPrate,1; }
@@ -148155,18 +148156,18 @@ item_db: (
Id: 24080
AegisName: "S_Spiritual_Pendent"
Name: "Spiritual Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus bMaxSPrate,(getrefine()>=7?2:1); ">
},
{
Id: 24081
AegisName: "S_Malicious_Armor"
Name: "Malevolent Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bMaxHP,100;
if (getrefine()>=7) { bonus bMaxHPrate,1; }
@@ -148176,81 +148177,81 @@ item_db: (
Id: 24082
AegisName: "S_Malicious_Shoes"
Name: "Malevolent Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <" bonus bMaxHPrate,(getrefine()>=7?2:1); ">
},
{
Id: 24083
AegisName: "S_Malicious_Shield"
Name: "Malevolent Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <" bonus bHPrecovRate,(getrefine()>=7?10:5); ">
},
{
Id: 24084
AegisName: "S_Gemstone_Armor"
Name: "Gemstone Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bCritical,5+(getrefine()/2); ">
},
{
Id: 24085
AegisName: "S_Gemstone_Shoes"
Name: "Gemstone Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <" bonus bFlee,5+(getrefine()/2); ">
},
{
Id: 24086
AegisName: "S_Gemstone_Shield"
Name: "Gemstone Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <" bonus bDef,5+(getrefine()/2); ">
},
{
Id: 24087
AegisName: "S_Gemstone_Weapon"
Name: "Gemstone Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus bHit,5+(getrefine()/2); ">
},
{
Id: 24088
AegisName: "S_Gemstone_Earring"
Name: "Gemstone Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bMatk,5+(getrefine()/2); ">
},
{
Id: 24089
AegisName: "S_Gemstone_Pendent"
Name: "Gemstone Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus bBaseAtk,5+(getrefine()/2); ">
},
{
Id: 24090
AegisName: "S_Stability_Shield"
Name: "Stability Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bDef,3;
bonus2 bResEff,Eff_Stun,getrefine()/2;
@@ -148267,9 +148268,9 @@ item_db: (
Id: 24091
AegisName: "S_Plasterers_Armor"
Name: "Plasterus Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Stone,getrefine();
@@ -148279,9 +148280,9 @@ item_db: (
Id: 24092
AegisName: "S_Plasterers_Shoes"
Name: "Plasterus Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Stone,getrefine();
@@ -148291,9 +148292,9 @@ item_db: (
Id: 24093
AegisName: "S_Insomniac_Armor"
Name: "Insomnia Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Sleep,getrefine();
@@ -148303,9 +148304,9 @@ item_db: (
Id: 24094
AegisName: "S_Insomniac_Shoes"
Name: "Insomnia Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Sleep,getrefine();
@@ -148315,9 +148316,9 @@ item_db: (
Id: 24095
AegisName: "S_Peerless_Armor"
Name: "Peerless Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Silence,getrefine();
@@ -148327,9 +148328,9 @@ item_db: (
Id: 24096
AegisName: "S_Peerless_Shoes"
Name: "Peerless Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Silence,getrefine();
@@ -148339,9 +148340,9 @@ item_db: (
Id: 24097
AegisName: "S_Adurate_Armor"
Name: "Adurate Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Blind,getrefine();
@@ -148351,9 +148352,9 @@ item_db: (
Id: 24098
AegisName: "S_Adurate_Shoes"
Name: "Adurate Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Blind,getrefine();
@@ -148363,9 +148364,9 @@ item_db: (
Id: 24099
AegisName: "Unfreez_Weapon_S"
Name: "Freezing Frozen Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Freeze,getrefine();
@@ -148375,9 +148376,9 @@ item_db: (
Id: 24100
AegisName: "Unfreeze_Earing_S"
Name: "Freezing Frozen Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Freeze,getrefine();
@@ -148387,9 +148388,9 @@ item_db: (
Id: 24101
AegisName: "Unfreeze_Pendent_S"
Name: "Freezing Frozen Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Freeze,getrefine();
@@ -148399,9 +148400,9 @@ item_db: (
Id: 24102
AegisName: "Vitality_Earing_S"
Name: "Vitality Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Bleeding,getrefine();
@@ -148411,9 +148412,9 @@ item_db: (
Id: 24103
AegisName: "Vitality_Pendant_S"
Name: "Vitality Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Bleeding,getrefine();
@@ -148423,9 +148424,9 @@ item_db: (
Id: 24104
AegisName: "S_Neutral_Weapon"
Name: "Neutral Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Stun,getrefine()/2;
@@ -148435,9 +148436,9 @@ item_db: (
Id: 24105
AegisName: "S_Neutral_Earring"
Name: "Neutral Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Stun,getrefine();
@@ -148447,9 +148448,9 @@ item_db: (
Id: 24106
AegisName: "S_Neutral_Pendent"
Name: "Neutral Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Stun,getrefine();
@@ -148459,9 +148460,9 @@ item_db: (
Id: 24107
AegisName: "S_Curse_Lift_Earring"
Name: "Frozen Curse Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Curse,getrefine();
@@ -148471,9 +148472,9 @@ item_db: (
Id: 24108
AegisName: "S_Curse_Lift_Pendent"
Name: "Frozen Curse Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bDef,1;
bonus2 bResEff,Eff_Curse,getrefine();
@@ -148483,18 +148484,18 @@ item_db: (
Id: 24109
AegisName: "S_Caster_earring"
Name: "Caster Shadow Earrings"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bVariableCastrate,-1-((getrefine()>=7)?1:0); ">
},
{
Id: 24110
AegisName: "S_Caster_Weapon"
Name: "Caster Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bVariableCastrate,-1-((getrefine()>=7)?1:0)-((getrefine()>=9)?2:0);
">
@@ -148503,9 +148504,9 @@ item_db: (
Id: 24111
AegisName: "S_Spell_Flow_Shoes"
Name: "Spell Flow Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bUseSPrate,1;
if (getrefine() >= 7) { bonus bSPrecovRate,5; }
@@ -148515,18 +148516,18 @@ item_db: (
Id: 24112
AegisName: "S_Spell_Flow_Armor"
Name: "Spell Flow Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bUseSPrate,1+((getrefine()>=7)?1:0)+((getrefine()>=9)?1:0); ">
},
{
Id: 24113
AegisName: "S_Spell_Flow_Shield"
Name: "Spell Flow Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bUseSPrate,1;
if (getrefine() >= 7) { bonus bMaxSPrate,1; }
@@ -148536,9 +148537,9 @@ item_db: (
Id: 24114
AegisName: "S_Greed_Armor"
Name: "Greed Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
skill BS_GREED,1;
bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
@@ -148548,9 +148549,9 @@ item_db: (
Id: 24115
AegisName: "S_Greed_Shoes"
Name: "Greed Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
skill BS_GREED,1;
bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
@@ -148560,9 +148561,9 @@ item_db: (
Id: 24116
AegisName: "S_Greed_Shield"
Name: "Greed Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
skill BS_GREED,1;
bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
@@ -148572,9 +148573,9 @@ item_db: (
Id: 24117
AegisName: "S_Greed_Weapon"
Name: "Greed Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
skill BS_GREED,1;
bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
@@ -148584,9 +148585,9 @@ item_db: (
Id: 24118
AegisName: "S_Greed_Earring"
Name: "Greed Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
skill BS_GREED,1;
bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
@@ -148596,9 +148597,9 @@ item_db: (
Id: 24119
AegisName: "S_Greed_Pendant"
Name: "Greed Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
skill BS_GREED,1;
bonus2 bSkillUseSP,BS_GREED,100-(getrefine()*10);
@@ -148608,9 +148609,9 @@ item_db: (
Id: 24120
AegisName: "S_Heal_Armor"
Name: "Heal Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
skill AL_HEAL,1;
bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
@@ -148620,9 +148621,9 @@ item_db: (
Id: 24121
AegisName: "S_Heal_Shoes"
Name: "Heal Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
skill AL_HEAL,1;
bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
@@ -148632,9 +148633,9 @@ item_db: (
Id: 24122
AegisName: "S_Heal_Shield"
Name: "Heal Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
skill AL_HEAL,1;
bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
@@ -148644,9 +148645,9 @@ item_db: (
Id: 24123
AegisName: "S_Heal_Weapon"
Name: "Heal Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
skill AL_HEAL,1;
bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
@@ -148656,9 +148657,9 @@ item_db: (
Id: 24124
AegisName: "S_Heal_Earring"
Name: "Heal Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
skill AL_HEAL,1;
bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
@@ -148668,9 +148669,9 @@ item_db: (
Id: 24125
AegisName: "S_Heal_Pendant"
Name: "Heal Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
skill AL_HEAL,1;
bonus2 bSkillUseSP,AL_HEAL,50-(getrefine()*5);
@@ -148680,9 +148681,9 @@ item_db: (
Id: 24126
AegisName: "S_Hiding_Armor"
Name: "Hiding Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
skill TF_HIDING,1;
bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
@@ -148693,9 +148694,9 @@ item_db: (
Id: 24127
AegisName: "S_Hiding_Shoes"
Name: "Hiding Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
skill TF_HIDING,1;
bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
@@ -148706,9 +148707,9 @@ item_db: (
Id: 24128
AegisName: "S_Hiding_Shield"
Name: "Hiding Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
skill TF_HIDING,1;
bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
@@ -148719,9 +148720,9 @@ item_db: (
Id: 24129
AegisName: "S_Hiding_Weapon"
Name: "Hiding Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
skill TF_HIDING,1;
bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
@@ -148732,9 +148733,9 @@ item_db: (
Id: 24130
AegisName: "S_Hiding_Earring"
Name: "Hiding Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
skill TF_HIDING,1;
bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
@@ -148745,9 +148746,9 @@ item_db: (
Id: 24131
AegisName: "S_Hiding_Pendant"
Name: "Hiding Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
skill TF_HIDING,1;
bonus2 bSkillUseSP,TF_HIDING,50-(getrefine()*5);
@@ -148758,9 +148759,9 @@ item_db: (
Id: 24132
AegisName: "S_Cloaking_Armor"
Name: "Cloaking Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
skill AS_CLOAKING,1;
bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
@@ -148771,9 +148772,9 @@ item_db: (
Id: 24133
AegisName: "S_Cloaking_Shoes"
Name: "Cloaking Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
skill AS_CLOAKING,1;
bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
@@ -148784,9 +148785,9 @@ item_db: (
Id: 24134
AegisName: "S_Cloaking_Shield"
Name: "Cloaking Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
skill AS_CLOAKING,1;
bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
@@ -148797,9 +148798,9 @@ item_db: (
Id: 24135
AegisName: "S_Cloaking_Weapon"
Name: "Cloaking Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
skill AS_CLOAKING,1;
bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
@@ -148810,9 +148811,9 @@ item_db: (
Id: 24136
AegisName: "S_Cloaking_Earring"
Name: "Cloaking Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
skill AS_CLOAKING,1;
bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
@@ -148823,9 +148824,9 @@ item_db: (
Id: 24137
AegisName: "S_Cloaking_Pendant"
Name: "Cloaking Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
skill AS_CLOAKING,1;
bonus2 bSkillUseSP,AS_CLOAKING,50-(getrefine()*5);
@@ -148836,9 +148837,9 @@ item_db: (
Id: 24138
AegisName: "S_Teleport_Armor"
Name: "Teleport Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
skill AL_TELEPORT,1;
bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
@@ -148848,9 +148849,9 @@ item_db: (
Id: 24139
AegisName: "S_Teleport_Shoes"
Name: "Teleport Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
skill AL_TELEPORT,1;
bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
@@ -148860,9 +148861,9 @@ item_db: (
Id: 24140
AegisName: "S_Teleport_Shield"
Name: "Teleport Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
skill AL_TELEPORT,1;
bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
@@ -148872,9 +148873,9 @@ item_db: (
Id: 24141
AegisName: "S_Teleport_Weapon"
Name: "Teleport Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
skill AL_TELEPORT,1;
bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
@@ -148884,9 +148885,9 @@ item_db: (
Id: 24142
AegisName: "S_Teleport_Earring"
Name: "Teleport Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
skill AL_TELEPORT,1;
bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
@@ -148896,9 +148897,9 @@ item_db: (
Id: 24143
AegisName: "S_Teleport_Pendant"
Name: "Teleport Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
skill AL_TELEPORT,1;
bonus2 bSkillUseSP,AL_TELEPORT,50-(getrefine()*5);
@@ -148908,9 +148909,9 @@ item_db: (
Id: 24144
AegisName: "S_Steal_Armor"
Name: "Steal Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
skill TF_STEAL,1;
bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
@@ -148920,9 +148921,9 @@ item_db: (
Id: 24145
AegisName: "S_Steal_Shoes"
Name: "Steal Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
skill TF_STEAL,1;
bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
@@ -148932,9 +148933,9 @@ item_db: (
Id: 24146
AegisName: "S_Steal_Shield"
Name: "Steal Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
skill TF_STEAL,1;
bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
@@ -148944,9 +148945,9 @@ item_db: (
Id: 24147
AegisName: "S_Steal_Weapon"
Name: "Steal Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
skill TF_STEAL,1;
bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
@@ -148956,9 +148957,9 @@ item_db: (
Id: 24148
AegisName: "S_Steal_Earring"
Name: "Steal Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
skill TF_STEAL,1;
bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
@@ -148968,9 +148969,9 @@ item_db: (
Id: 24149
AegisName: "S_Steal_Pendant"
Name: "Steal Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
skill TF_STEAL,1;
bonus2 bSkillUseSP,TF_STEAL,50-(getrefine()*5);
@@ -148980,9 +148981,9 @@ item_db: (
Id: 24150
AegisName: "S_Infinity_Earring"
Name: "Infinity Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus2 bSubSize,Size_All,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
">
@@ -148991,9 +148992,9 @@ item_db: (
Id: 24151
AegisName: "S_Infinity_Pendant"
Name: "Infinity Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus2 bSubSize,Size_All,1+((getrefine()>=9)?2:(getrefine()>=7)?1:0);
">
@@ -149002,315 +149003,315 @@ item_db: (
Id: 24152
AegisName: "S_Solid_Weapon"
Name: "Solid Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus bBaseAtk,5+(getrefine()/2); ">
},
{
Id: 24153
AegisName: "S_Solid_Earring"
Name: "Solid Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bHit,5+(getrefine()/2); ">
},
{
Id: 24154
AegisName: "S_Immortal_Armor"
Name: "Solid Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bDef,5+(getrefine()/2); ">
},
{
Id: 24155
AegisName: "S_Immortal_Pendant"
Name: "Solid Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus bMdef,(getrefine()/2); ">
},
{
Id: 24156
AegisName: "S_Executioner_Weapon"
Name: "Demihuman Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_DemiPlayer,5+(getrefine()/2); ">
},
{
Id: 24157
AegisName: "S_Exorcist_Weapon"
Name: "Exorcist Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Demon,5+(getrefine()/2); ">
},
{
Id: 24158
AegisName: "S_Hunting_Weapon"
Name: "Hunting Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Brute,5+(getrefine()/2); ">
},
{
Id: 24159
AegisName: "S_Insect_Net_Weapon"
Name: "Insect Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Insect,5+(getrefine()/2); ">
},
{
Id: 24160
AegisName: "S_Fishing_Weapon"
Name: "Fishing Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Fish,5+(getrefine()/2); ">
},
{
Id: 24161
AegisName: "S_Dragon_Killer_Weapon"
Name: "Dragon Killer Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Dragon,5+(getrefine()/2); ">
},
{
Id: 24162
AegisName: "S_Corrupt_Weapon"
Name: "Angelus Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Angel,5+(getrefine()/2); ">
},
{
Id: 24163
AegisName: "S_Vibration_Weapon"
Name: "Formless Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Formless,5+(getrefine()/2); ">
},
{
Id: 24164
AegisName: "S_Holy_Water_Weapon"
Name: "Holy Water Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Undead,5+(getrefine()/2); ">
},
{
Id: 24165
AegisName: "S_Scissors_Weapon"
Name: "Plant Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreDefRate,RC_Plant,5+(getrefine()/2); ">
},
{
Id: 24166
AegisName: "S_Penetration_Earring"
Name: "Penetration Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus2 bIgnoreDefRate, RC_All, 5+(getrefine()/2); ">
},
{
Id: 24167
AegisName: "S_Penetration_Pendent"
Name: "Penetration Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus2 bIgnoreDefRate, RC_All, 5+(getrefine()/2); ">
},
{
Id: 24168
AegisName: "S_Tempest_Earring"
Name: "Tempest Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus2 bIgnoreMdefRate,RC_NonBoss,5+(getrefine()/2); ">
},
{
Id: 24169
AegisName: "S_Tempest_Pendent"
Name: "Tempest Pendant Shadow"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus2 bIgnoreMdefRate,RC_NonBoss,5+(getrefine()/2); ">
},
{
Id: 24170
AegisName: "S_M_Executioner_Weapon"
Name: "Magic Executioner Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_DemiPlayer,5+(getrefine()/2); ">
},
{
Id: 24171
AegisName: "S_M_Exorcist_Weapon"
Name: "Magic Exorcist Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Demon,5+(getrefine()/2); ">
},
{
Id: 24172
AegisName: "S_M_Hunting_Weapon"
Name: "Magic Hunting Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Brute,5+(getrefine()/2); ">
},
{
Id: 24173
AegisName: "S_M_Insect_Net_Weapon"
Name: "Magic Insecticide Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Insect,5+(getrefine()/2); ">
},
{
Id: 24174
AegisName: "S_M_Fishing_Weapon"
Name: "Magic Fishing Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Fish,5+(getrefine()/2); ">
},
{
Id: 24175
AegisName: "S_M_Dragon_K_Weapon"
Name: "Magic Dragon Killer Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Dragon,5+(getrefine()/2); ">
},
{
Id: 24176
AegisName: "S_M_Corrupt_Weapon"
Name: "Magic Angelus Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Angel,5+(getrefine()/2); ">
},
{
Id: 24177
AegisName: "S_M_Vibration_Weapon"
Name: "Magic Formless Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Formless,5+(getrefine()/2); ">
},
{
Id: 24178
AegisName: "S_M_Holy_Water_Weapon"
Name: "Magic Holy Water Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Undead,5+(getrefine()/2); ">
},
{
Id: 24179
AegisName: "S_M_Scissors_Weapon"
Name: "Magic Caesars Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus2 bIgnoreMdefRate,RC_Plant,5+(getrefine()/2); ">
},
{
Id: 24180
AegisName: "S_Bearers_Armor"
Name: "Bearer's Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bMdef,1+(getrefine()/2); ">
},
{
Id: 24181
AegisName: "S_Bearers_Shoes"
Name: "Bearer's Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <" bonus bMaxSP,50+(5*(getrefine()/2)); ">
},
{
Id: 24182
AegisName: "S_Bearers_Shield"
Name: "Bearer's Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <" bonus bDef,5+(getrefine()/2); ">
},
{
Id: 24183
AegisName: "S_Bearers_Weapon"
Name: "Bearer's Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <" bonus bMaxHP,100+(10*(getrefine()/2)); ">
},
{
Id: 24184
AegisName: "S_Bearers_Earring"
Name: "Bearer's Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <" bonus bMatk,5+(getrefine()/2); ">
},
{
Id: 24185
AegisName: "S_Bearers_Pendent"
Name: "Bearer's Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <" bonus bBaseAtk,5+(getrefine()/2); ">
},
{
Id: 24186
AegisName: "S_Basis_Armor"
Name: "Basis Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Neutral,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Neutral,1+(getrefine()/2);
@@ -149320,9 +149321,9 @@ item_db: (
Id: 24187
AegisName: "S_Hallowed_Armor"
Name: "Hallowed Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Dark,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Dark,1+(getrefine()/2);
@@ -149332,9 +149333,9 @@ item_db: (
Id: 24188
AegisName: "S_Saharic_Armor"
Name: "Underneith Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Water,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Water,1+(getrefine()/2);
@@ -149344,9 +149345,9 @@ item_db: (
Id: 24189
AegisName: "S_Underneath_Armor"
Name: "Underneath Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Earth,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Earth,1+(getrefine()/2);
@@ -149356,9 +149357,9 @@ item_db: (
Id: 24190
AegisName: "S_Flam_Armor"
Name: "Flame Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Fire,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Fire,1+(getrefine()/2);
@@ -149368,9 +149369,9 @@ item_db: (
Id: 24191
AegisName: "S_Windy_Armor"
Name: "Windy Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Wind,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Wind,1+(getrefine()/2);
@@ -149380,9 +149381,9 @@ item_db: (
Id: 24192
AegisName: "S_Envenom_Armor"
Name: "Envenom Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Poison,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Poison,1+(getrefine()/2);
@@ -149392,9 +149393,9 @@ item_db: (
Id: 24193
AegisName: "S_Damned_Armor"
Name: "Damned Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Holy,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Holy,1+(getrefine()/2);
@@ -149404,9 +149405,9 @@ item_db: (
Id: 24194
AegisName: "S_Geist_Armor"
Name: "Exorcism Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Ghost,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Ghost,1+(getrefine()/2);
@@ -149416,9 +149417,9 @@ item_db: (
Id: 24195
AegisName: "S_Divine_Armor"
Name: "Divine Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus2 bAddEle,Ele_Undead,1+(getrefine()/2);
bonus2 bMagicAddEle,Ele_Undead,1+(getrefine()/2);
@@ -149428,27 +149429,27 @@ item_db: (
Id: 24196
AegisName: "S_Hasty_Shoes"
Name: "Hasty Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <" bonus bFlee,5+(getrefine()/2); ">
},
{
Id: 24197
AegisName: "S_Hasty_Armor"
Name: "Hasty Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <" bonus bFlee,5+(getrefine()/2); ">
},
{
Id: 24198
AegisName: "S_Basis_Shield"
Name: "Basis Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Neutral property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Neutral property monsters by 1%. */
@@ -149459,9 +149460,9 @@ item_db: (
Id: 24199
AegisName: "S_Hallowed_Shield"
Name: "Hallowed Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Shadow property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Shadow property monsters by 1%. */
@@ -149472,9 +149473,9 @@ item_db: (
Id: 24200
AegisName: "S_Saharic_Shield"
Name: "Saharic Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Water property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Water property monsters by 1%. */
@@ -149485,9 +149486,9 @@ item_db: (
Id: 24201
AegisName: "S_Underneath_Shield"
Name: "Underneath Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Earth property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Earth property monsters by 1%. */
@@ -149498,9 +149499,9 @@ item_db: (
Id: 24202
AegisName: "S_Flam_Shield"
Name: "Flammable Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Fire property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Fire property monsters by 1%. */
@@ -149511,9 +149512,9 @@ item_db: (
Id: 24203
AegisName: "S_Windy_Shield"
Name: "Windy Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Wind property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Wind property monsters by 1%. */
@@ -149524,9 +149525,9 @@ item_db: (
Id: 24204
AegisName: "S_Envenom_Shield"
Name: "Envenom Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Poison property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Poison property monsters by 1%. */
@@ -149537,9 +149538,9 @@ item_db: (
Id: 24205
AegisName: "S_Damned_Shield"
Name: "Damned Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Holy property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Holy property monsters by 1%. */
@@ -149550,9 +149551,9 @@ item_db: (
Id: 24206
AegisName: "S_Geist_Shield"
Name: "Exorcism Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Ghost property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Ghost property monsters by 1%. */
@@ -149563,9 +149564,9 @@ item_db: (
Id: 24207
AegisName: "S_Divine_Shield"
Name: "Divine Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
/* Reduces physical and magical damage receive from Undead property monsters by 1%. */
/* Refined to +7, reduces physical and magical damage receive from Undead property monsters by 1%. */
@@ -149576,10 +149577,10 @@ item_db: (
Id: 24208
AegisName: "S_Expert_Shoes"
Name: "Expert Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
EquipLv: [150, 175]
Script: <" bonus2 bExpAddRace, RC_All, 1; ">
},
@@ -149587,9 +149588,9 @@ item_db: (
Id: 24209
AegisName: "S_Expert_Shield"
Name: "Expert Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
EquipLv: [150, 175]
Script: <" bonus2 bExpAddRace, RC_All, (getrefine()/4); ">
},
@@ -149597,9 +149598,9 @@ item_db: (
Id: 24210
AegisName: "S_Beginner_Shoes"
Name: "Beginner Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
EquipLv: [1, 49]
Script: <" bonus2 bExpAddRace, RC_All, getrefine(); ">
},
@@ -149607,9 +149608,9 @@ item_db: (
Id: 24211
AegisName: "S_Beginner_Shield"
Name: "Beginner Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
EquipLv: [1, 49]
Script: <" bonus2 bExpAddRace, RC_All, getrefine(); ">
},
@@ -149617,9 +149618,9 @@ item_db: (
Id: 24212
AegisName: "S_Rookie_Shoes"
Name: "Rookie Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
EquipLv: [50, 99]
Script: <" bonus2 bExpAddRace, RC_All, (getrefine()/2); ">
},
@@ -149627,9 +149628,9 @@ item_db: (
Id: 24213
AegisName: "S_Rookie_Shield"
Name: "Rookie Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
EquipLv: [50, 99]
Script: <" bonus2 bExpAddRace, RC_All, (getrefine()/2); ">
},
@@ -149637,9 +149638,9 @@ item_db: (
Id: 24214
AegisName: "S_Advanced_Shoes"
Name: "Advanced Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
EquipLv: [100, 149]
Script: <" bonus2 bExpAddRace, RC_All, (getrefine()/3); ">
},
@@ -149647,9 +149648,9 @@ item_db: (
Id: 24215
AegisName: "S_Advanced_Shield"
Name: "Advanced Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
EquipLv: [100, 149]
Script: <" bonus2 bExpAddRace, RC_All, (getrefine()/3); ">
},
@@ -149657,9 +149658,9 @@ item_db: (
Id: 24216
AegisName: "S_Attack_Armor"
Name: "Attack Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
autobonus "{ bonus bAtk2,(getrefine()*5); }",(getrefine()*20)+100,3000,BF_NORMAL;
">
@@ -149668,9 +149669,9 @@ item_db: (
Id: 24217
AegisName: "S_Blitz_Earring"
Name: "Blitz Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus bHit,(getrefine()/2)+5;
if (getrefine()>=7) { bonus bAspd,1; }
@@ -149680,9 +149681,9 @@ item_db: (
Id: 24218
AegisName: "S_Blitz_Pendent"
Name: "Blitz Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
Script: <"
bonus bAtk2,(getrefine()/2)+5;
if (getrefine()>=7) { bonus bAspd,1; }
@@ -149692,9 +149693,9 @@ item_db: (
Id: 24219
AegisName: "S_ColdBolt_Armor"
Name: "Cold Bolt Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
if (getrefine()>=2) {
autobonus "{ bonus3 bAutoSpell,14,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
@@ -149705,9 +149706,9 @@ item_db: (
Id: 24220
AegisName: "S_FireBolt_Armor"
Name: "Fire Bolt Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
if (getrefine()>=2) {
autobonus "{ bonus3 bAutoSpell,19,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
@@ -149718,9 +149719,9 @@ item_db: (
Id: 24221
AegisName: "S_LightingBolt_Armor"
Name: "Lightning Bolt Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
if (getrefine()>=2) {
autobonus "{ bonus3 bAutoSpell,20,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
@@ -149731,9 +149732,9 @@ item_db: (
Id: 24222
AegisName: "S_EarthSpike_Armor"
Name: "Earth Spike Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
if (getrefine()>=2) {
autobonus "{ bonus3 bAutoSpell,90,(getrefine()/2),1000; }",(getrefine()*2)+100,100,BF_SHORT;
@@ -149744,10 +149745,10 @@ item_db: (
Id: 24223
AegisName: "S_Enhance_Force_Weapon"
Name: "Enhanced Force Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Upper: 56
- Loc: 131072
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHADOW_WEAPON"
EquipLv: 100
Script: <"
bonus bAtk2,10;
@@ -149758,9 +149759,9 @@ item_db: (
Id: 24224
AegisName: "S_Force_Weapon"
Name: "Force Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
EquipLv: 70
Script: <"
bonus bAtkRate,1;
@@ -149772,9 +149773,9 @@ item_db: (
Id: 24225
AegisName: "S_Force_Earring"
Name: "Force Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
EquipLv: 70
Script: <"
bonus bAtk2,(5+getrefine());
@@ -149786,9 +149787,9 @@ item_db: (
Id: 24226
AegisName: "S_Force_Pendant"
Name: "Force Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
EquipLv: 70
Script: <"
bonus bAtk2,5+getrefine();
@@ -149800,10 +149801,10 @@ item_db: (
Id: 24227
AegisName: "S_Enhance_Spirit_Weapon"
Name: "Enhanced Soul Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Upper: 56
- Loc: 131072
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_SHADOW_WEAPON"
EquipLv: 100
Script: <"
bonus bMatk,10;
@@ -149814,9 +149815,9 @@ item_db: (
Id: 24228
AegisName: "S_Spirit_Weapon"
Name: "Soul Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
EquipLv: 70
Script: <"
bonus bMatkRate,1;
@@ -149828,9 +149829,9 @@ item_db: (
Id: 24229
AegisName: "S_Spirit_Earring"
Name: "Soul Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
EquipLv: 70
Script: <"
bonus bMatk,(5+getrefine());
@@ -149842,9 +149843,9 @@ item_db: (
Id: 24230
AegisName: "S_Spirit_Pendant"
Name: "Soul Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
EquipLv: 70
Script: <"
bonus bMatk,(5+getrefine());
@@ -149856,9 +149857,9 @@ item_db: (
Id: 24231
AegisName: "S_Blitz_Shoes"
Name: "Blitz Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bFlee,5;
if (getrefine()>=2) { bonus bCritical,2; }
@@ -149870,9 +149871,9 @@ item_db: (
Id: 24232
AegisName: "S_Blitz_Shield"
Name: "Blitz Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bCritical,5;
if (getrefine()>=2) { bonus bCritical,2; }
@@ -149884,9 +149885,9 @@ item_db: (
Id: 24233
AegisName: "S_Exceed_Weapon"
Name: "Exceeding Shadow Weapon"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 131072
+ Loc: "EQP_SHADOW_WEAPON"
Script: <"
bonus bAtk,5;
bonus bMatk,5;
@@ -149898,9 +149899,9 @@ item_db: (
Id: 24234
AegisName: "S_Titan_Earring"
Name: "Titan Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus2 bAddSize,Size_Large,1;
if (getrefine()>=7) { bonus2 bAddSize,Size_Large,1; }
@@ -149911,9 +149912,9 @@ item_db: (
Id: 24235
AegisName: "S_Titan_Pendant"
Name: "Titan Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
EquipLv: 70
Script: <"
bonus2 bAddSize,Size_Large,1;
@@ -149925,9 +149926,9 @@ item_db: (
Id: 24236
AegisName: "S_Boned_Earring"
Name: "Boned Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus2 bAddSize,Size_Medium,1;
if (getrefine()>=7) { bonus2 bAddSize,Size_Medium,1; }
@@ -149938,9 +149939,9 @@ item_db: (
Id: 24237
AegisName: "S_Boned_Pendant"
Name: "Boned Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
EquipLv: 70
Script: <"
bonus2 bAddSize,Size_Medium,1;
@@ -149952,9 +149953,9 @@ item_db: (
Id: 24238
AegisName: "S_Gigantic_Earring"
Name: "Gigantic Shadow Earring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 1048576
+ Loc: "EQP_SHADOW_ACC_R"
Script: <"
bonus2 bAddSize,Size_Small,1;
if (getrefine()>=7) { bonus2 bAddSize,Size_Small,1; }
@@ -149965,9 +149966,9 @@ item_db: (
Id: 24239
AegisName: "S_Gigantic_Pendant"
Name: "Gigantic Shadow Pendant"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 2097152
+ Loc: "EQP_SHADOW_ACC_L"
EquipLv: 70
Script: <"
bonus2 bAddSize,Size_Small,1;
@@ -149979,9 +149980,9 @@ item_db: (
Id: 24240
AegisName: "S_Caster_Shoes"
Name: "Caster Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bMatk,5;
bonus bUseSPrate,-1;
@@ -149992,9 +149993,9 @@ item_db: (
Id: 24241
AegisName: "S_Caster_Shield"
Name: "Caster Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bMatk,5;
bonus bUseSPrate,-1;
@@ -150005,9 +150006,9 @@ item_db: (
Id: 24242
AegisName: "S_Caster_Armor"
Name: "Caster Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bMatk,5;
bonus bUseSPrate,-1;
@@ -150018,9 +150019,9 @@ item_db: (
Id: 24243
AegisName: "S_Reload_Shoes"
Name: "Reload Shadow Shoes"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 524288
+ Loc: "EQP_SHADOW_SHOES"
Script: <"
bonus bDelayrate,-1;
if (getrefine()>=7) { bonus bDelayrate,-1; }
@@ -150031,9 +150032,9 @@ item_db: (
Id: 24244
AegisName: "S_Reload_Shield"
Name: "Reload Shadow Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 262144
+ Loc: "EQP_SHADOW_SHIELD"
Script: <"
bonus bDelayrate,-1;
if (getrefine()>=7) { bonus bDelayrate,-1; }
@@ -150044,9 +150045,9 @@ item_db: (
Id: 24245
AegisName: "S_Reload_Armor"
Name: "Reload Shadow Armor"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
- Loc: 65536
+ Loc: "EQP_SHADOW_ARMOR"
Script: <"
bonus bDelayrate,-1;
if (getrefine()>=7) { bonus bDelayrate,-1; }
@@ -150058,7 +150059,7 @@ item_db: (
Id: 26101
AegisName: "Paradise_Foxtail_Staff_III"
Name: "Eden Group Foxtail Staff III"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 150
Matk: 195
@@ -150066,12 +150067,12 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 7
- Loc: 2
+ Upper: ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 60
Refine: false
- View: 10
+ Subtype: "W_STAFF"
Script: <"
bonus bDex,5;
bonus bInt,5;
@@ -150084,7 +150085,7 @@ item_db: (
Id: 28000
AegisName: "Thanos_Katar"
Name: "Thanatos Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 220
@@ -150094,11 +150095,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -150113,7 +150114,7 @@ item_db: (
Id: 28001
AegisName: "Katar_Of_Evil_Slayer"
Name: "Evil Slayer Ripper Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1200
Atk: 120
@@ -150122,11 +150123,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 100
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus2 bAddRace,RC_Demon,10;
bonus2 bAddRace,RC_Undead,10;
@@ -150138,17 +150139,17 @@ item_db: (
Id: 28002
AegisName: "Half_BF_Katar2"
Name: "Half BF Katar2"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Atk: 130
Range: 1
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bStr,1;
bonus bDex,1;
@@ -150163,7 +150164,7 @@ item_db: (
Id: 28007
AegisName: "Scarlet_Katar"
Name: "Crimson Katar"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1300
Atk: 130
@@ -150172,10 +150173,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
if(BaseLevel>70) { bonus bAtk,5*((BaseLevel-70)/10); }
@@ -150185,7 +150186,7 @@ item_db: (
Id: 28008
AegisName: "Katar_of_Vicious_Mind"
Name: "Katar of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1800
Atk: 180
@@ -150194,10 +150195,10 @@ item_db: (
Job: {
Assassin: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
">
@@ -150206,7 +150207,7 @@ item_db: (
Id: 28010
AegisName: "Juliette_de_Rachel"
Name: "Juliette de Rachel"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 300
@@ -150215,11 +150216,11 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 170
- View: 16
+ Subtype: "W_KATAR"
Script: <"
bonus bAtkRate,getrefine()/2;
bonus bAspdRate,getrefine();
@@ -150232,7 +150233,7 @@ item_db: (
Id: 28100
AegisName: "Thanos_Axe"
Name: "Thanatos Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 4000
Atk: 300
@@ -150247,11 +150248,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 120
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bInt,6;
bonus bVit,6;
@@ -150266,7 +150267,7 @@ item_db: (
Id: 28101
AegisName: "Tornado_Axe"
Name: "Axe Tornado"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 500
Weight: 4000
Atk: 320
@@ -150280,11 +150281,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtkEle,Ele_Wind;
bonus2 bSkillCooldown,NC_AXETORNADO,-1000;
@@ -150294,7 +150295,7 @@ item_db: (
Id: 28105
AegisName: "Infinity_Two_handed_Axe"
Name: "Infinity Two-handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 265
@@ -150308,11 +150309,11 @@ item_db: (
Crusader: true
Alchemist: true
}
- Upper: 56
- Loc: 34
+ Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 100
- View: 7
+ Subtype: "W_2HAXE"
Trade: {
nodrop: true
notrade: true
@@ -150326,7 +150327,7 @@ item_db: (
Id: 28106
AegisName: "Scarlet_Twohand_Axe"
Name: "Crimson Two-handed Axe"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2000
Atk: 200
@@ -150340,10 +150341,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 70
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtk,((min(getrefine(),15)) ** (2));
@@ -150354,7 +150355,7 @@ item_db: (
Id: 28107
AegisName: "Two_Handed_Axe_of_Vicious_Mind"
Name: "Two-Handed Axe of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 2500
Atk: 250
@@ -150368,10 +150369,10 @@ item_db: (
Crusader: true
Alchemist: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 160
- View: 7
+ Subtype: "W_2HAXE"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bUnbreakableWeapon,0;
@@ -150383,7 +150384,7 @@ item_db: (
Id: 28200
AegisName: "END_OF_HORIZON"
Name: "End Of The Horizon"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2700000
Weight: 2400
Atk: 410
@@ -150392,16 +150393,16 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 110
- View: 21
+ Subtype: "W_GRENADE"
},
{
Id: 28201
AegisName: "Southern_Cross_R"
Name: "Southern Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2800000
Weight: 2000
Atk: 480
@@ -150409,17 +150410,17 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 141
- View: 21
+ Subtype: "W_GRENADE"
Script: <" bonus3 bAutoSpell,GC_CROSSIMPACT,1,50; ">
},
{
Id: 28202
AegisName: "Southern_Cross_R_"
Name: "Southern Cross"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 2800000
Weight: 2000
Atk: 480
@@ -150428,27 +150429,27 @@ item_db: (
Job: {
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 4
EquipLv: 141
- View: 21
+ Subtype: "W_GRENADE"
Script: <" bonus3 bAutoSpell,GC_CROSSIMPACT,1,50; ">
},
{
Id: 28203
AegisName: "Half_BF_Rifle1"
Name: "Half BF Rifle1"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 50
Range: 9
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 18
+ Subtype: "W_RIFLE"
Script: <"
bonus bDex,2;
bonus bHit,8;
@@ -150463,17 +150464,17 @@ item_db: (
Id: 28204
AegisName: "Half_BF_Shotgun1"
Name: "Half BF Shotgun1"
- Type: 4
+ Type: "IT_WEAPON"
Atk: 100
Range: 9
Job: {
Gunslinger: true
Rebellion: true
}
- Loc: 34
+ Loc: "EQP_ARMS"
WeaponLv: 3
EquipLv: 80
- View: 20
+ Subtype: "W_SHOTGUN"
Script: <"
bonus bDex,2;
bonus bSplashRange,1;
@@ -150489,10 +150490,10 @@ item_db: (
Id: 28306
AegisName: "Bless_Of_Moon"
Name: "Luna's Blessing"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Def: 5
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bMdef,3;
@@ -150504,9 +150505,9 @@ item_db: (
Id: 28310
AegisName: "Earring_Of_Sarah_L"
Name: "Sarah's Left Earring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 145
Refine: false
Trade: {
@@ -150525,9 +150526,9 @@ item_db: (
Id: 28311
AegisName: "Earring_Of_Sarah_R"
Name: "Sarah's Right Earring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 145
Refine: false
Trade: {
@@ -150546,11 +150547,11 @@ item_db: (
Id: 28320
AegisName: "Desperation_of_Assassin"
Name: "Desperation of Assassin"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 50
Script: <"
bonus bAspd,1;
@@ -150560,11 +150561,11 @@ item_db: (
Id: 28326
AegisName: "Broken_Chip_1"
Name: "Broken Chips 01"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Script: <" bonus bStr,4; ">
},
@@ -150572,11 +150573,11 @@ item_db: (
Id: 28327
AegisName: "Broken_Chip_2"
Name: "Broken Chips 02"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Script: <" bonus bInt,4; ">
},
@@ -150584,10 +150585,10 @@ item_db: (
Id: 28332
AegisName: "Jewel_Ring"
Name: "Jewerly Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Weight: 100
- Loc: 136
+ Loc: "EQP_ACC"
Refine: false
Script: <"
bonus bLuk,20;
@@ -150598,10 +150599,10 @@ item_db: (
Id: 28333
AegisName: "Gold_PC_Room_Ring"
Name: "Gold PC Room Ring"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 10
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
Trade: {
nodrop: true
notrade: true
@@ -150620,10 +150621,10 @@ item_db: (
Id: 28362
AegisName: "Str_Gloves"
Name: "Str Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 120
Refine: false
Script: <"
@@ -150635,10 +150636,10 @@ item_db: (
Id: 28363
AegisName: "Agi_Gloves"
Name: "Agi Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 120
Refine: false
Script: <"
@@ -150650,10 +150651,10 @@ item_db: (
Id: 28364
AegisName: "Int_Gloves"
Name: "Int Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 120
Refine: false
Script: <"
@@ -150665,10 +150666,10 @@ item_db: (
Id: 28365
AegisName: "Vit_Gloves"
Name: "Vit Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 120
Refine: false
Script: <"
@@ -150680,10 +150681,10 @@ item_db: (
Id: 28366
AegisName: "Dex_Gloves"
Name: "Dex Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 120
Refine: false
Script: <"
@@ -150695,10 +150696,10 @@ item_db: (
Id: 28367
AegisName: "Luk_Gloves"
Name: "Luk Gloves"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 120
Refine: false
Script: <"
@@ -150710,11 +150711,11 @@ item_db: (
Id: 28372
AegisName: "Imperial_Ring"
Name: "Imperial Ring"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 500
Def: 3
Slots: 1
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 50
Refine: false
Script: <"
@@ -150728,13 +150729,13 @@ item_db: (
Id: 28374
AegisName: "Foxtail_Ring"
Name: "Foxtail Ring"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Job: {
Summoner: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 1
Refine: false
Script: <"
@@ -150750,14 +150751,14 @@ item_db: (
Id: 28380
AegisName: "Fresh_Grass_Necklace"
Name: "Fresh Grass Necklace"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 100
Slots: 1
Job: {
Summoner: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -150769,14 +150770,14 @@ item_db: (
Id: 28381
AegisName: "Cute_Grass_Necklace"
Name: "Cute Grass Necklace"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
Slots: 1
Job: {
Summoner: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -150788,14 +150789,14 @@ item_db: (
Id: 28382
AegisName: "Charm_Grass_Necklace"
Name: "Charm Grass Necklace"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 20
Weight: 10
Slots: 1
Job: {
Summoner: true
}
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -150807,7 +150808,7 @@ item_db: (
Id: 28413
AegisName: "Lesser_Mackerel_Talisman"
Name: "Lesser Mackerel Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150815,8 +150816,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <" bonus bVit,1; ">
@@ -150825,7 +150825,7 @@ item_db: (
Id: 28414
AegisName: "Intermediate_Mackerel_Talisman"
Name: "Intermediate Mackerel Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150833,8 +150833,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 140
Refine: false
Script: <" bonus bVit,2; ">
@@ -150843,7 +150842,7 @@ item_db: (
Id: 28415
AegisName: "Greater_Mackerel_Talisman"
Name: "Greater Mackerel Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150851,8 +150850,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 175
Refine: false
Script: <" bonus bVit,3; ">
@@ -150861,7 +150859,7 @@ item_db: (
Id: 28416
AegisName: "Lesser_Leaf_Talisman"
Name: "Lesser Leaf Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150869,8 +150867,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <" bonus bInt,1; ">
@@ -150879,7 +150876,7 @@ item_db: (
Id: 28417
AegisName: "Intermediate_Leaf_Talisman"
Name: "Intermediate Leaf Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150887,8 +150884,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 140
Refine: false
Script: <" bonus bInt,2; ">
@@ -150897,7 +150893,7 @@ item_db: (
Id: 28418
AegisName: "Greater_Leaf_Talisman"
Name: "Greater Leaf Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150905,8 +150901,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 175
Refine: false
Script: <" bonus bInt,3; ">
@@ -150915,7 +150910,7 @@ item_db: (
Id: 28419
AegisName: "Lesser_Rabbit_Talisman"
Name: "Lesser Rabbit Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150923,8 +150918,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <" bonus bDex,1; ">
@@ -150933,7 +150927,7 @@ item_db: (
Id: 28420
AegisName: "Intermediate_Rabbit_Talisman"
Name: "Intermediate Rabbit Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150941,8 +150935,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 140
Refine: false
Script: <" bonus bDex,2; ">
@@ -150951,7 +150944,7 @@ item_db: (
Id: 28421
AegisName: "Greater_Rabbit_Talisman"
Name: "Greater Rabbit Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150959,8 +150952,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 175
Refine: false
Script: <" bonus bDex,3; ">
@@ -150969,7 +150961,7 @@ item_db: (
Id: 28422
AegisName: "Shiny_Branch_Talisman"
Name: "Shiny Branch Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150977,8 +150969,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -150991,7 +150982,7 @@ item_db: (
Id: 28423
AegisName: "Fresh_Tuna_Talisman"
Name: "Fresh Tuna Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -150999,8 +150990,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -151012,7 +151002,7 @@ item_db: (
Id: 28424
AegisName: "Chubby_Worm_Talisman"
Name: "Chubby Worm Talisman"
- Type: 4
+ Type: "IT_ARMOR"
Buy: 0
Weight: 100
Def: 1
@@ -151020,8 +151010,7 @@ item_db: (
Job: {
Summoner: true
}
- Upper: 63
- Loc: 136
+ Loc: "EQP_ACC"
EquipLv: 100
Refine: false
Script: <"
@@ -151036,7 +151025,7 @@ item_db: (
Id: 28604
AegisName: "Scarlet_Bible"
Name: "Crimson Bible"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 450
Atk: 45
@@ -151047,10 +151036,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bUnbreakableWeapon,0;
bonus bAtk,((min(getrefine(),15)) ** (2));
@@ -151062,7 +151051,7 @@ item_db: (
Id: 28605
AegisName: "Book_of_Vicious_Mind"
Name: "Book of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 950
Atk: 95
@@ -151073,10 +151062,10 @@ item_db: (
Sage: true
Star_Gladiator: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 15
+ Subtype: "W_BOOK"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2));
@@ -151089,7 +151078,7 @@ item_db: (
Id: 28703
AegisName: "Infinity_Dagger"
Name: "Infinity Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 500
Atk: 125
@@ -151117,10 +151106,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 100
- View: 1
+ Subtype: "W_DAGGER"
Trade: {
nodrop: true
notrade: true
@@ -151134,7 +151123,7 @@ item_db: (
Id: 28704
AegisName: "Twilight_Desert_"
Name: "Desert Twilight"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 600
Atk: 130
@@ -151143,17 +151132,17 @@ item_db: (
Job: {
Assassin: true
}
- Upper: 58
- Loc: 2
+ Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
+ Loc: "EQP_WEAPON"
WeaponLv: 2
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
},
{
Id: 28705
AegisName: "Scarlet_Dagger"
Name: "Crimson Dagger"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 550
Atk: 55
@@ -151180,10 +151169,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 3
EquipLv: 70
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2))/2;
@@ -151194,7 +151183,7 @@ item_db: (
Id: 28706
AegisName: "Dagger_of_Vicious_Mind"
Name: "Dagger of Vicious Mind"
- Type: 4
+ Type: "IT_WEAPON"
Buy: 20
Weight: 1050
Atk: 105
@@ -151222,10 +151211,10 @@ item_db: (
Ninja: true
Kagerou: true
}
- Loc: 2
+ Loc: "EQP_WEAPON"
WeaponLv: 4
EquipLv: 160
- View: 1
+ Subtype: "W_DAGGER"
Script: <"
bonus bAtk,((min(getrefine(),15)) ** (2));
bonus bMatk,((min(getrefine(),15)) ** (2))/2;
@@ -151237,14 +151226,14 @@ item_db: (
Id: 28900
AegisName: "Praetorian_Shield"
Name: "Praetorian Shield"
- Type: 5
+ Type: "IT_ARMOR"
Buy: 20
Weight: 3000
Def: 30
Slots: 1
- Loc: 32
+ Loc: "EQP_SHIELD"
EquipLv: 100
- View: 1
+ ViewSprite: 1
Script: <"
skill LG_SHIELDSPELL,1;
bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20+(getrefine());
@@ -151256,10 +151245,10 @@ item_db: (
Id: 28901
AegisName: "Cursed_Mad_Bunny"
Name: "Cursed Mad Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
Script: <"
bonus bAspd,3;
bonus bAtkRate,5;
@@ -151284,11 +151273,11 @@ item_db: (
Id: 28902
AegisName: "Mad_Bunny_"
Name: "Mad Bunny"
- Type: 5
+ Type: "IT_ARMOR"
Weight: 100
Slots: 1
- Loc: 32
- View: 1
+ Loc: "EQP_SHIELD"
+ ViewSprite: 1
Script: <"
bonus bAtkRate,5;
bonus bMatkRate,5;
@@ -151314,8 +151303,8 @@ item_db: (
Id: 29000
AegisName: "Rune_Of_Magic1"
Name: "Rune Of Magic Power 1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bInt, 5;
if (getrefine() >= 10) bonus bMatkRate, 5;
@@ -151325,8 +151314,8 @@ item_db: (
Id: 29001
AegisName: "Rune_Of_Magic2"
Name: "Rune Of Magic Power 2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bInt, 6;
if (getrefine() >= 11) {
@@ -151339,8 +151328,8 @@ item_db: (
Id: 29002
AegisName: "Rune_Of_Magic3"
Name: "Rune Of Magic Power 3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bInt, 7;
if (getrefine() >= 12) {
@@ -151357,8 +151346,8 @@ item_db: (
Id: 29003
AegisName: "Rune_Of_Dexterity1"
Name: "Rune Of Dexterity 1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bDex, 5;
if (getrefine() >= 10) bonus bLongAtkRate, 5;
@@ -151368,8 +151357,8 @@ item_db: (
Id: 29004
AegisName: "Rune_Of_Dexterity2"
Name: "Rune Of Dexterity 2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bDex, 6;
if (getrefine() >= 11) {
@@ -151382,8 +151371,8 @@ item_db: (
Id: 29005
AegisName: "Rune_Of_Dexterity3"
Name: "Rune Of Dexterity 3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bDex, 7;
if (getrefine() >= 12) {
@@ -151400,8 +151389,8 @@ item_db: (
Id: 29006
AegisName: "Rune_Of_Fortune1"
Name: "Rune Of Fortune 1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bLuk, 5;
if (getrefine() >= 10) bonus bCritAtkRate, 5;
@@ -151411,8 +151400,8 @@ item_db: (
Id: 29007
AegisName: "Rune_Of_Fortune2"
Name: "Rune Of Fortune 2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bLuk, 6;
if (getrefine() >= 11) {
@@ -151425,8 +151414,8 @@ item_db: (
Id: 29008
AegisName: "Rune_Of_Fortune3"
Name: "Rune Of Fortune 3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bLuk, 7;
if (getrefine() >= 12) {
@@ -151443,8 +151432,8 @@ item_db: (
Id: 29009
AegisName: "Rune_Of_Stamina1"
Name: "Rune Of Stamina 1Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bVit, 5;
if (getrefine() >= 10) bonus bMaxHPrate, 5;
@@ -151454,8 +151443,8 @@ item_db: (
Id: 29010
AegisName: "Rune_Of_Stamina2"
Name: "Rune Of Stamina 2Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bVit, 6;
if (getrefine() >= 11) {
@@ -151468,8 +151457,8 @@ item_db: (
Id: 29011
AegisName: "Rune_Of_Stamina3"
Name: "Rune Of Stamina 3Lv"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
if (getrefine() >= 7) bonus bVit, 7;
if (getrefine() >= 12) {
@@ -151486,16 +151475,16 @@ item_db: (
Id: 29013
AegisName: "HPAbsorb3"
Name: "HP Absorb 3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bHPDrainRate, 1, 3; ">
},
{
Id: 29014
AegisName: "STR3_INT3"
Name: "STR+3 INT-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bStr, 3;
bonus bInt, -3;
@@ -151505,8 +151494,8 @@ item_db: (
Id: 29015
AegisName: "STR3_DEX3"
Name: "STR+3 DEX-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bStr, 3;
bonus bDex, -3;
@@ -151516,8 +151505,8 @@ item_db: (
Id: 29016
AegisName: "INT3_DEX3"
Name: "INT+3 DEX-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bInt, 3;
bonus bDex, -3;
@@ -151527,8 +151516,8 @@ item_db: (
Id: 29017
AegisName: "INT3_VIT3"
Name: "INT+3 VIT-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bInt, 3;
bonus bVit, -3;
@@ -151538,8 +151527,8 @@ item_db: (
Id: 29018
AegisName: "DEX3_VIT3"
Name: "DEX+3 VIT-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bDex, 3;
bonus bVit, -3;
@@ -151549,8 +151538,8 @@ item_db: (
Id: 29019
AegisName: "DEX3_AGI3"
Name: "DEX+3 AGI-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bDex, 3;
bonus bAgi, -3;
@@ -151560,8 +151549,8 @@ item_db: (
Id: 29020
AegisName: "VIT3_AGI3"
Name: "VIT+3 AGI-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bVit, 3;
bonus bAgi, -3;
@@ -151571,8 +151560,8 @@ item_db: (
Id: 29021
AegisName: "VIT3_LUK3"
Name: "VIT+3 LUK-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bVit, 3;
bonus bLuk, -3;
@@ -151582,8 +151571,8 @@ item_db: (
Id: 29022
AegisName: "AGI3_LUK3"
Name: "AGI+3 LUK-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bAgi, 3;
bonus bLuk, -3;
@@ -151593,8 +151582,8 @@ item_db: (
Id: 29023
AegisName: "AGI3_STR3"
Name: "AGI+3 STR-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bAgi, 3;
bonus bStr, -3;
@@ -151604,8 +151593,8 @@ item_db: (
Id: 29024
AegisName: "LUK3_STR3"
Name: "LUK+3 STR-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLuk, 3;
bonus bStr, -3;
@@ -151615,8 +151604,8 @@ item_db: (
Id: 29025
AegisName: "LUK3_INT3"
Name: "LUK+3 INT-3"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <"
bonus bLuk, 3;
bonus bInt, -3;
@@ -151626,16 +151615,16 @@ item_db: (
Id: 29026
AegisName: "DEF20"
Name: "DEF+20"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus bDef, 20; ">
},
{
Id: 29027
AegisName: "EXP2"
Name: "EXP+2%"
- Type: 6
- Loc: 1023
+ Type: "IT_CARD"
+ Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
Script: <" bonus2 bExpAddRace, RC_All, 2; ">
},
)