diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e30238fb9..aa5077ed6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3896,16 +3896,7 @@ item_db: ( Weight: 10 Refine: false }, -{ - Id: 748 - AegisName: "Blanket" - Name: "Blanket" - Type: "IT_ETC" - Buy: 50 - Sell: 10 - Weight: 10 - Refine: false -}, +// Id 748 is free { Id: 749 AegisName: "Bone" @@ -5951,11 +5942,31 @@ item_db: ( bonus bMatk,10; "> }, -// 1166 is free { Id: 1166 - AegisName: "Item1166" - Name: "Item 1166" + AegisName: "Blanket" + Name: "Blanket" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 1800 + Weight: 45 + Def: 0 + Loc: "EQP_ACC_L" + EquipLv: 52 + Refine: false + Script: <" + addtoskill(TMW2_SPEECH, 1, 2); + bonus bHitRate, -10; + bonus bFleeRate, -10; + "> + OnUnequipScript: <" + dispbottom "A deep slumber falls over you."; + @min = 1; + @max = 1; + @delay = 30; + @type = SC_SLEEP; + doevent "inc_sc_bonus::OnUse"; + "> }, { Id: 1167 |