From 67c6c89af26bc3629a77ca1690f30422107ecf3f Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 12 Jul 2015 15:50:25 +0530 Subject: ItemDB: Updated Promotional Shadow Item --- db/re/item_combo_db.txt | 2 +- db/re/item_db.conf | 45 ++++++++++++++++++++++++++++++++------------- 2 files changed, 33 insertions(+), 14 deletions(-) (limited to 'db') diff --git a/db/re/item_combo_db.txt b/db/re/item_combo_db.txt index 7f80a8de2..2efef8691 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -331,7 +331,7 @@ 28326:28327,{ bonus bInt,8; bonus bStr,8; } // Shadow Equipment -24012:24013:24014:24015:24016:24017,{ bonus bAllStats,3; } +24012:24013:24014:24015:24016:24017,{ bonus bAllStats,9; } 24018:24019:24020,{ if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { bonus bAtkRate,1; } } 24021:24022:24023,{ if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_WEAPON) >= 23) { bonus bMatkRate,1; } } 24025:24028,{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMaxHP,.@r; bonus bMaxSP,.@r; if(.@r >= 15) { bonus bMaxHPrate,1; } } diff --git a/db/re/item_db.conf b/db/re/item_db.conf index efb197a5f..53d217551 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -133140,57 +133140,76 @@ item_db: ( }, { Id: 24012 - AegisName: "Promotional_Weapon_Shadow" + AegisName: "S_Promotion_Weapon" Name: "Promotional Weapon Shadow" Type: 5 Buy: 10 Loc: 131072 - Script: <" bonus bDex,1; "> + Script: <" + bonus bDex,1; + bonus bBaseAtk,getrefine(); + bonus bMatk,getrefine(); + "> }, { Id: 24013 - AegisName: "Promotional_Armor_Shadow" + AegisName: "S_Promotion_Armor" Name: "Promotional Armor Shadow" Type: 5 Buy: 10 Loc: 65536 - Script: <" bonus bLuk,1; "> + Script: <" + bonus bLuk,1; + bonus bMaxHP,getrefine()*10; + "> }, { Id: 24014 - AegisName: "Promotional_Shoes_Shadow" + AegisName: "S_Promotion_Shoes" Name: "Promotional Shoes Shadow" Type: 5 Buy: 10 Loc: 524288 - Script: <" bonus bAgi,1; "> + Script: <" + bonus bAgi,1; + bonus bMaxHP,getrefine()*10; + "> }, { Id: 24015 - AegisName: "Promotional_Shield_Shadow" + AegisName: "S_Promotion_Shield" Name: "Promotional Shield Shadow" Type: 5 Buy: 10 Loc: 262144 - Script: <" bonus bVit,1; "> + Script: <" + bonus bVit,1; + bonus bMaxHP,getrefine()*10; + "> }, { Id: 24016 - AegisName: "Promotional_Earrings_Shadow" - Name: "Promotional Earrings Shadow" + AegisName: "S_Promotion_Earring" + Name: "Promotional Earring Shadow" Type: 5 Buy: 10 Loc: 1048576 - Script: <" bonus bInt,1; "> + Script: <" + bonus bInt,1; + bonus bMaxHP,getrefine()*10; + "> }, { Id: 24017 - AegisName: "Promotional_Pendant_Shadow" + AegisName: "S_Promotion_Pendant" Name: "Promotional Pendant Shadow" Type: 5 Buy: 10 Loc: 2097152 - Script: <" bonus bStr,1; "> + Script: <" + bonus bStr,1; + bonus bMaxHP,getrefine()*10; + "> }, { Id: 24018 -- cgit v1.2.3-60-g2f50