diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 120 |
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 // =================================================================== { |