summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorzackdreaver <zackdreaver@gmail.com>2015-04-03 10:06:23 +0700
committerzackdreaver <zackdreaver@gmail.com>2015-04-03 10:06:23 +0700
commitae6230eae5691afd36aaf2a207e09890b81906f5 (patch)
tree309a4c362366848f0ebc063a17904064dd0aeb12 /db/re
parent87138bf6057634ef835623207e9469b5148c7fc1 (diff)
downloadhercules-ae6230eae5691afd36aaf2a207e09890b81906f5.tar.gz
hercules-ae6230eae5691afd36aaf2a207e09890b81906f5.tar.bz2
hercules-ae6230eae5691afd36aaf2a207e09890b81906f5.tar.xz
hercules-ae6230eae5691afd36aaf2a207e09890b81906f5.zip
More follow up 0efe275b429ee83e7c8111813582a06c4502cb4b
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf228
1 files changed, 221 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 5e2c38ba2..16d01da09 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -15113,6 +15113,31 @@ item_db: (
">
},
{
+ Id: 1671
+ AegisName: "Evil_Slayer_Vanquisher_Staff"
+ Name: "Evil Slayer Vanquisher Staff"
+ Type: 4
+ Buy: 20
+ Weight: 800
+ Atk: 30
+ Matk: 155
+ Range: 1
+ Slots: 1
+ Job: 0x00818314
+ Upper: 56
+ Loc: 2
+ WeaponLv: 3
+ View: 10
+ Script: <"
+ bonus2 bAddRace,RC_Demon,10;
+ bonus2 bAddRace,RC_Undead,10;
+ bonus2 bMagicAddRace,RC_Demon,10;
+ bonus2 bMagicAddRace,RC_Undead,10;
+ if(getrefine()>=9){ bonus bMatkRate,5; }
+ if(getrefine()>=12){ bonus bMatkRate,7; }
+ ">
+},
+{
Id: 1680
AegisName: "Crimson_Rod"
Name: "Crimson Rod"
@@ -19789,6 +19814,7 @@ item_db: (
Script: <"
bonus bMdef,2;
bonus bMagicDamageReturn,5;
+ if (isequipped(2881)) { bonus bMatk,getrefine()*2; }
">
},
{
@@ -20750,6 +20776,49 @@ item_db: (
">
},
{
+ Id: 2185
+ AegisName: "Magic_Reflector"
+ Name: "Magic Reflector"
+ Type: 5
+ Buy: 20
+ Weight: 1000
+ Def: 50
+ Upper: 63
+ Loc: 32
+ EquipLv: 90
+ Refine: false
+ View: 2
+ Script: <"
+ if (getrefine()>8) { bonus bMagicDamageReturn,9; }
+ else if (getrefine()>6) { bonus bMagicDamageReturn,6; }
+ else { bonus bMagicDamageReturn,3; }
+ ">
+},
+{
+ Id: 2186
+ AegisName: "Revised_Encyclopedia"
+ Name: "Revised Encyclopedia"
+ Type: 5
+ Buy: 20
+ Weight: 1000
+ Def: 50
+ Range: 1
+ Slots: 2
+ Job: 0x00410100
+ Loc: 32
+ EquipLv: 70
+ View: 15
+ Script: <"
+ bonus bMatk,5;
+ bonus bInt,3;
+ bonus bDex,2;
+ bonus bCritical,3;
+ if (getrefine()>6) { bonus bCritical,2; }
+ if (getrefine()>8) { bonus bMatk,5; }
+ if (isequipped(1564)) { bonus bAspdRate,getequiprefinerycnt(EQI_HAND_R); }
+ ">
+},
+{
Id: 2187
AegisName: "Gray_Shield"
Name: "Gray Shield"
@@ -20763,7 +20832,7 @@ item_db: (
EquipLv: 120
View: 2
Script: <"
- bonus bMdef,10+getrefine();
+ bonus bMdef,10+(getrefine()/3);
bonus2 bSubEle,Ele_Holy,30+getrefine();
">
},
@@ -32242,10 +32311,14 @@ item_db: (
Buy: 20
Weight: 100
Slots: 1
- Upper: 63
Loc: 136
Refine: false
- Script: <" bonus bDex,2; ">
+ Script: <"
+ bonus bDex,2;
+ bonus bMatk,20;
+ if (isequipped(2701)) { bonus bMatk,20; }
+ if (isequipped(2365)) { bonus bVariableCastrate,15; }
+ ">
},
{
Id: 2882
@@ -33100,6 +33173,46 @@ item_db: (
Script: <" bonus bAllStats,1; ">
},
{
+ Id: 2963
+ AegisName: "Physical_Enhancer_Ring"
+ Name: "Physical Enhancer Ring"
+ Type: 5
+ Buy: 20
+ Weight: 100
+ Slots: 1
+ Loc: 136
+ EquipLv: 90
+ Refine: false
+ Script: <"
+ bonus bAtkRate,5;
+ if (isequipped(15073)) { bonus bAspdRate,5; }
+ if (isequipped(15074)) {
+ bonus bDelayrate,-5;
+ bonus2 bAddRaceTolerance,RC_DemiHuman,5;
+ }
+ ">
+},
+{
+ Id: 2964
+ AegisName: "Magic_Intensifier_Ring"
+ Name: "Magic Intensifier Ring"
+ Type: 5
+ Buy: 20
+ Weight: 100
+ Slots: 1
+ Loc: 136
+ EquipLv: 90
+ Refine: false
+ Script: <"
+ bonus bMatkRate,5;
+ if (isequipped(15073)) {
+ bonus bDelayrate,-5;
+ bonus2 bAddRaceTolerance,RC_DemiHuman,5;
+ }
+ if (isequipped(15074)) { bonus bVariableCastrate,-5; }
+ ">
+},
+{
Id: 2966
AegisName: "RWC_2012_Ring"
Name: "RWC 2012 Ring"
@@ -64400,6 +64513,22 @@ item_db: (
Weight: 10
},
{
+ Id: 6672
+ AegisName: "Gray_Piece"
+ Name: "Gray Piece"
+ Type: 3
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ nocart: true
+ nostorage: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+},
+{
Id: 6682
AegisName: "Bag_Of_Selling_Goods"
Name: "Bag Of Selling Goods"
@@ -89955,6 +90084,29 @@ item_db: (
">
OnUnequipScript: <" heal -1000,0; ">
},
+{
+ Id: 13094
+ AegisName: "Evil_Slayer_Stabber_Dagger"
+ Name: "Evil Slayer Stabber Dagger"
+ Type: 4
+ Buy: 20
+ Weight: 900
+ Atk: 120
+ Range: 1
+ Slots: 1
+ Job: 0x02800075
+ Upper: 56
+ Loc: 2
+ WeaponLv: 3
+ EquipLv: 100
+ View: 1
+ Script: <"
+ bonus2 bAddRace,RC_Demon,10;
+ bonus2 bAddRace,RC_Undead,10;
+ if(getrefine()>=9){ bonus bAtkRate,5; }
+ if(getrefine()>=12){ bonus bAtkRate,7; }
+ ">
+},
// Revolvers
{
Id: 13100
@@ -109021,6 +109173,43 @@ item_db: (
">
},
{
+ Id: 15073
+ AegisName: "Anti-Magic_Suit"
+ Name: "Anti-Magic Suit"
+ Type: 5
+ Buy: 20
+ Weight: 1500
+ Def: 50
+ Slots: 1
+ Loc: 16
+ EquipLv: 99
+ Script: <"
+ bonus bMaxHPrate,5;
+ bonus bMdef,10;
+ if (getrefine()>6) { bonus bMdef,5; }
+ if (getrefine()>8) { bonus bMaxHPrate,2; }
+ ">
+},
+{
+ Id: 15074
+ AegisName: "Geffen_Magic_Robe"
+ Name: "Geffen Magic Robe"
+ Type: 5
+ Buy: 20
+ Weight: 1000
+ Def: 40
+ Slots: 1
+ Loc: 16
+ EquipLv: 99
+ Script: <"
+ bonus bUseSPrate,-10;
+ bonus bVariableCastrate,15;
+ bonus bNoCastCancel,0;
+ if (getrefine()>6) { bonus bUseSPrate,-5; }
+ if (getrefine()>8) { bonus bVariableCastrate,-5; }
+ ">
+},
+{
Id: 15089
AegisName: "Menswear"
Name: "Menswear"
@@ -109750,6 +109939,29 @@ item_db: (
Script: <" bonus bUnbreakableWeapon,0; ">
},
{
+ Id: 16027
+ AegisName: "Evil_Slayer_Destroyer_Hammer"
+ Name: "Evil Slayer Destroyer Hammer"
+ Type: 4
+ Buy: 20
+ Weight: 1350
+ Atk: 120
+ Range: 1
+ Slots: 1
+ Job: 0x0004C5B2
+ Upper: 56
+ Loc: 2
+ WeaponLv: 3
+ EquipLv: 100
+ View: 8
+ Script: <"
+ bonus2 bAddRace,RC_Demon,10;
+ bonus2 bAddRace,RC_Undead,10;
+ if(getrefine()>=9){ bonus bAtkRate,5; }
+ if(getrefine()>=12){ bonus bAtkRate,7; }
+ ">
+},
+{
Id: 16028
AegisName: "Thanatos_Hammer"
Name: "Thanatos Hammer"
@@ -116526,13 +116738,15 @@ item_db: (
Name: "CD In Mouth"
Type: 5
Buy: 20
- Weight: 200
- Job: 0xFFFFFFFE
- Upper: 63
+ Weight: 150
Loc: 1
- EquipLv: 20
+ EquipLv: 10
Refine: false
View: 815
+ Script: <"
+ bonus bHit,5;
+ bonus bAspdRate,-1;
+ ">
},
{
Id: 18667