diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b6eeba2cf..a01a9d3d1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -125525,6 +125525,16 @@ item_db: ( "> }, { + Id: 19022 + AegisName: "C_Floating_Stone_Of_Intelligence" + Name: "Floating Stone Of Intelligence" + Type: 5 + Loc: 2048 + View: 1230 + OnEquipScript: <" sc_start SC_FSTONE, -1, 0; "> + OnUnequipScript: <" sc_end SC_FSTONE; "> +}, +{ Id: 19023 AegisName: "Queen_Scaraba_Crown" Name: "Queen Scaraba Crown" @@ -129157,14 +129167,14 @@ item_db: ( }, { Id: 19871 - AegisName: "C_DecorationOfMusic_Accessory" + AegisName: "C_Music_Decoration" Name: "Decoration of Music" Type: 5 Buy: 20 Loc: 2048 Refine: false View: 1074 - OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; "> + OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC, -1, 0; "> OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; "> }, { @@ -130616,6 +130626,8 @@ item_db: ( Name: "Costume Angel Stair" Type: 5 Loc: 1024 + OnEquipScript: <" sc_start SC_HAT_EFFECT, -1, 0; "> + OnUnequipScript: <" sc_end SC_HAT_EFFECT; "> }, { Id: 20063 @@ -131464,6 +131476,8 @@ item_db: ( Type: 5 Loc: 4096 View: 1275 + OnEquipScript: <" sc_start SC_MAPLE_FALLS, -1, 0; "> + OnUnequipScript: <" sc_end SC_MAPLE_FALLS; "> }, { Id: 20155 @@ -132266,6 +132280,8 @@ item_db: ( Type: 5 Loc: 2048 View: 1309 + OnEquipScript: <" sc_start SC_TIME_ACCESSORY, -1, 0; "> + OnUnequipScript: <" sc_end SC_TIME_ACCESSORY; "> }, { Id: 20247 @@ -132554,6 +132570,8 @@ item_db: ( Type: 5 Loc: 4096 View: 1331 + OnEquipScript: <" sc_start SC_BLOSSOM_FLUTTERING, -1, 0; "> + OnUnequipScript: <" sc_end SC_BLOSSOM_FLUTTERING; "> }, { Id: 20286 |