![]() |
VOOZH | about |
dotnet add package LuminaSupplemental.Excel --version 4.3.7
NuGet\Install-Package LuminaSupplemental.Excel -Version 4.3.7
<PackageReference Include="LuminaSupplemental.Excel" Version="4.3.7" />
<PackageVersion Include="LuminaSupplemental.Excel" Version="4.3.7" />Directory.Packages.props
<PackageReference Include="LuminaSupplemental.Excel" />Project file
paket add LuminaSupplemental.Excel --version 4.3.7
#r "nuget: LuminaSupplemental.Excel, 4.3.7"
#:package LuminaSupplemental.Excel@4.3.7
#addin nuget:?package=LuminaSupplemental.Excel&version=4.3.7Install as a Cake Addin
#tool nuget:?package=LuminaSupplemental.Excel&version=4.3.7Install as a Cake Tool
Lumina Supplemental is an additional library that provides additional data that the game's data sheets do not provide.
| Sheet | Description |
|---|---|
| AirshipDrop | Item's that drop on specific airship routes |
| AirshipUnlock | The route required to be run to unlock a route |
| BNpcLink | The association between BNpcName and BNpcBase, sourced from gubal, tracky and manual data |
| BNpcLinkNoGubal | The association between BNpcName and BNpcBase, sourced from and manual data |
| DungeonBoss | A list of bosses, which duty they show up in and which fight |
| DungeonBossChest | Items that drop from duty boss chests |
| DungeonBossDrop | Items that drop from a duty boss |
| DungeonChest | Chests that show up inside a duty |
| DungeonChestItem | Items which show up inside chests inside a duty |
| DungeonDrop | Items which drop within a duty(generic) |
| ENpcPlace | Extra NPC locations that are not stored within the game's sheets |
| ENpcShop | Extra shop mapping data that is not stored within the game's sheets |
| FateItem | Item's that can be earned from a fate |
| FestivalName | The names for festivals are not stored within the game, this associates a festival with a name |
| FieldOpCoffer | Items that drop from field op chests(pagos, etc) |
| GardeningCrossbreed | Items gained by crossbreeding seeds |
| Gearset | Armor/weapon/accessories that belong to sets |
| HouseVendor | A sheet that helps deduplicate housing vendors |
| ItemPatch | The patch in which an item was introduced |
| ItemSupplement | Contains general information about pairs of items(desynth, reduction, coffers, etc) |
| MobDrop | Items that can be sourced from monsters |
| MobSpawn | Where monsters spawn |
| QuestRequiredItem | The items required for quests are baked into the game's LUA, this is data extracted from that |
| RetainerVentureItem | Items that can be gained from sending a retainer on a venture(exploration + quick) |
| ShopName | Extra shop names when the shop is blank in the sheets |
| StoreItem | Items that can be obtained through the SQ shop for $ |
| SubmarineDrop | Items that drop on specific submarine routes |
| SubmarineUnlock | The route required to be run to unlock a route |
| UnobtainableItem | Items that can no longer be obtained by any means |
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 net10.0-windows7.0 is compatible. |
Showing the top 2 NuGet packages that depend on LuminaSupplemental.Excel:
| Package | Downloads |
|---|---|
|
AllaganLib.GameSheets
Package Description |
|
|
croizat.clib
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.3.7 | 74 | 6/25/2026 |
| 4.3.6 | 174 | 6/8/2026 |
| 4.3.5 | 116 | 6/2/2026 |
| 4.3.4 | 162 | 5/24/2026 |
| 4.3.3 | 1,079 | 5/10/2026 |
| 4.3.2 | 139 | 5/9/2026 |
| 4.3.1 | 223 | 5/2/2026 |
| 4.3.0 | 337 | 4/30/2026 |
| 4.2.4 | 184 | 4/26/2026 |
| 4.2.3 | 232 | 4/8/2026 |
| 4.2.2 | 211 | 3/21/2026 |
| 4.2.1 | 194 | 3/9/2026 |
| 4.2.0 | 123 | 3/3/2026 |
| 4.1.8 | 195 | 2/7/2026 |
| 4.1.7 | 190 | 1/29/2026 |
| 4.1.6 | 130 | 1/25/2026 |
| 4.1.5 | 134 | 1/25/2026 |
| 4.1.4 | 138 | 1/22/2026 |
| 4.1.3 | 136 | 1/22/2026 |
| 4.1.2 | 129 | 1/22/2026 |