diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 004e501c3..6f2a7cc7d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -20663,6 +20663,46 @@ item_db: ( Script: <" bonus bMdef,5; "> }, { + Id: 2177 + AegisName: "Shield_Of_Death" + Name: "Shield Of Death" + Type: 5 + Buy: 20 + Weight: 2000 + Def: 150 + Slots: 1 + Job: 0xFFFFFFFF + Upper: 63 + Loc: 32 + EquipLv: 90 + View: 3 + Script: <" + bonus2 bAddRace,RC_Boss,2; + bonus2 bSubRace,RC_NonBoss,-10; + "> +}, +{ + Id: 2181 + AegisName: "Hervor" + Name: "Hervor" + Type: 5 + Buy: 20 + Weight: 1500 + Def: 100 + Slots: 0 + Job: 0xFFFFFFFF + Upper: 63 + Loc: 32 + EquipLv: 90 + Refine: false + View: 2 + Script: <" + bonus bMdef,5; + bonus2 bAddRaceTolerance,RC_All,30; + bonus bUnbreakableArmor,1; + "> +}, +{ Id: 2190 AegisName: "Ancient_Shield_Of_Aeon" Name: "Ancient Shield Of Aeon" @@ -128143,4 +128183,26 @@ item_db: ( bonus bMatk,pow(min(getrefine(),15),2)/2; "> }, +{ + Id: 28900 + AegisName: "Praetorian_Shield" + Name: "Praetorian Shield" + Type: 5 + Buy: 20 + Weight: 3000 + Def: 30 + Slots: 1 + Job: 0xFFFFFFFF + Upper: 63 + Loc: 32 + EquipLv: 100 + View: 1 + Script: <" + skill LG_SHIELDSPELL,1; + .@rate = 20+(getrefine()); + bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,.@rate; + bonus bDef,getrefine()*10; + bonus bMdef,getrefine(); + "> +}, ) |