Nier weapon data in XML (and LINQ sample query)

  • October 16, 2011
  • James Skemp
Going through the game Nier yet again, I wanted an easier way to track what weapon levels I had already upgraded to, and what items I still needed to unlock weapon items. Phase one towards that goal is creating an XML file with weapon upgrade information which is available online: Nier weapon data. An XML schema document for this information is also available: Nier weapon XSD. Sample LINQ query The following query can be run from LINQPAD, and will either display all items with their counts, or a grouped listing of items with the total quantity needed.

Read More