diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-03-28 14:26:14 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-03-28 14:26:14 +0700 |
commit | ec14a7907ac0ce2af5b772f4a77eee2638f0321d (patch) | |
tree | 0bd31df6793b27fd08342d4c9899b4f3cac6d52d /db | |
parent | 9b774dff66dd37f9ff884bf2e08d58871ca7da8b (diff) | |
download | hercules-ec14a7907ac0ce2af5b772f4a77eee2638f0321d.tar.gz hercules-ec14a7907ac0ce2af5b772f4a77eee2638f0321d.tar.bz2 hercules-ec14a7907ac0ce2af5b772f4a77eee2638f0321d.tar.xz hercules-ec14a7907ac0ce2af5b772f4a77eee2638f0321d.zip |
Update some headgears script
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 116 |
1 files changed, 110 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6f2a7cc7d..c50e23f2f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -57382,19 +57382,70 @@ item_db: ( }, { Id: 5873 - AegisName: "Helmet_Of_Siegfried" - Name: "Helmet Of Siegfried" + AegisName: "Helmet_of_Siegfried" + Name: "Helmet of Siegfried" Type: 5 Buy: 20 Weight: 600 Def: 7 Slots: 1 Job: 0x000444A2 + Upper: 58 Loc: 256 EquipLv: 60 View: 1055 Script: <" bonus bAllStats,5; + bonus2 bSubEle,Ele_Neutral,5; + bonus2 bAddRaceTolerance,RC_Dragon,5; + bonus2 bHPLossRate,600,4000; + bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,5,20; + bonus bUnbreakableHelm,0; + "> +}, +{ + Id: 5874 + AegisName: "Circlet_of_Kriemhild" + Name: "Circlet of Kriemhild" + Type: 5 + Buy: 20 + Weight: 600 + Def: 6 + Slots: 1 + Job: 0x000A1848 + Upper: 58 + Loc: 256 + EquipLv: 60 + View: 1056 + Script: <" + bonus bAllStats,5; + bonus2 bSubEle,Ele_Neutral,5; + bonus2 bAddRaceTolerance,RC_Dragon,5; + bonus2 bHPLossRate,400,4000; + bonus3 bAutoSpellWhenHit,PR_KYRIE,9,20; + bonus bUnbreakableHelm,0; + "> +}, +{ + Id: 5875 + AegisName: "Diadem_of_Brinhild" + Name: "Diadem of Brinhild" + Type: 5 + Buy: 20 + Weight: 600 + Def: 6 + Slots: 1 + Job: 0x00018314 + Upper: 58 + Loc: 256 + EquipLv: 60 + View: 1057 + Script: <" + bonus bAllStats,5; + bonus2 bSubEle,Ele_Neutral,5; + bonus2 bAddRaceTolerance,RC_Dragon,5; + bonus2 bHPLossRate,300,4000; + bonus3 bAutoSpellWhenHit,SM_ENDURE,8,20; bonus bUnbreakableHelm,0; "> }, @@ -116024,7 +116075,12 @@ item_db: ( Weight: 10 Slots: 1 Loc: 512 + EquipLv: 30 + Refine: false View: 873 + Script: <" + bonus bMatkRate,3; + "> }, { Id: 18721 @@ -116039,14 +116095,23 @@ item_db: ( }, { Id: 18722 - AegisName: "Ear_Featgers_Wings" - Name: "Ear Featgers Wings" + AegisName: "Winged_Feather_Ears" + Name: "Winged Feather Ears" Type: 5 Buy: 0 Loc: 512 - EquipLv: 1 + EquipLv: 80 Refine: false View: 724 + Script: <" + bonus bMaxHPrate,1; + if(BaseLevel >= 100) { + bonus bMaxHPrate,1; + } + if(BaseLevel >= 150) { + bonus bMaxHPrate,1; + } + "> }, { Id: 18723 @@ -116435,6 +116500,25 @@ item_db: ( View: 894 }, { + Id: 18757 + AegisName: "Holy_Klobuk" + Name: "Holy Klobuk" + Type: 5 + Weight: 500 + Def: 5 + Slots: 1 + Upper: 63 + Loc: 768 + Refine: false + View: 895 + Script: <" + bonus bMdef,5; + bonus2 bAddRaceTolerance,RC_Demon,10; + bonus bHealPower,3; + bonus bUnbreakableArmor,0; + "> +}, +{ Id: 18758 AegisName: "Hat_Of_Scrat" Name: "Hat Of Scrat" @@ -116786,6 +116870,20 @@ item_db: ( Slots: 1 Loc: 256 View: 900 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + bonus2 bRaceTolerance,RC_DemiHuman,-5; + bonus bAtkRate,5; + bonus bMatkRate,5; + "> }, { Id: 18791 @@ -116800,6 +116898,12 @@ item_db: ( Loc: 256 EquipLv: 100 View: 908 + Script: <" + bonus2 bSkillAtk,PR_MAGNUS,30; + bonus2 bSkillAtk,PR_MAGNUS,(getrefine()/2)*5; + if(getrefine()>6) bonus3 bAutoSpellWhenHit,AL_HEAL,max(getskilllv(AL_HEAL),1),50; + if(getrefine()>8) bonus bFixedCastrate,-1; + "> }, { Id: 18793 @@ -128205,4 +128309,4 @@ item_db: ( bonus bMdef,getrefine(); "> }, -) +)
\ No newline at end of file |