Depends on client date, on newer client you can edit itemInfo.lub/lua.
The current one
[2115] = {
unidentifiedDisplayName = "Shield",
unidentifiedResourceName = "°¡µå",
unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
identifiedDisplayName = "Valkyrie Shield",
identifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå",
identifiedDescriptionName = {
"A shield used by Gna, messenger of Freya, when she served as a Valkyrie.",
"------------------------",
"MDEF +5",
"------------------------",
"Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.",
"------------------------",
"[^6666CCFrigg's Set^000000]",
"^008800Fricca's Circlet^000000",
"^008800Valkyria's Shield^000000",
"^008800Odin's Blessing^000000",
"DEF +2, MDEF +5",
"All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.",
"------------------------",
"Class:^6666CC Shield^000000",
"Defense:^0000FF 80^000000",
"Weight:^006600 50^000000",
"Level Requirement:^006600 65^000000",
"Jobs:^6666CC All except Novice^000000"
},
slotCount = 1,
ClassNum = 4
},
Maybe what you're looking for:
[2115] = {
unidentifiedDisplayName = "Valkyrie Shield",
unidentifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå",
unidentifiedDescriptionName = {
"A shield used by Gna, messenger of Freya, when she served as a Valkyrie.",
"------------------------",
"MDEF +5",
"------------------------",
"Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.",
"------------------------",
"[^6666CCFrigg's Set^000000]",
"^008800Fricca's Circlet^000000",
"^008800Valkyria's Shield^000000",
"^008800Odin's Blessing^000000",
"DEF +2, MDEF +5",
"All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.",
"------------------------",
"Class:^6666CC Shield^000000",
"Defense:^0000FF 80^000000",
"Weight:^006600 50^000000",
"Level Requirement:^006600 65^000000",
"Jobs:^6666CC All except Novice^000000"
},
identifiedDisplayName = "Valkyrie Shield",
identifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå",
identifiedDescriptionName = {
"A shield used by Gna, messenger of Freya, when she served as a Valkyrie.",
"------------------------",
"MDEF +5",
"------------------------",
"Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.",
"------------------------",
"[^6666CCFrigg's Set^000000]",
"^008800Fricca's Circlet^000000",
"^008800Valkyria's Shield^000000",
"^008800Odin's Blessing^000000",
"DEF +2, MDEF +5",
"All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.",
"------------------------",
"Class:^6666CC Shield^000000",
"Defense:^0000FF 80^000000",
"Weight:^006600 50^000000",
"Level Requirement:^006600 65^000000",
"Jobs:^6666CC All except Novice^000000"
},
slotCount = 1,
ClassNum = 4
},
It will have grey name, actual item name and description, but no slot.
If you want to apply this to all items, you will need some tools and text editor like notepad++.