Neverwinter Nights (PC) Item FAQ


August 30, 2006
Version 1.7

Written by:  Dylan Erickson
E-mail:  [email protected]

If you're having any problems, please consult the FAQ (Ctrl + F, type in FAQ)
first before e-mailing me. If you wish to send questions, comments,
suggestions, or corrections, then feel free to e-mail me. Credit will be given
where it is due.


*******************************************************************************
* TABLE OF CONTENTS
*******************************************************************************

Introduction

Version History

How To

FAQ (Frequently Asked Questions)

Quick Item List (Item Codes) (In Alphabetical Order)
Armor
- Clothing
- Heavy Armor
- Helmets
- Light Armor
- Medium Armor
- NPC Clothing
- Shields
Creature Items
- Melee Weapons
Miscellaneous
- Books
- Clothing
- Crafting/Tradeskill Material (Hordes of the Underdark)
- Gems
- Jewelry
- Kit
- Other
- Potions
- Scrolls
Plot Item
Tutorial (Shadows of Undrentide)
Weapons
- Ammunition
- Axes
- Bladed
- Blunts
- Double-Sided
- Exotic
- Mage-Specific
- Polearms
- Ranged Weapons
- Throwing
Custom Items
- Neverwinter Nights: Prelude
- Neverwinter Nights: Chapter 1
- Neverwinter Nights: Chapter 1E
- Neverwinter Nights: Chapter 2
- Neverwinter Nights: Chapter 2E
- Neverwinter Nights: Chapter 3
- Neverwinter Nights: Chapter 4
- Shadows of Undrentide: Chapter 1
- Shadows of Undrentide: Interlude
- Shadows of Undrentide: Chapter 2
- Hordes of the Underdark: Chapter 1
- Hordes of the Underdark: Chapter 2
- Hordes of the Underdark: Chapter 3

Full Item List (Item Code and full description) (In Alphabetical Order)
Armor
- Clothing
- Heavy Armor
- Helmets

Special Thanks

Copyright


*******************************************************************************
* INTRODUCTION
*******************************************************************************

Neverwinter Nights is a Fantasy RPG based on the 3rd Edition Ruleset of D&D
(Dungeons & Dragons).  Made by Bioware, this game shares one common traits of
all of its companion games, a "Debug Mode". What this enables the user to do is
access the core scripting of the game to make almost anything happen. In this
case, it can allow the user to spawn any item from the Official Campaign of
Neverwinter Nights using that item's "Blueprint ResRef", accessable only in the
BioWare Aurora Neverwinter Nights Toolset that comes with the game.

Of course you can access this information for yourself, but I personally feel
that this is too much of a hassle for the average gamer. So, I've taken the
time to gather the "Blueprint ResRef" of every pick-up...able item in the
Neverwinter Nights Official Campaign *NEW* and expansions!


*******************************************************************************
* VERSION HISTORY
*******************************************************************************

Version 1.7 August 30, 2006

  Phew. I finally completed all of the custom items from the NWN and every
  expansion's main module storylines. I also fixed a few errors and repeats
  brought to my attention by Jacob Doran. The Kumakawa/Scale Mail, Necklace of
  the Prayer Beads/Periapt of Wisdom +1, Meat/Quartz Crystal, and Improved
  Invisibility/Incendiary Cloud were all fixed. Also added a FAQ.

Version 1.6 October 4, 2005

  Ken Lukes has e-mailed me about some incorrections concerning items in the
  FAQ. Gloves of the Yellow Rose are the same and Greater Gloves of Animal
  Handling are actually nw_it_mglove012, Greater Gloves of Discipline stay the
  same and Greater Gloves of Spellcraft are now nw_it_mglove013, and Greater
  Gloves of the Minstrel stay the same whereas the Lesser Gloves of Ogre Power
  change to nw_it_mbracer012. Thanks, Ken!

Version 1.5 October 4, 2005

  Hey, lucky you! This update only took five months and not a year! Obviously
  some new stuff here. I updated the lists for Hordes of the Underdark items
  and added the new Miscellaneous category Crafting/Tradeskill Material from
  Hordes of the Underdark. Fixed a few typos and added the Tanglefoot Bag
  under Weapons --> Throwing for Shadows of Undrentide, which I forgot in
  Version 1.4. I neglected to include the updated creature items for Hordes
  of the Underdark, but I may decide to do them in the future. Now all that's
  left is the daunting task of the Full Item List.

Version 1.4 May 1, 2005

  Well, it's finally here (almost) after forever. I decided to update the
  list with SoU items; HotU items will hopefully come soon. Creature items
  were an unncessary pain towards perfection, and I can see why I ignored them
  in the original FAQ.

Version 1.3 December 3, 2004

  Craig DuShane has e-mailed me with details on how to import your custom-made
  items into the game:

  "Go to your C: drive, click open neverwinter nights, click open NWN,
  right-click on nwm, go to properties, disable read-only, open nwm folder,
  rename prelude.nwm to prelude.mod, cut the prelude.mod folder, back out of
  nwm folder, open modules folder, paste prelude.mod folder into the modules
  folder, start the toolset, and create away and place items on the floor by
  the baseboard of the bed in the room where you start the game (I know this
  location works.) When you're done, just cut and paste back into nwm folder
  and rename. When you start the game the items you created will be there."

Version 1.2 January 2, 2004

  Recently notified of two mistakes by Erik Nattkemper. Under "Light Armors",
  the "Armor of Stars" shared the same code as the "Armor of Loyalty". Also
  under "Amulets", the "Amulet of Natural Armor +5" shared the same code as
  the "Amulet of Power". These have been fixed.

  Started work on item FAQs for the Shadows of Urdentide and Hordes of the
  Underdark Neverwinter Nights expansions and possibly a Creature FAQ.

  Rearranged the Version History listing. New entries now appear at the top.

Version 1.1 July 26, 2003

  Started work on the Full Item List; half-finished the Armor Category. Fixed
  the code for the Elven Court Bow, I accidentally assigned it the Longbow +3
  code.

Version 1.0 July 15, 2003

  First version of FAQ, still need Full Item List done.


*******************************************************************************
* HOW TO
*******************************************************************************

*NOTE* For easy navigation through such a large listing, simply press Ctrl + F
or click on View --> Find to bring up the search menu. Type in the name of the
item you are looking for, press Enter, and voila!

To spawn an item, open an existing game or start a new one. Now, inside the
game, press the ~ or ` key, which will bring up a text window marked by a > in
the upperleft-hand corner of the screen. Now, type in (everything typed is Case
Sensitive):

DebugMode 1
to activate the Debug Mode

Now you can access a number of codes, most of them listed by pressing the Tab
key while in the > text window. The code to create an item is:

dm_spawnitem "xxxxxxxx" (don't use quotation marks)
the x's being the item's "Blueprint ResRef" mentioned in the Introduction.

I.E. - Say you wanted to give your character a Full Plate. You would press ~ or
` to bring up the text window, type in DebugMode 1 to activate DebugMode. Then
press ~ or ` again and type in: dm_spawn item nw_aarcl007. The Full Plate will
now spawn on the ground wherever your cursor is placed.

*IMPORTANT*
You must have DebugMode enabled, the most recent patch, and your cursor must be
somewhere where the item can be placed on the ground in order for dm_spawnitem
to work!

Once you're done with everything you need, type in:

DebugMode 0
to deactivate the Debug Mode.


*******************************************************************************
* FAQ (Frequently Asked Questions)
*******************************************************************************

Q: Help! None of the armor codes are working! I enter the code, it says
Success, but then nothing appears! What's going on?

A: A common misconception, the character after the letters "aarc" is actually
a lowercase letter L, and NOT the number one.


Q: Hey! I lost 'so and so' and can't find it on the ground anymore. Can you
tell me what its item code is?

A: Thanks to update Version 1.7, I've included the plot and special items
introduced in the single player modules, so either do a search using Ctrl + F
for the item's name, or scroll down to the respective expansion/chapter, and
locate the item.


Q: Uh, what gives? I'm typing the codes in correctly, but items aren't
appearing. What's going on?

A: Please be sure to read the How To section if you're new to spawning items.
Chances are you either forgot to enter 'DebugMode 1' or forgot the phrase
'dm_spawnitem' before the item code.


Q: Yo, big guy. I read your How To and I know what I'm doing. I just can't seem
to get any items to spawn. Is there something wrong with your code?

A: It could be likely that it is an error on my part. However, make sure your
cursor is over an open space of ground before typing in the code, and that
you're not too zoomed out to see the item on the ground. If all else fails,
e-mail me and notify me of the error.


*******************************************************************************
* QUICK ITEM LIST
*******************************************************************************

Armor:

- Clothing

  nw_cloth027 - Adept's Tunic
  nw_mcloth011 - Adventurer's Robe
  nw_cloth017 - Assassin's Garb
  nw_cloth015 - Barbarian's Outfit
  nw_cloth021 - Bard's Tunic
  nw_mcloth004 - Black Robe of the Archmagi
  x2_cloth008 - Cleric's Robe (Hordes of the Underdark)
  nw_cloth022 - Commoner's Outfit
  nw_cloth024 - Commoner's Tunic
  nw_cloth012 - Conjurer's Robe
  x2_mduerar010 - Duergar Mage Robe (Hordes of the Underdark)
  nw_cloth011 - Gladiator's Outfit
  nw_mcloth014 - Greater Battle Robe
  x0_cloth005 - Greater Robe of Eyes (Shadows of Undrentide)
  x2_sequencer2 - Greater Sequencer Robe (Hordes of the Underdark)
  nw_mcloth003 - Grey Robe of the Archmagi
  nw_cloth020 - Illusionist's Robe
  nw_mcloth016 - Improved Robes of the Old Order
  x2_sequencer3 - Isaac's Sequencer Robe (Hordes of the Underdark)
  nw_cloth014 - Jester's Outfit
  x2_cus_lastwords - Last Words (Hordes of the Underdark)
  x0_cloth002 - Lesser Robe of Eyes (Shadows of Undrentide)
  nw_mcloth013 - Mage's Battle Robe
  x2_mcloth005 - Mantle of Epic Spell Resistance (Hordes of the Underdark)
  nw_mcloth012 - Master Adventurer's Robe
  nw_cloth016 - Monk's Outfit
  nw_cloth026 - Necromancer's Robe
  nw_cloth018 - Nobe Guardsman Tunic
  nw_cloth003 - Noble Outfit
  nw_cloth028 - Noble's Tunic
  nw_cloth010 - Paladin's Tunic
  x2_it_pmrobe - Palemaster's Robe (Hordes of the Underdark)
  nw_cloth002 - Performer's Outfit
  nw_cloth007 - Priest's Robe
  nw_mcloth007 - Robe of Acid Resistance
  x0_cloth001 - Robe of Blending (Shadows of Undrentide)
  nw_mcloth008 - Robe of Cold Resistance
  nw_mcloth010 - Robe of Electrical Resistance
  x1_mcloth001 - Robe of Energy (Shadows of Undrentide)
  nw_mcloth009 - Robe of Fire Resistance
  nw_mcloth006 - Robe of Light
  x0_cloth003 - Robe of Scintillating Colors (Shadows of Undrentide)
  nw_mcloth001 - Robe of Vecna
  x2_cus_robe1 - Robes of the Dark Maiden (Hordes of the Underdark)
  nw_mcloth017 - Robes of the Dark Moon
  nw_mcloth015 - Robes of the Old Order
  nw_mcloth018 - Robes of the Shining Hand +1
  nw_mcloth019 - Robes of the Shining Hand +2
  nw_mcloth020 - Robes of the Shining Hand +3
  nw_mcloth021 - Robes of the Shining Hand +4
  nw_mcloth022 - Robes of the Shining Hand +5
  x2_mcloth001 - Robes of the Shining Hand +6 (Hordes of the Underdark)
  x2_mcloth002 - Robes of the Shining Hand +7 (Hordes of the Underdark)
  nw_cloth004 - Rogue's Tunic
  x2_sequencer1 - Sequencer Robe (Hordes of the Underdark)
  x2_cus_shiftertu - Shifter Tunic (Hordes of the Underdark)
  nw_cloth019 - Soldier's Tunic
  nw_cloth008 - Sorcerer's Robe
  nw_cloth013 - Squire's Tunic
  nw_cloth009 - Urchin Rags
  nw_cloth023 - Vagabond Rags
  x0_cloth004 - Vest of Escape (Shadows of Undrentide)
  nw_cloth006 - Veteran's Outfit
  nw_cloth025 - Warrior's Tunic
  nw_mcloth002 - White Robe of the Archmagi
  nw_cloth005 - Wizard's Robe
  nw_cloth001 - Woodsman Outfit

- Heavy Armor

  x2_it_adaplate - Adamantine Full Plate (Hordes of the Underdark)
  nw_maarcl021 - Armor of Comfort
  x2_cus_armoroffa - Armor of Faith (Hordes of the Underdark)
  nw_maarcl054 - Armor of Freedom
  nw_maarcl025 - Balduran's Armor
  nw_aarcl011 - Banded Mail
  nw_maarcl051 - Banded Mail +1
  nw_maarcl064 - Banded Mail +2
  nw_maarcl076 - Banded Mail +3
  x0_maarcl019 - Banded Mail +4 (Shadows of Undrentide)
  x0_maarcl020 - Banded Mail +5 (Shadows of Undrentide)
  x2_maarcl043 - Banded Mail +6 (Hordes of the Underdark)
  x2_maarcl044 - Banded Mail +7 (Hordes of the Underdark)
  nw_maarcl028 - Blue Dragon Armor
  x2_c3_maarcl028 - Blue Dragon Armor (Hordes of the Underdark)
  x2_cus_casielsso - Casiel's Soul (Hordes of the Underdark)
  nw_maarcl042 - Copper Dragon Armor
  nw_maarcl024 - Delver's Armor
  x2_mdrowar036 - Drow Full Plate +1 (Hordes of the Underdark)
  x2_mdrowar037 - Drow Full Plate +2 (Hordes of the Underdark)
  x2_mdrowar038 - Drow Full Plate +3 (Hordes of the Underdark)
  x2_mdrowar039 - Drow Full Plate +4 (Hordes of the Underdark)
  x2_mdrowar040 - Drow Full Plate +5 (Hordes of the Underdark)
  x2_mdrowar041 - Drow Full Plate +6 (Hordes of the Underdark)
  x2_mdrowar042 - Drow Full Plate +7 (Hordes of the Underdark)
  x2_mdrowar029 - Drow Half Plate +1 (Hordes of the Underdark)
  x2_mdrowar030 - Drow Half Plate +2 (Hordes of the Underdark)
  x2_mdrowar031 - Drow Half Plate +3 (Hordes of the Underdark)
  x2_mdrowar032 - Drow Half Plate +4 (Hordes of the Underdark)
  x2_mdrowar033 - Drow Half Plate +5 (Hordes of the Underdark)
  x2_mdrowar034 - Drow Half Plate +6 (Hordes of the Underdark)
  x2_mdrowar035 - Drow Half Plate +7 (Hordes of the Underdark)
  x2_mduerar001 - Duergar Full Plate +3 (Hordes of the Underdark)
  x2_mduerar002 - Duergar Full Plate +4 (Hordes of the Underdark)
  x2_mduerar003 - Duergar Full Plate +5 (Hordes of the Underdark)
  nw_maarcl022 - Elven Ceremonial Armor
  nw_maarcl029 - Enkidu's Armor
  nw_aarcl007 - Full Plate
  nw_maarcl053 - Full Plate +1
  nw_maarcl068 - Full Plate +2
  nw_maarcl080 - Full Plate +3
  x0_maarcl023 - Full Plate +4 (Shadows of Undrentide)
  x0_maarcl024 - Full Plate +5 (Shadows of Undrentide)
  x2_maarcl047 - Full Plate +6 (Hordes of the Underdark)
  x2_maarcl048 - Full Plate +7 (Hordes of the Underdark)
  nw_maarcl026 - Gnomish Magnetic Armor
  nw_aarcl006 - Half Plate
  nw_maarcl052 - Half Plate +1
  nw_maarcl069 - Half Plate +2
  nw_maarcl081 - Half Plate +3
  x0_maarcl021 - Half Plate +4 (Shadows of Undrentide)
  x0_maarcl022 - Half Plate +5 (Shadows of Undrentide)
  x2_maarcl045 - Half Plate +6 (Hordes of the Underdark)
  x2_maarcl046 - Half Plate +7 (Hordes of the Underdark)
  x0_maarcl036 - Laeral's Storm Armor (Shadows of Undrentide)
  nw_maarcl041 - Mithral Splint Mail
  nw_maarcl020 - Rainbow Armor
  nw_maarcl027 - Red Dragon Armor
  nw_maarcl059 - Scales of Truth +1
  nw_maarcl062 - Scales of Truth +3
  nw_maarcl063 - Silberbone Armor +2
  nw_aarcl005 - Splint Mail
  nw_maarcl050 - Splint Mail +1
  nw_maarcl074 - Splint Mail +2
  nw_maarcl086 - Splint Mail +3
  x0_maarcl017 - Splint Mail +4 (Shadows of Undrentide)
  x0_maarcl018 - Splint Mail +5 (Shadows of Undrentide)
  x2_maarcl041 - Splint Mail +6 (Hordes of the Underdark)
  x2_maarcl042 - Splint Mail +7 (Hordes of the Underdark)
  x0_maarcl037 - Storm Armor of the Earth's Children (Shadows of Undrentide)
  x2_c3_maarcl037 - Storm Armor of the Earth's Children (HotU)
  x2_cus_thegilded - The Gilded Defender (Hordes of the Underdark)
  x2_cus_theironsk - The Iron Skeleton (Hordes of the Underdark)
  nw_maarcl018 - White Dragon Armor
  nw_maarcl060 - Whitebone Armor +2

- Helmets

  x2_it_adahelm - Adamantine Helm (Hordes of the Underdark)
  x0_armhe014 - Beholder Crown (Shadows of Undrentide)
  x0_armhe015 - Cowl of Warding (Shadows of Undrentide)
  x2_helm_004 - Crown of Thorns (Hordes of the Underdark)
  x2_ardrowhe001 - Drow Helm (Hordes of the Underdark)
  x2_arduerhe001 - Duergar Helm (Hordes of the Underdark)
  x0_armhe003 - Eyes of Charming (Shadows of Undrentide)
  x0_armhe004 - Eyes of Doom (Shadows of Undrentide)
  x0_armhe006 - Eyes of Petrification (Shadows of Undrentide)
  x0_armhe005 - Eyes of the Eagle (Shadows of Undrentide)
  x2_it_arhelm03 - Fighter Helmet (Hordes of the Underdark)
  x0_armhe007 - Goggles of Minute Seeing (Shadows of Undrentide)
  x0_armhe008 - Coggles of Night (Shadows of Undrentide)
  nw_armhe010 - Golden Circlet
  nw_armhe012 - Greater Mask of Persuasion
  x0_armhe009 - Headband of Intellect +2 (Shadows of Undrentide)
  x0_armhe010 - Headband of Intellect +4 (Shadows of Undrentide)
  x0_armhe011 - Headband of Intellect +6 (Shadows of Undrentide)
  x0_armhe016 - Headband of the Binder (Shadows of Undrentide)
  x0_armhe012 - Helm of Brilliance (Shadows of Undrentide)
  x0_armhe017 - Helm of Darkness (Shadows of Undrentide)
  x2_armhe001 - Helm of the Stranger (Hordes of the Underdark)
  nw_arhe004 - Horse Hair Helmet
  x2_helm_001 - Lichskull (Hordes of the Underdark)
  x0_armhe002 - Major Circlet of Blasting (Shadows of Undrentide)
  x0_armhe013 - Mask of Death (Hordes of the Underdark)
  nw_armhe011 - Mask of Persuasion
  x0_armhe013 - Mask of the Skull (Shadows of Undrentide)
  x0_armhe001 - Minor Circlet of Blasting (Shadows of Undrentide)
  nw_it_novel004 - Moonstone Mask
  x2_it_arhelm01 - Paladin Helmet (Hordes of the Underdark)
  x2_helm_003 - Platinum Helm (Hordes of the Underdark)
  nw_arhe001 - Pot Helmet
  nw_armhe008 - Shukenja Helm
  nw_arhe002 - Spike Helmet
  nw_arhe005 - Stag Helmet
  nw_armhe009 - Thayvian Circlet
  x2_helm_002 - The Regal (Hordes of the Underdark)
  nw_armhe007 - Thieves' Hood
  nw_armhe006 - Watchman's Helm
  nw_arhe003 - Winged Helmet

- Light Armor

  nw_maarcl004 - Armor of Fleetness
  nw_maarcl011 - Armor of Loyalty
  nw_maarcl003 - Armor of the Stars
  nw_maarcl001 - Armor of the Wolf
  nw_maarcl013 - Armor of Thorns
  nw_mcloth005 - Aslyferund Elven Chain
  nw_maarcl006 - Aurumvorax Armor
  nw_maarcl032 - Benzo's Luck
  x2_cus_bindingso - Bindings of Blood (Hordes of the Underdark)
  nw_maarcl009 - Black Flame Armor
  nw_maarcl017 - Broewende Family Armor
  nw_maarcl012 - Callurdan Smoothand's Armor
  nw_aarcl012 - Chain Shirt
  nw_maarcl046 - Chain Shirt +1
  nw_maarcl067 - Chain Shirt +2
  nw_maarcl079 - Chain Shirt +3
  x0_maarcl009 - Chain Shirt +4 (Shadows of Undrentide)
  x0_maarcl010 - Chain Shirt +5 (Shadows of Undrentide)
  x2_maarcl033 - Chain Shirt +6 (Hordes of the Underdark)
  x2_maarcl034 - Chain Shirt +7 (Hordes of the Underdark)
  x2_cus_dancerssi - Dancer's Silhouette (Hordes of the Underdark)
  x2_mdrowar001 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar002 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar003 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar004 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar005 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar006 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar007 - Drow Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar008 - Drow Studded Leather Armor +1 (Hordes of the Underdark)
  x2_mdrowar009 - Drow Studded Leather Armor +2 (Hordes of the Underdark)
  x2_mdrowar010 - Drow Studded Leather Armor +3 (Hordes of the Underdark)
  x2_mdrowar011 - Drow Studded Leather Armor +4 (Hordes of the Underdark)
  x2_mdrowar012 - Drow Studded Leather Armor +5 (Hordes of the Underdark)
  x2_mdrowar013 - Drow Studded Leather Armor +6 (Hordes of the Underdark)
  x2_mdrowar014 - Drow Studded Leather Armor +7 (Hordes of the Underdark)
  x2_mduerar007 - Duergar Studded Leather Armor +3 (Hordes of the Underdark)
  x2_mduerar008 - Duergar Studded Leather Armor +4 (Hordes of the Underdark)
  x2_mduerar009 - Duergar Studded Leather Armor +5 (Hordes of the Underdark)
  x2_cus_fletchers - Fletcher's Friend (Hordes of the Underdark)
  nw_maarcl033 - Greenleaf
  x0_maarcl041 - Hair Shirt of Ilmater (Shadows of Undrentide)
  nw_aarcl001 - Leather Armor
  nw_maarcl044 - Leather Armor +1
  nw_maarcl071 - Leather Armor +2
  nw_maarcl083 - Leather Armor +3
  x0_maarcl003 - Leather Armor +4 (Shadows of Undrentide)
  x0_maarcl004 - Leather Armor +5 (Shadows of Undrentide)
  x2_maarcl027 - Leather Armor +6 (Hordes of the Underdark)
  x2_maarcl028 - Leather Armor +7 (Hordes of the Underdark)
  nw_maarcl002 - Mirrored Armor
  x2_it_mithralsh - Mithral Shirt (Hordes of the Underdark)
  nw_aarcl009 - Padded Armor
  nw_maarcl043 - Padded Armor +1
  nw_maarcl072 - Padded Armor +2
  nw_maarcl084 - Padded Armor +3
  x0_maarcl001 - Padded Armor +4 (Shadows of Undrentide)
  x0_maarcl002 - Padded Armor +5 (Shadows of Undrentide)
  x2_maarcl025 - Padded Armor +6 (Hordes of the Underdark)
  x2_maarcl026 - Padded Armor +7 (Hordes of the Underdark)
  nw_maarcl034 - Rogue Links
  nw_maarcl005 - Shadow Legion Armor
  x1_maarcl001 - Skin of the Forest (Shadows of Undrentide)
  nw_maarcl008 - Squire's Defense
  nw_it_novel003 - Storm Armor
  nw_aarcl002 - Studded Leather Armor
  nw_maarcl045 - Studded Leather Armor +1
  nw_maarcl075 - Studded Leather Armor +2
  nw_maarcl087 - Studded Leather Armor +3
  x0_maarcl005 - Studded Leather Armor +4 (Shadows of Undrentide)
  x0_maarcl006 - Studded Leather Armor +5 (Shadows of Undrentide)
  x2_maarcl029 - Studded Leather Armor +6 (Hordes of the Underdark)
  x2_maarcl030 - Studded Leather Armor +7 (Hordes of the Underdark)
  nw_maarcl007 - The Great Oak

- Medium Armor

  nw_maarcl040 - Adamantine Breastplate
  x2_it_adachain - Adamantine Chainmail (Hordes of the Underdark)
  nw_maarcl014 - Armor of Command
  nw_maarcl016 - Armor of Horus-Re
  nw_aarcl010 - Breastplate
  nw_maarcl049 - Breastplate +1
  nw_maarcl065 - Breastplate +2
  nw_maarcl077 - Breastplate +3
  x0_maarcl015 - Breastplate +4 (Shadows of Undrentide)
  x0_maarcl016 - Breastplate +5 (Shadows of Undrentide)
  x2_maarcl039 - Breastplate +6 (Hordes of the Underdark)
  x2_maarcl040 - Breastplate +7 (Hordes of the Underdark)
  nw_aarcl004 - Chainmail
  nw_maarcl035 - Chainmail +1
  nw_maarcl066 - Chainmail +2
  nw_maarcl078 - Chainmail +3
  x0_maarcl013 - Chainmail +4 (Shadows of Undrentide)
  x0_maarcl014 - Chainmail +5 (Shadows of Undrentide)
  x2_maarcl037 - Chainmail +6 (Hordes of the Underdark)
  x2_maarcl038 - Chainmail +7 (Hordes of the Underdark)
  nw_maarcl039 - Chainmail of Speed
  nw_maarcl058 - Chromatic Breastplate +1
  nw_maarcl061 - Chromatic Breastplate +3
  nw_maarcl036 - Doron's Mistake
  nw_maarcl015 - Dragon Armor
  x2_mdrowar022 - Drow Chainmail +1 (Hordes of the Underdark)
  x2_mdrowar023 - Drow Chainmail +2 (Hordes of the Underdark)
  x2_mdrowar024 - Drow Chainmail +3 (Hordes of the Underdark)
  x2_mdrowar025 - Drow Chainmail +4 (Hordes of the Underdark)
  x2_mdrowar026 - Drow Chainmail +5 (Hordes of the Underdark)
  x2_mdrowar027 - Drow Chainmail +6 (Hordes of the Underdark)
  x2_mdrowar028 - Drow Chainmail +7 (Hordes of the Underdark)
  x2_mdrowar015 - Drow Scale Mail +1 (Hordes of the Underdark)
  x2_mdrowar016 - Drow Scale Mail +2 (Hordes of the Underdark)
  x2_mdrowar017 - Drow Scale Mail +3 (Hordes of the Underdark)
  x2_mdrowar018 - Drow Scale Mail +4 (Hordes of the Underdark)
  x2_mdrowar019 - Drow Scale Mail +5 (Hordes of the Underdark)
  x2_mdrowar020 - Drow Scale Mail +6 (Hordes of the Underdark)
  x2_mdrowar021 - Drow Scale Mail +7 (Hordes of the Underdark)
  x2_mduerar004 - Duergar Scale Mail +3 (Hordes of the Underdark)
  x2_mduerar005 - Duergar Scale Mail +4 (Hordes of the Underdark)
  x2_mduerar006 - Duergar Scale Mail +5 (Hordes of the Underdark)
  nw_maarcl037 - Elven Chainmail
  nw_aarcl008 - Hide Armor
  nw_maarcl047 - Hide Armor +1
  nw_maarcl070 - Hide Armor +2
  nw_maarcl082 - Hide Armor +3
  x0_maarcl007 - Hide Armor +4 (Shadows of Undrentide)
  x0_maarcl008 - Hide Armor +5 (Shadows of Undrentide)
  x2_maarcl031 - Hide Armor +6 (Hordes of the Underdark)
  x2_maarcl032 - Hide Armor +7 (Hordes of the Underdark)
  nw_maarcl010 - Kumakawa
  x2_maarcl050 - Lesser Golem Armor (Hordes of the Underdark)
  x2_it_mithralch - Mithral Chainmail (Hordes of the Underdark)
  nw_aarcl003 - Scale Mail
  nw_maarcl048 - Scale Mail +1
  nw_maarcl073 - Scale Mail +2
  nw_maarcl085 - Scale Mail +3
  x0_maarcl011 - Scale Mail +4 (Shadows of Undrentide)
  x0_maarcl012 - Scale Mail +5 (Shadows of Undrentide)
  x2_maarcl035 - Scale Mail +6 (Hordes of the Underdark)
  x2_maarcl036 - Scale Mail +7 (Hordes of the Underdark)
  x2_armor_001 - Spellchain (Hordes of the Underdark)
  x2_maarcl049 - Warlord's Breastplate (Hordes of the Underdark)

- NPC Clothing

  nw_cloth029 - Bloodsailor Uniform
  nw_it_creitem146 - Curst Clothing
  nw_it_creitem145 - Curst Leather Armor
  x2_c3_creitem147 - Fiendforged Plate (Hordes of the Underdark)
  nw_it_creitem147 - Half-Celestial Full Plate
  nw_it_creitem148 - Half-Fiend Studded Leather Armor
  nw_it_creitem149 - Revenant Chainmail +1
  nw_it_creitem144 - Vampire Clothing
  nw_it_creitem142 - Vampire Half-Plate
  nw_it_creitem143 - Vampire Studded Leather Armor
  x2_djinni_robe - Volkarion's Robe (Hordes of the Underdark)

- Shields

Large Shields
  x2_ashmlw006 - Chaos Shield (Hordes of the Underdark)
  nw_ashmlw006 - Dragon Shield
  x2_adrowshl001 - Drow Large Shield +1 (Hordes of the Underdark)
  x2_adrowshl002 - Drow Large Shield +2 (Hordes of the Underdark)
  x2_adrowshl003 - Drow Large Shield +3 (Hordes of the Underdark)
  x2_it_iwoodshldl - Ironwood Large Shield (Hordes of the Underdark)
  x0_ashmlw003 - Laeral's Spell Shield (Shadows of Undrentide)
  nw_ashlw001 - Large Shield
  nw_ashmlw002 - Large Shield +1
  nw_ashmlw008 - Large Shield +2
  nw_ashmlw009 - Large Shield +3
  x0_ashmlw001 - Large Shield +4 (Shadows of Undrentide)
  x0_ashmlw002 - Large Shield +5 (Shadows of Undrentide)
  x2_ashmlw003 - Large Shield +6 (Hordes of the Underdark)
  x2_ashmlw004 - Large Shield +7 (Hordes of the Underdark)
  nw_ashmlw005 - Mirror Shield
  x2_ashmlw005 - Shield of Prator (Hordes of the Underdark)
  nw_ashmlw003 - Shield of the Holy
  nw_ashmlw004 - Shield of the Sun
  nw_ashmlw007 - Uthgardt Holy Shield

Small Shields
  nw_ashmsw005 - Dwarven Mirth
  nw_ashmsw004 - Hearth Shield
  x2_it_ironwshlds - Ironwood Small Shield (Hordes of the Underdark)
  nw_ashmsw007 - Mithral Shield
  nw_ashmsw003 - Protector
  nw_ashmsw010 - Shield of Dawn
  nw_ashmsw011 - Shield of the Watch
  nw_ashmsw006 - Shield of the Wisp Hunter
  nw_ashsw001 - Small Shield
  nw_ashmsw002 - Small Shield +1
  nw_ashmsw008 - Small Shield +2
  nw_ashmsw009 - Small Shield +3
  x0_ashmsw001 - Small Shield +4 (Shadows of Undrentide)
  x0_ashmsw002 - Small Shield +5 (Shadows of Undrentide)
  x2_ashmsw003 - Small Shield +6 (Hordes of the Underdark)
  x2_ashmsw004 - Small SHield +7 (Hordes of the Underdark)

Tower Shields
  x2_ashmto005 - Bulwark of the Great Dragon (Hordes of the Underdark)
  nw_ashmto007 - Darksteel Tower Shield
  nw_ashmto005 - Goblin Shield of Nulbish
  nw_ashmto010 - Greater Shield of Dawn
  nw_ashmto011 - Greater Shield of the Watch
  nw_ashmto006 - Hastsezini's Shield
  nw_ashmto003 - Imaskari Shield
  x2_it_ironwshldt - Ironwood Tower Shield (Hordes of the Underdark)
  nw_ashmto004 - Shield of the Dragonslayer
  nw_ashto001 - Tower Shield
  nw_ashmto002 - Tower Shield +1
  nw_ashmto008 - Tower Shield +2
  nw_ashmto009 - Tower Shield +3
  x0_ashmto001 - Tower Shield +4 (Shadows of Undrentide)
  x0_ashmto002 - Tower Shield +5 (Shadows of Undrentide)
  x2_ashmto003 - Tower Shield +6 (Hordes of the Underdark)
  x2_ashmto004 - Tower Shield +7 (Hordes of the Underdark)


Creature Items:

- Bite (Creature Inventory)

  nw_it_crewps006 - Aranea Bite
  x2_it_crewps044 - Badger Companion Bite Level 21 (Hordes of the Underdark)
  x2_it_crewps045 - Badger Companion Bite Level 25 (Hordes of the Underdark)
  x2_it_crewps046 - Badger Companion Bite Level 30 (Hordes of the Underdark)
  x2_it_crewps047 - Badger Companion Bite Level 35 (Hordes of the Underdark)
  x2_it_crewps048 - Badger Companion Bite Level 40 (Hordes of the Underdark)
  nw_it_crewps009 - Bat Familiar Bite (Shadows of Undrentide)
  nw_it_crewps012 - Bite1d10
  nw_it_crewps001 - Bite1d2
  nw_it_crewps014 - Bite1d3
  nw_it_crewps002 - Bite1d4
  nw_it_crewps005 - Bite1d6
  nw_it_crewps010 - Bite1d8
  nw_it_crewps016 - Bite2d10
  nw_it_crewps022 - Bite2d12
  nw_it_crewps003 - Bite2d4
  nw_it_crewps015 - Bite2d6
  nw_it_crewps017 - Bite2d8
  nw_it_crewps021 - Bite4d4
  nw_it_crewps020 - Bite4d6
  nw_it_crewps023 - Blue Slaad Bite
  nw_it_crewps030 - Bombardier/Stink Beetle Bite
  x0_cocktrc_touch - Cockatrice's Touch (Shadows of Undrentide)
  nw_it_crewps029 - Deadly Giant Spider Bite
  x0_it_ac_drat04 - Dire Rat Animal Companion level 01 Bite (SoU)
  x0_it_ac_drat05 - Dire Rat Animal Companion level 05 Bite (SoU)
  x0_it_ac_drat09 - Dire Rat Animal Companion level 10 Bite (SoU)
  x0_it_ac_drat13 - Dire Rat Animal Companion level 15 Bite (SoU)
  x0_it_ac_drat17 - Dire Rat Animal Companion level 20 Bite (SoU)
  nw_it_crewps033 - Dire Rat Bite
  nw_it_crewps019 - Dire Spider Bite
  nw_it_crewps011 - Ettercap Bite
  nw_it_crewps026 - Ghast Bite
  nw_it_crewps025 - Ghoul Bite
  nw_it_crewps027 - Ghoul Lord Bite
  nw_crewphdfbt - Half-Dragon/Half-Fiend Bite
  nw_it_crewps032 - Hell Hound Familiar Bite
  x0_medusa_snakes - Medusa Snakes (Shadows of Undrentide)
  nw_it_crewps004 - Mohrg Bite
  nw_it_crewps007 - Phase Spider Bite
  x1_it_crewps001 - Pit Fiend Bite (Shadows of Undrentide)
  x0_shockliz_bite - Shocker Lizard Bite (Shadows of Undrentide)
  nw_it_crewps031 - Stag Beetle/Hive Mother Bite
  nw_it_crewps013 - Stirge Bite
  nw_it_crewps018 - Sword/Giant Spider Bite
  nw_crewpvbt - Vampire Bite
  nw_it_crewps028 - Weak Giant Spider Bite
  nw_it_crewpsp011 - Will-O'-Wisp Shock
  nw_it_crewps008 - Wraith Spider Bite

- Claw (Creature Inventory)

  nw_it_crewpsp014 - Allip Claw
  nw_it_crewpsp021 - Battle Devourer Claw
  nw_it_crewpsp001 - Claw1d2
  nw_it_crewpsp002 - Claw1d3
  nw_it_crewpsp026 - Claw1d4
  nw_it_crewpsp005 - Claw1d6
  nw_it_crewpsp010 - Claw1d8
  nw_it_crewpsp006 - Claw2d4
  nw_it_crewpsp015 - Claw2d6
  nw_it_crewpsp027 - Claw2d8
  nw_it_crewpsp016 - Claw3d6
  nw_it_crewpsp022 - Claw3d8
  nw_it_crewpsp004 - Fire/Magma/Steam Mephit Claw
  nw_it_crewpsp024 - Ghast Claw
  nw_it_crewpsp023 - Ghoul Claw
  nw_it_crewpsp025 - Ghoul Lord Claw
  nw_crewphdfcl - Half-Dragon/Half-Fiend Claw
  nw_it_crewpsp007 - Ice Mephit Claw
  nw_crewplcl - Lich Claw
  nw_it_crewpsp003 - Quasit Claw
  nw_it_crewpsp029 - Raven Familiar Claw
  nw_it_crewpsp009 - Red Slaad Claw
  nw_it_crewpsp008 - Shadow Claw
  nw_it_crewpsp020 - Skeletal Devourer Claw
  nw_it_crewpsp013 - Spectre Claw
  nw_it_crewpsp028 - Summoned Succubus Claw
  nw_it_crewpsp018 - Wraith Claw
  nw_it_crewpsp019 - Zombie, Tyrantfog Claw

- Gore (Creature Inventory)

  x0_formian_sting - Formian Sting (Shadows of Undrentide)
  nw_it_crewpp001 - Gore1d2
  nw_it_crewpp005 - Gore1d6
  nw_it_crewpp010 - Gore1d8
  nw_it_crewpp015 - Gore2d6
  nw_it_crewpp016 - Imp Stinger
  x0_formmyr_sting - Myrmarch Sting (Shadows of Undrentide)
  x0_pseudo_sting - Pseudodragon Stinger (Shadows of Undrentide)
  x0_stinger_tail - Stinger Tail (Shadows of Undrentide)

- Melee Weapons

  nw_it_crewbs001 - Balor Longsword
  nw_it_crewsw001 - Balor Sword
  nw_hen_bodxl1 - Boddyknock's Crossbow
  nw_hen_bodxl2 - Boddyknock's Crossbow +1
  nw_hen_bodxl3 - Boddyknock's Crossbow +2
  nw_hen_bodxl4 - Boddyknock's Crossbow +3
  nw_it_crewls005 - Celestial Avenger Sword
  nw_hen_daelb1 - Daelan's Longbow
  nw_hen_daelb2 - Daelan's Longbow +1
  nw_hen_daelb3 - Daelan's Longbow +2
  nw_hen_daelb4 - Daelan's Longbow +3
  nw_it_crewss001 - Drow Shortsword
  nw_it_crewss002 - Drow Shortsword +1
  nw_it_crewss003 - Drow Shortsword +3
  nw_it_crewcl003 - Ettin Club
  nw_it_crewgs005 - Helmet/Battle Horror Sword
  nw_hen_linxl1 - Linu's Crossbow
  nw_hen_linxl2 - Linu's Crossbow +1
  nw_hen_linxl3 - Linu's Crossbow +2
  nw_hen_linxl4 - Linu's Crossbow +3
  x0_manti_spikes - Manticore Spikes (Shadows of Undrentide)
  nw_it_crewgx003 - Minotaur Chieftan Greataxe
  nw_it_crewgx002 - Minotaur/Minogon/Frost Giant Greataxe
  nw_it_crewcl002 - Ogre Chieftan Club
  nw_it_crewcl001 - Ogre/Hill Giant Club
  nw_hen_shasb1 - Sharwyn's Shortbow
  nw_hen_shasb2 - Sharwyn's Shortbow +1
  nw_hen_shasb3 - Sharwyn's Shortbow +2
  nw_hen_shasb4 - Sharwyn's Shortbow +3
  nw_it_crewls006 - Summoned Celestial Avenger Sword
  nw_it_crewgs006 - Summoned Helmed Horror Sword
  nw_it_crewsw002 - Summoned Hound Archon Sword
  nw_hen_galsb1 - Tomi's Shortbow
  nw_hen_galsb2 - Tomi's Shortbow +1
  nw_hen_galsb3 - Tomi's Shortbow +2
  nw_hen_galsb4 - Tomi's Shortbow +3

- Skin/Hide (Creature Inventory)

  nw_it_creitemdr3 - Adult Black Dragon Properties
  nw_it_creitemdrc - Adult Blue Dragon Properties
  nw_it_creitemdr6 - Adult Brass Dragon Properties
  nw_it_creitemdrf - Adult Bronze Dragon Properties
  nw_it_creitemdri - Adult Copper/Green Dragon Properties
  nw_it_creitemdr2 - Adult Gold Dragon Properties
  nw_it_creitemdrm - Adult Red Dragon Properties
  nw_it_creitemdrp - Adult Silver Dragon Properties
  nw_it_creitemdrs - Adult White Dragon Properties
  nw_it_creitemdr5 - Ancient Black Dragon Properties
  nw_it_creitemdre - Ancient Blue Dragon Properties
  nw_it_creitemdr8 - Ancient Brass Dragon Properties
  nw_it_creitemdrh - Ancient Bronze Dragon Properties
  nw_it_creitemdrk - Ancient Copper Dragon Properties
  nw_it_creitemdrb - Ancient Gold Dragon Properties
  nw_it_creitemdrl - Ancient Green Dragon Properties
  nw_it_creitemdro - Ancient Red Dragon Properties
  nw_it_creitemdrr - Ancient Silver Dragon Properties
  nw_it_creitemdru - Ancient White Dragon Properties
  nw_it_creitem020 - Balor Properties
  nw_it_creitem101 - Bat FM HD 1 Properties
  nw_it_creitem103 - Bat FM HD 10 Properties
  nw_it_creitem104 - Bat FM HD 15 Properties
  nw_it_creitem105 - Bat FM HD 20 Properties
  nw_it_creitem102 - Bat FM HD 5 Properties
  nw_it_creitem046 - Battle Devourer Properties
  nw_it_creitem197 - Beast of Malar Properties
  nw_creitembea - Beast of Xvim Properties
  nw_it_creitemunb - Bodak Properties
  nw_it_creitemco7 - Bone Golem Properties
  nw_it_creitem045 - Celestial Avenger Properties
  nw_it_creitemco4 - Clay Golem Properties
  nw_it_creitemcon - Construct Properties
  nw_it_creitem088 - Craig Cat FM HD 11 Properties
  nw_it_creitem089 - Craig Cat FM HD 16 Properties
  nw_it_creitem086 - Craig Cat FM HD 2 Properties
  nw_it_creitem090 - Craig Cat FM HD 21 Properties
  nw_it_creitem087 - Craig Cat FM HD 6 Properties
  nw_it_creitem081 - Craig Cat Properties
  nw_creitemcur - Curst Properties
  nw_it_creitem022 - Death Slaad Properties
  nw_it_creitem048 - Doom Knight Properties
  nw_it_creitemdra - Dragon Properties
  nw_it_creitem055 - Drow Level 1 Properties
  nw_it_creitem057 - Drow Level 10 Properties
  nw_it_creitem058 - Drow Level 15 Properties
  nw_it_creitem059 - Drow Level 20 Properties
  nw_it_creitem056 - Drow Level 5 Properties
  nw_it_creitem052 - Duergar Properties
  nw_it_creitem032 - Earth/Salt Mephit Properties
  nw_it_creitemel2 - Elder Elemental Properties
  nw_it_creitemel7 - Elder Fire Elemental Properties
  nw_it_creitemel4 - Elder Water Elemental Properties
  nw_it_crewpb018 - Elder/Greater/Huge Fire Elemental Slam
  nw_it_creitemele - Elemental Properties
  nw_it_creitem008 - Ettercap Properties
  x0_it_fm_fdrg01 - Faerie Dragon Familiar Level 01 Hide (SoU)
  x0_it_fm_fdrg15 - Faerie Dragon Familiar level 05 Hide (SoU)
  x0_it_fm_fdrg17 - Faerie Dragon Familiar level 10 Hide (SoU)
  x0_it_fm_fdrg19 - Faerie Dragon Familiar level 15 Hide (SoU)
  x0_faerie_hide - Faerie Dragon Hide (Shadows of Undrentide)
  nw_it_creitem043 - Fenhound Properties
  nw_it_creitemel3 - Fire Elemental Properties
  nw_it_creitem027 - Fire Giant/Hellhound Properties
  nw_it_creitem111 - Fire Mephit FM HD 1 Properties
  nw_it_creitem113 - Fire Mephit FM HD 10 Properties
  nw_it_creitem114 - Fire Mephit FM HD 15 Properties
  nw_it_creitem115 - Fire Mephit FM HD 20 Properties
  nw_it_creitem112 - Fire Mephit FM HD 5 Properties
  nw_it_creitem049 - Fire/Magma/Steam Mephit Properties
  nw_it_creitemco2 - Flesh Golem Properties
  x0_formmyr_prop - Formian Myrmarch Properties (Shadows of Undrentide)
  x0_formquen_prop - Formian Queen Properties (Shadows of Undrentide)
  x0_formtask_prop - Formian Taskmaster Properties (Shadows of Undrentide)
  x0_formwar_prop - Formian Warrior Properties (Shadows of Undrentide)
  x0_formwork_prop - Formian Worker Properties (Shadows of Undrentide)
  nw_it_creitem026 - Frost Giant/Winter Wolf Properties
  nw_it_creitem030 - Gargoyle Properties
  nw_it_creitemunc - Ghoul Lord Properties
  nw_it_creitemund - Ghoul/Ghast Properties
  nw_it_creitem041 - Gray Slaad Properties
  nw_it_creitem138 - Grig/Nixie/Pixie Properties
  nw_creitemcel - Half-Celestial Properties
  nw_creitemfnd - Half-Fiend Properties
  nw_it_creitem108 - Hellhound FM HD 11 Properties
  nw_it_creitem109 - Hellhound FM HD 16 Properties
  nw_it_creitem106 - Hellhound FM HD 2 Properties
  nw_it_creitem110 - Hellhound FM HD 21 Properties
  nw_it_creitem107 - Hellhound FM HD 6 Properties
  nw_it_creitemco6 - Helmed/Battle Horror Properties
  nw_hen_hide - Henchmen Properties Properties
  nw_it_creitem182 - Hound Archon Properties
  nw_it_creitem141 - Hound of Xvim Properties
  nw_it_creitemel8 - Huge/Greater Elemental Properties
  nw_it_creitemel9 - Huge/Greater Fire Elemental Properties
  nw_it_creitemela - Huge/Greater Water Elemental Properties
  nw_it_creitem096 - Ice Mephit FM HD 1 Properties
  nw_it_creitem098 - Ice Mephit FM HD 10 Properties
  nw_it_creitem099 - Ice Mephit FM HD 15 Properties
  nw_it_creitem100 - Ice Mephit FM HD 20 Properties
  nw_it_creitem097 - Ice Mephit FM HD 5 Properties
  nw_it_creitem050 - Ice Mephit Properties
  nw_it_creitem116 - Imp FM HD 1 Properties
  nw_it_creitem118 - Imp FM HD 10 Properties
  nw_it_creitem119 - Imp FM HD 15 Properties
  nw_it_creitem120 - Imp FM HD 20 Properties
  nw_it_creitem117 - Imp FM HD 5 Properties
  nw_it_creitem023 - Imp Properties
  nw_it_creitem034 - Intellect Devourer Properties
  nw_it_creitemco3 - Iron Golem Properties
  nw_it_creitem028 - Lantern Archon Properties
  nw_creitemlic - Lich Properties
  nw_it_creitem031 - Mephit Properties
  nw_creitemmum - Mummy Properties
  nw_it_creitemdr4 - Old Black Dragon Properties
  nw_it_creitemdrd - Old Blue Dragon Properties
  nw_it_creitemdr7 - Old Brass Dragon Properties
  nw_it_creitemdrg - Old Bronze Dragon Properties
  nw_it_creitemdrj - Old Copper/Green Dragon Properties
  nw_it_creitemdr9 - Old Gold Dragon Properties
  nw_it_creitemdrn - Old Red Dragon Properties
  nw_it_creitemdrq - Old Silver Dragon Properties
  nw_it_creitemdrt - Old White Dragon Properties
  nw_it_creitem038 - Old Shaman/Wizard Dragon Properties
  it_creitem002 - Pit Fiend Properties
  nw_it_polyhid001 - Polymorph Giant Spider Properties
  nw_it_polyhid004 - Polymorph Pixie Properties
  nw_it_polyhid002 - Polymorph Troll Properties
  nw_it_polyhid003 - Polymorph Umberhulk Properties
  nw_it_polyhid005 - Polymorph Zombies Properties
  x0_it_fm_pdrg01 - Pseudodragon Familiar Level 01 Hide (SoU)
  x0_it_fm_pdrg15 - Pseudodragon Familiar Level 05 Hide (SoU)
  x0_it_fm_pdrg17 - Pseudodragon Familiar Level 10 Hide (SoU)
  x0_it_fm_pdrg19 - Pseudodragon Familiar Level 15 Hide (SoU)
  x0_pseudo_hide - Pseudodragon Properties (Shadows of Undrentide)
  nw_it_creitem029 - Quasit Properties
  nw_it_creitem039 - Rakshasa Properties
  nw_it_creitem091 - Raven/Faerie FM HD 1 Properties
  nw_it_creitem093 - Raven/Faerie FM HD 10 Properties
  nw_it_creitem094 - Raven/Faerie FM HD 15 Properties
  nw_it_creitem095 - Raven/Faerie FM HD 20 Properties
  nw_it_creitem092 - Raven/Faerie FM HD 5 Properties
  nw_creitemhdr - Red Half-Dragon Properties
  nw_it_creitem025 - Red/Blue/Green Slaad Properties
  nw_creitemrev - Revenant Properties
  nw_it_creitemun5 - Shadow Fiend Properties
  nw_it_creitemun4 - Shadow/Spectre/Allip/Wraith Properties
  nw_it_creitem018 - Shapechanger Properties
  nw_it_creitemco8 - Shield Guardian Properties
  x0_shockliz_prop - Shocker Lizard Properties (Shadows of Undrentide)
  nw_creitemhd2 - Silver Half-Dragon Properties
  nw_it_creitemuna - Skeletal Devourer Properties
  nw_it_creitemun6 - Skeleton Mage/Priest Properties
  nw_it_creitemune - Skeleton Properties
  nw_it_creitemun7 - Skeleton Warrior Properties
  nw_it_creitem007 - Spider Properties
  x0_stinger_hide - Stinger Properties (Shadows of Undrentide)
  nw_it_creitem006 - Stink Beetle Properties
  nw_it_creitemco5 - Stone Golem Properties
  nw_it_creitem024 - Succubus Properties
  nw_it_creitem150 - Summoned Balor Properties
  nw_it_creitem151 - Summoned Imp Properties
  nw_it_creitem152 - Summoned Lantern Archon Properties
  x1_it_creitemun1 - Summoned Shadow Fiend/Lord Properties (SoU)
  x1_it_creitemun2 - Summoned Shadow Properties (Shadows of Undrentide)
  nw_it_creitem196 - Tiefling Properties
  nw_it_creitem042 - Troll Properties
  nw_it_creitemunh - Undead Properties
  nw_creitemvam - Vampire Properties
  nw_it_creitem005 - Vermin Properties
  nw_it_creitem021 - Vrock Properties
  nw_it_creitemun3 - Warrior/Greater Mummy Properties
  nw_it_creitem033 - Will-O'-Wisp Properties
  nw_it_creitem051 - Wraith Spider Properties
  x0_wyrmlhide_blk - Wyrmling Hide, Black (Shadows of Undrentide)
  x0_wyrmlhide_blu - Wyrmling Hide, Blue (Shadows of Undrentide)
  x0_wyrmlhide_brs - Wyrmling Hide, Brass (Shadows of Undrentide)
  x0_wyrmlhide_brz - Wyrmling Hide, Bronze (Shadows of Undrentide)
  x0_wyrmlhide_cop - Wyrmling Hide, Copper (Shadows of Undrentide)
  x0_wyrmlhide_gld - Wyrmling Hide, Gold (Shadows of Undrentide)
  x0_wyrmlhide_grn - Wyrmling Hide, Green (Shadows of Undrentide)
  x0_wyrmlhide_red - Wyrmling Hide, Red (Shadows of Undrentide)
  x0_wyrmlhide_sil - Wyrmling Hide, Silver (Shadows of Undrentide)
  x0_wyrmlhide_wht - Wyrmling Hide, White (Shadows of Undrentide)
  nw_it_creitem044 - Yuan-ti Properties
  nw_it_creitemunf - Zombie Properties
  nw_it_creitemun9 - Zombie, Tyrantfog Properties

- Slam (Creature Inventory)

  nw_it_crewpb009 - Balor Slam
  nw_it_crewpb006 - Fire Elemental Slam
  nw_it_crewpb007 - Mummy Slam
  nw_it_crewpb014 - Slam1d10
  nw_it_crewpb001 - Slam1d2
  nw_it_crewpb005 - Slam1d6
  nw_it_crewpb010 - Slam1d8
  nw_it_crewpb017 - Slam2d10
  nw_it_crewpb015 - Slam2d6
  nw_it_crewpb016 - Slam2d8
  nw_it_crewpb019 - Slam3d8
  nw_it_crewpb011 - Summoned Succubus Slam
  nw_it_crewpb012 - Tenser's Transformation Slam
  nw_it_crewpb008 - Warrior/Greater Mummy Slam
  nw_it_crewpb002 - Wight Slam
  nw_it_crewpb013 - Zombie Lord's Slam
  nw_it_crewpb020 - Zombie Warrior's Slam

Miscellaneous:

- Books
  nw_it_book013 - Famous Citizens of the Sword Coast
  nw_it_book014 - Helm's Hold
  nw_it_book001 - History of the Creator Races
  nw_it_book015 - Luskan's Arcane Brotherhood
  nw_it_book022 - Port Llast
  x1_it_mbook001 - Prayer to the Overgod (Shadows of Undrentide)
  nw_it_book020 - Religions of the Sword Coast
  nw_it_book018 - Return of the Beast
  nw_it_book029 - The Adventures of Grin, Richard, and Wu-Wei
  nw_it_book007 - The City of Luskan
  nw_it_book005 - The City of Neverwinter
  nw_it_book010 - The Dessarin River
  nw_it_book003 - The Doombringers
  nw_it_book009 - The Ghost of Conyberry
  nw_it_book024 - The Imps' Prison
  nw_it_book031 - The Leadership of Neverwinter
  nw_it_book026 - The Nether Scrolls
  nw_it_book006 - The Neverwinter Wood
  nw_it_book021 - The Northern Four Adventuring Troupe
  nw_it_book017 - The Origin of Magic
  nw_it_book030 - The Rise & Fall of Netheril
  nw_it_book011 - The Rival Orc Tribes & their Great Battles
  nw_it_book012 - The Ruins of Illusk
  nw_it_book004 - The Sword Coast
  nw_it_book025 - The Time of Troubles
  nw_it_book008 - The Trade of Blades
  nw_it_book027 - The War of Light and Darkness
  nw_it_book016 - Uthgardt Barbarians
  nw_it_book023 - Uthgar's Legacy
  nw_it_book002 - Wars of the Creator Races
  nw_it_book028 - Waterdeep
  nw_it_book019 - Wind by the Fireside

- Clothing

Belts
  nw_it_mbelt011 - Archer's Belt
  nw_it_mbelt018 - Belt of Agility +1
  x2_it_mbelt008 - Belt of Agility +10 (Hordes of the Underdark)
  nw_it_mbelt019 - Belt of Agility +2
  nw_it_mbelt020 - Belt of Agility +3
  nw_it_mbelt021 - Belt of Agility +4
  x2_it_mbelt003 - Belt of Agility +5 (Hordes of the Underdark)
  x2_it_mbelt004 - Belt of Agility +6 (Hordes of the Underdark)
  x2_it_mbelt005 - Belt of Agility +7 (Hordes of the Underdark)
  x2_it_mbelt006 - Belt of Agility +8 (Hordes of the Underdark)
  x2_it_mbelt007 - Belt of Agility +9 (Hordes of the Underdark)
  x2_it_mbelt001 - Belt of Cloud Giant Strength (Hordes of the Underdark)
  nw_it_mbelt008 - Belt of Fire Giant Strength
  nw_it_mbelt007 - Belt of Frost Giant Strength
  nw_it_mbelt016 - Belt of Guiding Light
  nw_it_mbelt002 - Belt of Hill Giant Strength
  nw_it_mbelt006 - Belt of Inertial Barrier
  x0_it_mbelt002 - Belt of Lions (Shadows of Undrentide)
  x2_it_mbelt002 - Belt of Storm Giant Strength (Hordes of the Underdark)
  nw_it_mbelt010 - Brawler's Belt
  nw_it_mbelt003 - Ceremonial Uthgardt Belt
  nw_it_mbelt004 - Encircling Scale
  nw_it_mbelt001 - Girdle of Holy Might
  nw_it_mbelt014 - Greater Archer's Belt
  nw_it_mbelt017 - Greater Belt of Guiding Light
  nw_it_mbelt013 - Greater Brawler's Belt
  nw_it_mbelt012 - Greater Swordsman's Belt
  x0_it_mbelt006 - Kossuth's Belt of Priestly Might (Shadows of Undrentide)
  x0_it_mbelt004 - Kossuth's Belt of Priestly Might and Warding (SoU)
  x2_belt_001 - Lathar's Last Belt (Hordes of the Underdark)
  nw_it_mbelt015 - Lesser Belt of Guiding Light
  x0_it_mbelt001 - Monk's Belt (Shadows of Undrentide)
  x0_it_mbelt005 - Mystran Belt of Priestly Might (Shadows of Undrentide)
  x0_it_mbelt007 - Mystran Belt of Priestly Might and Warding (SoU)
  nw_it_mbelt005 - Sash of Shimmering
  x0_it_mbelt003 - Shar's Belt of Priestly Might (Shadows of Undrentide)
  x0_it_mbelt008 - Shar's Belt of Priestly Might and Warding (SoU)
  nw_it_mbelt009 - Swordsman's Belt

Boots
  nw_it_mboots002 - Boots of Elvenkind
  nw_it_mboots015 - Boots of Hardiness +1
  nw_it_mboots016 - Boots of Hardiness +2
  nw_it_mboots017 - Boots of Hardiness +3
  nw_it_mboots010 - Boots of Reflexes +1
  x2_it_mboots005 - Boots of Reflexes +10 (Hordes of the Underdark)
  nw_it_mboots011 - Boots of Reflexes +2
  nw_it_mboots012 - Boots of Reflexes +3
  nw_it_mboots013 - Boots of Reflexes +4
  nw_it_mboots014 - Boots of Reflexes +5
  x2_it_mboots001 - Boots of Reflexes +6 (Hordes of the Underdark)
  x2_it_mboots002 - Boots of Reflexes +7 (Hordes of the Underdark)
  x2_it_mboots003 - Boots of Reflexes +8 (Hordes of the Underdark)
  x2_it_mboots004 - Boots of Reflexes +9 (Hordes of the Underdark)
  nw_it_mboots005 - Boots of Speed
  nw_it_mboots001 - Boots of Striding +1
  x2_it_mboots010 - Boots of Striding +10 (Hordes of the Underdark)
  nw_it_mboots006 - Boots of Striding +2
  nw_it_mboots007 - Boots of Striding +3
  nw_it_mboots008 - Boots of Striding +4
  nw_it_mboots009 - Boots of Striding +5
  x2_it_mboots006 - Boots of Striding +6 (Hordes of the Underdark)
  x2_it_mboots007 - Boots of Striding +7 (Hordes of the Underdark)
  x2_it_mboots008 - Boots of Striding +8 (Hordes of the Underdark)
  x2_it_mboots009 - Boots of Striding +9 (Hordes of the Underdark)
  x1_it_mboots001 - Boots of the Shifting Sands (Shadows of Undrentide)
  nw_it_mboots018 - Boots of the Sun Soul +1
  nw_it_mboots019 - Boots of the Sun Soul +2
  nw_it_mboots020 - Boots of the Sun Soul +3
  nw_it_mboots021 - Boots of the Sun Soul +4
  nw_it_mboots022 - Boots of the Sun Soul +5
  x0_it_mboots001 - Boots of the Winterlands (Shadows of Undrentide)
  x0_it_mboots003 - Boots of Tumbling (Shadows of Undrentide)
  nw_it_mboots003 - Dragon Slippers
  nw_it_mboots004 - Gargoyle Boots
  x0_it_mboots004 - Greater Boots of Tumbling (Shadows of Undrentide)
  x0_it_mboots002 - Lesser Boots of Tumbling (Shadows of Undrentide)
  x2_nash_boot - Nasher's Nimble Boots (Hordes of the Underdark)

Bracers
  x0_it_mbracer001 - Bracers of Archery (Shadows of Undrentide)
  nw_it_mbracer002 - Bracers of Armor +1
  x2_it_mbracer005 - Bracers of Armor +10 (Hordes of the Underdark)
  nw_it_mbracer007 - Bracers of Armor +2
  nw_it_mbracer008 - Bracers of Armor +3
  nw_it_mbracer009 - Bracers of Armor +4
  nw_it_mbracer010 - Bracers of Armor +5
  x2_it_mbracer001 - Bracers of Armor +6 (Hordes of the Underdark)
  x2_it_mbracer002 - Bracers of Armor +7 (Hordes of the Underdark)</pre><pre id="faqspan-2">
  x2_it_mbracer003 - Bracers of Armor +8 (Hordes of the Underdark)
  x2_it_mbracer004 - Bracers of Armor +9 (Hordes of the Underdark)
  nw_it_mbracer001 - Bracers of Dexterity +1
  x2_it_mbracer010 - Bracers of Dexterity +10 (Hordes of the Underdark)
  nw_it_mbracer003 - Bracers of Dexterity +2
  nw_it_mbracer004 - Bracers of Dexterity +3
  nw_it_mbracer005 - Bracers of Dexterity +4
  nw_it_mbracer006 - Bracers of Dexterity +5
  x2_it_mbracer006 - Bracers of Dexterity +6 (Hordes of the Underdark)
  x2_it_mbracer007 - Bracers of Dexterity +7 (Hordes of the Underdark)
  x2_it_mbracer008 - Bracers of Dexterity +8 (Hordes of the Underdark)
  x2_it_mbracer009 - Bracers of Dexterity +9 (Hordes of the Underdark)
  nw_it_mbracer011 - Bracers of Locking Grip
  x0_it_mbracer002 - Bracers of the Blinding Strike (Shadows of Undrentide)

Cloaks
  x0_maarcl038 - Cape of the Fire Bath (Shadows of Undrentide)
  x0_maarcl039 - Cape of Winter (Shadows of Undrentide)
  x0_maarcl030 - Cloak of Arachnida (Shadows of Undrentide)
  x0_maarcl040 - Cloak of Blackflame (Shadows of Undrentide)
  x0_maarcl032 - Cloak of Displacement (Shadows of Undrentide)
  nw_maarcl057 - Cloak of Elvenkind
  x2_it_mcloak002 - Cloak of Epic Spell Resistance (Hordes of the Underdark)
  nw_maarcl104 - Cloak of Fortification +1
  nw_maarcl105 - Cloak of Fortification +2
  nw_maarcl106 - Cloak of Fortification +3
  x2_it_mcloak004 - Cloak of Fortification +4 (Hordes of the Underdark)
  x2_it_mcloak005 - Cloak of Fortification +5 (Hordes of the Underdark)
  x0_maarcl033 - Cloak of Greater Sanctuary (Shadows of Undrentide)
  nw_maarcl056 - Cloak of Movement
  nw_maarcl055 - Cloak of Protection +1
  nw_maarcl088 - Cloak of Protection +2
  nw_maarcl089 - Cloak of Protection +3
  nw_maarcl090 - Cloak of Protection +4
  nw_maarcl091 - Cloak of Protection +5
  x2_it_mcloak006 - Cloak of Protection +6 (Hordes of the Underdark)
  x2_it_mcloak007 - Cloak of Protection +7 (Hordes of the Underdark)
  nw_maarcl098 - Cloak of Protection vs Chaos
  nw_maarcl097 - Cloak of Protection vs Evil
  nw_maarcl096 - Cloak of Protection vs Good
  nw_maarcl099 - Cloak of Protection vs Law
  x0_maarcl025 - Cloak of Resistance +1 (Shadows of Undrentide)
  x0_maarcl026 - Cloak of Resistance +2 (Shadows of Undrentide)
  x0_maarcl027 - Cloak of Resistance +3 (Shadows of Undrentide)
  x0_maarcl028 - Cloak of Resistance +4 (Shadows of Undrentide)
  x0_maarcl029 - Cloak of Resistance +5 (Shadows of Undrentide)
  x0_maarcl031 - Cloak of the Bat (Shadows of Undrentide)
  x2_it_mcloak001 - Cloak of the Bat (Hordes of the Underdark)
  nw_maarcl030 - Cloak of the High Forest
  x2_it_drowcl001 - Drow Piwafi Cloak (Hordes of the Underdark)
  nw_maarcl102 - Greater Cloak of Protection vs Chaos
  nw_maarcl101 - Greater Cloak of Protection vs Evil
  nw_maarcl100 - Greater Cloak of Protection vs Good
  nw_maarcl103 - Greater Cloak of Protection vs Law
  x0_maarcl034 - Greater Mantle of Spell Resistance (Shadows of Undrentide)
  x2_it_mcloak003 - Mantle of Great Stealth (Hordes of the Underdark)
  x2_nash_cloak - Nasher's Cloak of Protection (Hordes of the Underdark)
  nw_maarcl031 - Nymph Cloak +1
  nw_maarcl092 - Nymph Cloak +2
  nw_maarcl093 - Nymph Cloak +3
  nw_maarcl094 - Nymph Cloak +4
  nw_maarcl095 - Nymph Cloak +5
  x2_it_mcloak008 - Nymph Cloak +6 (Hordes of the Underdark)
  x2_it_mcloak009 - Nymph Cloak +7 (Hordes of the Underdark)
  x1_it_mcloak001 - Skin of the Manticore (Shadows of Undrentide)
  x0_maarcl035 - Vestments of Faith (Shadows of Undrentide)

Gauntlet
  x2_it_mglove016 - Epic Gloves of Animal Handling (Hordes of the Underdark)
  x2_it_mglove017 - Epic Gloves of Concentration (Hordes of the Underdark)
  x2_it_mglove018 - Epic Gloves of Discipline (Hordes of the Underdark)
  x2_it_mglove019 - Epic Gloves of Spellcraft (Hordes of the Underdark)
  x2_it_mglove020 - Epic Gloves of Swordplay (Hordes of the Underdark)
  x2_it_mglove021 - Epic Gloves of the Minstrel (Hordes of the Underdark)
  x2_glove_bal - Fists of Balance (Hordes of the Underdark)
  x1_it_mglove001 - Flaming Gloves +2 (Shadows of Undrentide)
  x0_it_mglove005 - Gauntlet of Fury (Shadows of Undrentide)
  nw_it_mbracer013 - Gauntlets of Ogre Power
  nw_it_mglove006 - Gloves of Animal Handling
  x0_it_mglove001 - Gloves of Appraisal (Shadows of Undrentide)
  nw_it_mglove004 - Gloves of Concentration
  nw_it_mglove008 - Gloves of Discipline
  x0_it_mglove006 - Gloves of Lightning (Shadows of Undrentide)
  nw_it_mglove007 - Gloves of Spellcraft
  nw_it_mglove009 - Gloves of Swordplay
  x0_it_mglove003 - Gloves of the Artificer (Shadows of Undrentide)
  x0_it_mglove007 - Gloves of the Balanced Hands (Shadows of Undrentide)
  nw_it_mglove016 - Gloves of the Hin Fist +1
  x2_it_mglove005 - Gloves of the Hin Fist +10 (Hordes of the Underdark)
  nw_it_mglove017 - Gloves of the Hin Fist +2
  nw_it_mglove018 - Gloves of the Hin Fist +3
  nw_it_mglove019 - Gloves of the Hin Fist +4
  nw_it_mglove020 - Gloves of the Hin Fist +5
  x2_it_mglove001 - Gloves of the Hin Fist +6 (Hordes of the Underdark)
  x2_it_mglove002 - Gloves of the Hin Fist +7 (Hordes of the Underdark)
  x2_it_mglove003 - Gloves of the Hin Fist +8 (Hordes of the Underdark)
  x2_it_mglove004 - Gloves of the Hin Fist +9 (Hordes of the Underdark)
  nw_it_mglove021 - Gloves of the Long Death +1
  x2_it_mglove010 - Gloves of the Long Death +10 (Hordes of the Underdark)
  nw_it_mglove022 - Gloves of the Long Death +2
  nw_it_mglove023 - Gloves of the Long Death +3
  nw_it_mglove024 - Gloves of the Long Death +4
  nw_it_mglove025 - Gloves of the Long Death +5
  x2_it_mglove006 - Gloves of the Long Death +6 (Hordes of the Underdark)
  x2_it_mglove007 - Gloves of the Long Death +7 (Hordes of the Underdark)
  x2_it_mglove008 - Gloves of the Long Death +8 (Hordes of the Underdark)
  x2_it_mglove009 - Gloves of the Long Death +9 (Hordes of the Underdark)
  nw_it_mglove005 - Gloves of the Minstrel
  nw_it_mglove003 - Gloves of the Rogue
  nw_it_mglove026 - Gloves of the Yellow Rose +1
  x2_it_mglove015 - Gloves of the Yellow Rose +10 (Hordes of the Underdark)
  nw_it_mglove027 - Gloves of the Yellow Rose +2
  nw_it_mglove028 - Gloves of the Yellow Rose +3
  nw_it_mglove029 - Gloves of the Yellow Rose +4
  nw_it_mglove030 - Gloves of the Yellow Rose +5
  x2_it_mglove011 - Gloves of the Yellow Rose +6 (Hordes of the Underdark)
  x2_it_mglove012 - Gloves of the Yellow Rose +7 (Hordes of the Underdark)
  x2_it_mglove013 - Gloves of the Yellow Rose +8 (Hordes of the Underdark)
  x2_it_mglove014 - Gloves of the Yellow Rose +9 (Hordes of the Underdark)
  x2_it_mglove022 - Great Wyrm Gauntlets (Hordes of the Underdark)
  nw_it_mglove012 - Greater Gloves of Animal Handling
  x0_it_mglove002 - Greater Gloves of Appraisal (Shadows of Undrentide)
  nw_it_mglove010 - Greater Gloves of Concentration
  nw_it_mglove014 - Greater Gloves of Discipline
  nw_it_mglove013 - Greater Gloves of Spellcraft
  nw_it_mglove015 - Greater Gloves of Swordplay
  x0_it_mglove004 - Greater Gloves of the Artificer (Shadows of Undrentide)
  nw_it_mglove011 - Greater Gloves of the Minstrel
  nw_it_mbracer012 - Lesser Gauntlets of Ogre Power
  x2_nash_glove - Nasher's Gloves of Discipline (Hordes of the Underdark)
  nw_it_mglove001 - Wondrous Gloves

- Crafting/Tradeskill Material (Hordes of the Underdark)

  x2_it_cmat_adam - Bar of Adamantine
  x2_it_cmat_iron - Bar of Iron
  x2_it_cmat_mith - Bar of Mithral
  x2_it_cmat_steel - Bar of Steel
  x2_it_cfm_bscrl - Blank Scroll
  x2_it_lightgem01 - Blue Light Gem
  x2_it_cmat_cloth - Belt of Cloth
  x2_it_cfm_wand - Bone Wand
  x2_it_poison020 - Centipede Venom, Average
  x2_it_poison038 - Centipede Venom, Deadly
  x2_it_poison014 - Centipede Venom, Mild
  x2_it_poison026 - Centipede Venom, Strong
  x2_it_poison032 - Centipede Venom, Very Strong
  x2_it_poison008 - Centipede Venom, Weak
  x2_it_dyec23 - Cloth Dye, Black
  x2_it_dyec00 - Cloth Dye, Bleach
  x2_it_dyec02 - Cloth Dye, Brown
  x2_it_dyec25 - Cloth Dye, Dark Blue
  x2_it_dyec48 - Cloth Dye, Dark Green
  x2_it_dyec44 - Cloth Dye, Dark Grey
  x2_it_dyec35 - Cloth Dye, Dark Orange
  x2_it_dyec37 - Cloth Dye, Dark Red
  x2_it_dyec29 - Cloth Dye, Dark Turquoise
  x2_it_dyec33 - Cloth Dye, Gold
  x2_it_dyec26 - Cloth Dye, Light Blue
  x2_it_dyec31 - Cloth Dye, Light Green
  x2_it_dyec20 - Cloth Dye, Light Grey
  x2_it_dyec34 - Cloth Dye, Light Orange
  x2_it_dyec36 - Cloth Dye, Light Red
  x2_it_dyec28 - Cloth Dye, Light Turquoise
  x2_it_dyec39 - Cloth Dye, Pink
  x2_it_dyec41 - Cloth Dye, Purple
  x2_it_dyec32 - Cloth Dye, Yellow
  x2_it_bmt_bshaft - Elmwood Bow Shaft
  x2_it_amt_feath - Feathers
  x2_it_poison021 - Giant Bee Venom, Average
  x2_it_poison039 - Giant Bee Venom, Deadly
  x2_it_poison015 - Giant Bee Venom, Mild
  x2_it_poison027 - Giant Bee Venom, Strong
  x2_it_poison033 - Giant Bee Venom, Very Strong
  x2_it_poison009 - Giant Bee Venom, Weak
  x2_it_lightgem05 - Green Light Gem
  x2_it_bmt_helm - Helmet Pot
  x2_it_amt_iband - Iron Bands
  x2_it_amt_chain - Iron Chain
  x2_it_amt_hhead - Iron Hammer Head
  x2_it_amt_morb - Iron Orb
  x2_it_amt_rings - Iron Rings
  x2_it_amt_spikes - Iron Spikes
  x2_it_cmat_ironw - Ironwood Planks
  x2_it_cmat_bone - Large Bone
  x2_it_amt_lblade - Large Steel Blade
  x2_it_bmt_ltorso - Leather Armor Torso
  x2_it_dyel23 - Leather Dye, Black
  x2_it_dyel00 - Leather Dye, Bleach
  x2_it_dyel25 - Leather Dye, Dark Blue
  x2_it_dyel02 - Leather Dye, Dark Brown
  x2_it_dyel48 - Leather Dye, Dark Green
  x2_it_dyel44 - Leather Dye, Dark Grey
  x2_it_dyel35 - Leather Dye, Dark Orange
  x2_it_dyel37 - Leather Dye, Dark Red
  x2_it_dyel29 - Leather Dye, Dark Turquoise
  x2_it_dyel33 - Leather Dye, Gold
  x2_it_dyel26 - Leather Dye, Light Blue
  x2_it_dyel31 - Leather Dye, Light Green
  x2_it_dyel20 - Leather Dye, Light Grey
  x2_it_dyel34 - Leather Dye, Light Orange
  x2_it_dyel36 - Leather Dye, Light Red
  x2_it_dyel28 - Leather Dye, Light Turquoise
  x2_it_dyel39 - Leather Dye, Pink
  x2_it_dyel41 - Leather Dye, Purple
  x2_it_dyel32 - Leather Dye, Yellow
  x2_it_cmat_leath - Leather Hide
  x2_it_amt_lpatch - Leather Patches
  x2_it_amt_lstrng - Leather Strings
  x2_it_pcpotion - Magic Potion
  x2_it_pcwand - Magic Wand
  x2_it_cfm_pbottl - Magical Potion Bottle
  x2_it_dyem03 - Metal Dye, Black
  x2_it_dyem00 - Metal Dye, Bleach
  x2_it_dyem31 - Metal Dye, Bright Blue
  x2_it_dyem16 - Metal Dye, Bright Copper
  x2_it_dyem40 - Metal Dye, Bright Green
  x2_it_dyem28 - Metal Dye, Bright Pink
  x2_it_dyem24 - Metal Dye, Bright Red
  x2_it_dyem32 - Metal Dye, Dark Blue
  x2_it_dyem18 - Metal Dye, Dark Copper
  x2_it_dyem10 - Metal Dye, Dark Gold
  x2_it_dyem42 - Metal Dye, Dark Green
  x2_it_dyem02 - Metal Dye, Dark Iron
  x2_it_dyem25 - Metal Dye, Dark Red
  x2_it_dyem37 - Metal Dye, Dark Turquoise
  x2_it_dyem08 - Metal Dye, Light Gold
  x2_it_dyem36 - Metal Dye, Light Turquoise
  x2_it_dyem48 - Metal Dye, Rainbow
  x2_it_bmt_xbows - Oaken Crossbow Shelf
  x2_it_bmt_wpole - Oaken Pole
  x2_it_bmt_wshldb - Oaken Shield Body
  x2_it_bmt_oakhlt - Oaken Weapon Grip
  x2_it_lightgem06 - Orange Light Gem
  x2_it_cmat_elmw - Plank of Elm Wood
  x2_it_cmat_oakw - Plank of Oak Wood
  x2_it_bmt_proj - Projectile Shaft
  x2_it_lightgem03 - Purple Light Gem
  x2_it_lightgem04 - Red Light Gem
  x2_it_amt_blades - Small Steel Blade
  x2_it_poison019 - Spider Venom, Average
  x2_it_poison037 - Spider Venom, Deadly
  x2_it_poison013 - Spider Venom, Mild
  x2_it_poison025 - Spider Venom, Strong
  x2_it_poison031 - Spider Venom, Very Strong
  x2_it_poison007 - Spider Venom, Weak
  x2_it_amt_ahead - Steel Axe Head
  x2_it_bmt_cchst - Steel Chain Armor Tunic
  x2_it_bmt_stors2 - Steel Plated Armor Chest
  x2_it_bmt_sshld - Steel Shield Body
  x2_it_bmt_mhlt - Steel Weapon Hilt
  x2_it_lightgem07 - White Light Gem
  x2_it_bmt_cloth - Woolen Cloth
  x2_it_amt_cpadd - Woolen Cloth Pads
  x2_it_lightgem02 - Yellow Light Gem

- Gems

  nw_it_gem013 - Alexandrite
  nw_it_gem003 - Amethyst
  nw_it_gem014 - Adventurine
  nw_it_gem005 - Diamond
  nw_it_gem012 - Emerald
  nw_it_gem002 - Fire Agate
  nw_it_gem009 - Fire Opal
  nw_it_gem015 - Fluorspar
  nw_it_gem011 - Garnet
  nw_it_gem001 - Greenstone
  x2_is_blue - Lesser Ioun Stone: Blue (Hordes of the Underdark)
  x2_is_deepred - Lesser Ioun Stone: Deep Red (Hordes of the Underdark)
  x2_is_drose - Lesser Ioun Stone: Dusty Rose (Hordes of the Underdark)
  x2_is_paleblue - Lesser Ioun Stone: Pale Blue (Hordes of the Underdark)
  x2_is_pink - Lesser Ioun Stone: Pink (Hordes of the Underdark)
  x2_is_pandgreen - Lesser Ioun Stone: Pink and Green (HotU)
  x2_is_sandblue - Lesser Ioun Stone: Scarlet and Blue (HotU)
  nw_it_gem007 - Malachite
  nw_it_gem004 - Phenalope
  nw_it_gem006 - Ruby
  nw_it_gem008 - Sapphire
  nw_it_gem010 - Topaz

- Jewelry

Amulets
  nw_it_mneck032 - Amulet of Acid Resistance
  nw_it_mneck030 - Amulet of Cold Resistance
  x2_it_mneck004 - Amulet of Divine Radiance (Hordes of the Underdark)
  nw_it_mneck031 - Amulet of Electrical Resistance
  nw_it_mneck029 - Amulet of Fire Restistance
  nw_it_mneck036 - Amulet of Health
  nw_it_mneck001 - Amulet of Natural Armor +1
  nw_it_mneck012 - Amulet of Natural Armor +2
  nw_it_mneck013 - Amulet of Natural Armor +3
  nw_it_mneck014 - Amulet of Natural Armor +4
  nw_it_mneck015 - Amulet of Natural Armor +5
  x2_it_mneck021 - Amulet of Natural Armor +6 (Hordes of the Underdark)
  x2_it_mneck022 - Amulet of Natural Armor +7 (Hordes of the Underdark)
  nw_it_mneck005 - Amulet of Power
  x0_it_mneck006 - Amulet of the Harpers (Hordes of the Underdark)
  nw_it_mneck034 - Amulet of the Master
  x0_it_mneck001 - Amulet of Undead Turning (Shadows of Undrentide)
  x2_it_mneck001 - Amulet of Vitality +2 (Hordes of the Underdark)
  x2_it_mneck002 - Amulet of Vitality +4 (Hordes of the Underdark)
  x2_it_mneck003 - Amulet of Vitality +6 (Hordes of the Underdark)
  nw_it_mneck024 - Amulet of Will +1
  x2_it_mneck020 - Amulet of Will +10 (Hordes of the Underdark)
  nw_it_mneck025 - Amulet of Will +2
  nw_it_mneck026 - Amulet of Will +3
  nw_it_mneck027 - Amulet of Will +4
  nw_it_mneck028 - Amulet of Will +5
  x2_it_mneck016 - Amulet of Will +6 (Hordes of the Underdark)
  x2_it_mneck017 - Amulet of Will +7 (Hordes of the Underdark)
  x2_it_mneck018 - Amulet of Will +8 (Hordes of the Underdark)
  x2_it_mneck019 - Amulet of Will +9 (Hordes of the Underdark)
  x0_it_mneck005 - Arvoreen's Amulet of Aid (Shadows of Undrentide)
  nw_it_mneck020 - Copper Necklace
  nw_it_mneck023 - Glittering Necklace
  nw_it_mneck022 - Gold Necklace
  nw_it_mneck037 - Greater Amulet of Health
  nw_it_mneck035 - Lesser Amulet of Health
  nw_it_mneck033 - Lesser Amulet of the Master
  x0_it_mneck007 - Lesser Ice Necklace of the Ulutiun (Shadows of Undrentide)
  x0_it_mneck004 - Luckstone (Shadows of Undrentide)
  x0_it_mneck002 - Necklace of Fireballs (Shadows of Undrentide)
  x2_it_mneck005 - Necklace of Fireballs (Hordes of the Underdark)
  nw_it_mneck003 - Necklace of the Prayer Beads
  nw_it_mneck007 - Periapt of Wisdom +1
  nw_it_mneck008 - Periapt of Wisdom +2
  nw_it_mneck009 - Periapt of Wisdom +3
  nw_it_mneck010 - Periapt of Wisdom +4
  nw_it_mneck011 - Periapt of Wisdom +5
  x2_it_mneck006 - Periapt of Wisdom +6 (Hordes of the Underdark)
  x2_it_mneck007 - Periapt of Wisdom +7 (Hordes of the Underdark)
  x2_it_mneck008 - Periapt of Wisdom +8 (Hordes of the Underdark)
  x2_it_mneck009 - Periapt of Wisdom +9 (Hordes of the Underdark)
  x0_it_mneck003 - Scarab of Protection (Shadows of Undrentide)
  nw_it_mneck006 - Scarab of Protection +1
  x2_it_mneck015 - Scarab of Protection +10 (Hordes of the Underdark)
  nw_it_mneck016 - Scarab of Protection +2
  nw_it_mneck017 - Scarab of Protection +3
  nw_it_mneck018 - Scarab of Protection +4
  nw_it_mneck019 - Scarab of Protection +5
  x2_it_mneck011 - Scarab of Protection +6 (Hordes of the Underdark)
  x2_it_mneck012 - Scarab of Protection +7 (Hordes of the Underdark)
  x2_it_mneck013 - Scarab of Protection +8 (Hordes of the Underdark)
  x2_it_mneck014 - Scarab of Protection +9 (Hordes of the Underdark)
  nw_it_mneck021 - Silver Necklace
  nw_it_mneck002 - Talisman of Pure Evil
  nw_it_mneck004 - Talisman of Pure Good

Rings
  x0_it_mring007 - Aribeth's Ring (Shadows of Undrentide)
  x0_it_mring008 - Bone Ring (Shadows of Undrentide)
  x0_it_mring009 - Commander's Ring (Shadows of Undrentide)
  nw_it_mring021 - Copper Ring
  nw_it_mring023 - Gold Ring
  x2_it_mring017 - Ironskin Ring (Hordes of the Underdark)
  nw_it_mring029 - Lesser Ring of Power
  x2_it_mring019 - Major Ring of Universal Elemental Resistance (HotU)
  x2_nash_ring - Nasher's Ring of Strength (Hordes of the Underdark)
  x0_it_mring013 - Purple Dragon Ring (Shadows of Undrentide)
  x0_it_mring001 - Ring of Animal Friendship (Shadows of Undrentide)
  nw_it_mring006 - Ring of Clear Thought +1
  nw_it_mring014 - Ring of Clear Thought +2
  nw_it_mring015 - Ring of Clear Thought +3
  nw_it_mring016 - Ring of Clear Thought +4
  nw_it_mring017 - Ring of Clear Thought +5
  x2_it_mring020 - Ring of Clear Thought +6 (Hordes of the Underdark)
  x2_it_mring021 - Ring of Clear Thought +7 (Hordes of the Underdark)
  x2_it_mring022 - Ring of Clear Thought +8 (Hordes of the Underdark)
  x2_it_mring023 - Ring of Clear Thought +9 (Hordes of the Underdark)
  nw_it_mring010 - Ring of Crimson
  nw_it_mring009 - Ring of Cyan
  x0_it_mring010 - Ring of Disease Immunity (Shadows of Undrentide)
  x2_it_mring007 - Ring of Elemental Acid Immunity (Hordes of the Underdark)
  x2_it_mring008 - Ring of Elemental Cold Immunity (Hordes of the Underdark)
  x2_it_mring010 - Ring of Elemental Fire Immunity (Hordes of the Underdark)
  x2_it_mring009 - Ring of Elemental Lightning Immunity (HotU)
  nw_it_mring002 - Ring of Elemental Resistance
  x2_it_mring011 - Ring of Elemental Sonic Immunity (Hordes of the Underdark)
  x0_it_mring005 - Ring of Force Shield (Shadows of Undrentide)
  nw_it_mring024 - Ring of Fortitude +1
  x2_it_mring029 - Ring of Fortitude +10 (Hordes of the Underdark)
  nw_it_mring025 - Ring of Fortitude +2
  nw_it_mring026 - Ring of Fortitude +3
  nw_it_mring027 - Ring of Fortitude +4
  nw_it_mring028 - Ring of Fortitude +5
  x2_it_mring025 - Ring of Fortitude +6 (Hordes of the Underdark)
  x2_it_mring026 - Ring of Fortitude +7 (Hordes of the Underdark)
  x2_it_mring027 - Ring of Fortitude +8 (Hordes of the Underdark)
  x2_it_mring028 - Ring of Fortitude +9 (Hordes of the Underdark)
  x0_it_mring006 - Ring of Freedom of Movement (Shadows of Undrentide)
  x0_it_mring002 - Ring of Hiding (Shadows of Undrentide)
  nw_it_mring007 - Ring of Holiness
  x0_it_mring004 - Ring of Improved Evasion (Shadows of Undrentide)
  nw_it_mring012 - Ring of Insight
  nw_it_mring003 - Ring of Invisibility
  nw_it_mring011 - Ring of Jade
  nw_it_mring005 - Ring of Magic Defences
  x2_it_mring001 - Ring of Major Acid Resistance (Hordes of the Underdark)
  x2_it_mring002 - Ring of Major Cold Resistance (Hordes of the Underdark)
  x2_it_mring003 - Ring of Major Electrical Resistance (HotU)
  x2_it_mring004 - Ring of Major Fire Resistance (Hordes of the Underdark)
  x2_it_mring005 - Ring of Major Sonic Resistance (Hordes of the Underdark)
  x0_it_mring011 - Ring of Might (Shadows of Undrentide)
  x0_it_mring012 - Ring of Nine Lives (Shadows of Undrentide)
  nw_it_mring030 - Ring of Power
  nw_it_mring001 - Ring of Protection +1
  x2_it_mring016 - Ring of Protection +10 (Hordes of the Underdark)
  nw_it_mring008 - Ring of Protection +2
  nw_it_mring018 - Ring of Protection +3
  nw_it_mring019 - Ring of Protection +4
  nw_it_mring020 - Ring of Protection +5
  x2_it_mring012 - Ring of Protection +6 (Hordes of the Underdark)
  x2_it_mring013 - Ring of Protection +7 (Hordes of the Underdark)
  x2_it_mring014 - Ring of Protection +8 (Hordes of the Underdark)
  x2_it_mring015 - Ring of Protection +9 (Hordes of the Underdark)
  nw_it_mring004 - Ring of Regeneration
  nw_it_mring031 - Ring of Resistance +1
  nw_it_mring032 - Ring of Resistance +2
  nw_it_mring033 - Ring of Resistance +3
  nw_it_mring013 - Ring of Scholars
  x0_it_mring014 - Ring of Spell Battle (Shadows of Undrentide)
  x2_it_mring006 - Ring of the Ram (Hordes of the Underdark)
  nw_it_novel001 - Ring of the Wood Elves
  x2_it_mring018 - Ring of Universal Elemental Immunity (HotU)
  x2_cus_ring - Shiver-ring (Hordes of the Underdark)
  nw_it_mring022 - Silver Ring
  x2_ring_pet - Stoneeater's Ring (Hordes of the Underdark)
  x1_it_mring001 - The Nomad's Ring (Shadows of Undrentide)
  x1_it_mring002 - The Wanderer's Ring (Shadows of Undrentide)

- Kit

  nw_it_trap034 - Average Acid Splash Trap Kit
  nw_it_trap014 - Average Blob of Acid Trap Kit
  nw_it_trap022 - Average Electrical Trap Kit
  nw_it_trap018 - Average Fire Trap Kit
  nw_it_trap030 - Average Frost Trap Kit
  nw_it_trap026 - Average Gas Trap Kit
  nw_it_trap006 - Average Holy Trap Kit
  nw_it_trap042 - Average Negative Trap Kit
  nw_it_trap038 - Average Sonic Trap Kit
  nw_it_trap002 - Average Spike Trap Kit
  nw_it_trap010 - Average Tangle Trap Kit
  nw_it_trap036 - Deadly Acid Splash Trap Kit
  nw_it_trap016 - Deadly Blob of Acid Trap Kit
  nw_it_trap024 - Deadly Electrical Trap Kit
  nw_it_trap020 - Deadly Fire Trap Kit
  nw_it_trap032 - Deadly Frost Trap Kit
  nw_it_trap028 - Deadly Gas Trap Kit
  nw_it_trap008 - Deadly Holy Trap Kit
  nw_it_trap044 - Deadly Negative Trap Kit
  nw_it_trap040 - Deadly Sonic Trap Kit
  nw_it_trap004 - Deadly Spike Trap Kit
  nw_it_trap012 - Deadly Tangle Trap Kit
  x2_it_trap001 - Epic Electrical Trap Kit (Hordes of the Underdark)
  x2_it_trap002 - Epic Fire Trap Kit (Hordes of the Underdark)
  x2_it_trap003 - Epic Frost Trap Kit (Hordes of the Underdark)
  x2_it_trap004 - Epic Sonic Trap Kit (Hordes of the Underdark)
  nw_it_medkit001 - Healer's Kit +1
  nw_it_medkit004 - Healer's Kit +10
  nw_it_medkit002 - Healer's Kit +3
  nw_it_medkit003 - Healer's Kit +6
  nw_it_trap033 - Minor Acid Splash Trap Kit
  nw_it_trap013 - Minor Blob of Acid Trap Kit
  nw_it_trap021 - Minor Electrical Trap Kit
  nw_it_trap017 - Minor Fire Trap Kit
  nw_it_trap029 - Minor Frost Trap Kit
  nw_it_trap025 - Minor Gas Trap Kit
  nw_it_trap005 - Minor Holy Trap Kit
  nw_it_trap041 - Minor Negative Trap Kit
  nw_it_trap037 - Minor Sonic Trap Kit
  nw_it_trap001 - Minor Spike Trap Kit
  nw_it_trap009 - Minor Tangle Trap Kit
  nw_it_trap035 - Strong Acid Splash Trap Kit
  nw_it_trap015 - Strong Blob of Acid Trap Kit
  nw_it_trap023 - Strong Electrical Trap Kit
  nw_it_trap019 - Strong Fire Trap Kit
  nw_it_trap031 - Strong Frost Trap Kit
  nw_it_trap027 - Strong Gas Trap Kit
  nw_it_trap007 - Strong Holy Trap Kit
  nw_it_trap043 - Strong Negative Trap Kit
  nw_it_trap039 - Strong Sonic Trap Kit
  nw_it_trap003 - Strong Spike Trap Kit
  nw_it_trap011 - Strong Tangle Trap Kit

- Other

  nw_it_msmlmisc16 - Adamantine
  x0_it_mmedmisc03 - Austruth Harp (Shadows of Undrentide)
  nw_it_contain006 - Bag of Holding
  nw_it_msmlmisc23 - Belladonna
  nw_it_msmlmisc06 - Bodak's Tooth
  x0_it_msmlmisc01 - Bowl of Commanding Water Elementals (SoU)
  x0_it_msmlmisc02 - Bowl of Commanding Fire Elementals (SoU)
  x0_it_mmedmisc01 - Brooch of Shielding (Shadows of Undrentide)
  x0_it_mthnmisc18 - Canaith Mandolin (Shadows of Undrentide)
  x0_it_mthnmisc21 - Censer of Controlling Air Elementals (SoU)
  x0_it_mthnmisc04 - Chime of Opening (Shadows of Undrentide)
  x0_it_mthnmisc19 - Cli Lyre (Shadows of Undrentide)
  x1_it_msmlmisc01 - Coldstone (Shadows of Undrentide)
  x0_it_mmedmisc06 - Deck of Hazards (Shadows of Undrentide)
  x0_it_mthnmisc17 - Doss Lute (Shadows of Undrentide)
  x0_it_mmedmisc02 - Dove's Harp (Shadows of Undrentide)
  nw_it_msmlmisc17 - Dragon Blood
  x0_it_mthnmisc05 - Dust of Apperance (Shadows of Undrentide)
  x0_it_mthnmisc06 - Dust of Disappearance (Shadows of Undrentide)
  x0_it_mthnmisc13 - Elixir of Horus-Re (Shadows of Undrentide)
  nw_it_thnmisc002 - Empty Ale Stein
  nw_it_thnmisc001 - Empty Bottle
  nw_it_thnmisc003 - Empty Spirits Bottle
  nw_it_thnmisc004 - Empty Wine Bottle
  nw_it_msmlmisc07 - Ettercap's Silk Gland
  nw_it_msmlmisc19 - Fairy Dust
  nw_it_msmlmisc08 - Fire Beetle's Belly
  nw_it_msmlmisc20 - Fish
  x0_it_mthnmisc15 - Fochluchan Bandore (Shadows of Undrentide)
  nw_it_msmlmisc14 - Gargoyle Skull
  nw_it_msmlmisc24 - Garlic
  x0_it_msmlmisc03 - Gem of Brightness (Shadows of Undrentide)
  x0_it_msmlmisc04 - Gem of Seeing (Shadows of Undrentide)
  nw_it_gold001 - Gold Piece
  x0_it_mthnmisc14 - Golden Chalice of Lathander
  nw_it_contain005 - Greater Magic Bag (Shadows of Undrentide)
  nw_it_mmidmisc01 - Harp of Charming
  nw_it_mmidmisc02 - Harp of Haunting
  nw_it_mmidmisc03 - Harp of Pandemonium
  x0_it_msmlmisc06 - Heart of the Beast (Shadows of Undrentide)
  x0_it_mthnmisc08 - Horn of Blasting (Shadows of Undrentide)
  x0_it_mthnmisc09 - Horn of Goodness/Evil (Shadows of Undrentide)
  nw_it_novel002 - Instrument of the Winds
  x0_it_mthnmisc20 - Instrument of the Winds (Shadows of Undrentide)
  nw_it_msmlmisc18 - Ironwood
  x0_it_mmedmisc05 - Janthra's Harp (Shadows of Undrentide)
  x0_it_mthnmisc10 - Lantern of Revealing (Shadows of Undrentide)
  nw_it_contain001 - Large Box
  x0_it_mthnmisc11 - Lens of Detection (Shadows of Undrentide)
  nw_it_contain003 - Lesser Magic Bag (Shadows of Undrentide)
  x0_it_mthnmisc16 - Mac-Fuirmidh Cithern (Shadows of Undrentide)
  nw_it_contain004 - Magic Bag
  nw_it_contain002 - Magic Pouch (Shadows of Undrentide)
  nw_it_mmidmisc07 - Map of Blacklake
  nw_it_mmidmisc08 - Map of the Beggar's Nest
  nw_it_mmidmisc09 - Map of the Docks
  nw_it_mmidmisc10 - Map of the Peninsula
  nw_it_mmidmisc05 - Meat
  x0_it_mmedmisc04 - Ollamh Harp (Shadows of Undrentide)
  nw_it_msmlmisc11 - Quartz Crystal
  nw_it_msmlmisc21 - Rags
  nw_it_msmlmisc09 - Rakshasa's Eye
  nw_it_msmlmisc05 - Saintsblood Pearl
  nw_it_mmidmisc04 - Scabbard of Blessing
  nw_it_msmlmisc13 - Skeleton's Knuckle
  nw_it_mmidmisc06 - Skin
  nw_it_msmlmisc10 - Slaad's Tongue
  x0_it_msmlmisc05 - Stone of Controlling Earth Elementals (SoU)
  x0_deck_avatar - The Avatar (Shadows of Undrentide)
  nw_it_picks001 - Thieves' Tools +1
  nw_it_picks004 - Thieves' Tools +10
  x2_it_picks002 - Thieves' Tools +12 (Hordes of the Underdark)
  nw_it_picks002 - Thieves' Tools +3
  nw_it_picks003 - Thieves' Tools +6
  x2_it_picks001 - Thieves' Tools +8 (Hordes of the Underdark)
  nw_it_msmlmisc22 - Top
  nw_it_torch001 - Torch

- Potions

  nw_it_mpotion021 - Ale
  nw_it_mpotion016 - Potion of Aid
  nw_it_mpotion006 - Potion of Antidote
  nw_it_mpotion005 - Potion of Barksin
  nw_it_mpotion009 - Potion of Bless
  nw_it_mpotion015 - Potion of Bull's Strength
  nw_it_mpotion014 - Potion of Cat's Grace
  nw_it_mpotion007 - Potion of Clarity
  nw_it_mpotion003 - Potion of Cure Critical Wounds
  nw_it_mpotion001 - Potion of Cure Light Wounds
  nw_it_mpotion020 - Potion of Cure Moderate Wounds
  nw_it_mpotion002 - Potion of Cure Serious Wounds
  x2_it_mpotion002 - Potion of Death Armor (Hordes of the Underdark)
  nw_it_mpotion010 - Potion of Eagle's Splendor
  nw_it_mpotion013 - Potion of Endurance
  nw_it_mpotion017 - Potion of Fox's Cunning
  nw_it_mpotion012 - Potion of Heal
  nw_it_mpotion008 - Potion of Invisibility
  nw_it_mpotion011 - Potion of Lesser Restoration
  nw_it_mpotion019 - Potion of Lore
  nw_it_mpotion018 - Potion of Owl's Wisdom
  nw_it_mpotion004 - Potion of Speed
  nw_it_mpotion022 - Spirits
  nw_it_mpotion023 - Wine

- Scrolls

  nw_it_sparscr603 - Acid Fog
  x1_it_sparscr002 - Acid Splash (Shadows of Undrentide)
  x2_it_spdvscr201 - Aid (Hordes of the Underdark)
  x1_it_sparscr102 - Amplify (Shadows of Undrentide)
  nw_it_sparscr509 - Animate Dead
  x1_it_spdvscr204 - Aura of Glory (Shadows of Undrentide)
  x1_it_spdvscr701 - Aura of Vitality (Shadows of Undrentide)
  x2_it_spdvscr804 - Aura versus Alignment (Hordes of the Underdark)
  x2_it_spdvscr508 - Awaken (Hordes of the Underdark)
  x1_it_sparscr201 - Balagarn's Iron Horn (Shadows of Undrentide)
  x2_it_sparscr501 - Ball Lightning (Hordes of the Underdark)
  x1_it_spdvscr101 - Bane (Shadows of Undrentide)
  x1_it_spdvscr601 - Banishment (Shadows of Undrentide)
  x2_it_spdvscr202 - Barkskin (Hordes of the Underdark)
  x2_it_spdvscr501 - Battletide (Hordes of the Underdark)
  nw_it_sparscr414 - Bestow Curse
  x1_it_sparscr801 - Bigby's Clenched Fist (Shadows of Undrentide)
  x1_it_sparscr901 - Bigby's Crushing Hand (Shadows of Undrentide)
  x1_it_sparscr602 - Bigby's Forceful Hand (Shadows of Undrentide)
  x1_it_sparscr701 - Bigby's Grasping Hand (Shadows of Undrentide)
  x1_it_sparscr502 - Bigby's Interposing Hand (Shadows of Undrentide)
  x2_it_sparscr901 - Black Blade of Disaster (Hordes of the Underdark)
  x2_it_sparscr801 - Blackstaff (Hordes of the Underdark)
  x2_it_spdvscr603 - Blade Barrier (Hordes of the Underdark)
  x2_it_spdvscr303 - Blade Thirst (Hordes of the Underdark)
  x2_it_spdvscr103 - Bless (Hordes of the Underdark)
  x2_it_spdvscr102 - Bless Weapon (Hordes of the Underdark)
  nw_it_sparscr211 - Blindess / Deafness
  x1_it_spdvscr202 - Blood Frenzy (Shadows of Undrentide)
  x1_it_spdvscr803 - Bombardment (Shadows of Undrentide)
  nw_it_sparscr212 - Bull's Strength
  nw_it_sparscr112 - Burning Hands
  x2_it_spdvscr307 - Call Lightning (Hordes of the Underdark)
  x1_it_spdvscr107 - Camouflage (Shadows of Undrentide)
  nw_it_sparscr213 - Cat's Grace
  x2_it_sparscr207 - Cat's Grace (Hordes of the Underdark)
  nw_it_sparscr607 - Chain Lightning
  nw_it_sparscr405 - Charm Monster
  nw_it_sparscr107 - Charm Person
  nw_it_spdvscr202 - Charm Person or Animal
  nw_it_sparscr610 - Circle of Death
  x2_it_spdvscr504 - Circle of Doom (Hordes of the Underdark)
  nw_it_sparscr307 - Clairaudience & Clairvoyance
  nw_it_sparscr217 - Clarity
  x2_it_sparscr206 - Cloud of Bewilderment (Hordes of the Underdark)
  nw_it_sparscr502 - Cloudkill
  nw_it_sparscr110 - Color Spray
  x2_it_sparscr201 - Combust (Hordes of the Underdark)
  nw_it_sparscr507 - Cone of Cold
  nw_it_sparscr406 - Confusion
  nw_it_sparscr411 - Contagion
  x1_it_spdvscr301 - Continual Flame (Shadows of Undrentide)
  nw_it_sparscr707 - Control Undead
  x1_it_spdvscr804 - Control Greater Undead (Shadows of Undrentide)
  x1_it_spdvscr605 - Create Undead (Shadows of Undrentide)
  x1_it_spdvscr702 - Creeping Doom (Shadows of Undrentide)
  x2_it_spdvscr601 - Crumble (Hordes of the Underdark)
  x2_it_spdvscr402 - Cure Critical Wounds (Hordes of the Underdark)
  x2_it_spdvscr104 - Cure Light Wounds (Hordes of the Underdark)
  x2_it_spdvscr001 - Cure Minor Wounds (Hordes of the Underdark)
  x2_it_spdvscr203 - Cure Moderate Wounds (Hordes of the Underdark)
  x2_it_spdvscr308 - Cure Serious Wounds (Hordes of the Underdark)
  x2_it_spdvscr305 - Darkfire (Hordes of the Underdark)
  nw_it_sparscr206 - Darkness
  nw_it_sparscr003 - Daze
  x2_it_spdvscr101 - Deafening Clang (Hordes of the Underdark)
  x2_it_sparscr202 - Death Armor (Hordes of the Underdark)
  x2_it_spdvscr403 - Death Ward (Hordes of the Underdark)
  nw_it_sparscr704 - Delayed Blast Fireball
  x1_it_spdvscr703 - Destruction (Shadows of Undrentide)
  x1_it_sparscr601 - Dirge (Shadows of Undrentide)
  nw_it_sparscr501 - Dismissal
  nw_it_sparscr301 - Dispel Magic
  x1_it_sparscr301 - Displacement (Shadows of Undrentide)
  x1_it_spdvscr102 - Divine Favor (Shadows of Undrentide)
  x2_it_spdvscr404 - Divine Power (Hordes of the Underdark)
  x2_it_spdvscr309 - Dominate Animal (Hordes of the Underdark)
  nw_it_sparscr905 - Dominate Monster
  nw_it_sparscr503 - Dominate Person
  x2_it_spdvscr105 - Doom (Hordes of the Underdark)
  x1_it_spdvscr604 - Drown (Shadows of Undrentide)
  nw_it_sparscr219 - Eagle's Splendor
  x1_it_spdvscr801 - Earthquake (Shadows of Undrentide)
  x1_it_sparscr003 - Electric Jolt (Shadows of Undrentide)
  nw_it_sparscr416 - Elemental Shield
  x2_it_spdvscr901 - Elemental Swarm (Hordes of the Underdark)
  nw_it_sparscr215 - Endurance
  nw_it_sparscr101 - Endure Elements
  x2_it_sparscr503 - Energy Buffer (Hordes of the Underdark)
  nw_it_sparscr908 - Energy Drain
  nw_it_sparscr412 - Enervation
  x2_it_spdvscr106 - Entangle (Hordes of the Underdark)
  x1_it_spdvscr103 - Entropic Shield (Shadows of Undrentide)
  nw_it_sparscr608 - Ethereal Visage
  nw_it_sparscr418 - Evard's Black Tentacles (Shadows of Undrentide)
  x2_it_spdvscr509 - Evil Blight (Hordes of the Underdark)
  x1_it_sparscr101 - Expeditious Retreat (Shadows of Undrentide)
  nw_it_sparscr413 - Fear
  nw_it_sparscr504 - Feeblemind
  x2_it_sparscr305 - Find Traps (Hordes of the Underdark)
  nw_it_sparscr708 - Finger of Death
  x1_it_spdvscr704 - Fire Storm (Shadows of Undrentide)
  nw_it_sparscr309 - Fireball
  x1_it_sparscr501 - Firebrand (Shadows of Undrentide)
  nw_it_sparscr304 - Flame Arrow
  x1_it_spdvscr205 - Flame Lash (Shadows of Undrentide)
  x1_it_spdvscr403 - Flame Strike (Shadows of Undrentide)
  x2_it_sparscr205 - Flame Weapon (Hordes of the Underdark)
  x1_it_sparscr001 - Flare (Shadows of Undrentide)
  x1_it_sparscr605 - Flesh to Strone (Shadows of Undrentide)
  nw_it_sparscr220 - Fox's Cunning
  x2_it_spdvscr405 - Freedom of Movement (Hordes of the Underdark)
  nw_it_sparscr902 - Gate
  x2_it_sparscr203 - Gedlee's Electric Loop (Hordes of the Underdark)
  nw_it_sparscr208 - Ghostly Visage
  nw_it_sparscr209 - Ghoul Touch
  nw_it_sparscr601 - Glove of Invulnerability
  x2_it_spdvscr306 - Glyph of Warding (Hordes of the Underdark)
  nw_it_sparscr103 - Grease
  x2_it_sparscr701 - Great Thunderclap (Hordes of the Underdark)
  nw_it_sparscr602 - Greater Dispelling
  x1_it_spdvscr303 - Greater Magic Fang (Shadows of Undrentide)
  x2_it_sparscr304 - Greater Magic Weapon (Hordes of the Underdark)
  nw_it_sparscr803 - Greater Planar Binding
  nw_it_spdvscr701 - Greater Restoration
  x1_it_spdvscr602 - Greater Sanctuary (Shadows of Undrentide)
  x2_it_spdvscr606 - Greater Sanctuary (Hordes of the Underdark)
  nw_it_sparscr508 - Greater Shadow Conjunction
  nw_it_sparscr612 - Greater Spell Breach
  nw_it_sparscr912 - Greater Spell Mantle
  nw_it_sparscr613 - Greater Stoneskin
  x1_it_sparscr303 - Gust of Wind (Shadows of Undrentide)
  x2_it_spdvscr406 - Hammer of the Gods (Hordes of the Underdark)
  x2_it_spdvscr604 - Harm (Hordes of the Underdark)
  nw_it_sparscr312 - Haste
  x2_it_spdvscr605 - Heal (Hordes of the Underdark)
  x2_it_spdvscr505 - Healing Circle (Hordes of the Underdark)
  x2_it_spdvscr302 - Healing Sting (Hordes of the Underdark)
  x2_it_spdvscr204 - Hold Animal (Hordes of the Underdark)
  nw_it_sparscr505 - Hold Monster
  nw_it_sparscr308 - Hold Person
  x2_it_spdvscr401 - Holy Sword (Hordes of the Underdark)
  x2_it_sparscr101 - Horizikaul's Boom (Hordes of the Underdark)
  nw_it_sparscr809 - Horrid Wilting
  x2_it_sparscr104 - Ice Dagger (Hordes of the Underdark)
  x2_it_sparscr401 - Ice Storm (Hordes of the Underdark)
  nw_it_sparscr106 - Identify
  x2_it_spdvscr902 - Implosion (Hordes of the Underdark)
  nw_it_sparscr408 - Improved Invisibility
  nw_it_sparscr804 - Incendiary Cloud
  x1_it_spdvscr501 - Inferno (Shadows of Undrentide)
  x2_it_spdvscr301 - Infestation of Maggots (Hordes of the Underdark)
  x1_it_spdvscr401 - Inflict Critical Wounds (Shadows of Undrentide)
  x1_it_spdvscr104 - Inflict Light Wounds (Shadows of Undrentide)
  x1_it_spdvscr001 - Inflict Minor Wounds (Shadows of Undrentide)
  x1_it_spdvscr201 - Inflict Moderate Wounds (Shadows of Undrentide)
  x1_it_spdvscr302 - Inflict Serious Wounds (Shadows of Undrentide)
  nw_it_sparscr207 - Invisibility
  x2_it_spdvscr310 - Invisibility Purge (Hordes of the Underdark)
  nw_it_sparscr314 - Invisibility Sphere
  x2_it_sparscr102 - Ironguts (Hordes of the Underdark)
  x1_it_sparscr603 - Isaac's Greater Missile Storm (Shadows of Undrentide)
  x1_it_sparscr401 - Isaac's Lesser Missile Storm (Shadows of Undrentide)
  x2_it_sparscr303 - Keen Edge (Hordes of the Underdark)
  nw_it_sparscr216 - Knock
  x2_it_sparscr602 - Legend Lore (Hordes of the Underdark)
  nw_it_sparscr218 - Lesser Dispel
  nw_it_sparscr511 - Lesser Mind Blank
  nw_it_sparscr512 - Lesser Planar Binding
  nw_it_spdvscr201 - Lesser Restoration
  nw_it_sparscr417 - Lesser Spell Breach
  nw_it_sparscr513 - Lesser Spell Mantle
  nw_it_sparscr004 - Light
  nw_it_sparscr310 - Lightning Bolt
  nw_it_sparscr104 - Mage Armor
  nw_it_sparscr302 - Magic Circle against Alignment
  x2_it_sparscrmc - Magic Circle against Alignment (Hordes of the Underdark)
  x1_it_spdvscr106 - Magic Fang (Shadows of Undrentide)
  nw_it_sparscr109 - Magic Missile
  x2_it_spdvscr304 - Magic Vestment (Hordes of the Underdark)
  x2_it_sparscr105 - Magic Weapon (Hordes of the Underdark)
  nw_it_sparscr807 - Mass Blindess / Deafness
  x1_it_spdvscr402 - Mass Camouflage (Shadows of Undrentide)
  nw_it_sparscr806 - Mass Charm
  nw_it_sparscr611 - Mass Haste
  x2_it_spdvscr801 - Mass Heal (Hordes of the Underdark)
  nw_it_sparscr202 - Melf's Acid Arrow
  x2_it_sparscr301 - Mestil's Acid Breath (Hordes of the Underdark)
  x2_it_sparscr502 - Mestil's Acid Sheath (Hordes of the Underdark)
  nw_it_sparscr906 - Meteor Swarm
  nw_it_sparscr801 - Mind Blank
  nw_it_sparscr506 - Mind Fog
  nw_it_sparscr401 - Minor Glove of Invulnerability
  x2_it_spdvscr502 - Monstrous Regeneration (Hordes of the Underdark)
  nw_it_sparscr901 - Mordenkainen's Disjunction
  nw_it_sparscr705 - Mordenkainen's Sword
  x2_it_spdvscr802 - Nature's Balance (Hordes of the Underdark)
  nw_it_sparscr315 - Negative Energy Burst
  x2_it_spdvscr311 - Negative Energy Protection (Hordes of the Underdark)
  nw_it_sparscr113 - Negative Energy Ray
  nw_it_spdvscr402 - Neutralize Poison
  x1_it_spdvscr203 - One with the Land (Shadows of Undrentide)
  x1_it_spdvscr502 - Owl's Insight (Shadows of Undrentide)
  nw_it_sparscr221 - Owl's Wisdom
  nw_it_sparscr409 - Phantasmal Killer
  x1_it_spdvscr603 - Planar Ally (Shadows of Undrentide)
  nw_it_sparscr604 - Planar Binding
  x2_it_spdvscr407 - Planar Binding (Hordes of the Underdark)
  nw_it_sparscr415 - Polymorth Self
  nw_it_sparscr903 - Power Word, Kill
  nw_it_sparscr702 - Power Word, Stun
  x2_it_spdvscr312 - Prayer (Hordes of the Underdark)
  nw_it_sparscr808 - Premonition
  nw_it_sparscr706 - Prismatic Spray
  nw_it_sparscr102 - Protection from Alignment
  x2_it_sparscral - Protection from Alignment (Hordes of the Underdark)
  nw_it_sparscr303 - Protection from Elements
  nw_it_sparscr802 - Protection from Spells
  x1_it_spdvscr305 - Quillfire (Shadows of Undrentide)
  nw_it_spdvscr501 - Raise Dead
  nw_it_sparscr111 - Ray of Enfeeblement
  nw_it_sparscr002 - Ray of Frost
  x2_it_spdvscr702 - Regenerate (Hordes of the Underdark)
  nw_it_spdvscr301 - Remove Blindness / Deafness
  nw_it_sparscr402 - Remove Curse
  nw_it_spdvscr302 - Remove Disease
  x2_it_spdvscr107 - Remove Fear (Hordes of the Underdark)
  x2_it_spdvscr205 - Remove Paralysis (Hordes of the Underdark)
  nw_it_sparscr201 - Resist Elements
  nw_it_sparscr001 - Resistance
  nw_it_spdvscr401 - Restoration
  nw_it_spdvscr702 - Resurrection
  x2_it_spdvscr108 - Sanctuary (Hordes of the Underdark)
  nw_it_sparscr210 - Scare
  x2_it_sparscr302 - Scintillating Sphere (Hordes of the Underdark)
  x2_it_spdvscr313 - Searing Light (Hordes of the Underdark)
  nw_it_sparscr205 - See Invisibility
  nw_it_sparscr609 - Shades
  nw_it_sparscr410 - Shadow Conjuration
  x2_it_sparscr703 - Shadow Shield (Hordes of the Underdark)
  nw_it_sparscr910 - Shapechange
  x2_it_sparscr103 - Shelgarn's Persistent Blade (Hordes of the Underdark)
  x1_it_sparscr103 - Shield (Shadows of Undrentide)
  x1_it_spdvscr105 - Shield of Faith (Shadows of Undrentide)
  nw_it_spdvscr203 - Silence
  x2_it_spdvscr506 - Slay Living (Hordes of the Underdark)
  nw_it_sparscr108 - Sleep
  nw_it_sparscr313 - Slow
  nw_it_spdvscr204 - Sound Burst
  nw_it_sparscr701 - Spell Mantle
  x2_it_spdvscr507 - Spell Resistance (Hordes of the Underdark)
  x1_it_spdvscr304 - Spike Growth (Shadows of Undrentide)
  nw_it_sparscr305 - Stinking Cloud
  x2_it_sparscr204 - Stone Bones (Hordes of the Underdark)
  x1_it_sparscr604 - Stone to Flesh (Shadows of Undrentide)
  x2_it_spdvscr602 - Stonehold (Hordes of the Underdark)
  nw_it_sparscr403 - Stoneskin
  x2_it_spdvscr903 - Storm of Vengeance (Hordes of the Underdark)
  nw_it_sparscr105 - Summon Creature I
  nw_it_sparscr203 - Summon Creature II
  nw_it_sparscr306 - Summon Creature III
  nw_it_sparscr404 - Summon Creature IV
  nw_it_sparscr904 - Summon Creature IX
  nw_it_sparscr510 - Summon Creature V
  nw_it_sparscr605 - Summon Creature VI
  nw_it_sparscr703 - Summon Creature VII
  nw_it_sparscr805 - Summon Creature VIII
  x2_it_spdvscr803 - Sunbeam (Hordes of the Underdark)
  x1_it_spdvscr802 - Sunburst (Shadows of Undrentide)
  x1_it_sparscr202 - Tasha's Hideous Laughter (Shadows of Undrentide)
  nw_it_sparscr614 - Tenser's Transformation
  x2_it_sparscr902 - Tide of Battle (Hordes of the Underdark)
  nw_it_sparscr911 - Time Stop
  nw_it_sparscr606 - True Seeing
  x1_it_sparscr104 - True Strike (Shadows of Undrentide)
  nw_it_sparscr214 - Ultravision
  x2_it_sparscr601 - Undeath to Death (Hordes of the Underdark)
  x1_it_spdvscr901 - Undeath's Eternal Foe (Shadows of Undrentide)
  nw_it_sparscr311 - Vampiric Touch
  x2_it_spdvscr503 - Vine Mine (Hordes of the Underdark)
  x2_it_spdvscr002 - Virtue (Hordes of the Underdark)
  nw_it_sparscr909 - Wail of the Banshee
  nw_it_sparscr407 - Wall of Fire
  nw_it_sparscr204 - Web
  nw_it_sparscr907 - Weird
  x2_it_spdvscr701 - Word of Faith (Hordes of the Underdark)
  x1_it_sparscr302 - Wounding Whispers (Shadows of Undrentide)


Plot Item:

  nw_hen_gri1rw - Amulet of the Long Death +1
  nw_hen_gri2rw - Amulet of the Long Death +3
  nw_hen_dae1rw - Amulet of the Red Tiger Tribe +1
  nw_hen_dae2rw - Amulet of the Red Tiger Tribe +3
  nw_hen_gri3rw - Amulet of the Silent Lord +4
  nw_hen_dae3rw - Amulet of the Uthgardt +4
  nw_hen_sha1rw - Belt of the Performer +1
  nw_hen_sha2rw - Belt of the Performer +3
  nw_hen_sha3rw - Belt of the Performer +5
  nw_hen_bodpers - Boddyknock's Gem
  nw_hen_dae1qt - Brooch
  nw_hen_sha1qt - Celestial Elixer
  nw_hen_gri2qt - Corpse Hand
  nw_hen_daepers - Daelan's Feather
  nw_hen_gri3qt - Dagger
  nw_hen_bod3qt - Dragon Scale
  nw_it_msmlmisc12 - Fenberry
  nw_hen_dae2qt - Great Axe
  nw_hen_gripers - Grimgnaw's Gem
  nw_hen_lin2qt - Journal of Synth La'neral
  nw_hen_bod1rw - Lantanese Ring +1
  nw_hen_bod2rw - Lantanese Ring +3
  nw_hen_bod1qt - Leaven Bread Recipe
  nw_hen_linpers - Linu's Token
  nw_hen_sha2qt - Lock of Nymph's Hair
  nw_aarcl013 - Many-Starred Cloak
  nw_hen_gal1qt - Official Document
  nw_hen_lin1rw - Pendant of the Elf +1
  nw_hen_lin2rw - Pendant of the Elf +3
  nw_hen_lin3rw - Pendant of the Elf +4
  nw_hen_bod2qt - Prism Blossom Seed
  nw_hen_bod3rw - Prophyro's Ring +4
  x2_p_portal - Relic of the Reaper (Hordes of the Underdark)
  x2_p_reaper - Relic of the Reaper (Hordes of the Underdark)
  nw_hen_gal1rw - Ring of the Rogue +1
  nw_hen_gal2rw - Ring of the Rogue +3
  nw_hen_gal3rw - Ring of the Rogue +4
  x2_p_rogue - Rogue Stone (Hordes of the Underdark)
  nw_hen_shapers - Sharwyn's Contract
  nw_hen_lin1qt - Silver Chalice of Moonbow
  nw_hen_gri1qt - Silver Ring
  nw_it_msmlmisc15 - Special Holy Water
  nw_it_recall - Stone of Recall
  nw_hen_sha3qt - Tamorlyn's Song
  nw_wswmls013 - Tenser's Sword
  nw_hen_gal3qt - The Ashes of Running Wolf
  nw_hen_gal2qt - The Star of Calimshan
  nw_hen_galpers - Tomi's Contract
  nw_hen_dae3qt - Uthgardt Ceremonial Spear
  nw_hen_lin3qt - Volcanis Oak Seed


Tutorial (Shadows of Undrentide):

  x0_misc_twig - Branch of Giving
  x0_misc_lyrics - Lich Lyrics
  x0_misc_charge - Magic Electrifier
  x0_misc_prayer - Prayer Bag
  x0_misc_twand - Transmogrifying Wand
  x0_misc_fists - Twin Fists of Fire


Weapons:

- Ammunition

Arrows
  nw_wammar003 - Acid Arrow
  nw_wamar001 - Arrow
  nw_wammar009 - Arrow +1 (Shadows of Undrentide)
  nw_wammar010 - Arrow +2 (Shadows of Undrentide)
  nw_wammar011 - Arrow +3 (Shadows of Undrentide)
  x2_wammar012 - Arrow +4 (Hordes of the Underdark)
  x2_wammar013 - Arrow +5 (Hordes of the Underdark)
  nw_wammar001 - Arrow of the Vampire
  x2_wammar001 - Arrows of Petrification (Hordes of the Underdark)
  nw_wammar002 - Fire Arrow
  nw_wammar005 - Ice Arrow
  nw_wammar006 - Lightning Arrow
  nw_wammar007 - Mild Poison Arrow
  nw_wammar004 - Piercing Arrow
  nw_wammar008 - Poison Arrow

Bolts
  nw_wambo001 - Bolt
  nw_wammbo008 - Bolt +1 (Shadows of Undrentide)
  nw_wammbo009 - Bolt +2 (Shadows of Undrentide)
  nw_wammbo010 - Bolt +3 (Shadows of Undrentide)
  x2_wammbo011 - Bolt +4 (Hordes of the Underdark)
  x2_wammbo012 - Bolt +5 (Hordes of the Underdark)
  nw_wammbo005 - Bolt of Fire
  nw_wammbo001 - Bolt of Frostbite
  nw_wammbo002 - Bolt of Lightning
  nw_wammbo004 - Bolt of Piercing
  nw_wammbo006 - Mild Poison Bolt
  nw_wammbo003 - Paralytic Bolt
  nw_wammbo007 - Poison Bolt
  x2_wammbo001 - Teleportation Bolt (Hordes of the Underdark)

Bullets
  nw_wambu001 - Bullet
  nw_wammbu008 - Bullet +1 (Shadows of Undrentide)
  nw_wammbu009 - Bullet +2 (Shadows of Undrentide)
  nw_wammbu010 - Bullet +3 (Shadows of Undrentide)
  x2_wammbu009 - Bullet +4 (Hordes of the Underdark)
  x2_wammbu010 - Bullet +5 (Hordes of the Underdark)
  nw_wammbu002 - Bullet of Screaming
  nw_wammbu004 - Bullets of Smiting
  nw_wammbu003 - Farel's Gold
  nw_wammbu005 - Fire Bullet
  nw_wammbu001 - Giant's Bane
  nw_wammbu006 - Ice Bullet
  nw_wammbu007 - Lightning Bullet

- Axes

Great
  nw_waxmgr004 - Axe of the Culling
  x2_it_minoaxe - Epic Minotaur Axe (Hordes of the Underdark)
  nw_waxgr001 - Greataxe
  nw_waxmgr002 - Greataxe +1
  nw_waxmgr009 - Greataxe +2
  nw_waxmgr011 - Greataxe +3
  x0_waxmgr001 - Greataxe +4 (Shadows of Undrentide)
  x0_waxmgr002 - Greataxe +5 (Shadows of Undrentide)
  x2_waxmgr003 - Greataxe +6 (Hordes of the Underdark)
  x2_waxmgr004 - Greataxe +7 (Hordes of the Underdark)
  nw_waxmgr006 - Gruumsh Hand
  nw_waxmgr003 - Netherese Axe
  nw_waxmgr005 - Re's Redemption
  nw_waxmgr008 - Stonefire Axe +1
  nw_waxmgr010 - Stonefire Axe +2
  x2_waxmgr005 - Stonefire Axe +8 (Hordes of the Underdark)
  x1_waxmgr001 - The Sandstorm (Shadows of Undrentide)

One-Handed
  x2_wmdwraxe009 - Axe of the Dwarf Lord (Hordes of the Underdark)
  nw_waxmhn005 - Blood Rust Axe
  x2_wdwraxe001 - Dwarven Waraxe (Hordes of the Underdark)
  x2_wmdwraxe002 - Dwarven Waraxe +1 (Hordes of the Underdark)
  x2_wmdwraxe003 - Dwarven Waraxe +2 (Hordes of the Underdark)
  x2_wmdwraxe004 - Dwarven Waraxe +3 (Hordes of the Underdark)
  x2_wmdwraxe005 - Dwarven Waraxe +4 (Hordes of the Underdark)
  x2_wmdwraxe006 - Dwarven Waraxe +5 (Hordes of the Underdark)
  x2_wmdwraxe007 - Dwarven Waraxe +6 (Hordes of the Underdark)
  x2_wmdwraxe008 - Dwarven Waraxe +7 (Hordes of the Underdark)
  nw_waxmhn003 - Ember's Axe
  nw_waxhn001 - Handaxe
  nw_waxmhn002 - Handaxe +1
  nw_waxmhn010 - Handaxe +2
  nw_waxmhn011 - Handaxe +3
  x0_waxmhn001 - Handaxe +4 (Shadows of Undrentide)
  x0_waxmhn002 - Handaxe +5 (Shadows of Undrentide)
  x2_waxmhn003 - Handaxe +6 (Hordes of the Underdark)
  x2_waxmhn004 - Handaxe +7 (Hordes of the Underdark)
  nw_waxmhn008 - Ice Reaver +1
  nw_waxmhn009 - Ice Reaver +3
  x2_waxmhn005 - Ice Reaver +8 (Hordes of the Underdark)
  nw_waxmhn006 - Offhand Axe
  x2_wmdwraxe011 - Spellsmasher (Hordes of the Underdark)
  nw_waxmhn004 - Woodcutter's Axe

Two-Handed
  nw_waxmbt003 - Axe of Dead Illusk
  nw_waxbt001 - Battleaxe
  nw_waxmbt002 - Battleaxe +1
  nw_waxmbt010 - Battleaxe +2
  nw_waxmbt011 - Battleaxe +3
  x0_waxmbt001 - Battleaxe +4 (Shadows of Undrentide)
  x0_waxmbt002 - Battleaxe +5 (Shadows of Undrentide)
  x2_waxmbt003 - Battleaxe +6 (Hordes of the Underdark)
  x2_waxmbt004 - Battleaxe +7 (Hordes of the Underdark)
  nw_waxmbt005 - Clangeddin's Wayward Axe
  nw_waxmbt006 - Deepstone Progeny
  nw_waxmbt004 - Mordan's Withering Blade
  nw_waxmbt008 - Sentinel +1
  nw_waxmbt009 - Sentinel +2
  x2_waxmbt005 - Sentinel +8 (Hordes of the Underdark)
  nw_it_novel006 - Silvermane's Axe

- Bladed

Bastard Swords
  nw_wswbs001 - Bastard Sword
  nw_wswmbs002 - Bastard Sword +1
  nw_wswmbs009 - Bastard Sword +2
  nw_wswmbs010 - Bastard Sword +3
  x0_wswmbs001 - Bastard Sword +4 (Shadows of Undrentide)
  x0_wswmbs002 - Bastard Sword +5 (Shadows of Undrentide)
  x2_wswmbs003 - Bastard Sword +6 (Hordes of the Underdark)
  x2_wswmbs004 - Bastard Sword +7 (Hordes of the Underdark)
  nw_wswmbs004 - Bloodletter
  x2_wswmbs005 - Bloodletter +8 (Hordes of the Underdark)
  nw_wswmbs007 - Discord
  nw_wswmbs006 - Dragonslayer
  nw_wswmbs005 - Lawgiver
  nw_wswmbs003 - Nameless Light
  x2_wswmbs006 - Souldrinker (Hordes of the Underdark)
  x2_c3_wswmbs006 - Souldrinker's Sire (Hordes of the Underdark)

Daggers
  nw_wswmdg003 - Courtesan Blade
  nw_wswdg001 - Dagger
  nw_wswmdg002 - Dagger +1</pre><pre id="faqspan-3">
  nw_wswmdg008 - Dagger +2
  nw_wswmdg009 - Dagger +3
  x0_wswmdg001 - Dagger +4 (Shadows of Undrentide)
  x0_wswmdg002 - Dagger +5 (Shadows of Undrentide)
  x2_wswmdg003 - Dagger +6 (Hordes of the Underdark)
  x2_wswmdg004 - Dagger +7 (Hordes of the Underdark)
  nw_wswmdg004 - Ice Talon
  nw_wswmdg005 - Leech
  x2_wswmdg005 - Leech +8 (Hordes of the Underdark)
  nw_wswmdg007 - Pixie Lance
  x2_wswmdg006 - Risktaker (Hordes of the Underdark)
  nw_wswmdg006 - Tagget's Talon
  x1_wswmdg001 - The Nightthief's Nimbleknife (Shadows of Undrentide)

Great Swords
  x2_it_wpblkblade - Black Blade of Diasaster (Hordes of the Underdark)
  x1_wswmgs001 - Blade of Chult (Shadows of Undrentide)
  nw_wswmgs004 - Blade of the Rashemi
  nw_wswmgs003 - Gemsword
  nw_wswgs001 - Greatsword
  nw_wswmgs002 - Greatsword +1
  nw_wswmgs011 - Greatsword +2
  nw_wswmgs012 - Greatsword +3
  x0_wswmgs001 - Greatsword +4 (Shadows of Undrentide)
  x0_wswmgs002 - Greatsword +5 (Shadows of Undrentide)
  x2_wswmgs003 - Greatsword +6 (Hordes of the Underdark)
  x2_wswmgs004 - Greatsword +7 (Hordes of the Underdark)
  nw_wswmgs009 - Harbinger Kin +1
  nw_wswmgs010 - Harbinger Kin +3
  x2_wswmgs005 - Harbinger Kin +8 (Hordes of the Underdark)
  nw_wswmgs005 - Shining Light of Lathandar
  nw_it_novel009 - The Dagger of Chaos
  nw_wswmgs006 - Vermin's Bane

Longswords
  nw_wswmls005 - Angurvadal (Flame Tongue)
  x2_wswmls005 - Aramil's Blade (Hordes of the Underdark)
  nw_wswmls009 - Astral Blade +1
  nw_wswmls011 - Astral Blade +2
  x2_wswmls006 - Astral Blade +8 (Hordes of the Underdark)
  nw_it_novel007 - Blade of the Gladiator
  nw_wswmls006 - Blessing of the Daystar
  nw_wswmls007 - Cold Iron Blade
  x2_wswmls007 - Holy Avenger (Hordes of the Underdark)
  nw_wswls001 - Longsword
  nw_wswmls002 - Longsword +1
  nw_wswmls010 - Longsword +2
  nw_wswmls012 - Longsword +3
  x0_wswmls001 - Longsword +4 (Shadows of Undrentide)
  x0_wswmls002 - Longsword +5 (Shadows of Undrentide)
  x2_wswmls003 - Longsword +6 (Hordes of the Underdark)
  x2_wswmls004 - Longsword +7 (Hordes of the Underdark)
  nw_wswmls004 - Soulrazor Minon
  x1_wswmls002 - The Singing Sword (Shadows of Undrentide)

Other
  nw_wswmrp004 - Black Rider Quill
  nw_wswmka007 - Blade of the Elements
  nw_wswmrp006 - Bleederkin
  nw_wswmsc008 - Desert Wind +1
  nw_wswmsc009 - Desert Wind +2
  x2_wswmsc005 - Desert Wind +8 (Hordes of the Underdark)
  nw_wswmka004 - Divine Fury
  nw_wswmka005 - Kaga-To
  nw_wswka001 - Katana
  nw_wswmka002 - Katana +1
  nw_wswmka010 - Katana +2
  nw_wswmka011 - Katana +3
  x0_wswmka001 - Katana +4 (Shadows of Undrentide)
  x0_wswmka002 - Katana +5 (Shadows of Undrentide)
  x2_wswmka003 - Katana +6 (Hordes of the Underdark)
  x2_wswmka004 - Katana +7 (Hordes of the Underdark)
  x2_it_cremumkat - Katana of the Mummylord (Hordes of the Underdark)
  nw_wswmsc006 - Laughing Blade
  nw_wswmka006 - Master Li's Way
  nw_wswmrp005 - Mercykiller Blade
  nw_wswmrp008 - Namarra (Neversleep) +1
  nw_wswmrp009 - Namarra (Neversleep) +2
  x2_wswmrp005 - Namarra (Neversleep) +8 (Hordes of the Underdark)
  x2_wswmka006 - Radiant Death (Hordes of the Underdark)
  nw_wswrp001 - Rapier
  nw_wswmrp002 - Rapier +1
  nw_wswmrp010 - Rapier +2
  nw_wswmrp011 - Rapier +3
  x0_wswmrp001 - Rapier +4 (Shadows of Undrentide)
  x0_wswmrp002 - Rapier +5 (Shadows of Undrentide)
  x2_wswmrp003 - Rapier +6 (Hordes of the Underdark)
  x2_wswmrp004 - Rapier +7 (Hordes of the Underdark)
  nw_wswmrp007 - Rapier of the High Road
  nw_wswsc001 - Scimitar
  nw_wswmsc002 - Scimitar +1
  nw_wswmsc010 - Scimitar +2
  nw_wswmsc011 - Scimitar +3
  x0_wswmsc001 - Scimitar +4 (Shadows of Undrentide)
  x0_wswmsc002 - Scimitar +5 (Shadows of Undrentide)
  x2_wswmsc003 - Scimitar +6 (Hordes of the Underdark)
  x2_wswmsc004 - Scimitar +7 (Hordes of the Underdark)
  nw_wswmsc005 - Scimitar of Speed
  nw_wswmsc004 - Shimmering Blade
  nw_wswmka008 - Sword Saint Legacy +1
  nw_wswmka009 - Sword Saint Legacy +4
  x2_wswmka005 - Sword Saint Legacy +8 (Hordes of the Underdark)
  nw_wswmsc007 - Ula's Heart

Short Swords
  nw_wswmss005 - Breath of the Maiden
  nw_wswmss008 - Feyduster +1
  nw_wswmss010 - Feyduster +2
  x2_wswmss005 - Feyduster +8 (Hordes of the Underdark)
  nw_wswmss004 - Ichthia's Neck-Knife
  x2_it_crewmmuice - Icy Blade (Hordes of the Underdark)
  x2_wswmss006 - Shadowsilk (Hordes of the Underdark)
  nw_wswss001 - Short Sword
  nw_wswmss002 - Short Sword +1
  nw_wswmss009 - Short Sword +2
  nw_wswmss011 - Short Sword +3
  x0_wswmss001 - Short Sword +4 (Shadows of Undrentide)
  x0_wswmss002 - Short Sword +5 (Shadows of Undrentide)
  x2_wswmss003 - Short Sword +6 (Hordes of the Underdark)
  x2_wswmss004 - Short Sword +7 (Hordes of the Underdark)
  nw_wswmss003 - Short Sword of Quickness
  nw_wswmss006 - The Lucky One
  x1_wswmls001 - The Nightthief's Claw (Shadows of Undrentide)

- Blunts

Clubs
  nw_wblcl001 - Club
  nw_wblmcl002 - Club +1
  nw_wblmcl010 - Club +2
  nw_wblmcl011 - Club +3
  x0_wblmcl001 - Club +4 (Shadows of Undrentide)
  x0_wblmcl002 - Club +5 (Shadows of Undrentide)
  x2_wblmcl003 - Club +6 (Hordes of the Underdark)
  x2_wblmcl004 - Club +7 (Hordes of the Underdark)
  nw_wblmcl012 - Club of Smiting
  nw_wblmcl008 - Gladiator's Club +1
  nw_wblmcl009 - Gladiator's Club +4
  x2_wblmcl005 - Gladiator's Club +8 (Hordes of the Underdark)
  x2_it_iwoodclub - Ironwood Club (Hordes of the Underdark)
  nw_wblmcl005 - Tethir-Wood Cudgel
  nw_wblmcl006 - The Angry Soul
  nw_wblmcl003 - Watchman's Club
  nw_wblmcl004 - Will of the Lost

Flails
  nw_wblmfh004 - Asp Flail
  nw_wblmfl007 - Eberond's Flail
  nw_wblmfl006 - Flail of Destruction
  nw_wblmfh003 - Flail of Jergal
  nw_wblmfh005 - Flail of Stars
  nw_wblmfl008 - Foundation +1
  nw_wblmfl009 - Foundation +4
  x2_wblmfl005 - Foundation +8 (Hordes of the Underdark)
  nw_wblfh001 - Heavy Flail
  nw_wblmfh002 - Heavy Flail +1
  nw_wblmfh010 - Heavy Flail +2
  nw_wblmfh011 - Heavy Flail +3
  x0_wblmfh001 - Heavy Flail +4 (Shadows of Undrentide)
  x0_wblmfh002 - Heavy Flail +5 (Shadows of Undrentide)
  x2_wblmfh003 - Heavy Flail +6 (Hordes of the Underdark)
  x2_wblmfh004 - Heavy Flail +7 (Hordes of the Underdark)
  nw_wblmfl005 - Heirs of Osiris
  nw_wblmfh006 - Kintharsta
  nw_wblfl001 - Light Flail
  nw_wblmfl002 - Light Flail +1
  nw_wblmfl010 - Light Flail +2
  nw_wblmfl011 - Light Flail +3
  x0_wblmfl001 - Light Flail +4 (Shadows of Undrentide)
  x0_wblmfl002 - Light Flail +5 (Shadows of Undrentide)
  x2_wblmfl003 - Light Flail +6 (Hordes of the Underdark)
  x2_wblmfl004 - Light Flail +7 (Hordes of the Underdark)
  nw_wblmfh008 - Reaver +1
  nw_wblmfh009 - Reaver +2
  x2_wblmfh005 - Reaver +8 (Hordes of the Underdark)
  nw_wblmfl004 - Writ of the Vizier

Hammers
  nw_wblmhl004 - Daraz Hammer
  x2_wblmhw006 - Fiendfoe (Hordes of the Underdark)
  nw_wblmhl006 - Forge Fire
  nw_wblmhl003 - Hammer of Blasting
  nw_wblmhw006 - Hammer of Justice
  nw_wblmhl005 - Hammer of the Beast
  nw_wblmhw003 - Hammer of the Wisp
  nw_wblmhw004 - Hammer of Thunderbolts
  x2_wblmhl006 - Izu's Hammer of Fabrication (Hordes of the Underdark)
  nw_wblhl001 - Light Hammer
  nw_wblmhl002 - Light Hammer +1
  nw_wblmhl010 - Light Hammer +2
  nw_wblmhl011 - Light Hammer +3
  x0_wblmhl001 - Light Hammer +4 (Shadows of Undrentide)
  x0_wblmhl002 - Light Hammer +5 (Shadows of Undrentide)
  x2_wblmhl003 - Light Hammer +6 (Hordes of the Underdark)
  x2_wblmhl004 - Light Hammer +7 (Hordes of the Underdark)
  nw_c3_wblmhw005 - Rift Hammer (Hordes of the Underdark)
  nw_wblmhw005 - Rift Hammer
  nw_wblmhw009 - Rune Hammer +1
  nw_wblmhw010 - Rune Hammer +2
  x2_wblmhw005 - Rune Hammer +8 (Hordes of the Underdark)
  nw_wblmhl008 - Storm +1
  nw_wblmhl009 - Storm +2
  x2_wblmhl005 - Storm +8 (Hordes of the Underdark)
  nw_wblhw001 - Warhammer
  nw_wblmhw002 - Warhammer +1
  nw_wblmhw011 - Warhammer +2
  nw_wblmhw012 - Warhammer +3
  x0_wblmhw001 - Warhammer +4 (Shadows of Undrentide)
  x0_wblmhw002 - Warhammer +5 (Shadows of Undrentide)
  x2_wblmhw003 - Warhammer +6 (Hordes of the Underdark)
  x2_wblmhw004 - Warhammer +7 (Hordes of the Underdark)

Maces
  nw_wblmml006 - Fist of the Legion
  nw_wblmml004 - Kiss of Sune
  x1_wblmml001 - Lesser Mace of Disruption (Shadows of Undrentide)
  nw_wblml001 - Mace
  nw_wblmml002 - Mace +1
  nw_wblmml011 - Mace +2
  nw_wblmml012 - Mace +3
  x0_wblmml001 - Mace +4 (Shadows of Undrentide)
  x0_wblmml002 - Mace +5 (Shadows of Undrentide)
  x2_wblmml003 - Mace +6 (Hordes of the Underdark)
  x2_wblmml004 - Mace +7 (Hordes of the Underdark)
  nw_wblmml009 - Mace of Disruption +2
  nw_wblmml010 - Mace of Disruption +5
  x2_wblmml005 - Mace of Disruption +8 (Hordes of the Underdark)
  nw_wblmml007 - Petty's Tempest
  nw_wblmml005 - Planar Mace
  nw_wblmml008 - Soldier's Might

Morningstars
  nw_wblmms003 - Bone Phoenix
  nw_wblmms006 - Circling Star
  nw_wblmms008 - Drone +1
  nw_wblmms009 - Drone +4
  x2_wblmms005 - Drone +8 (Hordes of the Underdark)
  nw_wblms001 - Morningstar
  nw_wblmms002 - Morningstar +1
  nw_wblmms010 - Morningstar +2
  nw_wblmms011 - Morningstar +3
  x0_wblmms001 - Morningstar +4 (Shadows of Undrentide)
  x0_wblmms002 - Morningstar +5 (Shadows of Undrentide)
  x2_wblmms003 - Morningstar +6 (Hordes of the Underdark)
  x2_wblmms004 - Morningstar +7 (Hordes of the Underdark)
  nw_wblmms007 - One of Many
  nw_wblmms004 - Sleepwalker Kin

- Double-Sided

  nw_wdbmqs003 - Aiedo Wither-Stick
  x2_wdbmqs005 - Aiedo Wither-Stick +8 (Hordes of the Underdark)
  nw_wdbmma004 - Ardulia's Fall
  nw_wdbmax006 - Ascorian Double Axe
  nw_wdbmax008 - Axe for the Tall Kin +1
  nw_wdbmax009 - Axe for the Tall Kin +3
  x2_wdbmax005 - Axe for the Tall Kin +8 (Hordes of the Underdark)
  nw_wdbmqs006 - Blackforest Staff
  nw_wdbmsw007 - Blade of Corellon
  nw_wdbmsw005 - Blade of the Red Masque
  nw_wdbmax007 - Bloodstone Double Axe
  nw_wdbmax005 - Death Shroud Axe
  nw_wdbma001 - Dire Mace
  nw_wdbmma002 - Dire Mace +1
  nw_wdbmma010 - Dire Mace +2
  nw_wdbmma011 - Dire Mace +3
  x0_wdbmma001 - Dire Mace +4 (Shadows of Undrentide)
  x0_wdbmma002 - Dire Mace +5 (Shadows of Undrentide)
  x2_wdbmma003 - Dire Mace +6 (Hordes of the Underdark)
  x2_wdbmma004 - Dire Mace +7 (Hordes of the Underdark)
  nw_wdbax001 - Double Axe
  nw_wdbmax002 - Double Axe +1
  nw_wdbmax010 - Double Axe +2
  nw_wdbmax011 - Double Axe +3
  x0_wdbmax001 - Double Axe +4 (Shadows of Undrentide)
  x0_wdbmax002 - Double Axe +5 (Shadows of Undrentide)
  x2_wdbmax003 - Double Axe +6 (Hordes of the Underdark)
  x2_wdbmax004 - Double Axe +7 (Hordes of the Underdark)
  nw_wdbmma006 - Ebon Dire Mace
  x2_wdbmqs006 - Fiery Power Quarterstaff (Hordes of the Underdark)
  nw_wdbmma008 - Ironwood Mace +1
  nw_wdbmma009 - Ironwood Mace +3
  x2_wdbmma005 - Ironwood Mace +8 (Hordes of the Underdark)
  x2_it_iwoodstaff - Ironwood Quarterstaff (Hordes of the Underdark)
  nw_wdbmma003 - Krotan's Skullcrusher
  nw_wdbmqs004 - Negastaff
  nw_wdbqs001 - Quarterstaff
  nw_wdbmqs002 - Quarterstaff +1
  nw_wdbmqs008 - Quarterstaff +2
  nw_wdbmqs009 - Quarterstaff +3
  x0_wdbmqs001 - Quarterstaff +4 (Shadows of Undrentide)
  x0_wdbmqs002 - Quarterstaff +5 (Shadows of Undrentide)
  x2_wdbmqs003 - Quarterstaff +6 (Hordes of the Underdark)
  x2_wdbmqs004 - Quarterstaff +7 (Hordes of the Underdark)
  nw_wdbmax004 - Red Tiger Double Axe
  nw_wdbmqs007 - Staff of Ascension
  nw_wdbmqs005 - Staff of Curing
  nw_wdbmma005 - Stoutcorps Key
  nw_wdbmsw006 - Sword of Bao
  nw_wdbmsw004 - Sword of Lyons
  x2_wdbmqs007 - Thornshield (Hordes of the Underdark)
  nw_wdbsw001 - Two-Bladed Sword
  nw_wdbmsw002 - Two-Bladed Sword +1
  nw_wdbmsw010 - Two-Bladed Sword +2
  nw_wdbmsw011 - Two-Bladed Sword +3
  x0_wdbmsw001 - Two-Bladed Sword +4 (Shadows of Undrentide)
  x0_wdbmsw002 - Two-Bladed Sword +5 (Shadows of Undrentide)
  x2_wdbmsw003 - Two-Bladed Sword +6 (Hordes of the Underdark)
  x2_wdbmsw004 - Two-Bladed Sword +7 (Hordes of the Underdark)
  nw_wdbmsw008 - Uthgardt Ceremonial Blade +1
  nw_wdbmsw009 - Uthgardt Ceremonial Blade +2
  x2_wdbmsw005 - Uthgardt Ceremonial Blade +8 (Hordes of the Underdark)

- Exotic

  nw_wspmsc004 - Blacksoul Sickle
  x2_c3_wspmsc004 - Blacksoul Sickle (Hordes of the Underdark)
  nw_wspmsc003 - Blightbringer Lineage
  nw_wspmku005 - Cutting Star
  x2_wspmku005 - Cutting Star +8 (Hordes of the Underdark)
  x2_whip_black - Deathcoil (Hordes of the Underdark)
  nw_wspmka006 - Empty Fields
  nw_wspmsc008 - Golden Sickle +1
  nw_wspmsc009 - Golden Sickle +2
  x2_wspmsc005 - Golden Sickle +8 (Hordes of the Underdark)
  x2_it_wpmwhip_h - Hellish Whip (Hordes of the Underdark)
  nw_wspmka004 - Hideo's Kama
  nw_wspmka007 - Imaskari Kama
  x2_wspmka005 - Imaskara Kama +8 (Hordes of the Underdark)
  nw_wspka001 - Kama
  nw_wspmka002 - Kama +1
  nw_wspmka008 - Kama +2
  nw_wspmka009 - Kama +3
  x0_wspmka001 - Kama +4 (Shadows of Undrentide)
  x0_wspmka002 - Kama +5 (Shadows of Undrentide)
  x2_wspmka003 - Kama +6 (Hordes of the Underdark)
  x2_wspmka004 - Kama +7 (Hordes of the Underdark)
  nw_wspku001 - Kukri
  nw_wspmku002 - Kukri +1
  nw_wspmku008 - Kukri +2
  nw_wspmku009 - Kukri +3
  x0_wspmku001 - Kukri +4 (Shadows of Undrentide)
  x0_wspmku002 - Kukri +5 (Shadows of Undrentide)
  x2_wspmku003 - Kukri +6 (Hordes of the Underdark)
  x2_wspmku004 - Kukri +7 (Hordes of the Underdark)
  nw_wspmku003 - Ladymist Talon
  nw_wspmku007 - Messenger Blade
  nw_wspmku004 - Neverwinter Kukri
  nw_wspmka005 - Peasant Dynasty
  x2_sic_renewal - Renewal (Hordes of the Underdark)
  nw_wspmku006 - Sharpshadow Blade
  x2_it_crewpwhip - Shocking Whip (Hordes of the Underdark)
  nw_wspsc001 - Sickle
  nw_wspmsc002 - Sickle +1
  nw_wspmsc010 - Sickle +2
  nw_wspmsc011 - Sickle +3
  x0_wspmsc001 - Sickle +4 (Shadows of Undrentide)
  x0_wspmsc002 - Sickle +5 (Shadows of Undrentide)
  x2_wspmsc003 - Sickle +6 (Hordes of the Underdark)
  x2_wspmsc004 - Sickle +7 (Hordes of the Underdark)
  nw_wspmsc005 - Sickle of Holy Mourning
  x2_kuk_storm - Stormwalker (Hordes of the Underdark)
  nw_wspmsc006 - Teneraard's Sickle
  nw_wspmka003 - Thread of Life
  x2_it_wpwhip - Whip (Hordes of the Underdark)
  x2_it_wpmwhip1 - Whip +1 (Hordes of the Underdark)
  x2_it_wpmwhip2 - Whip +2 (Hordes of the Underdark)
  x2_it_wpmwhip3 - Whip +3 (Hordes of the Underdark)
  x2_it_wpmwhip4 - Whip +4 (Hordes of the Underdark)
  x2_it_wpmwhip5 - Whip +5 (Hordes of the Underdark)
  x2_it_wpmwhip6 - Whip +6 (Hordes of the Underdark)
  x2_it_wpmwhip7 - Whip +7 (Hordes of the Underdark)

- Mage-Specific

Rods
  nw_wmgmrd004 - Rod of Beguiling
  nw_wmgmrd006 - Rod of Frost
  nw_wmgmrd002 - Rod of Resurrection
  nw_wmgmrd005 - Rod of Reversal
  nw_wmgmrd003 - Rod of Terror
  nw_wmgrd002 - Rod of the Ghost
  x2_it_wmgrd001 - Rod of Thunder and Lightning (Hordes of the Underdark)
  x0_wmgmrd007 - Rod of Wonder (Shadows of Undrentide)

Staves
  x0_cheatstick - Cheating Stick (Shadows of Undrentide)
  nw_wmgst002 - Staff of Command
  nw_wmgst004 - Staff of Defense
  nw_wmgst005 - Staff of Power
  nw_wmgst006 - Staff of the Holy
  nw_wmgst003 - Staff of the Magi
  nw_it_novel008 - Staff of Valmaxian
  x2_wmgst001 - Withering (Hordes of the Underdark)

Wands
  nw_wmgwn011 - Wand of Arcane Disjunction
  nw_wmgwn003 - Wand of Fear
  nw_wmgwn002 - Wand of Fire
  nw_wmgwn013 - Wand of Lesser Summoning
  nw_wmgwn007 - Wand of Lightning
  nw_wmgwn004 - Wand of Missiles
  nw_wmgwn006 - Wand of Negative Energy
  nw_wmgwn005 - Wand of Paralyzation
  nw_wmgwn012 - Wand of Sleep
  nw_wmgwn010 - Wand of Stinking Cloud
  nw_wmgwn008 - Wand of Summoning
  nw_wmgwn009 - Wand of the Heavens

- Polearms

  nw_wplmhb003 - Arc Asunder
  nw_wplmss005 - Black Kumade
  nw_wplmss007 - Briarspike
  nw_wplmsc004 - Death's Handmaiden
  nw_wplmhb006 - Dragon's Breath
  nw_wplmss008 - Fey Spear +1
  nw_wplmss009 - Fey Spear +3
  x2_wplmss005 - Fey Spear +8 (Hordes of the Underdark)
  nw_wplhb001 - Halbred
  nw_wplmhb002 - Halberd +1
  nw_wplmhb010 - Halberd +2
  nw_wplmhb011 - Halberd +3
  x0_wplmhb001 - Halberd +4 (Shadows of Undrentide)
  x0_wplmhb002 - Halberd +5 (Shadows of Undrentide)
  x2_wplmhb003 - Halbred +6 (Hordes of the Underdark)
  x2_wplmhb004 - Halbred +7 (Hordes of the Underdark)
  nw_wplmss004 - Heartwood Spear
  nw_wplmsc005 - King's Scythe
  nw_wplmsc003 - Nature's Scythe
  nw_wplmhb008 - Ravager +1
  nw_wplmhb009 - Ravager +4
  x2_wplmhb005 - Ravager +8 (Hordes of the Underdark)
  nw_wplsc001 - Scythe
  nw_wplmsc002 - Scythe +1
  nw_wplmsc010 - Scythe +2
  nw_wplmsc011 - Scythe +3
  x0_wplmsc001 - Scythe +4 (Shadows of Undrentide)
  x0_wplmsc002 - Scythe +5 (Shadows of Undrentide)
  x2_wplmsc003 - Scythe +6 (Hordes of the Underdark)
  x2_wplmsc004 - Scythe +7 (Hordes of the Underdark)
  nw_wplmsc008 - Sea Reaver +1
  nw_wplmsc009 - Sea Reaver +2
  x2_wplmsc005 - Sea Reaver +8 (Hordes of the Underdark)
  nw_wplss001 - Spear
  nw_wplmss002 - Spear +1
  nw_wplmss010 - Spear +2
  nw_wplmss011 - Spear +3
  x0_wplmss001 - Spear +4 (Shadows of Undrentide)
  x0_wplmss002 - Spear +5 (Shadows of Undrentide)
  x2_wplmss003 - Spear +6 (Hordes of the Underdark)
  x2_wplmss004 - Spear +7 (Hordes of the Underdark)
  nw_wplmss006 - Spear of Withering
  x2_it_venomhb - Venom Halberd (Hordes of the Underdark)
  nw_wplmhb007 - Water's Edge
  nw_wplmsc006 - Wicked Union
  nw_wplmhb004 - Will of Atar

- Ranged Weapons

Crossbows
  nw_wbwmxh003 - Crossbow of Accuracy
  nw_wbwmxl003 - Crossbow of Affliction
  nw_wbwmxh004 - Crossbow of Enchantment
  x2_wbwmxl005 - Crossbow of Lightning Strike (Hordes of the Underdark)
  nw_wbwmxl007 - Crossbow of Murder
  nw_wbwmxl004 - Crossbow of the High Forest
  x2_wbwmxh005 - Crossbow of the Seer (Hordes of the Underdark)
  nw_wbwmxl006 - Crossbow of the Unicorn
  nw_wbwmxh005 - Feywarden Crossbow
  nw_wbwmxh007 - Glorious Revolution
  nw_wbwmxh006 - Graceblood Bow
  nw_wbwxh001 - Heavy Crossbow
  nw_wbwmxh002 - Heavy Crossbow +1
  nw_wbwmxh008 - Heavy Crossbow +2
  nw_wbwmxh009 - Heavy Crossbow +3
  x0_wbwmxh001 - Heavy Crossbow +4 (Shadows of Undrentide)
  x0_wbwmxh002 - Heavy Crossbow +5 (Shadows of Undrentide)
  x2_wbwmxh003 - Heavy Crossbow +6 (Hordes of the Underdark)
  x2_wbwmxh004 - Heavy Crossbow +7 (Hordes of the Underdark)
  nw_wbwxl001 - Light Crossbow
  nw_wbwmxl002 - Light Crossbow +1
  nw_wbwmxl008 - Light Crossbow +2
  nw_wbwmxl009 - Light Crossbow +3
  x0_wbwmxl001 - Light Crossbow +4 (Shadows of Undrentide)
  x0_wbwmxl002 - Light Crossbow +5 (Shadows of Undrentide)
  x2_wbwmxl003 - Light Crossbow +6 (Hordes of the Underdark)
  x2_wbwmxl004 - Light Crossbow +7 (Hordes of the Underdark)
  nw_wbwmxl005 - Ruby Crossbow

Longbows
  nw_wbwmln010 - Composite Longbow +1
  nw_wbwmln011 - Composite Longbow +2
  nw_wbwmln012 - Composite Longbow +3
  x0_wbwmln003 - Composite Longbow +4 (Shadows of Undrentide)
  x0_wbwmln004 - Composite Longbow +5 (Shadows of Undrentide)
  x2_wbwmln007 - Composite Longbow +6 (Hordes of the Underdark)
  x2_wbwmln008 - Composite Longbow +7 (Hordes of the Underdark)
  nw_wbwmln004 - Elven Court Bow
  x2_wbwmln010 - Forever (Hordes of the Underdark)
  nw_wbwmln006 - Longarm
  nw_wbwln001 - Longbow
  nw_wbwmln002 - Longbow +1
  nw_wbwmln008 - Longbow +2
  nw_wbwmln009 - Longbow +3
  x0_wbwmln001 - Longbow +4 (Shadows of Undrentide)
  x0_wbwmln002 - Longbow +5 (Shadows of Undrentide)
  x2_wbwmln005 - Longbow +6 (Hordes of the Underdark)
  x2_wbwmln006 - Longbow +7 (Hordes of the Underdark)
  nw_wbwmln007 - North Wind Bow
  x2_wbwmln009 - North Wind Bow +8 (Hordes of the Underdark)
  nw_wbwmln005 - Ripper
  nw_wbwmln003 - Taralash

Shortbows
  x2_wbwmsh009 - Battle Legion Bow (Hordes of the Underdark)
  nw_wbwmsh010 - Composite Shortbow +1
  nw_wbwmsh011 - Composite Shortbow +2
  nw_wbwmsh012 - Composite Shortbow +3
  x0_wbwmsh003 - Composite Shortbow +4 (Shadows of Undrentide)
  x0_wbwmsh004 - Composite Shortbow +5 (Shadows of Undrentide)
  x2_wbwmsh007 - Composite Shortbow +6 (Hordes of the Underdark)
  x2_wbwmsh008 - Composite Shortbow +7 (Hordes of the Underdark)
  nw_wbwmsh003 - Eaglebow
  nw_wbwmsh006 - Lesser Oathbow
  nw_wbwmsh007 - Lilting Note
  nw_wbwmsh004 - Phantom Bow
  nw_wbwsh001 - Shortbow
  nw_wbwmsh002 - Shortbow +1
  nw_wbwmsh008 - Shortbow +2
  nw_wbwmsh009 - Shortbow +3
  x0_wbwmsh001 - Shortbow +4 (Shadows of Undrentide)
  x0_wbwmsh002 - Shortbow +5 (Shadows of Undrentide)
  x2_wbwmsh005 - Shortbow +6 (Hordes of the Underdark)
  x2_wbwmsh006 - Shortbow +7 (Hordes of the Underdark)
  nw_wbwmsh005 - Tansheron's Bow

Slings
  x2_wbwmsl005 - Bane of the Undead (Hordes of the Underdark)
  nw_wbwmsl007 - Charming Sling
  nw_wbwsl001 - Sling
  nw_wbwmsl001 - Sling +1
  nw_wbwmsl009 - Sling +2
  nw_wbwmsl010 - Sling +3
  x0_wbwmsl001 - Sling +4 (Shadows of Undrentide)
  x0_wbwmsl002 - Sling +5 (Shadows of Undrentide)
  x2_wbwmsl003 - Sling +6 (Hordes of the Underdark)
  x2_wbwmsl004 - Sling +7 (Hordes of the Underdark)
  nw_wbwmsl004 - Sling of Arvoreen
  nw_wbwmsl006 - Sling of Force
  nw_wbwmsl003 - Sling of Sleeking
  nw_wbwmsl005 - Sunlight Sling
  nw_wbwmsl008 - Tempertuppin's Ever-Thrower

- Throwing

  x2_it_acidbomb - Acid Bomb (Hordes of the Underdark)
  nw_wthmdt006 - Acid Dart
  x1_wmgrenade001 - Acid Flask (Shadows of Undrentide)
  x1_wmgrenade002 - Alchemist's Fire (Shadows of Undrentide)
  nw_wthmdt004 - Asp's Nest
  nw_wthmax004 - Axe of the Coming Storm
  nw_wthmax005 - Black Raven Axe
  x1_wmgrenade003 - Caltrops (Shadows of Undrentide)
  x1_wmgrenade004 - Choking Powder (Shadows of Undrentide)
  nw_wthdt001 - Dart
  nw_wthmdt002 - Dart +1
  nw_wthmdt008 - Dart +2
  nw_wthmdt009 - Dart +3
  x0_wthmdt001 - Dart +4 (Shadows of Undrentide)
  x0_wthmdt002 - Dart +5 (Shadows of Undrentide)
  x2_wthmdt003 - Dart +6 (Hordes of the Underdark)
  x2_wthmdt004 - Dart +7 (Hordes of the Underdark)
  nw_wthmdt007 - Dart of Accuracy
  nw_wthmdt003 - Dart of Stunning
  nw_wthmsh004 - Dragon's Tail
  nw_wthmax007 - Fire Axe
  x2_it_firebomb - Fire Bomb (Hordes of the Underdark)
  nw_wthmsh007 - Grains of Sand
  x1_wmgrenade005 - Holy Water (Shadows of Undrentide)
  nw_wthmdt005 - Ice Dart
  nw_wthmsh006 - Many Talons
  nw_wthmax006 - Rifthome Axe
  nw_wthmsh005 - Shining Light
  nw_wthsh001 - Shuriken
  nw_wthmsh002 - Shuriken +1
  nw_wthmsh008 - Shuriken +2
  nw_wthmsh009 - Shuriken +3
  x0_wthmsh001 - Shuriken +4 (Shadows of Undrentide)
  x0_wthmsh002 - Shuriken +5 (Shadows of Undrentide)
  x2_wthmsh003 - Shuriken +6 (Hordes of the Underdark)
  x2_wthmsh004 - Shuriken +7 (Hordes of the Underdark)
  nw_wthmsh003 - Stars of Ojy-do
  x1_wmgrenade006 - Tanglefoot Bag (Shadows of Undrentide)
  nw_wthax001 - Throwing Axe
  nw_wthmax002 - Throwing Axe +1
  nw_wthmax008 - Throwing Axe +2
  nw_wthmax009 - Throwing Axe +3
  x0_wthmax001 - Throwing Axe +4 (Shadows of Undrentide)
  x0_wthmax002 - Throwing Axe +5 (Shadows of Undrentide)
  x2_wthmax003 - Throwing Axe +6 (Hordes of the Underdark)
  x2_wthmax004 - Throwing Axe +7 (Hordes of the Underdark)
  nw_wthmax003 - Thunderbeast Axe
  x1_wmgrenade007 - Thunderstone (Shadows of Undrentide)


Custom Items:

- Neverwinter Nights: Prelude

Armor:

- NPC Clothing

  m1q0helmite - Clothing: Helmite
  nwuniform - Clothing: Neverwinter Militia
  m1q0tyrran - Clothing: Tyrran


Miscellaneous:

- Other

  m0q0_key_door10 - Aribeth's Key
  nw_rogue_item - Rogue Key


Weapons:

- Mage-Specific

Wands
  m1q0wmgwn - Wand of Fire


- Neverwinter Nights: Chapter 1

Armor:

- Clothing

  m1q0wmgwn - Clothing: Thug
  m1q3ccloth1 - Clothing: Wizard
  cloth012 - Fashis Outfit
  nw_cloth030 - Fashis Outfit

- Heavy Armor

  m1q4armor1 - Armor: Halfplate (Multicolor)

- Light Armor

  aarcl021 - Armor: Leather (Black)

- Medium Armor

  aarcl011 - Armor: Chain (Dark)
  aarcl003 - Armor: Chain (Multi Color)
  c_yhousegrd - Armor: House Guard

- NPC Clothing

  nw9uniform - Armor: Plate (Neverwinter Nine)
  m1q4cloth2 - Clothing: Bloodsailor (Fancy)
  nwuniform - Clothing: Neverwinter Militia
  aarcl016 - Clothing: Snake Cult
  m1q6atyrran - Clothing: Tyrran
  m1s1gauntlet - M1S1Gauntlet


Miscellaneous:

- Books

  m1q5book3 - Drawl's Journal
  m1q5book1 - Gulnan's Journal
  m1s1book - Halueth Dig Logbook
  m1q5book2 - In Service of Cyric
  m1q5book4 - In Service of Gulnan
  it_book005 - Journal of Marcus Penhold
  m1q3ameldjournal - Journal of Meldanen
  it_book002 - Lady Tanglebrook's Journal
  it_book003 - Prison Logbook
  it_book004 - Prisoner's Journal
  m1q1_marrokbook - Recipes of the Forge
  it_book001 - The Head Gaoler's Journal
  nw_it_book032 - The Neverwinter Wood

- Clothing

Cloaks
  m1s3cloak - Many-Starred Cloak
  aarcl008 - Penhold Robes

- Jewelry

Amulets
  m1q04ilocket - Dara'nei's Locket
  m1q04inobamulet - Masterson Family Amulet
  m1s2broach - Tamora's Brooch

Rings
  m1_drunk - M1_Drunk
  m1q5signet1 - Torin's Ring
  m1q5c04ring - Zelieph's Ring

- Other

  m1_map_m1q3a - Map of Blacklake
  m1_map_m1q5a - Map of the Beggar's Nest
  m1_map_m1q4a - Map of the Docks
  m1_map_m1q2a - Map of the Peninsula
  m1q4silver - Silverware


Plot Item:

  it_midmisc001 - Anonymous Letter
  m1q1_letterconsp - Anonymous Letter
  m1q1_letterspy - Anonymous Letter
  m1q04iauction - Auction Anouncement
  nw_cloth029 - Bloodsailor Uniform
  m1q5enote - Crumpled Note
  m1q5dpassstone - Estate Ward Stone
  m1s04ifightpass - Gauntlet Pass
  m1q3iloxarhead - Head of Loxar
  m1q04inotecallik - Instructions from Callik
  m1s1letter - Letter from Oleff
  m1s2letter1 - Letter from Ophala
  m1q3a00tooth - Meldanen's Silver Tooth
  m1s2note1 - Note
  m1s2note2 - Note
  m1s2note3 - Note
  m1s2letter4 - Note From Hodge
  m1q4_calliknote - Orders from Callik
  m1s2pass - Pass Coin
  m1q1a8ward - Shining Knight Ward
  m1q04ismugcoin - Smugglers' Coin
  m1s3scroll - Transport Via Plants Scroll
  m1s2letter2 - Writ from Oleff


Special:

- Custom 1

  m1q4plotreagent - Cockatrice Feather
  m1q2plotreagent - Devourer's Brain
  it_smlmiscm1q3 - Lock of Dryad Hair
  m1q5reagent - Yuan-Ti Heart

- Custom 2

  m1s1arrow - Ceremonial Arrow
  m1s1shield - Ceremonial Shield
  m1s1sword - Ceremonial Sword

- Custom 4

  m1s1book2 - Ancient Chronicles of Halueth Never
  m1s1tyr - Ancient Symbol of Tyr
  m1s03iflask - Flask of Water
  m1s2statue - Gaudy Statuette
  m1s04ibadgelvl01 - Gauntlet Award: First Round
  m1s04ibadgelvl02 - Gauntlet Award: Second Round
  m1s04ibadgelvl03 - Gauntlet Award: Third Round
  m1s04ibadgelvl04 - Gauntlet Championship Award
  m1s2urn - Gilded Urn
  m1s1armor - Halueth's Rusted Armor
  m1s1quill - Jacob's Quill
  m1s03ikindling - Kindling Wood
  m1s2portrait - Portrait of Sir Reginald Rumbottom III
  m1s03ifog - Puff of Fog
  m1s03iclay - Rare Earth Clay
  m1s3fetish - Scented Fetish

- Custom 5

  m1q5ekey - Ancient Key
  m1s2key2 - Android Golden Key
  m1s2dkey1 - Android's Key
  m1s1key1 - Archaeologist's Key
  m1s2brileykey - Briley's Key
  m1s3key2 - Eltoora's Key
  m1s04ifightkey - Gauntlet Key
  m1s1fkey - Jones' Key
  m1s2f01key - Key to Hodge's Estate
  m1q3akey1 - Key to Meldanen Estate
  m1q2ckey - Key to the Pits
  m1s2ekey - Key to the Rumbottom Estate
  m1q3bkey2 - Meldanen Prison Key
  m1q3bkey1 - Meldanen West Wing Key
  m1q3a00meldkey - Meldanen's Master Key
  m1q3amillykey - Milly's Key
  m1s2key1 - Moonstone Mask Back Room Key
  m1q2_prisonkey - Prison Key
  m1q2_prisfloor2 - Prison Key (2nd Floor)
  m1q2b_storeroom - Prison Storeroom Key
  m1q2_keytangle - Tanglebrook Key
  m1q04itavernkey - Tavern Key
  m1s3key1 - Zoo Key Copy


Weapons:

- Axes

One-Handed
  m1s4hurskaxe - Hursk's Axe

- Bladed

Daggers
  m1q5c04dagger - Zelieph's Dagger

Great Swords
   m1s1never01 - M1S1Never01
   m1s1never02 - M1S1Never02
   m1s1never03 - M1S1Never03
   m1s1never04 - M1S1Never04

- Mage-Specific

Staves
  wmgst001 - Penhold Staff
  m1q3cstaff - Staff of Meldanen

Wands
  m1s3inviswand - Elemental Wand of Air
  m1s3darkwand - Elemental Wand of Earth
  m1s3burnwand - Elemental Wand of Fire
  m1s3greswand - Elemental Wand of Water


- Neverwinter Nights: Chapter 1E

Armor:

- Heavy Armor

  m1q6aarmor01 - Armor of Lord Nasher

- Medium Armor

  m1q6marcarmor - Armor: Chain (Ruined)

- NPC Clothing

  m1q6aarmor1 - Armor: Tyrran
  m1q6ahelmite - Clothing: Helmite
  m1q6atyrran - Clothing: Tyrran


Plot Item:

  m1q6f08ritual - Black Grimoire
  m1q6book_helm - Book of Helm
  m1q6f09key - Cell Key
  m1q6fhelmgem - Etched Gem


- Neverwinter Nights: Chapter 2

Armor:

- Clothing

  m2_cloth_003 - Barmaid Outfit
  comcl001 - Clothing: Commoner
  m2_cloth_010 - Commoners Outfit
  m2_cloth_006 - Farmer Outfit
  m2_cloth_009 - Farmer Outfit
  m2_cloth_005 - Innkeeper Outfit
  m2_cloth_007 - Mage Robes
  m2_cloth_012 - Mage Robes
  m2_cloth_013 - Mage Robes
  m2_cloth_002 - Merchant Outfit
  m2_cloth_011 - Merchant Outfit
  m2_cloth_004 - Noble Outfit
  nw_cloth100 - Noble Outfit
  m2_cloth_001 - Peasant Outfit
  m2_cloth_015 - Rogue Outfit
  m2_cloth_008 - Sailor Outfit
  m2_cloth_014 - Zamithra's Clothes

- Heavy Armor

  m2_armor_002 - Plate Armor
  m2_armor_003 - Plate Armor

- Medium Armor

  m2_armor_001 - Mercenary Armor
  m2_armor_004 - Mixed Armor


Miscellaneous:

- Books

  m2q3g_cultjourn - Charwood Cultist's Journal
  m2q01idyddjour - Dydd's Journal
  m2q3kexpjourn - Explorer's Journal
  m2q5cultjrnl - Ganon's Journal
  m2q01timaskdeath - Imaskarran Tome of Death
  m2q01timaskfire - Imaskarran Tome of Fire
  m2q01timaskice - Imaskarran Tome of Ice
  m2q01timasklife - Imaskarran Tome of Life
  m2q01timaskreson - Imaskarran Tome of Resonance
  m2q5xkarfrag - Journal Fragment
  m2q2gjrnrelmar - Relmar's Journal
  m2q1itkarjourn - The Journal of Sir Karathis Ironheart
  m2q3itjournhero - Treatise on Forgotten Heroes
  m2q2ittreatspiri - Treatise on the Spirit of the Wood
  m2q3iwanevbedjou - Wanev's Bedroom Journal
  m2q3iwanevcook - Wanev's Cookbook
  m2q3iwanevlabjou - Wanev's Lab Journal

- Gems

  m2q1itgemsetara - Setara's Gem
  m2q1itgemwanev - Wanev's Gem
  m2q1itgemshart - Zamithra's Gem

- Jewelry

Rings
  m2q1itring02 - Bran's Ring
  m2q1itring03 - Geth's Ring
  m2q2cc06_signet - Golem Signet Ring
  m2q2e_ring4 - Ring of the First Circle
  m2q2e_ring1 - Ring of the Fourth Circle
  m2q2e_ring3 - Ring of the Second Circle
  m2q2e_ring2 - Ring of the Third Circle
  m2q06itwilring - Solomon's Ring
  m2q1itring01 - Urth's Ring

- Other

  m2q2cd07_scroll - Creator Scroll
  m2q2ce_cscroll1 - Creator Scroll
  m2q2i_deadan - Dead Animal
  m2q2i_deadbody - Dead Body
  m2q2e_key - Druid Bridge Key
  m2130gp - Gold Piece
  m2500gp - Gold Piece
  m2q2ce_hscroll1 - History Scroll
  m2q2ce_hscroll2 - History Scroll
  m2q2itmirrorvan - Mirror of Vanity
  m2q2cc_key - Seal Key
  m2q2cd_key - Seal Key
  m2q2ce_key - Stolen Seal Key
  m2q2ce_tjrnl - Thief's Journal
  m2q1srlimaskdeth - Tome of Death Research Notes
  m2q1srlimaskfire - Tome of Fire Research Notes
  m2q1srlimaskice - Tome of Ice Research Notes
  m2q1srlimasklife - Tome of Life Research Notes
  m2q1srlimaskreso - Tome of Resonance Research Notes
  m2q2bb14_key - Troll Key
  m2q2itnotetroll - Troll Note

- Potions

  m2q2f2_poison - Spirit Poison
  m2q2g_antidote - Spirit Poison Antidote


Plot Item:

  aarin_amulet - Aarin's Amulet
  m2q1italhtooth - Alhelor's Tooth
  m2q3h_letterfire - Another Letter in a Strange Hand
  m2q3h_letterghos - Another Letter in a Strange Hand
  m2q3h_letterjust - Another Letter in a Strange Hand
  aribeth_ring - Aribeth's Ring
  m2q2jkey - Barracks Key
  m2q3h_judgekey - Castle Jhareg Key of Judgment
  m2q3h_riddlekey - Castle Jhareg Riddle Key
  m2q3i_karlatkey - Castle Jhareg: Karlat's Key
  m2q3i_quintkey - Castle Jhareg: Quint's Key
  m2q2_nymphdagger - Ceremonial Dagger
  m2q2ccrbook - Complete History of the Creator Ruins
  m2q05icrysegg - Crystal Egg
  m2q05icrysfrog - Crystal Frog
  m2q05icrysinsect - Crystal Insect
  m2q05icrysskull - Crystal Skull
  m2q04idelilahear - Delilah's Ear
  m2q5dergiabhead - Dergiab's Head
  m2q06iaarinpass - Diplomatic Pass
  m2q2cbookmorag - Dread Queen Morag
  elynwyd_ring - Evaine's Ring
  gatekey - Gate Key
  m2q05idungeonkey - Green Griffon Basement Key
  m2q05idoorpuzkey - Green Griffon Puzzle Door Key
  m2q3igulgheart - Gulgash's Heart
  m2q05ibugbhead - Head of the Bugbear Chieftan
  m2q05iorchead - Head of the Orc Chieftan
  head_m2q2alent - Head of the Troll Chieftan
  m2q6a0seal - High Captains' Seal
  2q6_impgore - Imp's Eye
  m2q2cbktomb - Initiate's Primer
  m2q3h_letterridd - Letter by a Strange Hand
  m2q06ilettneva - Letter to Neva
  m2q3j_quintlett - Letter to Quint Jhareg
  m2q06ilettsolomo - Letter to Solomon
  m2q1vardlet - Letter to Vardoc
  m2q05igravekey - Mausolem Key
  m2q3kscroll - Old Scroll
  m2q3e_brooch - Peasant's Brooch
  m2q01iyesgarkey - Port Llast Mine Key
  2q6_quasitgore - Quasit's Eye
  m2q2arring - Revat's Ring
  m2q2j7key - Setara's Key
  m2q1silvercharm - Silver Charm
  m2q3e_wolfhead - Silverback's Head
  m2q03istirgeear - Stirge's Ear
  m2q3i_journkarla - The Journal of Karlat Jhareg
  m2q3j_journquint - The Journal of Quint Jhareg
  m2q3_oathbelial - The Oath of Belial, Lord of Fire
  m2q3_oathkarlat - The Oath of Karlat Jhareg
  m2q3_oathquint - The Oath of Quint Jhareg
  m2q3_phylactery - The Phylactery of Karlat Jhareg
  m2q05itombkey - Tomb Key
  2q6b_securekey - Tower Entry Key
  m2q2itkeytroll - Troll Key
  m2q3iwanevcotkey - Wanev's Cottage Key
  m2q3iwanevsumkey - Wanev's Summoning Room Key
  m2q01iwardwanev - Wanev's Wardstone
  m2q05ileahring  Wedding Ring
  m2q02iwyvernear - Wyvern's Ear
  m2q05iyesgarear - Yesgar's Ear
  it_key001 - Yesgar's Key
  m2q05izamithkey - Zamithra's Room Key
  m2q05izamithkey2 - Zamithra's Strongbox Key
  m2q05izorear - Zor's Ear


Weapons:

- Bladed

Other
  2q6g_discipline - Discipline

- Exotic

  weirdgauntlet - Weird Gauntlet

- Mage-Specific

Wands
  m2q3_karburn - Karlat's Burning Wand
  m2q3_karwand - Karlat's Protection Wand


- Neverwinter Nights: Chapter 2E

Armor:

- Heavy

  2q4_illuskpaladi - 2Q4_IlluskPaladin
  nw_maarcl019 - Aurumvorax Armor


Miscellaneous:

- Books

  2q6d_bloodwar - Blood War Research Journal
  2q4_lvl3labnote - Host Tower Lab Notes
  2q6e_gethjournal - Journal of Arteno Geth

- Other

  2q4_illuskheart - Hero's Heart
  2q4_cultistlette - Letter
  2q6_advennote - Note
  2q6_sewnote - Note
  2q4_illuskhead - Skull Warrior's Head

- Potions

  2q4_illuskwat001 - Blessed Water
  2q4_illuskwater - Blessed Water


Plot Item:

  aarin_amulet - Aarin's Amulet
  2q4f_ghoulamu - Amulet of Power
  2q4_barambasekey - Baram's Base Key
  2q4_baram_head - Baram's Head
  m2q4a_child_toy - Child's Bear
  2q4e_cryptdoor - Crypt Key
  m2q06iaarinpass - Diplomatic Pass
  2q6_letter02 - Dispatch
  2q4a_elynring - Elynwyd's Signet Ring
  2q4_erbsring - Erb's Ring
  2q4_glowsphere - Glowing Sphere
  2q6e_controlrod - Golem Control Rod
  2q6e_golemrod - Golem Replication Rod
  m2q6a0seal - High Captains' Seal
  2q6_impgore - Imp's Eye
  2q4_kurthbasekey - Kurth's Base Key
  2q4_kurth_head - Kurth's Head
  2q6_maugrimlette - Letter
  2q6_portalinst - Letter to Aribeth
  2q6_lettergolem - Letter to Rimardo
  2q6_maugrimjourn - Maugrim's Journal
  2q6_quasitgore  Quasit's Eye
  2q4f_machkey - Sewer Control Key
  2q4_aribethbook - Small Diary
  2q4_planartoken - Smooth Token
  2q6b_securekey - Tower Entry Key
  2q4a_londa_key - Vault Key
  2q4_orders - Written Orders
  2q4_yvettesbaby - Yvette's Baby


Special:

- Custom 1

  2q4_sewage - Bottle of Sewage
  2q6g_discipline - Discipline
  2q4_leverstone - Lever of Stone
  2q4_leverwater - Lever of Water
  2q4_leverwind - Lever of Wind

- Custom 2

  2q6_stone01 - 1st Floor Portal Stone
  2q6_stone02 - 2nd Floor Portal Stone
  2q6_stone03 - 3rd Floor Portal Stone
  2q6_stone04 - 4th Floor Portal Stone
  2q6_stone05 - 5th Floor Portal Stone
  2q6_stone06 - 6th Floor Portal Stone
  2q6_stone07 - 7th Floor Portal Stone
  2q6_stone08 - 8th Floor Portal Stone
  2q6_stone09 - 9th Floor Portal Stone
  2q6k_grandstone - Master Portal Stone
  2q6_stone10 - Pinnacle Portal Stone

- Custom 3

  2q4_wizardbook - Burke's Manual
  2q4_necrojournal - Necromancer's Journal
  2q4_necroparchme - Parchment
  2q4d_prisonkey - Prison Key
  2q6h_prisonkey - Prison Key

- Custom 4

  2q6_helmedsword - Golem Slayer


Weapons:

- Bladed

Great Swords
  2q4_illuskpalsw - 2Q4_IlluskPalSw

Longswords
  2q6_hopeslayer - Hope Slayer


- Neverwinter Nights: Chapter 3

Armor:

- Clothing

  m3q1a09labrobe - Crystal Robes

- Helmets

  m3q2_elkwarhelm - Elk War Helm
  nw_arhe006 - Pot Helmet

- Medium

  nw_aarcl012 - Chain Shirt
  nw_maarcl061 - Chromatic Breastplate +3
  m3q2hide - Hide Armor

- NPC Clothing

  m1q6atyrran - Clothing: Tyrran


Miscellaneous:

- Books

  m3q3c_journarwyl - Arwyl's Journal
  it_brun - Brunhilda's Diary
  m3_cultjournal1 - Cultist Journal
  m3_cultjournal2 - Cultist Journal
  m3_cultjournal3 - Cultist Journal
  m3q1trialbook - Defense Council Journal
  m3q3c_journhodd - Hodd's Journal
  m3q2c05_journal - Homestead Journal
  m3q2d_book_1 - Islegood's Complete History of Flight
  m3q2d_book_3 - Islegood's Complete History of Horses
  m3q2d_book_2 - Islegood's Complete History of Seafaring

- Gems

  m3q3dgem012 - Gem of Duty
  m3q3dgem005 - Gem of Horror
  m3q3dgem003 - Gem of Misery
  m3q3dgem008 - Gem of Pain
  m3q3d_succstone - Succubus Stone

- Jewelry

Amulets
  m3q3d_succneck - Succubus Necklace

Rings
  m3q2a10bretband - Bret's Wedding Band
  m3q1_yusamring - Ring of Yusam
  m3q3d_succring - Succubus Ring

- Other

  m3q2f_golem - Adventurer's Note
  m3q2_a10bracelet - Bret's Bracelet
  m3q2_b07_feathe - Feather of Peace
  m3q1_c8_key - Gate Key
  m3_dragongold - Gold
  m3q4hc_gold - Gold
  m3q2g_gold10 - Gold Piece
  m3q2g_gold25 - Gold Piece
  m3q2g_gold50 - Gold Piece
  m3q2g_gold75 - Gold Piece
  m3q2f_golemkey - Golem Key
  item001 - Item001
  m3q2f_balorkey - Key
  m3q1_a11_lil_not - Lillian's Musings
  m3q3a_orchead - Orc Head
  m3q3d_ped_blue - Tablet of the Blue Light
  m3q3d_ped_green - Tablet of the Green Light
  m3q3d_ped_purple - Tablet of the Purple Light
  m3q3d_ped_white - Tablet of the White Light
  m3q1map_torch - Torch
  m3q1a09whitepor - White Portal Key


Plot Item:

  aarin_amulet - Aarin Gend's Amulet
  aarin_amulet2 - Aarin Gend's Amulet
  aribeth_ring - Aribeth's Ring
  m3q2a14_arness - Arness's Head
  m3q2f22powder1 - Blue Powder
  m3barunbook - Book
  m3q1a07writ - Bounty Hunter's Writ
  m3q2a10ecknote -  Eckel's Note
  m3q2fsprite - Fairy Bottle
  m3q4dragon_eggs - Gold Dragon Egg
  m3q4dragon_egggr - Green Dragon Egg
  m3q3_a02guzud - Guzud's Head
  m3q4_c03_giant_h - Hill Giant Head
  m3q2_wall2gate - Key
  m3q4_f02_klauth - Klauth's Head
  m3oboulddrow - Note
  m3q3_a02oboul - Obould's Head
  m3q2a14_cure - Plague Cure
  m3q2_a11blankets - Plague-Ridden Blankets
  m3q2f_book_1 - Principles of Time Travel
  it_smlmisc001 - Rakshasa Eye
  m3q2f22powder2 - Red Powder
  it_thnmisc001 - Slaadi Bones
  m3q1_a11_lil_sno - Snow Globe
  m3q1_a11_lil_sta - Star Sapphire
  m3q2ftime_cry - Time Crystal
  m3q1a09tomeofboo - Tome of Boots
  m3q1a09tomeofpow - Tome of Power
  m3q1a09tomeofrob - Tome of Robes
  m3q1a09tomeofamu - Tome of the Amulet
  m3q1a09tomeofrin - Tome of the Ring
  m3q2ultargseed - Utarg Seeds
  m3q3_a02vaath - Vaath's Head
  m3q1_wordpower3 - Word of Power
  m3q2f22powder3 - Yellow Powder
  m3q2d08_zokan - Zokan's Head


Special:

- Custom 2

  m3q3_cyrilletter - Diary Page
  m3q2_d08_dream - Dreamcatcher
  m3q2_letter1 - Letter
  m3q2g08ring - Lokar's Ring
  m3q2g07puzzlen - Old One Defenses
  m3q2stasis_scrol - Stasis Scroll
  m3q2g_hints - Temple Defenses
  m3q2gtranam - Translation Amulet
  m3q1_wordpower2 - Word of Power
  m3q2f25fakeword - Word of Power (fake)

- Custom 3

  m3q3c_swordages - Amulet of the Ages
  m3q3c_brokenages - Broken Amulet of the Ages
  m3q3c_fixedages - Drained Amulet of the Ages
  m3q3b_buildstaff - Laboratory Notes
  m3q3melfring - Ring of Melf
  m3all_magscroll - Teleport Scroll
  m3q3b_howsummon - The Nature of Water Summoning
  m3q1_wordpower1 - Word of Power

- Custom 4

  m3q04g_sphere2 - Dead Dragon Sphere
  m3q04g_sphere - Dragon Sphere
  m3q04g_sphere3 - Full Dragon Sphere
  m3q04h07_lock - Key
  m3q4d12_note - Note
  m3q4d17_notes - Notes
  m3q04_pass - Pass Amulet
  m3q04g_book - Ritual Book

- Custom 5

  m3q2f18_blue - Blue Gem
  m3q2f18_green - Green Gem
  m3q2f18_orange - Orange Gem
  m3q2f18_purple - Purple Gem
  m3q2f18_red - Red Gem
  m3q2f18_yellow - Yellow Gem


Weapons:

- Bladed

Longswords
  nw_wswmls003 - Soulrazor Minion


- Neverwinter Nights: Chapter 4

Armor:

- NPC Clothing

  m4q1_tyrist - Clothing: Tyrist
  m1q6atyrran - Clothing: Tyrran


Miscellaneous:

- Other

  m4q1c2_puzznotes - Adventurer's Diary
  m4_warzonekey - Gate Key


Plot Item:

  aarin_amulet2 - Aarin's Amulet
  aribeth_ring - Aribeth's Ring
  m4aribsword - Aribeth's Sword
  m4asheeraamulet - Asheera's Amulet
  m4dragonkey - Guardian Key
  m4q1c16_inkwell - Inkwell
  m4q1b25aribkey - Inner Sanctum Key
  m4q1c14_mkey - Key
  m_last_key - Key
  m4q1c07key2 - Key of Light and Darkness
  m4q1c07key - Key of Music
  maug_jour - Maugrim's Journal
  m4lusknote - Note
  nw_m4q01c08_spyn - Note
  m4q01c_notebook - Notebook
  m4q1c07key3 - Past Life Key
  m4q1c16_quill - Quill
  m4_wordofpower - Word of Power


Special:

- Custom 1

  junk_ring - Junk Ring


- Shadows of Undrentide: Chapter 1

Armor:

- Clothing

  cloth028 - Adept's Tunic
  beckasoutfit - Becka's Outfit
  ilmaterrobe - Ilmater Robe
  robeofelem - Robe of Elemental Resistance
  cloth023 - Smith's Outfit
  winterarmor - Winter Armor

- Heavy

  x0_hen_mis_armor - Half Plate (Mischa L1)
  q1bguardarmor - Hilltop Guard Armor
  x1valientplate - Valiant Plate

- Helmets

  q1bguardhelmet - Hilltop Guard Helmet
  q1shadowhelm - Shadow Helm
  x1valienthelm - Valiant Helm

- Light

  x1chainofstealth - Chain of Stealth
  x0_hen_dorna_ar1 - Dorna's Armor

- NPC Clothing

  ayalasarmor - Ayala's Armor
  item002 - Daemonfey Chainmail
  item003 - Dark Hood
  item - J'Nah's Outfit
  item004 - Katriana's Outfit
  x0_npc_xan_clo - Xanos' Garb

- Shields

Tower Shields
  x0_hen_mis_shld1 - Mischa's Tower Shield
  x1valientdefend - Valiant Defender


Miscellaneous:

- Books

  q5_jnahjournal - J'Nah's Journal
  journal - Journal
  q5_tymo_book - Notebook
  alchemicaltreati - The Alchemist's Cookbook
  q3rustybook - The Tale of Rusty McFinger
  x1tomeofknow - Tome of Worldly Knowledge

- Clothing

Bracers
  xan_bracer - Xanos' Bracers

Cloaks
  x1ascalhorn - Cloak of Ascalhorn
  q1szarencloak - Szaren's Cloak

Gauntlet
  x1fistofthenorth - Fist of the North

- Jewelry

Amulets
  amuletofascalhor - Amulet of Ascalhorn
  it_mneck002 - Amulet of Natural Armor +1
  x1luckycharm - Ventrue's Lucky Charms

Rings
  x1kilravsring - Kilrav's Ring
  q1wolfring - Ring of the Wolf

- Other

  x0_bearhide - Bear Hide
  x1_waterbowl - Bowl of Commanding Water Elementals
  it_msmlmisc003 - Bowl of Commanding Fire Elementals
  x1_firebrazier - Brazier of Fire
  x1_censerair - Censer of Air
  q1monkitem - Censer of Readiness
  it_mthnmisc005 - Chime of Opening
  q1mageitem - Crystal of Concentration
  q1a2_dornakey - Dorna's Footlocker key
  q7cegg - Dragon Egg
  q5_tymo_amulet - Flask of Powder
  q1ikey - Fortune Teller's Key
  q1rangeritem - Gift of the Dryad
  it_gold002 - Gold Piece
  it_gold003 - Gold Piece
  q1greenspore - Green Spores
  x1heartofneely - Heart of Neely
  q1footstagtrophy - Heart of the Shadow
  q1clericitem - Holy Symbol
  q1rogueitem - Horn of Listening
  q1foot_horns - Horns of the Shadow
  q1barbitem - Idol of the Bear
  q1paladinitem - Instrument of the Inquisition
  q3trapscroll - Note
  q3_promissary - Promissary Note
  q1barditem - Quality Lute
  q1sorcereritem - Rod of the Magi
  q1a2drogankey - Room Key
  q1fighteritem - Scale of Discipline
  q1druiditem - Scented Fetish
  q7acavekey - Silver Key
  x1_earthstone - Stone of Controlling Earth Elementals
  x0_wolfhide - Wolf Pelt
  q1a2_xanoskey - Xanos's Footlocker key

- Potions

  q3_potion - Potion of Protection from Elements
  x1potionvitality - Potion of Vitality


Plot Item:

  ancientsword - Ancient Sword
  q3_ancient_book - Ancient Tome
  q1hbaby - Baby
  q3_bearhorn - Beastmaster's Horn
  q3_cage_key - Cage Key
  drogansrobes - Drogan's Robes
  elvenhalloftrial - Elven Hall of Trials Key
  elventrapprotect - Elven Trap Protective Helmet
  focuscrystal - Focus Crystal
  q1bcards - Fortune Cards
  q7_banditbook - Garg's Book
  q3_key_chief - Gnoll Chieftain's Key
  q3a_key_jail - Gnoll Jail Key
  q3_elemnote - Goblin Note
  q1cureing3 - Helmthorn Berries
  q3b_token - Magical Token
  xp1_mystrashand - Mystra's Hand
  q1norawedring - Nora's Wedding Ring
  q3_parchments - Parchments
  x1_ice_phylac - Phylactery of Ice
  q1cureing2 - Pieces of Charcoal
  q1bpipersword - Piper's Sword
  q5rodofruler - Rod of Ruler
  q1rumgutkey - Rumgut's Key
  q5a_key_kobold_p - Rusty Key
  q3a_key_slaves - Slave Den Key
  q5_tymo_exit - Stone Key
  q5_deekin_shoe - Stuffed Doll
  x1dragontooth - The Dragon's Tooth
  x1mask - The Mask
  mummifiedhand - The Mummified Hand
  x1towercrystal - The Tower Crystal
  x1tower - The Tower Statue
  q1cureing1 - Tressym Tongue
  q5_tymo_head - Tymofarrar's Head


Weapons:

- Axes

Great
  x1frostbringer - Frost Bringer

Two-Handed
  dor_battleaxe - Dorna's Battleaxe
  q1bguardaxe - Hilltop Guard Axe

- Bladed

Daggers
  q1dhulcdagger - Hurc's Dagger
  q1dhulcdagger1 - Hurc's Dagger
  x0_hen_xan_dag - Xanos's Dagger

Great Swords
  q1practicesword - Practice Sword
  x1tinomen - The Tinoman

Longswords
  x1crusadersblade - Crusader's Blade
  x0_hen_mis_lswrd - Mischa's Longsword

Other
  dee_rapier - Deekin's Rapier

Short Swords
  q1dornasword - Dorna's Short Sword

- Blunts

Clubs
  x1batonoftheholy - Baton of the Holy

Hammers
  x1icegrinder - Ice Grinder

Morningstars
  q1ruralstar - Hurst's Morningstar

- Double-Sided

  walkingstick - Drogan's Walking Stick

- Exotic

  katanaofthenorth - Katana of the North

- Mage-Specific

Rods
  x1rodofmajesty - Ventrue's Rod of Majesty

- Polearms

  x1fleshripper - Flesh Ripper

- Ranged Weapons

Crossbows
  dee_lxbow - Deekin's Crossbow

Longbows
  x1eliaksvengence - Eliak's Vengeance
  q1foot_bow - Valiantheart Longbow
  q1foot_bow002 - Valiantheart Longbow


- Shadows of Undrentide: Interlude

Armor:

- Clothing

  mcloth012 - Greater Adventurer's Robe
  cloth009 - Heurodis' Cape
  cloth011 - Heurodis' Cape
  mcloth002 - Kel-Garas' Robe
  cloth017 - Master Zaar's Outfit
  cloth020 - Master Zaar's Outfit
  cloth022 - Master Zaar's Outfit
  cloth005 - Minister of Ao Tunic
  cloth018 - Undead Monk's Outfit
  cloth024 - Vagabond Rags

- Heavy

  q2_blackarmor - Blackguard Armor
  rusticarmor - Rustic Armor

- Helmets

  q2_blackhel - Blackguard Helmet
  q2_hel_dis - Helmet of Discharge
  rustichelmet - Rustic Helmet

- Light

  x0_hen_dorna_ar1 - Dorna's Armor

- NPC Clothing

  item - Ali's Robe
  aocultistrobe - Ao Cultist Robe
  item003 - Garrick's Outfit
  item004 - Katriana's Outfit
  x0_npc_xan_clo - Xanos' Garb


Miscellaneous:

- Books

  x1tomeofknow - Tome of Worldly Knowledge

- Clothing

Belts
  q3_calianbelt - Calian Belt

Bracers
  xan_bracer - Xanos' Bracers

Cloaks
  cloakofao - Cloak of Ao

- Gems

  it_gem007 - Ruby

- Jewelry

Amulets
  q2_deek_amul - Dragon Tooth Amulet

- Other

  q1a2_dornakey - Dorna's Footlocker key
  it_mthnmisc012 - Lens of Detection
  ointmentofremove - Ointment of Stone to Flesh
  stingerpotiongla - Stinger Poison Gland
  q1a2_xanoskey - Xanos's Footlocker key

- Potions

  q5b_bottle - Wine of Ao


Plot Item:

  q3b_note - A Note
  q2_alrashid1 - Desert's Fury
  q2_alrashid2 - Desert's Fury
  q2_alrashid3 - Desert's Fury
  q2_alrashid4 - Desert's Fury
  drogansrobes - Drogan's Robes
  q3_formcrystal - Formian Crystal
  q5b_idol - Musharak's Idol
  x0_powerstone - Power Stone
  q2_rod_blight - Rod of Blight
  q2_rod_dawn - Rod of Dawn
  q2b_rune - Rune Stone
  q3_sac_blade - Sacrificial Blade
  spellstaff - Spellstaff
  x1towercrystal - The Tower Crystal

</pre><pre id="faqspan-4">
Weapons:

- Axes

Two-Handed
  dor_battleaxe - Dorna's Battleaxe

- Bladed

Daggers
  q2_deek_dagg - Dragon Tooth Dagger
  x0_hen_xan_dag - Xanos's Dagger

Longswords
  holyavenger - Holy Avenger

Other
  wswmsc003 - Ali's Scimitar
  dee_rapier - Deekin's Rapier

Short Swords
  q1dornasword - Dorna's Short Sword
  item002 - Jergal's Claw

- Double-Sided

  walkingstick - Drogan's Walking Stick

- Polearms

  item001 - Talona's Strike

- Ranged Weapons

Crossbows
  dee_lxbow - Deekin's Crossbow


- Shadows of Undrentide: Chapter 2

Armor:

- Clothing

  mod3clothing - Motheaten Robes
  mcloth007 - Robe of Light
  mcloth016 - Shadovar Armor
  mcloth017 - Shadovar Robes
  mcloth015 - Shadow Robes

- Heavy

  aarcl012 - Rusted Plate

- Light

  maarcl073 - Padded Armor +2
  mod3lightarmor - Tattered Leather

- NPC Clothing

  burningmanloincl - Burning Man Loincloth


Miscellaneous:

- Jewelry

Amulets
  amuletofultravis - Amulet of Ultravision


Special:

- Custom 1

  key_crypt_01 - Crypt Key
  item_deadwind - The Dead Wind

- Custom 2

  library_inkwell - Inkwell
  mythalguide - Kabbernacky's Guide to Mythals
  mechanicsflight - Mechanics of Flight
  moldytome - Moldy Tome
  library_pen - Pen
  templerites - Temple of the Winds - Rites and Rituals
  artoflichdom - The Art of Lichdom
  cityofshadows - The City of Shadows
  poetryoffilth - The Poetry of Dagget Filth
  item_wisewind - The Wise Wind

- Custom 3

  portabledoor - Portable Door
  portabledoor2 - Portable Door
  shadowgem - Shadow Gem
  item_darkwind - The Dark Wind

- Custom 4

  winds_01_key - Severed Head
  giantflesh - Shank of Meat

- Custom 5

  golemmakersring - Golem-Maker's Ring
  scarabkey - Scarab Key
  stonekey - Stone Key


Tutorial:

  matron_qtrstaff - Aiedo Wither Stick +2
  matron_dblaxe - Ascorian Double Axe +2
  matron_dblsword - Blade of Corellon
  matron_longsword - Blade of the Gladiator
  matron_rapier - Bleederkin
  matron_dagger - Courtesan Blade
  matron_hvyxbow - Crossbow of Enchantment
  matron_ltxbow - Crossbow of the High Forest
  matron_darts - Dart +4
  matron_bstdsword - Discord
  matron_dblmace - Ebon Dire Mace +2
  matron_ltflail - Flail of Destruction
  matron_lthammer - Forge Fire
  matron_gloves - Gloves of the Hin Fist Masters
  matron_warhammer - Hammer of the Wisp
  matron_spear - Heartwood Spear +2
  matron_scythe - King's Scythe
  matron_hvyflail - Kintharsta
  matron_kukri - Ladymist Talon +2
  matron_katana - Master Li's Way
  matron_longbow - North Wind Bow
  matron_handaxe - Offhand Axe +2
  matron_mace - Petty's Tempest
  matron_grtaxe - Re's Redemption
  matron_grtsword - Shining Light of Lathander
  matron_shuriken - Shuriken +4
  matron_battleaxe - Silvermane's Axe +2
  matron_mornstar - Sleepwalker Kin
  matron_sling - Sling of Force
  matron_shortbow - Tansheron's Bow +2
  matron_sickle - Teneraard's Sickle +2
  matron_club - Tethir-Wood Cudgel
  matron_shrtsword - The Lucky One +2
  matron_kama - Thread of Life +2
  matron_throwaxe - Throwing Axe +4
  matron_scimitar - Ula's Heart
  matron_halberd - Will of Atar +2


Weapons:

- Double-Sided

  shadowsword - Shadow Sword

- Mage-Specific

Staves
  it_novel009 - Staff of Valmaxian

- Ranged Weapons

Longbows
  wbwmln010 - Shadovar Longbow +1


- Hordes of the Underdark: Chapter 1

Armor:

- Clothing

  cloth029 - Argali's Tunic
  cloth005 - Darkfist's Tunic
  mcloth006 - Darklord's Robes
  drowdresstwo - Drow dress Two
  drowhandmaidenro - Drow  Handmaiden Robes
  drowhandmaide001 - Drow Handmaiden Robes, Past
  drowpriestessrob - Drow Priestess Robes
  drowpriestess001 - Drow Priestess Robes, Past
  drowpriestess002 - Drow Priestess Robes, Past Main
  drowrobes - Drow Robes
  mcloth016 - Greater Battle Robe
  mcloth005 - Halaster's Black Cloak
  q2d_halrobe1 - Halaster's Robe
  q2d_halrobe2 - Halaster's Robe
  handmaidendress - Handmaiden Dress
  infdrslkf001 - Infernal Silk Female
  infdrslkm001 - Infernal Silk Male
  x2vampirecloth - Master Adventurer's Robe
  cloth008 - Priest's Robe
  prisonersclothin - Prisoner's Clothing
  cloth006 - Sabine's Tunic
  cloth014 - Tamsil's Tunic
  mcloth003 - Thesta's Robe
  cloth031 - Vagabond Rags

- Heavy

  bloodyplate - Bloody Plate
  maarcl081 - Delphus Plate
  q2_duergplate - Duergar Plate
  infdrpl001 - Infernal Plate
  linurobe01 - Robe of the Night Skies

- Helmets

  it_arhelm002 - Copper Helmet
  q2_duergarhelm - Duergar Battle Helm
  q2_duergarhel001 - Duergar Battle Helm, Red
  infdrhlm1 - Infernal Ceremonial Helm
  x2_helm_008 - Scale Cap

- Light

  infernallthra001 - Infernal Leather A
  infernallthrb001 - Infernal Leather B
  x2drowleath3 - Infernal Leather C
  xp2_tomiarmor001 - Tomi's Armor

- Medium

  q2_duergarchain - Duergar Chain
  infdrchf001 - Infernal Chain Female
  infdrchm001 - Infernal Chain Male
  neverwintermilit - Neverwinter Militia Armor

- NPC Clothing

  drowarmor - Drow Armor
  drowarmor001 - Drow Armor, Past
  cut20_wiz_armor - Drow Wizard Armor, Cutscene 20 (intro)
  cut20_wiz_armor2 - Drow Wizard Armor, lesser, Cutscene 20 (intro)
  cut20_wiz_arm001 - Drow Wizard Armor, maiden, Cutscene 20 (intro)
  graybanarmor1 - Grayban's Armor
  it_creitem148 - Half-Celestial Full Plate
  lordsrobes - Lord's Robes
  matronarmor - Matron Armor

- Shields

Large Shields
  ashmlw003 - Shield of Lies


Miscellaneous:

- Books

  bookoflegends - Worn Book

- Clothing

Boots
  it_mboots012 - Boots of Reflexes +2

Cloaks
  x2cloakbedazzle - Cloak of Bedazzlement
  cloakofthesentry - Cloak of the Sentry

Gauntlet
  gauntletsofbondi - Gauntlets of Bonding

- Jewelry

Amulets
  cravensnecklace - Craven Necklace
  dragontoothamule - Dragon Tooth Amulet
  faerunstears - Faerun's Tears

Rings
  xp2_sharring - Sharwyn's Ring

- Other

  confusiontoy - Confusino Toy
  it_gold003 - Gold Piece
  it_gold004 - Gold Piece
  q2bmagglass - Halaster's Magnifying Glass
  q2c06_key - Key
  it_gold002 - Pile of Gold
  it_msmlmisc012 - Quartz Crystal
  q2cgobkey - Small Key
  q2chobkey - Small Red Key


Plot Item:

  q2cstone - Activation Stone
  alldemonbottle - Djinni Bottle
  bk_note1 - Drow Note
  q2b03fairydust - Fairy Dust
  q2c2_chain_gre - Green Chain
  bk_daelan_bracer - Half-Blood Gloves
  bk_note2 - Inventory Note
  mithril - Mithril
  halasternote - Note
  q2c2_chain_pur - Purple Chain
  q2c2_chain_red - Red Chain
  q2c2_chain_yel - Yellow Chain


Special:

- Custom 1

  x2_it_pkeg - Alchemist's Fire
  q2craksanctumkey - Brass Key
  q2cdrowcomkey - Drow Commander's Key
  koboldfiregrenad - Kobold Fire Grenade
  koboldgrenade - Kobold Grenade
  q2bratseeds - Seeds
  q2bhallofkingkey - Skull Key

- Custom 2

  q2brodblue - Blue Rod
  q2brodgreen - Green Rod
  q2brodred - Red Rod
  q2brodwhite - White Rod
  q2brodyellow - Yellow Rod


Tutorial:

  tickle - tickle


Weapons:

- Ammunition

Arrows
  q2cmarker - Marker Arrow

- Axes

One-Handed
  waxmhn009 - Ice Reaver +1

Two-Handed
  waxmbt006 - Clangeddin's Wayward Axe
  waxmbt012 - Delphus Axe

- Bladed

Daggers
  x2drowdagger - Drow Dagger
  x2drowdagger001 - Drow Dagger
  iw_dagger - Enserric the Dagger
  wswmdg005 - Ice Talon
  wswmdg006 - Leech
  wswmdg007 - Tagget's Talon
  wswmdg010 - Tear Jerker
  wswmdg011 - Tear Jerker
  x2_newdag - Yawning Portal Dagger

Great Swords
  iw_greatsword - Enserric the Greatsword

Longswords
  iw_fakelongsword - Black Longsword
  drowlongsword1 - Drow Longsword +1
  drowlongsword002 - Drow Longsword +2
  drowlongsword3 - Drow Longsword +3
  iw_longsword - Enserric the Longsword

Other
  drowkatana1 - Drow Katana +3

Short Swords
  drowshortsword1 - Drow Short Sword +1
  drowshortswor002 - Drow Short Sword +2
  iw_shortsword - Enserric the Shortsword
  fight002 - Fight
  fright - Fright

- Blunts

Clubs
  wblmcl007 - The Angry Soul

Flails
  wblmfh011 - Heavy Flail +2

Hammers
  graybanaxe - Warhammer +4

Morningstars
  wblmms012 - Star Frost

- Double-Sided

  honoranddeath - Honor and Death

- Exotic

  wspmsc009 - Golden Sickle +1
  it_wpmwhip008 - Matron Whip +7
  q2bs_zombiekama - Zombie Kama

- Mage-Specific

Rods
  x2_rodresurrect - Rod of Resurrection

Staves
  q2bduergarstaff - Duergar Battlestaff
  wmgst004 - Staff of the Magi
  q2dhalstaff - Staff of Valmaxian

- Throwing

  grenade - Grenade


- Hordes of the Underdark: Chapter 2

Armor:

- Clothing

  q4_golemarmor - Adept's Tunic
  mcloth012 - Adventurer's Robe
  q3_monk_robes - Cultist's Outfit
  q3_monk_robes2 - Cultist's Outfit
  q3_monk_robes3 - Cultist's Outfit
  cloth028 - Deva's Robes
  q3_deva_robes - Deva's Robes
  drowdresstwo - Drow dress Two
  q6_jester - Jester's Outfit
  planetararmor - Planetar Armor
  q2amaeviirrobe1 - Priest's Robe
  q2d8robe - Robe
  q2aseerrobe1 - Seer's robe
  q3_cloth020 - Shadow Cultist's Outfit
  x2_dreamrobe - The Robe of the Drow
  q6_wingcloth - Winged Elf CLothing
  q6_wingcloth002 - Winged Elf Clothing
  q6_wingcloth001 - Winged Elf Queen Clothing
  q6_wizardrobe - Wizard's Robe
  q6_wizardrobe001 - Wizard's Robe

- Heavy

  cultknightarmor - Cult Knight Armor
  q7_matronarmo001 - Matron Armor
  q4_merkilsplate - Merkil's Plate
  q4_goldenarmor - Soaring Armor
  maarcl022 - Sodalis' Outfit
  q3_clothes2 - Sodalis' Outfit
  hen_valplate - Valen's Breastplate

- Helmets

  cultknighthelmen - Cult Knight Helment
  ardrowhe003 - Drow Helm
  armhe005 - Eyes of Doom
  infdrhlm1 - Infernal Ceremonial Helm
  q4_merkilshelmet - Merkil's Helmet
  q4_searinghelmet - Searing Helmet

- Medium

  q5_dragon_arm002 - Dragon Armor
  q5_dragon_arm003 - Dragon Armor
  q5_dragon_armor - Dragon Armor
  infdrchf001 - Infernal Chain Female
  infdrchm001 - Infernal Chain Male
  mdrowar025 - Red Assassin Chainmail +3
  q6_sabal_armor - Sabal's Armor

- NPC Clothing

  q2dbluegladrobe - Blue Gladiator Robe
  cut20_wiz_armor - Drow Wizard Armor, Cutscene 20 (intro)
  golemtatters - Golem Tatters
  q2dredgladrobe - Red Gladiator Robe
  q2dredgladrobe2 - Red Gladiator Robe

- Shields

Large Shields
  adrowshl005 - Drow Large Shield +2


Miscellaneous:

- Books

  burnedbook - Burned Book
  q4_labnote002 - Lab Notes
  q4_labnote003 - Lab Notes
  q4_labnote004 - Lab Notes
  q4_labnote01 - Lab Notes
  q3_matronletter - Letter from the Valsharess
  q4_dictionary - Lexicon Arcana
  magicsofgolemenh - Magics of Golem Enhancements
  scripturesofthec - Scriptures of the Created
  theguardianguide - The Guardian Guide
  q3_dracohint - Tome of the Vix'thrite Elders
  q3_vampirehint -  Vix'thrite Tome

- Clothing

Boots
  it_mboots024 - Boots of Hardiness +3
  it_mboots004 - Prismatic Dragon Boots

Cloaks
  it_drowcl003 - Drow Piwafi Cloak

Gauntlet
  q3_monk_gloves - Cultist's Gloves
  q3_monk_gloves2 - Elder Cultist's Gloves
  q3_monk_gloves3 - Elder Cultist's Gloves
  q3_monk_gloves4 - Elder Cultist's Gloves
  it_mglove009 - Gloves of Discipline

- Crafting/Tradeskill Material

  x2_it_bebpoison - Bebilith Poison

- Gems

  blackpearl - Black Pearl
  bk_pearl_ix - Pearl of Bashing
  bk_pearl_tongue - Pearl of Tongues
  soulgem - Soul Gem

- Jewelery

Amulets
  q3_artifact - Crystal of Undeath
  q7_talisman - Talisman of the Valsharess

Rings
  q7_meph_props - Ring of Crimson
  it_mring035 - Ring of Resistance +3

- Other

  golemattractor - Golem Attractor
  q4b_binder - Golem Binder
  q4b_crasher - Golem Crasher
  rope - Rope
  bk_top - Tynan's Top


Plot Item:

  q4b_comp1 - Blue Powder
  q4d_golemamulet - Controlling Amulet
  q4d_golemamulet2 - Controlling Amulet
  q3c_blood - Deva's Blood
  alldemonbottle - Djinni Bottle
  energyorb - Energy Orb
  q4c_ferron_head - Ferron's Head
  q4b_comp5 - Golden Rod
  q4d_golemhead - Golem Head
  q4_gollefthand - Golem Left Hand
  q4_golleftleg - Golem Left Leg
  q4_mach_act - Golem Machine Activator
  q4_golrighthand - Golem Right Hand
  q4_golrightleg - Golem Right Leg
  golemseal - Golem Seal
  q4_golemtorso - Golem Torso
  q4_power_source - Golems' Power Source
  q2amaeviirkey - House Maevir Signet Ring
  lowercryptkey - Lower Crypt Key
  q4b_comp4 - Magical Crystal
  q6_compass - Merchant's Compass
  q6_mirror - Mirror of All-Seeing
  q6_shard - Mirror Shard
  q4b_comp6 - Mithral Statue
  q3c_entry_key - Monk's Key
  nullifierrod - Nullifier Rod
  q5_obeliskscore - Obelisk's Core
  q6c_potion - Potion of Sight Warding
  q4b_comp2 - Red Powder
  q3_woodstake - Splintered Wood
  q5_stoneslab - Stone Slab
  q6e_cure - Talona's Antidote
  q4b_comp3 - Yellow Powder


Special:

- Custom 1

  x2_it_pkeg - Alchemist's Fire
  q2amaechain - Maeviir Chain
  q2amaeplate - Maeviir Plate
  q2arebchain - Rebel Chain
  q2arebplate - Rebel Plate

- Custom 2

  q2arebleadhelm - Drow Rebel Squad Leader Helm

- Custom 4

  q2dmentalshield - Helm of Shielding
  nath_cloak - Nathyrra's Cloak
  q2d5cellkey - Prison Master Key


Weapons:

- Ammunition

Arrows
  q6_wammar009 - Poison Arrow

Bolts
  q3_neg_bolts - Bolt of Negative Energy

- Axes

Great
  q2d2bluegladaxe - Blue Gladiator Axe

- Bladed

Bastard Swords
  wswmbs009 - Bloodletter

Great Swords
  q3_shadow_blade - Blade of Shadows

Longswords
  q6_rasowrd - Red Assassin Longsword +3

Other
  wswmrp005 - Deathslayer
  q6_rarappier - Red Assassin Rapier +3

Short Swords
  q6_wswmss008 - Short Sword of Quickness
  wswmss003 - Unmaking

- Blunts

Flails
  hen_valflail - Devil's Bane
  q6_raflail - Red Assassin Light Flail +3
  q6_sabal_flail - Sabal's Flail
  wblfh002 - Will of Lloth

Hammers
  q4_merkilshammer - Merkil's Hammer

Maces
  q3_dist_mace - Lavoera's Wrath
  wblmml006 - Mace of Disruption +3

- Double-Sided

  q5_anduvir - Anduvir
  q2d2redgladsword - Red Gladiator Sword
  q2d2redsword2 - Red Gladiator Sword
  q6_staffascen - Staff of Ascension

- Exotic

  hatred - Hatred
  strife - Strife
  q8_matron_whip - Will of Lloth

- Mage-Specific

Rods
  q3_rod_fire - Rod of Fire

Staves
  q3_armand_staff - Staff of Sodalis

- Polearms

  q2a_teb_scythe - Tebimar's Scythe

- Ranged Weapons

Crossbows
  q2atrainingcross - Basic Training Crossbow

Shortbows
  wbwmsh003 - Assanti


- Hordes of the Underdark: Chapter 3

Armor:

- Clothing

  cloth028 - Adept's Robe
  q4_golemarmor - Adept's Tunic
  deadarmor - Dead Armor
  cloth016 - Fallen Mage's Outfit
  mcloth005 - Gargamesh's Robe
  gatekeepersrobe - Gatekeeper's Robe
  githzeraistrappi - Githzerai Strapping
  loincloth - Loincloth
  qx_monk_robes - Master Robes of the Old Order
  qx_balph_robe - Robe of Balpheron
  mcloth004 - Robe of the Demon Lord
  cloth029 - Scibe's Tunic
  q2aseerrobe1 - Seer's Robe
  githzeraistra001 - Sensei Strapping
  mcloth003 - Thesta's Robe

- Heavy

  hx_ari_armor - Aribeth's Armor
  hx_ari_armor001 - Aribeth's Armor
  bloodplate - Blood Plate
  aarcl015 - Half Plate
  maarcl055 - Knower Armor
  linurobe01 - Robe of the Night Skies

- Helmets

  it_adahelm001 - Adamantine Helm
  yj_head - Devil's Head
  helmofrighteousn - Helm of Righteousness
  infdrhlm1 - Infernal Ceremonial Helm

- Light

  bardsbarding - Bard's Barding
  item - Bard's Barding
  qx_inv_death - Invisible Death
  qx_inv_death001 - Invisible Death
  robeofleathers - Robe of Leathers
  xp2_tomiarmor001 - Tomi's Armor
  aarcl010 - Wizard Cloak

- Medium

  infdrchm001 - Infernal Chain Male

- NPC Clothing

  yj_devil_armor - Devil Warrior's Armor

- Shields

Large Shields
  ashmlw003 - Aribeth's Shield
  ashmlw006 - Demonflesh Shield


Miscellaneous:

- Clothing

Belts
  sashofsearing - Sash of Searing

Cloaks
  hx_worg_cloak - Ragged Cloak of the Worg
  shroudofkings - Shroud of Kings

- Jewelry

Amulets
  dragontoothamule - Dragon Tooth Amulet
  qx_amulet2 - Epic Amulet of Health
  qx_talisman - Talisman of Ultimate Evil
  q4a_heal_item - Warding Amulet

- Other

  q4a_bucket_m - Bucket with Magic Water
  cheat_belt - cheat_belt
  q4a_morph - Crystal of Form Fooling
  grapple_hook - Demonic Grappling Hand
  it_msmlmis002 - Dragon Blood
  q4a_bucket - Empty Bucket
  q4a_rusty - Rusted Copper Key
  q4a_box_key - Small Stone Key
  q4a_water_breath - Sponge Spores
  gargoyle_ear - Stone Gargoyle Ear
  torchoftheveloxb - Torch of the Velox Berry
  q4a_heal_leaves - Velox Leaf
  q4a_water_mold - Water Mold

- Potions

  hx_berry_potion - Velox Potion


Plot Item:

  q4d_golemamulet2 - Controlling Amulet
  hx_ringpiece_2 - 'F' - A Piece of the Sleeping Man's Ring
  hx_mimic_gem - Gem Pile
  hx_ringpiece_1 - 'H' - A Piece of the Sleeping Man's Ring
  hx_ringpiece_3 - 'L' - A Piece of the Sleeping Man's Ring
  hx_puzzle_ring - Puzzle Ring
  x2_p_reaper - Relic of the Reaper
  hx_abandon_key - Small Silver Key
  hx_fire_berries - Velox Berry


Special:

- Custom 1

  hx_fireden_ring - Band of Fire and Frost
  hx_guard_note2 - Bloodied Note
  h2_gruul_artifac - Gru'ul's Bracer
  q2amaechain - Maeviir Chain
  q2arebchain - Rebel Chain
  scavengerratbone - Scavenger Rat Skull
  hx_guard_note3 - Scrawled Note
  hx_guard_note1 - Tattered Note

- Custom 2

  h2_mystery4clue - Dream Journal, Vol. I
  h2_senseiamulet - Sensei's Amulet
  h2_trumpet - Trumpet of Pandemonium


Weapons:

- Ammunition

Bolts
  qx_bolts - Bolt of Dispelling

- Axes

Great
  qx_slasher - Slasher of Koth

- Bladed

Bastard Swords
  yj_bastard - Brimstone
  hx_bastard_sword - Caniam Cathix

Daggers
  qx_bloodsucker - Bloodsucker
  wswmdg008 - Firestarter

Great Swords
  wswmgs004 - Giant's Sword

Longswords
  wswmls005 - Frost Giant Blade

Other
  qx_sting - Devil's Sting
  wswmka007 - Radiant Death

- Blunts

Flails
  wblmfl006 - Foundation +8

Hammers
  wblmhw005 - Hammer of The Glacier

Morningstars
  qx_nemesis - Nemesis

- Mage-Specific

Staves
  qx_staff - Staff of Balpheron
  it_novel009 - Staff of Fire

- Polearms

  wplmss003 - Ranseur

- Ranged Weapons

Shortbows
  mightybowofbaato - Black Bow of Baator

- Throwing

  wthmdt006 - Frost Dart


*******************************************************************************
* FULL ITEM LIST
*******************************************************************************

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ CLOTHING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

nw_cloth027 - Adept's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: None
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Feats Required: None
  Base Item: Armor
  Weight: 1.0


nw_mcloth011 - Adventurer's Robe

  Former Royal Magician Vangerdahast to King Azoun IV of Cormyr was once an
  accomplished adventurer of high fame. One reason he became popular in
  wizardly circles was his creation of the Adventurer's Robe. Mages have
  always struggled with the limitations placed on them by the ability to cast
  arcane magics. These robes give the mage an edge in surviving encounters
  with melee fighters by being able to absorb some damage from hits.

  Base Armor Class: 0
  Maximum Dexterity Bonus: None
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Feats Required: None
  Base Item: Armor
  Weight: 1.0

  Special Properties:
  Damage Reduction: +1 Soak 5 Damage
  Only Useable By: Sorcerer
  Only Useable By: Class: Wizard


nw_cloth017 - Assassin's Garb

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: None
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Feats Required: None
  Base Item: Armor
  Weight: 1.0


nw_cloth015 - Barbarian's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: None
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Feats Required: None
  Base Item: Armor
  Weight: 1.0


nw_cloth021 - Bard's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: None
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Feats Required: None
  Base Item: Armor
  Weight: 1.0


nw_mcloth004 - Black Robe of the Archmagi

  Like many evil items, these robes are fashioned in great numbers by the
  Zhentarim and their minions. They are found far and wide across the Realms,
  and the more hands they touch, the more influence the Zhents enjoy.

  Base Armor Class: 0
  Maximum Dexterity Bonus: None
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Feats Required: None
  Base Item: Armor
  Weight: 1.0

  Special Properties:
  Armor Bonus +5 (AC Armor Modifier)
  Bonus Feat: Spell Penetration
  Saving Throw Throws: Universal +1
  Only Useable By: Evil
  Only Useable By: Sorcerer
  Only Useable By: Wizard
  Spell Resistance: 10


x2_cloth008 - Cleric's Robe (Hordes of the Underdark)

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth022 - Commoner's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth024 - Commoner's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth012 - Conjurer's Robe

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


x2_mduerar010 - Duergar Mage Robe (Hordes of the Underdark)

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +1
  Damage Resistance: Cold Resist 15 / -


nw_cloth011 - Gladiator's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_mcloth014 - Greater Battle Robe

  Sick to death of hearing about the prowess of mages like Elminster,
  Blackstaff, and the Red Wizards of Thay; Klaphen Fortier, a powerful, but
  relatively unknown wizard, created these robes to bolster young spellcasters
  across the realms. His hope was that youthful and unscrupulous mages might
  be encouraged to challenge more powerful wizards in hopes of making a name
  for themselves. Rumor has it that Klaphen died in an accident of spectacular
  proportions, when 56 lightning bolts and numerous large meteors struck his
  tower.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus vs. Alignment Group: Evil +2
  Light Low (10m) Purple
  Skill Bonus: Concentration +3
  Skill Bonus: Spellcraft +3
  Spell Resistance 14
  Use Limitation: Class: Sorcerer
  Use Limitation: Class: Wizard


nw_mcloth003 - Grey Robe of the Archmagi

  While garments like this have been found in almost every culture with a
  strong contingent of spellcasters, this example and most others in the
  Neverwinter area are believed to have originated within Ulcaster's School of
  Wizardry. The school presented no bias in its teachings, and hosted casters
  from all across the Sword Coast until its destruction some 200 years ago.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +5
  Bonus Feat: Spell Penetration
  Saving Throw Bonus: Universal +1
  Spell Resistance 10
  Use Limitation: Class: Sorcerer
  Use Limitation: Class: Wizard
  Use Limitation: Specific Alignment: Chaotic Neutral
  Use Limitation: Specific Alignment: Lawful Neutral
  Use Limitation: Specific Alignment: True Neutral


nw_cloth020 - Illusionist's Robe

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_mcloth016 - Improved Robes of the Old Order

  Whatever the motives of the Monks of the Old Order might be, no one doubts
  that they are keenly, defensively minded. Rumor has it that the masters of
  the order attain ranks by being able to survive a beating by an Ogre,
  without ever raising a hand in defense. True or not, these robes, produced
  by the order to fund monasteries, are the trade mark of any monk who would
  survive in the frontlines of combat, against an enemy clad in armor.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +2
  Damage Reduction: +1 Soak 5 Damage
  Use Limitation: Class: Monk


nw_cloth014 - Jester's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_mcloth013 - Mage's Battle Robe

  Sick to death of hearing about the prowess of mages like Elminster,
  Blackstaff, and the Red Wizards of Thay; Klaphen Fortier, a powerful, but
  relatively unknown wizard, created these robes to bolster young spellcasters
  across the realms. His hope was that youthful and unscrupulous mages might
  be encouraged to challenge more powerful wizards in hopes of making a name
  for themselves. Rumor has it that Klaphen died in an accident of spectacular
  proportions, when 56 lightning bolts and numerous large meteors struck his
  tower.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Light Low (10m) Purple
  Skill Bonus: Concentration +2
  Skill Bonus: Spellcraft +2
  Spell Resistance 10
  Use Limitation: Class: Sorcerer
  Use Limitation: Class: Wizard


nw_mcloth012 - Master Adventurer's Robe

  Former Royal Magician Vangerdahast to King Azoun IV of Cormyr was once an
  accomplished adventurer of high fame. One reason he became popular in
  wizardly circles was his creation of the Adventurer's Robe. Mages have
  always struggled with the limitations placed on them by the ability to cast
  arcane magics. These robes give the mage an edge in surviving encounters
  with melee fighters by being able to absorb some damage from hits.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Damage Reduction: +3 Soak 10 Damage
  Use Limitation: Class: Sorcerer
  Use Limitation: Class: Wizard


nw_cloth016 - Monk's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth026 - Necromancer's Robe

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth018 - Nobe Guardsman Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth003 - Noble Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth028 - Noble's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth010 - Paladin's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth002 - Performer's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth007 - Priest's Robe

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_mcloth007 - Robe of Acid Resistance

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Damage Resistance: Acid Resist 15 / -


nw_mcloth008 - Robe of Cold Resistance

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Damage Resistance: Cold Resist 15 / -


nw_mcloth010 - Robe of Electrical Resistance

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Damage Resistance: Electrical Resist 15 / -


nw_mcloth009 - Robe of Fire Resistance

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Damage Resistance: Fire Resist 15 / -


nw_mcloth006 - Robe of Light

  Made from a fine silk, this robe seems to have a permanent aura of light
  around it.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Light Normal (15m) White


nw_mcloth001 - Robe of Vecna

  One of several items associated with the ancient lich, robes of this sort
  pale in comparison to the power of the better known and unique Eye or Hand
  of Vecna. Still, simply being kept in his presence was enough to impart
  substantial magical energies.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +1
  Bonus Feat: Spell Focus (Abjuration)
  Bonus Feat: Spell Focus (Conjuration)
  Bonus Feat: Spell Focus (Enchantment)
  Bonus Feat: Spell Focus (Evocation)
  Bonus Feat: Spell Focus (Illusion)
  Bonus Feat: Spell Focus (Necromancy)
  Spell Resistance 10
  Use Limitation: Class: Sorcerer
  Use Limitation: Class: Wizard


nw_mcloth017 - Robes of the Dark Moon

  When she was a young student in the monastery of the Dark Moon monks, Beyl
  Van Yoren's teachers would constantly urge her to move faster and faster.
  They were finally appeased, when she suddenly began to be able to hit them
  four shots for every one of theirs. Despite her speed, Beyl found she had
  trouble concentrating on lessons, usually because she was moving so much
  faster than everyone else, that she would often grow bored and restless.
  Eventually she gave up the robes and the monastery to go and live with the
  wizard, whom she had traded 'personal favors' with for months, to earn the
  robes.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Decreased Skill Modifier: Concentration -1
  Haste
  Use Limitation: Class: Monk


nw_mcloth015 - Robes of the Old Order

  Whatever the motives of the Monks of the Old Order might be, no one doubts
  that they are keenly, defensively minded. Rumor has it that the masters of
  the order attain ranks by being able to survive a beating by an Ogre,
  without ever raising a hand in defense. True or not, these robes, produced
  by the order to fund monasteries, are the trade mark of any monk who would
  survive in the frontlines of combat, against an enemy clad in armor.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  Damage Reduction: +1 Soak 5 Damage
  Use Limitation: Class: Monk


nw_mcloth018 - Robes of the Shining Hand +1

  The Shining Hand Monastery in Vaasa has made an impressive reputation, and a
  small fortune, designing these robes. Demand has spread across many nations,
  such that different variations on the similar robes keep the monks hard at
  work. The robes increase a monk’s senses to such a degree that she can focus
  on her opponent and move her body to absorb blows. One drawback to these
  robes is that they make the wearer supersensitive to noise. Even in the
  quiet rooms of the monastery the wearer would have a hard time
  distinguishing between the snoring of a brother down the hall and the
  scuttling of a rat under his bed.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +1
  Decreased Skill Modifier: Listen -1
  Use Limitation: Class: Monk


nw_mcloth019 - Robes of the Shining Hand +2

  The Shining Hand Monastery in Vaasa has made an impressive reputation, and a
  small fortune, designing these robes. Demand has spread across many nations,
  such that different variations on the similar robes keep the monks hard at
  work. The robes increase a monk’s senses to such a degree that she can focus
  on her opponent and move her body to absorb blows. One drawback to these
  robes is that they make the wearer supersensitive to noise. Even in the
  quiet rooms of the monastery the wearer would have a hard time
  distinguishing between the snoring of a brother down the hall and the
  scuttling of a rat under his bed.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +2
  Decreased Skill Modifier: Listen -1
  Use Limitation: Class: Monk


nw_mcloth020 - Robes of the Shining Hand +3

  The Shining Hand Monastery in Vaasa has made an impressive reputation, and a
  small fortune, designing these robes. Demand has spread across many nations,
  such that different variations on the similar robes keep the monks hard at
  work. The robes increase a monk’s senses to such a degree that she can focus
  on her opponent and move her body to absorb blows. One drawback to these
  robes is that they make the wearer supersensitive to noise. Even in the
  quiet rooms of the monastery the wearer would have a hard time
  distinguishing between the snoring of a brother down the hall and the
  scuttling of a rat under his bed.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +3
  Decreased Skill Modifier: Listen -1
  Use Limitation: Class: Monk


nw_mcloth021 - Robes of the Shining Hand +4

  The Shining Hand Monastery in Vaasa has made an impressive reputation, and a
  small fortune, designing these robes. Demand has spread across many nations,
  such that different variations on the similar robes keep the monks hard at
  work. The robes increase a monk’s senses to such a degree that she can focus
  on her opponent and move her body to absorb blows. One drawback to these
  robes is that they make the wearer supersensitive to noise. Even in the
  quiet rooms of the monastery the wearer would have a hard time
  distinguishing between the snoring of a brother down the hall and the
  scuttling of a rat under his bed.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +4
  Decreased Skill Modifier: Listen -1
  Use Limitation: Class: Monk


nw_mcloth022 - Robes of the Shining Hand +5

  The Shining Hand Monastery in Vaasa has made an impressive reputation, and a
  small fortune, designing these robes. Demand has spread across many nations,
  such that different variations on the similar robes keep the monks hard at
  work. The robes increase a monk’s senses to such a degree that she can focus
  on her opponent and move her body to absorb blows. One drawback to these
  robes is that they make the wearer supersensitive to noise. Even in the
  quiet rooms of the monastery the wearer would have a hard time
  distinguishing between the snoring of a brother down the hall and the
  scuttling of a rat under his bed.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +5
  Decreased Skill Modifier: Listen -1
  Use Limitation: Class: Monk


nw_cloth004 - Rogue's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth019 - Soldier's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth008 - Sorcerer's Robe

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth013 - Squire's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth009 - Urchin Rags

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth023 - Vagabond Rags

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth006 - Veteran's Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth025 - Warrior's Tunic

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_mcloth002 - White Robe of the Archmagi

  Most items of this type bear markings associated with one or more deities of
  good and order. Likely these are an attempt to encourage moral behavior
  among spellcasters, rewarding those who manage their power in responsible
  ways instead of lording their ability over others.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0

  AC Bonus +5
  Bonus Feat: Spell Penetration
  Saving Throw Bonus: Universal +1
  Spell Resistance 10
  Use Limitation: Alignment Group: Good
  Use Limitation: Class: Sorcerer
  Use Limitation: Class: Wizard


nw_cloth005 - Wizard's Robe

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


nw_cloth001 - Woodsman Outfit

  Piecemeal or complete armors of this grade are meager protection, no better
  than garments made of cloth or even rags.

  Base Armor Class: 0
  Maximum Dexterity Bonus: 100
  Armor Check Penalty: 0
  Arcane Spell Failure: 0%
  Base Item: Armor
  Weight: 1.0


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ HEAVY ARMOR
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

nw_maarcl021 - Armor of Comfort

  The interlocking plates, greaves, and gauntlets of this armor appear heavy
  and cumbersome to wear. However, once the armor is donned it feels as
  comfortable and light as a well-tailored tunic. The armor also exudes a
  faint scent of lavender to cover up any unseemly warrior odors.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +2
  Base Item Weight Reduction 20% of Weight
  Skill Bonus: Heal +2


nw_maarcl054 - Armor of Freedom

  After his escape from magical imprisonment, the warrior-priest Archiel vowed
  he would never again be captured by sorcery. He devoted years to forging
  these suits of armor for himself and his companions, but ironically was
  waylaid by mundane means, and died chained to the wall of an ordinary cell.

  Base Armor Class: 8
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -8
  Arcane Spell Failure: 45%
  Base Item: Armor
  Weight: 50.0

  AC Bonus +3
  Freedom of Movement


nw_maarcl025 - Balduran's Armor

  No one really knows what fate befell Balduran, the founder of Baldur's Gate,
  but people never grow tired of speculating. When his personal armor was
  found on the Sword Coast - supposedly recovered and sold by a group of
  adventurers - it only served to spark interest in him once again, and
  several copies of the suit were made to accommodate collectors and
  historians. In this way, it could be said, Balduran obtained a measure of
  immortality.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 40%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  Ability Bonus: Charisma +3
  AC Bonus +2
  Regeneration +1


nw_aarcl011 - Banded Mail

  Piecemeal or complete armors of this type offer protection that is equal to
  banded or splint mail.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0


nw_maarcl051 - Banded Mail +1

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +1


nw_maarcl064 - Banded Mail +2

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +2


nw_maarcl076 - Banded Mail +3

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +3


nw_maarcl028 - Blue Dragon Armor

  The year of the Dracorage (1018 DR) brought great destruction to the
  Heartlands, but not just to the besieged residents. Dragons also fell, their
  enormous corpses like surreal punctuation on the battlefields. In the
  aftermath, scavengers took weapons and equipment from the dead, and the
  hides of the great beasts as well. Several suits of Blue Dragon Armor were
  created, but the makers remain as anonymous as the dragons whose scales were
  stripped.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +4
  Base Item Weight Reduction 80% of Weight
  Damage Resistance: Electrical Resist 20 / -


nw_maarcl042 - Copper Dragon Armor

  This suit is crafted from the scales of a mature copper dragon, though most
  smiths refuse to work with the hides of these good-aligned creatures. A
  previous owner claimed that the dragon perished while fighting evil, and he
  reluctantly commissioned the suit as a tribute to its noble sacrifice.
  Several dragons have wondered aloud if this defense would excuse them
  wearing the hides of humanoid heroes. They suspect not.

  Base Weight: 50.0
  Armor Class: 9
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +3
  Base Item Weight Reduction 60% of Weight
  Damage Resistance: Acid Resist 20 / -


nw_maarcl024 - Delver's Armor

  Every profession has its hazards, and stonemasonry is no different. The
  dwarves of the delvers' guild are often attacked while they work stone by
  goblins, trolls, and beasts that are best not spoken of. As protection, the
  guild has created armor for their members from the hides of goblins, trolls,
  and beasts best not spoken of.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 40%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +2
  Saving Throw Bonus: Universal +2


nw_maarcl022 - Elven Ceremonial Armor

  Armor such as this has been the traditional battle vestment of surface elves
  for generations, and that is a very long time. While many troops might
  prefer the lighter elven chainmail for combat, these ceremonial armors are
  still potent protection.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 40%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +1
  Bonus Feat: Spell Focus (Conjuration)
  Bonus Feat: Spell Focus (Divination)
  Bonus Feat: Spell Focus (Enchantment)
  Bonus Feat: Spell Focus (Evocation)


nw_maarcl029 - Enkidu's Armor

  The first example of this item was created for Enkidu, a famed warrior of
  Kara-Tur. None dared challenge him in fair combat, but he was often subject
  to sneak attacks from assassins, ninjas, and wu-jen. His armor was designed</pre><pre id="faqspan-5">
  to prevent such cowardly action from succeeding, protecting the wearer as
  well as the honor of the attacker who would otherwise shame himself. Copies
  have been made, though they vary in power when compared to the original.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +1
  Damage Resistance: Piercing Resist 5 / -
  Damage Resistance: Slashing Resist 5 / -


nw_aarcl007 - Full Plate

  Piecemeal or complete armors of this type offer protection equivalent to a
  suit of full plate armor.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1


nw_maarcl053 - Full Plate +1

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +1


nw_maarcl068 - Full Plate +2

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +2


nw_maarcl080 - Full Plate +3

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +3


nw_maarcl026 - Gnomish Magnetic Armor

  Like so many gnome inventions, this marvel of ingenuity had its origin in a
  profoundly stupid idea. Engineers needed a way to clean up the tacks that
  were cluttering the floor of their workshop. In their effort to create a
  field that repelled metal (thus sweeping the tacks into the corners), they
  instead discovered a field that repelled magic. Once they got over their
  disappointment, they began mass-producing the suits and selling them to
  their neighbors.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 40%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +1
  Spell Resistance 12


nw_aarcl006 - Half Plate

  Piecemeal or complete armors of this type grant protection on par with
  half-plate.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 49%
  Armor Check Penalty: -7
  Max Dex Bonus: 1


nw_maarcl052 - Half Plate +1

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 49%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +1


nw_maarcl069 - Half Plate +2

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 49%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +2


nw_maarcl081 - Half Plate +3

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 49%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +3


nw_maarcl041 - Mithral Splint Mail

  Close examination shows that these masterpieces of silvery metal share many
  elements, but none bears an identifiable maker's mark. This is less
  surprising than it might seem, since the more reclusive of master craftsmen
  often forego any public recognition, if only to keep charity cases knocking
  their doors off their hinges.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +4
  Base Item Weight Reduction 40% of Weight


nw_maarcl020 - Rainbow Armor

  Armor of this type is not for those who wish to remain anonymous. More often
  it is associated with tales of the vain, and bards have even crafted songs
  about the appearance of 'rainbow warriors' on a battlefield. The protective
  quality of the multihued surface is undeniable, but it is unfortunate that
  the mage who crafted these items was colorblind.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +1
  Damage Resistance: Cold Resist 10 / -
  Damage Resistance: Electrical Resist 10 / -
  Damage Resistance: Fire Resist 10 / -


nw_maarcl027 - Red Dragon Armor

  Nothing excites awe and envy like a suit of Red Dragon Armor, but such
  notoriety also has its downside. These suits are magnets for thieves, and
  worse, they draw the attention of vengeful dragons wherever the owner
  travels.

  Base Weight: 50.0
  Armor Class: 8
  Armor Type: Armor
  Arcane Spell Failure: 45%
  Armor Check Penalty: -8
  Max Dex Bonus: 1

  AC Bonus +5
  Base Item Weight Reduction 80% of Weight
  Damage Resistance: Fire Resist 20 / -


nw_maarcl059 - Scales of Truth +1

  This suit bears the mark of the dwarf Marrok, Master Blacksmith of
  Neverwinter's Shining Knight Arms and Armor. He forged it early in 1373 DR,
  to aid the heroes who sought to free his quarantined city from the virulent
  grasp of the so-called Wailing Death.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +1
  Cast Spell: See Invisibility (3) 1 Use/Day
  Saving Throw Bonus: Specific: Fortitude +1


nw_maarcl062 - Scales of Truth +3

  This suit bears the mark of the dwarf Marrok, Master Blacksmith of
  Neverwinter's Shining Knight Arms and Armor. He forged it early in 1373 DR,
  to aid the heroes who sought to free his quarantined city from the virulent
  grasp of the so-called Wailing Death.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +3
  Cast Spell: See Invisibility (3) 2 Uses/Day
  Saving Throw Bonus: Specific: Fortitude +2


nw_maarcl063 - Silberbone Armor +2

  This suit bears the mark of the dwarf Barun, a Master Blacksmith who worked
  from a makeshift forge in the Uthgardt village of Beorunna's Well. He forged
  it late in 1373 DR, to aid the war effort against Lady Aribeth the Betrayer,
  who was then marching against the northern city of Neverwinter and the
  Lords' Alliance.

  Base Weight: 50.0
  Armor Class: 7
  Armor Type: Armor
  Arcane Spell Failure: 40%
  Armor Check Penalty: -7
  Max Dex Bonus: 1

  AC Bonus +2
  Damage Reduction: +1 Soak 15 Damage


nw_aarcl005 - Splint Mail

  Piecemeal or complete armors of this type offer protection that is equal to
  banded or splint mail.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0


nw_maarcl050 - Splint Mail +1

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +1


nw_maarcl074 - Splint Mail +2

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +2


nw_maarcl086 - Splint Mail +3

  This magic armor grants additional protection to its wearer, but it doesn't
  bear the hallmarks of any specific maker.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +3


nw_maarcl018 - White Dragon Armor

  White Dragon Armor is lightweight, strong, and highly resistant to cold.
  These suits are much sought after, but few smiths are willing to craft them.
  The necessary materials are rare and dangerous to acquire, and dragons have
  long memories where their kin are concerned. Most smiths would prefer not to
  even risk association with the trade in dragon hide.

  Base Armor Class: 6
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 45.0

  AC Bonus +3
  Base Item Weight Reduction 80% of Weight
  Damage Resistance: Cold Resist 20 / -


nw_maarcl060 - Whitebone Armor +2

  This suit bears the mark of the dwarf Marrok, Master Blacksmith of
  Neverwinter's Shining Knight Arms and Armor. He forged it early in 1373 DR,
  to aid the heroes who sought to free his quarantined city from the virulent
  grasp of the so-called Wailing Death.

  Base Armor Class: 7
  Maximum Dexterity Bonus: 1
  Armor Check Penalty: -7
  Arcane Spell Failure: 40%
  Base Item: Armor
  Weight: 50.0

  AC Bonus +2


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ HELMETS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

nw_armhe010 - Golden Circlet

  Creatures that attack the mind are the stuff of nightmares, so it is not
  surprising that items protecting against them might acquire some of their
  disrepute. Golden Circlets, for example, have been linked to a claim that
  when the drow first retreated underground they fed on intellect devourers,
  and that eating such a creature without wearing a circlet produced a mind
  flayer. This is all, of course, nothing more than superstitious tavern talk.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Immunity: Miscellaneous: Mind-Affecting Spells
  Saving Throw Bonus: Specific: Will +1
  Skill Bonus: Concentration +1
  Spell Resistance 10


nw_armhe012 - Greater Mask of Persuasion

  In his battle to deflect the attentions of the god Mask, the drow deity of
  thievery, Vhaeraun, granted his followers the knowledge to create these
  helms. These special helms not only mask the faces of his followers, but
  they make infiltration into enemy camps, such as the Church of Mask, far
  easier. With these helms, Vhaeraun's dedicated followers are some of the
  most effective and deadly spies in the realm.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Ability Bonus: Charisma +2
  Light Low (10m) Yellow
  Skill Bonus: Concentration +1
  Skill Bonus: Persuade +5


nw_arhe004 - Horse Hair Helmet

  While offering no additional protection, helmets do come in a variety of
  styles.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0


nw_armhe011 - Mask of Persuasion

  In his battle to deflect the attentions of the god Mask, the drow deity of
  thievery, Vhaeraun, granted his followers the knowledge to create these
  helms. These special helms not only mask the faces of his followers, but
  they make infiltration into enemy camps, such as the Church of Mask, far
  easier. With these helms, Vhaeraun's dedicated followers are some of the
  most effective and deadly spies in the realm.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Ability Bonus: Charisma +1
  Light Low (10m) Yellow
  Skill Bonus: Concentration +1
  Skill Bonus: Persuade +3


nw_it_novel004 - Moonstone Mask

  Named after the storied Moonstone Mask of Neverwinter, these helmets were
  worn to aid the "women of the Mask" in their defense. Each of these masks
  heighten the senses of the wearer, making it near-impossible for even the
  cleverest of thieves to steal their way past a guardian so equipped.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Darkvision
  Skill Bonus: Concentration +1
  Skill Bonus: Listen +5
  Skill Bonus: Search +5
  Skill Bonus: Spot +5


nw_arhe001 - Pot Helmet

  While offering no additional protection, helmets do come in a variety of
  styles.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0


nw_armhe008 - Shukenja Helm

  The Shukenja are a monastic order known for their subtlety and magic power.
  Though rank-and-file brothers fight with a staff and wear no armor, elite
  members of the order are known to wear Shukenja Helms into battle to augment
  their sorcerous abilities. Over the years these monks have spread through
  the Realms, and today many of their helms can be found in the hands of the
  order's allies and enemies.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Bonus Spell Slot of Level: Sorcerer Level 0
  Bonus Spell Slot of Level: Sorcerer Level 1
  Bonus Spell Slot of Level: Sorcerer Level 2
  Bonus Spell Slot of Level: Sorcerer Level 3
  Skill Bonus: Concentration +1


nw_arhe002 - Spike Helmet

  While offering no additional protection, helmets do come in a variety of
  styles.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0


nw_arhe005 - Stag Helmet

  While offering no additional protection, helmets do come in a variety of
  styles.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0


nw_armhe009 - Thayvian Circlet

  Thayvian Circlets were created by the Red Wizards to help them fend off the
  aggressive Luskan Brotherhood. Though designed only to augment spellcasting
  abilities, they have the additional benefit of improving the wearer's
  hardiness, reflexes, and willpower. Since their introduction, the conflict
  between the two groups has been markedly restrained.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Ability Bonus: Intelligence +2
  Saving Throw Bonus: Universal +1
  Skill Bonus: Concentration +1


nw_armhe007 - Thieves' Hood

  Bards and rogues alike are known to reminisce on "the glory days," and the
  stories of an ancient guild so magnificent it outfitted even its lowliest
  members with the most incredibly wondrous wares. Though there is little
  contained in historical documents to verify such a golden age, the
  occasional discovery of one of these Thieves' Hoods is enough to keep the
  tale in circulation.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Immunity: Miscellaneous: Knockdown
  Immunity: Miscellaneous: Poison
  Skill Bonus: Concentration +1
  Skill Bonus: Open Lock +2
  Skill Bonus: Search +2
  Use Limitation: Class: Rogue


nw_armhe006 - Watchman's Helm

  It is unclear if these magic headpieces were created by clerics of Helm, god
  of guardians, or if they acquired their name by a more convenient
  circumstance. Whatever the case, they are highly prized by guards and
  sentries. All cast a visible glow of one sort or another, and many magically
  hone the wearer's senses. Needless to say, rogues have also taken to wearing
  them, proving the old proverb that 'what's good for the goose is good for
  the gander.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0

  Light Low (10m) Blue
  Skill Bonus: Listen +8
  Skill Bonus: Search +8
  Skill Bonus: Spot +8


nw_arhe003 - Winged Helmet

  While offering no additional protection, helmets do come in a variety of
  styles.

  Base Weight: 2.0
  Armor Class: 0
  Armor Type: Deflection
  Arcane Spell Failure: 0%
  Armor Check Penalty: 0


*******************************************************************************
* SPECIAL THANKS
*******************************************************************************

DSimpson - For allowing me to use his basic FAQ layout for this item FAQ.

BioWare Corp./Infogames - For making the great game that is Neverwinter Nights.

GameFAQs - For hosting this FAQ.

GameFAQs Message Boards - For giving me support and introducing me to
dm_spawnitem in the first place.


*******************************************************************************
* COPYRIGHT
*******************************************************************************

Copyright 2003-2005 by Dylan Erickson
Neverwinter Nights is Copyright 2002-2005 by BioWare

I am not affiliated with BioWare Corp., Infogames, Wizards of the Coast or
anyone who had anything to do with the creation of Neverwitner Nights.