summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2015-01-10 19:03:17 +0100
committerMichieru <Michieru@users.noreply.github.com>2015-01-10 19:03:17 +0100
commit9881d5a0554d72be30109dfeee29390fdbdc799a (patch)
treedabf24321a1c1fff90e6c7f3dae0db6df7f83949 /db/re/item_db.conf
parenta1ab053b3b397e8db27f82c66fb53f51a59ba5e8 (diff)
downloadhercules-9881d5a0554d72be30109dfeee29390fdbdc799a.tar.gz
hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.tar.bz2
hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.tar.xz
hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.zip
Add new eclage skills used in items
Update item_db to episode 14.2 Update eclage mobs spawn to official Update eclage mobs to official
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf120
1 files changed, 120 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b4b313446..e977e2160 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -32111,6 +32111,7 @@ item_db: (
Loc: 136
EquipLv: 90
Refine: false
+ Script: <" skill "ECLAGE_RECALL",1; ">
},
{
Id: 2917
@@ -39552,6 +39553,125 @@ item_db: (
bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,3,2500,BF_MAGIC,0;
">
},
+{
+ Id: 4593
+ AegisName: "Menblatt_Card"
+ Name: "Menblatt Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 4
+ Script: <" bonus bLongAtkDef,readparam(bDex)/10; ">
+},
+{
+ Id: 4594
+ AegisName: "Petal_Card"
+ Name: "Petal Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 4
+ Script: <" bonus bCritAtkRate,2*(readparam(bLuk)/10); ">
+},
+{
+ Id: 4595
+ AegisName: "Cenere_Card"
+ Name: "Cenere Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 4
+ Script: <"
+ bonus bAspdRate,2*(readparam(bAgi)/10);
+ bonus bDelayrate,-2*(readparam(bAgi)/10);
+ ">
+},
+{
+ Id: 4596
+ AegisName: "Antique_Book_Card"
+ Name: "Antique Book Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 4
+ Script: <" bonus bMatk,5*(readparam(bInt)/10); ">
+},
+{
+ Id: 4597
+ AegisName: "Lichtern_Blue_Card"
+ Name: "Lichtern Blue Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 769
+ Script: <"
+ bonus bMatk,10;
+ bonus2 bMagicAtkEle,Ele_Water,(getrefine()>=9)?10:5;
+ ">
+},
+{
+ Id: 4598
+ AegisName: "Lichtern_Green_Card"
+ Name: "Lichtern Green Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 769
+ Script: <"
+ bonus bMatk,10;
+ bonus2 bMagicAtkEle,Ele_Ghost,(getrefine()>=9)?10:5;
+ ">
+},
+{
+ Id: 4599
+ AegisName: "Lichtern_Red_Card"
+ Name: "Lichtern Red Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 769
+ Script: <"
+ bonus bMatk,10;
+ bonus2 bMagicAtkEle,Ele_Fire,(getrefine()>=9)?10:5;
+ ">
+},
+{
+ Id: 4600
+ AegisName: "Lichtern_Yellow_Card"
+ Name: "Lichtern Yellow Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 769
+ Script: <"
+ bonus bMatk,10;
+ bonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5;
+ ">
+},
+{
+ Id: 4607
+ AegisName: "Faithful_Manager_Card"
+ Name: "Faithful Manager Card"
+ Type: 6
+ Buy: 20
+ Weight: 10
+ Loc: 2
+ Script: <"
+ bonus bBaseAtk,5;
+ bonus bMatk,5;
+ if(getiteminfo(getequipid(EQI_HAND_R),11) == 15) {
+ if(getrefine()>=10) {
+ bonus bBaseAtk,20;
+ bonus bMatk,20;
+ }
+ if(getrefine()>=14) {
+ bonus bBaseAtk,20;
+ bonus bMatk,20;
+ }
+ }
+
+ ">
+},
// Armor Enchant System
// ===================================================================
{