summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorzackdreaver <zackdreaver@gmail.com>2015-03-28 14:30:24 +0700
committerzackdreaver <zackdreaver@gmail.com>2015-03-28 14:30:24 +0700
commit7625204e44a1ff83b0c271ee42bfa565796345e4 (patch)
tree5775238a4c690e780f251124e80c709d434fd705 /db/re/item_db.conf
parent8c63ddd18224c368f89ac13ee17d9ea510771bce (diff)
downloadhercules-7625204e44a1ff83b0c271ee42bfa565796345e4.tar.gz
hercules-7625204e44a1ff83b0c271ee42bfa565796345e4.tar.bz2
hercules-7625204e44a1ff83b0c271ee42bfa565796345e4.tar.xz
hercules-7625204e44a1ff83b0c271ee42bfa565796345e4.zip
Added new footgears
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf365
1 files changed, 365 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 173547c24..86a9854a8 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -124158,6 +124158,371 @@ item_db: (
">
},
{
+ Id: 22014
+ AegisName: "Enhanced_Variant_Shoes"
+ Name: "Enhanced Variant Shoes"
+ Type: 4
+ Buy: 20
+ Weight: 500
+ Def: 13
+ Slots: 1
+ Job: 0x7CCFDF80
+ Upper: 63
+ Loc: 64
+ EquipLv: 85
+ Script: <"
+ bonus bMaxHPrate,12;
+ bonus bMaxSPrate,12;
+ .@r = getrefine();
+ bonus bDef,.@r;
+ bonus bMdef,.@r;
+ ">
+},
+{
+ Id: 22015
+ AegisName: "Impr_Angel's_Arrival"
+ Name: "Advanced Angel's Reincarnation"
+ Type: 4
+ Buy: 10000
+ Weight: 300
+ Def: 8
+ Slots: 1
+ Job: 0x00000001
+ Upper: 63
+ Loc: 64
+ EquipLv: 99
+ Script: <"
+ bonus bMaxHP,500;
+ bonus bMaxSP,100;
+ ">
+},
+{
+ Id: 22018
+ AegisName: "Shoes_Of_Wise_Man"
+ Name: "Shoes Of Wise Man"
+ Type: 4
+ Buy: 10
+ Weight: 300
+ Def: 15
+ Loc: 64
+ EquipLv: 50
+ Script: <"
+ .@r = getrefine();
+ if(.@r>5) {
+ bonus bInt,.@r-5;
+ bonus bMaxHPrate,-(.@r-5);
+ }
+ ">
+},
+{
+ Id: 22033
+ AegisName: "Boots_of_Gray"
+ Name: "Boots of Gray"
+ Type: 4
+ Buy: 10
+ Weight: 400
+ Def: 25
+ Slots: 1
+ Upper: 56
+ Loc: 64
+ EquipLv: 120
+ Script: <" bonus2 bSubEle,Ele_Holy,1+getrefine()/3; ">
+},
+{
+ Id: 22034
+ AegisName: "Crimson_Gaiter"
+ Name: "Crimson Gaiter"
+ Type: 4
+ Buy: 10
+ Weight: 500
+ Def: 10
+ Loc: 64
+ EquipLv: 50
+ Script: <"
+ bonus bCritical,2;
+ bonus bCritAtkRate,2;
+ if(getrefine()>=6) {
+ bonus bCritical,3;
+ bonus bCritAtkRate,3;
+ }
+ ">
+},
+{
+ Id: 22035
+ AegisName: "Heroic_Nepenthes_Shoes"
+ Name: "Heroic Nepenthes Shoes"
+ Type: 4
+ Buy: 10
+ Weight: 300
+ Def: 10
+ Slots: 1
+ Loc: 64
+ EquipLv: 160
+ Script: <"
+ .@r = getrefine();
+ if (.@r>=8) bonus bVariableCastrate,-5-((.@r >= 9) ? .@r : 0);
+ ">
+},
+{
+ Id: 22036
+ AegisName: "Heroic_Silver_Fox_Leather_Boots"
+ Name: "Heroic Silver Fox Leather Boots"
+ Type: 4
+ Buy: 10
+ Weight: 300
+ Def: 15
+ Slots: 1
+ Loc: 64
+ EquipLv: 160
+ Script: <"
+ .@r = getrefine();
+ bonus bLongAtkRate,5+((.@r >= 8) ? .@r : 0);
+ ">
+},
+{
+ Id: 22037
+ AegisName: "Heroic_Ungoliant_Upgrade_Boots"
+ Name: "Heroic Ungoliant Upgrade Boots"
+ Type: 4
+ Buy: 10
+ Weight: 300
+ Def: 10
+ Slots: 1
+ Loc: 64
+ EquipLv: 160
+ Script: <"
+ .@r = getrefine();
+ bonus bUseSPrate,-5-((.@r >= 8) ? .@r : 0);
+ ">
+},
+{
+ Id: 22038
+ AegisName: "Shoes_of_Hope"
+ Name: "Shoes of Hope"
+ Type: 4
+ Buy: 10
+ Weight: 100
+ Def: 3
+ Slots: 1
+ Loc: 64
+ EquipLv: 1
+ Script: <"
+ bonus bMaxHPrate,5;
+ bonus bMaxSPrate,5;
+ if(getrefine()>= 6) {
+ bonus bMaxHPrate,5;
+ bonus bMaxSPrate,5;
+ }
+ ">
+},
+{
+ Id: 22039
+ AegisName: "Elemental_Boots"
+ Name: "Elemental Boots"
+ Type: 4
+ Buy: 10
+ Weight: 100
+ Def: 10
+ Slots: 1
+ Loc: 64
+ EquipLv: 1
+ Script: <"
+ bonus2 bSkillAtk,MG_LIGHTNINGBOLT,3;
+ bonus2 bSkillAtk,MG_FIREBOLT,3;
+ bonus2 bSkillAtk,MG_COLDBOLT,3;
+ bonus2 bSkillAtk,WZ_EARTHSPIKE,3;
+ bonus2 bVariableCastrate,MG_LIGHTNINGBOLT,-3;
+ bonus2 bVariableCastrate,MG_FIREBOLT,-3;
+ bonus2 bVariableCastrate,MG_COLDBOLT,-3;
+ bonus2 bVariableCastrate,WZ_EARTHSPIKE,-3;
+ if(getrefine()>= 6) {
+ bonus2 bSkillAtk,MG_LIGHTNINGBOLT,(getrefine()-5);
+ bonus2 bSkillAtk,MG_FIREBOLT,(getrefine()-5);
+ bonus2 bSkillAtk,MG_COLDBOLT,(getrefine()-5);
+ bonus2 bSkillAtk,WZ_EARTHSPIKE,(getrefine()-5);
+ bonus2 bVariableCastrate,MG_LIGHTNINGBOLT,-(getrefine()-5);
+ bonus2 bVariableCastrate,MG_FIREBOLT,-(getrefine()-5);
+ bonus2 bVariableCastrate,MG_COLDBOLT,-(getrefine()-5);
+ bonus2 bVariableCastrate,WZ_EARTHSPIKE,-(getrefine()-5);
+ }
+ ">
+},
+{
+ Id: 22040
+ AegisName: "New_Trend_Shoes"
+ Name: "New Trend Shoes"
+ Type: 4
+ Buy: 10
+ Weight: 500
+ Def: 13
+ Loc: 64
+ EquipLv: 30
+ Script: <"
+ bonus bMaxHPrate,10;
+ bonus bMaxSPrate,10;
+ if(getrefine()>= 12) {
+ bonus bAspd,2;
+ }
+ ">
+},
+{
+ Id: 22041
+ AegisName: "New_Trend_Shoes_"
+ Name: "New Trend Shoes"
+ Type: 4
+ Buy: 10
+ Weight: 500
+ Def: 13
+ Slots: 1
+ Loc: 64
+ EquipLv: 30
+ Script: <"
+ bonus bMaxHPrate,10;
+ bonus bMaxSPrate,10;
+ if(getrefine()>= 12) {
+ bonus bAspd,2;
+ }
+ ">
+},
+{
+ Id: 22042
+ AegisName: "Terraria"
+ Name: "Terraria"
+ Type: 4
+ Buy: 10
+ Weight: 300
+ Def: 15
+ Slots: 1
+ Loc: 64
+ EquipLv: 50
+ Script: <"
+ bonus bAgi,2;
+ bonus bAspd,1;
+ bonus bMdef,5;
+ bonus bUnbreakableShoes,1;
+ ">
+},
+{
+ Id: 22043
+ AegisName: "AGI_Complement"
+ Name: "AGI Complement"
+ Type: 4
+ Buy: 10
+ Weight: 350
+ Def: 25
+ Slots: 1
+ Job: 0x00000400
+ Upper: 56
+ Loc: 64
+ EquipLv: 100
+ Script: <" bonus bAspdRate,5+(getrefine()/4); ">
+},
+{
+ Id: 22044
+ AegisName: "Reinforced_Parts_Booster"
+ Name: "Reinforced Parts - Booster"
+ Type: 4
+ Buy: 10
+ Weight: 1000
+ Def: 23
+ Slots: 1
+ Job: 0x00000400
+ Upper: 56
+ Loc: 64
+ EquipLv: 100
+ Script: <"
+ bonus2 bSkillUseSP,NC_HOVERING,15;
+ if(getrefine()>=7) {
+ bonus2 bSkillUseSP,NC_HOVERING,-20;
+ }
+ ">
+},
+{
+ Id: 22045
+ AegisName: "Beach_Sandals"
+ Name: "Summer Sandals"
+ Type: 4
+ Buy: 10
+ Weight: 200
+ Def: 5
+ Loc: 64
+ Script: <"
+ bonus bFlee,5;
+ bonus3 bAutoSpellWhenHit,AL_INCAGI,10,300;
+ ">
+},
+{
+ Id: 22046
+ AegisName: "Boots_of_Airship"
+ Name: "Boots of Airship"
+ Type: 5
+ Buy: 20
+ Weight: 0
+ Def: 26
+ Job: 0xFFFFFFFF
+ Loc: 64
+ Refine: false
+ EquipLv: 125
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ nocart: true
+ nostorage: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+ Script: <"
+ bonus bAgi,1;
+ bonus bAspdRate,10;
+ ">
+},
+{
+ Id: 22047
+ AegisName: "Tarlock's_Boots"
+ Name: "Tarlock's Boots"
+ Type: 5
+ Buy: 20
+ Weight: 250
+ Def: 13
+ Job: 0xFFFFFFFF
+ Loc: 64
+ EquipLv: 125
+ Script: <"
+ bonus bAgi,1;
+ bonus bAspdRate,5;
+ if(getrefine()>6) {
+ bonus bAgi,1;
+ bonus bAspdRate,5;
+ }
+ if(getrefine()>8) {
+ bonus bAgi,1;
+ bonus bAspdRate,5;
+ }
+ if(getrefine()>11) {
+ bonus bAspd,1;
+ }
+ ">
+},
+{
+ Id: 22059
+ AegisName: "Egir_Shoes_"
+ Name: "Egir Shoes"
+ Type: 5
+ Buy: 20
+ Weight: 300
+ Def: 13
+ Job: 0xFFFFFFFF
+ Loc: 64
+ EquipLv: 40
+ Script: <"
+ bonus bMaxHP,500;
+ bonus bMaxSP,50;
+ bonus bUnbreakableArmor,0;
+ ">
+},
+{
Id: 22067
AegisName: "Witch_Shoes"
Name: "Witch Shoes"