LuminaSupplemental.Excel 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package LuminaSupplemental.Excel --version 2.0.1
                    
NuGet\Install-Package LuminaSupplemental.Excel -Version 2.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LuminaSupplemental.Excel" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LuminaSupplemental.Excel" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="LuminaSupplemental.Excel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LuminaSupplemental.Excel --version 2.0.1
                    
#r "nuget: LuminaSupplemental.Excel, 2.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=LuminaSupplemental.Excel&version=2.0.1
                    
Install LuminaSupplemental.Excel as a Cake Addin
#tool nuget:?package=LuminaSupplemental.Excel&version=2.0.1
                    
Install LuminaSupplemental.Excel as a Cake Tool

Lumina Supplemental

Lumina Supplemental is an additional library that provides additional data that the game's data sheets do not provide.

While this is not an exhaustive list(as more gets added all the time), it provides

  • Airship/Submarine Unlocks
  • Airship/Submarine Voyage Items
  • Dungeon Drops
  • Dungeon Boss Drops
  • Dungeon Chest Items
  • Extra Event NPC Locations
  • Extra Event NPC Shops
  • Item Patch Data
  • Supplemental Item Data(Desynth,Reduction,Loot,Gardening,Coffer Contents)
  • Mob Drop Data(This is user sourced, if you want to help out please check out Allagan Tool's mob tracker)
  • Mob Spawn Data(As above)
  • Retainer Venture Items
  • Extra Shop Names
  • SQ Paid Shop Items

To load a specific CSV (Dungeon Bosses as an example):

try
{
    var lines = CsvLoader.LoadResource<DungeonBoss>(CsvLoader.DungeonBossResourceName, out var failedLines, GameData, GameData.Options.DefaultExcelLanguage);
    if (failedLines.Count != 0)
    {
        foreach (var failedLine in failedLines)
        {
            PluginLog.Error("Failed to load line from " + title + ": " + failedLine);
        }
    }
    return lines;
}
catch (Exception e)
{
    PluginLog.Error("Failed to load " + title);
    PluginLog.Error(e.Message);
}
return new List<T>();

Feel free to submit a PR if any of the data is wrong or you have additional data that could be added.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LuminaSupplemental.Excel:

Package Downloads
AllaganLib.GameSheets

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 508 3/26/2025
2.2.4 129 2/12/2025
2.2.3 170 2/12/2025
2.2.2 105 2/11/2025
2.2.1 103 2/11/2025
2.2.0 142 2/3/2025
2.1.9 115 2/1/2025
2.1.8 178 1/7/2025
2.1.7 111 12/30/2024
2.1.6 145 12/17/2024
2.1.5 226 11/24/2024
2.1.4 117 11/21/2024
2.1.3 150 11/18/2024
2.1.2 87 11/18/2024
2.1.1 162 11/13/2024
2.1.0-alpha 92 10/21/2024
2.0.6 366 7/30/2024
2.0.5 123 7/23/2024
2.0.4 103 7/22/2024
2.0.3 123 7/21/2024
2.0.2 110 7/19/2024
2.0.1 99 7/18/2024
2.0.0 226 7/10/2024