diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 45 |
1 files changed, 32 insertions, 13 deletions
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 |